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 179bd7a89d8 sim: ppc: drop build-config.h usage new 5817b1f52f5 sim: ppc: hoist igen compilation into top-level new a243f0a5a18 sim: ppc: replace filter_filename with lbasename new 0a4d338dd01 sim: ppc: unify igen filter_filename implementations new fd520e1af1d sim: igen: minor constify logic new 9b6e0cb3bac sim: ppc: rename igen max_insn_bit_size new ef993dfa05f sim: igen: extend error to take arguments new 9ddac092a83 sim: ppc: rework igen error to match common new 1b89e2b7205 sim: ppc: merge misc igen APIs
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: sim/Makefile.in | 354 ++++++++++++++++++++++++--------- sim/igen/misc.c | 4 +- sim/igen/misc.h | 4 +- sim/ppc/Makefile.in | 74 +------ sim/ppc/debug.h | 12 +- sim/ppc/{filter_filename.c => dumpf.c} | 35 ++-- sim/ppc/{options.h => dumpf.h} | 12 +- sim/ppc/filter_filename.h | 26 --- sim/ppc/filter_host.c | 18 -- sim/ppc/gen-idecode.c | 2 +- sim/ppc/gen-model.c | 4 +- sim/ppc/igen.c | 8 +- sim/ppc/ld-cache.c | 3 +- sim/ppc/ld-decode.c | 3 +- sim/ppc/ld-insn.c | 17 +- sim/ppc/ld-insn.h | 4 +- sim/ppc/lf.c | 2 +- sim/ppc/local.mk | 66 +++++- sim/ppc/misc.c | 204 ------------------- sim/ppc/misc.h | 77 ------- sim/ppc/table.c | 3 +- 21 files changed, 389 insertions(+), 543 deletions(-) rename sim/ppc/{filter_filename.c => dumpf.c} (63%) copy sim/ppc/{options.h => dumpf.h} (82%) delete mode 100644 sim/ppc/filter_filename.h delete mode 100644 sim/ppc/filter_host.c delete mode 100644 sim/ppc/misc.c delete mode 100644 sim/ppc/misc.h