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 98a17ece01 GDB: Only build for "unix:" connections if AF_LOCAL is supported. new c2e863866d ld -r script fixes new 8d1015a887 Move struc-symbol.h to symbols.c new 55d5520ae3 Simplify --sysroot=/ new 5c87f94bb8 Remove some ld --trace output new 727a29badd Report scripts and libraries searched for ld --trace
The 5 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/ChangeLog | 65 +++++++++++++++++ gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/cgen.c | 36 +++++---- gas/config/obj-coff.c | 4 - gas/config/obj-elf.c | 17 ++--- gas/config/obj-evax.c | 1 - gas/config/tc-alpha.c | 7 +- gas/config/tc-arc.c | 3 +- gas/config/tc-avr.c | 4 +- gas/config/tc-bfin.c | 3 +- gas/config/tc-csky.c | 11 +-- gas/config/tc-nds32.c | 1 - gas/config/tc-riscv.c | 10 +-- gas/config/tc-rl78.c | 1 - gas/config/tc-rx.c | 1 - gas/config/tc-s390.c | 5 +- gas/config/tc-score.c | 31 +++----- gas/config/tc-score7.c | 25 +++---- gas/config/tc-sh.c | 22 +----- gas/config/tc-tic54x.c | 3 +- gas/config/tc-tilegx.c | 11 +-- gas/config/tc-tilepro.c | 11 +-- gas/config/tc-xtensa.c | 20 +++-- gas/doc/internals.texi | 11 +-- gas/ehopt.c | 34 +++++---- gas/po/POTFILES.in | 1 - gas/struc-symbol.h | 158 ---------------------------------------- gas/symbols.c | 161 ++++++++++++++++++++++++++++++++++++++++- gas/symbols.h | 3 + gas/write.c | 17 ++--- ld/ChangeLog | 41 +++++++++++ ld/Makefile.am | 6 +- ld/Makefile.in | 6 +- ld/ldlang.c | 5 +- ld/ldmain.c | 34 +++++---- ld/ldmain.h | 2 +- ld/ldmisc.c | 14 ++-- ld/lexsup.c | 2 +- ld/scripttempl/arclinux.sc | 4 +- ld/scripttempl/armbpabi.sc | 2 +- ld/scripttempl/avr.sc | 2 +- ld/scripttempl/elf.sc | 4 +- ld/scripttempl/elf32msp430.sc | 12 +-- ld/scripttempl/elf64hppa.sc | 4 +- ld/scripttempl/elf_chaos.sc | 2 +- ld/scripttempl/elfarc.sc | 2 +- ld/scripttempl/elfxtensa.sc | 4 +- ld/scripttempl/epiphany_4x4.sc | 16 ++-- ld/scripttempl/mep.sc | 2 +- ld/scripttempl/nds32elf.sc | 4 +- ld/scripttempl/pru.sc | 4 +- 52 files changed, 464 insertions(+), 387 deletions(-) delete mode 100644 gas/struc-symbol.h