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 8294c9025a9 Avoid redundant operations in `fortran_array_walker' new 74fcd19c514 Move ordinary gdbarch code to arch-utils new 2b7c3f1dc0f Split gdbarch.h into two files new 801e2396c64 Do not generate gdbarch.h new ce5abab7377 Do not sort the fields in gdbarch_dump new 65b1aa7501a Generate new gdbarch-components.py from gdbarch.sh new 7c8bb2ed1c2 Add new gdbarch generator new fb14eb08292 Remove gdbarch.sh new 166a12baeaa Document gdbarch-components.py
The 8 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/Makefile.in | 1 - gdb/arch-utils.c | 488 +++++++ gdb/gdbarch-components.py | 2621 ++++++++++++++++++++++++++++++++++++++ gdb/{gdbarch.h => gdbarch-gen.h} | 487 +------ gdb/gdbarch.c | 1589 ++++++++--------------- gdb/gdbarch.h | 1588 +---------------------- gdb/gdbarch.py | 526 ++++++++ gdb/gdbarch.sh | 2604 ------------------------------------- 8 files changed, 4230 insertions(+), 5674 deletions(-) create mode 100644 gdb/gdbarch-components.py copy gdb/{gdbarch.h => gdbarch-gen.h} (88%) create mode 100755 gdb/gdbarch.py delete mode 100755 gdb/gdbarch.sh