This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/roland/event-pipe in repository binutils-gdb.
discards 838bd03ec82 Avoid conflict with gnulib open/close macros. adds a8ab094a329 Move copyright code from gdbarch.py to new file adds fb079cb5c41 Rewrite make-target-delegates in Python adds c1dae0a6a0a fbsd-tdep: Implement the vsyscall_range gdbarch hook. adds 63db53cd53c i386-fbsd-nat: Assume PT_GETXMMREGS is present. adds 72919b16ec2 i386-bsd-nat: Assume PT_GETXMMREGS is present. adds 74320502cba configure: Stop checking for PT_GETXMMREGS. adds a8dc389afe1 Automatic date update in version.in adds 0aac2413d39 PowerPC64 DT_RELR relative reloc addresses adds e26ff4b5a90 comment typo fix adds cb1a6dda0d7 gdb: testsuite: fix failed testcases in gdb.base/gdb-cachin [...] adds c2b167b3d60 Update my e-mail address in the MAINTAINERS file adds db120fb808d Adjust ld ctf test for 32-bit targets adds 8674f082e3f Avoid conflict with gnulib open/close macros.
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 (838bd03ec82) \ N -- N -- N refs/heads/users/roland/event-pipe (8674f082e3f)
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.
No new revisions were added by this update.
Summary of changes: bfd/elf64-ppc.c | 125 ++++++---- bfd/version.h | 2 +- gdb/MAINTAINERS | 6 +- gdb/configure | 37 --- gdb/configure.ac | 20 -- gdb/copyright.py | 1 - gdb/fbsd-tdep.c | 110 +++++++++ gdb/gdbarch-gen.h | 4 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.py | 29 +-- gdb/gdbcopyright.py | 52 ++++ gdb/i386-bsd-nat.c | 10 - gdb/i386-fbsd-nat.c | 14 -- gdb/make-target-delegates | 421 --------------------------------- gdb/make-target-delegates.py | 340 ++++++++++++++++++++++++++ gdb/target-delegates.c | 26 +- gdb/testsuite/lib/gdb.exp | 4 + ld/testsuite/ld-ctf/nonrepresentable.d | 2 +- 18 files changed, 620 insertions(+), 587 deletions(-) create mode 100644 gdb/gdbcopyright.py delete mode 100755 gdb/make-target-delegates create mode 100755 gdb/make-target-delegates.py