OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [ChangeLog.or32] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 252 jeremybenn
2010-08-25  Jeremy Bennett  
2
 
3
        * or32-tdep.c (or32_push_dummy_call): Corrected handling of double
4
        args provided in two regs.
5
        (or32_frame_cache): Set frame_id based on SP as it will be, even
6
        it not yet computed.
7
 
8 244 jeremybenn
2010-08-19  Jeremy Bennett  
9
 
10
        * or32-tdep.c (or32_register_name): Changed to rnn rather than
11
        gprnn to mach the assembler.
12
        (or32_is_arg_reg, or32_is_callee_saved_reg): Added.
13
        (or32_skip_prologue): Don't use skip_prologue_using_sal. Check for
14
        argument as well as callee saved registers in prologue.
15
        (or32_frame_cache):Check for argument as well as callee saved
16
        registers in prologue.
17
 
18
2010-08-13  Jeremy Bennett  
19
 
20
        * or32-tdep.c (or32_frame_base_address): Frame base is FP, not SP.
21
 
22 227 jeremybenn
2010-07-30  Jeremy Bennett  
23
 
24
        * or32-tdep.c (or32_fetch_instruction): Rewritten to use
25
        architecture, not frame. Returns ULONGEST.
26
        (or32_store_instruction): Deleted.
27
        (or32_register_type): Use builtin_type () function instead of
28
        constants.
29
        (or32_single_step_through_delay): Add gdbarch arg to
30
        fetch_instruction () calls.
31
        (or32_skip_prologue): skip_prologue_using_sal () now takes gdbarch as
32
        argument. Add gdbarch arg to fetch_instruction () calls.
33
        (or32_frame_unwind_cache): Add gdbarch arg to fetch_instruction ()
34
        calls.
35
        (or32_push_dummy_call): Add byte_order arg to
36
        extract_unsigned_integer () and  store_unsigned_integer () calls.
37
        (or32_return_value): Add byte_order to store_unsigned_integer ()
38
        calls.
39
        (or32_dummy_id): Renamed from or32_unwind_dummy_id () and
40
        rewritten to use THIS frame, rather than the NEXT frame.
41
        (or32_gdbarch_init): Frame base set up via or32_frame_base_sniffer
42
        function. Appended after DWARF2 sniffer.
43
        (or32_frame_base_sniffer): Renamed from or32_frame_sniffer ().
44
        Structure now uses or32_frame_unwind Provided with THIS frame, not
45
        NEXT frame.
46
        (or32_frame_base_address): Changed to use THIS frame, not NEXT
47
        frame.
48
        (or32_frame_this_id): Changed to use THIS frame, not NEXT frame.
49
        (or32_frame_prev_register): Changed to use THIS frame, not NEXT
50
        frame and return its result in a structure not via its arguments.
51
        : Field .prev_pc deleted, field .prev_arch added.
52
        (or32_frame_sniffer): Deleted.
53
        (or32_frame_cache): Replaces or32_frame_unwind_cache, based on
54
        THIS frame not the NEXT frame.
55
        (or32_frame_unwind_cache): Deleted.
56
 
57
2010-07-28  Jeremy Bennett  
58
 
59
        * configure.ac: Add configure option for or1ksim location.
60
        * configure: Regenerated.
61
        * or32-tdep.c (or32_fetch_instruction, or32_store_instruction)
62
        (or32_analyse_inst, or32_analyse_l_addi, or32_analyse_l_sw)
63
        (or32_return_value, or32_breakpoint_from_pc)
64
        (or32_single_step_through_dela, or32_pseudo_register_read)
65
        (or32_pseudo_register_write, or32_register_name)
66
        (or32_register_type, or32_registers_info)
67
        (or32_register_reggroup_p, or32_skip_prologue, or32_frame_align)
68
        (or32_unwind_pc, or32_unwind_sp, or32_push_dummy_call)
69
        (or32_unwind_dummy_id, or32_frame_unwind_cache)
70
        (or32_frame_this_id, or32_frame_prev_register)
71
        (or32_frame_base_address, or32_frame_sniffer, or32_gdbarch_init)
72
        (or32_dump_tdep, or32_spr_group_name, or32_spr_register_name)
73
        (or32_groupnum_from_name, or32_regnum_from_name, or32_tokenize)
74
        (or32_parse_spr_params, or32_read_spr, or32_write_spr)
75
        (or32_info_spr_command, or32_spr_command): Renamed from
76
        or1k_fetch_instruction, or1k_store_instruction, or1k_analyse_inst,
77
        or1k_analyse_l_addi, or1k_analyse_l_sw, or1k_return_value,
78
        or1k_breakpoint_from_pc, or1k_single_step_through_dela,
79
        or1k_pseudo_register_read, or1k_pseudo_register_write,
80
        or1k_register_name, or1k_register_type, or1k_registers_info,
81
        or1k_register_reggroup_p, or1k_skip_prologue, or1k_frame_align,
