diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 14:13:57 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 14:13:57 +0000 |
commit | 3fd9f0476f43c574b3525132a372f4960efc0a1b (patch) | |
tree | 2ecdff1ca8f91ba0d9ecd4def96bbe9d926ad4da /gas/read.c | |
parent | 08ccce320647e30448a6b94e87ef89a977fc84dc (diff) | |
download | gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.zip gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.tar.gz gdb-3fd9f0476f43c574b3525132a372f4960efc0a1b.tar.bz2 |
New elseif directive has been added.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |