diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0108082..f39ca0f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,10 +1,21 @@ Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com> + * config/tc-alpha.c (md_shortopts): Include 'g'. + (md_parse_option): Ignore it. + * Makefile.in (distclean): Remove Makefile and config.status from testsuite directory. (clean-here): Don't delete testsuite. Instead, delete only the files within it that would be generated by running tests. + * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call + frag_now_fix instead of accessing obstack info directly. + * config/tc-arm.c (s_ltorg): Ditto. + (md_assemble): Ditto. + + * config/tc-i386.c (md_assemble): Call frag_grow instead of + obstack_room. + Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com> * stabs.c (aout_process_stab): Insert debug symbol into symbol |