diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-15 03:07:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-15 03:07:16 +0000 |
commit | fe8d0ff3f17f26f0482446803029d6442233722a (patch) | |
tree | 1b8a822882e20f122b83e4494cbabfc285c0562f | |
parent | 4bd9f70f007fbbb45f8bac9537b428bbd8445194 (diff) | |
download | gdb-fe8d0ff3f17f26f0482446803029d6442233722a.zip gdb-fe8d0ff3f17f26f0482446803029d6442233722a.tar.gz gdb-fe8d0ff3f17f26f0482446803029d6442233722a.tar.bz2 |
* listing.c (listing_newline): Don't do anything if listing is 0.
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5b412f8..50054e9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com> + + * listing.c (listing_newline): Don't do anything if listing is 0. + +Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com> + + * subsegs.c (section_symbol): If symbol_table_frozen is set, call + symbol_create, not symbol_new. + Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com> * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an |