diff options
author | Nick Clifton <nickc@redhat.com> | 2006-06-27 11:45:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-06-27 11:45:21 +0000 |
commit | b1d9458ab40c15e0fd1ca39046e7bb041135856a (patch) | |
tree | faba0f25990d4eb7b968302d2b6d97281a5c78c8 /ld/ChangeLog | |
parent | ece2d90e7ca6bed46bc5d2ee1ee770e14ce7fd74 (diff) | |
download | gdb-b1d9458ab40c15e0fd1ca39046e7bb041135856a.zip gdb-b1d9458ab40c15e0fd1ca39046e7bb041135856a.tar.gz gdb-b1d9458ab40c15e0fd1ca39046e7bb041135856a.tar.bz2 |
* emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum length of
format strings in the libname_fmt[] array, rather than relying upon a
statically chosen value. Adjust xmalloc call to use this longest length.
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 bc5d6b2..059284c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2006-06-27 Pedro Alves <pedro_alves@portugalmail.pt> + Nick Clifton <nickc@redhat.com> + + * emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum + length of format strings in the libname_fmt[] array, rather than + relying upon a statically chosen value. Adjust xmalloc call to + use this longest length. + 2006-06-27 Nick Clifton <nickc@redhat.com> * ld.texinfo (-rpath-link): Clarify distinction between -rpath and |