diff options
author | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-11-19 18:56:15 +0000 |
---|---|---|
committer | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-11-19 19:05:00 +0000 |
commit | 24a16d8b93774234148bcb7d40b7ba7f00cb7991 (patch) | |
tree | be029624b9474306d2a28c076deb887915453925 /gas/testsuite | |
parent | d5ef21c3ecf2d7a97272bf5a5881f4e71289a1af (diff) | |
download | gdb-24a16d8b93774234148bcb7d40b7ba7f00cb7991.zip gdb-24a16d8b93774234148bcb7d40b7ba7f00cb7991.tar.gz gdb-24a16d8b93774234148bcb7d40b7ba7f00cb7991.tar.bz2 |
gas/testsuite: Fix SHF_GNU_RETAIN tests for FreeBSD OSABIs
gas/ChangeLog:
* testsuite/gas/elf/section22.d: Allow FreeBSD OSABI in readelf
output.
* testsuite/gas/elf/section23a.d: Likewise.
* testsuite/gas/elf/section24a.d: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/elf/section22.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/section23a.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/section24a.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gas/testsuite/gas/elf/section22.d b/gas/testsuite/gas/elf/section22.d index 8aa7fcf..d3b3655 100644 --- a/gas/testsuite/gas/elf/section22.d +++ b/gas/testsuite/gas/elf/section22.d @@ -3,7 +3,7 @@ #notarget: ![supports_gnu_osabi] #... - +OS/ABI: +UNIX - GNU + +OS/ABI: +UNIX - (GNU|FreeBSD) #... \[..\] .text.discard0[ ]+PROGBITS[ ]+[0-9a-f]+ [0-9a-f]+ [0-9a-f]+ 00 AX.* #... diff --git a/gas/testsuite/gas/elf/section23a.d b/gas/testsuite/gas/elf/section23a.d index 2e413e1..10a5344c 100644 --- a/gas/testsuite/gas/elf/section23a.d +++ b/gas/testsuite/gas/elf/section23a.d @@ -4,7 +4,7 @@ #readelf: -h -S --wide #... - +OS/ABI: +UNIX - GNU + +OS/ABI: +UNIX - (GNU|FreeBSD) #... \[..\] .data.retain_var[ ]+PROGBITS[ ]+[0-9a-f]+ [0-9a-f]+ [0-9a-f]+ 00 WAR.* #pass diff --git a/gas/testsuite/gas/elf/section24a.d b/gas/testsuite/gas/elf/section24a.d index 8f316d3..56ae76d 100644 --- a/gas/testsuite/gas/elf/section24a.d +++ b/gas/testsuite/gas/elf/section24a.d @@ -4,7 +4,7 @@ #readelf: -h -S --wide #... - +OS/ABI: +UNIX - GNU + +OS/ABI: +UNIX - (GNU|FreeBSD) #... \[..\] .text[ ]+PROGBITS[ ]+[0-9a-f]+ [0-9a-f]+ [0-9a-f]+ 00 AXR .* #... |