Browse Source
Properly merge GNU properties for LAM_U48 and LAM_U57. bfd/ PR ld/27166 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Handle -z lam-u48 and -z lam-u57. ld/ PR ld/27166 * testsuite/ld-x86-64/lam-u48.rd: New file. * testsuite/ld-x86-64/lam-u57.rd: Likewise. * testsuite/ld-x86-64/x86-64.exp: Add PR ld/27166 tests.binutils-2_37-branch
6 changed files with 55 additions and 2 deletions
@ -0,0 +1,6 @@ |
|||
Displaying notes found in: .note.gnu.property |
|||
[ ]+Owner[ ]+Data size[ ]+Description |
|||
GNU 0x[0-9a-f]+ NT_GNU_PROPERTY_TYPE_0 |
|||
#... |
|||
Properties: x86 feature: .*LAM_U48, LAM_U57.* |
|||
#pass |
|||
@ -0,0 +1,6 @@ |
|||
Displaying notes found in: .note.gnu.property |
|||
[ ]+Owner[ ]+Data size[ ]+Description |
|||
GNU 0x[0-9a-f]+ NT_GNU_PROPERTY_TYPE_0 |
|||
#... |
|||
Properties: x86 feature: .*LAM_U57.* |
|||
#pass |
|||
Loading…
Reference in new issue