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 159a2ad9dd Revert "Apply "gas: Add TC_FRAG_INIT2"" adds 9d70ffbc5b Updating test case adds 99df80f894 Automatic date update in version.in adds 91d78b8179 Use the correct name for various MACH-O based operating syst [...] adds 5f48666010 C++-ify bp_location adds cc12f4a8f9 Fix memory leak in create_ada_exception_catchpoint adds e397fd39c6 Fix some typos in ravenscar-thread.c adds 5b6ea500d5 Exception safety in ravenscar-thread.c adds 7657f14df7 C++-ify ravenscar_arch_ops adds 6cbcc006e9 Fix formatting in ravenscar-thread.c adds 989f3c583d Minor C++-ification in ravenscar-thread.c adds dea57a6263 Add push_target overload adds 0b790b1eeb Make the ravenscar thread target multi-target-ready adds 485b851b68 Special-case wildcard requests in ravenscar-thread.c adds 166e5d9d41 Automatic date update in version.in adds aa9e1dc0c6 Automatic date update in version.in adds a2cd4f1475 (Ada) fix GDB crash printing packed array adds 75ba10dc55 type_align: handle range types the same as ints and enums adds a008792038 Fix pager bugs with style output adds 0c820d6793 Fix some valgrind errors in the TUI adds 6506371f06 Add styling to macro commands adds 9409233b0e Change macro_source_fullname to return a std::string adds d57e4f2b86 Automatic date update in version.in adds a31b8bd9a0 PR24225, nios2 buffer overflow adds 040b3e95e4 Fix leaks of 'per program space' and 'per inferior' ada task data. adds 70cd633e87 gdb: Allow gdbarch to override alignment for method and memb [...] adds c72e75a640 Automatic date update in version.in adds 179f2db0d9 PR24235, Read memory violation in pei-x86_64.c adds 6f2117ba38 Fix a potential deadlock in some older Loongson 3A1000 MIPS [...] adds 98814c6c11 Minor Ada task cleanups adds abaeb15626 Automatic date update in version.in adds 7ae39e2d40 Check whether symbols with MOVW_.ABS relocations require PLT [...] adds 8abac8031e PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armap adds 6caa91b6e5 Fix error message and use-after-free on errors in nested sou [...] adds 7d272a55ca PR24233, Out of memory adds edd01d077c Use or1k-darwin host SHARED_LIBADD for *-darwin. adds c22b42ce30 Unsigned integer overflows in readelf checks adds 34d75fb5c4 Check asprintf return value adds e6c3b5bfb4 AArch64: Add pauth core file section adds eed62915fd bfd: xtensa: fix callx relaxation adds 0ef8a082c3 AArch64: Add default reggroups adds c763b89433 Use upper case for metasyntactic variables in "help find" adds 8d18bf796b Harden readelf's IA64 note display function so that it can h [...] adds 7fc0c668f2 Fix a illegal memory access fault when parsing a corrupt MIP [...] adds 171375c68e Fix potential illegal memory access by readelf when parsing [...] adds 3ca60c57a7 Fix potential illegal memory access by readelf when parsing [...] adds 0c95f9ed6c Fix typos in symtab_symbol_info adds 56b80d4c4c Automatic date update in version.in adds 160eba9301 PowerPC __tls_get_addr arg parsing adds 5cacf1c88f Fix illegal memory accesses by readelf when parsing corrupt [...] adds ee2bcb0c35 Disable styling when running in batch mode new 86ae224b5b Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
The 1 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 | 48 ++++ bfd/archive.c | 17 +- bfd/archive64.c | 10 +- bfd/configure | 6 +- bfd/configure.ac | 6 +- bfd/elf-bfd.h | 2 + bfd/elf.c | 27 +++ bfd/elf32-nios2.c | 34 ++- bfd/elf32-xtensa.c | 55 +++++ bfd/pei-x86_64.c | 9 +- bfd/version.h | 2 +- binutils/ChangeLog | 53 +++++ binutils/objdump.c | 4 +- binutils/readelf.c | 152 +++++++++--- binutils/unwind-ia64.c | 154 ++++++++---- gas/ChangeLog | 21 ++ gas/NEWS | 5 + gas/config.in | 3 + gas/config/tc-mips.c | 261 ++++++++++++++++----- gas/config/tc-ppc.c | 92 ++++---- gas/configure | 27 ++- gas/configure.ac | 18 ++ gas/doc/c-mips.texi | 7 + gdb/ChangeLog | 221 +++++++++++++++++ gdb/aarch64-ravenscar-thread.c | 47 ++-- gdb/aarch64-tdep.c | 16 ++ gdb/ada-lang.c | 94 ++++---- gdb/ada-lang.h | 2 - gdb/ada-tasks.c | 81 ++++--- gdb/breakpoint.c | 20 +- gdb/breakpoint.h | 18 +- gdb/cli/cli-script.c | 7 +- gdb/corelow.c | 3 +- gdb/findcmd.c | 6 +- gdb/gdbtypes.c | 9 +- gdb/macrocmd.c | 15 +- gdb/macrotab.c | 63 ++--- gdb/macrotab.h | 5 +- gdb/main.c | 8 +- gdb/ppc-ravenscar-thread.c | 56 ++--- gdb/ravenscar-thread.c | 222 +++++++++--------- gdb/ravenscar-thread.h | 9 +- gdb/remote.c | 4 +- gdb/source.c | 62 +++-- gdb/sparc-ravenscar-thread.c | 34 +-- gdb/symtab.c | 4 +- gdb/target.c | 9 + gdb/target.h | 3 + gdb/testsuite/ChangeLog | 38 +++ .../big_packed_array.exp} | 29 ++- .../gdb.ada/big_packed_array/foo_ra24_010.adb | 24 ++ gdb/testsuite/gdb.ada/big_packed_array/pck.adb | 21 ++ gdb/testsuite/gdb.ada/big_packed_array/pck.ads | 53 +++++ gdb/testsuite/gdb.ada/homonym.exp | 2 +- gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 7 +- gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 15 +- gdb/testsuite/gdb.base/info_qt.exp | 4 +- gdb/testsuite/gdb.base/page.exp | 14 ++ .../{source-error.gdb => source-error-1.gdb} | 0 gdb/testsuite/gdb.base/source-error.gdb | 6 +- gdb/testsuite/gdb.base/source.exp | 16 +- gdb/testsuite/gdb.base/style.c | 2 + gdb/testsuite/gdb.base/style.exp | 34 ++- gdb/top.c | 4 +- gdb/top.h | 2 +- gdb/tui/tui-source.c | 21 +- gdb/ui-style.h | 10 + gdb/utils.c | 92 +++++--- gold/ChangeLog | 11 + gold/aarch64.cc | 11 + gold/testsuite/Makefile.am | 20 ++ gold/testsuite/Makefile.in | 121 ++++++---- gold/testsuite/aarch64_pr23870_bar.c | 6 + gold/testsuite/aarch64_pr23870_foo.c | 6 + gold/testsuite/aarch64_pr23870_main.S | 15 ++ include/ChangeLog | 8 + include/elf/common.h | 2 + include/mach-o/loader.h | 6 +- ld/ChangeLog | 8 + ld/testsuite/ld-powerpc/tls32.s | 3 +- ld/testsuite/ld-xtensa/call_overflow.d | 7 + ld/testsuite/ld-xtensa/call_overflow1.s | 9 + ld/testsuite/ld-xtensa/call_overflow2.s | 14 ++ ld/testsuite/ld-xtensa/call_overflow3.s | 5 + ld/testsuite/ld-xtensa/xtensa.exp | 1 + 85 files changed, 1925 insertions(+), 753 deletions(-) copy gdb/testsuite/{gdb.base/source-error.gdb => gdb.ada/big_packed_array.exp} (55%) create mode 100644 gdb/testsuite/gdb.ada/big_packed_array/foo_ra24_010.adb create mode 100644 gdb/testsuite/gdb.ada/big_packed_array/pck.adb create mode 100644 gdb/testsuite/gdb.ada/big_packed_array/pck.ads copy gdb/testsuite/gdb.base/{source-error.gdb => source-error-1.gdb} (100%) create mode 100644 gold/testsuite/aarch64_pr23870_bar.c create mode 100644 gold/testsuite/aarch64_pr23870_foo.c create mode 100644 gold/testsuite/aarch64_pr23870_main.S create mode 100644 ld/testsuite/ld-xtensa/call_overflow.d create mode 100644 ld/testsuite/ld-xtensa/call_overflow1.s create mode 100644 ld/testsuite/ld-xtensa/call_overflow2.s create mode 100644 ld/testsuite/ld-xtensa/call_overflow3.s