diff options
author | Alan Modra <amodra@gmail.com> | 2009-08-26 01:21:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-08-26 01:21:56 +0000 |
commit | 78a0329753c9a5597fbb269122ed394e421b1d0e (patch) | |
tree | bd962a5ca91ea277f7f6276979abc63dea93cc0f /bfd/ChangeLog | |
parent | 27b0c844fe1cd9f55e85736264b985649df5731a (diff) | |
download | gdb-78a0329753c9a5597fbb269122ed394e421b1d0e.zip gdb-78a0329753c9a5597fbb269122ed394e421b1d0e.tar.gz gdb-78a0329753c9a5597fbb269122ed394e421b1d0e.tar.bz2 |
PR ld/10515
* linker.c (bfd_find_version_for_sym): Override a "*" match by any
other wildcard match. Warn on multiple wildcard matches.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 149cf63..8cb822a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-08-26 Alan Modra <amodra@bigpond.net.au> + + PR ld/10515 + * linker.c (bfd_find_version_for_sym): Override a "*" match by any + other wildcard match. Warn on multiple wildcard matches. + 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow |