diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-25 19:55:03 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-25 19:55:03 +0000 |
commit | a926dd6a1b6d8787c1de15b60637aeb950674bf7 (patch) | |
tree | 767e3e4396d7a7841c2f1e70e1eedbf41d7879e4 | |
parent | ba436e33cdba4f0a5da3e7992277f248340b98a6 (diff) | |
download | gdb-a926dd6a1b6d8787c1de15b60637aeb950674bf7.zip gdb-a926dd6a1b6d8787c1de15b60637aeb950674bf7.tar.gz gdb-a926dd6a1b6d8787c1de15b60637aeb950674bf7.tar.bz2 |
as.c, read.c log entries i forgot to check in friday
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 13cf77f..5ffa76d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -18,6 +18,14 @@ Fri Apr 22 15:17:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) underscores, since symbol_new will already have done it. * config/obj-coffbfd.c (obj_symbol_new_hook): Ditto. + * as.c (main): If tc_init_after_args is defined, invoke it after + all arguments have been processed. + + Some changes to help Apollo support, from troy@cbme.unsw.edu.au: + * as.c (perform_an_assembly_pass) [TE_APOLLO]: Create .wtext + section instead of .text. Call create_target_segments. + * read.c (demand_copy_string): No longer static. + Thu Apr 21 15:50:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config/tc-mips.c (append_insn): Permit branches to be switched |