diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2003-11-18 21:22:57 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2003-11-18 21:22:57 +0000 |
commit | 83f23b0469c228be5ff8ced5372070bb625a0eb5 (patch) | |
tree | d0b75f4e5312bb8f61122bb03f6e976fe8301ce2 /opcodes/ChangeLog | |
parent | 404d88aa65d8f6d2bbd710bac46d6c3dc51f800d (diff) | |
download | gdb-83f23b0469c228be5ff8ced5372070bb625a0eb5.tar.gz |
* config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
for loading addresses using CALL relocations.
Don't emit CALL relocations when a base register is used.
* gas/mips/lca-svr4pic.d: New test for the "lca" macro.
* gas/mips/lca-xgot.d: Likewise.
* gas/mips/lca.s: Source for the new tests.
* gas/mips/mips.exp: Run the new tests.
* opcode/mips.h: Define new enum members, M_LCA_AB and M_DLCA_AB.
* mips-opc.c (mips_builtin_opcodes): Handle new macros: "lca" and
"dlca".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5918252c802..52845faed8c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * mips-opc.c (mips_builtin_opcodes): Handle new macros: "lca" and + "dlca". + 2003-11-14 Nick Clifton <nickc@redhat.com> * dis-init.c (init_disassemble_info): Initialise |