From 1fb80d6d50f3c0adc46ff584af26583b980be834 Mon Sep 17 00:00:00 2001 From: Simon Dardis Date: Thu, 15 Oct 2015 13:28:27 +0100 Subject: 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. --- ld/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ld/ChangeLog') 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 + + * 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 * po/zh_TW.po: Updated Chinese translation. -- cgit v1.1