This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 5025eb7 Delete relocations associatesd with deleted exidx entries. new 503b1c3 gdb: Replace operator new / operator new[]
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: gdb/ChangeLog | 9 +++++ gdb/Makefile.in | 8 +++- gdb/common/common-exceptions.h | 20 ++++++++++ gdb/common/new-op.c | 85 ++++++++++++++++++++++++++++++++++++++++++ gdb/gdbserver/ChangeLog | 6 +++ gdb/gdbserver/Makefile.in | 8 +++- 6 files changed, 132 insertions(+), 4 deletions(-) create mode 100644 gdb/common/new-op.c