*** old/gcc.c Tue Jun 24 14:42:50 1997 --- gcc.c Fri Nov 28 15:26:37 1997 *************** *** 620,625 **** %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\ ! %{!S:as %a %Y\ ! %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\ %{!pipe:%g.s} %A\n }}}}"}, {"-", --- 620,625 ---- %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\ ! %{!S:nasm -f obj %a %Y\ ! %{c:%W{o*}%{!o*:-o %w%b.obj}}%{!c:-o %d%w%u.obj}\ %{!pipe:%g.s} %A\n }}}}"}, {"-", *************** *** 722,731 **** static char *link_command_spec = "\ %{!fsyntax-only: \ ! %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \ %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\ ! %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\ ! %{static:} %{L*} %{T*} %o\ ! %{!nostdlib:%{!nodefaultlibs:%G %L %G}}\ ! %{!A:%{!nostdlib:%{!nostartfiles:%E}}}\n }}}}}}"; #else /* Use -L. */ --- 722,728 ---- static char *link_command_spec = "\ %{!fsyntax-only: \ ! %{!c:%{!M:%{!MM:%{!E:%{!S:djlink %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \ %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\ ! %{static:} %{L*} %{T*} %o}}}}}}"; #else /* Use -L. */ *************** *** 732,741 **** static char *link_command_spec = "\ %{!fsyntax-only: \ ! %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \ %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\ ! %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\ ! %{static:} %{L*} %D %{T*} %o\ ! %{!nostdlib:%{!nodefaultlibs:%G %L %G}}\ ! %{!A:%{!nostdlib:%{!nostartfiles:%E}}}\n }}}}}}"; #endif --- 729,735 ---- static char *link_command_spec = "\ %{!fsyntax-only: \ ! %{!c:%{!M:%{!MM:%{!E:%{!S:djlink %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \ %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}\ ! %{static:} %o}}}}}}"; #endif