* config/mips/t-iris6gld: Renamed to ...
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2004 20:42:53 +0000 (20:42 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2004 20:42:53 +0000 (20:42 +0000)
commit6912d656bc424026b8195a5577c6720cdb3f5aea
treeb5f4eb93927bf66d5b61dacbaf5aed402284fcd4
parent67283f092b639e1028098b3f481a477ed0e02cb2
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77978 138bc75d-0d04-0410-961f-82ee72b054a4
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]