From 9f3e7dbcbaa7d6dc86d04f40197d8d4331222222 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 8 Jun 2020 10:25:57 +0100 Subject: [PATCH] Fix a gas testsuite failure for PE based targets which cannot assemble the cfi-i386-2 test. * testsuite/gas/cfi/cfi-i386-2.d: Skip for PE based targets. --- gas/ChangeLog | 4 ++++ gas/testsuite/gas/cfi/cfi-i386-2.d | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4d6a4bcd271..3ad6f6e721a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-06-08 Nick Clifton + + * testsuite/gas/cfi/cfi-i386-2.d: Skip for PE based targets. + 2020-06-08 Jan Beulich * config/tc-i386.c (pi): Add checks for RegMask and RegBND. diff --git a/gas/testsuite/gas/cfi/cfi-i386-2.d b/gas/testsuite/gas/cfi/cfi-i386-2.d index 05e414d93ea..0e7f2533eb4 100644 --- a/gas/testsuite/gas/cfi/cfi-i386-2.d +++ b/gas/testsuite/gas/cfi/cfi-i386-2.d @@ -1,5 +1,8 @@ #readelf: -wf #name: CFI on i386, 2 +# PE based targets do not support the .type pseudo-op +#notarget: *-*-mingw* *-*-cygwin* *-*-pe + Contents of the .eh_frame section: 00000000 0+0014 0+0000 CIE -- 2.30.2