This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] [ARC] Entries to Changelog for previous commits.


From: Cupertino Miranda <cmiranda@synopsys.com>

---
 bfd/ChangeLog     | 17 +++++++++++++++++
 include/ChangeLog |  4 ++++
 2 files changed, 21 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 31fb547..00598d3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,20 @@
+2018-10-01  Cupertino Miranda <cmiranda@synopsys.com>
+
+	* arc-got.h (relocate_fix_got_relocs_for_got_info): Changed. Take TLS
+	section alignment in consideration for this relocation. Fixed TCB_SIZE
+	offset size to include section alignment.
+	(get_got_entry_list_for_symbol): Changed.
+	* elf32-arc.c (FINAL_SECTSTART): Added this formula macro.
+	(ARC_TLS_DTPOFF) Updated reloc to use new created macro instead.
+	(arc_special_overflow_checks): Fixed TCB_SIZE offsize to include
+	section alignment.
+	(elf_arc_check_relocs): Changed.
+	(elf_arc_finish_dynamic_symbol) Return FALSE in case arc_htab is NULL.
+	(struct elf_arc_link_hash_entry): Moved and changed.
+	(elf_arc_link_hash_newfunc): Changed.
+	(arc_elf_link_hash_table_create): Removed old initializations.
+	(elf_arc_relocate_section, elf_arc_finish_dynamic_symbol): Changed.
+
 2018-09-28  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* elf-properties.c (_bfd_elf_link_setup_gnu_properties): Use
diff --git a/include/ChangeLog b/include/ChangeLog
index f46251e..d0e0d72 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-01  Cupertino Miranda <cmiranda@synopsys.com>
+
+	* arc-reloc.def (ARC_TLS_LE_32): Updated reloc formula.
+
 2018-09-21  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR binutils/23694
-- 
2.9.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]