diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-15 03:42:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-15 03:42:36 +0000 |
commit | a677feeba4feb8a9a0370fb497e4e0301e6e3837 (patch) | |
tree | 368787ed0d84c7921d678546249f3c4effe506ad /gas/ChangeLog | |
parent | 39e5bea281f8cf947d3b183d8b41b9b8c697dd31 (diff) | |
download | gdb-a677feeba4feb8a9a0370fb497e4e0301e6e3837.zip gdb-a677feeba4feb8a9a0370fb497e4e0301e6e3837.tar.gz gdb-a677feeba4feb8a9a0370fb497e4e0301e6e3837.tar.bz2 |
* config/tc-mips.c (prev_insn_reloc_type): New static variable.
(RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
store them. Adjust other RELAX_MIPS16 macros.
(RELAX_MIPS16_DSLOT): Define.
(RELAX_MIPS16_JAL_DSLOT): Define.
(append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
handling of whether previous instruction has a fixup. Set
prev_insn_reloc_type.
(mips_no_prev_insn): Clear prev_insn_reloc_type.
(mips16_extended_frag): Use the right base address for a PC
relative add or load.
(md_convert_frag): Likewise. If a PC relative add or load is
used, record the alignment for the section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 22567b9..917bbab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-mips.c (prev_insn_reloc_type): New static variable. + (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and + store them. Adjust other RELAX_MIPS16 macros. + (RELAX_MIPS16_DSLOT): Define. + (RELAX_MIPS16_JAL_DSLOT): Define. + (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct + handling of whether previous instruction has a fixup. Set + prev_insn_reloc_type. + (mips_no_prev_insn): Clear prev_insn_reloc_type. + (mips16_extended_frag): Use the right base address for a PC + relative add or load. + (md_convert_frag): Likewise. If a PC relative add or load is + used, record the alignment for the section. + Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com> * write.c (adjust_reloc_syms): Don't reduce a reloc against a |