diff options
author | Alan Modra <amodra@gmail.com> | 2009-03-04 02:10:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-03-04 02:10:34 +0000 |
commit | 51dec22749b3733b1fa3df0c1290a50967887ccf (patch) | |
tree | facb4cb39146093e91e42897ba36a8a4e40b55d6 /opcodes/ChangeLog | |
parent | a1f7ca36bff182786ef15618af3f749719fc518f (diff) | |
download | gdb-51dec22749b3733b1fa3df0c1290a50967887ccf.zip gdb-51dec22749b3733b1fa3df0c1290a50967887ccf.tar.gz gdb-51dec22749b3733b1fa3df0c1290a50967887ccf.tar.bz2 |
bfd/
PR 6768
* configure.in: Test for ld --as-needed support. Link shared
libbfd against libm.
* configure: Regenerate.
opcodes/
PR 6768
* configure.in: Test for ld --as-needed support. Link shared
libopcodes against libm.
* configure: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ca72b58..e550086 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2009-03-04 Alan Modra <amodra@bigpond.net.au> + + PR 6768 + * configure.in: Test for ld --as-needed support. Link shared + libopcodes against libm. + * configure: Regenerate. + 2009-03-03 Peter Bergner <bergner@vnet.ibm.com> * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that |