Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* config/tc-d10v.c (find_opcode): Fix problem with calculating
branch sizes in across sections.
|
|
"ld.h" and "ld.w"
|
|
* gas/v850/basic.exp (misc_tests): Corresponding changes.
|
|
(v850_opcodes): "ldsr" uses R1,SR2.
ldsr is kinda weird.
|
|
|
|
|
|
* interp.c (do_format_8): Get operands correctly and
call the target function.
* simops.c: Rough cut at "clr1", "not1", "set1", and "tst1".
|
|
|
|
(ihex_write_object_contents): Remove extbase; always use segbase
instead.
|
|
* remote-mips.c: Provide support for CAIRO target board.
(cairo_open, cairo_ops): Added.
(mips_monitor_type): MON_CAIRO Added.
(mips_enter_debug, mips_exit_debug, mips_initialize,
mips_fetch_registers, common_breakpoint, mips_load,
_initialize_remote_mips): Updated.
Add simple support for NEC CAIRO Vr4300 development board.
|
|
hi0() too.
Bugfix.
|
|
* gas/v850/basic.exp: Run hilo tests.
|
|
call the target function.
* simops.c: Rough cut at "sld.b", "sld.h", "sld.w", "sst.b",
"sst.h", and "sst.w".
|
|
accordingly. Remove many unused definitions.
* interp.c: The V850 doesn't have split I&D spaces. Change
accordingly.
(get_longlong, get_longword, get_word): Deleted.
(write_longlong, write_longword, write_word): Deleted.
(get_operands): Deleted.
(get_byte, get_half, get_word): New functions.
(put_byte, put_half, put_word): New functions.
* simops.c: Remove unused functions. Rough cut at
"ld.b", "ld.h", "ld.w", "st.b", "st.h", "st.w" insns.
|
|
"sregs" field.
(PSW): Remove bogus definition.
* simops.c: Change condition code handling to use the psw
register within the sregs array. Handle "ldsr" and "stsr".
|
|
|
|
call the target function.
(sim_resume): Don't do a PC update for format 5 instructions.
* simops.c: Handle "jarl" and "jmp" instructions.
|
|
"di", and "ei" instructions correctly.
|
|
the target function.
* simops.c: Handle bCC instructions.
|
|
Fix minor typos in condition code handling for other insns.
|
|
* simops.c: Add condition code handling to "sub" "subr" and
"divh" instructions.
|
|
(lookup_hash): Call hash rather than computing the hash
code here.
(do_format_1_2): Handle format 1 and format 2 instructions.
Get operands correctly and call the target function.
(do_format_6): Get operands correctly and call the target
function.
(do_formats_9_10): Rough cut so shift ops will work.
(sim_resume): Tweak to deal with format 1 and format 2
handling in a single funtion. Don't update the PC
for format 3 insns. Fix typos.
* simops.c: Slightly reorganize. Add condition code handling
to "add", "addi", "and", "andi", "or", "ori", "xor", "xori"
and "not" instructions.
* v850_sim.h (reg_t): Registers are 32bits.
(_state): The V850 has 32 general registers. Add a 32bit
psw and pc register too. Add accessor macros
Fixing lots of stuff. Starting to add condition code support. Basically
check pointing the work to date.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instructions.
|
|
and subr. No condition codes yet.
|
|
sld.w, sst.b, sst.h, sst.w, and nop.
|
|
(display_target_list): Use choose_temp_base instead of tmpnam.
(display_info_table): Likewise.
PR 10482.
|
|
* gas/arm/arm7t.d: Explicitly force little-endian assembly.
|
|
* config/tc-d10v.c (find_opcode): Fix a bug which could generate
the wrong opcode for cases like st2w where there are many forms
of the same instruction.
|
|
gencode.c, interp.c, simops.c: Created.
So we've got something to hack on.
|
|
|
|
* Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems.
|
|
end of the opcode table.
For the simulator
|
|
|
|
|
|
|
|
|
|
CY_AC_LOAD_TCLCONFIG.
* configure: Rebuild.
|
|
calling symbol_find_or_make.
* config/tc-ppc.h (md_parse_name): Define.
(ppc_parse_name): Declare.
* config/tc-ppc.c (reg_name_search): Add regs and regcount
parameters.
(register_name): Update call to reg_name_search.
(cr_operand): New static variable.
(cr_names): New static const array.
(ppc_parse_name): New function.
(md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
cr_operand before calling expression.
PR 10460.
|
|
hppa_gen_reloc_type call.
Fixing a problem with -mlinker-opt.
|
|
|
|
* configure.in: work around host_alias configure bug.
AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
and second by AC_CANONICAL_SYSTEM). The second clobbers the
previous setting. Circumventing by moving the second check
to before the first.
* configure: regenerated
|