This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/config.h in repository binutils-gdb.
discards e02c80299df Fix gdbsupport build on compilers that don't default to C++ [...] discards 12db6f66081 config.h v2 adds 0d1cc75df1c Set the default page size of the PDP11 target to 8192 bytes. adds 8dc3273e0c5 Use get_thread_regcache instead of get_current_regcache in [...] adds c12081a66b4 texi2pod.pl: import support for @t{...} from gcc adds c96d7e04622 Automatic date update in version.in adds 4814632e696 x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit mode adds 9cf70a448be x86: add a few more missing VexWIG adds d0849eed782 x86: drop stale Vec_Imm4 related comment adds 45a4bb2010a x86: drop found_cpu_match local variable adds 0c3d9485091 MSP430: Add input section rules for .upper sections to defa [...] adds 6d0be74bfa2 MSP430: Remove unused linker script template elf32msp430_3.sc adds 2da2eaf4ce2 [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature adds 3112ed97991 Support for DWARF5 location lists entries adds 701adfb0092 [gdb] Move ChangeLog entries to their right files new b77c4ae6a7d config.h v2 new 4019e263322 Fix gdbsupport build on compilers that don't default to C++ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e02c80299df) \ N -- N -- N refs/heads/users/palves/config.h (4019e263322)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/ChangeLog | 5 + bfd/pdp11.c | 2 +- bfd/version.h | 2 +- etc/ChangeLog | 4 + etc/texi2pod.pl | 1 + gas/ChangeLog | 21 + gas/config/tc-arm.c | 13 +- gas/config/tc-i386.c | 10 +- gas/testsuite/gas/i386/avx512dq-inval.l | 13 + gas/testsuite/gas/i386/avx512dq-inval.s | 22 + gas/testsuite/gas/i386/i386.exp | 1 + gdb/ChangeLog | 10 + gdb/ChangeLog-1992 | 43 -- gdb/ChangeLog-1993 | 52 +-- gdb/ChangeLog-1995 | 3 - gdb/ChangeLog-1996 | 8 +- gdb/ChangeLog-1998 | 6 +- gdb/ChangeLog-1999 | 15 +- gdb/ChangeLog-2000 | 8 +- gdb/ChangeLog-2001 | 8 +- gdb/ChangeLog-2002 | 30 +- gdb/ChangeLog-2003 | 10 +- gdb/ChangeLog-2004 | 8 +- gdb/ChangeLog-2005 | 1 - gdb/ChangeLog-2006 | 19 +- gdb/ChangeLog-2007 | 12 +- gdb/ChangeLog-2008 | 9 +- gdb/ChangeLog-2009 | 14 +- gdb/ChangeLog-2010 | 10 +- gdb/ChangeLog-2011 | 20 +- gdb/ChangeLog-2012 | 8 +- gdb/ChangeLog-2013 | 6 +- gdb/ChangeLog-2014 | 9 +- gdb/ChangeLog-2015 | 35 +- gdb/ChangeLog-2016 | 4 +- gdb/ChangeLog-2017 | 19 +- gdb/ChangeLog-2018 | 56 ++- gdb/ChangeLog-2019 | 74 ++-- gdb/doc/ChangeLog | 217 ++++++++++ gdb/dwarf2loc.c | 39 ++ gdb/infcmd.c | 3 +- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/ChangeLog-1993-2013 | 52 ++- gdbsupport/Makefile.am | 2 +- gdbsupport/Makefile.in | 2 +- include/ChangeLog | 8 + include/opcode/arm.h | 7 +- ld/ChangeLog | 16 + ld/emulparams/pdp11.sh | 2 +- ld/scripttempl/elf32msp430.sc | 8 + ld/scripttempl/elf32msp430_3.sc | 224 ---------- ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 + ld/testsuite/ld-msp430-elf/upper-input-sections.s | 33 ++ opcodes/ChangeLog | 27 ++ opcodes/arm-dis.c | 471 +++++++++++----------- opcodes/i386-opc.tbl | 26 +- opcodes/i386-tbl.h | 32 +- 57 files changed, 948 insertions(+), 825 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.l create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.s delete mode 100644 ld/scripttempl/elf32msp430_3.sc create mode 100644 ld/testsuite/ld-msp430-elf/upper-input-sections.s