aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-04-22 05:27:58 +0000
committerAlan Modra <amodra@gmail.com>2007-04-22 05:27:58 +0000
commitd2bdaea822070bcb22937b7ac43a358d3d3a2569 (patch)
treee185538d714107cb7fb65119e64fd62cf9f1048a /gas/ChangeLog
parent0224c58ec6e19eab37d0cb24691b6f1ccfcd6b10 (diff)
downloadgdb-d2bdaea822070bcb22937b7ac43a358d3d3a2569.zip
gdb-d2bdaea822070bcb22937b7ac43a358d3d3a2569.tar.gz
gdb-d2bdaea822070bcb22937b7ac43a358d3d3a2569.tar.bz2
* read.c (read_a_source_file): Skip multiple spaces to
cover hack in mmix md_start_line_hook which overwrites a colon with a space. Delete sermon and needless assertion.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4e8de5f..0985ece 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-22 Alan Modra <amodra@bigpond.net.au>
+
+ * read.c (read_a_source_file): Skip multiple spaces to
+ cover hack in mmix md_start_line_hook which overwrites a
+ colon with a space. Delete sermon and needless assertion.
+
2007-04-21 Alan Modra <amodra@bigpond.net.au>
* config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.