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 37d1afde86c Automatic date update in version.in new 36e66b193bf Arm/COFF: accept .def outside of CCS mode new e3e55b9c5d8 gas: add new COFF-specific subdir in testsuite new ea9c4d15749 COFF: function auxiliary symbols new 89911183bd0 COFF: correct function auxiliary symbol data clearing new 0a1217fd34c arm: drop stray newlines new 588fb53953d aarch64: drop stray newlines
The 6 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: binutils/testsuite/binutils-all/nm.exp | 2 +- gas/config/obj-coff.c | 27 +++++++++------- gas/config/obj-coff.h | 3 +- gas/config/tc-aarch64.c | 6 ++-- gas/config/tc-arm.c | 26 ++++++++------- gas/config/tc-ppc.c | 7 ---- gas/testsuite/gas/all/gas.exp | 15 --------- gas/testsuite/gas/{arc/arc.exp => coff/coff.exp} | 26 ++++++++++++--- gas/testsuite/gas/coff/func1.d | 16 +++++++++ gas/testsuite/gas/coff/func1.s | 22 +++++++++++++ gas/testsuite/gas/coff/func2.d | 16 +++++++++ gas/testsuite/gas/coff/func2.s | 34 ++++++++++++++++++++ gas/testsuite/gas/coff/func3.d | 16 +++++++++ gas/testsuite/gas/coff/func3.s | 33 +++++++++++++++++++ gas/testsuite/gas/coff/func4.d | 18 +++++++++++ gas/testsuite/gas/coff/func4.s | 41 ++++++++++++++++++++++++ gas/testsuite/gas/{all/cofftag.d => coff/tag.d} | 2 +- gas/testsuite/gas/{all/cofftag.s => coff/tag.s} | 2 +- 18 files changed, 255 insertions(+), 57 deletions(-) copy gas/testsuite/gas/{arc/arc.exp => coff/coff.exp} (55%) create mode 100644 gas/testsuite/gas/coff/func1.d create mode 100644 gas/testsuite/gas/coff/func1.s create mode 100644 gas/testsuite/gas/coff/func2.d create mode 100644 gas/testsuite/gas/coff/func2.s create mode 100644 gas/testsuite/gas/coff/func3.d create mode 100644 gas/testsuite/gas/coff/func3.s create mode 100644 gas/testsuite/gas/coff/func4.d create mode 100644 gas/testsuite/gas/coff/func4.s rename gas/testsuite/gas/{all/cofftag.d => coff/tag.d} (99%) rename gas/testsuite/gas/{all/cofftag.s => coff/tag.s} (99%)