diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-05-06 06:38:11 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-05-06 06:38:11 +0000 |
commit | 26aca5f60e2dde898fb5e6d71859778f0b786f09 (patch) | |
tree | e1c41eac4e28939c0e5bea623b454151f3cf0809 /gas/testsuite/ChangeLog | |
parent | a580b8e05174aa8dd67b0bae41037182aba6b418 (diff) | |
download | gdb-26aca5f60e2dde898fb5e6d71859778f0b786f09.zip gdb-26aca5f60e2dde898fb5e6d71859778f0b786f09.tar.gz gdb-26aca5f60e2dde898fb5e6d71859778f0b786f09.tar.bz2 |
gas/
2005-05-06 Jan Beulich <jbeulich@novell.com>
* cond.c (s_ifb): New.
* read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
* read.h (s_ifb): Prototype.
* doc/as.texinfo: Document .ifb and .ifnb.
gas/testsuite/
2005-05-06 Jan Beulich <jbeulich@novell.com>
* gas/all/cond.s: Also test .ifb/.ifnb.
* gas/all/cond.d: Adjust.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 31e651e..d7365b4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2005-05-06 Jan Beulich <jbeulich@novell.com> + * gas/all/cond.s: Also test .ifb/.ifnb. + * gas/all/cond.d: Adjust. + +2005-05-06 Jan Beulich <jbeulich@novell.com> + * gas/macros/dot.s: Don't use pseudo-ops in first column. * gas/macros/dot.l: Match broader range of possible outputs. * gas/macros/purge.l: Likewise. |