aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorVladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>2017-03-15 15:43:25 -0700
committerCary Coutant <ccoutant@gmail.com>2017-03-15 16:51:35 -0700
commitc3847462f86778e97222a72378a84182f92c644a (patch)
tree6a0f5f934277c6176f9b67cdc351a23eb8399e2f /gold/ChangeLog
parent453018bf4490421a995cd76b3d2a3f322359c6a5 (diff)
downloadfsf-binutils-gdb-c3847462f86778e97222a72378a84182f92c644a.zip
fsf-binutils-gdb-c3847462f86778e97222a72378a84182f92c644a.tar.gz
fsf-binutils-gdb-c3847462f86778e97222a72378a84182f92c644a.tar.bz2
Improve relocation overflow errors on MIPS.
gold/ * mips.cc (Mips_relocate_functions::rel26): Don't print relocation overflow error message. (Target_mips::relocate_special_relocatable): Improve relocation overflow error message. (Target_mips::Relocate::relocate): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 3102af5..a36faa1 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,13 @@
2017-03-15 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
+ * mips.cc (Mips_relocate_functions::rel26): Don't print relocation
+ overflow error message.
+ (Target_mips::relocate_special_relocatable): Improve relocation
+ overflow error message.
+ (Target_mips::Relocate::relocate): Likewise.
+
+2017-03-15 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
+
* mips.cc (symbol_refs_local): Return false if a symbol
is from a dynamic object.
(Target_mips::got_section): Make _GLOBAL_OFFSET_TABLE_ STV_HIDDEN.