diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-27 14:45:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-27 14:45:44 +0000 |
commit | f81112823f68bcfb92e3a132d405cd2c8c13322a (patch) | |
tree | b0085d4f038940c12e61556c411c4f26a532cbc0 /bfd/ChangeLog | |
parent | 6812da59f2d852cc00566e010f409d1f7e104400 (diff) | |
download | gdb-f81112823f68bcfb92e3a132d405cd2c8c13322a.zip gdb-f81112823f68bcfb92e3a132d405cd2c8c13322a.tar.gz gdb-f81112823f68bcfb92e3a132d405cd2c8c13322a.tar.bz2 |
Change to strip out only symbols that start with LOCAL_LABEL_PREFIX followed
by 'L'.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e013fb5..27c3702 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1999-07-27 Nick Clifton <nickc@cygnus.com> + + Patch generated by Bernd Schmidt. <bernds@cygnus.co.uk> + + * coff-arm.c (coff_arm_is_local_label_name): Change to strip + out only symbols that start with LOCAL_LABEL_PREFIX followed by 'L'. + 1999-07-23 Donn Terry <donn@interix.com> * libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags |