diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-17 11:01:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-17 11:01:25 +0000 |
commit | 2a8ac465c4b542038e321e806ae27d301ad1fca5 (patch) | |
tree | 2a8fd9360f848c8e5a3f95052a6d9ea37fcab8c1 /ld/ChangeLog | |
parent | a08a0d635b7e6d78dca2ac21d9367f066b553bea (diff) | |
download | gdb-2a8ac465c4b542038e321e806ae27d301ad1fca5.zip gdb-2a8ac465c4b542038e321e806ae27d301ad1fca5.tar.gz gdb-2a8ac465c4b542038e321e806ae27d301ad1fca5.tar.bz2 |
Use LD_PATHMAX+1 to account for trailing '\0'.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 02d9e42..2a84e62 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-12-17 Danny Smith <dannysmith@users.sourceforge.net> + + * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to + account for trailing '\0'. + 2002-12-17 Nick Clifton <nickc@redhat.com> * emultempl/pe.em (longopts): Duplicate entry for --compact-implib |