From de5ebe2eba57a3b0fcdc4dd28b265378b93ddd6a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 18 Oct 1995 17:33:24 +0000 Subject: [PATCH] frag/obstack handling in tc-*.c; ignore -g for Alpha --- gas/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 010808227cb..f39ca0f4ae9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,10 +1,21 @@ Wed Oct 18 13:20:32 1995 Ken Raeburn + * 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 * stabs.c (aout_process_stab): Insert debug symbol into symbol -- 2.30.2