summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-05-06 06:38:11 +0000
committerJan Beulich <jbeulich@novell.com>2005-05-06 06:38:11 +0000
commitb81d7e86b21cee7fc288f48bf9836712cc96717f (patch)
tree554ef016396cc0a152e1d6b2b83516bbcbe7a6fc /gas/read.h
parent8ca4eaf3632222f5cc0b9e61afd80b01d6390c7c (diff)
downloadbinutils-redhat-b81d7e86b21cee7fc288f48bf9836712cc96717f.tar.gz
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/read.h')
-rw-r--r--gas/read.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h
index 28f343831a..3510945e32 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -155,6 +155,7 @@ extern void s_float_space (int mult);
extern void s_func (int);
extern void s_globl (int arg);
extern void s_if (int arg);
+extern void s_ifb (int arg);
extern void s_ifc (int arg);
extern void s_ifdef (int arg);
extern void s_ifeqs (int arg);