aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorSimon Dardis <Simon.Dardis@imgtec.com>2015-10-15 13:28:27 +0100
committerNick Clifton <nickc@redhat.com>2015-10-15 13:28:27 +0100
commit1fb80d6d50f3c0adc46ff584af26583b980be834 (patch)
treee513862b31448dfec69fd84aa2afd6c38196e7f5 /ld/ChangeLog
parentb32a5c16f100c53fd9c0c22464f863eeeec6087a (diff)
downloadfsf-binutils-gdb-1fb80d6d50f3c0adc46ff584af26583b980be834.zip
fsf-binutils-gdb-1fb80d6d50f3c0adc46ff584af26583b980be834.tar.gz
fsf-binutils-gdb-1fb80d6d50f3c0adc46ff584af26583b980be834.tar.bz2
When evaluating a ternary operator in a linker script, copy the symbol flags.
* ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from... (exp_fold_tree_1): Here. Cope with ternary operator in assignments. Use new helper.
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 61a21be..fcae5a0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-15 Simon Dardis <Simon.Dardis@imgtec.com>
+
+ * ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from...
+ (exp_fold_tree_1): Here. Cope with ternary operator in
+ assignments. Use new helper.
+
2015-10-14 Nick Clifton <nickc@redhat.com>
* po/zh_TW.po: Updated Chinese translation.