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 43327b208ec Pass INTERNAL_GDBFLAGS when executing GDB new 3af96c0d99d gdb/features: remove rx.xml from XMLTOC list new 7d458ea516b gdb, gdbserver: remove ARM regdat files new 2951f6c068f gdb/regformats: remove unused regformats/reg-*.dat
The 3 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 | 22 +++++++++++ gdb/features/Makefile | 5 +-- gdb/regformats/arm/arm-with-iwmmxt.dat | 53 --------------------------- gdb/regformats/arm/arm-with-neon.dat | 64 -------------------------------- gdb/regformats/arm/arm-with-vfpv2.dat | 48 ------------------------ gdb/regformats/arm/arm-with-vfpv3.dat | 64 -------------------------------- gdb/regformats/reg-arm.dat | 29 --------------- gdb/regformats/reg-bfin.dat | 56 ---------------------------- gdb/regformats/reg-cris.dat | 35 ------------------ gdb/regformats/reg-crisv32.dat | 54 --------------------------- gdb/regformats/reg-m32r.dat | 27 -------------- gdb/regformats/reg-tilegx.dat | 67 ---------------------------------- gdb/regformats/reg-tilegx32.dat | 67 ---------------------------------- gdbserver/ChangeLog | 5 +++ gdbserver/Makefile.in | 3 -- 15 files changed, 28 insertions(+), 571 deletions(-) delete mode 100644 gdb/regformats/arm/arm-with-iwmmxt.dat delete mode 100644 gdb/regformats/arm/arm-with-neon.dat delete mode 100644 gdb/regformats/arm/arm-with-vfpv2.dat delete mode 100644 gdb/regformats/arm/arm-with-vfpv3.dat delete mode 100644 gdb/regformats/reg-arm.dat delete mode 100644 gdb/regformats/reg-bfin.dat delete mode 100644 gdb/regformats/reg-cris.dat delete mode 100644 gdb/regformats/reg-crisv32.dat delete mode 100644 gdb/regformats/reg-m32r.dat delete mode 100644 gdb/regformats/reg-tilegx.dat delete mode 100644 gdb/regformats/reg-tilegx32.dat