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 84dfecb60e0 RISC-V: Tidy and aligned riscv_supported_std_[z|x]_ext tables new d15d8e417dd bfd: rename old references to build attributes new ebe829eb9f0 bfd: rename parsing methods of object attribute v1 API new 28a51085ae5 gas: move code for object attribute parsing into obj-elf-attr.c
The 3 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/elf-attrs.c | 48 ++++-- bfd/elf-bfd.h | 32 ++-- bfd/elf32-arc.c | 2 +- bfd/elf32-arm.c | 2 +- bfd/elf32-csky.c | 2 +- bfd/elf32-msp430.c | 2 +- bfd/elf32-tic6x.c | 2 +- bfd/elflink.c | 4 +- bfd/elfnn-riscv.c | 2 +- gas/Makefile.am | 2 + gas/Makefile.in | 5 + gas/config/obj-elf-attr.c | 246 ++++++++++++++++++++++++++++ gas/{scfidw2gen.h => config/obj-elf-attr.h} | 24 +-- gas/config/obj-elf.c | 210 ++---------------------- gas/config/obj-elf.h | 4 +- gas/config/tc-arc.c | 6 +- gas/config/tc-arc.h | 3 + gas/config/tc-arm.c | 8 +- gas/config/tc-arm.h | 5 + gas/config/tc-csky.h | 3 + gas/config/tc-m68k.c | 2 +- gas/config/tc-m68k.h | 3 + gas/config/tc-mips.c | 2 +- gas/config/tc-mips.h | 3 + gas/config/tc-msp430.h | 3 + gas/config/tc-ppc.c | 2 +- gas/config/tc-ppc.h | 5 + gas/config/tc-riscv.c | 4 +- gas/config/tc-riscv.h | 3 + gas/config/tc-s390.h | 3 + gas/config/tc-sparc.h | 3 + gas/config/tc-tic6x.c | 6 +- gas/config/tc-tic6x.h | 3 + gas/configure | 13 ++ gas/configure.ac | 13 ++ gas/doc/as.texi | 3 +- gas/po/POTFILES.in | 2 + 37 files changed, 417 insertions(+), 268 deletions(-) create mode 100644 gas/config/obj-elf-attr.c copy gas/{scfidw2gen.h => config/obj-elf-attr.h} (62%)