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 86ae224b5b Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 2d8b68309f Fix typo in "show remotelogfile" docs adds 7557a51431 Document style behavior in batch mode. adds 871f0fc66a Automatic date update in version.in adds 38e75bf223 [AArch64][gas] Add support for Neoverse N1 adds 516dbc4418 [AArch64][gas] Add support for Neoverse E1 adds 83f43c8344 [arm][gas] Add support for Neoverse N1 adds 24841daa74 Extend readelf and objdump so that they will display and fol [...] adds bb995d00b3 Fix symtab/23853: symlinked default symtab adds 9600246deb Add missing ChangeLog entries for commit bb995d00b3eef2f48d0 [...] adds c6f4a5d0ed gdb: Update copyright year range generated by gdbarch.sh adds 07bc701d03 Look for build-id-based separate debug files under the sysroot adds 04dcda9cb0 Update my email address adds 8a7a93c20a Automatic date update in version.in adds c97a773961 Update copyright year range in gdb.texinfo and refcard.tex adds e0e7d3bd21 Update copyright year range in gdb.ada/mi_ref_changeable testcase adds 8a6a85134d Use '--readnever' when invoking GDB from gcore.in adds 4323c5ad3c Automatic date update in version.in adds f616c36b79 PR24144, pdp11-ld overwriting section data with zeros adds a894d76ab1 Re: PowerPC __tls_get_addr arg parsing adds 60245a92ce Automatic date update in version.in adds 39f0547e55 Extend objdump's --dwarf=follow-links option so that separat [...] new 79ada8fe03 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds cd5a152ceb Fix BFD leak in solib-darwin.c adds 0a0f4c0179 Fix crash when loading dwp files adds 0f58c9e88e Fix BFD leak in dwarf2_get_dwz_file. adds c31307f9c5 Automatic date update in version.in adds 26c897821b Define unique_ptr specialization for Py_buffer. adds fe07eca59d Define gdb.Value(bufobj, type) constructor adds bc2a507e6e Add tests for gdb.Value(bufobj, type) constructor adds af54ade989 Document two argument form of gdb.Value constructor adds 8791793caa Fix new py-value.exp test case adds 172fb711a2 gdb/riscv: Use legacy register numbers in default target des [...] adds 8e3173c608 Automatic date update in version.in adds 143420fb0d Fix build errors in aix-thread.c adds 3d34d8de5e Bump version to 8.3.50.DATE-git. adds 9335e75a61 Update NEWS post GDB 8.3 branch creation. adds 5561fc304f gdb: Restructure type_align and gdbarch_type_align adds bf9a735e23 gdb: Handle alignment for C++ structures with static members adds 52d6f3ee94 Testsuite: Allow multiple lines of "as" in testsuite. adds 7a995095f3 gdb/aarch64: Use default gdbarch methods where possible adds 480e46cfc5 gdb/alpha: Use default gdbarch methods where possible adds f8278c3c7e gdb/arc: Use default gdbarch methods where possible adds a19a650fcc gdb/arm: Use default gdbarch methods where possible adds b56bf08443 gdb/bfin: Use default gdbarch methods where possible adds 8010f57641 gdb/cris: Use default gdbarch methods where possible adds 4133e5a13f gdb/csky: Use default gdbarch methods where possible adds 76055cbe88 gdb/riscv: Use default gdbarch methods where possible adds 2fbe7ad059 gdb/frv: Use default gdbarch methods where possible adds 68b867f30e gdb/ft32: Use default gdbarch methods where possible adds 9734a58667 gdb/h8300: Use default gdbarch methods where possible adds f4bc7d2cde gdb/hppa: Use default gdbarch method default_dummy_id. adds 6ca6222221 Use Python 2.[67] / 3.X / PEP 3118 buffer protocol adds 2c3fc25dd1 Document fact that mininum Python version is now 2.6 adds 6c28e44a35 Remove Python 2.4 and 2.5 support adds 23031e3192 Prevent overflow in rl_set_screen_size adds 8ed252144a Make 'show width/height' display "unlimited" when capped for [...] adds 5862844d0f Test "set width/height -1" adds 43ac54fca3 Handle \r\n in gdbreplay adds 5cfe428cd1 x86-64: Skip protected check on symbol defined by linker adds 799efbe8e0 Fix regcache leak, and avoid possible regcache access after detach. new e894b39751 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 6fa1b99601 Support older tcl 8.5 without lmap
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 | 11 + bfd/elf64-x86-64.c | 2 + bfd/pdp11.c | 8 - bfd/version.h | 2 +- binutils/ChangeLog | 65 ++ binutils/NEWS | 13 + binutils/doc/binutils.texi | 8 + binutils/doc/debug.options.texi | 11 +- binutils/dwarf.c | 456 +++++++++----- binutils/dwarf.h | 12 +- binutils/objdump.c | 142 ++++- binutils/readelf.c | 23 +- binutils/testsuite/binutils-all/debuglink.s | 1 - binutils/testsuite/binutils-all/linkdebug.s | 1 - binutils/testsuite/binutils-all/objdump.WK2 | 13 +- binutils/testsuite/binutils-all/objdump.WK3 | 17 + binutils/testsuite/binutils-all/objdump.exp | 11 +- binutils/testsuite/binutils-all/readelf.exp | 2 +- binutils/testsuite/binutils-all/readelf.k2 | 7 +- .../binutils-all/{objdump.WK2 => readelf.wKis} | 8 +- binutils/testsuite/lib/binutils-common.exp | 690 +++++++++++---------- gas/ChangeLog | 35 ++ gas/config/obj-aout.c | 32 +- gas/config/tc-aarch64.c | 10 + gas/config/tc-arm.c | 4 +- gas/config/tc-ppc.c | 2 + gas/doc/c-aarch64.texi | 2 + gas/doc/c-arm.texi | 1 + gas/testsuite/gas/aarch64/dotproduct.d | 1 + gas/testsuite/gas/aarch64/dotproduct_armv8_4.d | 10 - gas/testsuite/gas/aarch64/dotproduct_armv8_4.s | 2 - gas/testsuite/gas/aarch64/illegal-dotproduct.d | 1 + gas/testsuite/gas/aarch64/ldst-rcpc-armv8_2.d | 21 - gas/testsuite/gas/aarch64/ldst-rcpc.d | 2 + gdb/ChangeLog | 244 ++++++++ gdb/MAINTAINERS | 2 +- gdb/NEWS | 11 +- gdb/aarch64-tdep.c | 38 -- gdb/aix-thread.c | 7 - gdb/alpha-tdep.c | 29 - gdb/arc-tdep.c | 68 +- gdb/arch-utils.c | 2 +- gdb/arm-tdep.c | 37 -- gdb/bfin-tdep.c | 18 - gdb/build-id.c | 115 ++-- gdb/config.in | 6 - gdb/configure | 88 +-- gdb/configure.ac | 16 +- gdb/cris-tdep.c | 40 -- gdb/csky-tdep.c | 34 - gdb/doc/ChangeLog | 24 + gdb/doc/gdb.texinfo | 13 +- gdb/doc/python.texi | 8 + gdb/doc/refcard.tex | 4 +- gdb/dwarf2read.c | 5 +- gdb/features/riscv/32bit-cpu.xml | 6 +- gdb/features/riscv/32bit-fpu.c | 2 + gdb/features/riscv/32bit-fpu.xml | 12 +- gdb/features/riscv/64bit-cpu.xml | 6 +- gdb/features/riscv/64bit-fpu.c | 2 + gdb/features/riscv/64bit-fpu.xml | 12 +- gdb/frv-tdep.c | 27 - gdb/ft32-tdep.c | 33 - gdb/gcore.in | 3 +- gdb/gdbarch.h | 5 +- gdb/gdbarch.sh | 7 +- gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/gdbreplay.c | 20 +- gdb/gdbtypes.c | 30 +- gdb/h8300-tdep.c | 22 - gdb/hppa-tdep.c | 9 - gdb/i386-tdep.c | 2 +- gdb/linespec.c | 6 +- gdb/nios2-tdep.c | 23 +- gdb/python/py-breakpoint.c | 8 +- gdb/python/py-inferior.c | 75 +-- gdb/python/py-prettyprint.c | 94 --- gdb/python/py-type.c | 8 +- gdb/python/py-utils.c | 3 +- gdb/python/py-value.c | 75 ++- gdb/python/python-internal.h | 66 +- gdb/python/python.c | 8 +- gdb/riscv-tdep.c | 30 - gdb/solib-darwin.c | 5 +- gdb/target.c | 11 + gdb/testsuite/ChangeLog | 45 ++ gdb/testsuite/gdb.ada/mi_ref_changeable.exp | 2 +- .../gdb.ada/mi_ref_changeable/foo_rb20_056.adb | 2 +- gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb | 2 +- gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads | 2 +- gdb/testsuite/gdb.base/align.exp | 180 ++++-- gdb/testsuite/gdb.base/page.exp | 27 + gdb/testsuite/gdb.base/symlink-sourcefile.c | 26 + gdb/testsuite/gdb.base/symlink-sourcefile.exp | 45 ++ .../gdb.dwarf2/inlined_subroutine-inheritance.exp | 2 +- gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 7 - gdb/testsuite/gdb.python/py-value.exp | 45 ++ gdb/testsuite/lib/gdb.exp | 12 - gdb/utils.c | 27 +- gdb/version.in | 2 +- ld/ChangeLog | 10 + ld/testsuite/ld-i386/i386.exp | 9 + ld/testsuite/ld-i386/pr24276.dso | 9 + ld/testsuite/ld-i386/pr24276.warn | 1 + ld/testsuite/ld-x86-64/pr24276.dso | 9 + ld/testsuite/ld-x86-64/pr24276.warn | 1 + ld/testsuite/ld-x86-64/x86-64.exp | 9 + patches/README | 1 + patches/old-tcl.patch | 31 + 109 files changed, 2042 insertions(+), 1513 deletions(-) create mode 100644 binutils/testsuite/binutils-all/objdump.WK3 copy binutils/testsuite/binutils-all/{objdump.WK2 => readelf.wKis} (97%) delete mode 100644 gas/testsuite/gas/aarch64/dotproduct_armv8_4.d delete mode 100644 gas/testsuite/gas/aarch64/dotproduct_armv8_4.s delete mode 100644 gas/testsuite/gas/aarch64/ldst-rcpc-armv8_2.d create mode 100644 gdb/testsuite/gdb.base/symlink-sourcefile.c create mode 100644 gdb/testsuite/gdb.base/symlink-sourcefile.exp create mode 100644 ld/testsuite/ld-i386/pr24276.dso create mode 100644 ld/testsuite/ld-i386/pr24276.warn create mode 100644 ld/testsuite/ld-x86-64/pr24276.dso create mode 100644 ld/testsuite/ld-x86-64/pr24276.warn create mode 100644 patches/old-tcl.patch