mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 12:29:34 +08:00
gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
* gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m. * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise. * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise. From-SVN: r167428
This commit is contained in:
parent
196891b51b
commit
12b57b0f1d
@ -1,3 +1,9 @@
|
||||
2010-12-03 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
|
||||
* config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
|
||||
* config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
|
||||
|
||||
2010-12-03 Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
PR rtl-optimization/45354
|
||||
|
@ -172,17 +172,17 @@ extern GTY(()) int darwin_ms_struct;
|
||||
%(linker) \
|
||||
%{flto*:%<fcompare-debug*} \
|
||||
%{flto*} \
|
||||
%l %X %{d} %{s} %{t} %{Z} %{u*} \
|
||||
%{A} %{e*} %{m} %{r} \
|
||||
%l %X %{s} %{t} %{Z} %{u*} \
|
||||
%{e*} %{r} \
|
||||
%{o*}%{!o:-o a.out} \
|
||||
%{!A:%{!nostdlib:%{!nostartfiles:%S}}} \
|
||||
%{!nostdlib:%{!nostartfiles:%S}} \
|
||||
%{L*} %(link_libgcc) %o %{fprofile-arcs|fprofile-generate*|coverage:-lgcov} \
|
||||
%{fopenmp|ftree-parallelize-loops=*: \
|
||||
%{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } } \
|
||||
%{!nostdlib:%{!nodefaultlibs:\
|
||||
%(link_ssp) %(link_gcc_c_sequence)\
|
||||
}}\
|
||||
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}"
|
||||
%{!nostdlib:%{!nostartfiles:%E}} %{T*} %{F*} }}}}}}}"
|
||||
|
||||
#define DSYMUTIL "\ndsymutil"
|
||||
|
||||
|
@ -96,12 +96,12 @@ along with GCC; see the file COPYING3. If not see
|
||||
#undef LINK_COMMAND_SPEC
|
||||
#define LINK_COMMAND_SPEC \
|
||||
"%{!fsyntax-only: \
|
||||
%{!c:%{!M:%{!MM:%{!E:%{!S:%(linker) %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
|
||||
%{!c:%{!M:%{!MM:%{!E:%{!S:%(linker) %l %X %{o*} %{e*} %{N} %{n} \
|
||||
\t%{r} %{s} %{t} %{u*} %{z} %{Z}\
|
||||
\t%{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
|
||||
\t%{!nostdlib:%{!nostartfiles:%S}}\
|
||||
\t%{static:} %{L*} %D %o\
|
||||
\t%{!nostdlib:%{!nodefaultlibs:%G %L %G}}\
|
||||
\t%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\
|
||||
\t%{!nostdlib:%{!nostartfiles:%E}}\
|
||||
\t-Tdjgpp.djl %{T*}}}}}}}\n\
|
||||
%{!c:%{!M:%{!MM:%{!E:%{!S:stubify %{v} %{o*:%*} %{!o*:a.out} }}}}}"
|
||||
|
||||
|
@ -641,14 +641,14 @@ proper position among the other output files. */
|
||||
} \
|
||||
%{flto*:%<fcompare-debug*} \
|
||||
%{flto*} %l " LINK_PIE_SPEC \
|
||||
"%X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r}\
|
||||
%{s} %{t} %{u*} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
|
||||
"%X %{o*} %{e*} %{N} %{n} %{r}\
|
||||
%{s} %{t} %{u*} %{z} %{Z} %{!nostdlib:%{!nostartfiles:%S}}\
|
||||
%{static:} %{L*} %(mfwrap) %(link_libgcc) %o\
|
||||
%{fopenmp|ftree-parallelize-loops=*:%:include(libgomp.spec)%(link_gomp)}\
|
||||
%(mflib) " STACK_SPLIT_SPEC "\
|
||||
%{fprofile-arcs|fprofile-generate*|coverage:-lgcov}\
|
||||
%{!nostdlib:%{!nodefaultlibs:%(link_ssp) %(link_gcc_c_sequence)}}\
|
||||
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}}}"
|
||||
%{!nostdlib:%{!nostartfiles:%E}} %{T*} }}}}}}"
|
||||
#endif
|
||||
|
||||
#ifndef LINK_LIBGCC_SPEC
|
||||
|
Loading…
Reference in New Issue
Block a user