diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-11-29 10:28:31 +0000 |
---|---|---|
committer | Matthieu Longo <matthieu.longo@arm.com> | 2024-12-02 15:18:40 +0000 |
commit | 29d10da8a9f3566866093716d504d845a448ffd9 (patch) | |
tree | aa46ce13e0c124cabae41342aab4339e7ef8aac5 /ld/testsuite/ld-aarch64 | |
parent | 0db9d90edf9cd78a7fd461daf23bd2b6d757d444 (diff) | |
download | fsf-binutils-gdb-29d10da8a9f3566866093716d504d845a448ffd9.zip fsf-binutils-gdb-29d10da8a9f3566866093716d504d845a448ffd9.tar.gz fsf-binutils-gdb-29d10da8a9f3566866093716d504d845a448ffd9.tar.bz2 |
aarch64: delete old tests covering the merge of feature markings
Diffstat (limited to 'ld/testsuite/ld-aarch64')
3 files changed, 0 insertions, 35 deletions
diff --git a/ld/testsuite/ld-aarch64/protections/property-bti-pac1.d b/ld/testsuite/ld-aarch64/protections/property-bti-pac1.d deleted file mode 100644 index 59fa695..0000000 --- a/ld/testsuite/ld-aarch64/protections/property-bti-pac1.d +++ /dev/null @@ -1,11 +0,0 @@ -#name: GNU Property (single input, combine section) -#source: property-bti-pac1.s -#alltargets: [check_shared_lib_support] *linux* -#as: -march=armv8.5-a -defsym __mult__=0 -#ld: -shared -#readelf: -n - -Displaying notes found in: .note.gnu.property -[ ]+Owner[ ]+Data size[ ]+Description - GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0 - Properties: AArch64 feature: BTI, PAC diff --git a/ld/testsuite/ld-aarch64/protections/property-bti-pac2.d b/ld/testsuite/ld-aarch64/protections/property-bti-pac2.d deleted file mode 100644 index 4939286..0000000 --- a/ld/testsuite/ld-aarch64/protections/property-bti-pac2.d +++ /dev/null @@ -1,12 +0,0 @@ -#name: GNU Property (combine multiple with BTI) -#source: property-bti-pac1.s -#source: property-bti-pac2.s -#as: -mabi=lp64 -defsym __property_bti__=1 -#ld: -e _start -#readelf: -n -#target: *linux* - -Displaying notes found in: .note.gnu.property -[ ]+Owner[ ]+Data size[ ]+Description - GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0 - Properties: AArch64 feature: BTI diff --git a/ld/testsuite/ld-aarch64/protections/property-bti-pac3.d b/ld/testsuite/ld-aarch64/protections/property-bti-pac3.d deleted file mode 100644 index 27fb6f4..0000000 --- a/ld/testsuite/ld-aarch64/protections/property-bti-pac3.d +++ /dev/null @@ -1,12 +0,0 @@ -#name: GNU Property (combine multiple with PAC) -#source: property-bti-pac1.s -#source: property-bti-pac2.s -#as: -mabi=lp64 -defsym __property_pac__=1 -#ld: -e _start -#readelf: -n -#target: *linux* - -Displaying notes found in: .note.gnu.property -[ ]+Owner[ ]+Data size[ ]+Description - GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0 - Properties: AArch64 feature: PAC |