This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from ed53c0150c Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 39946cc227 x86: Add _bfd_x86_elf_mkobject adds c6295c2290 elfxx-x86.h: Fix a typo in comments adds 18da07cd12 Correct ChangeLog entry adds eeb2f20a76 x86: Add _bfd_x86_elf_adjust_dynamic_symbol adds 4f501a245f x86: Add _bfd_x86_elf_gc_mark_hook adds 96fbe52eaa Automatic date update in version.in adds 96d01d93c4 -Og warning fixes adds ad71ce8de7 x86-64: Check ELF_COMMON_DEF_P for common symbols adds 1fa4ec6ae7 LTO rescan archives adds 6b9553e2a5 x86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.h adds 9a742a902f i386: Check VxWorks with htab->is_vxworks adds 503294e755 x86: Add sizeof_reloc to elf_x86_link_hash_table adds 9ff114ca5d x86: Add elf_x86_compute_jump_table_size adds fe53b4a4c4 x86: Add is_x86_elf adds b9ce864ca8 x86: Add _bfd_x86_elf_allocate_dynrelocs adds aa595247af x86: Define PLT_CIE_LENGTH and PLT_FDE_* in elfxx-x86.h adds 92c10f5f61 i386: Update sgotplt_jump_table_size setting adds 2926eb2c32 x86: Rearrange fields and update comments adds 5e2ac45d56 x86: Add _bfd_x86_elf_size_dynamic_sections adds aed02419fb Automatic date update in version.in adds 2ac3a7f5ce Add elf64-x86-64.lo together with elfxx-x86.lo for 64-bit BFD adds d47a80260c Add missing ChangeLog entries adds f04bdfa7b2 Initialize tls_get_addr for x86-64 in one place adds 23fdd69e42 Make target_waitstatus_to_string return an std::string new d633abb905 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new f4300d1910 Update binutils-x86-gpoff.patch against master adds 1cf58434bf PR22067, x86 check_relocs invalid read adds 0e30d99180 x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true new de64ecc14f Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
The 3 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: bfd/ChangeLog | 200 ++++ bfd/configure | 4 +- bfd/configure.ac | 4 +- bfd/elf-eh-frame.c | 2 +- bfd/elf32-i386.c | 1127 +------------------ bfd/elf64-x86-64.c | 1075 +----------------- bfd/elflink.c | 2 +- bfd/elfnn-aarch64.c | 2 +- bfd/elfxx-x86.c | 1182 +++++++++++++++++++- bfd/elfxx-x86.h | 89 +- bfd/version.h | 2 +- gdb/ChangeLog | 14 + gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/linux-low.c | 7 +- gdb/gdbserver/server.c | 6 +- gdb/infrun.c | 43 +- gdb/record-btrace.c | 4 +- gdb/target-debug.h | 5 +- gdb/target.h | 4 - gdb/target/waitstatus.c | 48 +- gdb/target/waitstatus.h | 5 +- ld/ChangeLog | 34 + ld/emultempl/msp430.em | 26 +- ld/ldlang.c | 79 +- ld/ldlang.h | 14 +- ld/ldmain.c | 5 + ld/testsuite/ld-x86-64/pr22064a.S | 33 + .../{ld-elf/pr19579b.c => ld-x86-64/pr22064b.c} | 0 ld/testsuite/ld-x86-64/{pr19939b.d => pr22071.d} | 4 +- ld/testsuite/ld-x86-64/pr22071.s | 78 ++ ld/testsuite/ld-x86-64/x86-64.exp | 24 + patches/binutils-x86-gpoff.patch | 113 +- 32 files changed, 1884 insertions(+), 2356 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr22064a.S copy ld/testsuite/{ld-elf/pr19579b.c => ld-x86-64/pr22064b.c} (100%) copy ld/testsuite/ld-x86-64/{pr19939b.d => pr22071.d} (62%) create mode 100644 ld/testsuite/ld-x86-64/pr22071.s