aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-02-08 14:13:57 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-02-08 14:13:57 +0000
commit3fd9f0476f43c574b3525132a372f4960efc0a1b (patch)
tree2ecdff1ca8f91ba0d9ecd4def96bbe9d926ad4da /gas/read.c
parent08ccce320647e30448a6b94e87ef89a977fc84dc (diff)
downloadfsf-binutils-gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.zip
fsf-binutils-gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.tar.gz
fsf-binutils-gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.tar.bz2
New elseif directive has been added.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index 821c074..e871166 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -306,6 +306,7 @@ static const pseudo_typeS potable[] =
{"eject", listing_eject, 0}, /* Formfeed listing */
{"else", s_else, 0},
{"elsec", s_else, 0},
+ {"elseif", s_elseif, (int) O_ne},
{"end", s_end, 0},
{"endc", s_endif, 0},
{"endfunc", s_func, 1},