aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorVladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>2017-03-15 16:46:26 -0700
committerCary Coutant <ccoutant@gmail.com>2017-03-15 16:51:35 -0700
commit4d78db49e6eee097365e31f9b5b47e5391243979 (patch)
tree9597291b8862c3812ed0b940aa7768b6f8e730d7 /gold/ChangeLog
parent152c92b261fd9e4655688bef746ca32352f56bc4 (diff)
downloadgdb-4d78db49e6eee097365e31f9b5b47e5391243979.zip
gdb-4d78db49e6eee097365e31f9b5b47e5391243979.tar.gz
gdb-4d78db49e6eee097365e31f9b5b47e5391243979.tar.bz2
Mips: Omit empty objects for merging processor-specific data.
gold/ * mips.cc (Mips_relobj::merge_processor_specific_data_): New data member. (Mips_relobj::merge_processor_specific_data): New method. (Mips_relobj::do_read_symbols): Set merge_processor_specific_data_ to false, only if the input file is a binary or if object has no contents except the section name string table and an empty symbol table with the undefined symbol. (Target_mips::do_finalize_sections): Refactor. Skip empty object files for merging processor-specific data.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 6532b9a..d490468 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,17 @@
2017-03-15 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
+ * mips.cc (Mips_relobj::merge_processor_specific_data_): New data
+ member.
+ (Mips_relobj::merge_processor_specific_data): New method.
+ (Mips_relobj::do_read_symbols): Set merge_processor_specific_data_
+ to false, only if the input file is a binary or if object has no
+ contents except the section name string table and an empty symbol
+ table with the undefined symbol.
+ (Target_mips::do_finalize_sections): Refactor. Skip empty object files
+ for merging processor-specific data.
+
+2017-03-15 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
+
* mips.cc (Target_mips::Relocate::calculated_value_): New data
member.
(Target_mips::Relocate::calculate_only_): Likewise.