Line 1... |
Line 1... |
|
2010-06-30 Jeremy Bennett
|
|
|
|
* or1k-tdep.c (or1k_fetch_instruction): Logic flow made clearer.
|
|
(or1k_analyse_inst, or1k_analyse_L_addi)
|
|
(or1k_analyse_l_sw): Added.
|
|
(or1k_frame_size, or1k_frame_fp_loc, or1k_frame_size_check)
|
|
(or1k_link_address, or1k_get_saved_reg): Removed.
|
|
(or1k_skip_prologue, or1k_frame_unwind_cache): Rewritten to use
|
|
or1k_analyse_inst functions.
|
|
* or1k_tdep.h : #define
|
|
added.
|
|
|
|
2010-06-10 Jeremy Bennett
|
|
|
|
* eval.c (evaluate_subexp_standard): Initialize subscript_array,
|
|
to avoid picky compiler complaints.
|
|
* or1k-jtag.c (jp1_ll_read_jp1): Initialize data, to avoid picky
|
|
compiler complaints.
|
|
|
2008-11-08 Jeremy Bennett
|
2008-11-08 Jeremy Bennett
|
|
|
* or1k-tdep.c (or1k_read_spr, or1k_write_spr): Moved here from
|
* or1k-tdep.c (or1k_read_spr, or1k_write_spr): Moved here from
|
remote-or1k.c and made local to this file. Rewritten to use
|
remote-or1k.c and made local to this file. Rewritten to use
|
commands via the target remote command (to_rcmd) function.
|
commands via the target remote command (to_rcmd) function.
|
* or1k-tdep.c (or1k_spr_command). Invalidates register cache when
|
* or1k-tdep.c (or1k_spr_command). Invalidates register cache when
|
SPR is written.
|
SPR is written.
|
Line 11... |
Line 31... |
functions changed to use or1k_jtag_read_spr and
|
functions changed to use or1k_jtag_read_spr and
|
or1k_jtag_write_spr (for which these were only wrappers).
|
or1k_jtag_write_spr (for which these were only wrappers).
|
* or1k-tdep.c (or1k_rcmd): Function added to process SPR access
|
* or1k-tdep.c (or1k_rcmd): Function added to process SPR access
|
requests.
|
requests.
|
|
|
2008-10-23
|
2008-10-23 Jeremy Bennett
|
|
|
* or1k-tdep.h, or1k-tdep.c: Extend the number of registers to
|
* or1k-tdep.h, or1k-tdep.c: Extend the number of registers to
|
include the PPC as well as the NPC
|
include the PPC as well as the NPC
|
|
|
2008-08-13 Jeremy Bennett
|
2008-08-13 Jeremy Bennett
|
|
|