This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gdb.
from 8294c9025a Avoid redundant operations in `fortran_array_walker' adds 74fcd19c51 Move ordinary gdbarch code to arch-utils adds 2b7c3f1dc0 Split gdbarch.h into two files adds 801e2396c6 Do not generate gdbarch.h adds ce5abab737 Do not sort the fields in gdbarch_dump adds 65b1aa7501 Generate new gdbarch-components.py from gdbarch.sh adds 7c8bb2ed1c Add new gdbarch generator adds fb14eb0829 Remove gdbarch.sh adds 166a12baea Document gdbarch-components.py adds 404e887836 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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 ------------------------------------- 9 files changed, 4231 insertions(+), 5675 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