diff options
author | Chris Demetriou <cgd@google.com> | 2002-09-18 21:33:07 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-09-18 21:33:07 +0000 |
commit | 885add9520d0f5e7eab8d56b93d791064805657d (patch) | |
tree | 7cd456ff9e73466bf46a1263cf6b765a78d7bafd /gas/ChangeLog | |
parent | 65551fa46cc1ef69a04fe817c221c3949a56c139 (diff) | |
download | gdb-885add9520d0f5e7eab8d56b93d791064805657d.zip gdb-885add9520d0f5e7eab8d56b93d791064805657d.tar.gz gdb-885add9520d0f5e7eab8d56b93d791064805657d.tar.bz2 |
[ gas/ChangeLog ]
2002-09-18 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file.
(IS_SEXT_16BIT_NUM): New macro.
(macro_build_ldst_constoffset): New function, to build a set of
instructions to do a load or store from a constant offset relative
to a given register.
(macro, s_cprestore): Use macro_build_ldst_constoffset to implement
.cprestore pseudo-op.
[ gas/testsuite/ChangeLog ]
2002-09-18 Chris Demetriou <cgd@broadcom.com>
* gas/mips/mips-abi32-pic2.s: New file.
* gas/mips/mips-abi32-pic2.d: New file.
* gas/mips/mips.exp: Run new test.
[ plus, fixed date on prev. gas/testsuite/ChangeLog entry. ]
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a959777..7c9871a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ 2002-09-18 Chris Demetriou <cgd@broadcom.com> + * config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file. + (IS_SEXT_16BIT_NUM): New macro. + (macro_build_ldst_constoffset): New function, to build a set of + instructions to do a load or store from a constant offset relative + to a given register. + (macro, s_cprestore): Use macro_build_ldst_constoffset to implement + .cprestore pseudo-op. + +2002-09-18 Chris Demetriou <cgd@broadcom.com> + * config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8. 2002-09-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |