[PATCH 2/2] gas: Re-enable .org test 1 on all targets except kvx
Jens Remus
jremus@linux.ibm.com
Fri Nov 29 14:11:49 GMT 2024
More information about the Binutils mailing list
Fri Nov 29 14:11:49 GMT 2024
- Previous message (by thread): [PATCH 0/2] gas: Testsuite enhancements
- Next message (by thread): [PATCH 1/2] s390: Enable .bss/.struct data allocation directives tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It got erroneously disabled for all targets including kvx instead of
excluding kvx only.
gas/testsuite/
* gas/all/org-1.d: Re-enable on all targets except kvx.
Fixes: 6e712424f5cb ("kvx: New port.")
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
---
gas/testsuite/gas/all/org-1.d | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas/testsuite/gas/all/org-1.d b/gas/testsuite/gas/all/org-1.d
index dfe50e48d9b8..66f389818900 100644
--- a/gas/testsuite/gas/all/org-1.d
+++ b/gas/testsuite/gas/all/org-1.d
@@ -1,4 +1,4 @@
#name: .org test 1
#as: -gdwarf2
#error_output: org-1.l
-#target: !kvx-*-*
+#notarget: kvx-*-*
--
2.45.2
- Previous message (by thread): [PATCH 0/2] gas: Testsuite enhancements
- Next message (by thread): [PATCH 1/2] s390: Enable .bss/.struct data allocation directives tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list