diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-06-08 08:39:23 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-06-08 08:39:23 +0200 |
commit | 1ab84e0251a593bec32ccec9fef72b53b4ce218d (patch) | |
tree | 63f97e26f250908db623d3e53b695ee324f0ef34 /gas/ChangeLog | |
parent | af32b7220966364b083ce771ba45f35491293d55 (diff) | |
download | gdb-1ab84e0251a593bec32ccec9fef72b53b4ce218d.zip gdb-1ab84e0251a593bec32ccec9fef72b53b4ce218d.tar.gz gdb-1ab84e0251a593bec32ccec9fef72b53b4ce218d.tar.bz2 |
ix86: enable 2nd CFI test
While putting together the previous patch I noticed that this test,
forever since its introduction, was dead. Update it so it will pass,
and enable it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 787c0fd..abc0869 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-06-08 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/cfi/cfi-i386-2.d: Adjust expectations. + * testsuite/gas/cfi/cfi.exp: Run this test. + +2020-06-08 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (parse_real_register): Add allow_pseudo_reg check to %st(N) parsing logic. * testsuite/gas/cfi/cfi-i386.s: Set "generic32" arch. |