82
        or1k_unwind_pc, or1k_unwind_sp, or1k_push_dummy_call,
83
        or1k_unwind_dummy_id, or1k_frame_unwind_cache, or1k_frame_this_id,
84
        or1k_frame_prev_register, or1k_frame_base_address,
85
        or1k_frame_sniffer, or1k_gdbarch_init, or1k_dump_tdep,
86
        or1k_spr_group_name, or1k_spr_register_name,
87
        or1k_groupnum_from_name, or1k_regnum_from_name, or1k_tokenize,
88
        or1k_parse_spr_params, or1k_read_spr, or1k_write_spr,
89
        or1k_info_spr_command, or1k_spr_command respectively.
90
 
91
2010-07-27  Jeremy Bennett  
92
 
93
        * or1k-tdep.c (or1k_single_step_through_delay): Correct check for
94
        first instruction of exception handler.
95
 
96
2010-07-20  Jeremy Bennett  
97
 
98
        * configure.ac: Added test for zlib from binutils/bfd
99
        * configure: Regenerated.
100
 
101
2010-06-30  Jeremy Bennett  
102
 
103
        * or1k-tdep.c (or1k_fetch_instruction): Logic flow made clearer.
104
        (or1k_analyse_inst, or1k_analyse_L_addi)
105
        (or1k_analyse_l_sw): Added.
106
        (or1k_frame_size, or1k_frame_fp_loc, or1k_frame_size_check)
107
        (or1k_link_address, or1k_get_saved_reg): Removed.
108
        (or1k_skip_prologue, or1k_frame_unwind_cache): Rewritten to use
109
        or1k_analyse_inst functions.
110
        * or1k_tdep.h : #define
111
        added.
112
 
113
2010-06-10  Jeremy Bennett  
114
 
115
        * eval.c (evaluate_subexp_standard): Initialize subscript_array,
116
        to avoid picky compiler complaints.
117
        * or1k-jtag.c (jp1_ll_read_jp1): Initialize data, to avoid picky
118
        compiler complaints.
119
 
120
2008-11-08  Jeremy Bennett  
121
 
122
        * or1k-tdep.c (or1k_read_spr, or1k_write_spr): Moved here from
123
        remote-or1k.c and made local to this file. Rewritten to use
124
        commands via the target remote command (to_rcmd) function.
125
        * or1k-tdep.c (or1k_spr_command). Invalidates register cache when
126
        SPR is written.
127
        * or1k-tdep.h: or1k_read_spr and Or1k_write_spr are removed as
128
        global functions.
129
        * or1k-tdep.c (or1k_read_spr, or1k_write_spr). Functions removed
130
        and made local to or1k-tdep.c. All or1k-tdep.c references to these
131
        functions changed to use or1k_jtag_read_spr and
132
        or1k_jtag_write_spr (for which these were only wrappers).
133
        * or1k-tdep.c (or1k_rcmd): Function added to process SPR access
134
        requests.
135
 
136
2008-10-23  Jeremy Bennett  
137
 
138
        * or1k-tdep.h, or1k-tdep.c: Extend the number of registers to
139
        include the PPC as well as the NPC
140
 
141
2008-08-13  Jeremy Bennett  
142
 
143
        * or1k-tdep.c, or1k-tdep.h, remote-or1k.c: Numerous bug fixes
144
        * or1k-jtag.c (or1k_jtag_read_mem, or1k_jtag_write_mem): Problems
145
        with small data without alignment fixed.
146
        * doc/or1k.texinfo: Small changes to bring in to line with bug
147
        fixes.
148
        * doc/gdb.texinfo: Sections relating to OpenRISC 1000 rewritten
149
        * opcodes/or32-dis.c: Signed offsets reinstated. Symbolic branch
150
        targets added.
151
        * opcodes/or32-opc.c: l.nop immediate arg made unsigned
152
        * gdb/breakpoint.c (bpstat_stop_status): The test to disallow a
153
        read watchpoint if the value had changed was unreliable and has
154
        been deleted. Trust the HW on this one.
155
 
156
2008-07-30  Jeremy Bennett  
157
 
158
        * NEWS: Details of OpenRISC 1000 port
159
        * or1k-tdep.c: New file, based on the OpenCores 5.3 port
160
        * or1k-tdep.h: New file, based on the OpenCores 5.3 port
161
        * or1k-jtag.c: New file, based on the OpenCores 5.3 port
162
        * or1k-jtag.h: New file, based on the OpenCores 5.3 port
163
        * remote-or1k.c: New file, based on the OpenCores 5.3 port
164
        * configure.tgt: Updated description of OpenRISC 1000 files
165
        * bfd/config.bfd: or32-*-*linux* added as match for
166
        targ_defvec=bfd_elf32_or32_big_vec
167
        * doc/or1k.texinfo: New file: Documentation of the OpenRISC 1000
168
        * doc/Makefile.in: Added OpenRISC 1000 document
169
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.