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 c560184eb20 powerpc garbage collect test new fe49679d519 Remove powerpc PE support
The 1 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 | 20 + bfd/Makefile.am | 4 - bfd/Makefile.in | 6 - bfd/coff-ppc.c | 2582 ----------------------------------- bfd/coffcode.h | 36 - bfd/config.bfd | 6 +- bfd/configure | 4 - bfd/configure.ac | 4 - bfd/libcoff-in.h | 8 - bfd/libcoff.h | 8 - bfd/pe-ppc.c | 47 - bfd/peXXigen.c | 113 +- bfd/pei-ppc.c | 50 - bfd/po/SRC-POTFILES.in | 2 - bfd/targets.c | 8 - binutils/ChangeLog | 6 + binutils/configure | 9 - binutils/configure.ac | 9 - binutils/dlltool.c | 324 +---- gas/ChangeLog | 10 + gas/config/obj-coff.h | 4 - gas/config/tc-ppc.c | 876 +----------- gas/config/tc-ppc.h | 18 +- gas/configure.tgt | 3 - gas/testsuite/gas/cfi/cfi.exp | 3 +- gas/testsuite/gas/macros/macros.exp | 1 - include/ChangeLog | 4 + include/coff/powerpc.h | 57 - ld/ChangeLog | 12 + ld/Makefile.am | 4 - ld/Makefile.in | 6 - ld/configure.tgt | 6 - ld/emulparams/ppclynx.sh | 12 - ld/emulparams/ppcpe.sh | 7 - ld/emultempl/beos.em | 21 +- ld/emultempl/pe.em | 17 - ld/po/BLD-POTFILES.in | 2 - ld/scripttempl/ppcpe.sc | 208 --- 38 files changed, 96 insertions(+), 4421 deletions(-) delete mode 100644 bfd/coff-ppc.c delete mode 100644 bfd/pe-ppc.c delete mode 100644 bfd/pei-ppc.c delete mode 100644 include/coff/powerpc.h delete mode 100644 ld/emulparams/ppclynx.sh delete mode 100644 ld/emulparams/ppcpe.sh delete mode 100644 ld/scripttempl/ppcpe.sc