diff options
author | Tom Rix <trix@redhat.com> | 2001-08-30 12:48:35 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-08-30 12:48:35 +0000 |
commit | 8df8c6197ab22e0b3558d013efb32000b6e31f81 (patch) | |
tree | 3cabd9dc82ecad11195d6f5f8ea5cf09e088a4da /bfd/ChangeLog | |
parent | 063cb91d19b67acb7c7fe39396e5f396a1f1b6a9 (diff) | |
download | gdb-8df8c6197ab22e0b3558d013efb32000b6e31f81.zip gdb-8df8c6197ab22e0b3558d013efb32000b6e31f81.tar.gz gdb-8df8c6197ab22e0b3558d013efb32000b6e31f81.tar.bz2 |
Fix for xty_ld symbols
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 c8203ff..dac33c9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -26,6 +26,11 @@ (elf32_h8_mach, elf32_h8_final_write_processing): New functions. (elf32_h8_object_p): Similarly. +2001-08-29 Tom Rix <trix@redhat.com> + + * xcofflink.c (xcoff_link_add_symbols): Fix XTY_LD symbol that + does not follow a XTY_SD. + 2001-08-29 Alan Modra <amodra@bigpond.net.au> * targmatch.sed: Delete case statements. |