aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
-rw-r--r--gas/testsuite/gas/elf/section22.d2
-rw-r--r--gas/testsuite/gas/elf/section23a.d2
-rw-r--r--gas/testsuite/gas/elf/section24a.d2
4 files changed, 10 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9266585..f9363a6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2020-11-19 Jozef Lawrynowicz <jozef.l@mittosystems.com>
+
+ * testsuite/gas/elf/section22.d: Allow FreeBSD OSABI in readelf
+ output.
+ * testsuite/gas/elf/section23a.d: Likewise.
+ * testsuite/gas/elf/section24a.d: Likewise.
+
2020-11-18 Alan Modra <amodra@gmail.com>
* doc/as.texi (.nop): Document optional size arg.
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 .*
#...