diff options
author | Nick Hudson <nick.hudson@dsl.pipex.com> | 2006-02-16 08:05:02 +0000 |
---|---|---|
committer | Nick Hudson <nick.hudson@dsl.pipex.com> | 2006-02-16 08:05:02 +0000 |
commit | aaa2ab3d61e573f42195e897b8e87acadbcd0c28 (patch) | |
tree | 7bcb03f09dfb506b5898157d2ff8c42e9d58aaa5 /bfd/ChangeLog | |
parent | 4d36a59818ae6e0d7a48d219d5661a613639302c (diff) | |
download | gdb-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 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index aa919c0..779ed16 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com> + + * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use + traditional MIPS ELF targets. + 2006-02-15 H.J. Lu <hongjiu.lu@intel.com> PR binutils/2338 |