aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-03-31 06:47:54 +0000
committerAlan Modra <amodra@gmail.com>2001-03-31 06:47:54 +0000
commit61b96bb4281e65ed15d15ed7e9ae5102d64bc8c9 (patch)
tree1519a47d47120445c93e517b143353d65f109da8 /gas/ChangeLog
parent69e37bf6a2178f46c52f5e9d1e607a2067ec2c8b (diff)
downloadgdb-61b96bb4281e65ed15d15ed7e9ae5102d64bc8c9.zip
gdb-61b96bb4281e65ed15d15ed7e9ae5102d64bc8c9.tar.gz
gdb-61b96bb4281e65ed15d15ed7e9ae5102d64bc8c9.tar.bz2
Fix conditional assembly listings when more than one .else/.elsif
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d73ab69..4d20134 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2001-03-31 Alan Modra <alan@linuxcare.com.au>
+ * listing.c (listing_listing): Enable listing on EDICT_NOLIST_NEXT
+ for one line if not already enabled.
+ * cond.c (s_elseif): Correct conditional assembly listing.
+ (s_else): Likewise.
+
* cond.c (s_endif): Correct handling of "if .. elseif .." trees.
Don't abort on NULL current_cframe.