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 8e78e9b9950 sim: m68hc11: fix up last warnings new a5884035977 sim: m32c: switch from custom fgets to getline new 0ae995e2df0 sim: m32c: fix warnings about mixing code & decls new 44056b7ce43 sim: m32c: clean up various warnings
The 3 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/m32c/ChangeLog | 24 ++++++++++++++++++ sim/m32c/Makefile.in | 7 ++---- sim/m32c/configure | 28 +++++++++++---------- sim/m32c/configure.ac | 2 -- sim/m32c/m32c.opc | 13 +++++++++- sim/m32c/mem.c | 15 ++++++++--- sim/m32c/opc2c.c | 12 ++++++--- sim/m32c/r8c.opc | 14 +++++++++++ sim/m32c/safe-fgets.c | 69 --------------------------------------------------- sim/m32c/safe-fgets.h | 27 -------------------- sim/m32c/trace.c | 5 ++-- 11 files changed, 89 insertions(+), 127 deletions(-) delete mode 100644 sim/m32c/safe-fgets.c delete mode 100644 sim/m32c/safe-fgets.h