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 4a68fcd7f7d Prevent a bad .Psize expression from triggering a memory ac [...] new a57d17732eb Remove arm-symbianelf
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: ChangeLog | 5 + bfd/ChangeLog | 9 + bfd/config.bfd | 6 +- bfd/configure | 2 - bfd/configure.ac | 2 - bfd/elf-bfd.h | 1 - bfd/elf32-arm.c | 1091 ++++++++++------------------ bfd/targets.c | 4 - binutils/ChangeLog | 5 + binutils/testsuite/lib/binutils-common.exp | 1 - configure | 3 - configure.ac | 3 - gas/ChangeLog | 21 + gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/config/tc-arm.c | 6 +- gas/config/te-symbian.h | 22 - gas/configure.tgt | 1 - gas/po/POTFILES.in | 1 - gas/testsuite/gas/arm/arch4t-eabi.d | 2 +- gas/testsuite/gas/arm/arch4t.d | 2 +- gas/testsuite/gas/arm/got_prel.d | 2 +- gas/testsuite/gas/arm/mapdir.d | 2 +- gas/testsuite/gas/arm/mapmisc.d | 2 +- gas/testsuite/gas/arm/mapsecs.d | 2 +- gas/testsuite/gas/arm/mapshort-eabi.d | 2 +- gas/testsuite/gas/arm/thumb-eabi.d | 2 +- gas/testsuite/gas/arm/thumb.d | 2 +- gas/testsuite/gas/arm/thumbrel.d | 2 +- ld/ChangeLog | 14 + ld/Makefile.am | 2 - ld/Makefile.in | 3 - ld/configure.tgt | 1 - ld/emulparams/armsymbian.sh | 25 - ld/ld.texi | 5 +- ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/armbpabi.sc | 417 ----------- ld/testsuite/ld-arm/arm-elf.exp | 4 - ld/testsuite/ld-arm/symbian-seg1.d | 8 - ld/testsuite/ld-arm/symbian-seg1.s | 13 - 40 files changed, 456 insertions(+), 1242 deletions(-) delete mode 100644 gas/config/te-symbian.h delete mode 100644 ld/emulparams/armsymbian.sh delete mode 100644 ld/scripttempl/armbpabi.sc delete mode 100644 ld/testsuite/ld-arm/symbian-seg1.d delete mode 100644 ld/testsuite/ld-arm/symbian-seg1.s