aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Hudson <nick.hudson@dsl.pipex.com>2006-02-16 08:05:02 +0000
committerNick Hudson <nick.hudson@dsl.pipex.com>2006-02-16 08:05:02 +0000
commitaaa2ab3d61e573f42195e897b8e87acadbcd0c28 (patch)
tree7bcb03f09dfb506b5898157d2ff8c42e9d58aaa5 /ld
parent4d36a59818ae6e0d7a48d219d5661a613639302c (diff)
downloadgdb-aaa2ab3d61e573f42195e897b8e87acadbcd0c28.zip
gdb-aaa2ab3d61e573f42195e897b8e87acadbcd0c28.tar.gz
gdb-aaa2ab3d61e573f42195e897b8e87acadbcd0c28.tar.bz2
bfd:
* config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use traditional MIPS ELF targets. gas: * configure.tgt: set emulation for mips-*-netbsd* ld: * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*): Use the traditional target.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/configure.tgt10
2 files changed, 11 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index db3e9ad..6fc0d7b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
+
+ * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
+ Use the traditional target.
+
2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
* configure.tgt (arm*b-*-linux-gnueabi): Change to
diff --git a/ld/configure.tgt b/ld/configure.tgt
index fbd3778..d2bc712 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -308,10 +308,12 @@ mips*-sgi-irix6*) targ_emul=elf32bmipn32
mips*-sgi-irix*) targ_emul=mipsbig ;;
mips*el-*-ecoff*) targ_emul=mipsidtl ;;
mips*-*-ecoff*) targ_emul=mipsidt ;;
-mips*el-*-netbsd*) targ_emul=elf32lmip
- targ_extra_emuls="elf32bmip" ;;
-mips*-*-netbsd*) targ_emul=elf32bmip
- targ_extra_emuls="elf32lmip" ;;
+mips*el-*-netbsd*) targ_emul=elf32ltsmip
+ targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip"
+ ;;
+mips*-*-netbsd*) targ_emul=elf32btsmip
+ targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip"
+ ;;
mips*-*-bsd*) targ_emul=mipsbig ;;
mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;