aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-01-22 12:51:19 +1030
committerAlan Modra <amodra@gmail.com>2014-01-22 12:51:19 +1030
commit7dd9c6eb050bb23bff18b3139589f202d4c63a33 (patch)
tree38c444910178181f931c7582c436099ab1c1391b /ld/ChangeLog
parent2edab91c10dcae30a93ce7d9f8088b8b33ee55eb (diff)
downloadgdb-7dd9c6eb050bb23bff18b3139589f202d4c63a33.zip
gdb-7dd9c6eb050bb23bff18b3139589f202d4c63a33.tar.gz
gdb-7dd9c6eb050bb23bff18b3139589f202d4c63a33.tar.bz2
Miscellaneous ld tidies
Localise a struct, prevent an unneeded symbol lookup, and fix a testcase. ld/ * ld.h (struct map_symbol_def): Move to.. * ldlang.h: ..here. * ldlang.c (print_assignment): Don't set expld.assign_name to dot. ld/testsuite/ * ld-scripts/pr14962-2.d: Correct target triple.
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 3d73b06..0645c2d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2014-01-22 Alan Modra <amodra@gmail.com>
+ * ld.h (struct map_symbol_def): Move to..
+ * ldlang.h: ..here.
+ * ldlang.c (print_assignment): Don't set expld.assign_name to dot.
+
+2014-01-22 Alan Modra <amodra@gmail.com>
+
* ld.texinfo (Output Section Discarding): Mention assigning to dot
as a way of keeping otherwise empty sections.
* ldexp.c (is_dot, is_value, is_sym_value, is_dot_ne_0,