diff options
author | Pedro Alves <palves@redhat.com> | 2007-10-25 21:01:55 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-10-25 21:01:55 +0000 |
commit | db86b2dce129156cc7d749f88ce1b324db0ce77e (patch) | |
tree | 7e2b95658ede3d0987039a6c4f790f202264bcd5 /ld/ChangeLog | |
parent | 68511cecac53d805c72e65d0f31abeca17098f0e (diff) | |
download | gdb-db86b2dce129156cc7d749f88ce1b324db0ce77e.zip gdb-db86b2dce129156cc7d749f88ce1b324db0ce77e.tar.gz gdb-db86b2dce129156cc7d749f88ce1b324db0ce77e.tar.bz2 |
bfd/
* bfd-in.h (STRING_COMMA_LEN): Don't handle NULL STR case.
* bfd-in2.h: Regenerate.
ld/
* pe-dll.c (autofilter_symbollist_generic)
(autofilter_symbollist_i386, autofilter_liblist)
(autofilter_objlist, autofilter_symbolprefixlist)
(autofilter_symbolsuffixlist): Don't use STRING_COMMA_LEN with
NULL.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5a4b2e2..104a0ff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt> + + * pe-dll.c (autofilter_symbollist_generic) + (autofilter_symbollist_i386, autofilter_liblist) + (autofilter_objlist, autofilter_symbolprefixlist) + (autofilter_symbolsuffixlist): Don't use STRING_COMMA_LEN with + NULL. + 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. |