aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-08-17 13:23:08 +0000
committerAlan Modra <amodra@gmail.com>2007-08-17 13:23:08 +0000
commitc58dea77ffe2558b133ad9d1325391356c66f85f (patch)
tree0aa268f169c7a9cdcb4403b4a64974d22169af89 /ld/ChangeLog
parent3935e1af80865293a2a63395461872ea7c78615d (diff)
downloadgdb-c58dea77ffe2558b133ad9d1325391356c66f85f.zip
gdb-c58dea77ffe2558b133ad9d1325391356c66f85f.tar.gz
gdb-c58dea77ffe2558b133ad9d1325391356c66f85f.tar.bz2
* ldexp.c (exp_get_vma, exp_get_fill): Canonicalise error messages.
* lexsup.c (ld_options): Don't use tabs in help text. * emultempl/armcoff.em (gld${EMULATION_NAME}_finish): Fix typo. * emultempl/pe.em (gld${EMULATION_NAME}_finish): Fix typo.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 87a20c7..8702b03 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,12 @@
2007-08-17 Alan Modra <amodra@bigpond.net.au>
+ * ldexp.c (exp_get_vma, exp_get_fill): Canonicalise error messages.
+ * lexsup.c (ld_options): Don't use tabs in help text.
+ * emultempl/armcoff.em (gld${EMULATION_NAME}_finish): Fix typo.
+ * emultempl/pe.em (gld${EMULATION_NAME}_finish): Fix typo.
+
+2007-08-17 Alan Modra <amodra@bigpond.net.au>
+
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
2007-08-15 Alan Modra <amodra@bigpond.net.au>