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 0ed0046aee0 Apply x86: Only allow S + A relocations against absolute symbol adds 6f29a534150 Fix py-tui.c build problem adds 876678f05e7 PR 25611, PR 25614: GAS: Remove a double inclusion of "bignum.h" adds 283b7aa1343 Automatic date update in version.in adds 7b948a2580d mmo.c: Fix ld testsuite regression "objcopy executable (pr25662)". adds 41ff29bf5db ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*. adds 40bd13ced9c include: Sync plugin-api.h with GCC adds 15ccbdd7175 Arm: Fix thumb2 PLT branch offsets. adds a7618269b72 Arm: Fix LSB of GOT for Thumb2 only PLT. adds 15d47c3a705 gas: Fix some x86_64 testcases for Solaris not using R_X86_ [...] adds efc3a950394 x86: Force relocation against local absolute symbol adds 81e3a1d00cb Updated Serbian translation for the gprof subdirectory adds 8c072cb6a19 Avoid some copying in psymtab.c adds e0802d59969 Avoid copying in lookup_name_info new f61caa0762d Merge remote-tracking branch 'origin/master' into users/hjl [...] new e7bc47e6b6e Update x86: Only allow S + A relocations against absolute symbol new 5f7c6a4e244 Don't apply R_X86_64_THUNK_GOTPCRELX/R_X86_64_GPOFF
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 | 15 + bfd/elf32-arm.c | 10 +- bfd/mmo.c | 6 +- bfd/version.h | 2 +- gas/ChangeLog | 32 + gas/config/tc-i386.h | 8 + gas/dwarf2dbg.c | 1 - gas/testsuite/gas/i386/ilp32/x86-64-localpic.d | 4 +- gas/testsuite/gas/i386/localpic.d | 4 +- gas/testsuite/gas/i386/localpic.s | 2 + .../gas/i386/{ => solaris}/x86-64-branch-2.d | 5 +- .../gas/i386/{ => solaris}/x86-64-branch-3.d | 11 +- gas/testsuite/gas/i386/solaris/x86-64-jump.d | 16 +- .../gas/i386/solaris/x86-64-mpx-branch-1.d | 36 +- .../gas/i386/solaris/x86-64-mpx-branch-2.d | 28 +- gas/testsuite/gas/i386/x86-64-branch-2.d | 1 + gas/testsuite/gas/i386/x86-64-branch-3.d | 1 + gas/testsuite/gas/i386/x86-64-localpic.d | 4 +- gas/testsuite/gas/i386/x86-64-localpic.s | 2 + gdb/ChangeLog | 37 + gdb/ada-lang.c | 36 +- gdb/dwarf2/read.c | 2 +- gdb/language.c | 4 +- gdb/minsyms.c | 2 +- gdb/psymtab.c | 62 +- gdb/python/py-tui.c | 8 +- gdb/symtab.c | 8 +- gdb/symtab.h | 55 +- gprof/ChangeLog | 4 + gprof/po/sr.po | 49 +- include/ChangeLog | 6 + include/plugin-api.h | 2 +- ld/ChangeLog | 16 + ld/testsuite/ld-arm/arm-elf.exp | 3 + ld/testsuite/ld-arm/thumb-plt-got.d | 14 + ld/testsuite/ld-arm/thumb-plt.d | 34 + ld/testsuite/ld-arm/thumb-plt.s | 18 + ld/testsuite/ld-scripts/defined4.d | 4 +- ...low-S-A-relocations-against-absolute-symb.patch | 855 ++++++++++++++++++--- patches/README | 3 - 40 files changed, 1146 insertions(+), 264 deletions(-) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-branch-2.d (88%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-branch-3.d (80%) create mode 100644 ld/testsuite/ld-arm/thumb-plt-got.d create mode 100644 ld/testsuite/ld-arm/thumb-plt.d create mode 100644 ld/testsuite/ld-arm/thumb-plt.s