aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2001-07-10 00:38:16 +0000
committerDavid O'Brien <obrien@FreeBSD.org>2001-07-10 00:38:16 +0000
commitc2a1a436ff678160c25ed50f07f3a5f122e044d2 (patch)
tree39871e87fc247ac5f3d5b06316b29fff3e7820ec /ld/ChangeLog
parent2309f640710e4e3efde8f9b89e8d6140a13cd97e (diff)
downloadbinutils-c2a1a436ff678160c25ed50f07f3a5f122e044d2.zip
binutils-c2a1a436ff678160c25ed50f07f3a5f122e044d2.tar.gz
binutils-c2a1a436ff678160c25ed50f07f3a5f122e044d2.tar.bz2
2001-07-09 David O'Brien <obrien@FreeBSD.org>
* emultempl/elf32.em: Do not assuming that contents of the buffer returned from basename function will remain unchanged accross other function calls. NOTE: DJ Delorie recomends doing a basename()->lbasename() conversion. Approved by: DJ Delorie <200107100030.UAA01223@envy.delorie.com>
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 096d1fe..997b6f2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-09 David O'Brien <obrien@FreeBSD.org>
+
+ * emultempl/elf32.em: Do not assuming that contents of the buffer
+ returned from basename function will remain unchanged accross other
+ function calls.
+
2001-07-03 H.J. Lu <hjl@gnu.org>
* scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on