This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/scoped_ignore_signal in repository binutils-gdb.
discards 92eead7cca1 scoped_ignore_signal: Use sigprocmask instead of signal discards a5686483ed1 Use an aligned buffer + placement new instead of gdb::optional discards 7a2ba73537d Introduce scoped_restore_signal discards 1a95bda31f4 Move scoped_ignore_sigttou to gdbsupport/ adds 09db4332c60 fbsd nat: Disable address space randomization when requested. adds 483ab96a1bd gnulib: define the path to gnulib's parent dir adds 1ff18ee6520 Automatic date update in version.in adds fbe8d1cf5b1 sim: enable silent rules in common builds adds 82e6d6bf900 sim: drop redundant SIM_AC_OPTION_WARNINGS adds 4df5cdbd3af sim: erc32: fix build w/out termios.h adds 757b3c2fea9 sim: erc32: fix build w/out F_{G,S}ETFL adds aa077c0d188 sim: mn10300: switch abort to sim_engine_abort adds 79afa8caab2 sim: mn10300: enable -Werror adds 93df3340fd5 readelf: report DF_1_PIE as "Position-Independent Executable" adds cc0f96357e0 x86: permit parenthesized expressions again as addressing s [...] adds 4fe51f7d3ce x86: off-by-1 in offset_in_range() adds 86f041462ec x86: make offset_in_range()'s warning contents useful (again) adds a50187b2c6c x86: harmonize disp with imm handling adds 649658972ca x86: slightly simplify offset_in_range() adds 2f2be86bbb8 x86: simplify .dispNN setting adds b00af7c8c61 x86: bring "gas --help" output for --32 etc in sync with reality adds c8795e1f2f4 Allow readelf to recognise GO buildid notes. new 148e7536c62 Move scoped_ignore_sigttou to gdbsupport/ new 68e41281e84 Introduce scoped_restore_signal new 5e9f71e1cd3 scoped_ignore_signal: Use sigprocmask+sigtimedwait instead [...] new c73fc9439a0 Add a unit test for scoped_ignore_sigpipe
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 (92eead7cca1) \ N -- N -- N refs/heads/users/palves/scoped_ignore_signal (c73fc9439a0)
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 4 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 | 15 ++ binutils/readelf.c | 176 +++++++++++++---- .../testsuite/binutils-all/x86-64/pr27708.dump | 2 +- gas/ChangeLog | 51 +++++ gas/config/tc-i386.c | 151 ++++++--------- gas/testsuite/gas/i386/disp-imm-16.l | 10 + gas/testsuite/gas/i386/disp-imm-16.s | 17 ++ gas/testsuite/gas/i386/disp-imm-32.d | 21 ++ gas/testsuite/gas/i386/disp-imm-32.s | 17 ++ gas/testsuite/gas/i386/disp-imm-64.l | 22 +++ gas/testsuite/gas/i386/disp-imm-64.s | 28 +++ gas/testsuite/gas/i386/i386.exp | 7 +- gas/testsuite/gas/i386/sib-intel.d | 4 + gas/testsuite/gas/i386/sib.d | 4 + gas/testsuite/gas/i386/sib.s | 4 + gdb/ChangeLog | 20 ++ gdb/Makefile.in | 5 +- gdb/compile/compile.c | 1 - gdb/config.in | 3 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/fbsd-nat.c | 75 ++++++++ gdb/fbsd-nat.h | 5 + gdb/testsuite/lib/gdb.exp | 2 +- gdb/unittests/scoped_ignore_signal-selftests.c | 125 ++++++++++++ gdbserver/ChangeLog | 8 +- gdbserver/Makefile.in | 4 +- gdbsupport/scoped_ignore_signal.h | 16 +- gdbsupport/scoped_ignore_sigttou.h | 14 +- gnulib/ChangeLog | 7 + gnulib/Makefile.gnulib.inc.in | 10 +- include/ChangeLog | 4 + include/elf/common.h | 1 + ld/ChangeLog | 4 + ld/testsuite/ld-pie/vaddr-0.d | 2 +- sim/ChangeLog | 5 + sim/Makefile.in | 30 +-- sim/aarch64/ChangeLog | 5 + sim/aarch64/configure | 2 +- sim/aarch64/configure.ac | 1 - sim/arm/ChangeLog | 5 + sim/arm/configure | 2 +- sim/arm/configure.ac | 1 - sim/avr/ChangeLog | 5 + sim/avr/configure | 2 +- sim/avr/configure.ac | 1 - sim/bfin/ChangeLog | 5 + sim/bfin/configure | 206 ++++++++++---------- sim/bfin/configure.ac | 1 - sim/common/ChangeLog | 9 + sim/common/Make-common.in | 4 +- sim/common/local.mk | 6 +- sim/configure | 39 ++++ sim/configure.ac | 1 + sim/erc32/ChangeLog | 14 ++ sim/erc32/erc32.c | 12 ++ sim/erc32/interf.c | 7 +- sim/erc32/sis.c | 2 + sim/ft32/ChangeLog | 5 + sim/ft32/configure | 2 +- sim/ft32/configure.ac | 1 - sim/microblaze/ChangeLog | 5 + sim/microblaze/configure | 2 +- sim/microblaze/configure.ac | 1 - sim/mn10300/ChangeLog | 9 + sim/mn10300/configure | 213 +++++++++++---------- sim/mn10300/configure.ac | 1 - sim/mn10300/mn10300.igen | 2 +- sim/msp430/ChangeLog | 5 + sim/msp430/configure | 2 +- sim/msp430/configure.ac | 1 - sim/pru/ChangeLog | 5 + sim/pru/configure | 2 +- sim/pru/configure.ac | 1 - sim/riscv/ChangeLog | 5 + sim/riscv/configure | 190 +++++++++--------- sim/riscv/configure.ac | 1 - sim/testsuite/ChangeLog | 5 + sim/testsuite/common/local.mk | 24 +-- 80 files changed, 1174 insertions(+), 514 deletions(-) create mode 100644 gas/testsuite/gas/i386/disp-imm-16.l create mode 100644 gas/testsuite/gas/i386/disp-imm-16.s create mode 100644 gas/testsuite/gas/i386/disp-imm-32.d create mode 100644 gas/testsuite/gas/i386/disp-imm-32.s create mode 100644 gas/testsuite/gas/i386/disp-imm-64.l create mode 100644 gas/testsuite/gas/i386/disp-imm-64.s create mode 100644 gdb/unittests/scoped_ignore_signal-selftests.c