aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-06-13 00:59:43 +0000
committerAlan Modra <amodra@gmail.com>2011-06-13 00:59:43 +0000
commit80cc85a903fe8f1207cf52a909b2d88376b035e7 (patch)
treeaa38a1763243434d96601c2b13893d40dd7e4610 /ld/ChangeLog
parent7686d77de353217f4a1d50e07ccb5aecd2579e67 (diff)
downloadgdb-80cc85a903fe8f1207cf52a909b2d88376b035e7.zip
gdb-80cc85a903fe8f1207cf52a909b2d88376b035e7.tar.gz
gdb-80cc85a903fe8f1207cf52a909b2d88376b035e7.tar.bz2
* ldlang.c (sort_def_symbol, lang_one_common): Don't handle
warning symbols here. * emultempl/pe.em (pr_sym): Remove redundant test. * emultempl/pep.em (pr_sym): Likewise.
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 d5595c6..0a6a807 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-13 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (sort_def_symbol, lang_one_common): Don't handle
+ warning symbols here.
+ * emultempl/pe.em (pr_sym): Remove redundant test.
+ * emultempl/pep.em (pr_sym): Likewise.
+
2011-06-09 Nick Clifton <nickc@redhat.com>
PR ld/12845