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 3c6e74ce51d Fix recent failures in the ARM assembler testsuite due to t [...] new 4ac3fa49965 Stop the GOLD linker from complaining about relocations fro [...] new 3bde5ad1a60 sh vxworks tests new 8af7926f455 XCOFF C_HIDEXT and C_AIX_WEAKEXT classification new c800188601e XCOFF deterministic archives new 23f5e55ed17 XCOFF ld segfaults when running ld testsuite new fb3dc213364 XCOFF linker script PROVIDE support new efd0ed580ed XCOFF binutils testsuite fix new 5a2296ac1b3 Use is_xcoff_format in binutils testsuite new 34e7979860c Use is_xcoff_format in gas testsuite new 7193487fa8d Use is_xcoff_format in ld testsuite new 231b7382c06 Use is_pecoff_format in ld testsuite new e553d5b2e77 XCOFF ld testsuite fixes
The 12 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 | 18 +++ bfd/coff-rs6000.c | 14 +++ bfd/coffcode.h | 10 ++ bfd/xcofflink.c | 30 +++-- binutils/ChangeLog | 14 +++ binutils/testsuite/binutils-all/ar.exp | 2 +- binutils/testsuite/binutils-all/copy-2.d | 7 +- binutils/testsuite/binutils-all/copy-3.d | 7 +- binutils/testsuite/binutils-all/copy-4.d | 2 +- binutils/testsuite/binutils-all/nm.exp | 8 +- binutils/testsuite/binutils-all/objcopy.exp | 5 +- .../testsuite/binutils-all/set-section-alignment.d | 3 +- binutils/testsuite/lib/binutils-common.exp | 10 ++ gas/ChangeLog | 6 + gas/testsuite/gas/all/gas.exp | 4 +- gas/testsuite/gas/all/weakref1l.d | 2 +- gas/testsuite/gas/ppc/ppc.exp | 4 +- gold/ChangeLog | 5 + gold/target-reloc.h | 1 + ld/ChangeLog | 94 +++++++++++++++ ld/emultempl/aix.em | 1 + ld/testsuite/ld-checks/checks.exp | 7 +- ld/testsuite/ld-elfvers/vers.exp | 4 - ld/testsuite/ld-elfvsb/elfvsb.exp | 126 ++++++--------------- ld/testsuite/ld-elfweak/elfweak.exp | 3 - ld/testsuite/ld-powerpc/powerpc.exp | 6 +- ld/testsuite/ld-scripts/align.exp | 13 +-- ld/testsuite/ld-scripts/align.t | 2 +- ld/testsuite/ld-scripts/align2.t | 5 +- ld/testsuite/ld-scripts/align5.t | 7 +- ld/testsuite/ld-scripts/assign-loc.d | 2 +- ld/testsuite/ld-scripts/assign-loc.t | 3 + ld/testsuite/ld-scripts/data.exp | 7 ++ ld/testsuite/ld-scripts/default-script.exp | 2 + ld/testsuite/ld-scripts/default-script.t | 4 +- ld/testsuite/ld-scripts/defined.exp | 6 +- ld/testsuite/ld-scripts/defined3.d | 1 - ld/testsuite/ld-scripts/defined3.t | 2 +- ld/testsuite/ld-scripts/defined4.d | 1 - ld/testsuite/ld-scripts/defined4.t | 2 +- ld/testsuite/ld-scripts/defined5.d | 3 +- ld/testsuite/ld-scripts/defined5.s | 2 +- ld/testsuite/ld-scripts/defined5.t | 4 +- ld/testsuite/ld-scripts/empty-address-1.t | 3 +- ld/testsuite/ld-scripts/empty-address-2a.t | 3 +- ld/testsuite/ld-scripts/empty-address-2b.t | 3 +- ld/testsuite/ld-scripts/empty-address-3a.t | 3 +- ld/testsuite/ld-scripts/empty-address-3b.t | 3 +- ld/testsuite/ld-scripts/empty-address-3c.t | 3 +- ld/testsuite/ld-scripts/empty-address.exp | 9 +- ld/testsuite/ld-scripts/expr.exp | 17 ++- ld/testsuite/ld-scripts/expr2.d | 2 +- ld/testsuite/ld-scripts/fill.t | 6 +- ld/testsuite/ld-scripts/fill16.d | 2 +- ld/testsuite/ld-scripts/include-1.d | 13 +-- ld/testsuite/ld-scripts/include-sections.t | 3 +- ld/testsuite/ld-scripts/include-subdata.t | 2 +- ld/testsuite/ld-scripts/include.exp | 6 +- ld/testsuite/ld-scripts/pr14962.t | 5 +- ld/testsuite/ld-scripts/pr18963.d | 5 +- ld/testsuite/ld-scripts/print-memory-usage.exp | 3 +- ld/testsuite/ld-scripts/provide-1.t | 2 +- ld/testsuite/ld-scripts/provide-2.d | 1 + ld/testsuite/ld-scripts/provide-2.t | 2 +- ld/testsuite/ld-scripts/provide-3.t | 2 +- ld/testsuite/ld-scripts/provide-4.d | 4 + ld/testsuite/ld-scripts/provide-4.t | 2 +- ld/testsuite/ld-scripts/provide-5.d | 1 + ld/testsuite/ld-scripts/provide-5.t | 2 +- ld/testsuite/ld-scripts/provide-6.d | 1 + ld/testsuite/ld-scripts/provide-6.t | 2 +- ld/testsuite/ld-scripts/provide-7.d | 1 + ld/testsuite/ld-scripts/provide-7.t | 2 +- ld/testsuite/ld-scripts/provide-8.t | 2 +- ld/testsuite/ld-scripts/provide.exp | 9 +- ld/testsuite/ld-scripts/sane1.d | 3 +- ld/testsuite/ld-scripts/sane1.t | 4 +- ld/testsuite/ld-scripts/script.exp | 16 +-- ld/testsuite/ld-scripts/section-match-1.d | 4 +- ld/testsuite/ld-scripts/segment-start.d | 2 +- ld/testsuite/ld-scripts/sizeof.t | 7 +- ld/testsuite/ld-scripts/weak.exp | 4 +- ld/testsuite/ld-sh/vxworks1-lib.rd | 2 +- ld/testsuite/ld-sh/vxworks4.d | 2 +- ld/testsuite/ld-srec/srec.exp | 8 +- ld/testsuite/ld-undefined/require-defined.exp | 3 +- 86 files changed, 411 insertions(+), 227 deletions(-)