diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 1997-09-29 15:10:56 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 1997-09-29 15:10:56 +0000 |
commit | 002e8e4db2d9f3bde5f56211d4c1e5178cc3a16c (patch) | |
tree | 9c56691b6c83e53f6b2ad0565f795b07f0e3128f | |
parent | e9b53280badc87607039e24bfbe1f6a0edec1d98 (diff) | |
download | gdb-002e8e4db2d9f3bde5f56211d4c1e5178cc3a16c.zip gdb-002e8e4db2d9f3bde5f56211d4c1e5178cc3a16c.tar.gz gdb-002e8e4db2d9f3bde5f56211d4c1e5178cc3a16c.tar.bz2 |
* as.h, input-scrub.c (new_logical_line): New return value.
* read.c (s_app_file): Don't note the same file several times
in a row.
Fix for PR 12277
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0580b11..a820786 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 29 15:24:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk> + + * as.h, input-scrub.c (new_logical_line): New return value. + * read.c (s_app_file): Don't note the same file several times + in a row. + Thu Sep 25 13:08:02 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (m68k_ip): Remove ` operand specifier. |