frag/obstack handling in tc-*.c; ignore -g for Alpha
This commit is contained in:
parent
c4ef6e7609
commit
de5ebe2eba
1 changed files with 11 additions and 0 deletions
|
@ -1,10 +1,21 @@
|
||||||
Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
|
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
|
* Makefile.in (distclean): Remove Makefile and config.status from
|
||||||
testsuite directory.
|
testsuite directory.
|
||||||
(clean-here): Don't delete testsuite. Instead, delete only the
|
(clean-here): Don't delete testsuite. Instead, delete only the
|
||||||
files within it that would be generated by running tests.
|
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>
|
Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
* stabs.c (aout_process_stab): Insert debug symbol into symbol
|
* stabs.c (aout_process_stab): Insert debug symbol into symbol
|
||||||
|
|
Loading…
Reference in a new issue