This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr21903 in repository binutils-gdb.
discards f382b07c24 Treat common symbol as undefined for --no-define-common adds 9f06dab1e3 Add a testcase for "ld -d" adds 91975afd35 Add namespace std to nullptr_t adds f02fd7745d Unbreak GDBserver build for x32 adds a66930b357 Automatic date update in version.in adds 55ef6584ca Don't fail in elf32_hppa_set_gp adds 3232fabd2d Remove cleanups from Rust parser adds fdffd6f411 Fix Rust test suite for 1.20 beta adds ee0c32930c Use gdb::unique_xmalloc_ptr when calling tilde_expand adds e2a084f2c1 Automatic date update in version.in adds a4819f54c0 Treat common symbol as undefined for --no-define-common adds 1d4af308ae x86: Lookup __tls_get_addr or ___tls_get_addr once adds 2010d1a3f8 Automatic date update in version.in adds b7a18930e3 Do not choose a non-ELF format input file to hold the linker [...] adds 74cbb09e74 remote-sim.c: Fix arg variables conflicts new 70700c92be Move common symbol check after bed->common_definition
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 (f382b07c24) \ N -- N -- N refs/heads/users/hjl/pr21903 (70700c92be)
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 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 | 39 +++++ bfd/elf32-hppa.c | 16 +- bfd/elf32-i386.c | 93 +++++----- bfd/elf64-x86-64.c | 61 ++++--- bfd/elflink.c | 11 +- bfd/version.h | 2 +- gdb/ChangeLog | 61 +++++++ gdb/breakpoint.c | 11 +- gdb/cli/cli-cmds.c | 16 +- gdb/cli/cli-dump.c | 79 +++------ gdb/compile/compile-object-load.c | 25 +-- gdb/corelow.c | 26 +-- gdb/gdbserver/configure.srv | 1 + gdb/gdbserver/linux-amd64-ipa.c | 6 +- gdb/psymtab.c | 14 +- gdb/remote-sim.c | 7 +- gdb/rust-exp.y | 346 ++++++++++++++++++++------------------ gdb/solib.c | 24 +-- gdb/source.c | 8 +- gdb/symfile.c | 53 +++--- gdb/symmisc.c | 28 +-- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.rust/simple.exp | 6 +- gdb/tracefile-tfile.c | 22 +-- gdb/utils.h | 4 +- include/ChangeLog | 5 + ld/ChangeLog | 26 +++ ld/testsuite/ld-elf/pr21903.s | 12 +- ld/testsuite/ld-elf/pr21904.d | 6 + ld/testsuite/ld-elf/pr21904.s | 5 + ld/testsuite/ld-unique/pr21529.d | 2 +- 31 files changed, 544 insertions(+), 476 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr21904.d create mode 100644 ld/testsuite/ld-elf/pr21904.s