elf.h (STARTFILE_SPEC): Undo previous change.
2002-07-24 Chris Demetriou <cgd@broadcom.com> * config/mips/elf.h (STARTFILE_SPEC): Undo previous change. * config/mips/elf64.h (STARTFILE_SPEC): Likewise. * config/mips/isa3264.h (STARTFILE_SPEC): Likewise. From-SVN: r55729
This commit is contained in:
parent
1efccea3b1
commit
8d1b7ba13b
4 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-07-24 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
|
||||
* config/mips/elf64.h (STARTFILE_SPEC): Likewise.
|
||||
* config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
|
||||
|
||||
2002-07-24 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
|
||||
|
|
|
@ -263,11 +263,8 @@ void FN () \
|
|||
#undef LIB_SPEC
|
||||
#define LIB_SPEC ""
|
||||
|
||||
/* Don't link with crt0 files, let the linker start files specify
|
||||
the appropriate crt0 file. This is overridden by non-embedded
|
||||
targets which wish to provide a crt0.o by default. */
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC "crti%O%s crtbegin%O%s"
|
||||
#define STARTFILE_SPEC "crti%O%s crtbegin%O%s %{!mno-crt0:crt0%O%s}"
|
||||
|
||||
#undef ENDFILE_SPEC
|
||||
#define ENDFILE_SPEC "crtend%O%s crtn%O%s"
|
||||
|
|
|
@ -237,11 +237,8 @@ void FN () \
|
|||
#undef LIB_SPEC
|
||||
#define LIB_SPEC ""
|
||||
|
||||
/* Don't link with crt0 files, let the linker start files specify
|
||||
the appropriate crt0 file. This is overridden by non-embedded
|
||||
targets which wish to provide a crt0.o by default. */
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC "crti%O%s crtbegin%O%s"
|
||||
#define STARTFILE_SPEC "crti%O%s crtbegin%O%s %{!mno-crt0:crt0%O%s}"
|
||||
|
||||
#undef ENDFILE_SPEC
|
||||
#define ENDFILE_SPEC "crtend%O%s crtn%O%s"
|
||||
|
|
|
@ -36,3 +36,10 @@ Boston, MA 02111-1307, USA. */
|
|||
#endif
|
||||
|
||||
#include "mips/elf.h"
|
||||
|
||||
#if MIPS_ABI_DEFAULT == ABI_MEABI
|
||||
/* For MEABI, don't link with crt0 files, let the linker start files specify
|
||||
the appropriate crt0 file. */
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC "crti%O%s crtbegin%O%s %{!mno-crt0: }"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue