diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-04 04:56:26 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-04 04:56:26 +0000 |
commit | 349e07fecefa7bf5122d3dc755a164e0aef0c998 (patch) | |
tree | 10fbab590b6310c699a3dfb11d8705f624628579 /gcc/collect2.c | |
parent | 23b283811b727205b3670661f2d52507c62ea7d0 (diff) | |
download | gcc-349e07fecefa7bf5122d3dc755a164e0aef0c998.tar.gz |
* collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67422 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 71229be5cc9..4b20afc125d 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -577,14 +577,6 @@ is_ctor_dtor (s) { "GLOBAL__F_", sizeof ("GLOBAL__F_")-1, 5, 0 }, { "GLOBAL__FI_", sizeof ("GLOBAL__FI_")-1, 3, 0 }, { "GLOBAL__FD_", sizeof ("GLOBAL__FD_")-1, 4, 0 }, -#ifdef CFRONT_LOSSAGE /* Do not collect cfront initialization functions. - cfront has its own linker procedure to collect them; - if collect2 gets them too, they get collected twice - when the cfront procedure is run and the compiler used - for linking happens to be GCC. */ - { "sti__", sizeof ("sti__")-1, 1, 1 }, - { "std__", sizeof ("std__")-1, 2, 1 }, -#endif /* CFRONT_LOSSAGE */ { NULL, 0, 0, 0 } }; |