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 3f9aad111c x86-64: fix handling of PUSH/POP of segment register new 00f93c4492 bfd macro conversion to inline functions new af30dc128b bfd macro conversion to inline functions, asymbol new a48931cc2d bfd macro conversion to inline functions, section
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/ChangeLog | 55 +++++ bfd/archive.c | 2 +- bfd/bfd-in.h | 70 ------ bfd/bfd-in2.h | 526 +++++++++++++++++++++++++++++++-------------- bfd/bfd.c | 213 ++++++++++++++++++ bfd/section.c | 179 +++++++-------- bfd/targets.c | 68 ++++++ binutils/ChangeLog | 4 + binutils/ar.c | 2 +- gas/ChangeLog | 4 + gas/config/tc-tic6x.c | 2 +- gdb/ChangeLog | 9 + gdb/dwarf2read.c | 14 +- gdb/dwarf2read.h | 2 +- gdb/gdb_bfd.c | 4 +- gdb/machoread.c | 4 +- gdb/solib.c | 6 +- ld/ChangeLog | 24 +++ ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/mmo.em | 4 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/ppc64elf.em | 2 +- ld/emultempl/xtensaelf.em | 10 +- ld/ldelf.c | 8 +- ld/ldlang.c | 26 +-- ld/ldlang.h | 8 +- ld/ldmain.c | 2 +- sim/ChangeLog | 4 + sim/ppc/emul_generic.c | 5 - 30 files changed, 870 insertions(+), 397 deletions(-)