[binutils-gdb] x86: Update GNU property tests

H.J. Lu hjl@sourceware.org
Wed Oct 7 22:55:04 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d08aa66b3fb0816cd4167c52767956d139ee409

commit 3d08aa66b3fb0816cd4167c52767956d139ee409
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Oct 6 15:51:33 2020 -0700

    x86: Update GNU property tests
    
    Update property tests for glibc compiled by Fedora binary annotation
    plugin for GCC, which may insert additonal GNU properties:
    
            x86 ISA needed: SSE, SSE2
    
            * testsuite/ld-i386/property-3.r: Updated for Fedora binary
            annotation plugin for GCC.
            * testsuite/ld-i386/property-4.r: Likewise.
            * testsuite/ld-i386/property-5.r: Likewise.
            * testsuite/ld-x86-64/property-3.r: Likewise.
            * testsuite/ld-x86-64/property-4.r: Likewise.
            * testsuite/ld-x86-64/property-5.r: Likewise.

Diff:
---
 ld/ChangeLog                        | 10 ++++++++++
 ld/testsuite/ld-i386/property-3.r   |  1 +
 ld/testsuite/ld-i386/property-4.r   |  1 +
 ld/testsuite/ld-i386/property-5.r   |  1 +
 ld/testsuite/ld-x86-64/property-3.r |  1 +
 ld/testsuite/ld-x86-64/property-4.r |  1 +
 ld/testsuite/ld-x86-64/property-5.r |  1 +
 7 files changed, 16 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 17c0d971670..738014eb9b6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2020-10-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* testsuite/ld-i386/property-3.r: Updated for Fedora binary
+	annotation plugin for GCC.
+	* testsuite/ld-i386/property-4.r: Likewise.
+	* testsuite/ld-i386/property-5.r: Likewise.
+	* testsuite/ld-x86-64/property-3.r: Likewise.
+	* testsuite/ld-x86-64/property-4.r: Likewise.
+	* testsuite/ld-x86-64/property-5.r: Likewise.
+
 2020-10-06  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/26711
diff --git a/ld/testsuite/ld-i386/property-3.r b/ld/testsuite/ld-i386/property-3.r
index 1abb90b3a2e..e95d47ae8d6 100644
--- a/ld/testsuite/ld-i386/property-3.r
+++ b/ld/testsuite/ld-i386/property-3.r
@@ -3,5 +3,6 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: stack size: 0x800000
+#...
 	x86 ISA needed: CMOV, SSE
 #pass
diff --git a/ld/testsuite/ld-i386/property-4.r b/ld/testsuite/ld-i386/property-4.r
index e94846e88ea..a4b7bb71adf 100644
--- a/ld/testsuite/ld-i386/property-4.r
+++ b/ld/testsuite/ld-i386/property-4.r
@@ -3,5 +3,6 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: stack size: 0x800000
+#...
 	x86 ISA needed: CMOV, SSE, SSE3
 #pass
diff --git a/ld/testsuite/ld-i386/property-5.r b/ld/testsuite/ld-i386/property-5.r
index bd87a9317ef..5ff95648c29 100644
--- a/ld/testsuite/ld-i386/property-5.r
+++ b/ld/testsuite/ld-i386/property-5.r
@@ -3,5 +3,6 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: stack size: 0x900000
+#...
 	x86 ISA needed: CMOV, SSE, SSE3
 #pass
diff --git a/ld/testsuite/ld-x86-64/property-3.r b/ld/testsuite/ld-x86-64/property-3.r
index 1abb90b3a2e..e95d47ae8d6 100644
--- a/ld/testsuite/ld-x86-64/property-3.r
+++ b/ld/testsuite/ld-x86-64/property-3.r
@@ -3,5 +3,6 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: stack size: 0x800000
+#...
 	x86 ISA needed: CMOV, SSE
 #pass
diff --git a/ld/testsuite/ld-x86-64/property-4.r b/ld/testsuite/ld-x86-64/property-4.r
index e94846e88ea..a4b7bb71adf 100644
--- a/ld/testsuite/ld-x86-64/property-4.r
+++ b/ld/testsuite/ld-x86-64/property-4.r
@@ -3,5 +3,6 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: stack size: 0x800000
+#...
 	x86 ISA needed: CMOV, SSE, SSE3
 #pass
diff --git a/ld/testsuite/ld-x86-64/property-5.r b/ld/testsuite/ld-x86-64/property-5.r
index bd87a9317ef..5ff95648c29 100644
--- a/ld/testsuite/ld-x86-64/property-5.r
+++ b/ld/testsuite/ld-x86-64/property-5.r
@@ -3,5 +3,6 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: stack size: 0x900000
+#...
 	x86 ISA needed: CMOV, SSE, SSE3
 #pass


More information about the Binutils-cvs mailing list