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 3bf9c013e4 MI: Fix printing of frame architecture with Python frame fil [...] new 90c745dc54 x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bit
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 | 5 +++ bfd/elfxx-x86.c | 5 +-- binutils/ChangeLog | 11 +++++ binutils/readelf.c | 36 ++++++++++++---- binutils/testsuite/binutils-all/i386/pr21231b.d | 2 +- binutils/testsuite/binutils-all/x86-64/pr21231b.d | 2 +- gas/ChangeLog | 8 ++++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/property-1.d | 7 +++ gas/testsuite/gas/i386/property-1.s | 31 ++++++++++++++ gas/testsuite/gas/i386/x86-64-property-1.d | 9 ++++ ld/ChangeLog | 11 +++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/property-x86-5.d | 11 +++++ ld/testsuite/ld-x86-64/property-x86-5-x32.d | 11 +++++ ld/testsuite/ld-x86-64/property-x86-5.d | 11 +++++ ld/testsuite/ld-x86-64/property-x86-5a.s | 52 +++++++++++++++++++++++ ld/testsuite/ld-x86-64/property-x86-5b.s | 31 ++++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + 19 files changed, 234 insertions(+), 14 deletions(-) create mode 100644 gas/testsuite/gas/i386/property-1.d create mode 100644 gas/testsuite/gas/i386/property-1.s create mode 100644 gas/testsuite/gas/i386/x86-64-property-1.d create mode 100644 ld/testsuite/ld-i386/property-x86-5.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-5-x32.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-5.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-5a.s create mode 100644 ld/testsuite/ld-x86-64/property-x86-5b.s