aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2018-04-05 09:41:42 -0700
committerCary Coutant <ccoutant@gmail.com>2018-04-05 09:45:07 -0700
commit494e49c9855c75e5cf95a2c031401d2d4f5e21fe (patch)
tree92c480f655c89a9e1f793444789eaa075b96cbc2 /gold/ChangeLog
parent67faf1f4c206516837fa44f6b7d131966be6bf0f (diff)
downloadfsf-binutils-gdb-494e49c9855c75e5cf95a2c031401d2d4f5e21fe.zip
fsf-binutils-gdb-494e49c9855c75e5cf95a2c031401d2d4f5e21fe.tar.gz
fsf-binutils-gdb-494e49c9855c75e5cf95a2c031401d2d4f5e21fe.tar.bz2
Revert previous patch and apply revised patch.
Revert: 2018-04-05 James Cowgill <james.cowgill@mips.com> PR gold/22770 * mips.cc (Mips_got_info::record_got_page_entry): Fetch existing page entries for the object's GOT. Apply: PR gold/22770 * mips.cc (Mips_got_info::record_got_page_entry): Don't insert Got_page_entry for object's GOT. (Mips_got_info::add_got_page_entries): Add all pages from from's GOT. Rename to add_got_page_count. (Got_page_entry): Remove num_pages.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index c1776b5..010dad4 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,16 @@
2018-04-05 James Cowgill <james.cowgill@mips.com>
+ Revert previous patch and apply revised patch.
+
+ PR gold/22770
+ * mips.cc (Mips_got_info::record_got_page_entry): Don't insert
+ Got_page_entry for object's GOT.
+ (Mips_got_info::add_got_page_entries): Add all pages from from's GOT.
+ Rename to add_got_page_count.
+ (Got_page_entry): Remove num_pages.
+
+2018-04-05 James Cowgill <james.cowgill@mips.com>
+
PR gold/22770
* mips.cc (Mips_got_info::record_got_page_entry): Fetch existing
page entries for the object's GOT.