diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-05-25 01:03:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-05-25 01:03:09 +0000 |
commit | 314e9a4e32117623ce689a7f2934861a46f8644e (patch) | |
tree | b53b26004140fb2e492af7ca60d408b15e5871d9 /ld/ChangeLog | |
parent | 8bbc8175b238f74eefbf4c2f31501ab4dfeb609b (diff) | |
download | gdb-314e9a4e32117623ce689a7f2934861a46f8644e.zip gdb-314e9a4e32117623ce689a7f2934861a46f8644e.tar.gz gdb-314e9a4e32117623ce689a7f2934861a46f8644e.tar.bz2 |
bfd/
2006-05-24 H.J. Lu <hongjiu.lu@intel.com>
PR ld/1485
* config.bfd: Set want64 to true if 64bit bfd is used.
(sh-*-linux*): Use targ64_selvecs for 64bit targets.
(sh*l*-*-netbsdelf*): Likewise.
(sh-*-netbsdelf*): Likewise.
(shl*-*-elf*): Likewise.
(sh[1234]l*-*-elf*): Likewise.
(sh3el*-*-elf*): Likewise.
(shl*-*-kaos*): Likewise.
(sh-*-elf*): Likewise.
(sh[1234]*-elf*): Likewise.
(sh-*-rtems*): Likewise.
(sh-*-kaos*): Likewise.
ld/
2006-05-24 H.J. Lu <hongjiu.lu@intel.com>
PR ld/1485
* configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
bfd. Support 64bit host for --enable-targets=all.
* configure: Regenerated.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 15c422a..b16b81d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2006-05-24 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/1485 + * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit + bfd. Support 64bit host for --enable-targets=all. + * configure: Regenerated. + 2006-05-24 Nick Clifton <nickc@redhat.com> * po/vi.po: Updated Vietnamese translation. |