diff options
author | Jeff Law <law@redhat.com> | 1994-01-12 05:55:09 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-01-12 05:55:09 +0000 |
commit | a1c91916e89bcd9d0f4b97dda5aab7b5809a18c8 (patch) | |
tree | dbf85836ceac3e4faecacc8e70211752a7ffff5e /gas | |
parent | 61bfefd79a323bb83ba9ee7efa81336dd930ea41 (diff) | |
download | gdb-a1c91916e89bcd9d0f4b97dda5aab7b5809a18c8.zip gdb-a1c91916e89bcd9d0f4b97dda5aab7b5809a18c8.tar.gz gdb-a1c91916e89bcd9d0f4b97dda5aab7b5809a18c8.tar.bz2 |
* app.c (do_scrub_next_char): Another attempt to fix bugs
dealing with labels without colons (for HPPA and MRI).
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 51b1d16..1d35599 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 11 21:52:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * app.c (do_scrub_next_char): Another attempt to fix bugs + dealing with labels without colons (for HPPA and MRI). + Tue Jan 11 17:01:06 1994 Doug Evans (dje@canuck.cygnus.com) * expr.c (integer_constant): Fix computation of too_many_digits. @@ -27,6 +32,7 @@ Tue Jan 11 13:01:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) emitting nop instructions. * Makefile.in (listing.o): Depends upon subsegs.h. +>>>>>>> 1.484 Mon Jan 10 09:52:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * config/tc-hppa.c (pa_ip): Put check for missing label on .PROC |