aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-02-27 16:19:57 +0000
committerNick Clifton <nickc@redhat.com>2015-02-27 16:19:57 +0000
commitf0673d2040a49ecebfc0d3a03993d09fb4dd3e17 (patch)
tree0f0c6e5557e84ffa549a9c89ae979ccec65cd609 /ld/ChangeLog
parent07697489f4587e41f4f63aa526c1bd7d2fcd5494 (diff)
downloadgdb-f0673d2040a49ecebfc0d3a03993d09fb4dd3e17.zip
gdb-f0673d2040a49ecebfc0d3a03993d09fb4dd3e17.tar.gz
gdb-f0673d2040a49ecebfc0d3a03993d09fb4dd3e17.tar.bz2
Fixes a problem with the linker script parser not always handling the ! character in memort region attributes.
PR ld/17900 * ldlang.c (lang_set_flags): Allow exclamation mark to reverse the sense of the following memory region attribute characters.
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 7db30ea..65aadc0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-27 Nick Clifton <nickc@redhat.com>
+
+ PR ld/17900
+ * ldlang.c (lang_set_flags): Allow exclamation mark to reverse the
+ sense of the following memory region attribute characters.
+
2015-02-27 Alan Modra <amodra@gmail.com>
* Makefile.am (ALL_EMULATION_SOURCES): Sort new h8300 entries.