aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-06-08 07:39:45 +0000
committerAlan Modra <amodra@gmail.com>2002-06-08 07:39:45 +0000
commit4da711b14026562389029483a14b497f2d951522 (patch)
tree809e615348a39aa8c3a9135eccd8e4f7e5b83433 /ld/ChangeLog
parentb1f88ebebf2f43710223a81747ee7d8504e94b47 (diff)
downloadgdb-4da711b14026562389029483a14b497f2d951522.zip
gdb-4da711b14026562389029483a14b497f2d951522.tar.gz
gdb-4da711b14026562389029483a14b497f2d951522.tar.bz2
* ldexp.c: Replace CONST with const.
* ldfile.c: Likewise. * ldfile.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * pe-dll.h: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f003d9f..09204f2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2002-06-08 Alan Modra <amodra@bigpond.net.au>
+
+ * ldexp.c: Replace CONST with const.
+ * ldfile.c: Likewise.
+ * ldfile.h: Likewise.
+ * ldlex.l: Likewise.
+ * mri.c: Likewise.
+ * pe-dll.h: Likewise.
+
2002-06-07 Alan Modra <amodra@bigpond.net.au>
* emultempl/ppc64elf.em (new_vers_pattern): Warning fix.