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 0d90ae96c56 Automatic date update in version.in new ee3314c4360 sim: ppc: move spreg.[ch] files to the source tree new 897903a2104 sim: ppc: drop old dgen.c generator
The 2 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: sim/Makefile.in | 10 + sim/ppc/Makefile.in | 31 +- sim/ppc/dgen.c | 334 -------------- sim/ppc/local.mk | 10 + sim/ppc/options.c | 4 - sim/ppc/spreg-gen.py | 305 +++++++++++++ sim/ppc/spreg.c | 1175 ++++++++++++++++++++++++++++++++++++++++++++++++++ sim/ppc/spreg.h | 108 +++++ 8 files changed, 1614 insertions(+), 363 deletions(-) delete mode 100644 sim/ppc/dgen.c create mode 100755 sim/ppc/spreg-gen.py create mode 100644 sim/ppc/spreg.c create mode 100644 sim/ppc/spreg.h