diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-04-05 17:17:06 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-04-05 17:17:06 +0000 |
commit | 4864a04fc96ef9f7035911f2433ad287cec46ee0 (patch) | |
tree | 3ea8f7a37cd23f0272afedc3db2438f5beb14e85 /ld | |
parent | 0066efbab5517390d4f1ab074e06da97663a1586 (diff) | |
download | gdb-4864a04fc96ef9f7035911f2433ad287cec46ee0.zip gdb-4864a04fc96ef9f7035911f2433ad287cec46ee0.tar.gz gdb-4864a04fc96ef9f7035911f2433ad287cec46ee0.tar.bz2 |
Fri Apr 5 18:11:25 1996 James G. Smith <jsmith@cygnus.co.uk>
* emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
architecture number.
* scripttempl/elf.sc: Use $MACHINE definition if present.
* configure.tgt (targ_extra_emuls): Force 4100 build to use same
template as 4300.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index df59d77..8b95fc7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 5 18:11:25 1996 James G. Smith <jsmith@cygnus.co.uk> + + * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit + architecture number. + * scripttempl/elf.sc: Use $MACHINE definition if present. + * configure.tgt (targ_extra_emuls): Force 4100 build to use same + template as 4300. + Mon Apr 1 17:35:40 1996 Ian Lance Taylor <ian@cygnus.com> * ldlang.c (lang_size_sections): Change region check to handle diff --git a/ld/configure.tgt b/ld/configure.tgt index a471b4a..de04abf 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -118,6 +118,8 @@ mips*-dec-netbsd*) targ_emul=elf32lmip ;; mips*-*-bsd*) targ_emul=mipsbig ;; mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;; mips*vr4300-*-elf*) targ_emul=elf32b4300 ;; +mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;; +mips*vr4100-*-elf*) targ_emul=elf32b4300 ;; mips*el-*-elf*) targ_emul=elf32lmip ;; mips*-*-elf*) targ_emul=elf32bmip ;; alpha-*-linux*) targ_emul=alpha ;; |