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 4f4b6eb66b Apply "gas: Add TC_FRAG_INIT2" adds 10a54ace4a Automatic date update in version.in adds aff29d1c73 (Ada) -var-update crash for variable whose type is a referen [...] adds ab759ca8db Fix type_stack leaks in c expression parsing. adds db22231044 gas: Pass max_bytes to TC_FRAG_INIT adds 7115ab9c4b Automatic date update in version.in adds ea638c4312 AArch64: Detect exit from execve syscall adds 43c4685f14 Automatic date update in version.in adds 04d7fa2132 Update description of how to make a release to include the u [...] adds e20773049f Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp adds e486594504 Updated French translation for ld/ and gold/ subdirectories adds ac8c53cc67 Use function_name_style to print Ada and C function names adds 2636d81d80 Use address style to print addresses in breakpoint information. adds 1ed9f74e85 Make symtab.c better styled. adds 402d2bfec4 Look for separate debug files in debug directories under a sysroot. adds efac4bfe0b Add a new function child_path. adds cd4b78483c Use child_path to determine if an object file is under a sysroot. adds f62318e98d Try to use the canonical version of a sysroot for debug file links. adds 8918f84c04 Automatic date update in version.in adds 01c7ae818b Adding a test case adds 007024cc6a Add Andrew Burgess as global maintainer of gdb/ and sim/ adds e6e006612f Automatic date update in version.in adds c559d7096b (Windows) remove thread notification for main thread of inferior adds 2988d01ea5 (riscv/ada) fix error when calling functions with range argument adds b1041ae0ae [gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' fun [...] adds cabb5f067d [gdb, hurd] Work around conflict between Mach's 'thread_info [...] adds 2d0a338c7c [gdb, hurd] Repair build after "Convert struct target_ops to [...] adds 6c6ef69fb4 [gdb, hurd] Repair build after "Share fork_inferior et al wi [...] adds c29ee8d45e [gdb, hurd] Repair build after "Use thread_info and inferior [...] adds 924514e11c [gdb, hurd] Address "ISO C++ forbids converting a string con [...] adds 8071c5ce78 [gdb, hurd] Adjust to Hurd "proc" interface changes adds b671c7fb21 [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' adds abc163a464 [ld, hurd] Remove 'ld-elf/elf.exp' XFAILs new 9ad8ee7ec5 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 159a2ad9dd Revert "Apply "gas: Add TC_FRAG_INIT2""
The 2 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/version.h | 2 +- binutils/ChangeLog | 6 + binutils/README-how-to-make-a-release | 125 +- gas/ChangeLog | 28 + gas/config/tc-aarch64.h | 3 +- gas/config/tc-arm.h | 3 +- gas/config/tc-avr.h | 2 +- gas/config/tc-i386.h | 9 +- gas/config/tc-ia64.h | 2 +- gas/config/tc-mmix.h | 2 +- gas/config/tc-nds32.h | 2 +- gas/config/tc-ns32k.h | 2 +- gas/config/tc-rl78.h | 2 +- gas/config/tc-rx.h | 2 +- gas/config/tc-score.h | 2 +- gas/config/tc-tic54x.h | 2 +- gas/config/tc-tic6x.h | 2 +- gas/config/tc-xtensa.h | 2 +- gas/doc/internals.texi | 7 +- gas/frags.c | 2 +- gdb/ChangeLog | 122 + gdb/MAINTAINERS | 1 + gdb/Makefile.in | 1 + gdb/aarch64-linux-tdep.c | 56 +- gdb/ada-typeprint.c | 6 +- gdb/ada-varobj.c | 3 + gdb/breakpoint.c | 7 +- gdb/c-exp.y | 4 + gdb/c-typeprint.c | 8 +- gdb/common/pathstuff.c | 50 + gdb/common/pathstuff.h | 6 + gdb/config/i386/nm-i386gnu.h | 7 - gdb/configure.nat | 1 + gdb/gnu-nat.c | 31 +- gdb/gnu-nat.h | 17 +- gdb/i386-gnu-nat.c | 14 +- gdb/remote.c | 6 +- gdb/riscv-tdep.c | 1 + gdb/symfile.c | 36 +- gdb/symtab.c | 55 +- gdb/symtab.h | 8 + gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.ada/mi_ref_changeable.exp | 71 + .../gdb.ada/mi_ref_changeable/foo_rb20_056.adb | 28 + gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb | 26 + gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads | 20 + gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 133 + gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 46 + gdb/unittests/child-path-selftests.c | 68 + gdb/windows-nat.c | 78 +- gold/ChangeLog | 4 + gold/po/fr.po | 559 +-- include/ChangeLog | 5 + include/splay-tree.h | 11 +- ld/ChangeLog | 8 + ld/po/fr.po | 4245 ++++++++++---------- ld/testsuite/ld-elf/elf.exp | 7 - libiberty/ChangeLog | 6 + libiberty/splay-tree.c | 13 +- patches/0001-gas-Add-TC_FRAG_INIT2.patch | 151 - patches/README | 1 - sim/ChangeLog | 4 + sim/MAINTAINERS | 3 +- 63 files changed, 3418 insertions(+), 2726 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable.exp create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable/foo_rb20_056.adb create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp create mode 100644 gdb/unittests/child-path-selftests.c delete mode 100644 patches/0001-gas-Add-TC_FRAG_INIT2.patch