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 3ecc00ec9cb Srop readelf's unwind decoder from complaining about x86 binaries. new 97834047e13 Fix .dwsect generation for XCOFF. Handle .function generat [...]
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/ChangeLog | 8 +++++ bfd/coff-rs6000.c | 5 ++- bfd/coffgen.c | 8 +++++ bfd/libxcoff.h | 2 +- gas/ChangeLog | 26 ++++++++++++++ gas/config/obj-coff.c | 15 ++++++++ gas/config/obj-coff.h | 18 ++++++++++ gas/config/tc-ppc.c | 54 ++++++++++++++++++++++++++--- gas/testsuite/gas/ppc/aix.exp | 5 +++ gas/testsuite/gas/ppc/xcoff-dwsect-2-32.d | 18 ++++++++++ gas/testsuite/gas/ppc/xcoff-dwsect-2-64.d | 18 ++++++++++ gas/testsuite/gas/ppc/xcoff-dwsect-2.s | 12 +++++++ gas/testsuite/gas/ppc/xcoff-function-1-32.d | 20 +++++++++++ gas/testsuite/gas/ppc/xcoff-function-1-64.d | 20 +++++++++++ gas/testsuite/gas/ppc/xcoff-function-1.s | 16 +++++++++ include/ChangeLog | 6 ++++ include/coff/internal.h | 1 + include/coff/xcoff.h | 3 ++ 18 files changed, 248 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/ppc/xcoff-dwsect-2-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-dwsect-2-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-dwsect-2.s create mode 100644 gas/testsuite/gas/ppc/xcoff-function-1-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-function-1-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-function-1.s