aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-03-31 02:06:24 +0000
committerAlan Modra <amodra@gmail.com>2001-03-31 02:06:24 +0000
commitcdbc6895e50c685493695b864b5c6f4e0eca23ea (patch)
tree248b5913566264e1113711b9b34ba50d5fb9114b /gas/ChangeLog
parent40564acad470c2f68f66f85c5969839a30a0b66f (diff)
downloadgdb-cdbc6895e50c685493695b864b5c6f4e0eca23ea.zip
gdb-cdbc6895e50c685493695b864b5c6f4e0eca23ea.tar.gz
gdb-cdbc6895e50c685493695b864b5c6f4e0eca23ea.tar.bz2
* cond.c (s_endif): Correct handling of "if .. elseif .." trees.
Don't abort on NULL current_cframe.
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 0f1529b..d73ab69 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-31 Alan Modra <alan@linuxcare.com.au>
+
+ * cond.c (s_endif): Correct handling of "if .. elseif .." trees.
+ Don't abort on NULL current_cframe.
+
2001-03-30 Alan Modra <alan@linuxcare.com.au>
* dwarf2dbg.c (dwarf2_directive_file): Fix warnings.