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 c9098af41e Remove sparc-aout and sparc-coff support new 5452f388a5 sparc-coff removal leftover new ddb000396c Remove arm-epoc-pe support
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: bfd/ChangeLog | 13 +++ bfd/Makefile.am | 4 - bfd/Makefile.in | 6 -- bfd/coff-arm.c | 5 +- bfd/config.bfd | 8 +- bfd/configure | 4 - bfd/configure.ac | 4 - bfd/epoc-pe-arm.c | 38 ------- bfd/epoc-pei-arm.c | 31 ------ bfd/po/SRC-POTFILES.in | 2 - bfd/targets.c | 8 -- binutils/ChangeLog | 6 ++ binutils/configure | 9 -- binutils/configure.ac | 9 -- binutils/dlltool.c | 21 +--- gas/ChangeLog | 13 +++ gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/config/tc-arm.h | 4 +- gas/config/te-epoc-pe.h | 27 ----- gas/configure.tgt | 1 - gas/po/POTFILES.in | 1 - gas/testsuite/gas/all/gas.exp | 1 - gas/testsuite/gas/arm/local_label_coff.d | 2 +- gas/testsuite/gas/arm/undefined.d | 2 +- gas/testsuite/gas/arm/undefined_coff.d | 2 +- include/ChangeLog | 4 + include/coff/sparc.h | 164 ------------------------------- ld/ChangeLog | 13 +++ ld/Makefile.am | 4 - ld/Makefile.in | 5 - ld/configure.tgt | 1 - ld/emulparams/arm_epoc_pe.sh | 9 -- ld/emultempl/pe.em | 16 +-- ld/pe-dll.c | 14 +-- ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/epocpe.sc | 164 ------------------------------- ld/testsuite/ld-scripts/fill.d | 2 - ld/testsuite/ld-scripts/fill16.d | 2 - 39 files changed, 64 insertions(+), 558 deletions(-) delete mode 100644 bfd/epoc-pe-arm.c delete mode 100644 bfd/epoc-pei-arm.c delete mode 100644 gas/config/te-epoc-pe.h delete mode 100644 include/coff/sparc.h delete mode 100644 ld/emulparams/arm_epoc_pe.sh delete mode 100644 ld/scripttempl/epocpe.sc