This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 6bc2c6ee80c Fix segfault when running ia16-elf-gdb new 912697efc15 [GOLD] Got_offset_list: addend field new 973b2b402eb [GOLD] Remove addend from Local_got_entry_key new 54721a930e8 [GOLD] Output_data_got tidy new 2cc9ed14fae [GOLD] Output_data_got create entry method addends new e4d49a0f908 [GOLD] Got_entry::write addends new 5cdb4f14426 [GOLD] PowerPC64 support for sym+addend GOT entries new 51298b33032 PR28149, debug info with wrong file association new ef9768e37e3 PR28149 part 2, purge generated line info
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/dwarf2dbg.c | 182 +++++++++++++++++++++------------ gas/dwarf2dbg.h | 7 +- gas/testsuite/gas/i386/dwarf2-line-3.s | 1 + gas/testsuite/gas/i386/dwarf2-line-4.d | 11 +- gas/testsuite/gas/i386/dwarf2-line-4.s | 1 + gas/testsuite/gas/i386/dwarf4-line-1.d | 15 +-- gas/testsuite/gas/i386/dwarf5-line-1.d | 11 +- gas/testsuite/gas/i386/dwarf5-line-2.d | 11 +- gold/incremental.cc | 10 +- gold/object.cc | 2 +- gold/object.h | 89 +++++++--------- gold/output.cc | 155 ++++++++++------------------ gold/output.h | 107 +++++++------------ gold/powerpc.cc | 169 +++++++++++++++--------------- gold/s390.cc | 12 ++- gold/symtab.h | 13 +-- gold/target.h | 15 +-- 17 files changed, 380 insertions(+), 431 deletions(-)