diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-28 20:37:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-28 20:37:02 +0000 |
commit | 867a58b36825c0970743e3786809048c690c33f9 (patch) | |
tree | ac0e3083ecef73c22ff242d306cf5ff2022696e3 /gas/ChangeLog | |
parent | d0352cbbe82330da031b2a4d4b98f3cfda3bb3d1 (diff) | |
download | gdb-867a58b36825c0970743e3786809048c690c33f9.zip gdb-867a58b36825c0970743e3786809048c690c33f9.tar.gz gdb-867a58b36825c0970743e3786809048c690c33f9.tar.bz2 |
* config/tc-mips.h (tc_frob_file): Define.
(mips_frob_file): Declare.
* config/tc-mips.c (struct mips_hi_fixup): Define.
(mips_hi_fixup_list): New static variable.
(imm_unmatched_hi): New static variable.
(md_assemble): Clear imm_reloc, imm_unmatched_hi, and
offset_reloc. Pass imm_unmatched_hi to append_insn.
(append_insn): Add unmatched_hi parameter. If it is set, add the
new fixup to mips_hi_fixup_list. Change all callers.
(mips_ip): Set imm_unmatched_hi when appropriate.
(mips_frob_file): New function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 763d0b5..d2d1a05 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-mips.h (tc_frob_file): Define. + (mips_frob_file): Declare. + * config/tc-mips.c (struct mips_hi_fixup): Define. + (mips_hi_fixup_list): New static variable. + (imm_unmatched_hi): New static variable. + (md_assemble): Clear imm_reloc, imm_unmatched_hi, and + offset_reloc. Pass imm_unmatched_hi to append_insn. + (append_insn): Add unmatched_hi parameter. If it is set, add the + new fixup to mips_hi_fixup_list. Change all callers. + (mips_ip): Set imm_unmatched_hi when appropriate. + (mips_frob_file): New function. + Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com> * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*. |