]>
Commit | Line | Data |
---|---|---|
83277a99 MK |
1 | 2004-02-28 Mark Kettenis <[email protected]> |
2 | ||
91ae4303 MK |
3 | * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to |
4 | "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to | |
5 | "config/i386/tm-lx64.h". | |
6 | ||
83277a99 MK |
7 | * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to |
8 | "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove | |
9 | rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c". | |
10 | ||
6e1d7d6c AC |
11 | 2004-02-28 Andrew Cagney <[email protected]> |
12 | ||
ecc9ac84 AC |
13 | * dwarf2-frame.h (struct gdbarch): Add opaque declaration. |
14 | ||
6e1d7d6c AC |
15 | * breakpoint.c (_initialize_breakpoint): Use |
16 | "add_setshow_auto_boolean_cmd. Better word-wrap help messages. | |
17 | Add help to show command. | |
18 | ||
9671aeef MK |
19 | 2004-02-28 Mark Kettenis <[email protected]> |
20 | ||
7fa2737c MK |
21 | * i386-nat.c: Reformat to be closer to coding standards. |
22 | (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to | |
23 | `retval'. Make variables `align' and `size' local to while-loop. | |
24 | (i386_stopped_data_address): Rename local variable `ret' to `addr'. | |
25 | (_initialize_i386_nat): New prototype. | |
26 | ||
9671aeef MK |
27 | * tui/tui.c: Include <readline/readline.h> instead of |
28 | "readline/readline.h". Include it after <term.h> and | |
29 | "gdb_curses.h". | |
30 | ||
fca7aa43 AC |
31 | 2004-02-27 Andrew Cagney <[email protected]> |
32 | ||
412275d5 AC |
33 | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use |
34 | the new frame unwind code. | |
35 | (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM. | |
36 | (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from | |
37 | PCOQ_HEAD_REGNUM. | |
38 | ||
fca7aa43 AC |
39 | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always |
40 | "return_value" and "push_dummy_call". | |
41 | (hppa32_use_struct_convention): Delete unused function. | |
42 | (hppa32_store_return_value): Delete unused function. | |
43 | (hppa32_extract_return_value): Delete unused function. | |
44 | (hppa32_stack_align): Delete function. | |
45 | ||
e6a8a7d2 EZ |
46 | 2004-02-27 Eli Zaretskii <[email protected]> |
47 | ||
48 | * coffread.c (enter_linenos): Don't let rawptr reference memory | |
49 | outside linetab[]'s limits. | |
50 | ||
1797a8f6 AC |
51 | 2004-02-27 Andrew Cagney <[email protected]> |
52 | ||
53 | * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving | |
54 | inferior stack space - the stack needs to grow upwards. | |
55 | (hppa32_frame_align): New function. | |
56 | (hppa64_frame_align): Replace hppa_frame_align. | |
57 | (hppa_gdbarch_init): Update. | |
58 | ||
2e4b5889 OF |
59 | 2004-02-26 Orjan Friberg <[email protected]> |
60 | ||
61 | * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h) | |
62 | (dwarf2-frame.h): Include. | |
63 | (enum cris_regnums): New enum CRIS_FP_REGNUM. | |
64 | Remove static variables related to ABI setting. | |
65 | (struct gdbarch_tdep): Remove cris_abi member. | |
66 | (struct frame_extra_info): Remove. | |
67 | (cris_unwind_cache, stack_item): New structs. | |
68 | (cris_frame_unwind, cris_frame_base): New variables. | |
69 | (push_stack_item, pop_stack_item) | |
70 | (cris_frame_unwind_cache, cris_frame_this_id) | |
71 | (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align) | |
72 | (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer) | |
73 | (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc) | |
74 | (cris_unwind_sp, cris_store_return_value, cris_extract_return_value) | |
75 | (cris_reg_struct_has_addr): New functions. | |
76 | (cris_examine, cris_frame_init_saved_regs, cris_frame_chain) | |
77 | (cris_frame_saved_pc, cris_saved_pc_after_call, | |
78 | (cris_store_struct_return, cris_frameless_function_invocation) | |
79 | (cris_pop_frame, cris_skip_prologue_main) | |
80 | (cris_abi_original_store_return_value) | |
81 | (cris_abi_v2_store_return_value) | |
82 | (cris_abi_original_extract_return_value) | |
83 | (cris_abi_v2_extract_return_value) | |
84 | (cris_abi_original_reg_struct_has_addr) | |
85 | (cris_abi_v2_reg_struct_has_addr) | |
86 | (cris_abi_original_push_arguments, cris_abi_v2_push_arguments) | |
87 | (cris_push_return_address, cris_abi_update): Remove. | |
88 | (_initialize_cris_tdep): Remove ABI command. | |
89 | (cris_dump_tdep): Ditto. | |
90 | (cris_gdbarch_init): Remove ABI command. | |
91 | Set store_return_value, extract_return_value, push_dummy_code, | |
92 | push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id, | |
93 | frame_unwind_append_sniffer, frame_base_set_default. | |
94 | Clear deprecated init_frame_pc, push_arguments, store_return_value, | |
95 | extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words, | |
96 | sizeof_call_dummy_words, get_saved_register, push_return_address, | |
97 | pop_frame, store_struct_return, frame_init_saved_regs, | |
98 | init_extra_frame_info, frameless_function_invocation, frame_chain, | |
99 | frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos, | |
100 | dummy_write_sp. | |
101 | ||
6b9acc27 JJ |
102 | 2004-02-26 Jeff Johnston <[email protected]> |
103 | ||
104 | * valprint.h (print_hex_chars, print_char_chars): New prototypes. | |
105 | * valprint.c (print_hex_chars): Change from static to external. | |
106 | (print_char_chars): New function. | |
107 | * printcmd.c (print_scalar_formatted): For integer and enum types | |
108 | that are longer than LONGEST, perform processing via appropriate | |
109 | print_*_chars routines. | |
110 | ||
a431654a AC |
111 | 2004-02-26 Andrew Cagney <[email protected]> |
112 | ||
113 | * Makefile.in: Update dependencies. | |
114 | Changes from Ulrich Weigand, | |
115 | * s390-tdep.c: Include "dwarf2-frame.h". | |
116 | (s390_dwarf2_frame_init_reg): New function. | |
117 | (s390_gdbarch_init): Install dwarf2_frame_sniffer and | |
118 | dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg. | |
119 | ||
fa8d40ab JJ |
120 | 2004-02-26 Jeff Johnston <[email protected]> |
121 | ||
122 | * breakpoint.c (pending_break_support): New setting variable. | |
123 | (break_command_1): Account for pending_break_support setting | |
124 | when creating pending breakpoints. | |
125 | (set_breakpoint_cmd, show_breakpoint_cmd): New functions. | |
126 | (_initialize_breakpoint): Add "set breakpoint pending" and | |
127 | "show breakpoint pending" commands. | |
128 | ||
0dcd613f AC |
129 | 2004-02-26 Andrew Cagney <[email protected]> |
130 | ||
131 | Fix PR i18n/1570. | |
132 | * charset.c (backslashable, backslashed, represented): Remove 'e' | |
133 | from list of escaped characters, not part of ISO-C. | |
134 | ||
479272a3 JB |
135 | 2004-02-25 J. Brobecker <[email protected]> |
136 | ||
137 | From Peter Schauer <[email protected]>: | |
138 | * tui/tui.c: Move system header includes after local includes. | |
139 | Fixes a build failure on solaris systems. | |
140 | ||
7613d933 JB |
141 | 2004-02-25 J. Brobecker <[email protected]> |
142 | ||
143 | * configure.in: Refine the previous change. | |
144 | * configure: Regenerate. | |
145 | ||
9c1488cb MK |
146 | 2004-02-25 Mark Kettenis <[email protected]> |
147 | ||
148 | * amd64-tdep.h: Renamed from x86-64-tdep.h. | |
149 | * amd64-tdep.c: Renamed from x86-64-tdep.c. Include | |
150 | "amd64-tdep.h" instead of "x86-64-tdep.h". | |
151 | * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h". | |
152 | * amd64-linux-tdep.h: Renamed from x86-64-linux.h. | |
153 | * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include | |
154 | "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h" | |
155 | and "x86-64-tdep.c". | |
156 | * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include | |
157 | "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h" | |
158 | and "x86-64-tdep.c". | |
159 | * amd64bsd-nat.c: Update copyright year. | |
160 | Include "amd64-tdep.h" instead of "x86-64-tdep.h". | |
161 | * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of | |
162 | "x86-64-tdep.h". | |
163 | * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of | |
164 | "x86-64-tdep.h". | |
165 | * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of | |
166 | "x86-64-tdep.h". | |
167 | * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of | |
168 | "x86-64-tdep.h". | |
169 | * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of | |
170 | "x86-64-tdep.h". | |
171 | * amd64obsd-nat.c: Include "amd64-tdep.h" instead of | |
172 | "x86-64-tdep.h". | |
173 | * configure.host: (x86_64-*-linux*): Set gdb_target to linux64. | |
174 | * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64. | |
175 | * Makefile.in (amd64_linux_tdep_h): Renamed from | |
176 | x86_64_linux_tdep_h. | |
177 | (amd64_tdep_h): Renamed from x86_64_tdep_h. | |
178 | (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o) | |
179 | (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o) | |
180 | (amd64obsd-tdep.o): Update dependencies. | |
181 | (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New | |
182 | dependencies. | |
183 | (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove | |
184 | dependencies. | |
185 | (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c, | |
186 | amd64-linux-nat.c amd64-linux-tdep.c. | |
187 | * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h | |
188 | * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h. | |
189 | * config/i386/linux64.mt: Renamed from x86-64linux.mt. | |
190 | (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with | |
191 | amd64-tdep.o and amd64-linux-tdep.o. | |
192 | (TM_FILE): Set to tm-linux64.h. | |
193 | * config/i386/linux64.mh: Renamed from x86-64linux.mh. | |
194 | (NAT_FILE): Set to nm-linux64.h. | |
195 | (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o. | |
196 | * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
197 | amd64-tdep.o. | |
198 | * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
199 | amd64-tdep.o. | |
200 | * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with | |
201 | amd64-tdep.o. | |
202 | ||
4b8dad4a RM |
203 | 2004-02-25 Roland McGrath <[email protected]> |
204 | ||
205 | * remote.c (remote_protocol_qPart_auxv): New variable. | |
206 | (init_all_packet_configs): Initialize it. | |
207 | (set_remote_protocol_qPart_auxv_packet_cmd): New function. | |
208 | (show_remote_protocol_qPart_auxv_packet_cmd): New function. | |
209 | (show_remote_cmd): Call it. | |
210 | (_initialize_remote): Initialize commands. | |
211 | (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to | |
212 | service TARGET_OBJECT_AUXV requests. | |
213 | ||
66745969 JB |
214 | 2004-02-25 J. Brobecker <[email protected]> |
215 | ||
216 | * configure.in: Make sure that the wborder function is available. | |
217 | Otherwise, search for it in the cur_colr library. | |
218 | * configure: Regenerate. | |
219 | ||
79508e1e AC |
220 | 2004-02-25 Andrew Cagney <[email protected]> |
221 | ||
222 | * hppa-tdep.c (hppa32_push_dummy_call): Rewrite. | |
223 | ||
571ee600 MK |
224 | 2004-02-25 Mark Kettenis <[email protected]> |
225 | ||
226 | * config/i386/tm-x86-64linux.h: Tweak comments. | |
227 | ||
2b1b322f | 228 | 2004-02-25 Richard Sandiford <[email protected]> |
ad74788f RS |
229 | |
230 | * MAINTAINERS: Add self to write-after-approval list. | |
231 | ||
4d2acc65 AC |
232 | 2004-02-25 Andrew Cagney <[email protected]> |
233 | ||
4b8dad4a | 234 | PR cli/1566. Problem found, and fix suggested by David Allan. |
4d2acc65 AC |
235 | * cli/cli-script.c (execute_control_command): Unconditionally |
236 | install a cleanup. Default "ret" to "invalid_control". Use | |
237 | "break" instead of "return" to escape from the switch. | |
238 | ||
4cfcaf21 JB |
239 | 2004-02-24 J. Brobecker <[email protected]> |
240 | ||
241 | * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision | |
242 | with the lines macro defined in term.h on AiX. | |
243 | * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid | |
244 | a collision with the label_width macro defined in term.h on AiX. | |
245 | ||
54a5c8d8 KB |
246 | 2004-02-23 David Mosberger <[email protected]> |
247 | ||
248 | Committed by Kevin Buettner <[email protected]>. | |
249 | ||
250 | * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare. | |
251 | * ia64-tdep.c (ia64_write_pc): Make it a global function. | |
252 | (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc() | |
253 | instead of ia64_write_pc(). | |
254 | * ia64-linux-tdep.c (regcache.h): Include. | |
255 | (ia64_linux_write_pc): New function. | |
4b8dad4a | 256 | |
8a1dac83 RM |
257 | 2004-02-23 Roland McGrath <[email protected]> |
258 | ||
259 | * auxv.c (info_auxv_command): Fix typos in error messages. | |
260 | ||
90f90721 MK |
261 | 2004-02-23 Mark Kettenis <[email protected]> |
262 | ||
8a1dac83 | 263 | * x86-64-tdep.h: Tweak comment. |
90f90721 MK |
264 | (enum amd64_regnum): New. |
265 | (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM) | |
266 | (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM) | |
267 | (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM) | |
268 | (X86_64_XMM1_REGNUM): Removed. | |
269 | (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS. | |
270 | (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust | |
271 | prototypes for renamed functions. | |
272 | * x86-64-tdep.c: Fix typo. | |
273 | (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for | |
274 | register numbers. | |
275 | (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call): | |
276 | Use constants from `enum amd64_regnum' for register numbers. | |
277 | (AMD64_NUM_SAVED_REGS): Adjust for renamed macros. | |
278 | (amd64_analyze_prologue, amd64_frame_cache, | |
279 | amd64_sigtramp_frame_cache): Use constants from `enum | |
280 | amd64_regnum' for register numbers. | |
281 | (amd64_supply_fpregset): Adjust for renamed functions. | |
282 | (amd64_init_abi): Rename from x86_64_init_abi. Use constants from | |
283 | `enum amd64_regnum' for register numbers. | |
284 | (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'. | |
285 | (amd64_supply_fxsave): Rename from x86_64_supply_fxsave. | |
286 | (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave. | |
287 | * x86-64-linux-tdep.c (amd64_linux_supply_gregset) | |
288 | (amd64_linux_fill_gregset): Adjust for renamed macros. | |
289 | (fetch_core_registers): Adjust for renamed functions. | |
290 | (amd64_linux_init_abi): Adjust for renamed functions. | |
291 | * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for | |
292 | renamed functions. | |
293 | * amd64-nat.c: Adjust for renamed macros. | |
294 | * amd64bsd-nat.c (fetch_inferior_registers) | |
295 | (store_inferior_registers): Use constants from `enum amd64_regnum' | |
296 | for register numbers. Adjust for renamed variables. | |
297 | * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for | |
298 | renamed variables. | |
299 | (_initialize_amd64fbsd_nat): Use constants from `enum | |
300 | amd64_regnum' for register numbers. | |
301 | * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from | |
302 | `enum amd64_regnum' for register numbers. | |
303 | (amd64fbsd_init_abi): Adjust for renamed functions. | |
304 | * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from | |
305 | `enum amd64_regnum' for register numbers. | |
306 | (amd64nbsd_init_abi): Adjust for renamed functions. | |
307 | (_initialize_amd64nbsd_ndep): Adjust for renamed macros. | |
308 | * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from | |
309 | `enum amd64_regnum' for register numbers. | |
310 | (amd64obsd_init_abi): Adjust for renamed functions. | |
311 | (_initialize_amd64obsd_ndep): Adjust for renamed macros. | |
312 | ||
d5479188 JJ |
313 | 2004-02-23 Jeff Johnston <[email protected]> |
314 | ||
315 | * breakpoint.c (print_one_breakpoint): Do not output spaces | |
316 | after printing <PENDING> for a pending breakpoint. | |
317 | ||
81cb7cc9 JJ |
318 | 2004-02-23 Jeff Johnston <[email protected]> |
319 | ||
320 | * printcmd.c (print_scalar_formatted): Initialize val_long | |
321 | to remove compiler warning message. | |
322 | ||
cbdeadca JJ |
323 | 2004-02-23 Jeff Johnston <[email protected]> |
324 | ||
325 | * defs.h (nquery, yquery): New prototypes. | |
326 | * breakpoint.c (break_command_1): Use new nquery interface. | |
327 | * utils.c (defaulted_query, nquery, yquery): New functions. | |
328 | ||
da6bab63 AC |
329 | 2004-02-23 Andrew Cagney <[email protected]> |
330 | ||
2f690297 AC |
331 | * hppa-tdep.c (hppa_frame_align): New function. |
332 | (hppa32_push_dummy_call): New function. | |
333 | (hppa64_push_dummy_call): New function. | |
334 | (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep | |
335 | disabled. | |
8a1dac83 | 336 | |
da6bab63 AC |
337 | * infcall.c (legacy_push_dummy_code): Don't call deprecated |
338 | FIX_CALL_DUMMY when push_dummy_call is available. | |
339 | (call_function_by_hand, push_dummy_code): Ditto. | |
340 | ||
abf9b42d AC |
341 | 2004-02-22 Andrew Cagney <[email protected]> |
342 | ||
343 | * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro. | |
344 | (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro. | |
345 | (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro. | |
346 | * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated | |
347 | use_generic_dummy_frames, set deprecated pc_in_call_dummy, set | |
348 | call_dummy_location to ON_STACK. | |
349 | ||
10fc94a4 MK |
350 | 2004-02-22 Mark Kettenis <[email protected]> |
351 | ||
51433e4b MK |
352 | * x86-64-linux-tdep.c: Tweak comment. |
353 | (amd64_linux_supply_gregset): Renamed from | |
354 | x86_64_linux_supply_gresget. | |
355 | (amd64_linux_fill_gregset): Renamed from | |
356 | x86_64_linux_fill_gregset. | |
357 | (fetch_core_registers): Adjust for renamed functions. | |
358 | (amd64_core_fns): Renamed from x86_64_core_fns. | |
359 | (amd64_linux_sigtramp_start): Renamed from | |
360 | x86_64_linux_sigtramp_start. | |
361 | (amd64_linux_pc_in_sigtramp): Renamed from | |
362 | x86_64_linux_pc_in_sigtramp. Adjust for renamed functions. | |
363 | (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from | |
364 | X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET. | |
365 | (amd64_linux_sigcontext_addr): Renamed from | |
366 | x86_64_linux_sigcontext_addr. | |
367 | (amd64_linux_sc_reg_offset): Renamed from | |
368 | x86_64_linux_sc_reg_offset. | |
369 | (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi. | |
370 | Adjust for renamed functions and variables. | |
371 | (_initialize_amd64_linux_tdep): Renamed from | |
372 | _initialize_x86_64_linux_tdep. Adjust for renamed functions and | |
373 | variables. | |
374 | * x86-64-linux-tdep.h: Update copyright year. Tweak comment. | |
375 | Adjust for renamed functions. | |
376 | ||
430eaf2e MK |
377 | * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename |
378 | from x86_64_linux_gregset64_reg_offset. | |
379 | (amd64_linux_gregset32_reg_offset): Rename from | |
380 | x86_64_linux_gregset64_reg_offset. | |
381 | (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get. | |
382 | (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set. | |
383 | (amd64_linux_dr_set_control): Renamed from | |
384 | x86_64_linux_dr_set_control. Adjust for renamed functions. | |
385 | (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr. | |
386 | Adjust for renamed functions. | |
387 | (amd64_linux_dr_reset_addr): Renamed from | |
388 | x86_64_linux_dr_reset_addr. Adjust for renamed functions. | |
389 | (amd64_linux_dr_get_status): Renamed from | |
390 | x86_64_linux_dr_get_status. Adjust for renamed functions. | |
391 | (_initialize_amd64_linux_nat): Renamed from | |
392 | _initialize_x86_64_linux_nat. Adjust for renamed variables and | |
393 | functions. | |
394 | * config/i386/nm-x86-64linux.h: Update copyright year. | |
395 | Adjust for renamed functions. | |
396 | ||
10fc94a4 MK |
397 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from |
398 | amd64fbsd_sigtramp_start. | |
399 | (amd64fbsd_sigtramp_end_addr): Renamed from | |
400 | amd64fbsd_sigtramp_end. | |
401 | (amd64fbsd_init_abi): Adjust for renamed variables. | |
402 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed | |
403 | variables. | |
404 | * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from | |
405 | amd64fbsd_sigtramp_start. | |
406 | (amd64fbsd_sigtramp_end_addr): Renamed from | |
407 | amd64fbsd_sigtramp_end. | |
408 | ||
343af405 AC |
409 | 2004-02-22 Andrew Cagney <[email protected]> |
410 | ||
537987fc AC |
411 | * hppa-tdep.c (hppa32_return_value): New function. |
412 | (hppa64_return_value): New function. | |
413 | (hppa_gdbarch_init): Set return_value; keep disabled. | |
414 | ||
fad850b2 AC |
415 | * hppa-tdep.c (hppa_gdbarch_init): Re-order separating |
416 | struct-return and inferior function call methods. | |
417 | ||
26d08f08 AC |
418 | * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and |
419 | "frame-base.h". | |
420 | (struct hppa_frame_cache): Define. | |
421 | (hppa_frame_cache, hppa_frame_this_id): New functions. | |
422 | (hppa_frame_prev_register): New function. | |
423 | (hppa_frame_unwind, hppa_frame_base): New variables. | |
424 | (hppa_frame_unwind_sniffer): New function. | |
425 | (hppa_frame_base_address, hppa_unwind_pc): New function. | |
426 | (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind | |
427 | sniffer, and frame base sniffer; keep disabled. | |
428 | (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions. | |
429 | * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo. | |
430 | ||
e7d7bd65 AC |
431 | * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p |
432 | to predicates for "seriously old code". | |
433 | ||
e963316f AC |
434 | * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into |
435 | runtime if(0). | |
436 | ||
56132691 AC |
437 | * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint" |
438 | unsigned. | |
439 | (hppa_frame_find_saved_regs): Fix "std" instruction pattern | |
e963316f | 440 | |
343af405 AC |
441 | * config/pa/tm-hppa.h: Update copyright. |
442 | (DEPRECATED_INIT_FRAME_PC): Delete macro. | |
443 | (deprecated_init_frame_pc_default): Delete declaration. | |
444 | (hppa_frame_init_saved_regs): Delete declaration. | |
445 | (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro. | |
446 | * hppa-tdep.c: Include "arch-utils.h". | |
447 | (hppa_gdbarch_init): Set deprecated init_frame_pc | |
448 | and deprecated frame_init_saved_regs. | |
449 | (hppa_frame_init_saved_regs): Make static. | |
450 | ||
f5859b4d MK |
451 | 2004-02-22 Mark Kettenis <[email protected]> |
452 | ||
86f6f8e7 | 453 | Remove old 386BSD support. |
cf7c5c23 | 454 | * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*. |
86f6f8e7 MK |
455 | * configure.host: Remove i[34567]86-*-bsd*. |
456 | * configure.tgt: Remove i[34567]86-*-bsd*. | |
457 | * i386b-nat.c: Removed. | |
458 | * Makefile.in (ALLDEPFILES): Remove i386b-nat.c. | |
cf7c5c23 MK |
459 | (i386b-nat.o): Remove dependencies. |
460 | ||
86f6f8e7 MK |
461 | * config/i386/i386bsd.mh: Removed. |
462 | * config/i386/i386bsd.mt: Removed. | |
463 | * config/i386/nm-i386bsd.h: Removed. | |
464 | * config/i386/tm-i386bsd.h: Removed. | |
465 | * config/i386/xm-i386bsd.h: Removed. | |
466 | ||
971218cd MK |
467 | * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration. |
468 | ||
7e654c37 MK |
469 | * amd64fbsd-tdep.c: Include "solib-svr4.h". |
470 | (amd64fbsd_init_abi): Set link map offsets. | |
471 | * amd64nbsd-tdep.c: Include "slib-svr4.h". | |
472 | (amd64nbsd_init_abi): Set link map offsets. | |
473 | * amd64obsd-tdep.c: Include "solib-svr4.h". | |
474 | (amd64obsd_init_abi): Set link map offsets. | |
475 | * i386fbsd-tdep.c: Include "solib-svr4.h". | |
476 | (i386fbsd_init_abi): Set link map offsets. | |
477 | * i386nbsd-tdep.c: Include "solib-svr4.h". | |
478 | (i386nbsdelf_init_abi): Set link map offsets. | |
479 | * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o) | |
480 | (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies. | |
481 | * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, | |
482 | solib-legacy.o and core-aout.o. Reformat. | |
483 | * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o, | |
484 | solib-svr4.o, solib-legacy.o. Reformat. | |
485 | * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat. | |
486 | * config/i386/nbsdelf.mh: Reformat. | |
487 | * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o, | |
488 | solib-svr4.o, solib-legacy.o and corelow.o. | |
489 | * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat. | |
490 | * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o, | |
491 | solib-svr4.o, solib-legacy.o and corelow.o. Reformat. | |
492 | * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o. | |
493 | * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o. | |
494 | (TM_FILE): Set to tm-fbsd.h. | |
495 | * config/i386/nbsd.mt (TDEPFILES): Reformat. | |
496 | * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and | |
497 | solib-svr4.o. | |
498 | * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and | |
499 | solib-svr4.o. | |
500 | (TM_FILE): Set to nm-nbsd.h. | |
501 | * config/i386/nm-fbsd.h: Update copyright year. Tweak comments. | |
502 | Simplify shared library support. Don't include "elf/common.h". | |
503 | (SVR4_SHARED_LIBS): Don't define. | |
504 | * config/i386/nm-fbsd64.h: Update copyright year. Don't include | |
505 | "solib.h". | |
506 | * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h, | |
507 | config/i386/nm-obsd.h: Update copyright year. Tweak comments. | |
508 | * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments. | |
509 | Don't include "i386/tm-i386.h". Include "solib.h". | |
510 | * config/i386/tm-nbsd.h: Update copyright year. Tweak comments. | |
511 | Don't include "i386/tm-i386.h". | |
512 | * config/i386/xm-i386.h: Update copyright year. Tweak comments. | |
513 | * config/i386/xm-nbsd.h: Update copyright year. Tweak comments. | |
514 | Include "i386/xm-i386.h". | |
515 | (HOST_LONG_DOUBLE_FORMAT): Remove. | |
516 | ||
5d93ae8c MK |
517 | Fix OpenBSD/i386 sigtramp recognition. |
518 | * i386-tdep.h: Update copyright year. | |
519 | (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start) | |
520 | (i386bsd_sigtramp_end): New prototypes. | |
521 | (i386fbsd_sigtramp_start_addr): Renamed from | |
522 | i386fbsd_sigtramp_start. | |
523 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. | |
524 | (i386obsd_sigtramp_start_addr): Renamed from | |
525 | i386obsd_sigtramp_start. | |
526 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. | |
527 | * i386bsd-tdep.c: Update copyright year. | |
528 | (i386bsd_pc_in_sigtramp): Make public. | |
529 | * i386fbsd-nat.c: Update copyright year. | |
530 | (_initialize_i386fbsd_nat): Adjust for renamed variables. | |
531 | * i386fbsd-tdep.c: Update copyright year. | |
532 | (i386fbsd_sigtramp_start_addr): Renamed from | |
533 | i386fbsd_sigtramp_start. | |
534 | (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end. | |
535 | (i386fbsdaout_init_abi): Adjust for renamed variables. | |
536 | * i386obsd-nat.c: Update copyright year. | |
537 | (_initialize_i386obsd_nat): Adjust for renamed variables. | |
538 | * i386obsd-tdep.c: Include "target.h". | |
539 | (i386obsd_page_size): New variable. | |
540 | (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start) | |
541 | (i386obsd_sigtramp_end): New functions. | |
542 | (i386obsd_sigtramp_start_addr): Renamed from | |
543 | i386obsd_sigtramp_start. | |
544 | (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end. | |
545 | (i386obsd_init_abi): Adjust for renamed variables. Set | |
546 | pc_in_sigtramp, sigtramp_start and sigtramp_end. | |
547 | * Makefile.in (i386obsd-tdep.o): Update dependencies. | |
548 | ||
84d04465 MK |
549 | * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal |
550 | trampoline change in OpenBSD kernel. | |
551 | ||
b053aceb MK |
552 | * amd64-nat.c: Update copyright year. |
553 | (amd64_supply_native_gregset, amd64_collect_native_gregset): Use | |
554 | architecture from REGCACHE. | |
555 | ||
f5859b4d MK |
556 | * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use |
557 | symbolic constants from <sys/reg.h> instead of hard-coded numbers. | |
558 | ||
e4bbbda8 MK |
559 | 2004-02-21 Mark Kettenis <[email protected]> |
560 | ||
ba361932 MK |
561 | * configure.host: Add i[34567]86-*-openbsd[0-2].* and |
562 | i[34567]86-*-openbsd3.[0-3]. | |
563 | * config/i386/obsdaout.mh: New file. | |
564 | ||
d3e48264 MK |
565 | * config/i386/obsd.mh (MH_FLAGS): Remove. |
566 | ||
60a6eeb6 MK |
567 | Fix PR build/1549. |
568 | * i386obsd-tdep.c: Update copyright years. Include | |
569 | "solib-svr4.h". | |
570 | (i386obsd_init_abi): Don't set regset_from_core_section here. | |
571 | (i386obsd_aout_init_abi): New function. Set | |
572 | regset_from_core_section here. | |
573 | (i386obsd_elf_init_abi): New function. | |
574 | (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF. | |
575 | * Makefile.in (i386obsd-tdep.o): Update dependecies. | |
576 | * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o. | |
577 | (TM_FILE): Set to tm-nbsd.h. | |
578 | ||
579 | * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and | |
580 | solib-sunos.o. | |
581 | ||
e4bbbda8 MK |
582 | * solib-svr4.h: Update copyright year. |
583 | (svr4_ilp32_fetch_link_map_offsets) | |
584 | (svr4_lp64_fetch_link_map_offsets): New prototype. | |
585 | * solib-svr4.c: Update copyright year. | |
586 | (svr4_ilp32_fetch_link_map_offsets) | |
587 | (svr4_lp64_fetch_link_map_offsets): New function. | |
588 | ||
f6fe98ef DJ |
589 | 2004-02-20 Daniel Jacobowitz <[email protected]> |
590 | ||
591 | * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators | |
592 | to the partial symbol table. | |
593 | ||
589ca796 JB |
594 | 2004-02-20 J. brobecker <[email protected]> |
595 | ||
596 | * PROBLEMS: Add description of problem documented under gdb/1560. | |
597 | ||
2031c21a MK |
598 | 2004-02-20 Mark Kettenis <[email protected]> |
599 | ||
30b344b1 MK |
600 | * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix |
601 | comments. | |
602 | (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New | |
603 | functions. | |
604 | (amd64obsd_init_abi): Reorder initializations. Use | |
605 | amd64obsd_r_reg_offset to initialize the general-purpose register | |
606 | set details. Set regset_from_core_section. | |
607 | (_initialize_amd64obsd_tdep): Rename from | |
608 | _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps. | |
609 | * Makefile.in (amd64obsd-tdep.o): Update dependencies. | |
610 | * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o. | |
611 | ||
2031c21a MK |
612 | * NEWS (New native configurations): Mention OpenBSD/alpha. |
613 | * configure.tgt: Add alpha*-*-openbsd*. | |
614 | * configure.host: Add alpha*-*-openbsd*. | |
615 | * alphanbsd-tdep.c: Update copyright year. | |
616 | (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF. | |
617 | ||
42471775 AC |
618 | 2004-02-20 Andrew Cagney <[email protected]> |
619 | ||
620 | Fix PR tdep/1372. | |
621 | * configure.tgt: Delete target "none-*-*". | |
622 | * configure.host: Delete host "none-*-*". | |
623 | * config/none/none.mh: Delete file. | |
624 | * config/none/none.mt: Delete file. | |
625 | * config/none/xm-none.h: Delete file. | |
626 | * config/none/tm-none.h: Delete file. | |
627 | * config/none/nm-none.h: Delete file. | |
628 | ||
960ccd7d FF |
629 | 2004-02-19 Fred Fish <[email protected]> |
630 | ||
631 | * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of | |
632 | cache->uses_fp prior to setting it. | |
633 | ||
5f883edd FF |
634 | 2004-02-19 Fred Fish <[email protected]> |
635 | ||
636 | Fix for PR breakpoint/1558. | |
637 | * sh-tdep.c (IS_JSR): New macro. | |
638 | (sh_analyze_prologue): Use IS_JSR to terminate prologue scan. | |
639 | ||
f98c22d5 JB |
640 | 2004-02-19 Jim Blandy <[email protected]> |
641 | ||
642 | * findvar.c (value_from_register): Doc fix. | |
643 | ||
95051d27 JJ |
644 | 2004-02-19 Jeff Johnston <[email protected]> |
645 | ||
646 | * printcmd.c (print_scalar_formatted): Do not check for sizeof | |
647 | type being greater than sizeof of host's LONGEST. Always use | |
648 | unpack_long() unless format 'f' chosen. | |
649 | ||
ccefbec3 EZ |
650 | 2004-02-19 Joel Brobecker <[email protected]> |
651 | ||
652 | Committed by Elena Zannoni <[email protected]> | |
2ede629f | 653 | |
ccefbec3 EZ |
654 | * symtab.c (find_pc_sect_psymtab): Return the psymtab that |
655 | contains a symbol wich is the best, non-exact match for the given | |
656 | pc. Update comments. | |
657 | ||
658 | 2004-02-19 Elena Zannoni <[email protected]> | |
8a1dac83 | 659 | |
2ede629f EZ |
660 | * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT |
661 | macro, which was part of the now removed Mach 3 port. | |
662 | * utils.c (request_quit): Ditto. | |
663 | ||
567ee972 MK |
664 | 2004-02-18 Mark Kettenis <[email protected]> |
665 | ||
666 | * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and | |
667 | "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c". | |
668 | ||
50cca7bb MK |
669 | 2004-02-18 Ulrich Weigand <[email protected]> |
670 | ||
671 | Committed by Mark Kettenis <[email protected]>. | |
672 | ||
673 | * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): | |
674 | Define. | |
675 | ||
226361c4 AC |
676 | 2004-02-18 Andrew Cagney <[email protected]> |
677 | ||
678 | * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN, | |
679 | CONFIG_INSTALL and CONFIG_UNINSTALL. | |
680 | * configure: Re-generate. | |
681 | * interps.h (INTERP_TUI): Define. | |
682 | * Makefile.in: Update dependencies. | |
683 | (TUI): New macro. | |
684 | (tui-main.o): Specify dependencies. | |
685 | (install-tui, uninstall-tui, clean-tui, all-tui): New rules. | |
686 | * tui/tui-main.c: New file. | |
687 | ||
49cfa46f MK |
688 | 2004-02-18 Mark Kettenis <[email protected]> |
689 | ||
e2879ccb MK |
690 | * amd64obsd-tdep.c, amd64obsd-nat.c: New files. |
691 | * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New | |
692 | dependencies. | |
693 | * configure.host: Add x86_64-*-openbsd*. | |
694 | * configure.tgt: Add x86_64-*-openbsd*. | |
695 | * config/i386/obsd64.mt, config/i386/obsd64.mh: New files. | |
696 | ||
c43f4bec MK |
697 | * tui/tui.c: Don't include <malloc.h>. |
698 | ||
09ae75b6 MK |
699 | * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c, |
700 | amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and | |
701 | amd64nbsd-tdep.c. | |
702 | ||
49cfa46f | 703 | * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make |
8a1dac83 | 704 | static. Remove extraneous whitespace. |
49cfa46f MK |
705 | * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make |
706 | static. | |
707 | ||
05957fdb JB |
708 | 2004-02-17 Jim Blandy <[email protected]> |
709 | ||
710 | * findvar.c (value_from_register): Doc fix. | |
711 | ||
d0f54f9d JB |
712 | 2004-02-17 Ulrich Weigand <[email protected]> |
713 | ||
714 | Committed by Jim Blandy <[email protected]>. | |
e1457d83 | 715 | |
8a1dac83 | 716 | * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use |
c253954e JB |
717 | CORE_ADDR as type for selectors. Correct types for GNU run time |
718 | message lookup function to use double indirection. | |
719 | * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type. | |
720 | * objc-lang.h (lookup_child_selector): Adapt prototype. | |
721 | ||
9cbd5950 JB |
722 | * s390-nat.c (SUBOFF): New macro. |
723 | (supply_gregset, fill_gregset): Use it to handle debugging | |
724 | of 32-bit exectuables running under a 64-bit kernel. | |
725 | * s390-tdep.c: Include "solib-svr4.h". | |
726 | (s390_svr4_fetch_link_map_offset): New function. | |
727 | (s390x_svr_fetch_link_map_offset): Likewise. | |
728 | (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets. | |
729 | * Makefile.in (s390-tdep.o): Update dependencies. | |
730 | ||
a8c99f38 JB |
731 | * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and |
732 | "frame-unwind.h". | |
733 | (s390_readinstruction): Reformat. Use read_memory_nobpt. | |
734 | (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove. | |
735 | (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove. | |
736 | (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET, | |
737 | S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET, | |
738 | S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET, | |
8a1dac83 | 739 | S390_SIGNAL_FRAMESIZE, |
a8c99f38 JB |
740 | s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove. |
741 | (struct frame_extra_info): Remove. | |
742 | (s390_memset_extra_info): Remove. | |
f73b1eff JB |
743 | (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg) |
744 | (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a) | |
745 | (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes. | |
a8c99f38 JB |
746 | (is_rse): Renamed to ... |
747 | (is_rsy): ... this. Support long displacements. | |
748 | (is_rxe): Renamed to ... | |
749 | (is_rxy): ... this. Support long displacements. | |
750 | (compute_x_addr): Support long displacements. | |
751 | (struct s390_prologue_data): New data type. | |
752 | (s390_on_stack): Change API to use struct s390_prologue_data. | |
753 | (s390_store): Reimplement. | |
754 | (s390_load): New function. | |
755 | (s390_get_signal_frame_info): Remove. | |
756 | (s390_get_frame_info): Remove, replace by ... | |
757 | (s390_analyze_prolog): ... this new function. | |
758 | (s390_check_function_end): Remove. | |
759 | (s390_function_start): Remove. | |
760 | (s390_frameless_function_invokation): Remove. | |
761 | (s390_is_sigreturn): Remove. | |
762 | (s390_init_frame_pc_first): Remove. | |
763 | (s390_init_frame_extra_info): Remove. | |
764 | (s390_frame_init_saved_regs): Remove. | |
765 | (s390_frame_saved_pc_nofix): Remove. | |
766 | (s390_frame_saved_pc): Remove. | |
767 | (s390_frame_chain): Remove. | |
768 | (s390_fp_regnum, s390_read_fp): Remove. | |
769 | (s390_pop_frame_regular, s390_pop_frame): Remove. | |
770 | (s390_saved_pc_after_call): Remove. | |
771 | (s390_skip_prologue): Reimplement. | |
772 | (s390_in_function_epilogue_p): Support long displacements. | |
773 | (struct s390_unwind_cache): New data structure. | |
774 | (s390_frame_unwind_cache): New function. | |
775 | (s390_prologue_frame_unwind_cache): Likewise. | |
776 | (s390_backchain_frame_unwind_cache): Likewise. | |
777 | (s390_frame_this_id, s390_frame_prev_register): Likewise. | |
778 | (s390_frame_unwind): Define. | |
779 | (s390_frame_sniffer): New function. | |
780 | (struct s390_pltstub_unwind_cache): New data structure. | |
781 | (s390_pltstub_frame_unwind_cache): New function. | |
782 | (s390_pltstub_frame_this_id): Likewise. | |
783 | (s390_pltstub_frame_prev_register): Likewise. | |
784 | (s390_pltstub_frame_unwind): Define. | |
785 | (s390_pltstub_frame_sniffer): New function. | |
786 | (struct s390_sigtramp_unwind_cache): New data structure. | |
787 | (s390_sigtramp_frame_unwind_cache): New function. | |
788 | (s390_sigtramp_frame_this_id): Likewise. | |
789 | (s390_sigtramp_frame_prev_register): Likewise. | |
790 | (s390_sigtramp_frame_unwind): Define. | |
791 | (s390_sigtramp_frame_sniffer): New function. | |
792 | (s390_frame_base_address, s390_local_base_address): New functions. | |
793 | (s390_frame_base): Define. | |
794 | (s390_unwind_pc, s390_unwind_sp): New function. | |
795 | (s390_push_dummy_call): Use new frame base location. | |
796 | (s390_unwind_dummy_id): Likewise. | |
797 | (s390_gdbarch_init): Remove calls to: | |
798 | set_gdbarch_frameless_function_invocation, | |
799 | set_gdbarch_deprecated_init_frame_pc, | |
800 | set_gdbarch_deprecated_frame_chain, | |
801 | set_gdbarch_deprecated_frame_init_saved_regs, | |
802 | set_gdbarch_deprecated_pop_frame, | |
803 | set_gdbarch_deprecated_init_extra_frame_info, | |
804 | set_gdbarch_deprecated_init_frame_pc_first, | |
805 | set_gdbarch_deprecated_target_read_fp, | |
806 | set_gdbarch_deprecated_frame_saved_pc, | |
807 | set_gdbarch_deprecated_saved_pc_after_call, | |
808 | set_gdbarch_deprecated_fp_regnum. | |
809 | Add calls to: | |
810 | set_gdbarch_in_solib_call_trampoline, | |
811 | frame_unwind_append_sniffer, | |
812 | frame_base_set_default, | |
813 | set_gdbarch_unwind_pc, | |
814 | set_gdbarch_unwind_sp. | |
815 | * Makefile.in (s390-tdep.o): Update dependencies. | |
816 | ||
b0cf273e JB |
817 | * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member. |
818 | (S390_STACK_FRAME_OVERHEAD): Remove. | |
819 | (S390_STACK_PARAMETER_ALIGNMENT): Remove. | |
820 | (S390_NUM_FP_PARAMETER_REGISTERS): Remove. | |
821 | (s390_promote_integer_argument): Remove. | |
822 | (s390_cannot_extract_struct_value_address): Remove. | |
823 | (s390_use_struct_convention, s390_store_struct_return): Remove. | |
824 | (s390_extract_return_value, s390_store_return_value): Remove. | |
825 | (s390_return_value_convention, s390_return_value): New functions. | |
826 | (is_float_singleton): Handle typedefs. | |
8a1dac83 | 827 | (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref): |
b0cf273e JB |
828 | Remove, replace by ... |
829 | (s390_function_arg_pass_by_reference, s390_function_arg_float, | |
830 | s390_function_arg_integer): ... these new functions. | |
831 | (s390_push_arguments, s390_push_return_address): Remove, replace by ... | |
832 | (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions. | |
833 | (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags. | |
834 | Fill in tdep->abi. | |
835 | Remove calls to: | |
836 | set_gdbarch_deprecated_store_struct_return, | |
837 | set_gdbarch_deprecated_extract_return_value, | |
838 | set_gdbarch_deprecated_store_return_value, | |
839 | set_gdbarch_use_struct_convention, | |
840 | set_gdbarch_extract_struct_value_address, | |
841 | set_gdbarch_deprecated_pc_in_call_dummy, | |
842 | set_gdbarch_deprecated_push_arguments, | |
843 | set_gdbarch_deprecated_save_dummy_frame_tos, | |
844 | set_gdbarch_deprecated_push_return_address, | |
845 | set_gdbarch_deprecated_sizeof_call_dummy_words, | |
846 | set_gdbarch_deprecated_call_dummy_words, | |
847 | set_gdbarch_deprecated_dummy_write_sp. | |
848 | Add calls to: | |
849 | set_gdbarch_push_dummy_call, | |
850 | set_gdbarch_unwind_dummy_id, | |
851 | set_gdbarch_return_value. | |
8a1dac83 | 852 | |
e1457d83 JB |
853 | * config/s390/nm-linux.h: Update comments. |
854 | (target_insert_watchpoint, target_remove_watchpoint): Redefine. | |
855 | (STOPPED_BY_WATCHPOINT): Redefine. | |
856 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1. | |
857 | (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype. | |
858 | (s390_stopped_by_watchpoint): Likewise. | |
859 | (watch_area_cnt): Remove. | |
860 | * s390-nat.c: Update comments. | |
861 | (watch_area): Remove typedef. | |
862 | Global replace watch_area by struct watch_area. | |
863 | (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove. | |
8a1dac83 | 864 | (s390_stopped_by_watchpoint): Remove pid argument, |
e1457d83 JB |
865 | use s390_inferior_tid. Add short-cut for the no watchpoint case. |
866 | (s390_fix_watch_points): Remove pid argument, | |
867 | use s390_inferior_tid. Recompute area spanned by watchpoints. | |
868 | (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid | |
869 | argument. Reimplement. | |
870 | ||
d0f54f9d JB |
871 | * config/s390/nm-linux.h: Update comments. Do not include "solib.h". |
872 | (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove. | |
873 | (FETCH_INFERIOR_REGISTERS): Define. | |
8a1dac83 | 874 | * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and |
d0f54f9d JB |
875 | core-regset.o. |
876 | * config/s390/s390x.mt: Remove. | |
877 | * config/s390/tm-s390.h: Remove. | |
878 | * config/s390/tm-linux.h: Do not include "s390/tm-s390.h". | |
879 | (TARGET_ELF64): Remove. | |
880 | (SKIP_TRAMPOLINE_CODE): Do not undefine. | |
881 | * configure.tgt [s390-*-*, s390x-*-*]: Merge into single | |
882 | s390*-*-* case; always set gdb_target to s390. | |
883 | * regformats/reg-s390.dat: Remove control registers. | |
884 | * regformats/reg-s390x.dat: Likewise. | |
885 | * s390-tdep.h: New file. | |
8a1dac83 | 886 | * s390-nat.c: Do not include <asm/processor.h> or <value.h>. |
d0f54f9d JB |
887 | Include "inferior.h" and "s390-tdep.h". |
888 | Remove private definition of offsetof. | |
889 | (s390_register_u_addr): Remove. | |
890 | (regmap_gregset, regmap_fpregset): Define. | |
891 | (supply_gregset, fill_gregset): Reimplement. | |
892 | (supply_fpregset, fill_fpregset): Likewise. | |
893 | (s390_inferior_tid): New function. | |
894 | (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise. | |
895 | (fetch_inferior_registers, store_inferior_registers): Likewise. | |
896 | * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead | |
897 | of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h". | |
898 | Global replace of S390_GP0_REGNUM by S390_R0_REGNUM. | |
899 | Global replace of S390_FP0_REGNUM by S390_F0_REGNUM. | |
900 | (struct gdbarch_tdep): Define. | |
901 | (struct s390_register_info): Define. | |
902 | (s390_register_info): New variable. | |
903 | (s390_register_name): Reimplement. | |
904 | (s390_register_type): New function. | |
905 | (s390_register_raw_size, s390x_register_raw_size): Remove. | |
906 | (s390_cannot_fetch_register): Remove. | |
907 | (s390_register_byte): Remove. | |
908 | (s390_register_virtual_type, s390x_register_virtual_type): Remove. | |
909 | (s390_dwarf_regmap): New variable. | |
910 | (s390_dwarf_reg_to_regnum): New function. | |
911 | (s390_stab_reg_to_regnum): Remove. | |
912 | (s390_pseudo_register_read, s390_pseudo_register_write): New functions. | |
913 | (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise. | |
914 | (s390_convert_register_p): Likewise. | |
915 | (s390_register_to_value, s390_value_to_register): Likewise. | |
916 | (s390_register_reggroup_p): Likewise. | |
917 | (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset, | |
918 | s390_gregset, s390x_gregset, s390_fpregset): New variables. | |
919 | (s390_supply_regset, s390_regset_from_core_section): New functions. | |
920 | (GDB_TARGET_IS_ESAME): Move here from tm-s390.h. | |
921 | (S390_FPR_SIZE): Likewise. | |
922 | (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME. | |
923 | Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE. | |
924 | (S390_NUM_GPRS): Move here from tm-s390.h. | |
925 | (S390_NUM_FPRS): Likewise. | |
926 | (s390_in_function_epilogue_p): New function. | |
927 | (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE. | |
928 | Replace S390_PC_REGNUM by S390_PSWA_REGNUM. | |
929 | (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure. | |
930 | Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum. | |
931 | Replace S390_FP_REGNUM by S390_SP_REGNUM. | |
932 | Remove calls to: | |
933 | set_gdbarch_deprecated_max_register_raw_size, | |
8a1dac83 RM |
934 | set_gdbarch_deprecated_max_register_virtual_size, |
935 | set_gdbarch_deprecated_register_byte, | |
d0f54f9d | 936 | set_gdbarch_cannot_fetch_register, |
8a1dac83 | 937 | set_gdbarch_cannot_store_register, |
d0f54f9d JB |
938 | set_gdbarch_deprecated_register_size, |
939 | set_gdbarch_deprecated_register_raw_size, | |
940 | set_gdbarch_deprecated_register_virtual_size, | |
941 | set_gdbarch_deprecated_register_virtual_type, | |
942 | set_gdbarch_deprecated_register_bytes. | |
943 | Add calls to: | |
944 | set_gdbarch_num_pseudo_regs, | |
945 | set_gdbarch_register_type, | |
946 | set_gdbarch_convert_register_p, | |
947 | set_gdbarch_register_to_value, | |
948 | set_gdbarch_value_to_register, | |
949 | set_gdbarch_register_reggroup_p, | |
950 | set_gdbarch_regset_from_core_section, | |
951 | set_gdbarch_pseudo_register_read, | |
952 | set_gdbarch_pseudo_register_write, | |
953 | set_gdbarch_in_function_epilogue_p. | |
954 | * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies. | |
955 | (s390_tdep_h): New variable. | |
956 | ||
8cfe231d JB |
957 | 2004-02-17 Jim Blandy <[email protected]> |
958 | ||
4589a601 JB |
959 | * findvar.c (value_from_register): If the type has no length, just |
960 | return an acceptable value --- don't report an internal error. | |
961 | ||
8cfe231d JB |
962 | * stabsread.c (read_type): If we find any type numbers that are |
963 | forward references, complain if the references aren't resolved by | |
964 | the time we're finished reading. | |
965 | (cleanup_undefined_types): Make error message more appropriate for | |
966 | a complaint. | |
967 | ||
5bf0017e EZ |
968 | 2004-02-17 Elena Zannoni <[email protected]> |
969 | ||
9d62932d EZ |
970 | * Makefile.in (defs_h): Remove dependency on progress_h. |
971 | * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of | |
972 | progress.h. | |
973 | * main.c (captured_main): Delete use of START_PROGRESS and | |
974 | END_PROGRESS. | |
975 | ||
976 | 2004-02-17 Elena Zannoni <[email protected]> | |
8a1dac83 | 977 | |
5bf0017e EZ |
978 | * objfiles.c (terminate_minimal_symbol_table): Add back |
979 | initialization of MSYMBOL_TYPE. | |
980 | ||
9fc9f5e2 AC |
981 | 2004-02-17 David Mosberger <[email protected]> |
982 | ||
983 | Committed by Andrew Cagney. | |
984 | * Makefile.in (ia64_tdep_h): New macro. | |
985 | (ia64-linux-tdep.o): Mention $(ia64_tdep_h). | |
986 | (ia64-tdep.o): Likewise. | |
987 | * ia64-tdep.h: New file. | |
988 | * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h". | |
989 | (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h. | |
990 | (ia64_aix_sigcontext_register_address): Likewise. | |
991 | (ia64_linux_getunwind_table): Delete declaration. | |
992 | * ia64-linux-tdep.c: Likewise. | |
993 | ||
76cd2bd9 CV |
994 | 2004-02-17 Corinna Vinschen <[email protected]> |
995 | ||
996 | * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM. | |
997 | * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to | |
998 | DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM. | |
999 | ||
634aa483 AC |
1000 | 2004-02-17 Andrew Cagney <[email protected]> |
1001 | ||
1002 | * symtab.c (skip_prologue_using_sal): New function. | |
1003 | * symtab.h (skip_prologue_using_sal): Declare. | |
1004 | * frv-tdep.c: Include "symtab.h". | |
1005 | (skip_prologue_using_sal): Delete function. | |
1006 | * mips-tdep.c (skip_prologue_using_sal): Delete function. | |
1007 | * rs6000-tdep.c (refine_prologue_limit): Mention | |
1008 | skip_prologue_using_sal. | |
1009 | * ia64-tdep.c (refine_prologue_limit): Ditto. | |
1010 | * Makefile.in: Update dependencies. | |
1011 | ||
1012 | 2004-02-16 Andrew Cagney <[email protected]> | |
19772a2c | 1013 | |
39ce7b3f AC |
1014 | * config/alpha/tm-nbsd.h: Update copyright, delete #undef |
1015 | START_INFERIOR_TRAPS_EXPECTED. | |
1016 | * config/alpha/tm-fbsd.h: Update copyright, delete #undef | |
1017 | START_INFERIOR_TRAPS_EXPECTED. | |
1018 | * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED): | |
1019 | Delete macro. | |
1020 | * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete | |
1021 | macro, moved to "nm-osf.h". Update copyright. | |
1022 | * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define, | |
1023 | update copyright. | |
1024 | ||
19772a2c AC |
1025 | * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate |
1026 | and function replacing FRAMELESS_FUNCTION_INVOCATION. | |
1027 | * blockframe.c (legacy_frameless_look_for_prologue): Rename | |
1028 | frameless_look_for_prologue. | |
1029 | * frame.h (legacy_frameless_look_for_prologue): Rename | |
1030 | frameless_look_for_prologue. | |
1031 | * gdbarch.h, gdbarch.c: Re-generate. | |
1032 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
1033 | * sh-tdep.c (sh_gdbarch_init): Update. | |
1034 | * s390-tdep.c (s390_gdbarch_init): Update. | |
1035 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
1036 | * ppc-linux-tdep.c (ppc_linux_init_abi): Update. | |
1037 | * m68k-tdep.c (m68k_gdbarch_init): Update. | |
1038 | (delta68_frame_args_address): Update. | |
1039 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
1040 | * hppa-tdep.c (hppa_gdbarch_init): Update. | |
1041 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
1042 | * frv-tdep.c (frv_gdbarch_init): Update. | |
1043 | (frv_frameless_function_invocation): Update. | |
1044 | * cris-tdep.c (cris_gdbarch_init): Update. | |
1045 | (cris_frameless_function_invocation): Update. | |
1046 | * avr-tdep.c (avr_gdbarch_init): Update. | |
1047 | * arm-tdep.c (arm_gdbarch_init): Update. | |
1048 | * stack.c (frame_info): Update, call predicate. | |
1049 | * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate.. | |
1050 | * frame.c (legacy_get_prev_frame): Update, call predicate.. | |
1051 | * arch-utils.c (generic_frameless_function_invocation_not): Delete. | |
1052 | * arch-utils.h (generic_frameless_function_invocation_not): Delete. | |
1053 | * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function | |
1054 | invocation. | |
1055 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
1056 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
1057 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
2be8b3c1 AC |
1058 | |
1059 | * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused | |
1060 | function. | |
1061 | ||
7dcaac91 DJ |
1062 | 2004-02-16 Daniel Jacobowitz <[email protected]> |
1063 | ||
1064 | * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary | |
1065 | initializations. | |
1066 | ||
88289b6e AC |
1067 | 2004-02-16 Andrew Cagney <[email protected]> |
1068 | ||
1069 | * tui/tui-windata.c: Include "gdb_string.h". | |
1070 | * tui/tui-source.c, tui/tui-winsource.c: Ditto. | |
1071 | * tui/tui-layout.c, tui/tui-command.c: Ditto. | |
1072 | * Makefile.in: Update dependencies. | |
1073 | ||
9f976b41 DJ |
1074 | 2004-02-16 Daniel Jacobowitz <[email protected]> |
1075 | ||
1076 | * Makefile.in (infrun.o): Add $(gdb_assert_h). | |
1077 | * infrun.c: Include "gdb_assert.h". | |
1078 | (singlestep_ptid, saved_singlestep_ptid) | |
1079 | (stepping_past_singlestep_breakpoint): New variables. | |
1080 | (resume): Set singlestep_ptid. Check for singlestep thread | |
1081 | hop. | |
1082 | (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint. | |
1083 | (handle_inferior_event): Handle singlestep thread hop. | |
1084 | ||
c324d747 AC |
1085 | 2004-02-16 Andrew Cagney <[email protected]> |
1086 | ||
f090b9b1 AC |
1087 | * dwarf2-frame.c (dwarf2_frame_ops): New function. |
1088 | (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data. | |
1089 | (dwarf2_frame_init_reg): Ditto. | |
1090 | ||
fd33e6cb AC |
1091 | * printcmd.c (display_command): Check that EXP isn't NULL. Fix |
1092 | suggested by Joshua Neuheisel | |
1093 | ||
c324d747 AC |
1094 | * configure.in: Always check for curses, including pdcurses. |
1095 | Warn, instead of error, when no curses are found. Enable TUI when | |
1096 | curses is available. | |
1097 | * configure: Re-generate. | |
1098 | ||
b66ba949 CV |
1099 | 2004-02-16 Corinna Vinschen <[email protected]> |
1100 | ||
1101 | * sh-tdep.c (sh_register_convert_to_virtual): Rename from | |
1102 | sh_sh4_register_convert_to_virtual. | |
1103 | (sh_register_convert_to_raw): Rename from | |
1104 | sh_sh4_register_convert_to_raw. | |
1105 | (sh_pseudo_register_read): Accomodate above name change. | |
1106 | (sh_pseudo_register_write): Ditto. | |
1107 | ||
b58cbbf2 CV |
1108 | 2004-02-16 Corinna Vinschen <[email protected]> |
1109 | ||
1110 | * sh-tdep.c (sh_generic_register_name): Remove. | |
1111 | (sh_gdbarch_init): Use sh_sh_register_name in default case. | |
1112 | ||
5929a910 AC |
1113 | 2004-02-15 Andrew Cagney <[email protected]> |
1114 | ||
4566dfcf AC |
1115 | * configure.in (build_warnings): Add -Wunused-function. |
1116 | * configure: Re-generate. | |
1117 | ||
db11ed55 AC |
1118 | * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. |
1119 | * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto. | |
1120 | ||
46ac7a5d AC |
1121 | * procfs.c (procfs_init_inferior): Assume that |
1122 | START_INFERIOR_TRAPS_EXPECTED is defined. | |
1123 | * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h. | |
1124 | * config/ns32k/tm-nbsd.h: Delete file, | |
1125 | START_INFERIOR_TRAPS_EXPECTED already defined as 2. | |
1126 | ||
ba801595 AC |
1127 | * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h". |
1128 | * config/vax/tm-vax.h: Delete file. | |
1129 | ||
5929a910 AC |
1130 | * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. |
1131 | * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
1132 | * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
1133 | * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
1134 | * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference. | |
1135 | * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. | |
1136 | * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference. | |
1137 | ||
8f22cb90 MK |
1138 | 2004-02-15 Mark Kettenis <[email protected]> |
1139 | ||
1140 | * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype. | |
1141 | * dwarf2-frame.c (dwarf2_frame_data): New variable. | |
1142 | (struct dwarf2_frame_ops): New. | |
1143 | (dwarf2_frame_default_init_reg): New function, based on | |
1144 | dwarf2_frame_init_reg. | |
1145 | (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function. | |
1146 | (dwarf2_frame_init_reg): Call architecture-specific function. | |
1147 | (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data. | |
1148 | (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data | |
1149 | instead of dwarf2_frame_data. | |
1150 | (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data. | |
1151 | Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data. | |
1152 | ||
8132723e AC |
1153 | 2004-02-15 Andrew Cagney <[email protected]> |
1154 | ||
046a4708 AC |
1155 | * gdbarch.sh (deprecated_register_gdbarch_swap): Rename |
1156 | register_gdbarch_swap. | |
1157 | (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. | |
1158 | * f-lang.c (_initialize_f_language): Update, use | |
1159 | DEPRECATED_REGISTER_GDBARCH_SWAP. | |
1160 | * remote.c (_initialize_remote): Ditto. | |
1161 | * regcache.c (_initialize_regcache): Ditto. | |
1162 | * parse.c (_initialize_parse): Ditto. | |
1163 | * infrun.c (_initialize_infrun): Ditto. | |
1164 | * mi/mi-main.c (_initialize_mi_main): Ditto. | |
1165 | * gdbtypes.c (_initialize_gdbtypes): Ditto. | |
8a1dac83 | 1166 | |
549c1eea AC |
1167 | * solib.c (solib_map_sections): Use bfd_set_cacheable instead of |
1168 | poking .cacheable directly. | |
1169 | * symfile.c (symfile_bfd_open): Ditto. | |
1170 | ||
0c0b39de AC |
1171 | * Makefile.in: Update all dependencies. |
1172 | ||
8132723e AC |
1173 | * Makefile.in: (.SUFFIXES): Add ".l" and ".y". |
1174 | (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate | |
1175 | .c. Update references. Delete unnecessary .tab.c and -lex.c rules. | |
1176 | (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule. | |
1177 | (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar. | |
0c0b39de | 1178 | |
b9d26eb9 AC |
1179 | 2004-02-14 Andrew Cagney <[email protected]> |
1180 | ||
8e1f669a AC |
1181 | * arch-utils.c (legacy_convert_register_p): Check |
1182 | DEPRECATED_REGISTER_CONVERTIBLE_P. | |
1183 | * findvar.c (value_of_register): Ditto. | |
1184 | ||
cd0bfa36 AC |
1185 | * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. |
1186 | * gdbarch.h, gdbarch.c: Re-generate. | |
1187 | * arch-utils.c (deprecated_register_convertible_not): Delete. | |
1188 | * arch-utils.h (deprecated_register_convertible_not): Delete. | |
1189 | * mi/mi-main.c (get_register): Update. Update copyright. | |
1190 | * infcmd.c (default_print_registers_info): Update. | |
1191 | ||
b9d26eb9 AC |
1192 | * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete. |
1193 | (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete. | |
1194 | (DEPRECATED_CALL_DUMMY_ADDRESS): Delete. | |
8a1dac83 | 1195 | * gdbarch.h, gdbarch.c: Re-generate. |
b9d26eb9 AC |
1196 | * frame.c (deprecated_get_next_frame_hack): Delete function. |
1197 | * frame.h (deprecated_get_next_frame_hack): Delete declaration. | |
1198 | * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): | |
1199 | Update. | |
1200 | * infcall.c (call_function_by_hand): Update. | |
1201 | ||
9ab9195f EZ |
1202 | 2004-02-14 Elena Zannoni <[email protected]> |
1203 | ||
1204 | * symfile.c (init_entry_point_info, entry_point_address): Move | |
8a1dac83 | 1205 | from here... |
9ab9195f EZ |
1206 | * objfiles.c (init_entry_point_info, entry_point_address):..to |
1207 | here. | |
1208 | * symfile.h (init_entry_point_info, entry_point_address): Remove | |
1209 | prototypes. | |
1210 | * objfiles.h (init_entry_point_info, entry_point_address):Add | |
8a1dac83 | 1211 | prototypes. |
9ab9195f EZ |
1212 | * cris-tdep.c: Remove include of symfile.h. Add include of |
1213 | objfiles.h. | |
1214 | * infcall.c: Ditto. | |
1215 | * mcore-tdep.c: Ditto. | |
1216 | * mn10300-tdep.c: Ditto. | |
1217 | * sh64-tdep.c: Ditto. | |
1218 | * v850-tdep.c: Ditto. | |
1219 | * arm-tdep.c: Remove include of symfile.h. | |
1220 | * blockframe.c: Ditto. | |
1221 | * coffread.c: Ditto. | |
1222 | * dbxread.c: Ditto. | |
1223 | * dwarf2read.c: Ditto. | |
1224 | * dwarfread.c: Ditto. | |
8a1dac83 | 1225 | * frv-tdep.c: Ditto. |
9ab9195f EZ |
1226 | * ia64-tdep.c: Ditto. |
1227 | * mdebugread.c: Ditto. | |
1228 | * mipsread.c: Ditto. | |
8a1dac83 | 1229 | * rs6000-tdep.c: Ditto. |
9ab9195f EZ |
1230 | * s390-tdep.c: Ditto. |
1231 | * sh-tdep.c: Ditto. | |
8a1dac83 | 1232 | * xstormy16-tdep.c: Ditto. |
9ab9195f EZ |
1233 | * gdbarch.sh: Remove include of symfile.h. |
1234 | * gdbarch.c: Regenerate. | |
1235 | * solib-irix.c (enable_break): Use entry_point_address(). | |
1236 | Add comment about include file. | |
1237 | * xcoffread.c: Add comment about include file. | |
8a1dac83 RM |
1238 | * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) |
1239 | (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) | |
1240 | (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) | |
1241 | (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) | |
9ab9195f EZ |
1242 | (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies. |
1243 | ||
c4c5b7ba AC |
1244 | 2004-02-13 Andrew Cagney <[email protected]> |
1245 | ||
1246 | * corelow.c (core_xfer_partial): Use "struct bfd_section". | |
1247 | * config/sparc/nm-nbsd.h (struct target_ops): Declare, update | |
1248 | copyright. | |
1249 | * mips-linux-tdep.c: Use "GNU/Linux", update copyright. | |
1250 | ||
3e7879de FF |
1251 | 2004-02-12 Fred Fish <[email protected]> |
1252 | ||
1253 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to | |
1254 | set_gdbarch_store_return_value. | |
1255 | ||
6a7760b6 AC |
1256 | 2004-02-12 Andrew Cagney <[email protected]> |
1257 | ||
1258 | * remote-rdi.c (arm_rdi_start_remote): Delete unused function. | |
1259 | (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto. | |
1260 | (interrupt_query): Ditto. | |
1261 | (ofunc): Delete unused variable. | |
1262 | * cris-tdep.c (cris_abi): Delete unused function. | |
1263 | (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto. | |
1264 | (cris_get_wide_opcode, cris_get_short_size): Ditto. | |
1265 | (cris_get_asr_quick_shift_steps): Ditto. | |
1266 | (cris_skip_prologue_frameless_p): Ditto. | |
1267 | * arm-tdep.c (arm_push_return_address): Delete unused function. | |
1268 | (arm_push_dummy_frame, arm_fix_call_dummy): Ditto. | |
1269 | * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function. | |
1270 | * s390-tdep.c (s390_function_start): Delete unused function. | |
1271 | ||
31687c3c AC |
1272 | 2004-02-12 Andrew Cagney <[email protected]> |
1273 | ||
1274 | * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete. | |
1275 | gdbarch.h, gdbarch.c: Re-generate. | |
1276 | * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p | |
1277 | to generic_prologue_frameless_p. | |
1278 | * arch-utils.h (generic_prologue_frameless_p): Delete declaration. | |
1279 | * arch-utils.c (generic_prologue_frameless_p): Delete function. | |
1280 | ||
6de918a6 DJ |
1281 | 2004-02-11 Daniel Jacobowitz <[email protected]> |
1282 | ||
1283 | * mips-linux-tdep.c: Include "frame.h". | |
1284 | (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code) | |
1285 | (mips_linux_skip_resolver): New functions. | |
1286 | (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver | |
1287 | and set_gdbarch_in_solib_call_trampoline. | |
1288 | * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call | |
1289 | to after set_gdbarch_in_solib_return_trampoline. Only set the | |
1290 | solib hooks to mips16 functions if the OS ABI is unknown. | |
1291 | * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after | |
1292 | including "config/tm-linux.h". | |
1293 | (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define. | |
1294 | * Makefile.in (mips-linux-tdep.o): Update. | |
1295 | ||
87b3ede8 DC |
1296 | 2004-02-11 David Carlton <[email protected]> |
1297 | ||
1298 | * linespec.c (decode_compound): Only look for a class symbol when | |
1299 | considering all but the rightmost component. | |
1300 | ||
5979bc46 AC |
1301 | 2004-02-11 Andrew Cagney <[email protected]> |
1302 | ||
1303 | * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and | |
1304 | abi code are are separatly grouped. | |
1305 | ||
5867a2fb AC |
1306 | 2004-02-11 Andrew Cagney <[email protected]> |
1307 | ||
1308 | * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0. | |
1309 | * gdbarch.h, gdbarch.c: Re-generate. | |
1310 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
1311 | * v850-tdep.c (v850_gdbarch_init): Update. | |
1312 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
1313 | * sh-tdep.c (sh_gdbarch_init): Update. | |
1314 | * s390-tdep.c (s390_gdbarch_init): Update. | |
1315 | * mn10300-tdep.c (mn10300_gdbarch_init): Update. | |
1316 | * mips-tdep.c (mips_gdbarch_init): Update. | |
1317 | * mcore-tdep.c (mcore_gdbarch_init): Update. | |
1318 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. | |
1319 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
1320 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
1321 | * hppa-tdep.c (hppa_gdbarch_init): Update. | |
1322 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
1323 | * frv-tdep.c (frv_gdbarch_init): Update. | |
1324 | * d10v-tdep.c (d10v_gdbarch_init): Update. | |
1325 | * cris-tdep.c (cris_gdbarch_init): Update. | |
1326 | * avr-tdep.c (avr_gdbarch_init): Update. | |
1327 | * arm-tdep.c (arm_gdbarch_init): Update. | |
1328 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
1329 | ||
026a72f8 CV |
1330 | 2004-02-11 Corinna Vinschen <[email protected]> |
1331 | ||
1332 | * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing | |
1333 | comma. | |
1334 | (sh_sh4al_dsp_register_name): Ditto. | |
1335 | ||
3903d437 AC |
1336 | 2004-02-10 Andrew Cagney <[email protected]> |
1337 | ||
1338 | * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code. | |
1339 | (mips_init_frame_pc_first): Delete function. | |
1340 | (mips_frame_saved_pc): Delete function. | |
1341 | (mips_frame_chain): Delete function. | |
1342 | (mips_init_extra_frame_info): Delete function. | |
1343 | (mips_xfer_register): Delete unused variable "reg". | |
1344 | (mips_n32n64_push_dummy_call): Delete unused variable "valbuf". | |
1345 | (mips_n32n64_return_value): Delete unused variable "reg". | |
1346 | (mips_n32n64_return_value): Delete unused variable "pos". | |
1347 | (mips_o32_push_dummy_call): Delete unused variable "valbuf". | |
1348 | (mips_o32_return_value): Delete unused variable "pos". | |
1349 | (mips_o64_push_dummy_call): Delete unused variable "valbuf". | |
1350 | (mips_print_fp_register): Delete unused variable "namelen" | |
1351 | (mips_print_fp_register): Delete unused variable "flt2" | |
1352 | (get_frame_pointer): Delete function. | |
1353 | (cached_proc_desc): Delete static variable. | |
1354 | (mips_pop_frame): Delete function. | |
1355 | (mips_find_saved_regs): Delete function. | |
1356 | (mips_get_saved_register): Delete function. | |
1357 | (mips_saved_pc_after_call): Delete function. | |
1358 | (SIGFRAME_BASE): Delete macro. | |
1359 | (SIGFRAME_FPREGSAVE_OFF): Delete macro. | |
1360 | (SIGFRAME_PC_OFF): Delete macro. | |
1361 | (SIGFRAME_REGSAVE_OFF): Delete macro. | |
1362 | (mips_dump_tdep): Do not print deleted macro definitions. | |
1363 | ||
b9fb98bd AC |
1364 | 2004-02-10 Andrew Cagney <[email protected]> |
1365 | ||
1366 | * Makefile.in (SFILES): Remove explictly listed tui files. | |
1367 | (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c. | |
1368 | ||
78ced177 | 1369 | 2004-02-10 Jeff Johnston <[email protected]> |
8a1dac83 | 1370 | |
78ced177 JJ |
1371 | * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement |
1372 | to use paddr functions to format ia64 addresses and long values. | |
1373 | (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto. | |
1374 | (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto. | |
1375 | (get_kernel_table, ia64_find_proc_info_x): Ditto. | |
1376 | (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto. | |
1377 | (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto. | |
1378 | ||
6a83354a AC |
1379 | 2004-02-10 Andrew Cagney <[email protected]> |
1380 | ||
1381 | * defs.h: Do not include "tui.h". | |
1382 | * gdb_curses.h: New file. | |
1383 | * tui/tui-hooks.h: New file. | |
1384 | * tui/tui.h (tui_update_all_exec_infos): Delete declaration. | |
1385 | (tui_install_hooks, tui_remove_hooks): Delete declarations. | |
1386 | (tui_initialize_io): Delete declaration. | |
1387 | (tui_initialize_readline: Delete redundant declaration. | |
1388 | (struct tui_point): Delete definition. | |
1389 | * tui/tui-data.h (struct tui_point): Define. | |
1390 | * cli/cli-decode.c [TUI]: Include "tui/tui.h". | |
1391 | * utils.c: Include "tui/tui.h". | |
1392 | * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h". | |
1393 | * printcmd.c [TUI]: Include "tui/tui.h". | |
1394 | * cli/cli-cmds.c [TUI]: Include "tui/tui.h". | |
1395 | * tui/tui-command.c: Include "gdb_curses.h". | |
1396 | * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto. | |
1397 | * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto. | |
1398 | * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto. | |
1399 | * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto. | |
1400 | * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h". | |
1401 | * Makefile.in: Update all dependencies. | |
1402 | (tui_hooks_h, gdb_curses_h): Define. | |
1403 | (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui. | |
1404 | ||
997470ef EZ |
1405 | 2004-02-10 Elena Zannoni <[email protected]> |
1406 | ||
1407 | * objfiles.h (struct objfile): Remove unused fields auxf1 and | |
1408 | auxf2. Add comments about some other rarely used fields. | |
1409 | ||
4ff2cc4d AC |
1410 | 2004-02-10 Andrew Cagney <[email protected]> |
1411 | ||
1412 | * Makefile.in (init.c): Fix script removing duplicates. Problem | |
1413 | reported by Peter Schauer. | |
1414 | ||
1ab21617 EZ |
1415 | 2004-02-09 Elena Zannoni <[email protected]> |
1416 | ||
1417 | * bcache.c (bcache_xmalloc): Use obstack_init instead of | |
1418 | obstack_specify_allocation. | |
1419 | * objfiles.c (allocate_objfile): Ditto. | |
8a1dac83 | 1420 | * solib-sunos.c (solib_add_common_symbols) |
1ab21617 EZ |
1421 | (allocate_rt_common_objfile): Ditto. |
1422 | * symfile.c (reread_symbols): Ditto. | |
1423 | * gdb_obstack.h: Add comment. | |
1424 | ||
17763fd9 EZ |
1425 | 2004-02-09 Elena Zannoni <[email protected]> |
1426 | ||
1427 | * linespec.c (decode_line_1, locate_first_half) | |
1428 | (decode_compound, lookup_prefix_sym): Update comments. Delete old | |
1429 | commented out code. | |
1430 | ||
ec5cdd75 DJ |
1431 | 2004-02-09 Daniel Jacobowitz <[email protected]> |
1432 | ||
1433 | * cp-namespace.c (check_one_possible_namespace_symbol): Don't use | |
1434 | obstack_free. | |
1435 | ||
43b54b88 AC |
1436 | 2004-02-09 Andrew Cagney <[email protected]> |
1437 | ||
1438 | * blockframe.c (find_pc_partial_function): If find_pc_overlay | |
1439 | fails, try find_pc_section. Fix PR c++/1267. | |
1440 | * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section | |
1441 | instead of find_pc_mapped_section. | |
1442 | (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do | |
1443 | not default to the section containing PC. Fix PR symtab/1519. | |
1444 | ||
edfae063 AC |
1445 | 2004-02-09 Andrew Cagney <[email protected]> |
1446 | ||
1447 | * Makefile.in (mips-tdep.o): Update dependencies. | |
1448 | * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and | |
1449 | "trad-frame.h". | |
1450 | (mips_unwind_pc): Return the pseudo PC register. | |
1451 | (mips_unwind_dummy_id): New function. | |
1452 | (mips16_fetch_instruction): New function. | |
1453 | (mips32_fetch_instruction): New function. | |
1454 | (struct mips_frame_cache): Define. | |
1455 | (mips_mdebug_frame_cache): New function. | |
1456 | (mips_mdebug_frame_this_id): New function. | |
1457 | (mips_mdebug_frame_prev_register): New function. | |
1458 | (mips_mdebug_frame_unwind): Define. | |
1459 | (mips_mdebug_frame_sniffer): New function. | |
1460 | (mips_mdebug_frame_base_address): New function. | |
1461 | (mips_mdebug_frame_base): Define. | |
1462 | (mips_mdebug_frame_base_sniffer): New function. | |
1463 | (mips_gdbarch_init): Append unwind and base sniffers. Set | |
1464 | unwind_dummy_id. | |
1465 | ||
defc864c AC |
1466 | 2004-02-08 Andrew Cagney <[email protected]> |
1467 | ||
6764ddad AC |
1468 | * frame.c: Print both the register number and name. |
1469 | ||
defc864c AC |
1470 | * Makefile.in (init.c): Eliminate duplicates. Combine two greps |
1471 | and a sed into a single sed. Make .c and .o patterns more robust. | |
1472 | (OBS): Delete. | |
1473 | (INIT_FILES): Replace OBS with COMMON_OBS. | |
1474 | (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition. | |
1475 | ||
645d6d10 MK |
1476 | 2004-02-08 Mark Kettenis <[email protected]> |
1477 | ||
1478 | * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using | |
1479 | the PT_WCOOKIE request. | |
1480 | ||
23e3c3fc AC |
1481 | 2004-02-08 Andrew Cagney <[email protected]> |
1482 | ||
58dfe9ff AC |
1483 | * mips-tdep.c (mips_unwind_pc): New function. |
1484 | (mips_gdbarch_init): Set mips_unwind_pc. | |
1485 | ||
1152e35e AC |
1486 | * frame.c (legacy_saved_regs_this_id): Return a null frame ID. |
1487 | (get_frame_id): Allow the UNKNOWN_FRAME. | |
1488 | (frame_register_unwind, get_frame_type): Ditto. | |
1489 | ||
31b75dbf AC |
1490 | * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P |
1491 | and DEPRECATED_FP_REGNUM. Don't assume that the lack of | |
1492 | unwind_dummy_id indicates a legacy frame. | |
1493 | ||
3483b318 AC |
1494 | * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS. |
1495 | * configure: Re-generate. | |
1496 | ||
23e3c3fc AC |
1497 | * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind |
1498 | methods. | |
1499 | ||
33f8ca73 AC |
1500 | 2004-02-08 Andrew Cagney <[email protected]> |
1501 | ||
1502 | * configure.in (CONFIG_ALL): Set to Makefile target, and not | |
1503 | makefile macro. | |
1504 | * configure: Re-generate. | |
1505 | (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto. | |
1506 | * Makefile.in (SUBDIR_CLI_CLEAN): Delete. | |
1507 | (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete. | |
1508 | (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete. | |
1509 | (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete. | |
1510 | (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete. | |
1511 | (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete. | |
1512 | (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete. | |
1513 | (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete. | |
1514 | (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete. | |
1515 | ||
6ba8e26f | 1516 | 2004-02-07 Andrew Cagney <[email protected]> |
d836ee13 | 1517 | |
20d286a5 AC |
1518 | * Makefile.in: Update all dependencies. |
1519 | ||
d836ee13 AC |
1520 | * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete. |
1521 | * configure: Re-generate. | |
1522 | * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS. | |
1523 | (CONFIG_LIB_OBS, CONFIG_INITS): Delete. | |
1524 | (COMMON_OBS): Add "main.o" and "annotate.o". | |
1525 | (ANNOTATE_OBS): Delete. | |
1526 | (OBS): Remove ANNOTATE_OBS. | |
1527 | (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove | |
1528 | CONFIG_INITS. | |
1529 | (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link | |
1530 | against CONFIG_OBS and "main.o". | |
1531 | (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete. | |
1532 | (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete. | |
1533 | ||
d02c80cd AC |
1534 | * tui/tui-command.c: Include "gdb_string.h", delete register |
1535 | attribute, use ISO-C function signatures. | |
1536 | * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto. | |
1537 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. | |
1538 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto. | |
1539 | * tui/tui.c: Ditto. | |
6ba8e26f AC |
1540 | |
1541 | * tui/tui-command.c: Change variable and function names to lower | |
1542 | case. | |
1543 | * tui/tui-data.c, tui/tui-disasm.c: Ditto. | |
1544 | * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto. | |
1545 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
1546 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
1547 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
1548 | ||
4a146b47 EZ |
1549 | 2004-02-07 Elena Zannoni <[email protected]> |
1550 | ||
1551 | * buildsym.c (free_pending_blocks, finish_block) | |
1552 | (record_pending_block, make_blockvector, end_symtab): Replace | |
1553 | symbol_obstack with objfile_obstack. | |
8a1dac83 | 1554 | * coffread.c (process_coff_symbol, coff_read_struct_type) |
4a146b47 | 1555 | (coff_read_enum_type): Ditto. |
8a1dac83 | 1556 | * cp-namespace.c (initialize_namespace_symtab) |
4a146b47 | 1557 | (check_one_possible_namespace_symbol): Ditto. |
8a1dac83 | 1558 | * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) |
4a146b47 EZ |
1559 | (dwarf2_symbol_mark_computed): Ditto. |
1560 | * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto. | |
1561 | * elfread.c (elf_symtab_read): Ditto. | |
1562 | * hpread.c (hpread_symfile_init, hpread_symfile_init) | |
1563 | (hpread_read_enum_type, hpread_read_function_type) | |
1564 | (hpread_read_doc_function_type, hpread_process_one_debug_symbol): | |
1565 | Ditto. | |
8a1dac83 | 1566 | * jv-lang.c (get_java_class_symtab, add_class_symbol) |
4a146b47 | 1567 | (java_link_class_type): Ditto. |
8a1dac83 | 1568 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab) |
4a146b47 EZ |
1569 | (new_symbol): Ditto. |
1570 | * minsyms.c (install_minimal_symbols): Ditto. | |
1571 | * objfiles.c (allocate_objfile): Remove init of symbol_obstack. | |
1572 | (terminate_minimal_symbol_table): Replace symbol_obstack with | |
1573 | objfile_obstack. | |
1574 | (free_objfile): Remove freeing of symbol_obstack. | |
1575 | * objfiles.h: Remove symbol_obstack field. | |
1576 | * pa64solib.c (add_to_solist): Replace symbol_obstack with | |
1577 | objfile_obstack. | |
1578 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of | |
1579 | symbol_obstack. | |
1580 | (solib_add_common_symbols): Replace symbol_obstack with | |
1581 | objfile_obstack. | |
1582 | * somsolib.c (som_solib_add): Ditto. | |
1583 | * stabsread.c (patch_block_stabs, define_symbol, read_enum_type) | |
1584 | (common_block_start, common_block_end): Ditto. | |
1585 | * symfile.c (reread_symbols): Remove freeing and init of | |
1586 | symbol_obstack. | |
1587 | (allocate_symtab): Rename symbol_obstack to objfile_obstack. | |
1588 | * symfile.h: Update comment. | |
1589 | * symmisc.c (print_objfile_statistics): Remove symbol_obstack | |
1590 | stats printing. | |
1591 | * symtab.c (symbol_set_names): Replace symbol_obstack with | |
1592 | objfile_obstack. | |
1593 | * symtab.h (struct general_symbol_info, struct minimal_symbol): | |
1594 | Update comments. | |
1595 | * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC) | |
1596 | (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with | |
1597 | objfile_obstack. | |
1598 | ||
6d012f14 AC |
1599 | 2004-02-07 Andrew Cagney <[email protected]> |
1600 | ||
1601 | * tui/tui.h: Do not include <stdarg.h>, <string.h>, and | |
1602 | "ansidecl.h". Do not undef "reg" and "chtype". Fix case of | |
1603 | fields and variables. | |
1604 | * tui/tui-wingeneral.h (m_beVisible): Delete macro. | |
1605 | (m_beInvisible): Delete macro. | |
1606 | * tui/tui-data.h: Fix case case fields and variables. | |
1607 | (m_genWinPtrIsNull): Delete macro. | |
1608 | (tui_win_list): Rename winList. | |
1609 | (TUI_SRC_WIN): Rename srcWin. | |
1610 | (TUI_DISASM_WIN): Rename disassemWin. | |
1611 | (TUI_DATA_WIN): Rename dataWin. | |
1612 | (TUI_CMD_WIN): Rename cmdWin. | |
1613 | (m_genWinPtrNotNull): Delete macro. | |
1614 | (m_winPtrIsNull): Delete macro. | |
1615 | (m_winPtrNotNull): Delete macro. | |
1616 | (tui_win_is_source_type): Replace m_winIsSourceType | |
1617 | (tui_win_is_auxillary): Replace m_winIsAuzillary. | |
1618 | (tui_win_has_locator): Replace m_hasLocator. | |
1619 | (tui_set_win_highlight): Replace m_setWinHighlightOn and | |
1620 | m_setWinHighlightOff. | |
1621 | * tui/tui-data.c: Update references. | |
1622 | (tui_win_is_source_type, tui_set_win_highlight): New functions. | |
1623 | (tui_win_has_locator, tui_win_is_auxillary): New functions. | |
1624 | * tui/tui-command.c, tui/tui-disasm.c: Update references. | |
1625 | * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto. | |
1626 | * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
1627 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
1628 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
1629 | ||
7d34766b MK |
1630 | 2004-02-07 Mark Kettenis <[email protected]> |
1631 | ||
1c800673 MK |
1632 | * sparc-tdep.h (sparc_fetch_wcookie): New prototype. |
1633 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle | |
1634 | StackGhost. | |
1635 | ||
7d34766b MK |
1636 | * sparc-tdep.c (sparc32_frame_prev_register): Rename local |
1637 | variable `i6' to `i7'. | |
1638 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. | |
1639 | ||
22940a24 AC |
1640 | 2004-02-07 Andrew Cagney <[email protected]> |
1641 | ||
1642 | * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition. | |
1643 | (TuiPoint, TuiPointPtr): Ditto. | |
1644 | (TuiStatus, TuiStatusPtr): Ditto. | |
1645 | (TuiWinType, TuiWinTypePtr): Ditto. | |
1646 | (struct tui_point): Rename _TuiPoint. | |
1647 | (tui_get_low_disassembly_address): Rename | |
1648 | tuiGetLowDisassemblyAddress. | |
1649 | (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos. | |
1650 | (tuiFree): Delete declaration. | |
1651 | (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions. | |
1652 | (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions. | |
1653 | * tui/tui.c (tuiFree): Delete function. | |
1654 | * cli/cli-cmds.c (disassemble_command): Update references. | |
1655 | * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto. | |
1656 | * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto. | |
1657 | * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto. | |
1658 | * tui/tui-winsource.c: Ditto. | |
1659 | ||
8b92e4d5 EZ |
1660 | 2004-02-07 Elena Zannoni <[email protected]> |
1661 | ||
1662 | * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab, | |
1663 | coffstab_build_psymtabs, elfstab_build_psymtabs) | |
1664 | (stabsect_build_psymtabs): Replace psymbol_obstack with | |
1665 | objfile_obstack. | |
1666 | * dwarf2-frame.c (decode_frame_entry_1): Ditto. | |
1667 | * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section): | |
1668 | Ditto. | |
1669 | * dwarfread.c (scan_compilation_units): Ditto. | |
1670 | * elfread.c (elfstab_offset_sections): Ditto. | |
1671 | * hppa-tdep.c (read_unwind_info): Ditto. | |
1672 | * hpread.c (hpread_build_psymtabs, hpread_start_psymtab) | |
1673 | (hpread_end_psymtab): Ditto. | |
1674 | * mdebugread.c (mdebug_build_psymtabs, add_pending) | |
1675 | (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs): | |
1676 | Ditto. | |
1677 | * mips-tdep.c (non_heuristic_proc_desc): Ditto. | |
8a1dac83 | 1678 | * objfiles.c (add_to_objfile_sections) |
8b92e4d5 EZ |
1679 | (build_objfile_section_table): Ditto. |
1680 | (allocate_objfile): Remove init of psymbol_obstack. | |
1681 | (free_objfile): Remove freeing of psymbol_obstack. | |
1682 | * objfiles.h (struct objfile): Remove field | |
1683 | psymbol_obstack. Update comments. | |
1684 | * pa64solib.c (pa64_solib_add_solib_objfile): Replace | |
1685 | psymbol_obstack with objfile_obstack. | |
1686 | * solib-sunos.c (allocate_rt_common_objfile): Remove init of | |
1687 | psymbol_obstack. | |
1688 | * somread.c (som_symfile_offsets, init_import_symbols) | |
1689 | (init_export_symbols): Replace psymbol_obstack with | |
1690 | objfile_obstack. | |
1691 | * somsolib.c (som_solib_add_solib_objfile): Ditto. | |
1692 | * symfile.c (default_symfile_offsets, syms_from_objfile) | |
1693 | (reread_symbols): Remove freeing and init of psymbol_obstack. | |
1694 | (cashier_psymtab): Update comment. | |
1695 | * symmisc.c (print_objfile_statistics): Don't report stats for | |
1696 | psymbol obstack. | |
1697 | * symtab.h (struct general_symbol_info, struct partial_symtab): | |
1698 | Update comments. | |
1699 | * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym) | |
1700 | (xcoff_symfile_offsets): Replace psymbol_obstack with | |
1701 | objfile_obstack. | |
1702 | ||
b99607ea EZ |
1703 | 2004-02-07 Elena Zannoni <[email protected]> |
1704 | ||
1705 | * objfiles.h (struct objfile): Add objfile_obstack field. | |
1706 | Remove type_obstack field. | |
1707 | ||
1708 | * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn, | |
1709 | read_structure_scope read_enumeration, new_symbol): Replace | |
1710 | type_obstack with objfile_obstack. | |
1711 | * dwarfread.c (struct_type, enum_type): Ditto. | |
8a1dac83 | 1712 | * gdbtypes.c (alloc_type, alloc_type_instance, init_type) |
b99607ea EZ |
1713 | (lookup_fundamental_type): Ditto. |
1714 | * gdbtypes.h (TYPE_ALLOC): Ditto. | |
8a1dac83 RM |
1715 | * hpread.c (hpread_read_enum_type, hpread_read_function_type) |
1716 | (hpread_read_doc_function_type, hpread_read_struct_type) | |
1717 | (fix_static_member_physnames, hpread_read_array_type) | |
b99607ea | 1718 | (hpread_read_subrange_type, hpread_type_lookup): Ditto. |
8a1dac83 | 1719 | * jv-lang.c (java_lookup_class, type_from_class, type_from_class) |
b99607ea EZ |
1720 | (java_link_class_type): Ditto. |
1721 | * mdebugread.c (parse_type): Ditto. | |
1722 | * objfiles.c (allocate_objfile, free_objfile): Ditto. | |
1723 | * solib-sunos.c (solib_add_common_symbols): Ditto. | |
1724 | * stabsread.c (define_symbol, read_type, read_member_functions, | |
1725 | read_cpp_abbrev, read_one_struct_field): Ditto. | |
1726 | * symfile.c (reread_symbols): Ditto. | |
1727 | * symmisc.c (print_objfile_statistics): Ditto. | |
8a1dac83 | 1728 | |
2a8854a7 AC |
1729 | 2004-02-07 Andrew Cagney <[email protected]> |
1730 | ||
1731 | * tui/tui-data.h (tui_win_element): Rename TuiWinElement. | |
1732 | (tui_exec_info_content): Rename TuiExecInfoContent. | |
1733 | (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions. | |
1734 | (TuiWinInfo, TuiWinInfoPtr): Ditto. | |
1735 | (TuiScrollDirection, TuiScrollDirectionPtr): Ditto. | |
1736 | (TuiList, TuiListPtr): Ditto. | |
1737 | (TuiLayoutType, TuiLayoutTypePtr): Ditto. | |
1738 | (TuiDataType, TuiDataTypePtr): Ditto. | |
1739 | (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto. | |
1740 | (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto. | |
1741 | (TuiLayoutDef, TuiLayoutDefPtr): Ditto. | |
1742 | (TuiSourceElement, TuiSourceElementPtr): Ditto. | |
1743 | (TuiDataElement, TuiDataElementPtr): Ditto. | |
1744 | (TuiWinElement, TuiWinElementPtr): Ditto. | |
1745 | (TuiDataInfo, TuiDataInfoPtr): Ditto. | |
1746 | (TuiCommandElement, TuiCommandElementPtr): Ditto. | |
1747 | (TuiLocatorElement, TuiLocatorElementPtr): Ditto. | |
1748 | (TuiWhichElement, TuiWhichElementPtr): Ditto. | |
1749 | (TuiSourceInfo, TuiSourceInfoPtr): Ditto. | |
1750 | (TuiCommandInfo, TuiCommandInfoPtr): Ditto. | |
1751 | * tui/tui-command.c, tui/tui-data.c: Update references. | |
1752 | * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto. | |
1753 | * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. | |
1754 | * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto. | |
1755 | * tui/tui-winsource.c, tui/tui.c: Ditto. | |
8a1dac83 | 1756 | |
05cbe71a MK |
1757 | 2004-02-07 Mark Kettenis <[email protected]> |
1758 | ||
1759 | * dwarf2-frame.h: Update copyright. | |
1760 | (enum dwarf2_frame_reg_rule): New. | |
1761 | (struct dwarf2_frame_state_reg): New. | |
1762 | (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern. | |
1763 | * dwarf2-frame.c: Update copyright. | |
1764 | (enum dwarf2_reg_rule): Remove. | |
1765 | (struct dwarf2_frame_state): Remove defenition of `struct | |
1766 | dwarf2_frame_state_reg'. | |
1767 | (read_reg): Call get_frame_arch to get the architecture instead of | |
1768 | using CURRENT_GDBARCH. | |
1769 | (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with | |
1770 | DWARF2_FRAME_. | |
1771 | (dwarf2_frame_init_reg): New function. | |
1772 | (dwarf2_frame_cache): Call get_frame_arch to get the architecture | |
1773 | instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to | |
1774 | initialize the register state. Prefix old `enum dwarf2_reg_rule' | |
1775 | tags with DWARF2_FRAME_. | |
1776 | (dwarf2_frame_prev_register): Call get_frame_arch to get the | |
1777 | architecture instead of using CURRENT_GDBARCH. Prefix old `enum | |
1778 | dwarf2_reg_rule' tags with DWARF2_FRAME_. | |
1779 | ||
ec7d9e56 AC |
1780 | 2004-02-06 Andrew Cagney <[email protected]> |
1781 | ||
dd1abb8c AC |
1782 | * tui/tui-data.h (struct tui_list): Rename _TuiList. |
1783 | (enum tui_data_type): Rename _TuiDataType. | |
1784 | (struct tui_layout_def): Rename _TuiLayoutDef. | |
1785 | (struct tui_source_element): Rename _TuiSourceElement. | |
1786 | (struct tui_data_element): Rename _TuiDataElement. | |
1787 | (struct tui_command_element): Rename _TuiCommandElement. | |
1788 | (struct tui_locator_element): Rename _TuiLocatorElement. | |
1789 | (union tui_which_element): Define. | |
1790 | (struct tui_win_element): Rename _TuiWinElement. | |
1791 | (struct tui_data_info): Rename _TuiDataInfo. | |
1792 | (struct tui_source_info): Rename _TuiSourceInfo. | |
1793 | (struct tui_command_info): Rename _TuiCommandInfo. | |
1794 | (tui_initialize_static_data): Rename initializeStaticData. | |
1795 | (tui_alloc_generic_win_info): Rename allocGenericWinInfo. | |
1796 | (tui_alloc_win_info): Rename allocWinInfo. | |
1797 | (tui_init_generic_part): Rename initGenericPart. | |
1798 | (tui_init_win_info): Rename initWinInfo. | |
1799 | (tui_alloc_content): Rename allocContent. | |
1800 | (tui_add_content_elements): Rename addContentElements. | |
1801 | (tui_init_content_element): Rename initContentElement. | |
1802 | (tui_free_window): Rename freeWindow. | |
1803 | (tui_free_win_content): Rename freeWinContent. | |
1804 | (tui_free_data_content): Rename freeDataContent. | |
1805 | (tui_free_all_source_wins_content): Rename | |
1806 | freeAllSourceWinsContent. | |
1807 | (tui_del_window): Rename tuiDelWindow. | |
1808 | (tui_del_data_windows): Rename tuiDelDataWindows. | |
1809 | (tui_partial_win_by_name): Rename partialWinByName. | |
1810 | (tui_win_name): Rename winName. | |
1811 | (tui_current_layout): Rename currentLayout. | |
1812 | (tui_set_current_layout_to): Rename setCurrentLayoutTo. | |
1813 | (tui_term_height): Rename termHeight. | |
1814 | (tui_set_term_height_to): Rename setTermHeightTo. | |
1815 | (tui_term_width): Rename termWidth. | |
1816 | (tui_set_term_width_to): Rename setTermWidthTo. | |
1817 | (tui_set_gen_win_origin): Rename setGenWinOrigin. | |
1818 | (tui_locator_win_info_ptr): Rename locatorWinInfoPtr. | |
1819 | (tui_source_exec_info_win_ptr): Rename tui_gen_win_info. | |
1820 | (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr. | |
1821 | (tui_source_windows): Rename sourceWindows. | |
1822 | (tui_clear_source_windows): Rename clearSourceWindows. | |
1823 | (tui_clear_source_windows_detail): Rename | |
1824 | clearSourceWindowsDetail. | |
1825 | (tui_clear_win_detail): Rename clearWinDetail. | |
1826 | (tui_add_to_source_windows): Rename tuiAddToSourceWindows. | |
1827 | (tui_default_tab_len): Rename tuiDefaultTabLen. | |
1828 | (tui_set_default_tab_len): Rename tuiSetDefaultTabLen. | |
1829 | (tui_win_with_focus): Rename tuiWinWithFocus. | |
1830 | (tui_set_win_with_focus): Rename tuiSetWinWithFocus. | |
1831 | (tui_layout_def): Rename tuiLayoutDef. | |
1832 | (tui_win_resized): Rename tuiWinResized. | |
1833 | (tui_set_win_resized_to): Rename tuiSetWinResizedTo. | |
1834 | (tui_next_win): Rename tuiNextWin. | |
1835 | (tui_prev_win): Rename tuiPrevWin. | |
1836 | (tui_add_to_source_windows): Rename addToSourceWindows. | |
1837 | * tui/tui-winsource.c, tui/tui-win.c: Update references. | |
1838 | * tui/tui-layout.c, tui/tui-source.c: Ditto. | |
1839 | * tui/tui-stack.c, tui/tui-io.c: Ditto. | |
1840 | * tui/tui.c, tui/tui-data.c: Ditto. | |
1841 | * tui/tui-interp.c, tui/tui-data.c: Ditto. | |
1842 | * tui/tui-disasm.c, tui/tui-command.c: Ditto. | |
1843 | ||
a358af15 AC |
1844 | * tui/tui-source.h: Update copyright. Include "tui-data.h". |
1845 | (struct symtab): Declare. | |
1846 | (tui_set_source_content): Rename tuiSetSourceContent. | |
1847 | (tui_show_symtab_source): Rename tuiShowSource. | |
1848 | (tui_source_is_displayed): Rename tuiSourceIsDisplayed. | |
1849 | (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll. | |
1850 | * tui/tui-source.c: Update copyright. Update references. | |
1851 | * tui/tui-win.c, tui/tui-winsource.c: Update references. | |
1852 | * tui/tui-stack.c: Update references. | |
1853 | ||
a21fcd8f AC |
1854 | * tui/tui-win.h: Update copyright. Include "tui-data.h". |
1855 | (struct tui_win_info): Declare. | |
1856 | (tui_scroll_forward): Rename tuiScrollForward. | |
1857 | (tui_scroll_backward): Rename tuiScrollBackward. | |
1858 | (tui_scroll_left): Rename tuiScrollLeft. | |
1859 | (tui_scroll_right): Rename tuiScrollRight. | |
1860 | (tui_set_win_focus_to): Rename tuiSetWinFocusTo. | |
1861 | (tui_resize_all): Rename tuiResizeAll. | |
1862 | (tui_refresh_all_win): Rename tuiRefreshAll. | |
1863 | (tui_sigwinch_handler): Rename tuiSigwinchHandler. | |
1864 | * tui/tui-layout.c, * tui/tui-io.c: Update references. | |
1865 | * tui/tui-wingeneral.h, * tui/tui.c: Update references. | |
1866 | * tui/tui-disasm.c, * tui/tui-command.c: Update references. | |
1867 | ||
edae1ccf AC |
1868 | * tui/tui-windata.h: Update copyright. Include "tui-data.h". |
1869 | (tui_erase_data_content): Rename tuiEraseDataContent. | |
1870 | (tui_display_all_data): Rename tuiDisplayAllData. | |
1871 | (tui_check_data_values): Rename tuiCheckDataValues. | |
1872 | (tui_display_data_from_line): Rename tuiDisplayDataFromLine. | |
1873 | (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed. | |
1874 | (tui_first_data_element_no_in_line): Rename | |
1875 | tuiFirstDataElementNoInLine. | |
1876 | (tui_delete_data_content_windows): Rename | |
1877 | tuiDeleteDataContentWindows. | |
1878 | (tui_refresh_data_win): Rename tuiRefreshDataWin. | |
1879 | (tui_display_data_from): Rename tuiDisplayDataFrom. | |
1880 | (tui_vertical_data_scroll): Rename tuiVerticalDataScroll. | |
1881 | * tui/tui-windata.c, tui/tui-hooks.c: Update references. | |
1882 | * tui/tui-win.c, tui/tui-regs.c: Update references. | |
1883 | * tui/tui-layout.c, tui/tui.c: Update references. | |
1884 | ||
ec7d9e56 AC |
1885 | * tui/tui-wingeneral.h: Update copyright. |
1886 | (m_allBeVisible): Delete macro. | |
8a1dac83 | 1887 | (m_allBeInvisible): Delete macro. |
ec7d9e56 AC |
1888 | (struct tui_gen_win_info): Declare. |
1889 | (struct tui_win_info): Declare. | |
1890 | (tui_unhighlight_win): Rename unhighlightWin. | |
1891 | (tui_make_visible, tui_make_invisible): Replace makeVisible. | |
1892 | (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible. | |
1893 | (tui_make_window): Rename makeWindow. | |
1894 | (tui_copy_win): Rename copyWin. | |
1895 | (tui_box_win): Rename boxWin. | |
1896 | (tui_highlight_win): Rename highlightWin. | |
1897 | (tui_check_and_display_highlight_if_needed): Rename | |
1898 | checkAndDisplayHighlightIfNeeded. | |
1899 | (tui_refresh_all): Rename refreshAll. | |
1900 | (tui_delete_win): Rename tuiDelwin. | |
1901 | (tui_refresh_win): Rename tuiRefreshWin. | |
1902 | * tui/tui-wingeneral.c (make_visible): Rename makeVisible. | |
1903 | (tui_make_visible, tui_make_invisible): New functions. | |
1904 | (tui_make_all_visible, tui_make_all_invisible): New functions. | |
1905 | (make_all_visible): Rename makeAllVisible. | |
1906 | * tui/tui-winsource.c, tui/tui-windata.c: Update references. | |
1907 | * tui/tui-data.c, tui/tui-winsource.c: Update references. | |
1908 | * tui/tui-windata.c, tui/tui-win.c: Update references. | |
1909 | * tui/tui-regs.c, tui/tui-layout.c: Update references. | |
1910 | * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo. | |
1911 | ||
1e52e2eb MK |
1912 | 2004-02-06 Mark Kettenis <[email protected]> |
1913 | ||
1914 | * proc-api.c (write_with_trace): Initialize local variable to | |
1915 | silence compiler warning. | |
1916 | ||
f80bda8e AC |
1917 | 2004-02-06 Andrew Cagney <[email protected]> |
1918 | ||
1919 | * tui/tui-source.h: Do not include "defs.h". | |
1920 | (struct tui_win_info): Declare. | |
1921 | (tui_set_source_content_nil): Declare. | |
1922 | * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo. | |
1923 | (union tui_line_or_address): Rename _TuiLineOrAddress. | |
1924 | * tui/tui-winsource.h: Update copyright. Include "tui-data.h". | |
1925 | (tui_update_source_window): Rename tuiUpdateSourceWindow. | |
1926 | (tui_update_source_window_as_is): Rename | |
1927 | tuiUpdateSourceWindowAsIs. | |
1928 | (tui_update_source_windows_with_addr): Rename | |
1929 | tuiUpdateSourceWindowsWithAddr. | |
1930 | (tui_update_source_windows_with_line): Rename | |
1931 | tuiUpdateSourceWindowsWithLine. | |
1932 | (tui_clear_source_content): Rename tuiClearSourceContent. | |
1933 | (tui_erase_source_content): Rename tuiEraseSourceContent. | |
1934 | (tui_set_source_content_nil): Rename tuiSetSourceContentNil. | |
1935 | (tui_show_source_content): Rename tuiShowSourceContent. | |
1936 | (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll. | |
1937 | (tui_set_exec_info_content): Rename tuiSetExecInfoContent. | |
1938 | (tui_show_exec_info_content): Rename tuiShowExecInfoContent. | |
1939 | (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent. | |
1940 | (tui_clear_exec_info_content): Rename tuiClearExecInfoContent. | |
1941 | (tui_update_exec_info): Rename tuiUpdateExecInfo. | |
1942 | (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt. | |
1943 | (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer. | |
1944 | (tui_line_is_displayed): Rename tuiLineIsDisplayed. | |
1945 | (tui_addr_is_displayed): Rename tuiAddrIsDisplayed. | |
1946 | (struct tui_win_info): Declare. | |
1947 | * tui/tui-stack.c: Update references. | |
1948 | * tui/tui-layout.c, tui/tui-winsource.c: Ditto. | |
1949 | * tui/tui-win.c, tui/tui-source.c: Ditto. | |
1950 | * tui/tui.c, tui/tui-disasm.c: Ditto. | |
1951 | ||
9fbfb822 MK |
1952 | 2004-02-06 Mark Kettenis <[email protected]> |
1953 | ||
1954 | * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation | |
1955 | of UCONTEXT_ADDR. Fixes PR backtrace/1545. | |
1956 | ||
03cebad2 MK |
1957 | 2004-02-05 Mark Kettenis <[email protected]> |
1958 | ||
1959 | * infrun.c (handle_inferior_event): Allow for breakpoint | |
1960 | instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL | |
1961 | and SIGEMT. Update comments. | |
1962 | * NEWS (Revised SPARC target): Mention support for non-executable | |
1963 | stack. | |
1964 | ||
290281b1 MK |
1965 | 2004-02-04 Mark Kettenis <[email protected]> |
1966 | ||
1967 | * target.h (target_object): Add TARGET_OBJECT_WCOOKIE. | |
1968 | * inftarg.c: Update copyright year. | |
1969 | (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE. | |
1970 | * sparc-nat.c: Include "target.h" and "gdb_assert.h". | |
1971 | (sparc_xfer_wcookie): New function. | |
1972 | * sparc-tdep.c (sparc_fetch_wcookie): New function. | |
1973 | * Makefile.in (sparc-nat.o): Update dependencies. | |
1974 | * config/sparc/nm-nbsd.h: Include "target.h". | |
1975 | (NATIVE_XFER_WCOOKIE): New define. | |
1976 | (sparc_xfer_wcookie): New prototype. | |
1977 | ||
212161df AC |
1978 | 2004-02-04 Andrew Cagney <[email protected]> |
1979 | ||
1980 | * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef | |
1981 | SYSCALL_TRAP function. | |
1982 | (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code. | |
1983 | ||
6e4c6c91 DJ |
1984 | 2004-02-04 Andrew Cagney <[email protected]> |
1985 | Daniel Jacobowitz <[email protected]> | |
1986 | ||
1987 | * objfiles.h: Delete comments refering to inside_entry_func and | |
1988 | DEPRECATED_FRAME_CHAIN_VALID. | |
1989 | * defs.h (inside_entry_func): Update prototype.. | |
1990 | * blockframe.c (inside_entry_func): Rename to | |
1991 | legacy_inside_entry_func. Add new inside_entry_func taking a frame. | |
1992 | * frame.c (get_prev_frame): Pass the frame to inside_entry_func. | |
1993 | ||
cae688ec JJ |
1994 | 2004-02-03 Jeff Johnston <[email protected]> |
1995 | ||
1996 | * breakpoint.c (struct captured_parse_breakpoint_args): Move | |
1997 | outside of #ifdef SOLIB_ADD region. | |
1998 | (do_restore_lang_radix_cleanup): Ditto. | |
1999 | (resolve_pending_breakpoint): Ditto. | |
2000 | ||
19217676 AC |
2001 | 2004-02-03 Andrew Cagney <[email protected]> |
2002 | ||
2003 | * ia64-tdep.c (read_sigcontext_register): Delete unused function. | |
2004 | (process_note_abi_tag_sections): Delete unused function. | |
2005 | (ia64_read_fp): Delete unused function. | |
2006 | (gdbarch_extract_struct_value_address): Delete declaration. | |
2007 | ||
876753be AC |
2008 | 2004-02-02 Andrew Cagney <[email protected]> |
2009 | ||
2010 | * vax-tdep.c (vax_frame_chain): Delete call to | |
2011 | deprecated_inside_entry_file. | |
2012 | * ns32k-tdep.c (ns32k_frame_chain): Ditto. | |
2013 | ||
d4f10bf2 MK |
2014 | 2004-02-02 Mark Kettenis <[email protected]> |
2015 | ||
2016 | * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address | |
2017 | column that's "empty" or "same value" when eliminating REG_RA | |
2018 | rules. | |
2019 | ||
cae688ec JJ |
2020 | 2004-02-02 Jeff Johnston <[email protected]> |
2021 | ||
2022 | * NEWS: Add information about new pending breakpoint support. | |
2023 | ||
0101ce28 JJ |
2024 | 2004-02-02 Jeff Johnston <[email protected]> |
2025 | ||
2026 | * breakpoint.h (struct breakpoint): Add new flag, from_tty, | |
2027 | and pending fields for pending breakpoint support. | |
2028 | * breakpoint.c (breakpoint_enabled): Add check for not pending. | |
2029 | (condition_command): Only parse condition if not a pending | |
2030 | breakpoint. | |
2031 | (print_one_breakpoint): Add support for pending breakpoints. | |
2032 | (describe_other_breakpoints): Add checks to verify we are not | |
2033 | dealing with pending breakpoints. | |
2034 | (check_duplicates): Don't check pending breakpoints. | |
2035 | (set_raw_breakpoint): Initialize pending flag. | |
2036 | (do_restore_lang_radix_cleanup): New cleanup routine. | |
2037 | (resolve_pending_breakpoint): New function. | |
2038 | (re_enable_breakpoints_in_shlibs): Try and resolve any | |
2039 | pending breakpoints via resolve_pending_breakpoint. | |
2040 | (mention): Add pending breakpoint support. | |
2041 | (parse_breakpoint_sals): Add new parameter to pass to | |
2042 | decode_line_1 to indicate silent errors when files or functions | |
2043 | are not found. Change all callers. | |
2044 | (do_captured_parse_breakpoint): New function. | |
2045 | (break_command_1): Change prototype to return an rc value and to | |
2046 | take an optional pending breakpoint pointer. Support creating | |
2047 | a pending breakpoint if a "not found" form of error occurs when | |
2048 | parsing the breakpoint. Also support resolving an existing pending | |
2049 | breakpoint and be silent if the resolution fails. | |
2050 | (create_breakpoints): Change prototype to take pending breakpoint | |
2051 | pointer. When resolving a pending breakpoint, use the new pointer | |
2052 | to provide a conditional or commands added by the end-user. | |
2053 | (delete_breakpoint): Add appropriate check for pending. | |
2054 | (breakpoint_re_set_one): Ditto. | |
2055 | (do_enable_breakpoint): Ditto. | |
2056 | ||
8d577d32 DC |
2057 | 2004-02-02 David Carlton <[email protected]> |
2058 | ||
2059 | * valops.c (enum oload_classification): New. | |
2060 | (find_overload_match): Break implementation into separate | |
2061 | functions; delete #if 0'd code; look for symbols within | |
2062 | namespaces. | |
2063 | (find_oload_champ_namespace,find_oload_champ_namespace_loop) | |
2064 | (find_oload_champ,oload_method_static,classify_oload_match): New. | |
2065 | * cp-support.h: Add declaration for cp_func_name; update | |
2066 | declaration for make_symbol_overload_list. | |
2067 | * cp-support.c (cp_func_name): New. | |
2068 | (overload_list_add_symbol): Fix comment, use | |
2069 | SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME. | |
2070 | (make_symbol_overload_list): Take a function name and a namespace | |
2071 | instead of a symbol; change implementation. | |
2072 | (make_symbol_overload_list_using): New. | |
2073 | (make_symbol_overload_list_qualified, read_in_psymtabs): New. | |
2074 | ||
22e8e3c7 FF |
2075 | 2004-02-02 Fred Fish <[email protected]> |
2076 | ||
2077 | * main.c (gdb_stdtarg): Move definition to group with other | |
15390fef | 2078 | gdb_stdtarg definitions and update copyright years. |
22e8e3c7 FF |
2079 | * remote-sim.c (gdb_os_write_stderr): Write output to |
2080 | gdb_stdtargerr stream instead of gdb_stdtarg stream. | |
2081 | (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of | |
15390fef | 2082 | gdb_stderr stream and update copyright years. |
22e8e3c7 | 2083 | |
6b753f60 DJ |
2084 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
2085 | ||
2086 | * Makefile.in (mips-linux-nat.o): Update dependencies. | |
2087 | * mips-linux-nat.c: Include mips-tdep.h. | |
2088 | ||
2089 | 2004-02-01 Roland McGrath <[email protected]> | |
2cb6b099 RM |
2090 | |
2091 | * sol-thread.c (sol_thread_xfer_partial): New function. | |
2092 | (init_sol_thread_ops): Use that for to_xfer_partial hook. | |
2093 | (init_sol_core_ops): Likewise. | |
2094 | ||
2095 | * procfs.c (procfs_xfer_partial): New function. | |
2096 | (init_procfs_ops): Use that for procfs_ops.to_xfer_partial. | |
2097 | * Makefile.in (procfs.o): Add $(auxv_h) dep. | |
2098 | ||
2099 | * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's | |
2100 | procfs_xfer_auxv function. | |
2101 | ||
2102 | * procfs.c (procfs_make_note_section): If we can read | |
2103 | TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it. | |
2104 | * linux-proc.c (linux_make_note_section): Likewise. | |
2105 | ||
2106 | * auxv.h: New file. | |
2107 | * auxv.c: New file. | |
2108 | * Makefile.in (auxv_h): New variable. | |
2109 | (COMMON_OBS): Add auxv.o here. | |
2110 | (auxv.o): New target. | |
2111 | ||
2112 | * corelow.c (core_xfer_partial): New function. | |
2113 | (init_core_ops): Use it for core_ops.to_xfer_partial. | |
2114 | ||
2115 | * target.h (enum target_object): Add TARGET_OBJECT_AUXV. | |
2116 | * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV | |
2117 | macro if that is defined. | |
2118 | ||
fa5281d0 DJ |
2119 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
2120 | ||
2121 | * breakpoint.c (bpstat_stop_status): Take a ptid_t argument, | |
2122 | and check the specified thread for each breakpoint. | |
2123 | * breakpoint.h (bpstat_stop_status): Update prototype. | |
2124 | * infrun.c (handle_inferior_event): Update calls to | |
2125 | bpstat_stop_status. | |
2126 | ||
26ee262d DJ |
2127 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
2128 | ||
2129 | * Makefile.in (cli-cmds.o): Add $(readline_h). | |
2130 | ||
d9b52655 DJ |
2131 | 2004-02-01 Daniel Jacobowitz <[email protected]> |
2132 | ||
2133 | * cli/cli-cmds.c: Include readline.h. | |
2134 | (complete_command): Pass the start of the last word to | |
2135 | complete_line. | |
2136 | ||
9709f61c DJ |
2137 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
2138 | ||
2139 | * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint | |
2140 | argument, and change first argument to a CORE_ADDR. | |
2141 | * breakpoint.h (bpstat_stop_status): Update prototype. | |
2142 | * infrun.c (adjust_pc_after_break): Add a new comment. | |
2143 | (handle_inferior_event): Update calls to bpstat_stop_status. | |
2144 | ||
4f1280bb DJ |
2145 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
2146 | ||
2147 | * breakpoint.h: Update copyright years. | |
2148 | ||
4fa8626c DJ |
2149 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
2150 | ||
2151 | * breakpoint.c (software_breakpoint_inserted_here_p): New function. | |
2152 | (bpstat_stop_status): Don't decrement PC. | |
2153 | * breakpoint.h (software_breakpoint_inserted_here_p): Add | |
2154 | prototype. | |
2155 | * infrun.c (adjust_pc_after_break): New function. | |
2156 | (handle_inferior_event): Call it, early. Remove later references | |
2157 | to DECR_PC_AFTER_BREAK. | |
2158 | (normal_stop): Add commentary. | |
2159 | ||
fad0733a DJ |
2160 | 2004-01-31 Daniel Jacobowitz <[email protected]> |
2161 | ||
2162 | * breakpoint.c (breakpoint_re_set_one): Add missing chunk of | |
2163 | 2004-01-27 double-free fix. | |
2164 | ||
42cdca6c MK |
2165 | 2004-01-31 Mark Kettenis <[email protected]> |
2166 | ||
2167 | * sparc-tdep.c (sparc_fetch_wcookie): New function. | |
2168 | (sparc32_frame_prev_register): Handle StackGhost. | |
2169 | (sparc_supply_rwindow, sparc_collect_rwindow): Likewise. | |
2170 | ||
932d5416 RM |
2171 | 2004-01-29 Roland McGrath <[email protected]> |
2172 | ||
2173 | * configure.in (NEW_PROC_API): Also match solaris2.9 for this test. | |
2174 | * configure: Regenerated. | |
2175 | ||
2176 | * procfs.c: Include gdb_string.h for str* decls, otherwise warnings. | |
2177 | * Makefile.in (procfs.o): Add dep. | |
2178 | ||
47d3492a AC |
2179 | 2004-01-28 Andrew Cagney <[email protected]> |
2180 | ||
2181 | * tui/tui-stack.h: Update copyright. | |
2182 | (struct frame_info): Add opaque declaration. | |
2183 | (tui_update_locator_filename): Rename tuiUpdateLocatorFilename. | |
2184 | (tui_show_locator_content): Rename tuiShowLocatorContent. | |
2185 | (tui_show_frame_info): Rename tuiShowFrameInfo. | |
2186 | * tui/tui-stack.c: Update copyright. Update references. | |
2187 | * tui/tui-winsource.c: Update references. | |
2188 | * tui/tui-win.c: Update references. | |
2189 | * tui/tui-layout.c: Update references. | |
2190 | * tui/tui-hooks.c: Update copyright, update references. | |
2191 | * tui/tui.c: Update copyright, update references. | |
2192 | * tui/tui-disasm.c: Update references. | |
2193 | ||
5d51ca54 DC |
2194 | 2004-01-28 David Carlton <[email protected]> |
2195 | ||
2196 | * dwarf2read.c (add_partial_structure): Use demangled name if | |
2197 | namespace equals "". | |
2198 | ||
086ed43d JB |
2199 | 2004-01-27 Jim Blandy <[email protected]> |
2200 | ||
2201 | Clean up misapplied patch: | |
2202 | * dwarf2read.c (determine_prefix): Change one of the two forward | |
2203 | declarations for 'determine_prefix_aux' to a declaration for this. | |
2204 | (read_func_scope): Use cu->language, not cu_language. Pass 'cu' | |
2205 | argument to 'die_specification'. | |
2206 | ||
2a35147e JB |
2207 | * dwarf2read.c (read_func_scope): Re-indent comment. |
2208 | ||
a355c7de | 2209 | 2004-01-27 Paul N. Hilfinger <[email protected]> |
932d5416 | 2210 | |
a355c7de AC |
2211 | * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and |
2212 | b->exp to NULL after freeing so that error during re-parsing or | |
2213 | evaluation of expressions associated with breakpoint don't | |
2214 | eventually lead to re-freeing of storage. | |
2215 | Committed by Andrew Cagney. | |
2216 | ||
63ff5125 AC |
2217 | 2004-01-27 Andrew Cagney <[email protected]> |
2218 | ||
2219 | * source.c (ambiguous_line_spec): Delete undefined declaration. | |
2220 | * m32r-rom.c (m32r_set_board_address): Delete unused function. | |
2221 | (m32r_set_server_address, m32r_set_download_path): Ditto. | |
2222 | * remote-fileio.c (remote_fileio_to_fio_int): Ditto. | |
2223 | ||
e142c38c DJ |
2224 | 2004-01-27 Daniel Jacobowitz <[email protected]> |
2225 | ||
2226 | * dwarf2read.c: Update calls to changed and renamed functions, and | |
2227 | references to moved variables. | |
2228 | ||
2229 | (struct dwarf2_cu): Add first_fn, last_fn, cached_fn, | |
2230 | language, language_defn, list_in_scope, and ftypes members. | |
2231 | (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language) | |
2232 | (cu_language_defn, list_in_scope, ftypes, cu_header_offset) | |
2233 | (baseaddr): Remove globals. | |
2234 | ||
2235 | (dwarf_attr): Renamed to dwarf2_attr. Add CU argument. | |
2236 | (set_cu_language, die_is_declaration, die_specification) | |
2237 | (determine_prefix, determin_prefix_aux, class_name, namespace_name) | |
2238 | (dwarf2_linkage_name, dwarf2_name, dwarf2_extension) | |
2239 | (dwarf2_get_ref_die_offset, dwarf2_fundamental_type) | |
2240 | (initialize_cu_func_list, add_to_cu_func_list): Add CU argument. | |
2241 | ||
2242 | (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize | |
2243 | cu.list_in_scope. Don't initialize cu_header_offset. | |
2244 | (add_partial_symbol): Add local baseaddr. | |
2245 | (psymtab_to_symtab_1): Add local baseaddr. Use | |
2246 | objfile->section_offsets for consistency. Don't initialize | |
2247 | cu_header_offset; do initialize cu.header.offset and | |
2248 | cu.list_in_scope. | |
2249 | (read_file_scope, read_func_scope, read_lexical_block_scope) | |
2250 | (dwarf_decode_lines, new_symbol): Add local baseaddr. | |
2251 | ||
c6e06ede MC |
2252 | 2004-01-27 Michael Chastain <[email protected]> |
2253 | ||
fb328ecc | 2254 | * PROBLEMS: Add gdb/1516. |
c6e06ede | 2255 | |
48184fd4 AC |
2256 | 2003-12-29 Robert Millan <[email protected]> |
2257 | ||
2258 | Patch committed by Andrw Cagney. | |
2259 | * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. | |
2260 | * configure.tgt: Match knetbsd*-gnu. | |
2261 | ||
c1321b30 AC |
2262 | 2004-01-26 Andrew Cagney <[email protected]> |
2263 | ||
f3699be3 AC |
2264 | * breakpoint.c (catch_command_1): Delete #ifdef code. |
2265 | (catch_fork_command_1): Delete #ifdef wrapper. | |
2266 | (catch_exec_command_1): Ditto. | |
2267 | (catch_load_command_1): Ditto. | |
2268 | (catch_unload_command_1): Ditto. | |
2269 | ||
c1321b30 AC |
2270 | * breakpoint.c (watchpoint_check): Delete #if0ed variable. |
2271 | (catch_breakpoint): Delete #if0ed function. | |
2272 | (disable_catch_breakpoint): Ditto. | |
2273 | (delete_catch_breakpoint, enable_catch_breakpoint): Ditto. | |
2274 | (disable_catch, enable_catch, delete_catch): Ditto. | |
2275 | ||
b4501125 AC |
2276 | 2004-01-26 Andrew Cagney <[email protected]> |
2277 | ||
2278 | * remote.c (echo_check, quit_flag): Delete variables. | |
2279 | (cisco_kernel_mode): Delete variable. | |
2280 | (minitelnet_return, tty_input, escape_count): Delete variables. | |
2281 | (remote_cisco_mode): Delete variable. | |
2282 | (remote_cisco_open, remote_cisco_close): Delete function. | |
2283 | (remote_cisco_mourn, remote_cisco_wait): Delete function. | |
2284 | (init_remote_cisco_ops): Delete function. | |
2285 | (_initialize_remote): Do not install "remote cisco" code. | |
2286 | (read_frame): Delete cisco specific code. | |
2287 | (remote_info_process): Delete function. | |
2288 | (remote_wait): Delete cisco specific code. | |
2289 | (remote_cisco_section_offsets): Delete function. | |
2290 | (remote_cisco_objfile_relocate): Delete function. | |
2291 | (remote_async_wait): Delete cisco specific code. | |
2292 | (minitelnet, readtty, readsocket): Delete function. | |
2293 | ||
74055713 AC |
2294 | 2004-01-26 Andrew Cagney <[email protected]> |
2295 | ||
2296 | * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add | |
2297 | comments mentioning extract_returned_value_address. | |
2298 | * infcmd.c (print_return_value): Update. Add comments on | |
2299 | extract_returned_value_address. | |
2300 | * stack.c (return_command): Add comments on | |
2301 | extract_returned_value_address. | |
2302 | * values.c: Update comment. | |
2303 | * m32r-tdep.c: Update comment. | |
2304 | * sparc-tdep.c: Update comment. | |
2305 | * ia64-tdep.c (ia64_use_struct_convention): Update comment. | |
2306 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. | |
2307 | * sh64-tdep.c (sh64_gdbarch_init): Update. | |
2308 | * sh-tdep.c (sh_gdbarch_init): Update. | |
2309 | * s390-tdep.c (s390_gdbarch_init): Update. | |
2310 | * rs6000-tdep.c (rs6000_gdbarch_init): Update. | |
2311 | * m68klinux-tdep.c (m68k_linux_init_abi): Update. | |
2312 | * m68k-tdep.c (m68k_gdbarch_init): Update. | |
2313 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. | |
2314 | * m32r-tdep.c (m32r_gdbarch_init): Update. | |
2315 | * ia64-tdep.c (ia64_gdbarch_init): Update. | |
2316 | * h8300-tdep.c (h8300_gdbarch_init): Update. | |
2317 | * frv-tdep.c (frv_gdbarch_init): Update. | |
2318 | * arm-tdep.c (arm_gdbarch_init): Update. | |
2319 | * alpha-tdep.c (alpha_gdbarch_init): Update. | |
2320 | ||
a67af2b9 AC |
2321 | 2004-01-26 Andrew Cagney <[email protected]> |
2322 | ||
2323 | * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of | |
2324 | SYMBOL_LOCATION_FUNCS | |
2325 | (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to | |
2326 | "struct symbol_ops". | |
2327 | * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change | |
2328 | type to "struct symbol_ops". | |
2329 | * symtab.h (struct symbol_ops): Rename "struct location_funcs". | |
2330 | (struct symbol): Replace ".aux_value.loc.funcs" and | |
2331 | ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr". | |
2332 | (SYMBOL_OBJFILE): Delete macro. | |
2333 | (SYMBOL_LOCATION_FUNCS): Delete macro. | |
2334 | (SYMBOL_LOCATION_BATON): Update. | |
2335 | * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS | |
2336 | intead of SYMBOL_LOCATION_FUNCS. | |
2337 | * ax-gdb.c (gen_var_ref): Ditto. | |
2338 | * printcmd.c (address_info): Ditto. | |
2339 | * findvar.c (read_var_value): Ditto. | |
2340 | (symbol_read_needs_frame): Ditto. | |
2341 | ||
c034e007 AC |
2342 | 2004-01-26 Andrew Cagney <[email protected]> |
2343 | ||
2344 | * dwarf2read.c (read_func_scope): Document frame-base hack. | |
2345 | ||
bb472c1e MK |
2346 | 2004-01-25 Mark Kettenis <[email protected]> |
2347 | ||
2348 | * infcmd.c (print_return_value): Plug memory leak; delete | |
2349 | ui_stream object. Rename argument `structure_return' to | |
2350 | `struct_return'. | |
2351 | ||
c8e737d5 MK |
2352 | 2004-01-25 Mark Kettenis <[email protected]> |
2353 | ||
f941662f MK |
2354 | * infcmd.c (print_return_value): Wrap long lines. |
2355 | (finish_command_continuation, finish_command): Remove unused | |
2356 | variable `funcaddr'. Fix some coding-standards problems. | |
2357 | ||
c558d81a MK |
2358 | * sparc-tdep.c (sparc_regset_from_core_section): Check whether |
2359 | SECT_SIZE is large enough, not wheter it's exactly the right size. | |
2360 | (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and | |
2361 | TDEP->fpregset to zero. | |
2362 | ||
bf1e5861 | 2363 | * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the |
c8e737d5 MK |
2364 | floating-point registers for traditional NetBSD core files. |
2365 | (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and | |
2366 | TDEP->sizeof_fpregset here. | |
2367 | ||
4c72d57a MK |
2368 | 2004-01-25 Mark Kettenis <[email protected]> |
2369 | ||
566626fa MK |
2370 | * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype. |
2371 | * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New | |
2372 | function with code split out from | |
2373 | sparc32nbsd_sigcontext_frame_cache. | |
2374 | (sparc32nbsd_sigcontext_frame_cache): Use | |
2375 | sparc32nbsd_sigcontext_saved_regs. | |
2376 | (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for | |
2377 | OpenBSD. | |
2378 | * sparcobsd-tdep.c: New file. | |
2379 | * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c. | |
2380 | (sparcobsd-tdep.o): New dependency. | |
2381 | * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd. | |
2382 | * config/sparc/obsd.mt: New file. | |
2383 | ||
4c72d57a MK |
2384 | * sparc-tdep.c (sparc32_gdbarch_init): Don't require |
2385 | TDEP->fpregset to be initialized to enable core file register | |
2386 | sets. | |
2387 | ||
7e5e9f88 MK |
2388 | 2004-01-24 Mark Kettenis <[email protected]> |
2389 | ||
f0f207fd | 2390 | * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg): |
1e067c66 MK |
2391 | Add opaque declarations. |
2392 | (sparc64nbsd_sigcontext_saved_regs): New prototype. | |
2393 | * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New | |
2394 | function with code split out from | |
2395 | sparc64nbsd_sigcontext_frame_cache. | |
2396 | (sparc64nbsd_sigcontext_frame_cache): Use | |
2397 | sparc64nbsd_sigcontext_saved_regs. | |
2398 | (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for | |
2399 | OpenBSD. | |
2400 | * sparc64obsd-tdep.c: New file. | |
2401 | * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c. | |
2402 | (sparc64obsd-tdep.o): New dependency. | |
2403 | * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and | |
2404 | gdb_osabi to GDB_OSABI_OPENBSD_ELF. | |
2405 | * config/sparc/obsd64.mt: New file. | |
2406 | ||
690668cc MK |
2407 | * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't |
2408 | read the instruction at PC. | |
2409 | ||
7e5e9f88 MK |
2410 | * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the |
2411 | value of GDB_OSABI_DEFAULT. | |
2412 | (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE | |
2413 | instead of GDB_OSABI_NETBSD_AOUT. | |
2414 | ||
68b6dce9 NR |
2415 | 2004-01-24 Nick Roberts <[email protected]> |
2416 | ||
2417 | * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update | |
2418 | copyright. | |
2419 | ||
080ce8c0 AC |
2420 | 2004-01-23 Andrew Cagney <[email protected]> |
2421 | ||
2422 | * printcmd.c (display_command): Replace tui_set_display call with | |
2423 | tui_set_layout_for_display_command. | |
2424 | * tui/tui.h (enum tui_win_type): Define. | |
2425 | (tui_set_layout): Delete declaration. | |
2426 | (tui_set_layout_for_display_command): Rename set_tui_layout. | |
2427 | * tui/tui-data.h (enum tui_layout_type): Define. | |
2428 | * tui/tui-layout.h: Update copyright. Include "tui-data.h" and | |
2429 | "tui.h". | |
2430 | (tui_add_win_to_layout): Rename tuiAddWinToLayout. | |
2431 | (tui_default_win_height): Rename tuiDefaultWinHeight. | |
2432 | (tui_default_win_viewport_height): Rename | |
2433 | tuiDefaultWinViewportHeight. | |
2434 | (tui_set_layout): RenametuiSetLayout. | |
2435 | * tui/tui-layout.c: Update references. | |
2436 | * tui/tui.c: Update references. | |
2437 | * tui/tui-disasm.c: Update references. | |
2438 | ||
b368761e DC |
2439 | 2004-01-23 David Carlton <[email protected]> |
2440 | ||
2441 | Partial workaround for PR c++/1511: | |
2442 | * cp-namespace.c: Include frame.h. | |
2443 | (cp_lookup_transparent_type): New | |
2444 | (cp_lookup_transparent_type_loop): New. | |
2445 | * cp-support.h: Declare cp_lookup_transparent_type. | |
2446 | * symtab.c (basic_lookup_transparent_type): Renamed from | |
2447 | lookup_transparent_type. | |
2448 | (lookup_transparent_type): Replace old body by a call to | |
2449 | current_language->la_lookup_transparent_type. | |
2450 | * symtab.h: Update copyright. Declare | |
2451 | basic_lookup_transparent_type. | |
2452 | * language.h: Update copyright. | |
2453 | (struct language_defn): Add la_lookup_transparent_type. | |
2454 | * language.c: Update copyright. | |
2455 | (unknown_language_defn): Add basic_lookup_transparent_type. | |
2456 | (auto_language_defn): Add basic_lookup_transparent_type. | |
2457 | (local_language_defn): Add basic_lookup_transparent_type. | |
2458 | * ada-lang.c: Update copyright. | |
2459 | (ada_language_defn): Add basic_lookup_transparent_type. | |
2460 | * c-lang.c: Update copyright. | |
2461 | (c_language_defn): Add basic_lookup_transparent_type. | |
2462 | (cplus_language_defn): Add basic_lookup_transparent_type. | |
2463 | (asm_language_defn): Add basic_lookup_transparent_type. | |
2464 | (minimal_language_defn): Add basic_lookup_transparent_type. | |
2465 | * f-lang.c: Update copyright. | |
2466 | (f_language_defn): Add basic_lookup_transparent_type. | |
2467 | * jv-lang.c: Update copyright. | |
2468 | (java_language_defn): Add basic_lookup_transparent_type. | |
2469 | * m2-lang.c: Update copyright. | |
2470 | (m2_language_defn): Add basic_lookup_transparent_type. | |
2471 | * objc-lang.c: Update copyright. | |
2472 | (objc_language_defn): Add basic_lookup_transparent_type. | |
2473 | * p-lang.c: Update copyright. | |
2474 | (p_language_defn): Add basic_lookup_transparent_type. | |
2475 | * scm-lang.c: Update copyright. | |
2476 | (scm_language_defn): Add basic_lookup_transparent_type. | |
2477 | * Makefile.in (cp-namespace.o): Depend on frame.h. | |
2478 | ||
fdde2d81 DC |
2479 | 2004-01-23 David Carlton <[email protected]> |
2480 | ||
2481 | Patch for PR c++/1520: | |
2482 | * dwarf2read.c (read_func_scope): Set processing_current_prefix | |
2483 | properly if we have a specification die. | |
2484 | (determine_prefix_aux): Rename from determine_prefix. | |
2485 | (determine_prefix): Like the old determine_prefix, but never | |
2486 | returns NULL. | |
2487 | ||
5b828b6b TR |
2488 | 2004-01-23 Theodore A. Roth <[email protected]> |
2489 | ||
2490 | * avr-tdep.c: Update copyright. | |
2491 | (avr_iaddr_p): Delete unused function. | |
2492 | (avr_saddr_p): Delete unused function. | |
2493 | ||
a1b8c067 DC |
2494 | 2004-01-23 David Carlton <[email protected]> |
2495 | ||
2496 | * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. | |
2497 | Fix for PR symtab/1534. | |
2498 | ||
f2cab569 MK |
2499 | 2004-01-23 Mark Kettenis <[email protected]> |
2500 | ||
2501 | * NEWS (New native configurations): Mention OpenBSD/sparc and | |
2502 | OpenBSD/sparc64. | |
2503 | * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*. | |
2504 | * configure.host: Likewise. | |
2505 | * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI | |
2506 | handler for OpenBSD. | |
2507 | * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise. | |
2508 | ||
642d8300 MK |
2509 | 2004-01-22 Mark Kettenis <[email protected]> |
2510 | ||
89aac506 MK |
2511 | * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function. |
2512 | (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer. | |
2513 | ||
36662fde MK |
2514 | * ser-pipe.c (pipe_open): Use proper null pointer in execl call. |
2515 | * cli/cli-cmds.c (shell_escape): Likewise. | |
2516 | ||
642d8300 MK |
2517 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize |
2518 | OpenBSD .note.openbsd.ident sections. | |
2519 | ||
fae299cd DC |
2520 | 2004-01-22 David Carlton <[email protected]> |
2521 | ||
2522 | * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via | |
2523 | get_scope_pc_bounds. | |
2524 | (read_file_scope): Ditto. | |
2525 | (get_scope_pc_bounds): New function, produced by extracting code | |
2526 | from the above two functions, consolidating it, and adding support | |
2527 | for DW_TAG_namespace. | |
2528 | ||
a49d618c MK |
2529 | 2004-01-22 Mark Kettenis <[email protected]> |
2530 | ||
2531 | * osabi.c (MAX_NOTESZ): New define. | |
2532 | (check_note): New function. | |
2533 | (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using | |
2534 | check_note. | |
2535 | ||
fe61caab RM |
2536 | 2004-01-21 Roland McGrath <[email protected]> |
2537 | ||
2538 | * MAINTAINERS (write after approval): Add myself. | |
2539 | ||
ec145965 EZ |
2540 | 2004-01-21 Eli Zaretskii <[email protected]> |
2541 | ||
2542 | * utils.c (init_page_info): Move declarations of `rows' and | |
2543 | `cols' before the __GO32__-specific code. Move the closing brace | |
2544 | outside the #ifdef __GO32__..#endif block. | |
2545 | [__GO32__]: Use `rows' and `cols' to avoid compiler warnings. | |
2546 | ||
877522db PB |
2547 | 2004-01-21 Paul Brook <[email protected]> |
2548 | ||
2549 | * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling | |
2550 | BPSTAT_WHAT_CHECK_SHLIBS. | |
2551 | ||
dbf5be1c PB |
2552 | 2004-01-21 Paul Brook <[email protected]> |
2553 | ||
2554 | * MAINTAINERS: Add myself to write-after-approval. | |
2555 | ||
81f08b92 AC |
2556 | 2004-01-20 Andrew Cagney <[email protected]> |
2557 | ||
5a1efed7 AC |
2558 | * ax-gdb.c (print_axs_value): Delete unused function. |
2559 | * jv-lang.c (java_lookup_type): Delete unused function. | |
2560 | * cli/cli-dump.c (dump_filetype): Delete unused function. | |
2561 | * remote-mips.c (remote_mips_insert_hw_breakpoint) | |
2562 | (remote_mips_remove_hw_breakpoint): Delete unused functions. | |
2563 | (mips_getstring): Delete unused function. | |
2564 | (pmon_insert_breakpoint): Delete #if0ed function. | |
2565 | (PMON_MAX_BP): Delete #if0ed MACRO. | |
2566 | (mips_pmon_bp_info): Delete #if0ed variable. | |
2567 | (pmon_remove_breakpoint): Delete #if0ed function. | |
2568 | * monitor.c (monitor_write_even_block): Delete unused function. | |
2569 | (monitor_write_memory_block): Delete #if0ed code. | |
2570 | * dink32-rom.c (dink32_load): Delete unused function. | |
2571 | (_initialize_dink32_rom): Delete #if0ed code. | |
2572 | * d10v-tdep.c (d10v_daddr_p): Delete unused function. | |
2573 | ||
b0a30fce AC |
2574 | * tui/tui-command.c: Update references. |
2575 | * tui/tui-io.c: Update references. | |
2576 | * tui/tui-command.h: Update copyright. | |
2577 | (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar. | |
2578 | ||
81f08b92 AC |
2579 | * source.c (ambiguous_line_spec): Delete never-defined function. |
2580 | * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto. | |
2581 | * gdbtypes.c (add_name, add_mangled_type): Ditto. | |
2582 | * cli/cli-cmds.c (validate_comname): Ditto. | |
2583 | ||
65f05602 AC |
2584 | * tui/tui-disasm.h: Update copyright. Include "tui.h" and |
2585 | "tui-data.h". | |
2586 | (tui_set_disassem_content): Rename tuiSetDisassemContent. | |
2587 | (tui_show_disassem): Rename tuiShowDisassem. | |
2588 | (tui_show_disassem_and_update_source): Rename | |
2589 | tuiVerticalDisassemScroll. | |
2590 | (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll. | |
2591 | (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress. | |
2592 | * tui/tui.h: Update copyright. | |
2593 | (enum tui_status): Define. | |
2594 | * tui/tui-data.h (enum tui_scroll_direction): Define. | |
2595 | * tui/tui-disasm.c: Update copyright. Update references. | |
2596 | * tui/tui-winsource.c: Update copyright. Update references. | |
2597 | * tui/tui-win.c: Update references. | |
2598 | * tui/tui-layout.c: Update references. | |
2599 | ||
6bb0384f AC |
2600 | 2004-01-20 Andrew Cagney <[email protected]> |
2601 | ||
2602 | * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of | |
2603 | sym2 to start of block. | |
2604 | ||
9175c9a3 MC |
2605 | 2004-01-19 Michael Chastain <[email protected]> |
2606 | ||
2607 | * MAINTAINERS: Delete mmalloc. | |
2608 | * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h. | |
2609 | * NEWS: Mention removal of --with-malloc. | |
2610 | * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE. | |
2611 | * config.in: Regenerate. | |
2612 | * configure: Regenerate. | |
6bb0384f AC |
2613 | * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, |
2614 | USE_MMALLOC, MMCHECK_FORCE. | |
9175c9a3 MC |
2615 | * gdbinit.in: Remove mmalloc. |
2616 | * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch. | |
2617 | * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS. | |
2618 | * config/i386/go32.mh: Likewise. | |
2619 | * config/i386/interix.mh: Likewise. | |
2620 | * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
2621 | ||
4fcef00a JJ |
2622 | 2004-01-19 Jeff Johnston <[email protected]> |
2623 | ||
2624 | * linespec.c (decode_variable, symtab_from_filename): Call | |
2625 | error_silent with error message instead of throwing an exception | |
2626 | directly. | |
2627 | * defs.h (error_silent, error_output_message): Add prototypes. | |
2628 | (catch_exceptions_with_msg): Ditto. | |
2629 | * utils.c (error_silent, error_output_message): New functions. | |
2630 | * top.c (catch_exceptions_with_msg): New function. | |
2631 | ||
8e94b928 NR |
2632 | 2004-01-20 Nick Roberts <[email protected]> |
2633 | ||
2634 | * mi/mi-cmds.h (enum print_values): Add definition. | |
2635 | ||
2636 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name, | |
2637 | type and value for simple data types and just the name and type | |
2638 | for complex ones, if required. | |
2639 | ||
2640 | * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the | |
2641 | children, if required. | |
2642 | ||
a02d6af8 KB |
2643 | 2004-01-19 Kevin Buettner <[email protected]> |
2644 | ||
2645 | * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete | |
2646 | unused declarations. | |
2647 | ||
78a4a9b9 AC |
2648 | 2004-01-19 Andrew Cagney <[email protected]> |
2649 | ||
2650 | * top.h (mapped_symbol_files): Delete declaration. | |
2651 | * main.c (captured_main): Delete option "m" and "mapped". | |
2652 | * objfiles.c (mapped_symbol_files): Delete variable. | |
2653 | * symfile.c (symbol_file_command): Delete mmap code. | |
2654 | (symbol_file_add_with_addrs_or_offsets): Ditto. | |
2655 | (add_symbol_file_command, reread_separate_symbols): Ditto. | |
2656 | * objfiles.h (OBJF_MAPPED): Delete. | |
2657 | * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete. | |
2658 | (free_objfile) [USE_MMALLOC]: Ditto. | |
2659 | (open_existing_mapped_file): Delete function. | |
2660 | (open_mapped_file): Delete function. | |
2661 | (map_to_file): Delete function. | |
2662 | ||
2dbd5e30 KB |
2663 | 2004-01-19 Kevin Buettner <[email protected]> |
2664 | ||
2665 | * infrun.c (step_into_function): Account for possible breakpoint | |
2666 | adjustment when computing ``stop_func_start''. | |
2667 | ||
437b434f KB |
2668 | 2004-01-19 Kevin Buettner <[email protected]> |
2669 | ||
2670 | * target.c (default_region_size_ok_for_hw_watchpoint): Compare | |
2671 | the region size against the size of a pointer, not the size of | |
2672 | a register as given by DEPRECATED_REGISTER_SIZE. | |
2673 | ||
55fb0713 AC |
2674 | 2004-01-19 Andrew Cagney <[email protected]> |
2675 | ||
2676 | * tui/tui-regs.h: Include "tui-data.h". | |
2677 | (tuiFirstRegElementNoInLine): Delete declaration. | |
2678 | (tui_display_registers_from): Rename tuiDisplayRegistersFrom. | |
2679 | (tui_last_regs_line_no): Rename tuiLastRegsLineNo. | |
2680 | (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo. | |
2681 | (tui_calculate_regs_column_count): Rename | |
2682 | tuiCalculateRegsColumnCount. | |
2683 | (tui_check_register_values): Rename tuiCheckRegisterValues. | |
2684 | (tui_show_registers): Rename tuiShowRegisters. | |
2685 | (tui_display_registers_from_line): Rename | |
2686 | tuiDisplayRegistersFromLine. | |
2687 | (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine. | |
2688 | (tui_toggle_float_regs): Rename tuiToggleFloatRegs. | |
2689 | (tui_first_reg_element_no_inline): Rename | |
2690 | tuiFirstRegElementNoInLine. | |
2691 | * tui/tui-data.h: Update copyright. | |
2692 | (enum tui_register_display_type): Rename _TuiRegisterDisplayType. | |
2693 | * tui/tui-windata.c: Update copyright, update references. | |
2694 | * tui/tui-regs.c: Update copyright, update references. | |
2695 | * tui/tui-win.c: Update copyright, update references. | |
2696 | * tui/tui-layout.c: Update copyright, update references. | |
fe61caab | 2697 | |
cebe9500 AC |
2698 | 2004-01-18 Andrew Cagney <[email protected]> |
2699 | ||
bcdf1568 AC |
2700 | * tui/tui-io.c: Update copyright. |
2701 | (key_is_end_sequence, key_is_backspace): New functions. | |
2702 | (key_is_command_char, key_is_start_sequence): New function. | |
2703 | (tui_getc): Update references. | |
2704 | * tui/tui-io.h: Update copyright. | |
2705 | (m_tuiStartNewLine): Delete macro. | |
2706 | (m_isBackspace, m_isDeleteChar): Delete macros. | |
2707 | (m_isDeleteLine, m_isDeleteToEol): Delete macros. | |
2708 | (m_isNextPage, m_isPrevPage): Delete macros. | |
2709 | (m_isLeftArrow, m_isRightArrow): Delete macros. | |
2710 | (m_isXdbStyleCommandChar): Delete macro. | |
2711 | (key_is_start_sequence): Declare, replace m_isStartSequence. | |
2712 | (key_is_end_sequence): Declare, replace m_isEndSequence. | |
2713 | (key_is_backspace): Declare ,replace m_isBackspace. | |
2714 | (key_is_command_char): Declare, replace m_isCommandChar. | |
2715 | * tui/tui-command.c: Update copyright. | |
2716 | (tuiDispatchCtrlChar): Update references. | |
2717 | ||
130d87e6 AC |
2718 | * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and |
2719 | tuiSourceWin.h. | |
2720 | ||
d7b2e967 AC |
2721 | * tui/tui-command.c: Rename tui/tuiCommand.c. |
2722 | * tui/tui-command.h: Rename tui/tuiCommand.h. | |
2723 | * tui/tui-data.c: Rename tui/tuiData.c. | |
2724 | * tui/tui-data.h: Rename tui/tuiData.h. | |
2725 | * tui/tui-disasm.c: Rename tui/tuiDisassem.c. | |
2726 | * tui/tui-disasm.h: Rename tui/tuiDisassem.h. | |
2727 | * tui/tui-io.c: Rename tui/tuiIO.c. | |
2728 | * tui/tui-io.h: Rename tui/tuiIO.h. | |
2729 | * tui/tui-layout.c: Rename tui/tuiLayout.c. | |
2730 | * tui/tui-layout.h: Rename tui/tuiLayout.h. | |
2731 | * tui/tui-regs.c: Rename tui/tuiRegs.c. | |
2732 | * tui/tui-regs.h: Rename tui/tuiRegs.h. | |
2733 | * tui/tui-source.c: Rename tui/tuiSource.c. | |
2734 | * tui/tui-source.h: Rename tui/tuiSource.h. | |
2735 | * tui/tui-stack.c: Rename tui/tuiStack.c. | |
2736 | * tui/tui-stack.h: Rename tui/tuiStack.h. | |
2737 | * tui/tui-win.c: Rename tui/tuiWin.c. | |
2738 | * tui/tui-win.h: Rename tui/tuiWin.h. | |
2739 | * tui/tui-windata.c: Rename tui/tuiDataWin.c. | |
2740 | * tui/tui-windata.h: Rename tui/tuiDataWin.h. | |
2741 | * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c. | |
2742 | * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h. | |
2743 | * tui/tui-winsource.c: Rename tui/tuiSourceWin.c. | |
2744 | * tui/tui-winsource.h: Rename tui/tuiSourceWin.h. | |
2745 | * tui/tui-file.c: Update includes. | |
2746 | * tui/tui-hooks.c: Update includes. | |
2747 | * tui/tui-interp.c: Update includes. | |
2748 | * tui/tui.c: Update includes. | |
2749 | * Makefile.in: Update all tui/ dependencies. | |
2750 | (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names. | |
2751 | ||
b2100910 AC |
2752 | * Makefile.in: Update copyright. Update dependencies. |
2753 | ||
cebe9500 AC |
2754 | * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile |
2755 | problem. | |
2756 | ||
c6f0559b AC |
2757 | 2004-01-18 Andrew Cagney <[email protected]> |
2758 | ||
43e9390b AC |
2759 | * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register |
2760 | instead of register_gdbarch_init. | |
2761 | ||
c6f0559b AC |
2762 | * remote-sds.c (tohex): Delete unused function. Update copyright. |
2763 | * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto. | |
2764 | * v850-tdep.c (v850_register_virtual_size): Ditto. | |
2765 | * target.c (normal_target_post_startup_inferior): Ditto. | |
2766 | * source.c (ambiguous_line_spec): Ditto. | |
2767 | * remote.c (adapt_remote_get_threadinfo): Ditto. | |
2768 | * mi/mi-out.c (out_field_fmt): Ditto. | |
2769 | * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto. | |
2770 | (output_control_change_notification): Ditto. | |
2771 | * m68k-tdep.c (m68k_register_byte): Ditto. | |
2772 | (m68k_remote_breakpoint_from_pc): Ditto. | |
2773 | * ui-out.c (init_ui_out_state): Delete unused declaration. | |
2774 | * stabsread.c (search_value): Ditto. | |
2775 | * mi/mi-cmd-env.c (env_cli_command): Ditto. | |
2776 | * maint.c (print_section_table): Ditto. | |
2777 | * infrun.c (set_follow_fork_mode_command): Ditto. | |
2778 | ||
a8504492 MK |
2779 | 2004-01-18 Mark Kettenis <[email protected]> |
2780 | ||
2781 | * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before | |
2782 | DW_CFA_def_cfa_exporession. Add support for | |
2783 | DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and | |
2784 | DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391. | |
2785 | ||
0bd8997e AC |
2786 | 2004-01-18 Andrew Cagney <[email protected]> |
2787 | ||
2788 | * ocd.c: Update copyright. | |
2789 | (bdm_read_register_command): Delete unused function. | |
2790 | (_initialize_remote_ocd): Delete commented out reference. | |
2791 | (get_quoted_char, reset_packet): Delete #if0ed function. | |
2792 | (output_packet, put_quoted_char): Delete #if0ed function. | |
2793 | (stu_put_packet, stu_get_packet): Delete #if0ed function. | |
2794 | (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper. | |
2795 | (BDM_BREAKPOINT): Delete #if0ed macro. | |
2796 | (remote_timeout): Delete #if0ed variable. | |
2797 | ||
31bb40e4 MK |
2798 | 2004-01-18 Mark Kettenis <[email protected]> |
2799 | ||
2800 | * Makefile.in (ALLDEPFILES): Remove core-sol2.c. | |
2801 | (core-sol2.o): Remove dependency. | |
2802 | * core-sol2.c: Remove file. | |
2803 | ||
887432a5 AC |
2804 | 2004-01-17 Andrew Cagney <[email protected]> |
2805 | ||
2806 | * mdebugread.c (compare_blocks): Make addr_diff a LONGEST. | |
2807 | * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK | |
2808 | enums. | |
2809 | ||
29182b13 DJ |
2810 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
2811 | ||
2812 | * remote.c: Update copyright years. | |
2813 | ||
2963ee1d DJ |
2814 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
2815 | ||
2816 | * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. | |
2817 | ||
79d45cd4 AC |
2818 | 2004-01-17 Andrew Cagney <[email protected]> |
2819 | ||
ee300cd4 AC |
2820 | * mdebugread.c: Update copyright. |
2821 | (parse_symbol): Replace DEPRECATED_STREQ with strcmp. | |
2822 | (parse_type, parse_procedure): Ditto. | |
2823 | (parse_partial_symbols, psymtab_to_symtab_1): Ditto. | |
2824 | ||
fcacc9c2 AC |
2825 | * cris-tdep.c (cris_store_struct_return): Put back accidently |
2826 | deleted function. | |
2827 | ||
79d45cd4 AC |
2828 | * gdbarch.sh: Update copyright year. |
2829 | * gdbarch.h, gdbarch.c: Re-generate. | |
2830 | ||
b263358a DJ |
2831 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
2832 | ||
2833 | Suggested by George Anzinger. | |
2834 | * dwarf2expr.c (execute_stack_op): Fetch the second item from the | |
2835 | correct stack offset. Include unknown opcode numbers in the error | |
2836 | message. | |
2837 | ||
931aecf5 AC |
2838 | 2004-01-17 Andrew Cagney <[email protected]> |
2839 | ||
2840 | * x86-64-tdep.c (x86_64_init_abi): No need to clear | |
2841 | extract_struct_value_address, i386 does not set it. | |
2842 | * sparc64-tdep.c (sparc64_init_abi): Do not set | |
2843 | extract_struct_value_address, never called. | |
2844 | (sparc64_extract_struct_value_address): Delete function. | |
2845 | * m68hc11-tdep.c: Update copyright. | |
2846 | (m68hc11_gdbarch_init): Delete redundant assignment of | |
2847 | extract_struct_value_address. | |
2848 | * i386-tdep.c: Update copyright. | |
2849 | (i386_gdbarch_init): Do not set extract_struct_value_address, | |
2850 | never called. | |
2851 | (i386_extract_struct_value_address): Delete function. | |
2852 | * sparc-tdep.c (sparc32_gdbarch_init): Do not set | |
2853 | extract_struct_value_address, never called. | |
2854 | (sparc32_extract_struct_value_address): #if 0 function. Add | |
2855 | comments explaining its future. | |
2856 | ||
756fe439 DJ |
2857 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
2858 | ||
2859 | * arm-tdep.c (arm_write_pc): New function. | |
2860 | (arm_gdbarch_init): Call set_gdbarch_write_pc. | |
2861 | ||
e74f0f02 DJ |
2862 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
2863 | ||
2864 | * breakpoint.c (must_shift_inst_regs): Delete. | |
2865 | (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK | |
2866 | and SHIFT_INST_REGS. | |
2867 | * infcmd.c (step_1, step_1_continuation): Delete references to | |
2868 | SHIFT_INST_REGS. | |
2869 | * infrun.c (keep_going): Likewise. | |
2870 | * target.h (DECR_PC_AFTER_HW_BREAK): Don't define. | |
2871 | * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise. | |
2872 | ||
b6cb9035 AC |
2873 | 2004-01-17 Andrew Cagney <[email protected]> |
2874 | ||
444a1e2e AC |
2875 | * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete. |
2876 | * gdbarch.h, gdbarch.c: Re-generate. | |
2877 | * infcmd.c (print_return_value): Delete reference to | |
2878 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
2879 | ||
def7e6ed AC |
2880 | * cris-tdep.c (cris_gdbarch_init): Do not set |
2881 | deprecated_extract_struct_value_address. | |
2882 | ||
07be497a AC |
2883 | * xstormy16-tdep.c: Update copyright. |
2884 | (xstormy16_extract_struct_value_address): Update to current | |
2885 | extract struct value address interface. | |
2886 | (xstormy16_gdbarch_init): Set extract_struct_value_address. | |
2887 | * sh64-tdep.c (sh64_extract_struct_value_address): Update to | |
2888 | current extract struct value address interface. | |
2889 | (sh64_gdbarch_init): Set extract_struct_value_address. | |
2890 | ||
6b4d5c91 AC |
2891 | * cris-tdep.c: Update copyright. |
2892 | (cris_extract_struct_value_address): Delete function. | |
2893 | (struct_return_address): Delete variable. | |
2894 | (cris_store_struct_return): Do not set struct_return_address. | |
2895 | ||
464e0365 AC |
2896 | * mcore-tdep.c: Update copyright. |
2897 | (mcore_extract_struct_value_address): Delete function. Update | |
2898 | comments. | |
2899 | (mcore_gdbarch_init): Update. | |
2900 | * mn10300-tdep.c: Update copyright. | |
2901 | (mn10300_extract_struct_value_address): Delete function. | |
2902 | (mn10300_gdbarch_init): Update. | |
2903 | * v850-tdep.c: Update copyright. | |
2904 | (v850_extract_struct_value_address): Delete. | |
2905 | (v850_gdbarch_init): Update. | |
2906 | * ns32k-tdep.c: Update copyright. | |
2907 | (ns32k_extract_struct_value_address): Delete. | |
2908 | (ns32k_gdbarch_init): Update. | |
2909 | * hppa-tdep.c (hppa_extract_struct_value_address): Delete. | |
2910 | (hppa_gdbarch_init): Update. | |
2911 | * vax-tdep.c: Update copyright. | |
2912 | (vax_extract_struct_value_address): Delete. | |
2913 | (vax_gdbarch_init): Update. | |
2914 | ||
afb18d0f AC |
2915 | * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete. |
2916 | * gdbarch.h, gdbarch.c: Re-generate. | |
2917 | * procfs.c (procfs_fetch_registers): Delete reference to | |
2918 | DEPRECATED_NPC_REGNUM. | |
2919 | (procfs_store_registers): Ditto. | |
2920 | * regcache.c (generic_target_write_pc): Simplify. | |
2921 | * lynx-nat.c: Delete #ifdef SPARC code. Not used. | |
2922 | ||
a698f53e AC |
2923 | * core-sol2.c (fetch_core_registers): Replace |
2924 | DEPRECATED_NPC_REGNUM with equivalent tdep value. | |
2925 | ||
adc11376 AC |
2926 | * hppa-tdep.c: Update copyright year. |
2927 | (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of | |
2928 | NPC_REGNUM. | |
2929 | (hppa_gdbarch_init): Do not set deprecated_npc_regnum. | |
2930 | ||
b6cb9035 AC |
2931 | * mips-tdep.c (mips_write_pc): New function. |
2932 | (mips_gdbarch_init): Set "write_pc" to "mips_write_pc". | |
2933 | (mips_read_pc): Use mips_regnum instead of PC_REGNUM. | |
2934 | (mips_find_saved_regs, mips_software_single_step: Ditto. | |
2935 | (mips_frame_saved_pc, mips_frame_saved_pc): Ditto. | |
2936 | mips_init_extra_frame_info, mips_pop_frame): Ditto. | |
2937 | ||
6d82d43b AC |
2938 | 2004-01-17 Andrew Cagney <[email protected]> |
2939 | ||
2940 | * mips-tdep.c: Re-indent. Group functions by ABI. | |
2941 | ||
71bd6bd4 AC |
2942 | 2004-01-17 Andrew Cagney <[email protected]> |
2943 | ||
2944 | * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default. | |
2945 | * gdbarch.c: Re-generate. | |
2946 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
2947 | DECR_PC_AFTER_BREAK to zero. | |
2948 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
2949 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
2950 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
2951 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
2952 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
2953 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
2954 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
2955 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
2956 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
2957 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
2958 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
2959 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
2960 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
2961 | * i386-interix-tdep.c (i386_interix_init_abi): Ditto. | |
2962 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
2963 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
2964 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
2965 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
2966 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
2967 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
2968 | * i386-nto-tdep.c (i386nto_init_abi): Add comment. | |
2969 | ||
a02abb62 JB |
2970 | 2004-01-17 J. Brobecker <[email protected]> |
2971 | ||
2972 | * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint): | |
2973 | Delete, no longer used. | |
2974 | (read_subrange_type): New function, mostly extracted from | |
2975 | read_array_type(). | |
2976 | (read_array_type): Replace extracted code by call to | |
2977 | read_subrange_type(). | |
2978 | (dwarf2_get_attr_constant_value): New function. | |
2979 | (scan_partial_symbols): Add handling for DW_TAG_subrange_type. | |
2980 | (add_partial_symbol): Likewise. | |
2981 | (process_die): Likewise. | |
2982 | (new_symbol): Likewise. | |
2983 | (read_type_die): Likewise. | |
2984 | ||
cf5b2f1b AC |
2985 | 2004-01-16 Andrew Cagney <[email protected]> |
2986 | ||
2987 | * symfile.c: Update copyright year. | |
2988 | (compare_symbols): Delete unused function. | |
2989 | * stabsread.c: Update copyright year. | |
2990 | (lrs_general_complaint): Delete unused function. | |
2991 | (ref_search_value): Ditto. | |
2992 | (get_substring): Delete declaration. | |
2993 | * sh64-tdep.c: Update copyright year. | |
2994 | (sh64_get_gdb_regnum): Delete unused function. | |
2995 | * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint): | |
2996 | Delete unused function. | |
2997 | ||
d33b9831 MK |
2998 | 2004-01-17 Mark Kettenis <[email protected]> |
2999 | ||
3000 | * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF. | |
3001 | * osabi.c (gdb_osabi_names): Add "OpenBSD ELF". | |
3002 | ||
7aea86e6 AC |
3003 | 2004-01-16 Andrew Cagney <[email protected]> |
3004 | ||
3005 | Changes from Peter Schauer. | |
3006 | * rs6000-tdep.c: Update copyright year. | |
3007 | (rs6000_push_dummy_call): Update the stack pointer before | |
3008 | accessing the corresponding stack region. | |
3009 | * rs6000-nat.c: Update copyright year. | |
3010 | (set_host_arch): Set "info.abfd" to "exec_bfd". | |
3011 | ||
26b0da32 MK |
3012 | 2004-01-15 Mark Kettenis <[email protected]> |
3013 | ||
3014 | * blockframe.c: Update copyright year. | |
3015 | (inside_entry_func): Don't treat a zero PC specially. | |
3016 | ||
86fbe6cc EZ |
3017 | 2004-01-14 Elena Zannoni <[email protected]> |
3018 | ||
3019 | * gcore.c (gcore_copy_callback): Use paddr_d to print size | |
3020 | variable. | |
3021 | (gcore_create_callback): Ditto. Skip any memory segment that has | |
3022 | no permissions set. | |
3023 | ||
63d06c5c DC |
3024 | 2004-01-14 David Carlton <[email protected]> |
3025 | ||
3026 | Change symbols for C++ nested types to contain the fully qualified | |
3027 | name, if possible. (At least in the DWARF-2 case.) Partial fix | |
3028 | for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832, | |
3029 | c++/895. | |
3030 | * c-exp.y (qualified_type): Handle types nested within classes. | |
3031 | * cp-namespace.c: Update comments. | |
3032 | (cp_set_block_scope): Delete #if 0. | |
3033 | (cp_lookup_nested_type): Handle types nested within classes. | |
3034 | * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure | |
3035 | when appropriate. | |
3036 | (add_partial_symbol): Add the name of the enclosing namespace to | |
3037 | types. | |
3038 | (pdi_needs_namespace): New. | |
3039 | (add_partial_namespace): Tweak comment. | |
3040 | (add_partial_structure): New. | |
3041 | (psymtab_to_symtab_1): Initialize processing_current_prefix | |
3042 | here... | |
3043 | (process_die): instead of here. | |
3044 | (read_structure_scope): Try to figure out the name of the class or | |
3045 | namespace that the structure might be defined within. | |
3046 | (read_enumeration): Generate fully-qualified names, if possible. | |
3047 | (read_namespace): Don't set name to NULL. | |
3048 | (die_specification): New. | |
3049 | (new_symbol): Generate fully-qualified names for types. | |
3050 | (read_type_die): Determine appropriate prefix. | |
3051 | (determine_prefix): New. | |
3052 | (typename_concat): New. | |
3053 | (class_name): New. | |
3054 | * valops.c (value_aggregate_elt): Pass NOSIDE to | |
3055 | value_struct_elt_for_reference. | |
3056 | (value_struct_elt_for_reference): Make static, add NOSIDE | |
3057 | parameter, call value_maybe_namespace_elt as a last resort. | |
3058 | (value_namespace_elt): Break out code into | |
3059 | value_maybe_namespace_elt. | |
3060 | (value_maybe_namespace_elt): New. | |
3061 | ||
87783b8b AC |
3062 | 2004-01-12 Andrew Cagney <[email protected]> |
3063 | ||
3064 | * mips-tdep.c (mips_convert_register_p): Handle both raw and | |
3065 | cooked floating-point registers. | |
3066 | (mips_gdbarch_init): Set convert_register_p, register_to_value, | |
3067 | and value_to_register. | |
3068 | ||
6503b91e AC |
3069 | 2004-01-13 Andrew Cagney <[email protected]> |
3070 | ||
3071 | * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default. | |
3072 | * gdbarch.c: Re-generate. | |
3073 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
3074 | FUNCTION_START_OFFSET. | |
3075 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
3076 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
3077 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
3078 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
3079 | * s390-tdep.c (s390_gdbarch_init): Ditto. | |
3080 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
3081 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
3082 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
3083 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
3084 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
3085 | * m68k-tdep.c (m68k_gdbarch_init): Ditto. | |
3086 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
3087 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
3088 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
3089 | * i386-tdep.c (i386_gdbarch_init): Ditto. | |
3090 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
3091 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
3092 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
3093 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
3094 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
3095 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
3096 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
3097 | * alpha-tdep.c (alpha_gdbarch_init): Ditto. | |
3098 | ||
ea1dd7bc DJ |
3099 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
3100 | ||
3101 | * infrun.c (follow_fork_mode_ask): Remove. | |
3102 | (follow_fork_mode_kind_names): Remove follow_fork_mode_ask. | |
3103 | (follow_fork): Simplify and remove internal error for | |
3104 | follow_fork_mode_ask. | |
3105 | (_initialize_infrun): Update "set follow-fork-mode" help text. | |
3106 | ||
0f0cffd2 AC |
3107 | 2004-01-13 Andrew Cagney <[email protected]> |
3108 | ||
3109 | * configure.in: Update copyright year. | |
3110 | (build_warnings): Add -Wunused-label. | |
3111 | * configure: Re-generate. | |
3112 | ||
de38af99 AC |
3113 | 2004-01-12 Andrew Cagney <[email protected]> |
3114 | ||
954a7fba AC |
3115 | * exec.h (exec_ops): Make "extern". |
3116 | ||
de38af99 AC |
3117 | * mips-tdep.c (mips_pseudo_register_read): Don't return a value, |
3118 | the function is void. | |
3119 | (mips_pseudo_register_write): Ditto. | |
3120 | ||
1a111ce3 AC |
3121 | 2004-01-12 Andrew Cagney <[email protected]> |
3122 | ||
3123 | * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO | |
3124 | call. Never defined. | |
3125 | * sparc-tdep.h (struct frame_info): Add opaque declaration. | |
3126 | * sparc64-tdep.h (struct gdbarch): Add opaque declaration. | |
3127 | (struct sparc_gregset, struct regcache): Ditto. | |
3128 | * sparc-nat.c: Update copyright. Specify "GNU/Linux". | |
3129 | ||
48efe704 AC |
3130 | 2004-01-12 Andrew Cagney <[email protected]> |
3131 | ||
3132 | * mi/ChangeLog: Delete file. Renamed to ... | |
3133 | * mi/ChangeLog-1999-2003: New file. | |
3134 | * tui/ChangeLog: Delete file. Renamed to ... | |
3135 | * tui/ChangeLog-1998-2003: New file. | |
fe61caab | 3136 | |
a54124c5 MK |
3137 | 2004-01-11 Mark Kettenis <[email protected]> |
3138 | ||
2ca62865 MK |
3139 | * sparc64nbsd-tdep.c: Include "regset.h". |
3140 | (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg): | |
3141 | Remove variables. | |
3142 | (fetch_core_registers): Remove function. | |
3143 | (sparc64nbsd_core_fns): Remove variable. | |
3144 | (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New | |
3145 | functions. | |
3146 | (sparc64nbsd_init_abi): Initialize TDEP->gregset, | |
3147 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
3148 | (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns. | |
3149 | ||
ca9d58e9 MK |
3150 | * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from |
3151 | sparc_extract_struct_value_address. | |
3152 | (sparc32_gdbarch_init): Set extract_struct_value_address. | |
3153 | * sparc64-tdep.c (sparc64_extract_struct_value_address): New | |
3154 | function. | |
3155 | (sparc64_init_abi): Set extract_struct_value_address. Don't set | |
3156 | return_value_on_stack. | |
3157 | ||
3cc87ec0 MK |
3158 | * NEWS: Mention that %cs and %ss have been added to the AMD64 |
3159 | configurations | |
3160 | ||
5bf00f29 MK |
3161 | * frame.c: Update copyright year. |
3162 | (get_prev_frame): Improve comment. | |
3163 | ||
4f7ec84e MK |
3164 | * sparc64fbsd-tdep.c: Include "regset.h". |
3165 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
3166 | Remove variables. | |
3167 | (fetch_core_registers): Remove function. | |
3168 | (sparc64fbsd_core_fns): Remove variable. | |
3169 | (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New | |
3170 | functions. | |
3171 | (sparc64fbsd_init_abi): Initialize TDEP->gregset, | |
3172 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
46b58ce9 | 3173 | (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns. |
4f7ec84e | 3174 | |
4e7b0cd3 MK |
3175 | * sparcnbsd-tdep.c: Include "regset.h". |
3176 | (fetch_core_registers): Remove function. | |
3177 | (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles. | |
3178 | (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New | |
3179 | functions. | |
3180 | (sparc32nbsd_init_abi): Initialize TDEP->gregset and | |
3181 | TDEP->fpregset. | |
46b58ce9 | 3182 | (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns. |
4e7b0cd3 | 3183 | |
a54124c5 MK |
3184 | * sparc-tdep.h (struct regset): Provide opaque declaration. |
3185 | (struct gdbarch_tdep): Add gregset, sizeof_gregset, | |
3186 | fpregset and sizeof_fpregset members. | |
3187 | * sparc-tdep.c (struct regset): Provide opaque declaration. | |
3188 | (sparc_regset_from_core_section): New function. | |
3189 | (sparc32_gdbarch_init): Initialize TDEP->gregset, | |
3190 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset. | |
3191 | Set regset_from_core_section when appropriate. | |
3192 | ||
29ff87c5 MK |
3193 | 2004-01-10 Mark Kettenis <[email protected]> |
3194 | ||
79b1ab3d MK |
3195 | * x86-64-tdep.c (amd64_non_pod_p): New function. |
3196 | (amd64_classify_aggregate): Return class memory for non-POD | |
3197 | C++ structure types. | |
3198 | ||
6470d250 MK |
3199 | * x86-64-tdep.c (amd64_push_arguments): Add struct_return |
3200 | argument. Use it to reserve a register if necessary. | |
3201 | (amd64_push_dummy_call): Pass STRUCT_RETURN in call to | |
3202 | amd64_push_arguments. | |
3203 | ||
562c50c2 MK |
3204 | * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields. |
3205 | ||
af233647 MK |
3206 | * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust |
3207 | register numbers in comments. | |
3208 | * x86-64-tdep.h: Update copyright year. | |
3209 | (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): | |
3210 | Adjust for addition of %cs and %ss. | |
3211 | * amd64fbsd-nat.c: Update copyright year. | |
3212 | (reg_offset): Add register offsets for %cs and %ss. | |
3213 | * amd64fbsd-tdep.c: Update copyright year. | |
3214 | (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
3215 | (amd64fbsd_sc_reg_offset): Likewise. | |
3216 | * x86-64-linux-nat.c: Update copyright year. | |
3217 | (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs | |
3218 | and %ss. | |
3219 | * amd64nbsd-nat.c: Update copyright year. | |
3220 | (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss. | |
3221 | * amd64nbsd-tdep.c: Update copyright year. | |
3222 | (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
3223 | * x86-64-linux-tdep.c: Update copyright year. | |
3224 | (user_to_gdb_regmap): Add mapping for %cs and %ss. | |
3225 | (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss. | |
3226 | * regformats/reg-x86-64.dat: Add %cs and %ss. | |
3227 | ||
29ff87c5 MK |
3228 | * blockframe.c (inside_entry_func): Reformat. Introduce new local |
3229 | variables to prevent long lines. Update comments to reflect | |
3230 | reality. | |
3231 | ||
38d518c9 EZ |
3232 | 2004-01-09 David Carlton <[email protected]> |
3233 | ||
3234 | Checked in by Elena Zannoni <[email protected]>. | |
3235 | * dwarf2read.c (read_namespace): Pull out name-generating code | |
3236 | into namespace_name. Rename previous_namespace to previous_prefix | |
3237 | and processing_current_namespace to processing_current_prefix.. | |
3238 | (namespace_name): New function. | |
3239 | (add_partial_symbol): Substitute uses of pdi->name with | |
3240 | actual_name. | |
3241 | * cp-support.h: Rename processing_current_namespace to | |
3242 | processing_current_prefix. | |
3243 | Update copyright year. | |
3244 | * cp-namespace.c: Rename processing_current_namespace to | |
3245 | processing_current_prefix. | |
3246 | Update copyright year. | |
fe61caab | 3247 | |
1e4728e7 AC |
3248 | 2004-01-09 Andrew Cagney <[email protected]> |
3249 | ||
3250 | * jv-valprint.c, ser-unix.c: Add missing copyright years. | |
3251 | ||
c77c642a MK |
3252 | 2004-01-09 Mark Kettenis <[email protected]> |
3253 | ||
3254 | * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of | |
3255 | complaining. | |
3256 | (process_one_symbol): Deal with N_PATCH stabs. | |
3257 | ||
b44e9041 EZ |
3258 | 2004-01-09 Elena Zannoni <[email protected]> |
3259 | ||
3260 | * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and | |
3261 | ifdeffed code. | |
3262 | Update copyright year. | |
38d518c9 | 3263 | |
eccfb640 MC |
3264 | 2004-01-08 Michael Chastain <[email protected]> |
3265 | ||
3266 | * config/pa/tm-hppa.h: Update extern declarations for | |
3267 | hppa32_hpux_frame_saved_pc_in_sigtramp, | |
3268 | hppa32_hpux_frame_base_before_sigtramp, and | |
3269 | hppa32_hpux_frame_find_saved_regs_in_sigtramp. | |
3270 | ||
848c5feb MC |
3271 | 2004-01-08 Michael Chastain <[email protected]> |
3272 | ||
3273 | * config/pa/tm-hppah.h: Update copyright years. | |
3274 | ||
3cc5d663 AC |
3275 | 2004-01-08 Andrew Cagney <[email protected]> |
3276 | ||
3277 | * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function. | |
3278 | (mips_o32_reg_struct_has_addr): Delete function. | |
3279 | (mips_gdbarch_init): Update. | |
3280 | (mips_extract_struct_value_address): Delete function. | |
3281 | ||
bfec0b41 JJ |
3282 | 2004-01-08 David Mosberger <[email protected]> |
3283 | ||
3284 | * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect | |
3285 | reality. | |
3286 | ||
16e109ca AC |
3287 | 2004-01-07 Andrew Cagney <[email protected]> |
3288 | ||
6214a8a1 AC |
3289 | * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous |
3290 | architecture's elf flags (when available). | |
3291 | ||
8d5838b5 AC |
3292 | * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS |
3293 | FPU to the start, check the MIPS FPU when looking for an old | |
3294 | architecture. | |
3295 | (set_mipsfpu_single_command): Update the architecture. | |
3296 | (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. | |
3297 | ||
480d3dd2 AC |
3298 | * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. |
3299 | (mips_mask_address_p): Add "tdep" parameter. | |
3300 | (show_mask_address, mips_addr_bits_remove): Update. | |
3301 | (mips_dump_tdep): Update. | |
3302 | (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. | |
3303 | (MIPS_STACK_ARGSIZE): Delete macro. | |
3304 | (mips_stack_argsize, mips_eabi_push_dummy_call): Update. | |
3305 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. | |
3306 | (mips_o64_push_dummy_call, mips_o32_return_value): Update. | |
3307 | (mips_dump_tdep): Update. | |
3308 | (MIPS_SAVED_REGSIZE): Delete macro. | |
3309 | (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. | |
3310 | (mips_saved_regsize, mips_eabi_use_struct_convention): Update. | |
3311 | (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. | |
3312 | (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. | |
3313 | (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. | |
3314 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. | |
3315 | (mips_pop_frame, return_value_location): Update. | |
3316 | (mips_n32n64_return_value, mips_dump_tdep): Update. | |
3317 | ||
ec03c1ac AC |
3318 | * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the |
3319 | MIPS ABI. | |
3320 | ||
16e109ca AC |
3321 | * mips-tdep.c: Update copyright. |
3322 | (mips_gdbarch_init): Merge two code blocks handling the register | |
3323 | name and number layout. | |
3324 | ||
15255275 MS |
3325 | 2004-01-02 Pawel Ostrowski <[email protected]> |
3326 | ||
3327 | * tracepoint.c (validate_actionline): Fix segv at EOF | |
3328 | ||
9f9057da MC |
3329 | 2004-01-07 Michael Chastain <[email protected]> |
3330 | ||
3331 | * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME | |
3332 | properly for static fields. | |
3333 | ||
0127c0d3 | 3334 | 2004-01-06 Jeff Johnston <[email protected]> |
91562f53 | 3335 | Jason Molenda <[email protected]> |
0127c0d3 JJ |
3336 | |
3337 | * disasm.c: Update copyright to include 2004. | |
3338 | (do_mixed_source_and_assembly): For uiout asm list | |
3339 | and tuple cleanups, initialize to null_cleanup instead of | |
fe61caab | 3340 | NULL and do so prior to loop. Only reset when we close off |
0127c0d3 | 3341 | the tuple/list. Move check for whether to close off the |
fe61caab | 3342 | asm tuple/list to after dump_insns call where it will be run |
0127c0d3 JJ |
3343 | on each loop iteration. |
3344 | ||
5269965e AC |
3345 | 2004-01-05 Andrew Cagney <[email protected]> |
3346 | ||
54f1137d AC |
3347 | * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" |
3348 | should be a switch case and not a label. | |
3349 | * mips-tdep.c (mips32_next_pc): Delete unused labels | |
3350 | "greater_equal_branch" and "less_zero_branch". | |
3351 | * jv-valprint.c (java_print_value_fields): Delete unused label | |
3352 | "flush_it". | |
3353 | ||
5269965e AC |
3354 | * target.c (unpush_target): Only close a target that is in the |
3355 | target stack. | |
3356 | ||
dbc22fa1 MK |
3357 | 2004-01-05 Mark Kettenis <[email protected]> |
3358 | ||
9515395e MK |
3359 | * sparc-tdep.c (sparc_extract_struct_value_address): Get the |
3360 | address from [sp + 64] instead of %o2. | |
3361 | ||
dbc22fa1 MK |
3362 | * frame.c (get_prev_frame): Don't try to unwind the PC. This |
3363 | fixes PR backtrace/1476. | |
3364 | ||
5439edaa AC |
3365 | 2004-01-05 Andrew Cagney <[email protected]> |
3366 | ||
3367 | * libunwind-frame.h (struct frame_id): Add opaque declaration, | |
3368 | move to start of file. | |
3369 | * i386-tdep.h (struct regcache): Add opaque declaration. | |
3370 | * config/ia64/nm-linux.h (struct target_ops): Add opaque | |
3371 | declaration. | |
3372 | * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. | |
3373 | (ia64_gdbarch_init): Use "GNU/Linux" in comment. | |
3374 | * win32-nat.c (fake_create_process): Use ISO C style definition. | |
3375 | * stabsread.c (define_symbol): Delete #ifndef | |
3376 | DEPRECATED_USE_REGISTER_NOT_ARG wrapper around | |
3377 | stabs_argument_has_addr call, macro never defined. | |
3378 | ||
19061abe MC |
3379 | 2004-01-04 Michael Chastain <[email protected]> |
3380 | ||
3381 | * op50-rom.c: Delete. | |
3382 | * w89k-rom.c: Delete. | |
3383 | * Makefile.in: Remove references. | |
3384 | ||
e53bef9f MK |
3385 | 2004-01-04 Mark Kettenis <[email protected]> |
3386 | ||
3387 | * x86-64-tdep.c: Update copyright year. | |
3388 | (struct amd64_register_info): Rename from x86_64_register_info. | |
3389 | (amd64_register_info): Rename from x86_64_register_info. | |
3390 | (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS. | |
3391 | (amd64_register_name): Rename from x86_64_register_name. | |
3392 | (amd64_register_type): Rename from x86_64_register_type. | |
3393 | (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap. | |
3394 | (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len. | |
3395 | (amd64_dwarf_reg_to_regnum): Rename from | |
3396 | x86_64_dwarf_reg_to_regnum. | |
3397 | (amd64_convert_register_p): Rename from x86_64_convert_register_p. | |
3398 | (amd64_push_dummy_call): Rename from x86_64_push_dummy_call. | |
3399 | (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS. | |
3400 | (struct amd64_frame_cache): Renamed from x86_64_frame_cache. | |
3401 | (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache. | |
3402 | (amd64_analyze_prologue): Rename from x86_64_analyze_prologue. | |
3403 | (amd64_skip_prologue): Rename from x86_64_skip_prologue. | |
3404 | (amd64_frame_cache): Rename from x86_64_frame_cache. | |
3405 | (amd64_frame_this_id): Rename from x86_64_frame_this_id. | |
3406 | (amd64_frame_prev_register): Rename from | |
3407 | x86_64_frame_prev_register. | |
3408 | (amd64_frame_unwind): Rename from x86_64_frame_unwind. | |
3409 | (amd64_frame_sniffer): Rename from x86_64_frame_sniffer. | |
3410 | (amd64_sigtramp_frame_cache): Rename from | |
3411 | x86_64_sigtramp_frame_cache. | |
3412 | (amd64_sigtramp_frame_prev_register): Rename from | |
3413 | x86_64_sigtramp_frame_prev_register. | |
3414 | (amd64_sigtramp_frame_unwind): Rename from | |
3415 | x86_64_sigtramp_frame_unwind. | |
3416 | (amd64_sigtramp_frame_sniffer): Rename from | |
3417 | x86_64_sigtramp_frame_sniffer. | |
3418 | (amd64_frame_base_address): Rename from x86_64_frame_base_address. | |
3419 | (amd64_frame_base): Rename from x86_64_frame_base. | |
3420 | (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id. | |
3421 | (amd64_frame_align): Rename from x86_64_frame_align. | |
3422 | (amd64_supply_fpregset): Rename from x86_64_supply_fpregset. | |
3423 | (amd64_regset_from_core_section): Rename from | |
3424 | x86_64_regset_from_core_section. | |
3425 | (x86_64_init_abi): Update comments. | |
3426 | ||
fca6aa58 NR |
3427 | 2004-01-04 Nick Roberts <[email protected]> |
3428 | ||
3429 | * MAINTAINERS (write after approval): Add myself. | |
3430 | ||
8ada74e3 MK |
3431 | 2004-01-04 Mark Kettenis <[email protected]> |
3432 | ||
3433 | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of | |
3434 | `float' arguments. | |
3435 | ||
5154b0cd MK |
3436 | 2004-01-04 Mark Kettenis <[email protected]> |
3437 | ||
3438 | * sparc64-tdep.c (sparc64_store_floating_fields): Update comment | |
3439 | such that it mentions a specific version of GCC that exhibits this | |
3440 | bug. | |
3441 | ||
fb316966 MK |
3442 | 2004-01-03 Mark Kettenis <[email protected]> |
3443 | ||
200cc553 MK |
3444 | * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a |
3445 | structure that has a single `float' member, store it in %f1 in | |
3446 | addition to %f0. | |
3447 | ||
e226a4a0 MK |
3448 | * sparc-sol2-nat.c: Add missing '\'. |
3449 | ||
b9d4c5ed MK |
3450 | * sparc-tdep.c (sparc32_return_value): New function. |
3451 | (sparc32_use_struct_convention, sparc32_return_value_on_stack): | |
3452 | Remove functions. | |
3453 | (sparc32_gdbarch_init): Set return_value, don't set | |
3454 | extract_return_value, store_return_value, use_struct_convention | |
3455 | and return_value_on_stack. | |
3456 | ||
fb316966 MK |
3457 | * sparc-sol2-nat.c: Add missing ')'. |
3458 | ||
1af510a8 JB |
3459 | 2004-01-03 J. Brobecker <[email protected]> |
3460 | ||
3461 | * infrun.c (handle_step_into_function): New function. | |
3462 | (handle_inferior_event): Extract out some code into the new | |
3463 | function above. | |
3464 | ||
5cf4d23a JB |
3465 | 2004-01-03 J. Brobecker <[email protected]> |
3466 | ||
3467 | * infrun.c (handle_inferior_event): Move the declaration of | |
3468 | real_stop_pc inside the if blocks where it is used. | |
3469 | ||
60af1db2 MK |
3470 | 2004-01-03 Mark Kettenis <[email protected]> |
3471 | ||
3472 | * sparc64-tdep.c (sparc64_16_byte_align_p) | |
3473 | (sparc64_store_floating_fields, sparc64_store_floating_fields): | |
3474 | Use check_typedef to get subtypes of structures and unions. | |
3475 | (sparc64_store_return_value): Fix calculation of the appropriate | |
3476 | offset into VALBUF when storing a structure or union. | |
3477 | (sparc64_return_value): New function. | |
3478 | (sparc64_use_struct_convention): Remove function. | |
3479 | (sparc64_init_abi): Set return_value, don't set | |
3480 | extract_return_value, store_return_value and | |
3481 | use_struct_convention. | |
3482 | ||
1a901d3f EZ |
3483 | 2004-01-03 Eli Zaretskii <[email protected]> |
3484 | ||
3485 | * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS, | |
3486 | bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c, | |
3487 | gdb/config/alpha/xm-alphaosf.h, | |
3488 | gdb/config/powerpc/tm-ppcle-eabi.h, | |
3489 | gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001, | |
3490 | gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003, | |
3491 | gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in, | |
3492 | gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c, | |
3493 | gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c, | |
3494 | gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c, | |
3495 | gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c, | |
3496 | gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c, | |
3497 | gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c, | |
3498 | gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c, | |
3499 | gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp, | |
3500 | nclude/ChangeLog-9103, include/coff/ChangeLog-9103, | |
3501 | include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103, | |
3502 | opcodes/ChangeLog-0001, opcodes/ChangeLog-0203, | |
3503 | opcodes/openrisc-dis.c, opcodes/openrisc-desc.h, | |
3504 | sim/frv/profile-fr550.c, sim/frv/profile-fr550.h, | |
3505 | sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c, | |
3506 | sim/testsuite/sim/sh64/compact/ldsl-mach.cgs, | |
3507 | sim/testsuite/sim/sh64/compact/ldsl-macl.cgs, | |
3508 | sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and | |
3509 | sim/testsuite/sim/sh64/compact/stsl-macl.cgs. | |
3510 | Remove lines for .cvsignore files. | |
3511 | ||
ef52e463 JB |
3512 | 2004-01-03 J. Brobecker <[email protected]> |
3513 | ||
3514 | * infrun.c: Back out the previous change. | |
3515 | ||
cb1bf9dc MK |
3516 | 2004-01-03 Mark Kettenis <[email protected]> |
3517 | ||
f0424ef6 MK |
3518 | * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and |
3519 | sparc-*-sunos4* to the list of REMOVED configurations. | |
3520 | ||
cb1bf9dc MK |
3521 | * configure.tgt: Add back sparc-*-vxworks*. |
3522 | * remote-vxsparc.c: Remove all includes except for "defs.h", | |
3523 | "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h". | |
3524 | Include "sparc-tdep.h". | |
3525 | (SPARC_R_G1): New define. | |
3526 | (vxsparc_gregset): New variable. | |
3527 | (ext_format_sparc): Remove extern declaration. | |
3528 | (vx_read_register): Rewrite to use sparc32_supply_gregset and | |
3529 | sparc32_supply_fpregset. | |
3530 | (vx_write_register): Rewrite to use sparc32_collect_gregset, | |
3531 | sparc_collect_rwindow and sparc32_collect_fpregset. | |
3532 | * config/sparc/tm-vxworks.h: New file, based on recently removed | |
3533 | tm-vxsparc.h. | |
3534 | * config/sparc/vxworks.mt: New file, based on recently removed | |
3535 | vxworks.mt. | |
fe61caab | 3536 | |
5e938f9f JB |
3537 | 2004-01-03 J. Brobecker <[email protected]> |
3538 | ||
3539 | * infrun.c (handle_step_into_function): New function. | |
3540 | (handle_inferior_event): Extract out some code into the new | |
3541 | function above. | |
3542 | ||
386c036b MK |
3543 | 2004-01-02 Mark Kettenis <[email protected]> |
3544 | ||
3545 | * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and | |
3546 | sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c, | |
3547 | sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c, | |
3548 | sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c, | |
3549 | sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c, | |
3550 | sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c. | |
3551 | (sparc_nat_h): New variable. | |
3552 | (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables. | |
3553 | (tm-sun4os4.h): Remove dependency. | |
3554 | (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies. | |
3555 | (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o, | |
3556 | sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o, | |
3557 | sparc-tdep.o): Update dependencies. | |
3558 | (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o, | |
3559 | sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o, | |
3560 | sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New | |
3561 | dependencies. | |
3562 | * configure.host: Remove existing sparc-*-lynxos*, | |
3563 | sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*, | |
3564 | ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*, | |
3565 | sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*, | |
3566 | sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2* | |
3567 | triplets. | |
3568 | * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*, | |
3569 | sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*, | |
3570 | sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*, | |
3571 | sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add | |
3572 | new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*, | |
3573 | sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*, | |
3574 | sparc64-*-solaris2* and sparc64-*-* triplets. | |
3575 | * sparc64-tdep.c: Update copyright year. Include "inferior.h", | |
3576 | "symtab.h" and "objfiles.h". | |
3577 | (BIAS): Remove define. | |
3578 | (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22) | |
3579 | (X_DISP19): Remove macros. | |
3580 | (sparc_fetch_instruction): Remove function. | |
3581 | (struct gdbarch_tdep): Remove definition. | |
3582 | (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE. | |
3583 | (sparc_breakpoint_from_pc): Remove function. | |
3584 | (struct sparc64_frame_cache): Remove definition. | |
3585 | (sparc64_alloc_frame_cache, sparc64_analyze_prologue, | |
3586 | sparc64_unwind_pc): Remove functions. | |
3587 | (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of | |
3588 | `struct sparc64_frame_cache. Call sparc_analyze_prologue instead | |
3589 | of sparc64_analyze_prologue. Mark constant as ULL instead of UL. | |
3590 | (sparc64_frame_cache): Change return type to `struct | |
3591 | sparc_frame_cache *'. Simply call sparc_frame_cache. | |
3592 | (sparc64_frame_this_id, sparc64_frame_prev_register, | |
3593 | sparc64_frame_base_address): Use `struct sparc_frame_cache' | |
3594 | instead of `struct sparc64_frame_cache. | |
3595 | (sparc_unwind_dummy_id, sparc_extract_struct_value_address, | |
3596 | sparc_analyze_control_transfer, sparc_software_single_step, | |
3597 | sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow, | |
3598 | _initialize_sparc64_tdep): Remove functions. | |
3599 | (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros. | |
3600 | (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New | |
3601 | macros. | |
3602 | (sparc64_supply_gregset, sparc64_collect_gregset, | |
3603 | sparc64_supply_fpregset, sparc64_collect_fpregset): New functions. | |
3604 | (sparc64_init_abi): New function. | |
3605 | * sparc64-tdep.h: Update copyright year. Fix typo in multiple | |
3606 | inclusion guard. Include "sparc-tdep.h". | |
3607 | (BIAS): Define. | |
3608 | (r_tstate_offset, r_fprs_offset): New defines. | |
3609 | (enum sparc_regnum): Remove defenition. | |
3610 | (enum sparc64_regnum): Reformat. | |
3611 | (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes. | |
3612 | (sparc64_init_abi, sparc64_supply_gregset, | |
3613 | sparc64_collect_gregset, sparc64_supply_fpregset, | |
3614 | sparc64_collect_fpregset): New prototypes. | |
3615 | (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset): | |
3616 | Add extern declarations. | |
3617 | (sparc64_sol2_init_abi): New prototype. | |
3618 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
3619 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
3620 | prototypes. | |
3621 | * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include | |
3622 | "sparnbsd-nat.h". | |
3623 | (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove | |
3624 | functions. | |
3625 | (_initialize_sparc64fbsd_nat): Remove initialization of | |
3626 | sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg, | |
3627 | sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p, | |
fe61caab | 3628 | sparcbsd_fpreg_supplies_p. Initialize sparc_gregset. |
386c036b MK |
3629 | * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h", |
3630 | "frame-unwind.h", "trad-frame.h" and "gdb_assert.h". | |
3631 | (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset) | |
3632 | (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset) | |
3633 | (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset) | |
3634 | (sparc64fbsd_r_y_offset): Remove variables. | |
3635 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
3636 | Make static and const. | |
3637 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
3638 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
3639 | functions. | |
3640 | (sparc64fbsd_gregset): New variable. | |
3641 | (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg | |
3642 | and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset | |
3643 | and sparc64_supply_fpregset. | |
3644 | (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache) | |
3645 | (sparc64fbsd_sigtramp_frame_this_id) | |
3646 | (sparc64fbsd_sigtramp_frame_prev_register): New functions. | |
3647 | (sparc64fbsd_sigtramp_frame_unwind): New variable. | |
3648 | (sparc64fbsd_sigtramp_frame_sniffer): New function. | |
3649 | (sparc64fbsd_init_abi): Set pc_in_sigtramp, append | |
3650 | sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi. | |
3651 | * sparcnbsd-tdep.c: Update copyright year. Include | |
3652 | "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h", | |
3653 | "trad-frame.h" and "gdb_assert.h", don't include "target.h", | |
3654 | "value.h" and "sparcnbsd-tdep.h". | |
3655 | (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC) | |
3656 | (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT) | |
3657 | (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC) | |
3658 | (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove | |
3659 | defines. | |
3660 | (sparcnbsd_gregset): New variable. | |
3661 | (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64) | |
3662 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64) | |
3663 | (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64) | |
3664 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions. | |
3665 | (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New | |
3666 | variables. | |
3667 | (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache) | |
3668 | (sparc32nbsd_sigcontext_frame_this_id) | |
3669 | (sparc32nbsd_sigcontext_frame_prev_register): New functions. | |
3670 | (sparc32nbsd_sigcontext_frame_unwind): New variable. | |
3671 | (sparc32nbsd_sigtramp_frame_sniffer): New function. | |
3672 | (sparcnbsd_get_longjmp_target_32, | |
3673 | sparcnbsd_get_longjmp_target_64): Remove functions. | |
3674 | (sparcnbsd_aout_in_solib_call_trampoline): Rewrite. | |
3675 | (sparcnbsd_init_abi_common, sparcnbsd_init_aout, | |
3676 | sparcnbsd_init_elf): Remove. | |
3677 | (sparcnbsd_init_abi, sparcnbsd_aout_init_abi) | |
3678 | (sparcnbsd_elf_init_abi): New functions. | |
3679 | (_initialize_sparcnbsd_tdep): New prototype. | |
3680 | (_initialize_sparnbsd_tdep): Update. | |
3681 | * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and | |
3682 | corelow.o. Add sparc64-nat.o and sparc-nat.o. | |
3683 | * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o. | |
3684 | * config/sparc/linux.mh: Update comment. | |
3685 | (XM_FILE, HOST_IPC): Remove variables. | |
3686 | (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove | |
3687 | sparc-linux-nat.o. | |
3688 | * config/sparc/linux.mt: Update comment. | |
3689 | (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o. | |
3690 | * config/sparc/nbsd.mt: Reformat. | |
3691 | * config/sparc/nbsd64.mh: Update comment. | |
3692 | (NATDEPFILES): Add sparc-nat.o. | |
3693 | * config/sparc/nbsd64.mt: Update comment. | |
3694 | (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o. | |
3695 | (TM_FILE): Set to tm-nbsd.h. | |
3696 | * config/sparc/nbsdelf.mh: Update comment. | |
3697 | (NATDEPFILES): Add sparc-nat.o. | |
3698 | (XM_FILE): Delete. | |
3699 | * config/sparc/nbsdaout.mh: Update comment. | |
3700 | (NATDEPFILES): Add sparc-nat.o | |
3701 | (XM_FILE): Delete. | |
3702 | * config/sparc/nm-linux.h: Update copyright year. Don't include | |
3703 | "config/nm-svr4.h" and "solib.h". Add protection against multiple | |
3704 | inclusion. | |
3705 | (KERNEL_U_SIZE): Remove define. | |
3706 | (kernel_u_size): Remove prototype. | |
3707 | (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define. | |
3708 | * config/sparc/nm-nbsd.h: Update copyright. Don't include | |
3709 | "regcache.h". | |
3710 | (CHILD_PREPARE_TO_STORE): Remove define. | |
3711 | * config/sparc/nm-nbsdaout.h: Tweak some comments. | |
3712 | * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c, | |
3713 | sparcnbsd-nat.c: Rewrite files. | |
3714 | * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files. | |
3715 | * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h, | |
3716 | sparcnbsd-tdep.h: Remove files. | |
3717 | * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h, | |
3718 | config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt, | |
3719 | config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt, | |
3720 | config/sparc/sparc-em.mt, config/sparc/sparclynx.mh, | |
3721 | config/sparc/sparclynx.mt, config/sparc/sun4os4.mh, | |
3722 | config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh, | |
3723 | config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h, | |
3724 | config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h, | |
3725 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, | |
3726 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, | |
3727 | config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt, | |
3728 | config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files. | |
3729 | * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c, | |
3730 | sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c, | |
3731 | sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files. | |
3732 | * config/sparc/linux64.mh, config/sparc/linux64.mt, | |
3733 | config/sparc/nm-sol2.h, config/sparc/sol2-64.mt, | |
3734 | config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt, | |
3735 | config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files. | |
3736 | ||
ee84457a AC |
3737 | 2004-01-02 Andrew Cagney <[email protected]> |
3738 | ||
3739 | From 2003-12-18 Kazuhiro Inaoka: | |
3740 | * configure.host: Add m32r-linux target. | |
3741 | ||
0bc2134e MC |
3742 | 2004-01-02 Michael Chastain <[email protected]> |
3743 | ||
3744 | * top.c (print_gdb_version): Update year to 2004. | |
3745 | ||
89a72f9c MM |
3746 | 2004-01-02 Mark Mitchell <[email protected]> |
3747 | ||
3748 | * MAINTAINERS: Add myself to the write-after-approval category. | |
3749 | ||
86b013ed DJ |
3750 | 2004-01-02 Daniel Jacobowitz <[email protected]> |
3751 | ||
3752 | From Bernardo Innocenti <[email protected]>: | |
3753 | * configure.tgt: Add uClinux target. | |
3754 | ||
e42c9534 AC |
3755 | 2004-01-02 Andrew Cagney <[email protected]> |
3756 | ||
3757 | * utils.c (do_my_cleanups): Make static, add forward declaration. | |
3758 | * defs.h (do_my_cleanups): Delete declaration. | |
3759 | ||
162467d3 EZ |
3760 | 2004-01-02 Eli Zaretskii <[email protected]> |
3761 | ||
3762 | * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and | |
3763 | bfd/ChangeLog-0203. | |
3764 | ||
78434e59 MK |
3765 | 2004-01-02 Mark Kettenis <[email protected]> |
3766 | ||
3767 | * configure.in: Check for <machine/reg.h>. Check for `struct reg' | |
3768 | in <machine/reg.h>. | |
3769 | * configure, config.in: Regenerate. | |
3770 | ||
48efe704 AC |
3771 | For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and |
3772 | tui/ChangeLog-1998-2003. | |
c906108c SS |
3773 | \f |
3774 | Local Variables: | |
3775 | mode: change-log | |
3776 | left-margin: 8 | |
3777 | fill-column: 74 | |
3778 | version-control: never | |
3779 | End: |