]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog-2015
Fixes a problem with the linker script parser not always handling the ! character...
authorNick Clifton <nickc@redhat.com>
Fri, 27 Feb 2015 16:19:57 +0000 (16:19 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 27 Feb 2015 16:19:57 +0000 (16:19 +0000)
commitf0673d2040a49ecebfc0d3a03993d09fb4dd3e17
tree0f0c6e5557e84ffa549a9c89ae979ccec65cd609
parent07697489f4587e41f4f63aa526c1bd7d2fcd5494
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.
ld/ChangeLog
ld/ldlang.c