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 b863685d70 Restore original GDB prompt in define.exp new 89abbcc26d Arm: Create feature files for Arm target descriptions
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 | 12 ++++++ gdb/features/Makefile | 30 ++++++++------- gdb/features/arm/arm-core.c | 31 ++++++++++++++++ gdb/features/arm/arm-fpa.c | 23 ++++++++++++ gdb/features/arm/arm-m-profile-with-fpa.c | 39 ++++++++++++++++++++ gdb/features/arm/arm-m-profile-with-fpa.xml | 39 ++++++++++++++++++++ gdb/features/arm/arm-m-profile.c | 31 ++++++++++++++++ gdb/features/arm/arm-vfpv2.c | 30 +++++++++++++++ gdb/features/arm/arm-vfpv3.c | 46 +++++++++++++++++++++++ gdb/features/arm/xscale-iwmmxt.c | 57 +++++++++++++++++++++++++++++ gdb/target-descriptions.c | 3 +- 11 files changed, 326 insertions(+), 15 deletions(-) create mode 100644 gdb/features/arm/arm-core.c create mode 100644 gdb/features/arm/arm-fpa.c create mode 100644 gdb/features/arm/arm-m-profile-with-fpa.c create mode 100644 gdb/features/arm/arm-m-profile-with-fpa.xml create mode 100644 gdb/features/arm/arm-m-profile.c create mode 100644 gdb/features/arm/arm-vfpv2.c create mode 100644 gdb/features/arm/arm-vfpv3.c create mode 100644 gdb/features/arm/xscale-iwmmxt.c