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 d6b42c30358 gas: drop generate_asm_lineno emulation hook new 87d2a201520 include: de-duplicate i386.h and x86_64.h new 46f44aa7006 x86: drop largely defunct gas emulations new e9285aa0466 x86: prune OBJ_MAYBE_... uses new 85ef4a5ed82 gas: hide emulation struct format_ops instances when not needed
The 4 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: gas/Makefile.am | 3 - gas/Makefile.in | 12 -- gas/NEWS | 2 + gas/config/e-i386aout.c | 28 ----- gas/config/e-i386coff.c | 28 ----- gas/config/e-i386elf.c | 28 ----- gas/config/obj-aout.c | 10 +- gas/config/obj-aout.h | 5 +- gas/config/obj-coff.c | 10 +- gas/config/obj-coff.h | 14 +-- gas/config/obj-ecoff.c | 52 +++++---- gas/config/obj-elf.c | 158 +++++++++++++------------- gas/config/obj-elf.h | 3 +- gas/config/tc-i386-intel.c | 2 +- gas/config/tc-i386.c | 270 ++++++++++++++++++--------------------------- gas/config/tc-i386.h | 10 +- gas/configure | 41 ------- gas/configure.ac | 41 ------- gas/emul.h | 1 - gas/po/POTFILES.in | 3 - include/coff/i386.h | 34 +----- include/coff/x86.h | 59 ++++++++++ include/coff/x86_64.h | 35 +----- 23 files changed, 308 insertions(+), 541 deletions(-) delete mode 100644 gas/config/e-i386aout.c delete mode 100644 gas/config/e-i386coff.c delete mode 100644 gas/config/e-i386elf.c create mode 100644 include/coff/x86.h