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 d264d78607d sim: ppc: delete unused build compile & link settings new 4d4952a63dd sim: ppc: fix bad AC_CACHE_CHECK call with semun new d237a93af39 sim: ppc: merge System V semaphores checks new d961049a26b sim: ppc: change SysV sem & shm tests to compile-time new bc756034ee8 sim: ppc: always compile in the sysv sem & shm device files new d472066471d sim: ppc: hoist sysv tests to top-level new 568432432a3 sim: ppc: move long long test to top-level new d43207b0570 sim: ppc: move struct statfs to top-level new e04ab9b01aa sim: ppc: move termio defines to config.h new 1a9f6039fb2 sim: ppc: switch struct member checks to AC_CHECK_MEMBER new 0168f1aedf7 sim: ppc: switch to AC_CACHE_CHECK new 6bf212a8ac9 sim: ppc: move termios probes to top-level new 0b5415c13c0 sim: ppc: stop including headers from gdb/ new 2c7cc02f964 sim: ppc: drop custom config.h header new 82931068f4d sim: ppc: drop configure compiler checks new 93c0f1cf94b sim: ppc: move defines.h generation to the top-level
The 15 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 | 19 +- sim/config.h.in | 27 + sim/configure | 323 +++++- sim/m4/sim_ac_platform.m4 | 149 +++ sim/ppc/Makefile.in | 39 +- sim/ppc/config.in | 39 - sim/ppc/configure | 2682 ++++----------------------------------------- sim/ppc/configure.ac | 209 +--- sim/ppc/defs.h | 53 - sim/ppc/hw_sem.c | 10 + sim/ppc/hw_shm.c | 10 + sim/ppc/local.mk | 9 + 12 files changed, 776 insertions(+), 2793 deletions(-) delete mode 100644 sim/ppc/defs.h