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 b95830931fc Regenerate with automake-1.15.1 new d3be5dab558 gas: arm -mwarn-syms duplicates new c30081c1f95 gas: utility notes memory alloc functions new 07e64e0b7c6 gas: output_file_close new 9f6e589719d free read_symbol_name string new d1cffdc3644 read.c: use string hash from hash.h for po_hash new bdcc1de1ecf macro.c: use string hash from hash.h for macro_hash new 825816f1cc4 read.c s_include: use notes obstack for path new 714ccdeb998 read.c assign_symbol: use notes obstack for dummy listing frag new 951e757db69 expr.c make_expr_symbol: use notes obstack new 5a210b9fe8a dw2gencfi.c: use notes obstack new b18220936c6 gas: free sy_hash, macro_hash and po_hash new f1307e43df8 gas: itbl_files new af3d7ab74f0 gas: set up notes obstack earlier new ed2917de68f gas: rename md_end to md_finish new 1309c3165cc gas hash.h tidy new a887be69963 ppc gas: don't leak ppc_hash memory new 654d6f31a64 i386 gas: don't leak op_hash or reg_hash memory new a51628a9d49 arc gas: don't leak arc_opcode_hash memory new 7bfc4db2893 gas: target string hash tables new 0edfd2985b3 gas: use notes_calloc in string hash new eb6dce11fca gas: tc-tic54x.c hash tables
The 21 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/as.c | 59 +++---- gas/as.h | 15 +- gas/config/obj-coff-seh.c | 7 +- gas/config/obj-elf.c | 2 +- gas/config/tc-alpha.c | 13 +- gas/config/tc-alpha.h | 4 +- gas/config/tc-arc.c | 23 ++- gas/config/tc-arc.h | 7 +- gas/config/tc-arm.c | 9 +- gas/config/tc-arm.h | 4 +- gas/config/tc-csky.c | 2 +- gas/config/tc-csky.h | 4 +- gas/config/tc-h8300.c | 5 +- gas/config/tc-i386.c | 11 +- gas/config/tc-i386.h | 3 + gas/config/tc-ia64.c | 30 ++-- gas/config/tc-ia64.h | 4 +- gas/config/tc-iq2000.c | 13 +- gas/config/tc-mcore.c | 2 +- gas/config/tc-mcore.h | 4 +- gas/config/tc-mips.c | 2 +- gas/config/tc-mips.h | 4 +- gas/config/tc-mmix.c | 4 +- gas/config/tc-mmix.h | 4 +- gas/config/tc-msp430.c | 4 +- gas/config/tc-msp430.h | 4 +- gas/config/tc-nds32.c | 14 +- gas/config/tc-nds32.h | 4 +- gas/config/tc-ppc.c | 44 ++++- gas/config/tc-ppc.h | 11 +- gas/config/tc-pru.c | 2 +- gas/config/tc-pru.h | 3 +- gas/config/tc-riscv.c | 4 +- gas/config/tc-riscv.h | 4 +- gas/config/tc-s390.c | 2 +- gas/config/tc-s390.h | 4 +- gas/config/tc-score.c | 38 ++--- gas/config/tc-score7.c | 22 +-- gas/config/tc-sparc.c | 2 +- gas/config/tc-sparc.h | 4 +- gas/config/tc-tic4x.c | 10 +- gas/config/tc-tic4x.h | 4 +- gas/config/tc-tic54x.c | 359 ++++++++++++++++++++++++---------------- gas/config/tc-tic54x.h | 3 + gas/config/tc-tic6x.c | 10 +- gas/config/tc-tic6x.h | 4 +- gas/config/tc-v850.c | 2 +- gas/config/tc-v850.h | 4 +- gas/config/tc-xtensa.c | 22 +-- gas/config/tc-xtensa.h | 4 +- gas/config/tc-z80.c | 2 +- gas/config/tc-z80.h | 4 +- gas/dw2gencfi.c | 22 ++- gas/expr.c | 2 +- gas/hash.c | 20 +++ gas/hash.h | 50 +++--- gas/macro.c | 68 +++----- gas/macro.h | 99 +---------- gas/output-file.c | 18 +- gas/output-file.h | 2 +- gas/read.c | 89 +++------- gas/read.h | 1 + gas/subsegs.c | 2 - gas/symbols.c | 93 +++++++++-- gas/symbols.h | 8 + gas/testsuite/gas/arm/pr18347.s | 1 + 66 files changed, 682 insertions(+), 622 deletions(-)