diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-01-08 21:51:38 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-01-08 21:51:48 -0800 |
commit | ba9e922fa0dfbd7957ef939da3a6b0dbbbaa03cd (patch) | |
tree | 8f377efe40ea43acd2e96180dd276ab7724f8e1b /ld/testsuite | |
parent | b1b29aa51a6a67d5e35391ad31a80765839d6eb4 (diff) | |
download | gdb-ba9e922fa0dfbd7957ef939da3a6b0dbbbaa03cd.zip gdb-ba9e922fa0dfbd7957ef939da3a6b0dbbbaa03cd.tar.gz gdb-ba9e922fa0dfbd7957ef939da3a6b0dbbbaa03cd.tar.bz2 |
ld/x86-64: Also set LAM_U57 when setting LAM_U48
Since LAM_U48 implies LAM_U57, also set LAM_U57 when setting LAM_U48.
bfd/
* elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Also set
LAM_U57 when setting LAM_U48.
ld/
* ld-x86-64/property-x86-lam-u48-4.d: Updated.
* ld-x86-64/property-x86-lam-u48-5.d: Likewise.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d b/ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d index 82cd7e2..637674c 100644 --- a/ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d +++ b/ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d @@ -6,6 +6,6 @@ Displaying notes found in: .note.gnu.property [ ]+Owner[ ]+Data size[ ]+Description GNU 0x00000030 NT_GNU_PROPERTY_TYPE_0 - Properties: x86 feature: LAM_U48 + Properties: x86 feature: LAM_U48, LAM_U57 x86 feature used: x86 x86 ISA used: diff --git a/ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d b/ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d index 755d0d5..623dfbd 100644 --- a/ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d +++ b/ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d @@ -6,6 +6,6 @@ Displaying notes found in: .note.gnu.property [ ]+Owner[ ]+Data size[ ]+Description GNU 0x00000030 NT_GNU_PROPERTY_TYPE_0 - Properties: x86 feature: LAM_U48 + Properties: x86 feature: LAM_U48, LAM_U57 x86 feature used: x86 x86 ISA used: |