diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-06-08 08:38:54 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-06-08 08:38:54 +0200 |
commit | af32b7220966364b083ce771ba45f35491293d55 (patch) | |
tree | c5fdea2de131791e24bfd08c2389201633333f9c /gas/testsuite | |
parent | 8a6fb3f9bb5105e58f6800de9089a4bdb0cc0cd6 (diff) | |
download | gdb-af32b7220966364b083ce771ba45f35491293d55.zip gdb-af32b7220966364b083ce771ba45f35491293d55.tar.gz gdb-af32b7220966364b083ce771ba45f35491293d55.tar.bz2 |
x86: also allow %st(N) in CFI directives
In 0e0eea782025 ("x86: x87-related adjustments") I screwed up CFI
directives with FPU support disabled, by moving the conditional there
across a check of "allow_pseudo_reg". Add the missing check.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-i386.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/gas/cfi/cfi-i386.s b/gas/testsuite/gas/cfi/cfi-i386.s index 09fd466..0816a0c 100644 --- a/gas/testsuite/gas/cfi/cfi-i386.s +++ b/gas/testsuite/gas/cfi/cfi-i386.s @@ -1,4 +1,5 @@ .text + .arch generic32 #; func_locvars #; - function with a space on the stack |