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 64d3b4b29b Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds a406db9163 Automatic date update in version.in adds 087ea22225 pr20882 testcase adds 535b785fb0 Don't compare boolean values against TRUE or FALSE adds 9d43118ee5 fix changelog typo adds d2a03b7745 gdb.base/fileio.exp: Remove nowarnings adds c8f6abd10d gdb.base/fileio.c: Fix several -Wreturn-type warnings adds 59cc050d89 gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warnings adds 3aa2d05a72 Treat a prefix of "$SYSROOT" in the same way as "=" when par [...] adds 3e3e7faebe Expect prompt after no FPU warning adds ec8df23454 Fix test failure with Rust 1.18 and 1.19 adds 8038128b23 Automatic date update in version.in adds dd47d677f0 MIPS/binutils/testsuite: Bail out right away if !ELF adds 50e1d299ef Avoid MinGW compilation warning in readline/input.c adds eb026f09eb garbage collect debug sections when no alloc sections are kept adds 1933fd8ee0 gdb: fix TYPE_CODE_ARRAY handling in sparc targets adds 7a6e7fcc77 Fix tui compilation with Solaris libcurses: non-const last a [...] adds 6e7e1744e9 Fix tui compilation with Solaris libcurses: clear define (PR [...] adds f4203b2b88 Update avrxmega3 linker emulation to support avrxmega2 devic [...] adds ae0264a647 gas: fix tests call-relax and asi-bump-warn in 32-bit SPARC [...] adds 92f7d783c1 x86: Add GC testcases with property sections new 50fee3f02d 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 | 25 ++++++++++ bfd/arc-got.h | 6 +-- bfd/elf-m10300.c | 2 +- bfd/elf.c | 2 +- bfd/elf32-arc.c | 22 ++++---- bfd/elf32-bfin.c | 4 +- bfd/elf32-m68k.c | 2 +- bfd/elf32-nds32.c | 8 +-- bfd/elf32-tilepro.c | 2 +- bfd/elflink.c | 18 ++++--- bfd/elfnn-aarch64.c | 4 +- bfd/elfnn-riscv.c | 2 +- bfd/elfxx-tilegx.c | 2 +- bfd/mach-o.c | 2 +- bfd/peXXigen.c | 18 +++---- bfd/version.h | 2 +- bfd/vms-alpha.c | 32 ++++++------ bfd/vms-lib.c | 18 +++---- binutils/ChangeLog | 9 ++++ binutils/strings.c | 4 +- binutils/testsuite/binutils-all/mips/mips.exp | 32 ++++++------ gas/ChangeLog | 19 +++++++ gas/config/tc-aarch64.c | 10 ++-- gas/config/tc-avr.c | 4 ++ gas/config/tc-hppa.c | 2 +- gas/config/tc-mips.c | 2 +- gas/config/tc-score7.c | 2 +- gas/testsuite/gas/sparc/call-relax.d | 2 +- gas/testsuite/gas/sparc/sparc.exp | 2 +- gdb/ChangeLog | 25 ++++++++++ gdb/gdb_curses.h | 7 +++ gdb/sparc-tdep.c | 72 ++++++++++++++++++++------- gdb/sparc64-tdep.c | 43 +++++++++++++++- gdb/testsuite/ChangeLog | 27 ++++++++++ gdb/testsuite/gdb.base/fileio.c | 66 ++++++++++++------------ gdb/testsuite/gdb.base/fileio.exp | 4 +- gdb/testsuite/gdb.base/float.exp | 10 ++-- gdb/testsuite/gdb.rust/simple.exp | 8 +-- gdb/tui/tui-windata.c | 2 +- gdb/tui/tui-wingeneral.c | 2 +- gdb/tui/tui-winsource.c | 7 +-- ld/ChangeLog | 55 ++++++++++++++++++++ ld/emulparams/avrxmega3.sh | 1 + ld/emultempl/elf32.em | 2 +- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/emultempl/xtensaelf.em | 2 +- ld/ld.texinfo | 11 ++-- ld/ldfile.c | 2 + ld/ldlang.c | 7 ++- ld/ldlex.l | 5 ++ ld/scripttempl/avr.sc | 51 ++++++++++++++++++- ld/testsuite/ld-gc/pr20882.d | 3 +- ld/testsuite/ld-gc/pr20882a.s | 7 +-- ld/testsuite/ld-gc/pr20882b.s | 3 -- ld/testsuite/ld-gc/pr20882c.s | 3 -- ld/testsuite/ld-i386/i386.exp | 2 + ld/testsuite/ld-i386/property-x86-4a.d | 10 ++++ ld/testsuite/ld-i386/property-x86-4a.s | 5 ++ ld/testsuite/ld-i386/property-x86-4b.d | 10 ++++ ld/testsuite/ld-i386/property-x86-4b.s | 20 ++++++++ ld/testsuite/ld-scripts/sysroot-prefix.exp | 9 +++- ld/testsuite/ld-x86-64/property-x86-4a.d | 10 ++++ ld/testsuite/ld-x86-64/property-x86-4a.s | 5 ++ ld/testsuite/ld-x86-64/property-x86-4b.d | 10 ++++ ld/testsuite/ld-x86-64/property-x86-4b.s | 20 ++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + opcodes/ChangeLog | 7 +++ opcodes/aarch64-asm.c | 5 +- opcodes/aarch64-dis.c | 8 +-- opcodes/aarch64-gen.c | 6 +-- opcodes/aarch64-opc.c | 8 +-- readline/ChangeLog.gdb | 5 ++ readline/input.c | 1 + 74 files changed, 624 insertions(+), 207 deletions(-) create mode 100644 ld/testsuite/ld-i386/property-x86-4a.d create mode 100644 ld/testsuite/ld-i386/property-x86-4a.s create mode 100644 ld/testsuite/ld-i386/property-x86-4b.d create mode 100644 ld/testsuite/ld-i386/property-x86-4b.s create mode 100644 ld/testsuite/ld-x86-64/property-x86-4a.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-4a.s create mode 100644 ld/testsuite/ld-x86-64/property-x86-4b.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-4b.s