]> gcc.gnu.org Git - gcc.git/commit
t-iris6gld: Renamed to ...
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Tue, 17 Feb 2004 20:42:53 +0000 (20:42 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 17 Feb 2004 20:42:53 +0000 (20:42 +0000)
commit3e35cb0c025e4058c80e9d0fdb8e9ebb89eadd3c
treeb5f4eb93927bf66d5b61dacbaf5aed402284fcd4
parent1f0282cb01ef671a61707c95065df945bdbd1240
t-iris6gld: Renamed to ...

* config/mips/t-iris6gld: Renamed to ...
* config/mips/t-irix-gld: ... this.
* config.gcc (mips-sgi-irix6*): Reflect this
(mips-sgi-irix5*): Use it with GNU ld.

* config/mips/irix6-crti.asm, config/mips/irix6-crtn.asm: Renamed
to ...
* config/mips/irix-crti.asm, config/mips/irix-crtn.asm: ... this.
* config/mips/t-irix-gld: Reflect this.
* config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.

* config/mips/iris5gld.h: New file.
* config.gcc (mips-sgi-irix5*): Use it with GNU ld.
Only use collect2 without gas.

* config/mips/iris6.h (IRIX6_STARTFILE_SPEC, IRIX6_ENDFILE_SPEC):
Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
(STARTFILE_SPEC, ENDFILE_SPEC, SUBTARGET_EXTRA_SPECS): Reflect this.
* config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.

* config/mips/iris6.h (SUBTARGET_EXTRA_SPECS): Moved ...
* config/mips/iris5.h: ... here.

* config/mips/iris5.h (STARTFILE_SPEC, ENDFILE_SPEC): Renamed to
IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
(STARTFILE_SPEC, ENDFILE_SPEC): Define.

* config/mips/iris5gas.h (STARTFILE_SPEC, ENDFILE_SPEC): Simplify
using irix_startfile_spec, irix_endfile_spec.

From-SVN: r77978
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/iris5.h
gcc/config/mips/iris5gas.h
gcc/config/mips/iris5gld.h [new file with mode: 0644]
gcc/config/mips/iris6.h
gcc/config/mips/iris6gld.h
gcc/config/mips/irix-crti.asm [moved from gcc/config/mips/irix6-crti.asm with 100% similarity]
gcc/config/mips/irix-crtn.asm [moved from gcc/config/mips/irix6-crtn.asm with 100% similarity]
gcc/config/mips/t-iris6gld [deleted file]
gcc/config/mips/t-irix-gld [new file with mode: 0644]
This page took 0.064598 seconds and 5 git commands to generate.