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 823cb06774 x86: Simplify bad return in get_synthetic_symtab new 0afcef5384 Add elfxx-x86.h and elfxx-x86.c
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: bfd/Makefile.am | 4 + bfd/Makefile.in | 5 + bfd/configure | 34 +- bfd/configure.ac | 34 +- bfd/elf32-i386.c | 1135 +++++++++++---------------------------------------- bfd/elf64-x86-64.c | 1143 +++++++++++----------------------------------------- bfd/elfxx-x86.c | 580 ++++++++++++++++++++++++++ bfd/elfxx-x86.h | 283 +++++++++++++ 8 files changed, 1392 insertions(+), 1826 deletions(-) create mode 100644 bfd/elfxx-x86.c create mode 100644 bfd/elfxx-x86.h