This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/cxx-replace-operator-new in repository binutils-gdb.
discards bdcf3e6 Replace operator new / operator new[] adds e8eafa2 Automatic date update in version.in adds 7d5adfe Use 'event_ptid' instead of 'resume_ptid' on startup_inferior [...] adds a5bf7d4 ld: Extend documentation for EXCLUDE_FILE adds d4ed4da ld: Fix mistake in ChangeLog adds 9f7efd5 ppc: Fix record support of Store String Word instructions adds 12c58cd Avoid -Wduplicated-cond warnings in gdb/python adds 44b8317 Automatic date update in version.in adds fc6cda2 Keep reserved bits in CPSR on write adds 3d0ec88 MIPS/testsuite: mips16-thunks: Use `standard_output_file' new 1c3e9ee internal-error: Don't crash if called before current_ui is in [...] new 8f19dae Replace operator new / operator new[]
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 (bdcf3e6) \ N -- N -- N refs/heads/users/palves/cxx-replace-operator-new (8f19dae)
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/version.h | 2 +- gdb/ChangeLog | 23 +++++++++ gdb/Makefile.in | 8 ++- gdb/aarch32-linux-nat.c | 11 +++- gdb/common/common-exceptions.h | 20 +++----- gdb/common/common-new-op.c | 86 ++++++++++++++++++++++++++++++++ gdb/common/common-utils.c | 50 ------------------- gdb/fork-child.c | 4 +- gdb/gdbserver/ChangeLog | 5 ++ gdb/gdbserver/Makefile.in | 8 ++- gdb/gdbserver/linux-aarch32-low.c | 4 ++ gdb/python/py-arch.c | 2 + gdb/python/py-value.c | 2 + gdb/rs6000-tdep.c | 10 ++-- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.arch/mips16-thunks.exp | 9 ++-- ld/ChangeLog | 5 ++ ld/ld.texinfo | 15 ++++++ 18 files changed, 190 insertions(+), 79 deletions(-) create mode 100644 gdb/common/common-new-op.c