diff options
author | Jeff Law <law@redhat.com> | 1993-11-28 21:16:24 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-28 21:16:24 +0000 |
commit | 278cd007b4489a53432398e82f19416ba6827951 (patch) | |
tree | a34cfa52db8ab80e5a0690ac823f1abc2b00705d /gas | |
parent | 81413fa20b38c9d5397b3565a50d98c7112ec6fd (diff) | |
download | gdb-278cd007b4489a53432398e82f19416ba6827951.zip gdb-278cd007b4489a53432398e82f19416ba6827951.tar.gz gdb-278cd007b4489a53432398e82f19416ba6827951.tar.bz2 |
* app.c (do_scrub_next_char): Output a TAB before any
.app* directive.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 79a302b..e65c1c3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Sun Nov 28 12:11:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + * app.c (do_scrub_next_char): Output a TAB before any + .app* directive. + * config/tc-hppa.c (fix_new_hppa): Make sure a sub_symbol exists before trying to peek at its name. (pa_space): Do not call pa_align_subseg. See hppa/unsorted/align3.s |