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 2bbe3bb5d93 Avoid scopes.exp failure on certain architectures new 55c91b7e5c7 x86: Always treat protected symbols as local
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/elfxx-x86.h | 5 ++--- ld/testsuite/ld-i386/i386-export-class.rd | 6 +++--- ld/testsuite/ld-i386/i386-export-class.xd | 6 +++--- ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr33260-2.d | 6 ++++++ ld/testsuite/ld-i386/{pr33260.s => pr33260-2.s} | 20 ++------------------ ld/testsuite/ld-i386/pr33260.d | 2 +- ld/testsuite/ld-x86-64/pr33260-2-x32.d | 6 ++++++ ld/testsuite/ld-x86-64/pr33260-2.d | 6 ++++++ ld/testsuite/ld-x86-64/pr33260-2.s | 19 +++++++++++++++++++ ld/testsuite/ld-x86-64/pr33260-x32.d | 2 +- ld/testsuite/ld-x86-64/pr33260.d | 2 +- ld/testsuite/ld-x86-64/x86-64-64-export-class.rd | 6 +++--- ld/testsuite/ld-x86-64/x86-64-x32-export-class.rd | 6 +++--- ld/testsuite/ld-x86-64/x86-64.exp | 2 ++ 15 files changed, 59 insertions(+), 36 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr33260-2.d copy ld/testsuite/ld-i386/{pr33260.s => pr33260-2.s} (70%) create mode 100644 ld/testsuite/ld-x86-64/pr33260-2-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr33260-2.d create mode 100644 ld/testsuite/ld-x86-64/pr33260-2.s