aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2016-07-05 11:36:08 +0200
committerJan Beulich <jbeulich@suse.com>2016-07-05 11:36:08 +0200
commit1753ed681125949b081376dd97056a3f2930e7d7 (patch)
tree604de3fef2f91ab1dde48fba430522615b6e30e2 /ld/ChangeLog
parent33d0ab95489cb3cf7ec98bee63c3541b5295adb6 (diff)
downloadgdb-1753ed681125949b081376dd97056a3f2930e7d7.zip
gdb-1753ed681125949b081376dd97056a3f2930e7d7.tar.gz
gdb-1753ed681125949b081376dd97056a3f2930e7d7.tar.bz2
ld: track linker-definedness of symbols
Keep "lineno" as zero while not processing any script, and use it being zero to set the "linker_def" field to true.
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 7e24b95..53f2428 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2016-07-05 Jan Beulich <jbeulich@suse.com>
+
+ * ldexp.c (exp_fold_tree_1): Set linker_def field based on
+ assignment line number.
+ * ldlex.l (lineno): Drop initializer.
+ (<<EOF>>): Set lineno to zero after reaching top of stack.
+
2016-07-04 H.J. Lu <hongjiu.lu@intel.com>
PR ld/20321