diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:00:36 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:01:21 +0100 |
commit | 09dc502a637c01e22e047ea67ea52ec8d4530018 (patch) | |
tree | ea90a7817c76ddf69c1d4e28dde7bf3d4fdc5c41 | |
parent | 516244bb3ebdea474f9af57be6df8595e5c8e153 (diff) | |
download | gdb-09dc502a637c01e22e047ea67ea52ec8d4530018.zip gdb-09dc502a637c01e22e047ea67ea52ec8d4530018.tar.gz gdb-09dc502a637c01e22e047ea67ea52ec8d4530018.tar.bz2 |
MIPS/GAS/testsuite: Disable compact EH #7 tests with OpenBSD targets
Compact EH #7 tests use output templates that are not suitable for the
n64 ABI, which `mips64*-*-openbsd*' targets use by default, because the
contents of the sections examined are expected to be differnt. Disable
the tests then, removing these regressions:
mips64-openbsd -FAIL: Compact EH EB #7 with personality id and fallback FDE
mips64-openbsd -FAIL: Compact EH EL #7 with personality id and fallback FDE
mips64el-openbsd -FAIL: Compact EH EB #7 with personality id and fallback FDE
mips64el-openbsd -FAIL: Compact EH EL #7 with personality id and fallback FDE
Suitable corresponding tests for the n64 ABI can be added separately.
gas/
* testsuite/gas/mips/compact-eh-eb-7.d: Exclude for
`mips64*-*-openbsd*'.
* testsuite/gas/mips/compact-eh-el-7.d: Likewise.
(cherry picked from commit 2b4a60ab59f14a8fc1039c0cea41d22674447c1e)
-rw-r--r-- | gas/testsuite/gas/mips/compact-eh-eb-7.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/compact-eh-el-7.d | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/compact-eh-eb-7.d b/gas/testsuite/gas/mips/compact-eh-eb-7.d index 8c89123..6576e43 100644 --- a/gas/testsuite/gas/mips/compact-eh-eb-7.d +++ b/gas/testsuite/gas/mips/compact-eh-eb-7.d @@ -2,6 +2,7 @@ #name: Compact EH EB #7 with personality id and fallback FDE #source: compact-eh-7.s #as: -EB -mno-pdr +#notarget: mips64*-*-openbsd* .*: file format.* diff --git a/gas/testsuite/gas/mips/compact-eh-el-7.d b/gas/testsuite/gas/mips/compact-eh-el-7.d index 7296c60..9a12da7 100644 --- a/gas/testsuite/gas/mips/compact-eh-el-7.d +++ b/gas/testsuite/gas/mips/compact-eh-el-7.d @@ -2,6 +2,7 @@ #name: Compact EH EL #7 with personality id and fallback FDE #source: compact-eh-7.s #as: -EL -mno-pdr +#notarget: mips64*-*-openbsd* .*: file format.* |