diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-15 20:13:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-15 20:13:04 +0000 |
commit | fe1379d45a55a99399806c755cf8533b7c22be67 (patch) | |
tree | c3abbeee90fe776a377913f7c0bc63752c29dcad /ld/scripttempl/.Sanitize | |
parent | 21a3c2ff37b7814667f52cd15de2fdef3d8c9d12 (diff) | |
download | gdb-fe1379d45a55a99399806c755cf8533b7c22be67.zip gdb-fe1379d45a55a99399806c755cf8533b7c22be67.tar.gz gdb-fe1379d45a55a99399806c755cf8533b7c22be67.tar.bz2 |
Add some Irix 5 support, mostly from Kazumoto Kojima
<kkojima@info.kanagawa-u.ac.jp>:
* emulparams/elf32bmip.sh (SCRIPT_NAME): Change to elfmips.
(SHLIB_TEXT_START_ADDR): Define.
(OTHER_GOT_SYMBOLS): Define.
(OTHER_READWRITE_SECTIONS): Remove initialization of _gp.
(EXECUTABLE_SYMBOLS): Don't define.
(DYNAMIC_LINK): Don't define.
* emulparams/elf32lmip.sh: Same changes as elf32bmip.sh.
* scripttempl/elfmips.sc: New file.
* configure.host (mips*-dec-bsd*): Change mips to mips*.
(mips*-sgi-irix4*): Likewise.
(mips*-sgi-irix5*): New entry.
* Makefile.in (eelf32bmip.c): Depend upon elfmips.sc rather than
elf.sc.
(eelf32lmip.c): Likewise.
Diffstat (limited to 'ld/scripttempl/.Sanitize')
-rw-r--r-- | ld/scripttempl/.Sanitize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 1ec22ae..8021484 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -41,6 +41,7 @@ aout.sc delta68.sc ebmon29k.sc elf.sc +elfmips.sc elfppc.sc go32coff.sc h8300.sc |