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 b9fe6b8aa6c [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic. new 8cb31badff7 [ARC][committed] Use DWARF.sc in elf linker script templates. new 39fe16e0780 [ARC][committed] Update ARC cpu list new 5e4f7e0518e [ARC][committed] Code cleanup and improvements. new 4f18d7423cd [ARC][committed] Update test matching pattern.
The 4 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 | 7 ++ gas/config/tc-arc.c | 12 +++- gas/config/tc-arc.h | 7 +- gas/testsuite/gas/arc/pseudos.d | 2 +- include/ChangeLog | 4 ++ include/elf/arc-cpu.def | 4 ++ ld/ChangeLog | 19 +++++ ld/Makefile.am | 4 -- ld/Makefile.in | 6 -- ld/configure.tgt | 4 +- ld/emulparams/arcelf_prof.sh | 26 ------- ld/emulparams/arclinux_prof.sh | 27 -------- ld/scripttempl/elfarc.sc | 36 ++-------- ld/scripttempl/elfarcv2.sc | 126 ++++++++++++++++------------------ ld/testsuite/ld-arc/relax-local-pic.d | 8 +-- opcodes/ChangeLog | 4 ++ opcodes/arc-opc.c | 2 +- 17 files changed, 126 insertions(+), 172 deletions(-) delete mode 100644 ld/emulparams/arcelf_prof.sh delete mode 100644 ld/emulparams/arclinux_prof.sh