aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-11-16 14:21:28 +0000
committerNick Clifton <nickc@redhat.com>2015-11-16 14:21:28 +0000
commit3940d2c36abbf7c4701e312bd76f6bb119898c8a (patch)
tree1372e58697f86ce2c1ea27fafa2895f9533178ea /ld/ChangeLog
parent797eee4264d1b504aabcbcabb6de2f1108441261 (diff)
downloadfsf-binutils-gdb-3940d2c36abbf7c4701e312bd76f6bb119898c8a.zip
fsf-binutils-gdb-3940d2c36abbf7c4701e312bd76f6bb119898c8a.tar.gz
fsf-binutils-gdb-3940d2c36abbf7c4701e312bd76f6bb119898c8a.tar.bz2
Fixes an invalid warning about memory region overflow on the ARM.
PR ld/19106 * emultempl/armelf.em (_set_symbols): New function. Enables relaxation for non-relocatable links. (LDEMUL_SET_SYMBOLS): Define.
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 d5e450e..d4324ec 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2015-11-16 Nick Clifton <nickc@redhat.com>
+
+ PR ld/19106
+ * emultempl/armelf.em (_set_symbols): New function. Enables
+ relaxation for non-relocatable links.
+ (LDEMUL_SET_SYMBOLS): Define.
+
2015-11-13 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.