x86: also allow %st(N) in CFI directives
authorJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2020 06:38:54 +0000 (08:38 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2020 06:38:54 +0000 (08:38 +0200)
commitaf32b7220966364b083ce771ba45f35491293d55
treec5fdea2de131791e24bfd08c2389201633333f9c
parent8a6fb3f9bb5105e58f6800de9089a4bdb0cc0cd6
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.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/gas/cfi/cfi-i386.s
This page took 0.025266 seconds and 4 git commands to generate.