diff options
author | Richard Henderson <rth@redhat.com> | 1998-07-07 18:46:38 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-07-07 18:46:38 +0000 |
commit | ad0d51e38d1f3a733af22186baa596aafa3b3fa9 (patch) | |
tree | 13a06721d67e33f5c72fd3473b9a1bce5bafb431 | |
parent | d06fb990769e0a348ee2a04ce15a4c00aca54a9c (diff) | |
download | gdb-ad0d51e38d1f3a733af22186baa596aafa3b3fa9.zip gdb-ad0d51e38d1f3a733af22186baa596aafa3b3fa9.tar.gz gdb-ad0d51e38d1f3a733af22186baa596aafa3b3fa9.tar.bz2 |
* listing.c (listing_listing): For EDICT_LIST, skip all lines up to
but not including the line containing the edict.
* listing.h (LISTING_EOF): New.
* input-scrub.c (input_scrub_next_buffer): Call it.
PR 14509
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e73d120..05c678d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 7 11:42:16 1998 Richard Henderson <rth@cygnus.com> + + * listing.c (listing_listing): For EDICT_LIST, skip all lines up to + but not including the line containing the edict. + * listing.h (LISTING_EOF): New. + * input-scrub.c (input_scrub_next_buffer): Call it. + Tue Jul 7 13:00:37 1998 Alan Modra <alan@spri.levels.unisa.edu.au> * config/tc-i386.c (i386_operand): Don't set the size of an |