2003-07-31 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-07-31 Michael Snyder <msnyder@redhat.com>
2
3 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4 which is already covered by the new frames infrastructure.
5
6 2003-07-31 Andrew Cagney <cagney@redhat.com>
7
8 * user-regs.c (struct user_reg): Add "next" link.
9 (struct user_regs): Replace "user" with "first" and "last" links.
10 (append_user_reg): Add pre-allocated "reg" parameter.
11 (builtin_user_regs): Provide initial value for "last".
12 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
13 (user_regs_init): Allocate memory from the gdbarch obstack.
14 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
15 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
16 linked list.
17 (usernum_to_user_reg): New function.
18 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
19 (value_of_user_reg): Use usernum_to_user_reg.
20 (user_regs_free): Delete function.
21 (_initialize_user_regs): Update register_gdbarch_data call.
22
23 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
24
25 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
26
27 2003-07-30 Michael Snyder <msnyder@redhat.com>
28
29 * value.h (value_being_returned): Add a struct_addr argument.
30 * infcall.c (call_function_by_hand): Pass struct_addr to
31 value_being_returned.
32 * infcmd.c (print_return_value): Pass zero as struct_addr.
33 * values.c (value_being_returned): If struct_addr is passed,
34 use it instead of trying to recover it from the inferior.
35
36 2003-07-30 Kevin Buettner <kevinb@redhat.com>
37
38 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
39 the prologue analyzer won't need to attempt to extract the pc
40 value from the woefully incomplete dummy frame.
41 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
42 possible. Disable code which modifies the frame.
43
44 2003-07-28 Andrew Cagney <cagney@redhat.com>
45
46 * annotate.c (annotate_breakpoints_headers): Restrict annotation
47 to level 2.
48 (annotate_breakpoints_table, annotate_record): Ditto.
49 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
50 (annotate_field_name_end, annotate_field_value): Ditto.
51 (annotate_field_end, annotate_frame_source_begin): Ditto.
52 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
53 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
54 (annotate_frame_begin, annotate_frame_function_name): Ditto.
55 (annotate_frame_address_end, annotate_frame_address): Ditto.
56 (annotate_frame_args, annotate_frame_end): Ditto.
57 (annotate_frame_where, annotate_arg_begin): Ditto.
58 (annotate_arg_name_end, annotate_arg_value): Ditto.
59 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
60 (annotate_function_call, annotate_signal_name): Ditto.
61 (annotate_signal_string, annotate_signal_name_end): Ditto.
62 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
63 (annotate_value_begin, annotate_value_history_value): Ditto.
64 (annotate_value_history_end, annotate_value_end): Ditto.
65 (annotate_display_begin, annotate_display_number_end): Ditto.
66 (annotate_display_format, annotate_display_expression): Ditto.
67 (annotate_display_expression_end, annotate_display_value): Ditto.
68 (annotate_display_end, annotate_array_section_begin): Ditto.
69 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
70 (annotate_elt, annotate_array_section_end): Ditto.
71
72 2003-07-28 Andrew Cagney <cagney@redhat.com>
73
74 * regcache.c (struct regcache_descr): Update comments on
75 nr_raw_registers.
76 (init_legacy_regcache_descr): Don't set nr_raw_registers or
77 sizeof_raw_register_valid_p.
78 (init_regcache_descr): Set nr_raw_registers and
79 sizeof_raw_register_valid_p before calling
80 init_legacy_regcache_descr.
81
82 2003-07-28 Andrew Cagney <cagney@redhat.com>
83
84 * mips-tdep.c (print_gp_register_row): Print the GPR's register
85 MOD NUM_REGS.
86
87 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
88
89 * thread.c (info_threads_command): Use get_selected_frame ().
90 Check that there is at least one non-sentinel frame.
91
92 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
93
94 * m68hc11-tdep.c (struct frame_extra_info): Remove.
95 (m68hc11_pop_frame): Remove.
96 (m68hc11_frame_saved_pc): Remove.
97 (m68hc11_frame_chain): Remove.
98 (m68hc11_frame_init_saved_regs): Remove.
99 (m68hc11_init_extra_frame_info): Remove.
100 (m68hc11_store_struct_return): Remove.
101 (m68hc11_saved_pc_after_call): Remove.
102
103 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
104
105 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
106 frame unwind information.
107 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
108 and adapted for frame unwinding.
109 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
110 (m68hc11_unwind_pc): New function.
111 (m68hc11_frame_unwind_cache): New function to analyze frames.
112 (m68hc11_frame_this_id): New function to create new frame struct.
113 (m68hc11_frame_prev_register): New function to unwind a register from
114 the frame.
115 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
116 (m68hc11_frame_p): New function for the above.
117 (m68hc11_frame_base_address): New function to return fp of frame.
118 (m68hc11_frame_args_address): Update for frame.
119 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
120 (m68hc11_unwind_sp): New function.
121 (m68hc11_unwind_dummy_id): New function.
122 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
123 calls.
124
125 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
126
127 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
128 (m68hc11_guess_from_prologue): Advance the pc and frame size only
129 when we are beyond the current pc.
130
131 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
132
133 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
134 from m68hc11_push_arguments.
135 (m68hc11_push_arguments): Remove.
136 (m68hc11_push_return_address): Remove.
137 (m68hc11_gdbarch_init): Install the above; remove above deprecated
138 handlers; remove deprecated_extra_stack_alignment_needed.
139
140 2003-07-27 Andrew Cagney <cagney@redhat.com>
141
142 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
143 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
144 REAL_PC and not the pointer.
145 * hppa-hpux-tdep.c: Include frame.h
146
147 2003-07-27 Andrew Cagney <cagney@redhat.com>
148
149 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
150 GDB_MULTI_ACH_PARTIAL.
151
152 2003-07-27 Andrew Cagney <cagney@redhat.com>
153
154 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
155 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
156 operator at start and not end of line.
157 (decode_prologue): Ditto.
158 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
159 frame_unwind_register_unsigned instead of
160 frame_unwind_unsigned_register.
161 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
162 read_register.
163 (m32r_push_dummy_call): Use register_size instead of
164 REGISTER_RAW_SIZE.
165 (m32r_frame_sniffer): Replace m32r_frame_p.
166 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
167 * m32r-rom.c (report_transfer_performance): Delete extern
168 declaration.
169 (m32r_load, m32r_upload_command): Use print_transfer_performance
170 instead of report_transfer_performance.
171 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
172 / add_show_from_set.
173
174 2003-07-26 Andrew Cagney <cagney@redhat.com>
175
176 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
177 store_return_value and extract_struct_value_address.
178
179 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
180
181 PR c++/1267
182 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
183 NULL, default to the section containing PC.
184
185 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
186
187 * NEWS: Mention "regs" deprecated for m68hc11 too.
188
189 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
190 (m68hc11_print_register): New function to print out one register.
191 (m68hc11_print_registers_info): New function to print registers.
192 (show_regs): Deprecate and use the above.
193 (m68hc11_gdbarch_init): Install the print_registers_info.
194
195 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
196
197 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
198 that we have a SIGTRAP before returning non-zero.
199
200 2003-07-23 Michal Ludvig <mludvig@suse.cz>
201 Elena Zannoni <ezannoni@redhat.com>
202
203 * linespec.c (decode_line_2): Avoid crash if
204 find_function_start_sal() returns empty record.
205
206 2003-07-23 Andreas Schwab <schwab@suse.de>
207
208 * ia64-tdep.c (ia64_print_insn): New function.
209 (ia64_gdbarch_init): Set print_insn to it.
210 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
211 deprecated_tm_print_insn_info.
212
213 2003-07-22 Michael Snyder <msnyder@redhat.com>
214
215 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
216 handle 8-bit returns (long long).
217 (h8300h_extract_return_value): Ditto.
218 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
219
220 2003-07-22 Andrew Cagney <cagney@redhat.com>
221
222 * gdbarch.c Include "gdb_obstack.h".
223 (struct gdbarch): Add an "obstack".
224 (alloc_gdbarch_data): Allocate the gdbarch data using
225 GDBARCH_OBSTACK_CALLOC.
226 (free_gdbarch_data): Delete function.
227 (gdbarch_obstack_zalloc): New function.
228 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
229 Assert that the architecture is not initialized.
230 (gdbarch_alloc): Allocate an obstack, allocate the architecture
231 vector from the obstack.
232 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
233 architecture obstack.
234 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
235 (set_gdbarch_data): Assert that the data is not initialized.
236 (struct gdbarch_data): Delete member "free".
237 (register_gdbarch_data): Do not initialize "free".
238 * gdbarch.h, gdbarch.c: Re-generate.
239
240 2003-07-22 Andrew Cagney <cagney@redhat.com>
241
242 * configure.in (build_warnings): Add -Wformat-nonliteral.
243 * configure: Re-generate.
244
245 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
246
247 * dwarf2loc.c (locexpr_describe_location): Fix typos.
248
249 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
250
251 * findvar.c (read_var_value): Remove case for thread local storage
252 variables. It is now entirely handled by the dwarf2 location
253 expression code.
254 * printcmd.c (address_info): Ditto.
255 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
256 enumeration value.
257 (struct symbol): Remove objfile field, which was used by
258 LOC_THREAD_LOCAL_STATIC only.
259 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
260 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
261 usage of objfile pointer.
262 * dwarf2loc.c (locexpr_describe_location): Add case to handle
263 thread local variables.
264 Add include of objfiles.h.
265 * dwarf2expr.c (execute_stack_op): Add comments about thread local
266 storage variables.
267 * Makefile.in (dwarf2loc.o): Update dependencies.
268
269 2003-07-22 Andrew Cagney <cagney@redhat.com>
270
271 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
272 get_frame_base.
273 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
274 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
275 (struct value): Add opaque declaration.
276 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
277
278 2003-07-21 Andrew Cagney <cagney@redhat.com>
279
280 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
281 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
282
283 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
284
285 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
286 regcache_cooked_read_unsigned instead of read_register.
287 (m68hc11_saved_pc_after_call): Likewise.
288 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
289 instead of write_register.
290 (m68hc11_register_type): New function.
291 (m68hc11_register_virtual_type): Remove.
292 (m68hc11_store_return_value): Convert to use the regcache.
293 (m68hc11_extract_struct_value_address): Likewise.
294 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
295 m68hc11_register_type; undeprecate store_return_value and
296 extract_struct_value_address.
297
298 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
299
300 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
301 and translate to use regcache.
302 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
303
304 2003-07-18 Andrew Cagney <cagney@redhat.com>
305
306 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
307 * gdbarch.h, gdbarch.c: Re-generate.
308 * i386-tdep.c (i386_gdbarch_init): Do not set
309 DWARF2_BUILD_FRAME_INFO.
310 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
311 unconditionally.
312 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
313 DWARF2_BUILD_FRAME_INFO.
314
315 2003-07-18 Andrew Cagney <cagney@redhat.com>
316
317 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
318 * disasm.c (gdb_disassemble_info): Initilize di.arch.
319
320 2003-07-18 Andrew Cagney <cagney@redhat.com>
321
322 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
323 frame_unwind_address_in_block, instead of frame_pc_unwind.
324 (dwarf2_frame_cache): Ditto.
325
326 2003-07-18 Andrew Cagney <cagney@redhat.com>
327
328 * user-regs.h (struct gdbarch): Declare opaque.
329 * ui-out.h (struct ui_file): Declare opaque.
330 * dwarf2-frame.h (struct frame_info): Declare opaque.
331
332 2003-07-18 Kris Warkentin <kewarken@qnx.com>
333
334 * nto-procfs.c: Clean ARI hits. Change #include <..> to
335 #include "...".
336 (procfs_meminfo): Change strerror to safe_strerror.
337 (procfs_can_run): Remove K&R badness.
338
339 2003-07-17 Michael Snyder <msnyder@redhat.com>
340
341 * remote-sim.c: Comment typo fix.
342
343 2003-07-17 Andrew Cagney <cagney@redhat.com>
344
345 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
346 configure.
347 * sparc-tdep.c (sparc_intreg_size): Make non-static.
348 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
349 GDB_MULTI_ARCH_PARTIAL.
350
351 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
352
353 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
354 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
355 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
356
357 2003-07-16 Theodore A. Roth <troth@openavr.org>
358
359 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
360 found.
361 (avr_frame_unwind_cache): Don't unwind FP for main.
362 Update a comment.
363 Save the computed prev_sp.
364 (avr_saved_regs_unwinder): Remove function.
365 (avr_frame_prev_register): Use PC unwind logic from
366 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
367
368 2003-07-16 Andrew Cagney <cagney@redhat.com>
369
370 * frame-base.h (frame_base_p_ftype): Delete definition.
371 (frame_base_append_predicate): Delete declaration.
372 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
373 (frame_unwind_append_predicate): Delete declaration.
374 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
375 (append_predicate): Delete parameter "p".
376 (frame_unwind_append_predicate): Delete function.
377 (frame_unwind_append_sniffer): Update call to append_predicate.
378 (frame_unwind_free): Delete function.
379 (_initialize_frame_unwind): Pass NULL as "free" to
380 register_gdbarch_data.
381 (frame_unwind_init): Append the dummy_frame_sniffer.
382 (frame_unwind_find_by_frame): Simplify.
383 * frame-base.c (struct frame_base_table): Delete field "p".
384 (append_predicate): Delete parameter "p".
385 (frame_base_append_predicate): Delete function.
386 (frame_base_append_sniffer): Update call to append_predicate.
387 (frame_base_free): Delete function.
388 (frame_base_find_by_frame): Simplify.
389 (_initialize_frame_base): Pass NULL as "free" to
390 register_gdbarch_data.
391 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
392 (x86_64_sigtramp_frame_sniffer): Replace
393 "x86_64_sigtramp_frame_p".
394 (x86_64_init_abi): Set the frame unwind sniffers.
395 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
396 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
397 (m68k_gdbarch_init): Set the frame unwind sniffers.
398 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
399 "i386_sigtramp_frame_p".
400 (i386_frame_sniffer): Replace "i386_frame_p".
401 (i386_gdbarch_init): Set the frame unwind sniffers.
402 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
403 (avr_gdbarch_init): Set the frame unwind sniffers.
404 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
405 "alpha_sigtramp_frame_p"
406 (alpha_heuristic_frame_sniffer): Replace
407 "alpha_heuristic_frame_p".
408 (alpha_gdbarch_init): Set the frame unwind sniffers.
409 (alpha_dwarf2_init_abi): Ditto.
410 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
411 "alpha_debug_frame_p".
412 (alpha_mdebug_frame_base_sniffer): Replace
413 "alpha_mdebug_frame_base_p".
414 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
415 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
416 (d10v_gdbarch_init): Set the frame unwind sniffer.
417 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
418 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
419 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
420 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
421 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
422 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
423
424 2003-07-16 Michael Snyder <msnyder@redhat.com>
425
426 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
427 should go thru sh_dsp_register_sim_regno, else the dsp regs
428 will not get the right values.
429
430 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
431
432 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
433 deprecated_store_floating by call to store_typed_floating.
434 (sh_sh4_register_convert_to_raw): Substitute call to
435 deprecated_extract_floating by call to extract_typed_floating.
436
437 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
438
439 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
440
441 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
442
443 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
444 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
445 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
446 as possible.
447 (do_pseudo_register): Remove.
448 (sh_push_dummy_code): New function.
449 (sh64_store_struct_return): Rename from sh_store_struct_return.
450 Only called for sh64 now.
451 (sh_extract_struct_value_address): Regcache'ify.
452 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
453 and accomodate new tasks.
454 (sh64_push_return_address): Rename from sh_push_return_address.
455 Only called for sh64 now.
456 (sh_default_extract_return_value): Rename from sh_extract_return_value.
457 Regcache'ify.
458 (sh3e_sh4_extract_return_value): Regcache'ify.
459 (sh_default_store_return_value): Ditto.
460 (sh3e_sh4_store_return_value): Ditto.
461 (sh_default_register_byte): Remove.
462 (sh_sh4_register_byte): Remove.
463 (sh_default_register_raw_size): Remove.
464 (sh_sh4_register_raw_size): Remove.
465 (sh_register_virtual_size): Remove.
466 (sh_sh3e_register_virtual_type): Remove.
467 (sh_sh3e_register_type): New function.
468 (sh_sh4_register_virtual_type): Remove.
469 (sh_sh4_register_type): New function.
470 (sh_default_register_virtual_type): Remove.
471 (sh_default_register_type): New function.
472 (do_fv_register_info): Add parameters to accomodate call from
473 sh_print_registers_info.
474 (do_dr_register_info): Ditto.
475 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
476 Add parameters to accomodate call from sh_print_registers_info.
477 (sh_do_fp_register): Ditto.
478 (sh64_do_pseudo_register): Call do_dr_register_info,
479 do_fv_register_info and sh_do_fp_register with default parameters.
480 (sh_do_register): Add parameters to accomodate call from
481 sh_print_registers_info.
482 (sh_print_register): Ditto.
483 (sh_print_registers_info): Rename from sh_do_registers_info.
484 Add parameters to be used as gdbarch_print_registers_info
485 implementation. Accomodate removed do_pseudo_register function
486 pointer.
487 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
488 function pointer. Call sh_print_register with default parameters.
489 (sh64_do_registers_info): Call sh_print_registers_info instead of
490 sh_do_registers_info.
491 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
492 detection of deprecated vs. non-deprecated functionality.
493 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
494 function pointer assignments by direct function calls.
495
496 2003-07-15 Andrew Cagney <cagney@redhat.com>
497
498 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
499 (frame_register_unwind, create_new_frame): Ditto.
500 (legacy_get_prev_frame, get_frame_type): Ditto.
501 (get_frame_base_address): Use frame_base_find_by_frame.
502 (get_frame_locals_address): Use frame_base_find_by_frame.
503 (get_frame_args_address): Use frame_base_find_by_frame.
504 * frame-base.h (frame_base_sniffer_ftype): Declare.
505 (frame_base_append_sniffer): Declare.
506 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
507 * frame-base.c (append_predicate): Add a "sniffer" parameter.
508 (frame_base_append_sniffer): New function.
509 (frame_base_append_predicate): Add a NULL sniffer.
510 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
511 (struct frame_base_table): Add "sniffer".
512 (frame_base_free): Free the "sniffer" table.
513 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
514 (frame_unwind_append_sniffer): Declare.
515 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
516 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
517 (struct frame_unwind_table): Add "sniffer", delete "middle".
518 (append_predicate): Add "sniffer" parameter, append the sniffer.
519 (frame_unwind_init): Update append_predicate call.
520 (frame_unwind_append_sniffer): New function.
521 (frame_unwind_append_predicate): Update append_predicate call.
522 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
523
524 2003-07-15 Andrew Cagney <cagney@redhat.com>
525
526 * frame.c (get_prev_frame): Move disabled inside_entry_func to
527 before code inhibiting repeated unwind attempts. Add to
528 commentary on that test's problems.
529 * blockframe.c (inside_main_func): Look for "main" in the minimal
530 symbol table.
531 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
532 identical.
533
534 2003-07-15 Andrew Cagney <cagney@redhat.com>
535
536 * complaints.c (struct explanation): Define.
537 (struct complaints): Change type of "explanation" to "struct
538 explanation".
539 (symfile_explanations): Convert to a "struct explanation" table.
540 (vcomplaint): Update.
541
542 2003-07-15 Michal Ludvig <mludvig@suse.cz>
543
544 * x86-64-linux-nat.c (regmap): Removed.
545 (supply_gregset, fill_gregset): Call
546 x86_64_linux_(fill,supply)_gregset functions.
547 * x86-64-linux-tdep.c (USER_*): New defines.
548 (user_to_gdb_regmap, x86_64_core_fns): New structure.
549 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
550 New functions.
551 (fetch_core_registers): Ditto.
552 (_initialize_x86_64_linux_tdep): Call add_core_fns().
553 * x86-64-linux-tdep.h: New file.
554 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
555 and core-regset.o.
556 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
557
558 2003-07-13 Mark Kettenis <kettenis@gnu.org>
559
560 * x86-64-tdep.c (x86_64_store_return_value): Use
561 regcache_cooked_write_part instead of regcache_cooked_write.
562
563 * configure.host: Add x86_64-*-freebsd*.
564 * configure.tgt: Add x86_64-*-freebsd*.
565 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
566 * amd64fbsd-nat.c: New file.
567 * amd64fbsd-tdep.c: New file.
568 * config/i386/nm-fbsd64.h: New file.
569 * config/i386/fbsd64.mh: New file.
570 * config/i386/fbsd64.mt: New file.
571
572 2003-07-11 Mark Kettenis <kettenis@gnu.org>
573
574 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
575 `sc_regs_offset' and `sc_fpregs_offset'.
576 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
577 SIGFRAME_FPREGSAVE_OFF): Remove defines.
578 (alpha_sigtramp_register_address): Rewrite to use new members of
579 `struct gdbarch_tdep'.
580 (alpha_gdbarch_init): Initialize new members of struct
581 gdbarch_tdep'.
582 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
583 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
584 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
585 (alphafbsd_pc_in_sigtramp): Implement.
586 (alphafbsd_sigtramp_offset): New function.
587 (alphafbsd_sigcontext_addr): New function.
588 (alphafbsd_init_abi): Initialize signal trampoline related members
589 of `struct gdbarch_tdep'.
590 (_initialize_alphafbsd_tdep): Add prototype.
591
592 2003-07-11 Theodore A. Roth <troth@openavr.org>
593
594 * Makefile.in (install-only): Quote sed expression when generating
595 transformed_name.
596
597 2003-07-11 Richard Henderson <rth@redhat.com>
598
599 * Makefile.in (dwarf2-frame.o): Add complaints_h.
600 * dwarf2-frame.c: Include complaints.h.
601 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
602 variable initialization; return NULL on error.
603 (decode_frame_entry): New.
604
605 2003-07-11 Andrew Cagney <cagney@redhat.com>
606
607 * frame.h (frame_address_in_block): Delete declaration.
608 * blockframe.c (frame_address_in_block): Delete function.
609 (get_frame_block): Use get_frame_address_in_block.
610 (block_innermost_frame): Ditto.
611 * stack.c (print_frame, backtrace_command_1): Ditto.
612
613 * frame.h (get_frame_address_in_block): Declare.
614 (frame_unwind_address_in_block): Declare.
615 * frame.c (frame_unwind_address_in_block): New function.
616 (get_frame_address_in_block): New function.
617
618 2003-07-10 Andrew Cagney <cagney@redhat.com>
619
620 * gdbarch.sh: Simplify predicate methods. Remove need to provide
621 pre-default. Note: re-generate has no effect.
622
623 2003-07-10 Andrew Cagney <cagney@redhat.com>
624
625 * gdbarch.sh: When a variable, but not a function, compare against
626 0. Fix problem in previous patch.
627 * gdbarch.c: Re-generate.
628
629 2003-07-10 Andrew Cagney <cagney@redhat.com>
630
631 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
632 functions against NULL, not 0.
633 * gdbarch.c: Re-generate.
634
635 2003-07-10 Fred Fish <fnf@ninemoons.com>
636
637 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
638 null string instead of a null pointer.
639 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
640
641 2003-07-09 Michael Snyder <msnyder@redhat.com>
642
643 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
644
645 2003-07-09 Mark Kettenis <kettenis@gnu.org>
646
647 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
648 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
649 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
650 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
651 * x86-64-tdep.c: ... from here.
652
653 2003-07-09 Andreas Schwab <schwab@suse.de>
654
655 * m68k-tdep.h (enum struct_return): Define.
656 (struct gdbarch_tdep): Add struct_return.
657 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
658 bytes are padded to the right, not to the left. Pass struct value
659 address in register %a1, not on stack.
660 (m68k_use_struct_convention): New function.
661 (m68k_gdbarch_init): Set use_struct_convention. Initialize
662 struct_return in tdep to pcc_struct_return.
663 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
664 reg_struct_return.
665
666 2003-07-09 Joel Brobecker <brobecker@gnat.com>
667
668 * somread.c (som_symfile_offsets): Fix compilation error.
669
670 2003-07-09 Andrew Cagney <cagney@redhat.com>
671
672 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
673 Add comments about the checks.
674
675 2003-07-08 Andrew Cagney <cagney@redhat.com>
676
677 * Makefile.in: Make dependency section headers consistent.
678 (config_h): Move to $BUILD headers section.
679 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
680 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
681 (ada-exp.tab.c): Move to YACC/LEX section.
682 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
683 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
684
685 2003-07-08 Kris Warkentin <kewarken@qnx.com>
686
687 * nto-procfs.c: Cleaned up a bunch of ARI hits.
688 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
689 of strerror with safe_strerror, use ISO C function definitions,
690 and replace instances of sprintf with snprintf.
691
692 2003-07-07 Andrew Cagney <cagney@redhat.com>
693
694 * frame.c (get_prev_frame): Enable check for identical frames.
695 Update comments. Update error messages.
696
697 2003-07-07 Joel Brobecker <brobecker@gnat.com>
698
699 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
700
701 2003-07-07 Joel Brobecker <brobecker@gnat.com>
702
703 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
704 sort_symtab_syms, no longer necessary.
705
706 2003-07-07 Joel Brobecker <brobecker@gnat.com>
707
708 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
709
710 2003-07-07 Joel Brobecker <brobecker@gnat.com>
711
712 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
713 (mips_register_byte): Likewise.
714
715 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
716
717 * Makefile.in (sparc_tdep_h): New.
718 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
719 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
720 * sparc-linux-nat.c: Include "sparc-tdep.h".
721 * sparc-nat.c: Likewise.
722 * sparc-tdep.c: Likewise.
723 * sparc64nbsd-nat.c: Likewise.
724 * sparcnbsd-nat.c: Likewise.
725 * sparcnbsd-tdep.c: Likewise.
726 * sparc-tdep.h: New file.
727 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
728 and sparc_npc_regnum.
729
730 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
731
732 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
733 (mips_linux_cannot_store_register): List supported instead of
734 unsupported registers.
735
736 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
737
738 * disasm.c (dump_insns): Separate instructions from addresses.
739
740 2003-07-07 Andreas Schwab <schwab@suse.de>
741
742 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
743 dependencies.
744 * m68k-tdep.c (NUM_FREGS): Delete.
745 (SIG_PC_FP_OFFSET): Delete.
746 (TARGET_M68K): Delete.
747 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
748 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
749 P_MOVEL_SP, P_MOVEML_SP): Define.
750 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
751 P_TRAP): Delete.
752 (m68k_register_raw_size): Delete.
753 (m68k_register_virtual_size): Delete.
754 (m68k_register_type): Renamed from m68k_register_virtual_type and
755 add gdbarch argument.
756 (m68k_store_struct_return): Delete.
757 (m68k_deprecated_extract_return_value): Delete.
758 (m68k_deprecated_extract_struct_value_address): Delete.
759 (m68k_frame_chain): Delete.
760 (m68k_frame_saved_pc): Delete.
761 (m68k_fix_call_dummy): Delete.
762 (m68k_push_dummy_frame): Delete.
763 (m68k_pop_frame): Delete.
764 (m68k_extract_return_value): New function.
765 (m68k_store_return_value): Rewrite using regcache.
766 (m68k_extract_struct_value_address): Rewrite using regcache.
767 (m68k_push_dummy_call): New function.
768 (struct m68k_frame_cache): Define.
769 (m68k_alloc_frame_cache): New function.
770 (m68k_analyze_frame_setup): New function.
771 (m68k_analyze_register_saves): New function.
772 (m68k_analyze_prologue): New function.
773 (m68k_skip_prologue): Rewrite using above functions.
774 (m68k_unwind_pc): New function.
775 (m68k_frame_cache): New function.
776 (m68k_frame_this_id): New function.
777 (m68k_frame_prev_register): New function.
778 (m68k_frame_unwind): New variable.
779 (m68k_frame_p): New function.
780 (m68k_sigtramp_frame_cache): New function.
781 (m68k_sigtramp_frame_this_id): New function.
782 (m68k_sigtramp_frame_prev_register): New function.
783 (m68k_sigtramp_frame_unwind): New variable.
784 (m68k_sigtramp_frame_p): New function.
785 (m68k_frame_base_address): New function.
786 (m68k_frame_base): New function.
787 (m68k_unwind_dummy_id): New function.
788 (fill_gregset): Use regcache_collect.
789 (fill_fpregset): Likewise.
790 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
791 defined.
792 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
793 deprecated_init_frame_pc, deprecated_store_struct_return,
794 deprecated_extract_return_value, deprecated_store_return_value,
795 deprecated_frame_chain, deprecated_frame_saved_pc,
796 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
797 deprecated_register_virtual_size,
798 deprecated_max_register_raw_size,
799 deprecated_max_register_virtual_size,
800 deprecated_register_virtual_type, deprecated_register_size,
801 deprecated_register_byte, deprecated_register_bytes,
802 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
803 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
804 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
805 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
806 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
807 deprecated_push_dummy_frame, deprecated_pop_frame,
808 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
809 only if SYSCALL_TRAP is defined. Set extract_return_value,
810 store_return_value, extract_struct_value_address, register_type,
811 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
812 predicates.
813 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
814 M68K_MAX_REGISTER_SIZE): Define.
815 (struct m68k_sigtramp_info): Define.
816 (struct gdbarch_tdep): Add get_sigtramp_info.
817 * m68klinux-nat.c (fetch_register): Use register_size instead of
818 REGISTER_RAW_SIZE. Don't put assignment in if.
819 (store_register): Likewise.
820 (fetch_inferior_registers): Likewise.
821 (store_inferior_registers): Likewise.
822 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
823 (m68k_linux_frame_saved_pc): Delete.
824 (m68k_linux_sigcontext_reg_offset,
825 m68k_linux_ucontext_reg_offset): Define.
826 (m68k_linux_get_sigtramp_info): New function.
827 (m68k_linux_extract_return_value): Rewrite using regcache.
828 (m68k_linux_store_return_value): Likewise.
829 (m68k_linux_extract_struct_value_address): Likewise.
830 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
831 Don't set deprecated_frame_saved_pc,
832 deprecated_extract_return_value, deprecated_store_return_value,
833 deprecated_extract_struct_value_address. Set
834 extract_return_value, store_return_value,
835 extract_struct_value_address.
836
837 2003-07-07 Andrew Cagney <cagney@redhat.com>
838
839 * expprint.c: Include "user-regs.h" instead of "frame.h".
840 (print_subexp): Use user_reg_map_regnum_to_name, instead of
841 frame_map_regnum_to_name.
842 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
843 (frame_map_name_to_regnum): Simplify, call
844 user_reg_map_name_to_regnum.
845 (frame_map_regnum_to_name): Simplify, call
846 user_reg_map_regnum_to_name.
847 (frame_register_unwind): Update.
848 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
849 (_initialize_frame_reg): Call user_reg_add_builtin.
850 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
851 (value_of_register): Use value_of_user_reg.
852 * eval.c (evaluate_subexp_standard): Update.
853 * parse.c (write_dollar_variable): Update.
854 * d10v-tdep.c (d10v_print_registers_info): Update.
855 * infcmd.c (registers_info): Update.
856 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
857 (builtin_regs_h): Delete macro.
858 (user_regs_h): Define.
859 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
860 (builtin-regs.o): Delete target.
861 (user-regs.o): Specify dependencies.
862 (expprint.o): Update dependencies.
863 (findvar.o): Update dependencies.
864 (frame.o): Update dependencies.
865 (std-regs.o): Update dependencies.
866
867 2003-07-06 Christopher Faylor <cgf@redhat.com>
868
869 * win32-nat.c (solib_symbols_add): Use one variable for all section
870 address stuff. Pass variable rather than address of variable to
871 safe_symbol_file_add.
872
873 2003-07-06 Andreas Schwab <schwab@suse.de>
874
875 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
876
877 2003-07-04 Joel Brobecker <brobecker@gnat.com>
878
879 * rs6000-nat.c (vmap_symtab): Fix compilation error.
880
881 2003-07-04 Kris Warkentin <kewarken@qnx.com>
882
883 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
884
885 2003-07-04 Kris Warkentin <kewarken@qnx.com>
886
887 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
888 * config/i386/nto.mh: New file.
889 * config/i386/nm-nto.h: New file.
890 * configure.host: Add i[3456]86-*-nto*.
891
892 2003-07-03 Joel Brobecker <brobecker@gnat.com>
893
894 * remote-vx.c (vx_add_symbols): Fix compilation error.
895
896 2003-07-03 Andrew Cagney <cagney@redhat.com>
897
898 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
899 * gdbarch.h, gdbarch.c: Re-generate.
900 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
901 (legacy_register_name): Declare.
902 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
903 (REGISTER_NAME): Define.
904 * sparc-tdep.c (legacy_register_name): New function.
905 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
906 (REGISTER_NAME): Define.
907 (hppa64_register_name): Declare.
908 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
909 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
910 (hppa64_register_name): New function.
911 (hppa_register_name): New function.
912 * arch-utils.c (legacy_register_name): Delete.
913 * arch-utils.h (legacy_register_name): Delete.
914
915 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
916
917 * cli/cli-interp.c (cli_interpreter_resume): Update the
918 cli_uiout's stream to gdb_stdout.
919
920 2003-07-03 Andrew Cagney <cagney@redhat.com>
921
922 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
923 predicate.
924 * gdbarch.h, gdbarch.c: Re-generate.
925 * regcache.c (init_regcache_descr): Use legacy code when either
926 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
927
928 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
929
930 * NEWS: Move "set logging" entry into GDB 6.0 section.
931
932 2003-07-02 Jim Blandy <jimb@redhat.com>
933
934 * s390-tdep.c (struct frame_extra_info): new member:
935 'stack_bought_valid'.
936 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
937 initialize fextra_info->stack_bought.
938 (s390_frameless_function_invocation): Don't trust the value of
939 fextra_info_ptr->stack_bought unless
940 fextra_info->stack_bought_valid is set.
941
942 New S390 prologue analyzer.
943 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
944 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
945 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
946 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
947 compute_x_addr, s390_on_stack, s390_store,
948 s390_get_signal_frame_info): New functions.
949 (S390_NUM_SPILL_SLOTS): New macro.
950 (s390_get_frame_info): Rewritten.
951 (is_arg_reg): Deleted.
952
953 Break out the decoding of S/390 instructions into separate
954 functions, to make it more legible, and easier to check
955 against the spec.
956 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
957 is_rx, is_rxe): New functions.
958 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
959 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
960 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
961 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
962 enums for opcode values. (Is this an improvement?)
963
964 2003-07-02 Andrew Cagney <cagney@redhat.com>
965
966 * i386-tdep.c: Revert change committed as part of trad-frame code
967 below.
968
969 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
970
971 * breakpoint.c (insert_catchpoint): Make static.
972
973 2003-07-02 Andreas Schwab <schwab@suse.de>
974
975 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
976 former ia64_push_arguments and ia64_push_return_address, and use
977 regcache functions instead of read/write_register.
978 (ia64_gdbarch_init): Set push_dummy_call instead of
979 deprecated_push_arguments and deprecated_push_return_address.
980
981 2003-07-01 Andreas Jaeger <aj@suse.de>
982
983 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
984 before the call.
985 Set %rax only to number of SSE registers used.
986
987 2003-07-01 Andrew Cagney <cagney@redhat.com>
988
989 * trad-frame.h: Update comments, a -1 .addr is reserved.
990 (trad_frame_value_p, trad_frame_addr_p): Declare.
991 (trad_frame_reg_p): Declare.
992 (trad_frame_set_value): Rename trad_frame_register_value.
993 (trad_frame_set_unknown): Declare.
994 * trad-frame.c (trad_frame_realreg_p): New function.
995 (trad_frame_addr_p, trad_frame_value_p): New function.
996 (trad_frame_set_unknown): New function.
997 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
998 (trad_frame_prev_register): Use trad_frame_realreg_p,
999 trad_frame_addr_p and trad_frame_value_p.
1000 (trad_frame_set_value): Rename trad_frame_register_value.
1001 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1002 and trad_frame_set_value.
1003
1004 2003-06-30 Jim Blandy <jimb@redhat.com>
1005
1006 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1007 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1008 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1009 for 16 registers, and then 32 more bytes.
1010 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1011 New macros.
1012 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1013 Move up in the file, since it's now used by is_simple_arg.
1014 (is_simple_arg): Don't assume registers are four bytes long.
1015 Exclude all double arguments. Extended floats are not simple
1016 args.
1017 (is_power_of_two): New function.
1018 (pass_by_copy_ref): Call is_power_of_two, and check that the
1019 length fits in a register, rather than listing all the acceptable
1020 sizes. Extended floats are not passed by reference.
1021 (s390_push_arguments): Don't assume registers are four bytes long.
1022 Reserve an argument register to point to the buffer for structures
1023 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1024 S390_STACK_FRAME_OVERHEAD.
1025
1026 2003-06-30 Andreas Schwab <schwab@suse.de>
1027
1028 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1029 format error message.
1030
1031 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1032
1033 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1034
1035 2003-06-30 David Carlton <carlton@kealia.com>
1036
1037 Band-aid for PR c++/1245.
1038 * Makefile.in (cp-support.o): Depend on complaints_h.
1039 * cp-support.c: Include complaints.h. Add declaration for
1040 find_last_component.
1041 (cp_find_first_component): Separate code into
1042 cp_find_first_component_aux.
1043 (cp_find_first_component_aux): Call demangled_name_complaint.
1044 (demangled_name_complaint): New.
1045
1046 2003-06-30 Andrew Cagney <cagney@redhat.com>
1047
1048 * remote.c (remote_write_bytes): Explicitly compute and then use
1049 the payload size. Update comments to reflect. Fixes problem of
1050 GDB not sending small packets as found by Fred Fish.
1051
1052 2003-06-30 Andrew Cagney <cagney@redhat.com>
1053
1054 * remote.c (remote_async_wait): Fix -Wformat problem.
1055
1056 2003-06-29 Andrew Cagney <cagney@redhat.com>
1057
1058 * remote.c (remote_wait): Call error, and not warning, when the
1059 packet is corrupt.
1060 (remote_async_wait): Ditto.
1061
1062 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1063
1064 * sparc-tdep.c (sparc_y_regnum): Make external again.
1065
1066 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1067
1068 * cli/cli-logging.c (pop_output_files): Add void to function
1069 definition.
1070
1071 2003-06-29 Andrew Cagney <cagney@redhat.com>
1072
1073 * frame.c (frame_register_unwind): Use unsigned char when dumping
1074 the buffer contents.
1075
1076 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1077
1078 * cli/cli-logging.c: New file.
1079 * cli-out.c (struct ui_out_data): Add original_stream.
1080 (cli_redirect): New function.
1081 (cli_ui_out_impl): Add cli_redirect.
1082 (cli_out_new): Initialize original_stream.
1083 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1084 (uo_redirect, ui_out_redirect): New.
1085 * ui-out.h (struct ui_out_impl): Add redirect member.
1086 (redirect_ftype): New.
1087 (ui_out_redirect): Add prototype.
1088 * Makefile.in: Add rules for cli-logging.c.
1089 * NEWS: Mention "set logging".
1090
1091 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1092
1093 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1094
1095 2003-06-27 Andrew Cagney <cagney@redhat.com>
1096
1097 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1098 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1099 * avr-tdep.c (avr_call_dummy_address): Delete function.
1100 (avr_gdbarch_init): Do not set call_dummy_address.
1101
1102 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1103
1104 * symfile.c (syms_from_objfile): Move variables to inner block.
1105 Move the checks for the non-mainline case a bit earlier to avoid
1106 doing some useless computations.
1107
1108 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1109
1110 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1111
1112 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1113
1114 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1115 sections.
1116
1117 2003-06-26 Michael Chastain <mec@shout.net>
1118
1119 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1120 gdb/testsuite/gdb.c++/pr-1210.exp.
1121
1122 2003-06-26 Andrew Cagney <cagney@redhat.com>
1123
1124 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1125 altivec_expression.h and altivec_registers.h.
1126
1127 2003-06-26 Andrew Cagney <cagney@redhat.com>
1128
1129 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1130 info->mach when MIPS16. Patch suggested by Fred Fish.
1131
1132 2003-06-26 Andrew Cagney <cagney@redhat.com>
1133
1134 * utils.c (internal_vproblem): Print the problem to a reason
1135 buffer and then pass to query. Make the msg variable more local.
1136
1137 2003-06-26 Andrew Cagney <cagney@redhat.com>
1138
1139 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1140 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1141 * gdbarch.h, gdbarch.c: Re-generate.
1142 * frame-base.c (default_frame_args_address): Update. Use
1143 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1144 not available.
1145 (default_frame_locals_address): Ditto for
1146 DEPRECATED_FRAME_LOCALS_ADDRESS.
1147 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1148 (vax_frame_num_args): Update.
1149 (vax_gdbarch_init): Update.
1150 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1151 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1152 * mcore-tdep.c (mcore_gdbarch_init): Update.
1153 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1154 * ia64-tdep.c (ia64_gdbarch_init): Update.
1155 * symtab.h (address_class): Update comments.
1156 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1157 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1158 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1159 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1160 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1161 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1162 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1163 * alpha-mdebug-tdep.c: Update.
1164 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1165
1166 2003-06-26 Andreas Jaeger <aj@suse.de>
1167
1168 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1169 of SSE registers so that varargs functions work. Rework handling
1170 of passing arguments on the stack.
1171 (x86_64_store_return_value): Return double and float values in SSE
1172 register.
1173
1174 2003-06-24 Michael Chastain <mec@shout.net>
1175
1176 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1177 the "constructor breakpoints ignored" bug.
1178
1179 2003-06-25 David Carlton <carlton@kealia.com>
1180
1181 * MAINTAINERS: Update e-mail address.
1182
1183 2003-06-24 Jim Blandy <jimb@redhat.com>
1184
1185 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1186
1187 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1188 function.
1189 (ppc_linux_init_abi): Register it as the
1190 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1191
1192 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1193 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1194 method.
1195
1196 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1197 (ppc64_standard_linkage_target): Use it.
1198
1199 2003-06-23 Andrew Cagney <cagney@redhat.com>
1200
1201 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1202 for 0 "int0" and 4 "int32" sized registers.
1203 * gdbtypes.c (builtin_type_int0): Define.
1204 (build_gdbtypes): Initialize builtin_type_int0.
1205 * gdbtypes.h (builtin_type_int0): Declare.
1206
1207 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1208
1209 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1210 as characters are unsigned.
1211
1212 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1213
1214 PR gdb/1179
1215 * dwarfread.c (struct_type): Skip static fields without crashing.
1216
1217 2003-06-22 Andrew Cagney <cagney@redhat.com>
1218
1219 GDB 6.0 branch created.
1220 * README: Update.
1221 * PROBLEMS: Update. Empty.
1222 * NEWS: Update.
1223
1224 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1225
1226 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1227 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1228
1229 2003-06-22 Andrew Cagney <cagney@redhat.com>
1230
1231 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1232 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1233 Velikov.
1234
1235 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1236
1237 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1238 compilers.
1239
1240 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1241
1242 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1243 argument of val_print.
1244 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1245 to the address argument of baseclass_offset or target_read_memory.
1246 Do add it to the argument of cp_print_value_fields.
1247
1248 2003-06-21 Andrew Cagney <cagney@redhat.com>
1249
1250 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1251 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1252 instead of 0..NUM_REGS.
1253 (mips_register_reggroup_p): New function.
1254 (mips_pseudo_register_write): New function.
1255 (mips_pseudo_register_read): New function.
1256 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1257 based on the register's type.
1258 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1259 cooked.
1260 (mips_get_saved_register): Simplify. Assert that REGNO is a
1261 pseudo / cooked.
1262 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1263 (mips_register_type): Replace mips_register_virtual_type. Map
1264 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1265 when available.
1266 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1267 that the register is cooked / virtual.
1268 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1269 Only get the extra info when needed.
1270 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1271 (mips32_heuristic_proc_desc): Fetch the cooked register.
1272 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1273 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1274 (mips_print_register): Use gdbarch_register_type, instead of
1275 REGISTER_VIRTUAL_TYPE.
1276 (print_gp_register_row): Use gdbarch_register_type, instead of
1277 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1278 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1279 Print the pseudo / cooked registers.
1280 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1281 Print the pseudo / cooked registers.
1282 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1283 REG_NUM is pseudo / cooked.
1284 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1285 (mips_n32n64_xfer_return_value): Ditto.
1286 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1287 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1288 (mips_register_sim_regno): New function.
1289 (mips_gdbarch_init): Set deprecated_register_byte,
1290 register_group_p, pseudo_register_write, pseudo_register_read,
1291 register_sim_regno, and num_pseudo_regs. Set register_type,
1292 instead of register_virtual_type.
1293 * Makefile.in (mips-tdep.o): Update dependencies.
1294 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1295 REGISTER_VIRTUAL_TYPE.
1296 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1297 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1298 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1299 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1300 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1301
1302 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1303
1304 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1305 * cli/cli-cmds.c: Include "gdb_vfork.h".
1306 (shell_escape): Use vfork.
1307
1308 2003-06-21 Andrew Cagney <cagney@redhat.com>
1309
1310 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1311 32 bit floating-point register saves.
1312
1313 * frame.h (deprecated_unwind_get_saved_register): Delete.
1314 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1315 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1316 and deprecated_get_next_frame_hack instead of
1317 deprecated_unwind_get_saved_register.
1318
1319 * mips-tdep.c (mips_dump_tdep): Do not print
1320 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1321
1322 * frame.c (get_frame_register): New function.
1323 (frame_unwind_register_signed): New function.
1324 (get_frame_register_signed): New function.
1325 (frame_unwind_register_unsigned): New function.
1326 (get_frame_register_unsigned): New function.
1327 * frame.h: Add comments on naming schema.
1328 (get_frame_register, frame_unwind_register_signed): Declare.
1329 (get_frame_register_signed, get_frame_register_signed): Declare.
1330 (frame_unwind_register_unsigned): Declare.
1331 (get_frame_register_unsigned): Declare.
1332
1333 2003-06-20 Theodore A. Roth <troth@openavr.org>
1334
1335 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1336
1337 2003-06-20 Theodore A. Roth <troth@openavr.org>
1338
1339 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1340 (avr_read_sp): Ditto.
1341
1342 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1343
1344 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1345 * config/arm/nm-linux.h: Likewise.
1346 * config/arm/tm-linux.h: Likewise.
1347 * config/ia64/nm-linux.h: Likewise.
1348 * config/ia64/tm-ia64.h: Likewise.
1349 * config/s390/tm-linux.h: Likewise.
1350 * config/s390/tm-s390.h: Likewise.
1351 * s390-nat.c: Likewise.
1352 * s390-tdep.c: Likewise.
1353
1354 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1355 * config/ia64/linux.mt: Likewise.
1356 * config/m68k/linux.mh: Likewise.
1357 * config/mips/linux.mt: Likewise.
1358 * config/powerpc/linux.mh: Likewise.
1359 * config/sh/linux.mt: Likewise.
1360
1361 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1362
1363 * solib.c (solib_open): Change tests for whether to search
1364 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1365 comments.
1366
1367 2003-06-19 Theodore A. Roth <troth@openavr.org>
1368
1369 * avr-tdep.c (avr_frame_address): Delete function.
1370 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1371 set_gdbarch_frame_args_address.
1372
1373 2003-06-19 Andrew Cagney <cagney@redhat.com>
1374
1375 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1376 (REGISTER_CONVERT_FROM_TYPE): Delete.
1377 (mips_register_convert_to_type): Delete declaration.
1378 (mips_register_convert_from_type): Delete declaration.
1379 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1380 kernel/.
1381
1382 2003-06-19 Michael Snyder <msnyder@redhat.com>
1383
1384 * linux-nat.h: New file.
1385 * linux-nat.c: Include linux-nat.h.
1386 * lin-lwp.c: Include linux-nat.h.
1387 Move struct lwp_info def to linux-nat.h.
1388 * linux-proc.c: Include linux-nat.h.
1389 (linux_make_note_section): Iterate over lwps instead of threads.
1390 (linux_do_thread_registers): Use lwp instead of merged pid.
1391 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1392 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1393 Add dependency on linux_nat_h.
1394
1395 2003-06-19 Theodore A. Roth <troth@openavr.org>
1396
1397 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1398
1399 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1400
1401 * varobj.c (get_type, get_target_type): Use check_typedef.
1402
1403 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1404
1405 * breakpoint.c (insert_catchpoint): Call internal_error.
1406
1407 2003-06-19 Theodore A. Roth <troth@openavr.org>
1408
1409 * avr-tdep.c (avr_push_dummy_code): Delete function.
1410 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1411
1412 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1413
1414 * arch-utils.c (default_prepare_to_proceed): Remove.
1415 (generic_prepare_to_proceed): Remove.
1416 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1417 (generic_prepare_to_proceed): Remove prototype.
1418 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1419 * gdbarch.c: Regenerate.
1420 * gdbarch.h: Regenerate.
1421 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1422 * hppah-nat.c (hppa_switched_threads): Remove.
1423 * infrun.c (prepare_to_proceed): New static function, copied from
1424 generic_prepare_to_proceed. Remove select_it argument.
1425 (proceed): Call prepare_to_proceed.
1426 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1427 variables.
1428 (ptrace_wait): Don't set the removed variables.
1429 (hppa_switched_threads): Remove.
1430 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1431 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1432 (lin_lwp_prepare_to_proceed): Remove prototype.
1433 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1434 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1435
1436 2003-06-18 Theodore A. Roth <troth@openavr.org>
1437
1438 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1439 trad-frame.h.
1440 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1441 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1442 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1443 (AVR_PROLOGUE_*): Enumerate prologue types.
1444 (struct frame_extra_info): Remove.
1445 (struct avr_unwind_cache): Define.
1446 (avr_write_sp): Delete function.
1447 (avr_read_fp): Ditto.
1448 (avr_init_extra_frame_info): Ditto.
1449 (avr_pop_frame): Ditto.
1450 (avr_frame_saved_pc): Ditto.
1451 (avr_saved_pc_after_call): Ditto.
1452 (avr_push_return_address): Ditto.
1453 (avr_frame_chain): Ditto.
1454 (avr_store_struct_return): Ditto.
1455 (avr_push_arguments): Ditto.
1456 (avr_scan_prologue): Update comments. Changed to set up the info for
1457 cache unwinding. Now returns end of prologue PC.
1458 (avr_skip_prologue): Better handling of functions lacking a prologue
1459 by using avr_scan_prologue.
1460 (avr_scan_arg_moves): New function.
1461 (avr_saved_regs_unwinder): Ditto.
1462 (avr_frame_unwind_cache): Ditto.
1463 (avr_unwind_pc): Ditto.
1464 (avr_frame_this_id): Ditto.
1465 (avr_frame_prev_register): Ditto.
1466 (avr_frame_p): Ditto.
1467 (avr_frame_base_address ): Ditto.
1468 (avr_unwind_dummy_id): Ditto.
1469 (avr_push_dummy_code): Ditto.
1470 (push_stack_item): Ditto.
1471 (pop_stack_item): Ditto.
1472 (avr_push_dummy_call): Ditto.
1473 (struct stack_item): Define.
1474 (avr_frame_unwind): Declare structure.
1475 (avr_frame_base): Ditto.
1476 (avr_gdbarch_init): Remove calls to
1477 set_gdbarch_deprecated_init_frame_pc,
1478 set_gdbarch_deprecated_target_read_fp,
1479 set_gdbarch_deprecated_dummy_write_sp,
1480 set_gdbarch_deprecated_fp_regnum,
1481 set_gdbarch_deprecated_push_arguments,
1482 set_gdbarch_deprecated_push_return_address,
1483 set_gdbarch_deprecated_pop_frame,
1484 set_gdbarch_deprecated_store_struct_return,
1485 set_gdbarch_deprecated_frame_init_saved_regs,
1486 set_gdbarch_deprecated_init_extra_frame_info,
1487 set_gdbarch_deprecated_frame_chain,
1488 set_gdbarch_deprecated_frame_saved_pc,
1489 set_gdbarch_deprecated_saved_pc_after_call.
1490 Add calls to set_gdbarch_push_dummy_call,
1491 set_gdbarch_push_dummy_code,
1492 frame_unwind_append_predicate,
1493 frame_base_set_default,
1494 set_gdbarch_unwind_dummy_id,
1495 set_gdbarch_unwind_pc.
1496 Wrap a long line.
1497
1498 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1499
1500 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1501 registers for H8/300S.
1502 (h8300_print_registers_info): Ditto.
1503 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1504
1505 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1506
1507 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1508 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1509 (lin_lwp_wait): Likewise. Update comments.
1510 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1511 (pull_pid_from_list, linux_record_stopped_pid): New.
1512
1513 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1514
1515 * ada-lang.c (scan_discrim_bound): Name first argument.
1516 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1517 declared by ALL_BLOCK_SYMBOLS.
1518
1519 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1520
1521 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1522 ("regcache.h"): Include it.
1523 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1524
1525 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1526
1527 * NEWS: Mention gdbserver detach change and "disconnect" command.
1528 * infcmd.c (disconnect_command): New function.
1529 (_initialize_infcmd): Add ``disconnect'' command.
1530 * remote.c (remote_async_detach): Delete.
1531 (remote_detach): Merge remote_async_detach.
1532 (remote_disconnect): New.
1533 (init_remote_ops): Set to_disconnect.
1534 (init_remote_cisco_ops): Likewise.
1535 (init_remote_async_ops): Likewise. Use remote_detach.
1536 * target.c (cleanup_target): Default to_disconnect.
1537 (update_current_target): Inherit to_disconnect.
1538 (target_disconnect, debug_to_disconnect): New functions.
1539 (setup_target_debug): Set to_disconnect.
1540 * target.h (struct target_ops): Add to_disconnect.
1541 (target_disconnect): Add prototype.
1542
1543 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1544
1545 * breakpoint.c (insert_catchpoint): New function.
1546 (insert_breakpoints): Use catch_exceptions to call
1547 insert_catchpoint. Disable catchpoints if they fail to insert.
1548
1549 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1550
1551 * symfile.c (reread_symbols): Clear sym_private.
1552
1553 2003-06-17 Andrew Cagney <cagney@redhat.com>
1554
1555 * trad-frame.h (struct frame_info): Add opaque declaration.
1556 * remote-fileio.h (struct cmd_list_element): Add opaque
1557 declaration.
1558 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1559 comments.
1560
1561 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1562
1563 * remote.c (remote_prepare_to_store): Replace call to
1564 deprecated_read_register_bytes with multiple regcache_raw_read
1565 calls.
1566
1567 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1568
1569 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1570 (nto_find_and_open_solib): Likewise.
1571 (nto_init_solib_absolute_prefix): Likewise.
1572 (_initialize_nto_tdep): Fix indentation.
1573
1574 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1575
1576 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1577
1578 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1579
1580 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1581
1582 2003-06-17 Jim Blandy <jimb@redhat.com>
1583
1584 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1585
1586 2003-06-16 Theodore A. Roth <troth@openavr.org>
1587
1588 * avr-tdep.c (avr_extract_return_value): New function.
1589 (avr_gdbarch_init): Set extract_return_value method.
1590
1591 2003-06-16 Andrew Cagney <cagney@redhat.com>
1592
1593 * frame.h (deprecated_get_next_frame_hack): Declare.
1594 * frame.c (legacy_saved_regs_prev_register): Only require
1595 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1596 there are always saved regs.
1597 (deprecated_generic_get_saved_register): Do not require
1598 DEPRECATED_FRAME_INIT_SAVED_REGS.
1599 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1600 use frame ID unwind instead.
1601 (deprecated_get_next_frame_hack): New function.
1602
1603 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1604
1605 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1606 (h8300_push_dummy_call): ...this function. Some minor optimization.
1607 (h8300_push_return_address): Remove.
1608 (h8300_gdbarch_init): Remove calls to
1609 set_gdbarch_deprecated_dummy_write_sp,
1610 set_gdbarch_deprecated_push_arguments and
1611 set_gdbarch_deprecated_push_return_address.
1612 Add call to set_gdbarch_push_dummy_call.
1613
1614 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1615
1616 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1617 (E_PSEUDO_EXR_REGNUM): Ditto.
1618 (h8300_is_argument_spill): Check for instructions moving argument
1619 registers into safe registers.
1620 (h8300_skip_prologue): Check for stm instruction to push registers
1621 used for register variables onto stack.
1622 (gdb_print_insn_h8300): Remove.
1623 (h8300_examine_prologue): Add a comment.
1624 (h8300_register_name): Take pseudo registers into account.
1625 (h8300s_register_name): Ditto.
1626 (h8300sx_register_name): Ditto.
1627 (h8300_print_register): Ditto.
1628 (h8300_print_registers_info): Define "nice" printing order.
1629 (h8300_saved_pc_after_call): Take pseudo registers into account.
1630 (h8300_register_type): Ditto. Return type used for remote connection
1631 when requesting real CCR or EXR register, return actual type when
1632 requesting pseudo CCR or EXR.
1633 (h8300_pseudo_register_read): New function.
1634 (h8300_pseudo_register_write): Ditto.
1635 (h8300_dbg_reg_to_regnum): Ditto.
1636 (h8300s_dbg_reg_to_regnum): Ditto.
1637 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1638 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1639 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1640 set_gdbarch_print_insn architecture dependent.
1641 Call set_gdbarch_pseudo_register_read and
1642 set_gdbarch_pseudo_register_write.
1643 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1644
1645 2003-06-16 Andrew Cagney <cagney@redhat.com>
1646
1647 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1648 * gdbarch.h, gdbarch.c: Re-generate.
1649 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1650 * s390-tdep.c (s390_gdbarch_init): Update.
1651 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1652 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1653 * mips-tdep.c (mips_gdbarch_init): Update.
1654 * mcore-tdep.c (mcore_gdbarch_init): Update.
1655 * cris-tdep.c (cris_gdbarch_init): Update.
1656 * infcall.c (call_function_by_hand): Update.
1657 * ia64-tdep.c (ia64_push_arguments): Update comment.
1658 * frame.c (legacy_get_prev_frame): Do not assume
1659 SAVE_DUMMY_FRAME_TOS_P.
1660 * dummy-frame.c (find_dummy_frame): Update comment.
1661
1662 2003-06-16 Andrew Cagney <cagney@redhat.com>
1663
1664 * regcache.c (do_cooked_read): Do not use register_valid_p.
1665
1666 2003-06-15 Theodore A. Roth <troth@openavr.org>
1667
1668 * avr-tdep.c (avr_register_type): Remove a blank line.
1669 (avr_scan_prologue): Correct some comments.
1670
1671 2003-06-15 Theodore A. Roth <troth@openavr.org>
1672
1673 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1674 prologue types.
1675 Properly scan prologues generated by gcc with the -mcall-prologues
1676 option.
1677 Add code to scan -mcall-prologues for mega devices.
1678
1679 2003-06-15 Theodore A. Roth <troth@openavr.org>
1680
1681 * avr-tdep.c (avr_register_byte): Delete function.
1682 (avr_register_raw_size): Delete function.
1683 (avr_register_virtual_size): Delete function.
1684 (avr_register_virtual_type): Delete function.
1685 (avr_register_type): New function.
1686 (avr_address_to_pointer): Remove unused code.
1687 (avr_read_fp): Need to read FP as two separate bytes due to change to
1688 avr_register_type() usage.
1689 (avr_gdbarch_init): Don't set deprecated_register_size.
1690 Don't set deprecated_register_bytes.
1691 Don't set deprecated_register_byte.
1692 Don't set deprecated_register_raw_size.
1693 Don't set deprecated_max_register_raw_size.
1694 Don't set deprecated_register_virtual_size.
1695 Don't set deprecated_max_register_virtual_size.
1696 Don't set deprecated_register_virtual_type.
1697 Set register_type method.
1698
1699 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
1700
1701 * Makefile.in (linux-nat.o): Add rule.
1702 * linux-nat.c: New file.
1703 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1704 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1705 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1706 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1707 * config/arm/linux.mh (NATDEPFILES): Likewise.
1708 * config/i386/linux.mh (NATDEPFILES): Likewise.
1709 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1710 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1711 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1712 * config/mips/linux.mh (NATDEPFILES): Likewise.
1713 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1714 * config/s390/s390.mh (NATDEPFILES): Likewise.
1715 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1716
1717 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1718
1719 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1720 replace out-of-date comment.
1721
1722 2003-06-15 Andrew Cagney <cagney@redhat.com>
1723
1724 * rdi-share/host.h (Fail): Change to a varargs function.
1725 * remote-rdi.c (Fail): Update.
1726
1727 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1728
1729 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1730 (i386_convert_register_p, i386_register_to_value,
1731 i386_register_from_value): Handle types longer than 8 bytes.
1732
1733 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1734
1735 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1736 Move floating-point code to new function in i387-tdep.c.
1737 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1738 New functions containing code moved here from i386-tdep.c.
1739 * i387-tdep.h: Add opaque declaration for `struct type'.
1740 (i387_register_to_value, i387_value_to_register): New prototypes.
1741 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1742 (x86_64_init_abi): Set convert_register_p, register_to_value and
1743 value_to_register here.
1744
1745 2003-06-14 Andrew Cagney <cagney@redhat.com>
1746
1747 * mips-tdep.c (mips_register_to_value): Make static.
1748 (mips_value_to_register): Make static.
1749 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1750 * ia64-tdep.c (ia64_register_raw_size): Make static.
1751 (ia64_register_virtual_size): Make static.
1752 (ia64_register_byte): Make static.
1753 * i387-tdep.c: Include "i387-tdep.h".
1754 (print_387_control_word): Delete function.
1755 (print_387_status_word): Delete function.
1756 (print_387_status_bits): Delete function.
1757 (print_387_control_bits): Delete function.
1758 * Makefile.in (i387-tdep.o): Update dependencies.
1759 * rdi-share/host.h (Fail): Declare.
1760 * remote-rdi.c (Fail): Update to match declaration.
1761
1762 2003-06-14 Andrew Cagney <cagney@redhat.com>
1763
1764 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
1765 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
1766 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
1767 * config/djgpp/fnchange.lst: Delete "remote-array.c".
1768 * README: Delete reference to remote-array.
1769 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
1770 (remote-array.o): Delete target.
1771 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
1772 * remote-array.c: Delete file.
1773
1774 2003-06-14 Andrew Cagney <cagney@redhat.com>
1775 Mark Kettenis <kettenis@gnu.org>
1776
1777 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
1778 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
1779 parameter with "frame".
1780 * gdbarch.h, gdbarch.c: Re-generate.
1781 * frame.h (put_frame_register): Declare.
1782 * frame.c (put_frame_register): New function.
1783 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
1784 (legacy_register_to_value): Rewrite, use "frame" to get the
1785 register value.
1786 (legacy_value_to_register): Rewrite, use "frame" to find the
1787 register's location before storing.
1788 * arch-utils.h (legacy_convert_register_p): Update.
1789 (legacy_register_to_value, legacy_value_to_register): Update.
1790 * findvar.c (value_from_register): Rewrite, eliminate use of
1791 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
1792 "frame" to REGISTER_TO_VALUE.
1793 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
1794 lval_reg_frame_relative + lval_register branch of the switch. Do
1795 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
1796 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1797 I386_EDI_REGNUM): New defines.
1798 (i386_next_regnum, i386_convert_register_p,
1799 i386_register_to_value, i386_value_to_register): New functions.
1800 (i386_register_convertible, i386_register_convert_to_virtual,
1801 i386_convert_to_raw): Remove functions.
1802 (i386_gdbarch_init): Set convert_register_p, register_to_value and
1803 value_to_register instead of register_convertible,
1804 register_convert_to_virtual and register_convert_to_raw.
1805 * mips-tdep.c (mips_convert_register_p): New function.
1806 (mips_value_to_register): Replace mips_register_convert_from_type.
1807 (mips_register_to_value): Replace mips_register_convert_to_type.
1808 (mips_gdbarch_init): Set conver_register_p, value_to_register and
1809 register_to_value.
1810 * alpha-tdep.c (alpha_convert_register_p): Update.
1811 (alpha_value_to_register): Update, store the register.
1812 (alpha_register_to_value): Update, fetch the register.
1813
1814 2003-06-14 Theodore A. Roth <troth@openavr.org>
1815
1816 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
1817 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
1818 Don't set deprecated_call_dummy_words.
1819 Remove commented out set_gdbarch_believe_pcc_promotion() call.
1820 Don't set remote_translate_xfer_address.
1821 (avr_io_reg_read_command): Remove commented out debug printf.
1822 Wrap a long line.
1823
1824 2003-06-14 Theodore A. Roth <troth@openavr.org>
1825
1826 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
1827 causes gdb to seg fault.
1828
1829 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
1830
1831 * sparc-nat.c (fetch_inferior_registers): Correct
1832 a reference to "registers".
1833
1834 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
1835
1836 * Makefile.in (exc_request_U_h): Define
1837 (exc_request_S_h): Likewise.
1838 (msg_reply_S_h): Likewise.
1839 (msg_U_h): Likewise.
1840 (notify_S_h): Likewise.
1841 (process_reply_S_h): Likewise.
1842 (gnu-nat.o): Depend on gdb_obstack_h
1843 * gnu-nat.c: Include "gdb_obstack.h".
1844
1845 2003-06-13 Andrew Cagney <cagney@redhat.com>
1846
1847 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
1848 * gdbarch.h, gdbarch.c: Re-generate.
1849
1850 2003-06-13 Andrew Cagney <cagney@redhat.com>
1851
1852 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
1853 when deprecated REGISTER macros can be deleted.
1854 * gdbarch.h, gdbarch.c: Re-generate.
1855
1856 2003-06-13 Jim Blandy <jimb@redhat.com>
1857
1858 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
1859 Linux entry point symbols for _dl_debug_state, too.
1860
1861 2003-06-13 Andrew Cagney <cagney@redhat.com>
1862
1863 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
1864 available, do not use the FP register, and always save the TOS.
1865 * dummy-frame.c (dummy_frame_this_id): Do not assert
1866 SAVE_DUMMY_FRAME_TOS.
1867 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
1868 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
1869 (i386_push_dummy_call): Add 8 to the returned SP.
1870 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
1871 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
1872 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
1873 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
1874 (x86_64_push_dummy_call): Return "sp + 16".
1875 (x86_64_init_abi): Do not set save_dummy_frame_tos.
1876 * alpha-tdep.c (alpha_gdbarch_init): Do not set
1877 save_dummy_frame_tos.
1878
1879 2003-06-13 Jim Blandy <jimb@redhat.com>
1880
1881 * frv-tdep.c (frv_use_struct_convention): Delete static
1882 declaration for function deleted in my change of 2003-06-12.
1883
1884 2003-06-13 Theodore A. Roth <troth@openavr.org>
1885
1886 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
1887 (avr_pointer_to_address): Shift code addrs left 1 bit.
1888 (avr_convert_from_func_ptr_addr): Delete function since operation is
1889 better handled by avr_address_to_pointer and avr_pointer_to_address.
1890 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
1891
1892 2003-06-13 Mark Kettenis <kettenis@gnu.org>
1893
1894 From Kelley Cook <kelleycook@wideopenwest.com>:
1895 * configure.host: Accept i[34567]86 variants.
1896 * configure.tgt: Likewise.
1897 * nlm/configure.in: Likewise.
1898 * nlm/configure: Regenerated.
1899
1900 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
1901
1902 * arm-tdep.c (solib-svr4.h): Dont' include it.
1903 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
1904 * arm-linux-tdep.c: ... here. Make static.
1905 (arm_linux_init_abi): Register it.
1906 (solib-svr4.h): Include it.
1907 * Makefile.in: Update dependencies.
1908 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
1909 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
1910
1911 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
1912
1913 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
1914 indicate registers used for return values.
1915 (struct frame_extra_info): Drop args_pointer and locals_pointer.
1916 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
1917 members.
1918 (h8300_init_extra_frame_info): Ditto.
1919 (h8300_frame_locals_address): Removed.
1920 (h8300_frame_args_address): Removed.
1921 (h8300_extract_return_value): Use new regcache structure. Only care
1922 for 16 bit CPUs.
1923 (h8300h_extract_return_value): Same function for 32 bit CPUs.
1924 (h8300_store_return_value): Use new regcache structure. Only care
1925 for 16 bit CPUs.
1926 (h8300h_store_return_value): Same function for 32 bit CPUs.
1927 (h8300_store_struct_return): Removed.
1928 (h8300_extract_struct_value_address): Use new regcache structure.
1929 (h8300h_extract_struct_value_address): Removed.
1930 (h8300_push_dummy_code): New function.
1931 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
1932 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
1933 set_gdbarch_store_return_value architecture dependent.
1934 Call set_gdbarch_push_dummy_code and
1935 set_gdbarch_extract_struct_value_address.
1936 Remove calls to set_gdbarch_frame_args_address,
1937 set_gdbarch_frame_locals_address,
1938 set_gdbarch_deprecated_store_struct_return,
1939 set_gdbarch_deprecated_extract_return_value,
1940 set_gdbarch_deprecated_extract_struct_value_address,
1941 set_gdbarch_deprecated_call_dummy_words and
1942 set_gdbarch_deprecated_sizeof_call_dummy_words.
1943
1944 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
1945
1946 * h8300-tdep.c (h8300_register_byte): Remove.
1947 (h8300h_register_byte): Remove.
1948 (h8300_register_virtual_type): Remove. Substitute by...
1949 (h8300_register_type): New function.
1950 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
1951 (h8300h_extract_struct_value_address): Ditto.
1952 (h8300_gdbarch_init): Drop calls to
1953 set_gdbarch_deprecated_register_byte and
1954 set_gdbarch_deprecated_register_virtual_type.
1955 Add call to set_gdbarch_register_type.
1956
1957 2003-06-13 Andrew Cagney <cagney@redhat.com>
1958
1959 * gdbarch.sh: Update comments on registers.
1960 (deprecated_register_byte): Rename register_byte.
1961 (deprecated_register_raw_size): Rename register_raw_size.
1962 (deprecated_register_virtual_size): Rename register_virtual_size.
1963 (deprecated_register_virtual_type): Rename register_virtual_type.
1964 * gdbarch.h, gdbarch.c: Re-generate.
1965 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1966 * vax-tdep.c (vax_gdbarch_init): Update.
1967 * v850-tdep.c (v850_gdbarch_init): Update.
1968 * sparc-tdep.c (sparc_gdbarch_init): Update.
1969 * sh-tdep.c (sh_gdbarch_init): Update.
1970 * s390-tdep.c (s390_gdbarch_init): Update.
1971 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1972 * ns32k-tdep.c: Update.
1973 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1974 * mips-tdep.c (mips_gdbarch_init): Update.
1975 * mcore-tdep.c (mcore_gdbarch_init): Update.
1976 * m68k-tdep.c (m68k_gdbarch_init): Update.
1977 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1978 * ia64-tdep.c (ia64_gdbarch_init): Update.
1979 * hppa-tdep.c (hppa_gdbarch_init): Update.
1980 * h8300-tdep.c (h8300_gdbarch_init): Update.
1981 * frv-tdep.c (frv_gdbarch_init): Update.
1982 * cris-tdep.c (cris_gdbarch_init): Update.
1983 * avr-tdep.c (avr_gdbarch_init): Update.
1984 * alpha-tdep.c (alpha_gdbarch_init): Update.
1985 * arm-tdep.c (arm_gdbarch_init): Update.
1986
1987 2003-06-13 Andrew Cagney <cagney@redhat.com>
1988
1989 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
1990 mips_o32_use_struct_convention with always_use_struct_convention.
1991
1992 2003-06-12 David Carlton <carlton@kealia.com>
1993
1994 * cp-namespace.c (cp_set_block_scope): Comment out
1995 processing_has_namespace_info branch.
1996
1997 2003-06-12 Jim Blandy <jimb@redhat.com>
1998
1999 Recognize and skip 64-bit PowerPC Linux linkage functions.
2000 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2001 insn_pattern, insns_match_pattern, d_field, ds_field): New
2002 functions, macros, and types for working with PPC instructions.
2003 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2004 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2005 ppc64_skip_trampoline_code): New functions, variables, and macros
2006 for recognizing and skipping linkage functions.
2007 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2008 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2009
2010 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2011 register offsets for both the 32- and 64-bit interfaces.
2012
2013 Actually finish the job started by my change of 2003-05-29.
2014 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2015 other #definition of this.
2016 (ppc_linux_skip_trampoline_code): Remove declaration.
2017 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2018 static.
2019 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2020 method for GDBARCH.
2021
2022 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2023 'long' on ppc64-*-linux*.
2024
2025 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2026 isn't #defined, assume the register doesn't exist: act as if
2027 tdep->ppc_mq_regnum were -1.
2028
2029 * configure.host, configure.tgt: Add entries for
2030 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2031 powerpc/linux.mt.
2032 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2033 New files.
2034
2035 * arch-utils.c (always_use_struct_convention): New function.
2036 * arch-utils.h (always_use_struct_convention): New prototype.
2037 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2038 (alpha_gdbarch_init): Register always_use_struct_convention,
2039 instead of alpha_use_struct_convention.
2040 * cris-tdep.c (cris_use_struct_convention): Delete.
2041 (cris_gdbarch_init): Register always_use_struct_convention,
2042 instead of cris_use_struct_convention.
2043 * frv-tdep.c (frv_use_struct_convention): Delete.
2044 (frv_gdbarch_init): Register always_use_struct_convention,
2045 instead of frv_use_struct_convention.
2046 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2047 (h8300_gdbarch_init): Register always_use_struct_convention,
2048 instead of h8300_use_struct_convention.
2049 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2050 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2051 instead of mips_o32_use_struct_convention.
2052
2053 2003-06-12 Andrew Cagney <cagney@redhat.com>
2054
2055 * wince.c: Include "mips-tdep.h".
2056 * mips-tdep.h (mips_next_pc): Declare.
2057 * mcore-tdep.c: Make more local functions static.
2058 * Makefile.in (wince.o): Update dependencies.
2059
2060 2003-06-12 David Carlton <carlton@kealia.com>
2061
2062 * symtab.c (lookup_symbol_aux_minsyms): Replace
2063 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2064 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2065 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2066 SYMBOL_NATURAL_NAME.
2067
2068 2003-06-12 Andreas Schwab <schwab@suse.de>
2069
2070 * Makefile.in (tuiDisassem.o): Update dependencies.
2071
2072 2003-06-12 David Carlton <carlton@bactrian.org>
2073
2074 * symtab.h: Delete declaration of make_symbol_overload_list.
2075 Add declaration of lookup_partial_symbol.
2076 * symtab.c (remove_params): Move to cp-support.c.
2077 (overload_list_add_symbol, make_symbol_overload_list)
2078 (sym_return_val_size, sym_return_val_index): Ditto.
2079 (lookup_partial_symbol): Make extern.
2080 * cp-support.h: Add declaration of make_symbol_overload_list.
2081 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2082 symtab.h, and block.h.
2083 (remove_params): Move here from symtab.c.
2084 (overload_list_add_symbol, make_symbol_overload_list)
2085 (sym_return_val_size, sym_return_val_index): Ditto.
2086 * valops.c: Include cp-support.h.
2087 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2088 frame_h, and block_h.
2089 (valops.o): Depend on cp_support_h.
2090
2091 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2092
2093 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2094 substitute by NUM_REGS throughout.
2095 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2096 (h8300s_register_name): New function for H8S registers.
2097 (h8300sx_register_name): Ditto for H8SX registers.
2098 (h8300_print_register): Revise register printing, avoid depending
2099 on 32 bit long.
2100 (h8300_register_byte): Only care for H8/300 registers.
2101 (h8300h_register_byte): New function for any other architecture.
2102 (h8300_register_raw_size): Remove.
2103 (h8300_register_virtual_type): Revise to return actually useful
2104 type.
2105 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2106 (h8300h_extract_struct_value_address): New function for any other
2107 architecture.
2108 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2109 set_gdbarch_register_name, set_gdbarch_register_byte,
2110 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2111 Remove calls to set_gdbarch_deprecated_register_size,
2112 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2113 set_gdbarch_deprecated_max_register_raw_size,
2114 set_gdbarch_register_virtual_size and
2115 set_gdbarch_deprecated_max_register_virtual_size entirely.
2116 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2117 set_gdbarch_long_double_bit.
2118
2119 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2120
2121 * doublest.c (convert_doublest_to_floatformat): When dealing
2122 with the implied integer bit, only alter mant_bits if we are
2123 processing a full 32 bits of mantissa.
2124
2125 2003-06-11 David Carlton <carlton@bactrian.org>
2126
2127 * dictionary.h: New.
2128 * dictionary.c: New.
2129 * block.h: Add opaque declaration for struct dictionary.
2130 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2131 'sym' members.
2132 (BLOCK_DICT): New macro.
2133 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2134 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2135 BLOCK_SHOULD_SORT.
2136 (ALL_BLOCK_SYMBOLS): Update definition.
2137 * Makefile.in (SFILES): Add dictionary.c.
2138 (dictionary_h): New.
2139 (COMMON_OBS): Add dictionary.o.
2140 (dictionary.o): New.
2141 (ada-lang.o): Depend on dictionary_h.
2142 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2143 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2144 (mi-cmd-stack.o): Ditto.
2145 (gdbtk-cmds.o): Update dependencies.
2146 (gdbtk-stack.o): Ditto.
2147 * ada-lang.c: Include dictionary.h.
2148 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2149 (fill_in_ada_prototype, debug_print_block): Ditto.
2150 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2151 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2152 'is_sorted'.
2153 * mdebugread.c: Include dictionary.h.
2154 (struct parse_stack): Delete 'maxsyms' member.
2155 (parse_symbol): Update calls to new_block. Delete calls to
2156 shrink_block. Use dictionary methods.
2157 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2158 Update calls to new_symtab. Don't maintain maxsyms data.
2159 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2160 (add_symbol): Just call dict_add_symbol.
2161 (new_symtab): Delete 'maxsyms' argument.
2162 (new_symtab): Update calls to new_block.
2163 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2164 (shrink_block): Delete function.
2165 (fixup_sigtramp): Update call to new_block. Add symbol via
2166 dict_add_symbol.
2167 * jv-lang.c: Include dictionary.h.
2168 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2169 appropriately. Set class_symtab->free_func. Make sure the
2170 blockvector is big enough to hold two blocks.
2171 (add_class_symtab_symbol): Use dictionary methods.
2172 (free_class_block): New function.
2173 (type_from_class): Replace explicit iteration by
2174 ALL_BLOCK_SYMBOLS.
2175 * symtab.h (struct symtab): Replace 'free_ptr' method by
2176 'free_func'.
2177 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2178 sort_symtab_syms.
2179 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2180 sort_symtab_syms.
2181 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2182 Include dictionary.h.
2183 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2184 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2185 sort_symtab_syms.
2186 * objfiles.c: Include dictionary.h.
2187 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2188 * buildsym.c: Include dictionary.h.
2189 (finish_block): Use dictionary methods.
2190 (end_symtab): Set free_func to NULL, not free_ptr.
2191 * tracepoint.c: Include dictionary.h.
2192 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2193 (scope_info): Ditto.
2194 * stack.c: Include dictionary.h.
2195 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2196 (print_block_frame_labels, print_frame_arg_vars)
2197 (print_frame_args): Ditto.
2198 * symmisc.c (free_symtab_block): Use dictionary methods.
2199 (dump_symtab): Ditto.
2200 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2201 Include dictionary.h.
2202 * symfile.h: Delete declarations of sort_block_syms,
2203 sort_symtab_syms.
2204 * symfile.c (sort_block_syms): Delete.
2205 (sort_symtab_syms): Delete.
2206 * symtab.c: Include dictionary.h.
2207 (lookup_block_symbol): Use dictionary iterators.
2208 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2209 (search_symbols, make_symbol_completion_list): Ditto.
2210 (make_symbol_overload_list): Ditto.
2211 * valops.c (value_of_local): Use dict_empty.
2212 Include dictionary.h.
2213
2214 2003-06-11 J. Brobecker <brobecker@gnat.com>
2215
2216 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2217
2218 2003-06-11 David Carlton <carlton@bactrian.org>
2219
2220 * block.h (BLOCK_SHOULD_SORT): Delete.
2221 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2222 blocks.
2223 * ada-lang.c (ada_add_block_symbols): Ditto.
2224 * symfile.c (sort_block_syms): Delete.
2225 (sort_symtab_syms): Ditto.
2226 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2227 declarations.
2228 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2229 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2230 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2231 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2232 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2233 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2234 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2235
2236 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2237
2238 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2239 bits to 128.
2240
2241 2003-06-11 Andrew Cagney <cagney@redhat.com>
2242
2243 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2244 REGISTER_CONVERTIBLE.
2245 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2246 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2247 * gdbarch.h, gdbarch.c: Re-generate.
2248 * arch-utils.h (deprecated_register_convertible_not): Rename
2249 generic_register_convertible_not.
2250 * arch-utils.c (deprecated_register_convertible_not): Rename
2251 generic_register_convertible.
2252 (legacy_convert_register_p, legacy_register_to_value): Update.
2253 * sh-tdep.c (sh64_push_arguments): Update.
2254 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2255 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2256 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2257 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2258 * arch-utils.c (legacy_value_to_register): Update.
2259 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2260 (rs6000_register_convert_to_raw): Make parameter "from" const.
2261 * mips-tdep.c (mips_gdbarch_init): Update.
2262 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2263 * infcmd.c (default_print_registers_info): Update.
2264 * ia64-tdep.c (ia64_gdbarch_init): Update.
2265 (ia64_register_convert_to_raw): Make parameter "from" const.
2266 * i386-tdep.c (i386_gdbarch_init): Update.
2267 (i386_register_convert_to_raw): Update.
2268
2269 2003-06-11 Andrew Cagney <cagney@redhat.com>
2270
2271 * remote-fileio.c: Include "remote-fileio.h".
2272 * Makefile.in (remote-fileio.o): Update dependencies.
2273 (remote_fileio_h): Fix typo.
2274
2275 2003-06-11 Andrew Cagney <cagney@redhat.com>
2276
2277 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2278 (xstormy16_save_dummy_frame_tos): Make static.
2279 (_initialize_xstormy16_tdep): Add declaration.
2280 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2281 * v850-tdep.c: Make local functions static.
2282 (_initialize_v850_tdep): Add declaration.
2283 * sparc-tdep.c: Make local functions static.
2284 (_initialize_sparc_tdep): Add declaration.
2285 * sh-tdep.c: Make local functions static.
2286 (_initialize_sh_tdep): Add declaration.
2287 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2288 * s390-tdep.c: Make local functions static.
2289 (_initialize_s390_tdep): Add declaration.
2290 * dbxread.c (find_stab_function_addr): Make static.
2291 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2292 * ocd.c (_initialize_remote_ocd): Add declaration.
2293 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2294 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2295 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2296 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2297 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2298 * remote-array.c (_initialize_array): Add declaration.
2299 (_initialize_remote_monitors): Add declaration.
2300 * remote-mips.c: Make local functions static.
2301 (_initialize_remote_mips): Add declaration.
2302 * mcore-tdep.c: Make all local functions static.
2303 (_initialize_mcore_tdep): Add declaration.
2304 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2305 * abug-rom.c (_initialize_abug_rom): Add declaration.
2306 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2307 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2308 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2309 * remote-est.c (_initialize_est): Add declaration.
2310 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2311 (m68hc11_call_dummy_address): Make static.
2312 * ia64-tdep.c: Make local functions static.
2313 (_initialize_ia64_tdep): Add declaration.
2314 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2315 * monitor.c (monitor_wait_filter): Make static.
2316 (_initialize_remote_monitors): Add declaration.
2317 * remote-hms.c (_initialize_remote_hms): Add declaration.
2318 * remote-e7000.c (fetch_regs_from_dump): Make static.
2319 (expect_n): Make static.
2320 (_initialize_remote_e7000): Add declaration.
2321 * ser-e7kpc.c: Always include "defs.h".
2322 (_initialize_ser_e7000pc): Add declaration.
2323 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2324 * cris-tdep.c: Make all but one function static.
2325 (_initialize_cris_tdep): Add declaration.
2326 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2327 * solib.c (update_solib_list): Make static.
2328 (_initialize_solib): Add declaration.
2329 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2330 (_initialize_avr_tdep): Add declaration.
2331 * remote-rdi.c (voiddummy): Make static.
2332 (_initialize_remote_rdi): Add declaration.
2333 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2334 * remote-rdp.c (send_rdp): Make static.
2335 (_initialize_remote_rdp): Add declaration.
2336 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2337
2338 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2339
2340 * remote-fileio.c: Make ari happy.
2341
2342 2003-06-10 J. Brobecker <brobecker@gnat.com>
2343
2344 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2345 fetching the trailing bytes of the buffer we are about to write.
2346
2347 2003-06-10 Andrew Cagney <cagney@redhat.com>
2348
2349 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2350 * Makefile.in (remote-fileio.o): Update dependencies.
2351 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2352 include <setjmp.h>, or <sys/types.h> conditional on USG.
2353 (remote_fio_jmp_buf): Delete global variable.
2354
2355 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2356 Martin M. Hunt <hunt@redhat.com>
2357
2358 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2359 (SFILES): Add remote-fileio.c.
2360 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2361 dependencies for building remote.o.
2362 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2363 * remote-fileio.h: New header file defining remote File-I/O interface.
2364 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2365 static storage class.
2366 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2367 'F' packet.
2368 (_initialize_remote): Call initialize_remote_fileio().
2369 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2370 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2371 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2372 (captured_main): Initialize new ui_files.
2373 * ui-file.c: Add read and fgets input functions.
2374 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2375 (null_file_read): New function.
2376 (ui_file_read): New function.
2377 (set_ui_file_read): New function.
2378 (stdio_file_read): New function.
2379 * ui-file.h: New type ui_file_read_ftype.
2380 (set_ui_file_read): Declare.
2381 (ui_file_read): Declare.
2382
2383 2003-06-09 Andrew Cagney <cagney@redhat.com>
2384
2385 * frame.h (deprecated_unwind_get_saved_register): Rename
2386 generic_unwind_get_saved_register, update comments.
2387 * mips-tdep.c (mips_get_saved_register): Update.
2388 * frame.c (deprecated_unwind_get_saved_register): Update.
2389
2390 2003-06-09 Andrew Cagney <cagney@redhat.com>
2391
2392 * vax-tdep.c (vax_frame_locals_address): Delete function.
2393 (vax_gdbarch_init): Do not set frame_locals_address.
2394 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2395 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2396 * s390-tdep.c (s390_frame_args_address): Delete function.
2397 (s390_gdbarch_init): Do not set frame_args_address or
2398 frame_locals_address.
2399 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2400 (ns32k_gdbarch_init): Do not set frame_locals_address.
2401 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2402 (hppa_frame_locals_address): Delete function.
2403 (hppa_gdbarch_init): Do not set frame_args_address, or
2404 frame_locals_address.
2405 * arm-tdep.c (arm_frame_args_address): Delete.
2406 (arm_frame_locals_address): Delete.
2407 (arm_gdbarch_init): Do not set frame_args_address, or
2408 frame_locals_address.
2409
2410 2003-06-09 Andrew Cagney <cagney@redhat.com>
2411
2412 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2413 * gdbarch.h, gdbarch.c: Re-generate.
2414 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2415 * arch-utils.c (frame_num_args_unknown): Delete function.
2416 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2417 (frame_info): Use FRAME_NUM_ARGS_P.
2418 * arm-tdep.c (arm_frame_num_args): Delete function.
2419 (arm_gdbarch_init): Do not set frame_num_args.
2420 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2421 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2422 (hppa_gdbarch_init): Do not set frame_num_args.
2423 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2424 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2425 frame_num_args to default frame_num_args_unknown.
2426 * v850-tdep.c (v850_gdbarch_init): Ditto.
2427 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2428 * sh-tdep.c (sh_gdbarch_init): Ditto.
2429 * s390-tdep.c (s390_gdbarch_init): Ditto.
2430 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2431 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2432 * mips-tdep.c (mips_gdbarch_init): Ditto.
2433 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2434 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2436 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2437 * i386-tdep.c (i386_gdbarch_init): Ditto.
2438 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2439 * frv-tdep.c (frv_gdbarch_init): Ditto.
2440 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2441 * cris-tdep.c (cris_gdbarch_init): Ditto.
2442 * avr-tdep.c (avr_gdbarch_init): Ditto.
2443 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2444
2445 2003-06-09 Andrew Cagney <cagney@redhat.com>
2446
2447 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2448 (print_frame_args): Moved to "stack.c".
2449 * stack.c: Include "gdb_assert.h".
2450 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2451 (print_frame_args): Moved from "printcmd.c".
2452 * frame.h (print_frame_args): Delete declaration.
2453 * Makefile.in (stack.o): Update dependencies.
2454
2455 2003-06-08 Andrew Cagney <cagney@redhat.com>
2456
2457 * frame.c (get_prev_frame): Remove reference to
2458 frame_args_address_correct in comments.
2459 * frame-base.c (default_frame_args_address): Delete code
2460 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2461 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2462 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2463 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2464 (vax_frame_args_address_correct): Delete declaration.
2465
2466 2003-06-08 Andrew Cagney <cagney@redhat.com>
2467
2468 * gdbarch.sh (UNWIND_SP): Add.
2469 * gdbarch.h, gdbarch.c: Re-generate.
2470 * frame.c (frame_sp_unwind): New function.
2471 (get_frame_sp): New function.
2472 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2473 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2474 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2475 value.
2476 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2477 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2478
2479 2003-06-08 Andrew Cagney <cagney@redhat.com>
2480
2481 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2482 REMOTE_BREAKPOINT.
2483 * remote.c: Update.
2484 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2485 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2486 * config/m68k/tm-sun3.h: Update.
2487 * config/m68k/tm-m68klynx.h: Update.
2488 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2489
2490 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2491 trad_frame". Update comments.
2492 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2493 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2494 (trad_frame_register_value, trad_frame_prev_register): Update.
2495
2496 2003-06-08 Andrew Cagney <cagney@redhat.com>
2497
2498 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2499 from GCC's acinclude.m4.
2500 * configure.in: Check for getopt's delcaration.
2501 * aclocal.m4, config.in, configure: Re-generate.
2502 * main.c (error_init): Delete declaration.
2503 * defs.h (error_init): Declare.
2504 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2505 (rs6000_convert_from_func_ptr_addr): Make static.
2506 (_initialize_rs6000_tdep): Add declaration.
2507 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2508 (show_commands, set_verbose, show_history): Delete declaration.
2509 * top.h (set_verbose): Add declaration.
2510 (show_history, set_history, show_commands): Add declaration.
2511 (do_restore_instream_cleanup): Add declaration.
2512 * objc-lang.c (specialcmp): Make static.
2513 (print_object_command): Make static.
2514 (find_objc_msgsend): Make static.
2515 (find_objc_msgcall_submethod_helper): Make static.
2516 (find_objc_msgcall_submethod): Make static.
2517 (_initialize_objc_language): Add declaration.
2518 (find_implementation_from_class): Make static.
2519 (find_implementation): Make static.
2520 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2521 * objc-lang.h (lookup_struct_typedef): Add declaration.
2522 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2523 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2524 (do_restore_user_call_depth): Make static.
2525 (do_restore_instream_cleanup): Delete declaration.
2526 (dont_repeat): Delete declaration.
2527 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2528 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2529 * reggroups.c (_initialize_reggroup): Add declaration.
2530 * cp-support.c (_initialize_cp_support): Add declaration.
2531 * cp-abi.c (_initialize_cp_abi): Add declaration.
2532 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2533 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2534 (_initialize_gnu_v3_abi): Add declaration.
2535 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2536 (_initialize_gnu_v2_abi): Add declaration.
2537 * frame-base.c (_initialize_frame_base): Add declaration.
2538 * doublest.c (floatformat_from_length): Make static.
2539 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2540 * frame.c (create_sentinel_frame): Make static.
2541 (_initialize_frame): Add declaration.
2542 * top.c (do_catch_errors): Make static.
2543 (gdb_rl_operate_and_get_next_completion): Make static.
2544 * typeprint.c: Include "typeprint.h".
2545 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2546 (sentinel_frame_this_id): Make static.
2547 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2548 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2549 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2550 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2551 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2552 * maint.c (maintenance_print_architecture): Make static.
2553 * signals/signals.c (_initialize_signals): Add declaration.
2554 * std-regs.c (_initialize_frame_reg): Add declaration.
2555 * jv-exp.y (push_variable): ISO C definition.
2556 (push_qualified_expression_name): Ditto.
2557 * memattr.c (_initialize_mem): Add declaration.
2558 * remote.c (remote_check_watch_resources): Make static.
2559 (remote_stopped_by_watchpoint): Make static.
2560 (remote_stopped_data_address): Make static.
2561 * d10v-tdep.c (nr_dmap_regs): Make static.
2562 (a0_regnum): Make static.
2563 (d10v_frame_unwind_cache): Make static.
2564 (d10v_frame_p): Make static.
2565 * osabi.c (show_osabi): Make static.
2566 (_initialize_gdb_osabi): Add extern declaration.
2567 * gdbtypes.c (make_qualified_type): Make static.
2568 (safe_parse_type): Make static.
2569 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2570 * macrotab.c (macro_bcache_free): Make static.
2571 * interps.c (interp_set_quiet): Make static.
2572 (interpreter_exec_cmd): Make static.
2573 * stack.h (select_frame_command): New file.
2574 * stack.c: Include "stack.h".
2575 (select_frame_command_wrapper): Delete function.
2576 (select_frame_command): Make global.
2577 * infcall.c: Include "infcall.h".
2578 * linespec.c: Include "linespec.h".
2579 * symfile.c (sections_overlap): Make static.
2580 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2581 * charset.c (_initialize_charset): Add missing prototype.
2582 * regcache.c (init_legacy_regcache_descr): Make static.
2583 (do_regcache_xfree): Make static.
2584 (regcache_xfer_part): Make static.
2585 (_initialize_regcache): Add missing prototype.
2586 * breakpoint.c (parse_breakpoint_sals): Make static.
2587 (breakpoint_sals_to_pc): Make static.
2588 * interps.h (clear_interpreter_hooks): ISO C declaration.
2589 * Makefile.in (stack_h): Define.
2590 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2591 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2592
2593 2003-06-08 Andrew Cagney <cagney@redhat.com>
2594
2595 * Makefile.in (d10v-tdep.o): Update dependencies.
2596 (SFILES): Add trad-frame.c.
2597 (trad_frame_h): Define.
2598 (COMMON_OBS): Add trad-frame.o.
2599 (trad-frame.o): Specify dependencies.
2600 * d10v-tdep.c: Include "trad-frame.h".
2601 (saved_regs_unwinder): Delete function.
2602 (d10v_frame_prev_register): Use trad_frame_prev_register.
2603 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2604 trad_frame", delete "regs" and "prev_sp".
2605 (prologue_find_regs): Use trad-frame.
2606 * trad-frame.h, trad-frame.c: New files.
2607
2608 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2609
2610 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2611
2612 2003-06-07 Adam Fedor <fedor@gnu.org>
2613
2614 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2615 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2616 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2617 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
2618 resolve_msgsend_super, resolve_msgsend_super_stret):
2619 Use it.
2620
2621 2003-06-07 Andrew Cagney <cagney@redhat.com>
2622
2623 * symfile.h: Re-indent, clean up comments.
2624
2625 2003-06-07 Andrew Cagney <cagney@redhat.com>
2626
2627 * inferior.h (deprecated_write_sp): Replace
2628 generic_target_write_sp.
2629 * regcache.c (deprecated_write_sp): Replace
2630 generic_target_write_sp.
2631 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2632 * vax-tdep.c (vax_gdbarch_init): Update.
2633 * v850-tdep.c (v850_gdbarch_init): Update.
2634 * sparc-tdep.c (sparc_gdbarch_init): Update.
2635 * sh-tdep.c (sh_gdbarch_init): Update.
2636 * s390-tdep.c (s390_gdbarch_init): Update.
2637 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2638 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2639 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2640 * mcore-tdep.c (mcore_gdbarch_init): Update.
2641 * m68k-tdep.c (m68k_gdbarch_init): Update.
2642 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2643 * ia64-tdep.c (ia64_gdbarch_init): Update.
2644 * h8300-tdep.c (h8300_gdbarch_init): Update.
2645 * frv-tdep.c (frv_gdbarch_init): Update.
2646 * cris-tdep.c (cris_gdbarch_init): Update.
2647 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2648
2649 2003-06-07 Andrew Cagney <cagney@redhat.com>
2650
2651 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2652 Assert that PC_REGNUM is valid.
2653 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2654
2655 2003-06-07 Andrew Cagney <cagney@redhat.com>
2656
2657 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2658 * gdbarch.h, gdbarch.c: Regenerate.
2659 * mn10300-tdep.c: Include "gdb_assert.h".
2660 (mn10300_read_fp): New function.
2661 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2662 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2663 * ia64-tdep.c: Include "gdb_assert.h".
2664 (ia64_read_fp): New function.
2665 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2666 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2667 * regcache.c (generic_target_read_sp): Delete function.
2668 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2669 * inferior.h (generic_target_read_sp): Delete declaration.
2670 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2671 generic_target_read_sp.
2672 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2673 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2674 * sh-tdep.c (sh_gdbarch_init): Ditto.
2675 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2676 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2677
2678 2003-06-07 Andrew Cagney <cagney@redhat.com>
2679
2680 * gdbarch.sh: Comment each field of startup_gdbarch.
2681 * gdbarch.h, gdbarch.c: Re-generate.
2682
2683 2003-06-07 Andrew Cagney <cagney@redhat.com>
2684
2685 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2686 * gdbarch.h, gdbarch.c: Re-generate.
2687 * regcache.c: Update comments on read_pc et.al.
2688 (generic_target_read_pc): Delete function.
2689 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2690 * inferior.h (generic_target_read_pc): Delete declaration.
2691 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2692 generic_target_read_pc.
2693 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2694 * sh-tdep.c (sh_gdbarch_init): Ditto.
2695 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2696 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2697
2698 2003-06-07 Andrew Cagney <cagney@redhat.com>
2699
2700 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2701 "index" with "special_local_sect". Use strcmp instead of STREQ.
2702 Append period to coments.
2703
2704 2003-06-06 Mark Mitchell <mark@codesourcery.com>
2705
2706 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2707 (elfstab_offset_sections): Likewise.
2708 * gdb-stabs.h (stab_section_info): Likewise.
2709 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2710 * objfiles.c (objfile_relocate): Likewise.
2711 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2712 * remote.c (get_offsets): Likewise.
2713 (remote_cisco_objfile_relocate): Likewise.
2714 * somread.c (som_symfile_offsets): Likewise.
2715 * symfile.c (alloc_section_addr_info): New function.
2716 (build_section_addr_info_from_section_tab): Use it.
2717 (free_section_addr_info): Adjust.
2718 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2719 (syms_from_objfile): Allocate local_addr dynamically.
2720 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2721 dynamically.
2722 (add_symbol_file_command): Allocate sect_opts dynamically.
2723 (reread_symbols): Avoid use of SECT_OFF_MAX.
2724 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2725 (alloc_section_addr_info): Declare it.
2726 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2727 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2728 dynamically.
2729 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
2730
2731 2003-06-06 Andrew Cagney <cagney@redhat.com>
2732
2733 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2734 (d10v_frame_unwind_cache): Do not set "return_pc".
2735
2736 2003-06-06 Michael Snyder <msnyder@redhat.com>
2737
2738 * h8300-tdep.c: Make tidy (long lines).
2739
2740 2003-06-06 Michal Ludvig <mludvig@suse.cz>
2741
2742 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
2743 to regcache_collect().
2744
2745 2003-06-05 J. Brobecker <brobecker@gnat.com>
2746
2747 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2748 pc_in_sigtramp multiarch method.
2749 (hppa_hpux_som_init_abi): Use it.
2750 (hppa_hpux_elf_init_abi): Likewise.
2751 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2752 macro has been multiarched.
2753 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2754 macro here, as hppa64 isn't multiarched yet.
2755
2756 2003-06-05 Andrew Cagney <cagney@redhat.com>
2757
2758 * Makefile.in (value_h): Add $(frame_h).
2759 * value.h: Include "frame.h".
2760 (struct value): Replace "frame_addr" with "frame_id".
2761 (VALUE_FRAME_ID): Replace VALUE_FRAME.
2762 * values.c (allocate_value): Use VALUE_FRAME_ID.
2763 (value_copy): Use VALUE_FRAME_ID.
2764 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
2765 * valops.c (value_assign): Update. Use frame_find_by_id.
2766
2767 2003-06-05 Michal Ludvig <mludvig@suse.cz>
2768
2769 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
2770 in each pass.
2771
2772 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
2773
2774 * thread-db.c (check_event): For create/death event breakpoints,
2775 loop through all messages to ensure that we read the message
2776 corresponding to the breakpoint we are at.
2777
2778 2003-06-04 Michael Snyder <msnyder@redhat.com>
2779
2780 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
2781
2782 2003-06-04 Mark Kettenis <kettenis@gnu.org>
2783
2784 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
2785 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
2786 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
2787 when handling .eh_frame sections.
2788
2789 2003-06-04 J. Brobecker <brobecker@gnat.com>
2790
2791 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
2792 prepare_to_proceed procedure instead of the hppa-specific one.
2793 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
2794
2795 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
2796
2797 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
2798 * config.in: Regenerated.
2799 * configure.in: Add test for syscall function and check for
2800 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
2801 * configure: Regenerated.
2802 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
2803 <sys/syscall.h>.
2804 (kill_lwp): New function that uses tkill syscall or
2805 uses kill, depending on whether threading model is nptl or not.
2806 All callers of kill() changed to use kill_lwp().
2807 (lin_lwp_wait): Make special check when WIFEXITED occurs to
2808 see if all threads have already exited in the nptl model.
2809 (stop_and_resume_callback): New callback function used by the
2810 lin_lwp_wait thread exit handling code.
2811 (stop_wait_callback): Check for threads already having exited and
2812 delete such threads fromt the lwp list when discovered.
2813 (stop_callback): Don't assert retcode of kill call.
2814
2815 Roland McGrath <roland@redhat.com>
2816 * i386-linux-nat.c (ps_get_thread_area): New function needed by
2817 nptl libthread_db.
2818
2819 2003-06-03 Richard Henderson <rth@redhat.com>
2820
2821 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
2822 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
2823 (alpha_sigtramp_frame_prev_register): Likewise.
2824 (alpha_heuristic_frame_prev_register): Likewise.
2825 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
2826
2827 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
2828 alpha-specific register id names.
2829 (alpha_mdebug_frame_unwind_cache): Likewise.
2830 (alpha_mdebug_frame_prev_register): Likewise.
2831
2832 2003-06-03 Richard Henderson <rth@redhat.com>
2833
2834 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
2835 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
2836 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
2837 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
2838 unwind routines.
2839 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2840 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2841 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2842
2843 * alpha-linux-tdep.c: Remove unnecessary includes.
2844 * Makefile.in (alpha-linux-tdep.o): Update.
2845
2846 2003-06-03 Richard Henderson <rth@redhat.com>
2847
2848 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
2849 (alphabsd_fill_fpreg): Likewise.
2850
2851 2003-06-03 J. Brobecker <brobecker@gnat.com>
2852
2853 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
2854 references to struct frame_info fields by calls to the equivalent
2855 accessors. Necessary now that frame_info is opaque.
2856
2857 2003-06-03 J. Brobecker <brobecker@gnat.com>
2858
2859 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
2860 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
2861 structure, field no longer exists.
2862
2863 2003-06-03 J. Brobecker <brobecker@gnat.com>
2864
2865 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2866 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
2867
2868 2003-06-03 J. Brobecker <brobecker@gnat.com>
2869
2870 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
2871 references to struct frame_info fields by calls to the equivalent
2872 accessors. Necessary now that frame_info is opaque.
2873
2874 2003-06-03 J. Brobecker <brobecker@gnat.com>
2875
2876 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
2877 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
2878 structure, field no longer exists.
2879
2880 2003-06-03 Theodore A. Roth <troth@openavr.org>
2881
2882 * remote.c (init_remote_state): Compute sizeof_g_packet by
2883 accumulation of the size of all registers instead of blindly using
2884 DEPRECATED_REGISTER_BYTES.
2885
2886 2003-06-03 Michael Snyder <msnyder@redhat.com>
2887
2888 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
2889 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
2890 for h8300sx.
2891
2892 2003-06-03 J. Brobecker <brobecker@gnat.com>
2893
2894 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
2895 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2896
2897 2003-06-03 Andrew Cagney <cagney@redhat.com>
2898
2899 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
2900 (sparc_convert_to_raw): Delete function.
2901 (sparc_gdbarch_init): Do not set register_convert_to_raw or
2902 register_convert_to_virtual.
2903
2904 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
2905
2906 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
2907 layer if not dealing with a statically-linked threaded program.
2908
2909 2003-06-03 Kris Warkentin <kewarken@qnx.com>
2910
2911 * solib.c (solib_open): Update comment to reflect actual search order.
2912
2913 2003-06-03 Andrew Cagney <cagney@redhat.com>
2914
2915 * frame.c (get_frame_memory_signed): New function.
2916 (get_frame_memory, get_frame_memory_unsigned): New function.
2917 (get_frame_arch): New function.
2918 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
2919 (get_frame_memory, get_frame_unsigned_memory): Declare.
2920 * d10v-tdep.c (d10v_frame_unwind_cache): Use
2921 get_frame_memory_unsigned and get_frame_arch.
2922 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
2923
2924 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
2925
2926 * MAINTAINERS (write after approval): Add myself.
2927
2928 2003-06-03 Jim Blandy <jimb@redhat.com>
2929
2930 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
2931 elements of gregset_t are 64 bits each, but access registers
2932 are still 32 bits, so they're packed two per gregset_t
2933 element. Unpack/pack them properly.
2934
2935 2003-06-02 David Carlton <carlton@bactrian.org>
2936
2937 * linespec.c (find_methods): Break out code into
2938 add_matching_methods and add_constructors.
2939 (add_matching_methods): New.
2940 (add_constructors): Ditto.
2941
2942 2003-06-02 Andrew Cagney <cagney@redhat.com>
2943
2944 * sparc-tdep.c (sparc_print_registers): Delete call to
2945 REGISTER_CONVERTIBLE.
2946 (sparc_gdbarch_init): Do not set register_convertible.
2947 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2948 * frv-tdep.c (frv_gdbarch_init): Ditto.
2949 * cris-tdep.c (cris_gdbarch_init): Ditto.
2950
2951 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
2952
2953 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
2954 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
2955 (syms_from_objfile): Ditto.
2956
2957 2003-06-03 Andreas Schwab <schwab@suse.de>
2958
2959 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
2960 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
2961
2962 2003-06-02 Richard Henderson <rth@redhat.com>
2963
2964 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
2965 a member of all_reggroup.
2966
2967 2003-06-02 Richard Henderson <rth@redhat.com>
2968
2969 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
2970 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
2971 (alpha_lds, alpha_sts): New.
2972 (alpha_convert_register_p): Change from _register_convertible.
2973 (alpha_register_to_value): Change from _convert_to_virtual;
2974 restructure and fail for type sizes other than 4 or 8.
2975 (alpha_value_to_register): Similarly.
2976 (alpha_extract_return_value): Use alpha_sts.
2977 (alpha_store_return_value): Use alpha_lds.
2978 (alpha_gdbarch_init): Update hooks.
2979
2980 2003-06-02 Richard Henderson <rth@redhat.com>
2981
2982 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
2983 regnum identifiers.
2984 (alpha_sigtramp_register_address): Likewise.
2985
2986 2003-06-02 Richard Henderson <rth@redhat.com>
2987
2988 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
2989 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
2990 * alpha-tdep.h: Declare them.
2991
2992 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
2993 Remove zerobuf. Don't error on UNIQUE.
2994 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
2995 (ALPHA_REGSET_UNIQUE): Provide default.
2996 (supply_gregset): Use alpha_supply_int_regs.
2997 (fill_gregset): Use alpha_fill_int_regs.
2998 (supply_fpregset): Use alpha_supply_fp_regs.
2999 (fill_fpregset): Use alpha_fill_fp_regs.
3000 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3001 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3002 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3003 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3004 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3005 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3006
3007 2003-06-02 Richard Henderson <rth@redhat.com>
3008
3009 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3010
3011 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3012 (alpha_store_return_value): Likewise.
3013
3014 2003-06-02 David Carlton <carlton@math.stanford.edu>
3015
3016 * block.c (contained_in): Add 'const' to arguments.
3017 (block_function): Ditto.
3018 * block.h: Update declarations for block_function and
3019 contained_in.
3020
3021 2003-06-02 David Carlton <carlton@math.stanford.edu>
3022
3023 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3024 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3025 * p-valprint.c (pascal_val_print): Ditto.
3026 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3027
3028 2003-06-02 Richard Henderson <rth@redhat.com>
3029
3030 * alpha-tdep.c (alpha_push_dummy_call): Use
3031 builtin_type_ieee_double_little instead of builtin_type_double.
3032
3033 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3034 sign-extension of 32-bit values.
3035 (alpha_store_return_value): Similarly.
3036
3037 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3038 (alpha_extract_return_value): Likewise.
3039 (alpha_store_return_value): Likewise.
3040
3041 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3042 (alpha_store_return_value): Error on IEEE Quad floats.
3043
3044 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3045 (alpha_extract_struct_value_address): Likewise.
3046 (alpha_store_return_value): Likewise.
3047 (alpha_store_struct_return): Remove.
3048 (alpha_gdbarch_init): Update hook registration to match.
3049
3050 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3051 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3052 macros where appropriate.
3053 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3054 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3055
3056 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3057 for SP, GP; void_func_ptr for PC; non-language-specific types
3058 for all others.
3059 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3060
3061 2003-06-02 Richard Henderson <rth@redhat.com>
3062
3063 * top.h (lim_at_start): Declare.
3064 * main.c (captured_main): Set it.
3065 * top.c (lim_at_start): Define.
3066 (command_loop): Use it instead of &environ.
3067 * event-top.c (command_handler): Likewise.
3068
3069 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3070
3071 * mipsnbsd-tdep.c: Update copyright years.
3072 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3073
3074 2003-06-01 Richard Henderson <rth@redhat.com>
3075
3076 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3077 (alpha-linux-tdep.o): Update dependencies.
3078 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3079 * alpha-mdebug-tdep.c: Remove unneeded includes.
3080
3081 2003-06-01 Richard Henderson <rth@redhat.com>
3082
3083 * alpha-tdep.c (alpha_register_reggroup_p): New.
3084 (alpha_gdbarch_init): Register it.
3085
3086 2003-06-02 Andrew Cagney <cagney@redhat.com>
3087
3088 * dwarfread.c: Eliminate "register"
3089 (decode_die_type): Eliminate assignment within "if".
3090 (struct_type, decode_array_element_type): Ditto.
3091 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3092 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3093 (decode_modified_type, completedieinfo): Ditto.
3094 * block.c: Eliminate "register".
3095 (blockvector_for_pc_sect): Eliminate assignment within "if".
3096 * cp-support.h (struct symbol): Opaque declaration.
3097 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3098
3099 2003-06-01 Richard Henderson <rth@redhat.com>
3100
3101 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3102 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3103
3104 2003-06-01 Adam Fedor <fedor@gnu.org>
3105
3106 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3107 * gdbarch.[ch]: Regenerate.
3108 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3109 (hppa_gdbarch_init): Set it in the gdbarch vector.
3110 * i386-tdep.c (i386_fetch_pointer_argument): New
3111 (i386_gdbarch_init): Set it into gdbarch.
3112 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3113 (rs6000_gdbarch_init): Set it in gdbarch.
3114 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3115 (sparc_gdbarch_init): Set it in gdbarch.
3116
3117 2003-06-01 Andrew Cagney <cagney@redhat.com>
3118
3119 * defs.h (extract_address): Delete declaration.
3120 * findvar.c (extract_address): Delete function.
3121 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3122 extract_address with the inline equivalent,
3123 extract_unsigned_integer.
3124 (xstormy16_extract_struct_value_address): Ditto.
3125 (xstormy16_pointer_to_address): Ditto.
3126 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3127 * v850-tdep.c (v850_push_arguments): Ditto.
3128 (v850_extract_return_value): Ditto.
3129 (v850_extract_struct_value_address): Ditto.
3130 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3131 (sparcnbsd_get_longjmp_target_64): Ditto.
3132 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3133 (get_longjmp_target): Ditto.
3134 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3135 (sh64_extract_struct_value_address): Ditto.
3136 (sh_push_arguments): Ditto.
3137 (sh64_push_arguments): Ditto.
3138 * remote-vxsparc.c (vx_read_register): Ditto.
3139 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3140 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3141 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3142 * mipsv4-nat.c (get_longjmp_target): Ditto.
3143 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3144 * mips-nat.c (get_longjmp_target): Ditto.
3145 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3146 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3147 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3148 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3149 * irix5-nat.c (get_longjmp_target): Ditto.
3150 * irix4-nat.c (get_longjmp_target): Ditto.
3151 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3152 (ia64_push_arguments): Ditto.
3153 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3154 * h8300-tdep.c (h8300_push_arguments): Ditto.
3155 (h8300_store_return_value): Ditto.
3156 (h8300_extract_struct_value_address): Ditto.
3157 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3158 (frv_push_arguments): Ditto.
3159 * avr-tdep.c (avr_pointer_to_address): Ditto.
3160 (avr_push_arguments): Ditto.
3161 * arm-tdep.c (arm_push_dummy_call): Ditto.
3162 (arm_get_longjmp_target): Ditto.
3163 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3164 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3165 (alpha_get_longjmp_target): Ditto.
3166
3167 * solib-irix.c (extract_mips_address): Inline extract_address,
3168 replacing it with extract_signed_integer.
3169 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3170 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3171 (first_link_map_member, open_symbol_file_object): Ditto.
3172 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3173 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3174 (LM_NEXT, LM_NAME): Ditto.
3175
3176 2003-06-01 Richard Henderson <rth@redhat.com>
3177
3178 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3179 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3180 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3181 (alpha_cannot_store_register): Likewise.
3182 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3183 * alpha-nat.c (supply_gregset): Likewise.
3184 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3185
3186 2003-06-01 Andrew Cagney <cagney@redhat.com>
3187
3188 * infcall.c (call_function_by_hand): Update comment on
3189 DEPRECATED_DUMMY_WRITE_SP.
3190
3191 * mips-tdep.c (mips_gdbarch_init): Do not set
3192 deprecated_dummy_write_sp.
3193 (mips_eabi_push_dummy_call): Set the SP register.
3194 (mips_o64_push_dummy_call): Set the SP register.
3195 (mips_o32_push_dummy_call): Set the SP register.
3196 (mips_n32n64_push_dummy_call): Set the SP register.
3197
3198 2003-06-01 Richard Henderson <rth@redhat.com>
3199
3200 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3201 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3202 (supply_gregset): Likewise.
3203 * alpha-tdep.c (alpha_store_return_value): Likewise.
3204 (alpha_get_longjmp_target): Likewise.
3205 (alpha_register_name): Constify array.
3206 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3207 deprecated_register_size, deprecated_register_bytes,
3208 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3209 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3210 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3211
3212 2003-06-01 Richard Henderson <rth@redhat.com>
3213
3214 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3215 from arg_reg_buffer to regcache to avoid double conversion.
3216
3217 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3218
3219 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3220 SP_REGNUM.
3221 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3222 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3223
3224 2003-06-01 Richard Henderson <rth@redhat.com>
3225
3226 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3227 (decode_frame_entry): Set it. Skip FDE augmentation.
3228
3229 2003-06-01 Richard Henderson <rth@redhat.com>
3230
3231 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3232 not overlapping PC_REGNUM.
3233
3234 2003-06-01 Richard Henderson <rth@redhat.com>
3235
3236 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3237 alpha_push_arguments. Don't dump argument register data to
3238 the target stack. Fix float and 128-bit long double semantics.
3239 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3240 (alpha_fix_call_dummy): Remove.
3241 (alpha_call_dummy_words): Remove.
3242 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3243
3244 2003-06-01 Richard Henderson <rth@redhat.com>
3245
3246 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3247
3248 2003-06-01 Andrew Cagney <cagney@redhat.com>
3249
3250 * mips-tdep.c (is_mips16_addr): New function.
3251 (make_mips16_addr, unmake_mips16_addr): New functions.
3252 (pc_is_mips16, mips_fetch_instruction): Use.
3253 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3254 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3255 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3256 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3257 TARGET_MIPS.
3258 * config/mips/tm-mips.h: Update copyright.
3259 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3260 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3261 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3262 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3263 (TM_PRINT_INSN_MACH): Delete.
3264 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3265
3266 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3267 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3268 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3269 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3270 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3271 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3272 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3273 mips*-*-riscos* and mips*-*-sysv* onto mips.
3274 * config/mips/mips64.mt: New file.
3275 * config/mips/mips.mt: New file.
3276 * config/mips/littlemips.mt: Delete file.
3277 * config/mips/decstation.mt: Delete file.
3278 * config/mips/vr4300el.mt: Delete file.
3279 * config/mips/vr5000el.mt: Delete file.
3280 * config/mips/vr5000.mt: Delete file.
3281 * config/mips/vr4100.mt: Delete file.
3282 * config/mips/vr4xxxel.mt: Delete file.
3283 * config/mips/vr4300.mt: Delete file.
3284 * config/mips/vr4xxx.mt: Delete file.
3285 * config/mips/bigmips.mt: Delete file.
3286 * config/mips/bigmips64.mt: Delete file.
3287 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3288 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3289 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3290 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3291 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3292 "tm-bigmips.h".
3293 * config/mips/tm-irix3.h: Ditto.
3294 * config/mips/tm-mipsv4.h: Ditto.
3295 * config/mips/tm-embed.h: Ditto.
3296 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3297 "tm-bigmips64.h".
3298 * config/mips/tm-vr5000el.h: Delete file.
3299 * config/mips/tm-tx39l.h: Delete file.
3300 * config/mips/tm-vr4300el.h: Delete file.
3301 * config/mips/tm-vr4xxxel.h: Delete file.
3302 * config/mips/tm-vr4300.h: Delete file.
3303 * config/mips/tm-vr4100.h: Delete file.
3304 * config/mips/tm-vr4xxx.h: Delete file.
3305 * config/mips/tm-vr5000.h: Delete file.
3306 * config/mips/tm-embedl64.h: Delete file.
3307 * config/mips/tm-embedl.h: Delete file.
3308 * config/mips/tm-embed64.h: Delete file.
3309 * config/mips/tm-bigmips64.h: Delete file.
3310 * config/mips/tm-bigmips.h: Delete file.
3311
3312 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3313
3314 Fix gdb/1216.
3315 * shnbsd-nat.c: Include "sh-tdep.h".
3316
3317 From Richard Henderson <rth@redhat.com>:
3318 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3319
3320 2003-05-31 Andrew Cagney <cagney@redhat.com>
3321
3322 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3323 forward declaration.
3324 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3325 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3326 (mips_find_saved_regs): Use set_reg_offset.
3327 (mips_frame_init_saved_regs): Delete function.
3328 (mips_pop_frame): Call mips_find_saved_regs instead of
3329 DEPRECATED_FRAME_INIT_SAVED_REGS.
3330
3331 2003-05-31 Andrew Cagney <cagney@redhat.com>
3332
3333 * mips-tdep.c (mips_gdbarch_init): Do not set
3334 deprecated_max_register_raw_size, register_virtual_size, and
3335 deprecated_max_register_virtual_size.
3336
3337 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3338
3339 * i386-tdep.c: Include "dwarf2-frame.h".
3340 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3341 * Makefile.in (i386-tdep.o): Update dependencies.
3342
3343 * dwarf2-frame.c, dwarf2-frame.h: New files.
3344 * Makefile.in (SFILES): Add dwarf2-frame.c.
3345 (dwarf2_frame_h): Define.
3346 (COMMON_OBS): Add dwarf2-frame.o.
3347 (dwarf2-frame.o): Add dependencies.
3348
3349 2003-05-31 Andreas Jaeger <aj@suse.de>
3350
3351 * x86-64-linux-nat.c: Fix comment.
3352
3353 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3354
3355 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3356 function signature.
3357
3358 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3359 have a sigcontext_addr handler.
3360 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3361 sigcontext_addr handler.
3362
3363 2003-05-31 Andrew Cagney <cagney@redhat.com>
3364
3365 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3366 (print_fp_register_row): Replace do_fp_register_row.
3367 (mips_print_fp_register): Add "file" and "frame" parameters.
3368 (mips_print_register): Add "file" and "frame" parameters.
3369 (mips_print_registers_info): Replace mips_do_registers_info.
3370 (mips_gdbarch_init): Set print_registers_info instead of
3371 deprecated_do_registers_info.
3372 (mips_read_fp_register_single): Add "frame" parameter.
3373 (mips_read_fp_register_double): Add "frame" parameter.
3374
3375 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3376
3377 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3378 Fixes a bug where GDB would print the wrong register names for
3379 targets without SSE.
3380
3381 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3382 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3383 registers.
3384
3385 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3386 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3387 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3388 TDEP->sc_sp_offset.
3389
3390 From Michal Ludvig <mludvig@suse.cz>:
3391 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3392 and `sc_num_regs'.
3393 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3394 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3395 I386_ST0_REGNUM): Move here from...
3396 * i386-tdep.c: ... here.
3397 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3398 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3399 registers if possible.
3400 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3401 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3402 Remove variables.
3403 (i386bsd_sc_reg_offset): New variable.
3404 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3405 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3406 TDEP->sc_sp_offset.
3407 (i386fbsd_sc_reg_offset): New variable.
3408 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3409 TDEP->sc_num_regs.
3410 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3411 variables.
3412 (i386fbsd4_sc_reg_offset): New variable.
3413 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3414 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3415 TDEP->sc_sp_offset.
3416 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3417 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3418 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3419 Remove variables.
3420 (i386nbsd_sc_reg_offset): New variable.
3421 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3422 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3423 TDEP->sc_sp_offset.
3424 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3425 Remove variables.
3426 (i386obsd_sc_reg_offset): New variable.
3427 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3428 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3429 TDEP->sc_sp_offset.
3430 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3431 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3432 for frame pointer offset in `struct sigcontext'.
3433
3434 2003-05-31 Andrew Cagney <cagney@redhat.com>
3435
3436 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3437 architecture methods call_dummy_words, sizeof_call_dummy_words,
3438 push_return_address, store_struct_return, and fix_call_dummy. Set
3439 push_dummy_call instead of deprecated_push_arguments.
3440 (mips_store_struct_return): Delete function.
3441 (mips_fix_call_dummy): Delete function.
3442 (mips_push_return_address): Delete function.
3443 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3444 RA_REGNUM and T9_REGNUM.
3445 (mips_n32n64_push_dummy_call): Ditto for
3446 mips_n32n64_push_arguments.
3447 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3448 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3449
3450 2003-05-31 Andrew Cagney <cagney@redhat.com>
3451
3452 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3453 "dummy_addr" to "bp_addr".
3454 * infcall.c (call_function_by_hand): Pass "funaddr" to
3455 gdbarch_push_dummy_call.
3456 * gdbarch.h, gdbarch.c: Re-generate.
3457 * i386-tdep.c (i386_push_dummy_call): Update.
3458 * arm-tdep.c (arm_push_dummy_call): Update.
3459 * d10v-tdep.c (d10v_push_dummy_call): Update.
3460
3461 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3462
3463 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3464 variable declarations.
3465 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3466 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3467 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3468 x86_64_init_frame_pc, x86_64_init_frame_pc,
3469 x86_64_function_has_prologue): Remove prototypes.
3470 (X86_64_NUM_GREGS): New define.
3471 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3472 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3473 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3474 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3475 XMM1_REGNUM): Remove defines.
3476 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3477 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3478 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3479 X86_64_XMM1_REGNUM): New defines.
3480 (struct x86_64_register_info): Renamed from `struct
3481 register_info'. Remove `size' member.
3482 (x86_64_register_info_table): Remove variable.
3483 (x86_64_register_info): New variable.
3484 (X86_64_NUM_REGS): New define.
3485 (X86_64_NUM_GREGS): Remove define.
3486 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3487 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3488 Remove variables.
3489 (x86_54_dwarf2_reg_to_regnum): Remove function.
3490 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3491 (x86_64_dwarf_reg_to_regnum): New function.
3492 (x86_64_register_name): Rewrite.
3493 (x86_64_register_raw_size): Remove function.
3494 (x86_64_register_byte_table): Remove variable.
3495 (x86_64_register_byte): Remove function.
3496 (x86_64_register_virtual_type): Remove function.
3497 (x86_64_register_type): New function.
3498 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3499 x86_64_register_convert_to_raw): Remove functions.
3500 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3501 (x86_64_use_struct_convention): Make static. Adjust for renamed
3502 defines.
3503 (x86_64_frame_init_saved_regs): Remove function.
3504 (x86_64_push_arguments): Make static. Change to accept a regcache
3505 as argument.
3506 (x86_64_store_return_value, x86_64_extract_return_value): Make
3507 static. Rewrite based on i386 counterparts.
3508 (x86_64_push_dummy_call): New function.
3509 (X86_64_NUM_SAVED_REGS): New define.
3510 (x86_64_register_number): Remove function.
3511 (x86_64_store_struct_return): Remove function.
3512 (x86_64_frameless_function_invocation,
3513 x86_64_function_has_prologue): Remove functions.
3514 (PROLOG_BUFSIZE): Remove define.
3515 (struct x86_64_frame_cache): New structure.
3516 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3517 x86_64_frame_cache, x86_64_frame_this_id,
3518 x86_64_frame_prev_register, x86_64_frame_p,
3519 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3520 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3521 functions.
3522 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3523 variables.
3524 (x86_64_skip_prologue): Rewrite in terms of
3525 x86_64_analyze_prologue.
3526 (x86_64_frame_base_address): New function.
3527 (x86_64_frame_base): New variable.
3528 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3529 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3530 set deprecated_fp_regnum, deprecated_register_size,
3531 deprecated_register_bytes, register_raw_size, register_byte,
3532 register_virtual_type, register_convertiable,
3533 register_convert_to_virtual, convert_to_raw,
3534 deprecated_get_saved_register, deprecated_target_read_fp,
3535 deprecated_push_arguments, deprecated_push_return_address,
3536 deprecated_pop_frame, deprecated_store_struct_return,
3537 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3538 frameless_function_invocation, deprecated_frame_saved_pc,
3539 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3540 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3541 deprecated_init_frame_pc and virtual_frame_pointer. Call
3542 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3543 and x86_64_frame_p. Call frame_base_set_default to register
3544 x86_64_frame_base.
3545 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3546 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3547 (_initialize_x86_64_tdep): Remove function.
3548 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3549 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3550 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3551 define.
3552 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3553 (x86_64_linux_sigcontext_addr): Rewrite.
3554 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3555 x86_64_linux_frame_saved_pc): Remove functions.
3556 (x86_64_linux_pc_in_sigtramp): Renamed from
3557 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3558 trampoline.
3559 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3560 Remove_functions.
3561 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3562 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3563 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3564 (x86_64_regmap): Rename to regmap.
3565 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3566 x86_64_num_gregs.
3567 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3568 x86_64_regmap.
3569 (x86_64_fxsave_offset): Remove function.
3570 (supply_fpregset): Simply call x86_64_supply_fxsave.
3571 (fill_fpregset): Simply call x86_64_fill_fxsave.
3572 (fetch_inferior_registers, store_inferior_registers): Avoid
3573 asignment in if-statement.
3574 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3575 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3576 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3577 (fetch_core_registers): Remove function.
3578 (linux_elf_core_fns): Remove.
3579 (offsetoff): Don't define.
3580 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3581 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3582 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3583 add core-regset.o.
3584 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3585 protection against multiple includes instead of NM_X86_64_h. Add
3586 various comments. Include "config/nm-linux.h". Don't include
3587 <signal.h>.
3588 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3589 GET_THREAD_SIGNALS): Remove defines.
3590 (x86_64_register_u_addr, kernel_u_size,
3591 lin_thread_get_thread_signals): Remove prototypes.
3592 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3593 [HAVE_LINK_H]: Don't include "solib.h".
3594 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3595 * config/i386/tm-x86-64linux.h: Fix comments.
3596 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3597 x86-64-tdep.o): Update dependencies.
3598
3599 2003-05-30 Andrew Cagney <cagney@redhat.com>
3600
3601 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3602 Change parameter type to a "struct regcache *".
3603
3604 * gdbarch.sh: Regardless of the multi-arch level, always define
3605 the macro when not already defined.
3606 * gdbarch.h, gdbarch.c: Re-generate.
3607
3608 2003-05-30 Richard Henderson <rth@redhat.com>
3609
3610 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3611 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3612 (alpha_mdebug_frame_this_id): Likewise.
3613 (alpha_mdebug_frame_prev_register): Likewise.
3614 (alpha_mdebug_frame_base_address): Likewise.
3615 (alpha_mdebug_frame_locals_address): Likewise.
3616 (alpha_mdebug_frame_args_address): Likewise.
3617 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3618 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3619 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3620 loop increment.
3621 (alpha_heuristic_frame_this_id): Make static.
3622 (alpha_heuristic_frame_prev_register): Likewise.
3623 (alpha_heuristic_frame_base_address): Likewise.
3624 * alpha-tdep.h: Update.
3625
3626 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3627
3628 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3629 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3630 defenitions.
3631 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3632 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3633 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3634 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3635 I386_ST0_REGNUM): New defines.
3636 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3637 codestream_get): Remove define.
3638 (codestream_next_addr, condestream_addr, condestream_buf,
3639 codestream_off, codestream_cnt): Remove variables.
3640 (codestream_fill, codestream_seek, codestream_read): Remove
3641 functions.
3642 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3643 functionality.
3644 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3645 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3646 i386_frame_saved_pc, i386_saved_pc_after_call,
3647 i386_frame_num_args, i386_frame_init_saved_regs,
3648 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3649 i386_push_arguments): Remove functions.
3650 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3651 functionality. Use i386_analyze_prologue instead of
3652 i386_get_frame_setup.
3653 (I386_NUM_SAVED_REGS): New define.
3654 (struct i386_frame_cache): New structure.
3655 (i386_alloc_frame_cache, i386_analyze_struct_return,
3656 i386_skip_probe, i386_analyze_frame_setup,
3657 i386_analyze_register_saves, i386_analyze_prologue,
3658 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3659 i386_frame_prev_register, i386_sigtramp_frame_cache,
3660 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3661 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3662 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3663 New functions.
3664 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3665 New variables.
3666 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3667 I386_EAX_REGNUM and I386_EDX_REGNUM.
3668 (i386_extract_return_value, i386_store_return_value): Use
3669 I386_ST0_REGNUM where appropriate.
3670 (i386_extract_struct_value_address): Rewrite to use extract_address.
3671 (i386_svr4_pc_in_sigtramp): Add comment.
3672 (i386_svr4_sigcontext_addr): Rewrite.
3673 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3674 TDEP->sc_sp_offset.
3675 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3676 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3677 of new defines. Set push_dummy_call, don't set
3678 deprecated_push_arguments, deprecated_push_return_address,
3679 deprecated_pop_frame. Don't set parm_boundary. Don't set
3680 deprecated_frame_chain, deprecated_frame_saved_pc,
3681 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3682 save_dummy_frame_tos, unwind_pc. Call
3683 frame_unwind_append_predicate and frame_base_set_default. Don't
3684 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3685 Don't set frameless_function_invocation. Don't set
3686 deprecated_register_bytes, deprecated_register_size,
3687 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3688 * i386-linux-tdep.c: Fix formatting in some comments.
3689 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3690 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3691 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3692 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3693 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3694 redundant parentheses.
3695 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3696 (i386_linux_sigcontext_addr): Use it. Rewrite.
3697 (find_minsym_and_objfile): Change name of second argument.
3698 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3699 changed. Use frame_pc_unwind instead of
3700 DEPRECATED_SAVED_PC_AFTER_CALL.
3701 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3702 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3703 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3704 unwinder.
3705 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3706 "dummy-frame.h".
3707 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3708 (_initialize_i386_cygwin_tdep): New prototype.
3709 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3710 deprecated_frame_chain_valid.
3711 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3712 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3713 Rely on the SVR4 defaults.
3714 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3715 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3716
3717 2003-05-30 Andrew Cagney <cagney@redhat.com>
3718
3719 * infcall.c (call_function_by_hand): Always call
3720 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3721
3722 2003-05-30 Richard Henderson <rth@redhat.com>
3723
3724 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3725 increment.
3726
3727 2003-05-29 Jim Blandy <jimb@redhat.com>
3728
3729 Use gdbarch methods for solib stuff on PowerPC Linux.
3730 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3731 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3732 show through.
3733 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3734 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3735 giving the same effect as the #definitions above.
3736
3737 2003-05-29 Adam Fedor <fedor@gnu.org>
3738
3739 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3740 (find_implementation_from_class): Replace it with the standard
3741 case i.e. do nothing.
3742
3743 2003-05-29 Richard Henderson <rth@redhat.com>
3744
3745 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3746 (alpha_linux_sigtramp_offset): Use it. Make static.
3747 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3748 update for new frame model.
3749 * alpha-mdebug-tdep.c: New file.
3750 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3751 (alpha_osf1_init_abi): Install it.
3752 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3753 (linked_proc_desc_table): Remove.
3754 (alpha_frame_past_sigtramp_frame): Remove.
3755 (alpha_dynamic_sigtramp_offset): Remove.
3756 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3757 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3758 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3759 (push_sigtramp_desc): Remove.
3760 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3761 (alpha_cannot_store_register): Likewise.
3762 (alpha_sigcontext_addr): Remove.
3763 (alpha_find_saved_regs): Remove.
3764 (alpha_frame_init_saved_regs): Remove.
3765 (alpha_init_frame_pc_first): Remove.
3766 (read_next_frame_reg): Remove.
3767 (alpha_frame_saved_pc): Remove.
3768 (alpha_saved_pc_after_call): Remove.
3769 (temp_proc_desc, temp_saved_regs): Remove.
3770 (alpha_about_to_return): Remove.
3771 (cached_proc_desc): Remove.
3772 (alpha_frame_chain): Remove.
3773 (alpha_print_extra_frame_info): Remove.
3774 (alpha_init_extra_frame_info): Remove.
3775 (alpha_frame_locals_address): Remove.
3776 (alpha_frame_args_address): Remove.
3777 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
3778 (alpha_push_dummy_frame): Remove.
3779 (alpha_pop_frame): Remove.
3780 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
3781 (alpha_read_insn): New.
3782 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
3783 for different insn encodings.
3784 (alpha_in_lenient_prologue): Remove.
3785 (struct alpha_sigtramp_unwind_cache): New.
3786 (alpha_sigtramp_frame_unwind_cache): New.
3787 (alpha_sigtramp_register_address): New.
3788 (alpha_sigtramp_frame_this_id): New.
3789 (alpha_sigtramp_frame_prev_register): New.
3790 (alpha_sigtramp_frame_unwind): New.
3791 (alpha_sigtramp_frame_p): New.
3792 (struct alpha_heuristic_unwind_cache): New.
3793 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
3794 don't count nop insns that occur between functions.
3795 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
3796 heuristic_proc_desc, but without the mdebug wrapping.
3797 (alpha_heuristic_frame_this_id): New.
3798 (alpha_heuristic_frame_prev_register): New.
3799 (alpha_heuristic_frame_unwind): New.
3800 (alpha_heuristic_frame_p): New.
3801 (alpha_heuristic_frame_base_address): New.
3802 (alpha_heuristic_frame_base): New.
3803 (alpha_unwind_dummy_id): New.
3804 (alpha_unwind_pc): New.
3805 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
3806 frame related deprecated initializations; install replacements.
3807 (alpha_dump_tdep): Remove.
3808 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
3809 (alpha_read_insn, alpha_after_prologue,
3810 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
3811 alpha_heuristic_frame_prev_register,
3812 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
3813 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3814 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
3815 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
3816
3817 2003-05-29 Andrew Cagney <cagney@redhat.com>
3818
3819 * gdb_assert.h (gdb_assert_fail): Provide different definitions
3820 dependant on the availability of ASSERT_FUNCTION.
3821 (ASSERT_FUNCTION): Do not define when there is no function name.
3822
3823 2003-05-29 Kevin Buettner <kevinb@redhat.com>
3824
3825 From Jimi X <jimix@watson.ibm.com>:
3826 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
3827
3828 2003-05-28 Jim Blandy <jimb@redhat.com>
3829
3830 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
3831 argument to ptrace to int; the system headers should give it the
3832 right type, and pointers don't fit in ints on powerpc64-*-*.
3833
3834 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
3835
3836 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
3837 DW_TAG_catch_block.
3838
3839 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
3840
3841 * stabsread.c (dbx_lookup_type): Make static.
3842 (read_type): Ditto.
3843 (add_undefined_type): Ditto.
3844 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
3845 not export.
3846
3847 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
3848
3849 * hpread.c (hpread_has_name): Make static.
3850 (hpread_psymtab_to_symtab): Ditto.
3851 (file_exists): Ditto.
3852 (hpread_call_pxdb): Ditto.
3853 (hpread_pxdb_needed): Ditto.
3854 (hpread_quick_traverse): Ditto.
3855 (hpread_get_header): Ditto.
3856 (hpread_get_lntt): Ditto.
3857 (hpread_get_slt): Ditto.
3858 (class_of): Ditto.
3859
3860 2003-05-25 Andreas Schwab <schwab@suse.de>
3861
3862 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
3863 stack_align and deprecated_extra_stack_alignment_needed.
3864 (m68k_stack_align): Delete.
3865
3866 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
3867 (m68k_register_virtual_size): Likewise.
3868 (altos_skip_prologue): Remove obsolete function.
3869 (isi_frame_num_args): Likewise.
3870 (news_frame_num_args): Likewise.
3871 (m68k_fix_call_dummy): Make static.
3872 (m68k_push_dummy_frame): Likewise.
3873 (m68k_pop_frame): Likewise.
3874 (m68k_skip_prologue): Likewise.
3875 (m68k_frame_init_saved_regs): Likewise.
3876 (m68k_saved_pc_after_call): Likewise.
3877 (m68k_get_longjmp_target): Make multi-arch.
3878 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
3879 structure. Register m68k_get_longjmp_target if enabled.
3880 * m68k-tdep.h (struct gdbarch_tdep): Define.
3881 * config/m68k/tm-m68k.h: Don't include "regcache.h".
3882
3883 * Makefile.in (config.status): Also depend on configure.tgt
3884 and configure.host.
3885 (m68klinux-tdep.o): Update dependencies.
3886 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
3887 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
3888 (M68K_LINUX_JB_PC): Define.
3889 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
3890 and take additional parameter.
3891 (m68k_linux_sigtramp_saved_pc): Update.
3892 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
3893 m68k_linux_pc_in_sigtramp, in_plt_section,
3894 find_solib_trampoline_target.
3895 * config/m68k/tm-linux.h: Don't include any tm headers.
3896 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
3897 (JB_ELEMENT_SIZE): Likewise.
3898 (JB_PC): Likewise.
3899 (GET_LONGJMP_TARGET): Likewise.
3900 (IN_SIGTRAMP): Likewise.
3901 (SVR4_SHARED_LIBS): Define this and include "solib.h".
3902
3903 2003-05-25 Mark Kettenis <kettenis@gnu.org>
3904
3905 * sparc-tdep.c (sparc32_do_push_arguments): New function.
3906 (sparc32_push_arguments): Re-implement by calling
3907 sparc32_do_push_arguments.
3908
3909 2003-05-25 Mark Kettenis <kettenis@gnu.org>
3910
3911 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
3912 SPARC_O1_REGNUM): New defines.
3913 (sparc32_extract_return_value): Rewrite to operate on a regcache.
3914 (sparc32_store_return_value): New function.
3915 (sparc_extract_struct_value_address): Rewrite to operate on a
3916 regcache.
3917 (sparc_gdbarch_init): Don't set
3918 deprecated_extract_struct_value_address. Set
3919 extract_struct_value_address instead. Don't set
3920 deprecated_extract_return_value and deprecated_store_return_value
3921 for 32-bit targets. Set extract_return_value and
3922 store_return_value instead.
3923 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
3924 DEPRECTAED_EXTRACT_RETURN_VALUE,
3925 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
3926 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
3927 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
3928 (sparc_store_return_value): Remove prototype.
3929 (sparc32_store_return_value): New prototype.
3930 (sparc32_extract_return_value, sparc_extract_struct_value_address):
3931 Adjust prototypes.
3932
3933 2003-05-24 Mark Kettenis <kettenis@gnu.org>
3934
3935 * sparcnbsd-tdep.c: Include "gdb_string.h".
3936
3937 2003-05-23 Andrew Cagney <cagney@redhat.com>
3938
3939 * p-valprint.c (pascal_val_print): Replace extract_address with
3940 the inline equivalent extract_unsigned_integer.
3941 * jv-valprint.c (java_value_print): Ditto.
3942 * ada-valprint.c (ada_val_print_1): Ditto.
3943 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
3944
3945 2003-05-23 Theodore A. Roth <troth@openavr.org>
3946
3947 * blockframe.c (frameless_look_for_prologue): Remove unused
3948 after_prologue variable.
3949
3950 2003-05-23 Mark Kettenis <kettenis@gnu.org>
3951
3952 * blockframe.c (get_pc_function_start): Rewrite to avoid
3953 asignments in if-statements.
3954
3955 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3956
3957 Committed by Elena Zannoni <ezannoni@redhat.com>.
3958 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
3959 files, don't relocate absolute symbols (and do use mst_abs).
3960
3961 2003-05-23 Andrew Cagney <cagney@redhat.com>
3962
3963 * objc-lang.c: Include "gdb_assert.h".
3964 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
3965 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
3966 (gdb_check, gdb_check_fatal): Delete functions.
3967 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
3968 gdb_assert.
3969 (parse_selector, parse_method, find_methods, find_imps): Ditto.
3970 * Makefile.in (objc-lang.o): Update dependencies.
3971
3972 2003-05-22 Ian Lance Taylor <ian@airs.com>
3973
3974 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
3975 with fprintf_filtered, not fprintf_unfiltered.
3976
3977 2003-05-22 Andrew Cagney <cagney@redhat.com>
3978
3979 * stack.c (frame_info): Inline extract_address, replacing it with
3980 extract_unsigned_integer.
3981 * findvar.c (unsigned_pointer_to_address): Ditto.
3982 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
3983 * dwarf2expr.c (dwarf2_read_address): Ditto.
3984 * frame.c (frame_pc_unwind): Update comment.
3985 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
3986
3987 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
3988
3989 * infptrace.c (detach): Call print_sys_errmsg rather than
3990 perror_with_name to issue warning message when errno is non-zero
3991 after calling ptrace detach.
3992
3993 2003-05-21 J. Brobecker <brobecker@gnat.com>
3994
3995 * config/pa/tm-hppa.h: Delete some unused macros. Move some
3996 macro definitions from here...
3997 * hppa-tdep.c: ...to there.
3998
3999 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4000
4001 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4002 register_ptrace_addr(). Fix all callers.
4003
4004 2003-05-21 Andreas Schwab <schwab@suse.de>
4005
4006 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4007 dependencies.
4008 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4009 end.
4010 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4011 (_initialize_m68k_linux_tdep): New function.
4012 (m68k_linux_frame_saved_pc): Make static.
4013 (m68k_linux_extract_return_value): Likewise.
4014 (m68k_linux_store_return_value): Likewise.
4015 (m68k_linux_extract_struct_value_address): Likewise.
4016 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4017 Remove.
4018 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4019 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4020 (DEPRECATED_FRAME_SAVED_PC): Remove.
4021
4022 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4023
4024 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4025 regset numbering rather than our own.
4026
4027 2003-05-19 David Carlton <carlton@bactrian.org>
4028
4029 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4030
4031 2003-05-19 David Carlton <carlton@bactrian.org>
4032
4033 Partial fix for PR c++/827.
4034 * cp-support.h: Include symtab.h.
4035 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4036 * cp-namespace.c: Update contributors.
4037 (cp_lookup_symbol_nonlocal): New.
4038 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4039 (lookup_symbol_file): Ditto.
4040 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4041 * block.h: Declare block_scope, block_using, block_global_block.
4042 * block.c (block_scope): New.
4043 (block_using, block_global_block): Ditto.
4044 * Makefile.in (cp_support_h): Depend on symtab_h.
4045 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4046
4047 2003-05-19 David Carlton <carlton@bactrian.org>
4048
4049 * language.h (struct language_defn): Add 'la_value_of_this'
4050 and 'la_lookup_symbol_nonlocal' members.
4051 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4052 lookup_symbol_static, lookup_symbol_global,
4053 lookup_symbol_aux_block.
4054 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4055 if we should search fields of this and how to do static/global
4056 lookup.
4057 (lookup_symbol_aux_block): Make extern.
4058 (basic_lookup_symbol_nonlocal): New.
4059 (lookup_symbol_static, lookup_symbol_global): Ditto.
4060 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4061 'la_lookup_symbol_nonlocal' members.
4062 * c-lang.c (c_language_defn, cplus_language_defn)
4063 (asm_language_defn, minimal_language_defn): Ditto.
4064 * jv-lang.c (java_language_defn): Ditto.
4065 * language.c (unknown_language_defn, auto_language_defn)
4066 (local_language_defn): Ditto.
4067 * m2-lang.c (m2_language_defn): Ditto.
4068 * objc-lang.c (objc_language_defn): Ditto.
4069 * scm-lang.c (scm_language_defn): Ditto.
4070 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4071 * p-lang.c (pascal_language_defn): Ditto for both.
4072 * Makefile.in (f-lang.o): Depend on value_h.
4073 (p-lang.o): Ditto.
4074
4075 2003-05-19 David Carlton <carlton@bactrian.org>
4076
4077 * block.h: Declare block_static_block.
4078 * block.c (block_static_block): New.
4079 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4080 lookup_symbol_aux_local, calling block_static_block instead.
4081 (lookup_symbol_aux_local): Delete 'static_block' argument.
4082
4083 2003-05-19 David Carlton <carlton@bactrian.org>
4084
4085 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4086
4087 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4088
4089 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4090 register numbers mapping.
4091
4092 2003-05-18 Adam Fedor <fedor@gnu.org>
4093
4094 * symtab.c (completion_list_objc_symbol): New function.
4095 (make_symbol_completion_list): Use it to add ObjC symbols
4096 when looking though the list.
4097 (language_search_unquoted_string): New function.
4098 (make_file_symbol_completion_list): Use it.
4099
4100 2003-05-18 Andreas Schwab <schwab@suse.de>
4101
4102 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4103 dependencies.
4104 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4105 as m68k_linux_extract_return_value.
4106 (DEPRECATED_STORE_RETURN_VALUE): Define as
4107 m68k_linux_store_return_value.
4108 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4109 m68k_linux_extract_struct_value_address.
4110 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4111 get_next_frame, get_frame_base, get_frame_pc.
4112 (m68k_linux_frame_saved_pc): Use get_frame_base.
4113 (m68k_linux_extract_return_value): New function.
4114 (m68k_linux_store_return_value): New function.
4115 (m68k_linux_extract_struct_value_address): New function.
4116 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4117
4118 * c-exp.y (typebase): Remove duplicate occurence of
4119 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4120 of lookup_signed_typename.
4121
4122 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4123
4124 * dwarf2loc.c (find_location_expression): Change type of second
4125 argument to `size_t *'.
4126 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4127 for size variable.
4128
4129 2003-05-18 David Carlton <carlton@bactrian.org>
4130
4131 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4132 'linkage_name'. Add comment.
4133 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4134 'linkage_name'.
4135 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4136 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4137 (lookup_block_symbol): Ditto.
4138
4139 2003-05-16 Andrew Cagney <cagney@redhat.com>
4140
4141 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4142 * gdbarch.h, gdbarch.c: Re-generate.
4143 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4144 * TODO (REGISTER_BYTES): Delete reference.
4145 * alpha-tdep.c (alpha_gdbarch_init): Update.
4146 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4147 * x86-64-tdep.c (x86_64_init_abi): Update.
4148 * vax-tdep.c (vax_gdbarch_init): Update.
4149 * v850-tdep.c (v850_gdbarch_init): Update.
4150 * sparc-tdep.c (sparc_gdbarch_init): Update.
4151 * sh-tdep.c (sh_gdbarch_init): Update.
4152 * s390-tdep.c (s390_gdbarch_init): Update.
4153 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4154 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4155 (ns32k_gdbarch_init_32382): Update.
4156 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4157 * mcore-tdep.c (mcore_gdbarch_init): Update.
4158 * m68k-tdep.c (m68k_gdbarch_init): Update.
4159 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4160 * ia64-tdep.c (ia64_gdbarch_init): Update.
4161 * i386-tdep.c (i386_gdbarch_init): Update.
4162 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4163 * hppa-tdep.c (hppa_gdbarch_init): Update.
4164 * h8300-tdep.c (h8300_gdbarch_init): Update.
4165 * frv-tdep.c (frv_gdbarch_init): Update.
4166 * cris-tdep.c (cris_gdbarch_init): Update.
4167 * avr-tdep.c (avr_gdbarch_init): Update.
4168 * arm-tdep.c (arm_gdbarch_init): Update.
4169 * sparc-tdep.c (sparc_pop_frame): Update.
4170 * rs6000-tdep.c (rs6000_pop_frame): Update.
4171 * remote.c (init_remote_state): Update.
4172 (remote_prepare_to_store): Update.
4173 * remote-vx.c (vx_prepare_to_store): Update.
4174 * remote-sds.c (sds_fetch_registers): Update.
4175 (sds_prepare_to_store): Update.
4176 * remote-array.c: Update.
4177 * regcache.c (init_legacy_regcache_descr): Update.
4178 (init_regcache_descr): Update.
4179 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4180 (mips_o64_extract_return_value): Update.
4181 * irix5-nat.c (fetch_core_registers): Update.
4182 * irix4-nat.c (fetch_core_registers): Update.
4183 * i386-tdep.h: Update.
4184 * hppa-tdep.c (pa_do_registers_info): Update.
4185 (pa_do_strcat_registers_info): Update.
4186 * cris-tdep.c (cris_register_bytes_ok): Update.
4187 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4188 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4189 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4190 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4191 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4192 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4193 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4194 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4195 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4196 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4197 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4198 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4199 (REGISTER_BYTES_OK): Update.
4200 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4201 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4202
4203 2003-05-16 Ian Lance Taylor <ian@airs.com>
4204
4205 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4206 (vax_print_insn, print_insn_arg): Remove static functions.
4207 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4208 print_insn_vax from opcodes library.
4209 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4210
4211 2003-05-15 Andrew Cagney <cagney@redhat.com>
4212
4213 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4214 * target.h (memory_breakpoint_from_pc): Delete declaration.
4215 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4216 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4217 * monitor.c (monitor_insert_breakpoint): Use
4218 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4219 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4220 * gdbarch.h, gdbarch.c: Re-generate.
4221 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4222 (sparc_gdbarch_init): Set breakpoint_from_pc to
4223 sparc_breakpoint_from_pc.
4224 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4225 (BREAKPOINT_FROM_PC): Define.
4226 (sparc_breakpoint_from_pc): Declare.
4227 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4228 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4229 (BREAKPOINT_FROM_PC): Define.
4230 (BREAKPOINT): Delete macro.
4231 * target.h: Update comment.
4232 * s390-tdep.c (s390_gdbarch_init): Update comments.
4233 * remote.c: Update comments.
4234 * remote-mips.c: Update comments.
4235 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4236 * mem-break.c: Update comment.
4237 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4238 (ia64_memory_insert_breakpoint): Update.
4239 * config/sparc/tm-sparc.h: Update comment.
4240 * config/pa/tm-hppa64.h: Update comment.
4241 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4242 (rs6000_breakpoint_from_pc): Update.
4243 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4244 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4245 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4246 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4247 (mips_breakpoint_from_pc): Update.
4248 (mips_dump_tdep): Update.
4249
4250 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4251 * minsyms.c (lookup_minimal_symbol): Inline
4252 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4253
4254 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4255 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4256 * p-lang.c (pascal_printstr): Ditto.
4257 * objc-lang.c (objc_printstr): Ditto.
4258 * m2-lang.c (m2_printstr): Ditto.
4259 * jv-valprint.c (java_print_value_fields): Ditto.
4260 * f-lang.c (f_printstr): Ditto.
4261 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4262 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4263 for repeat_count_threshold.
4264 * Makefile.in (cp-valprint.o): Update dependencies.
4265
4266 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4267
4268 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4269 (examine_prologue): Support looking through leaf functions, knowing
4270 they start with mov r2,r12. Support skipping over indirect stores
4271 of the input registers. Upon hitting a non-nop branch instruction
4272 or predicated instruction, bail out by setting lim_pc to the current
4273 pc value in the loop. At the end, if the lim_pc value is still
4274 beyond our calculated value and we have trust_limit set,
4275 use the lim_pc value.
4276
4277 2003-05-15 Andrew Cagney <cagney@redhat.com>
4278
4279 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4280 generic_find_dummy_frame.
4281 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4282 (deprecated_generic_find_dummy_frame): Update.
4283 (deprecated_read_register_dummy): Update.
4284 * frame.c (deprecated_generic_get_saved_register): Update.
4285
4286 2003-05-15 Theodore A. Roth <troth@openavr.org>
4287
4288 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4289 (avr_gdbarch_init): Set breakpoint_from_pc method.
4290
4291 2003-05-15 Andrew Cagney <cagney@redhat.com>
4292
4293 * regcache.c (build_regcache): Set deprecated_register_valid
4294 directly.
4295 (deprecated_grub_regcache_for_register_valid): Delete function.
4296 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4297 declaration.
4298
4299 2003-05-15 David Carlton <carlton@bactrian.org>
4300
4301 Committed by Elena Zannoni <ezannoni@redhat.com>
4302 * symtab.c (lookup_symbol_aux): Delete calls to
4303 lookup_symbol_aux_minsyms.
4304 (lookup_symbol_aux_minsyms): Comment out function and
4305 prototype. Delete lookup by mangled name.
4306
4307 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4308
4309 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4310 correctly indicate an empty stack and ``stack_allocated'' to the
4311 indicate the number of elements initially allocated.
4312 (dwarf_expr_grow_stack): Simplify method for computing new
4313 stack size. Don't loop infinitely if ``stack_len'' is zero.
4314 (execute_stack_op): Move ``ctx->in_reg'' initialization
4315 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4316 be used in conjuction with DW_OP_piece. Revise error message
4317 accordingly.
4318
4319 2003-05-14 Theodore A. Roth <troth@openavr.org>
4320
4321 * MAINTAINERS: Update my email address.
4322 * avr-tdep.c: Ditto.
4323
4324 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4325
4326 * symtab.h (enum domain_enum): Rename from namespace_enum.
4327 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4328 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4329 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4330 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4331 TYPES_NAMESPACE, METHODS_NAMESPACE.
4332 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4333 (struct symbol, struct partial_symbol): Rename field
4334 'namespace_enum namespace' to 'domain_enum domain'.
4335 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4336 Delete old define kludge for namespace.
4337
4338 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4339 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4340 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4341 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4342 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4343 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4344 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4345 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4346 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4347 occurrences of the above.
4348
4349 2003-05-14 Ian Lance Taylor <ian@airs.com>
4350
4351 * Makefile.in (install-only): Use $(SHELL) when running
4352 mkinstalldirs.
4353
4354 2003-05-13 Ian Lance Taylor <ian@airs.com>
4355
4356 * MAINTAINERS (write after approval): Add myself.
4357
4358 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4359 second and third arguments.
4360 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4361 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4362
4363 2003-05-13 Andrew Cagney <cagney@redhat.com>
4364
4365 * defs.h (store_address): Delete declaration.
4366 findvar.c (store_address): Delete function.
4367 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4368 store_unsigned_integer.
4369 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4370 * v850-tdep.c (v850_push_arguments): Ditto.
4371 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4372 * sh-tdep.c (sh64_get_saved_register): Ditto.
4373 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4374 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4375 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4376 (mips_get_saved_register): Ditto.
4377 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4378 (find_func_descr, ia64_push_arguments): Ditto.
4379 * i386-tdep.c (i386_push_arguments): Ditto.
4380 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4381 * frv-tdep.c (frv_push_arguments): Ditto.
4382 * frame.c (legacy_saved_regs_prev_register): Ditto.
4383 (deprecated_generic_get_saved_register): Ditto.
4384 * findvar.c (unsigned_address_to_pointer): Ditto.
4385 * dwarf2read.c (dwarf2_const_value): Ditto.
4386 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4387 * alpha-tdep.c (alpha_push_arguments): Ditto.
4388
4389 2003-05-12 J. Brobecker <brobecker@gnat.com>
4390
4391 * NEWS: Mention that the hppa-hpux port has been partially
4392 multiarched (32bit ABIT only, so far).
4393
4394 2003-05-11 Andrew Cagney <cagney@redhat.com>
4395
4396 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4397 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4398 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4399 sim/testsuite/sim/arm/misaligned2.ms, and
4400 sim/testsuite/sim/arm/misaligned3.ms.
4401 * disasm.h (struct ui_file): Add opaque struct declaration.
4402 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4403 * frame.h (struct ui_file): Ditto.
4404
4405 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4406
4407 * value.h: Pretty print.
4408
4409 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4410
4411 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4412
4413 2003-05-08 Andrew Cagney <cagney@redhat.com>
4414
4415 * regcache.h (max_register_size): Delete declaration.
4416 * regcache.c (max_register_size): Delete function.
4417 (struct regcache_descr): Delete field "max_register_size".
4418 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4419 registers fit in MAX_REGISTER_SIZE.
4420 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4421 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4422 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4423 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4424 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4425 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4426 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4427 * dve3900-rom.c, hppa-tdep.c: Ditto.
4428
4429 2003-05-08 David Carlton <carlton@math.stanford.edu>
4430
4431 * valops.c (push_word): Fix typo.
4432
4433 2003-05-08 Andrew Cagney <cagney@redhat.com>
4434
4435 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4436 * gdbarch.h: Re-generate.
4437 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4438 (legacy_max_register_raw_size): Delete declaration.
4439 * regcache.c (legacy_max_register_raw_size): Delete function.
4440 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4441 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4442 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4443 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4444 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4445 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4446 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4447 * findvar.c, dwarf2cfi.c: Ditto.
4448
4449 2003-05-08 Andrew Cagney <cagney@redhat.com>
4450
4451 * mips-tdep.c (read_signed_register): New function, moved to here
4452 from "regcache.c".
4453 (read_signed_register_pid): Ditto.
4454 * regcache.c (read_signed_register_pid): Delete function, moved to
4455 "mips-tdep.c".
4456 (read_signed_register): Ditto.
4457 * regcache.h (read_signed_register): Delete declaration.
4458 (read_signed_register_pid): Delete declaration.
4459
4460 2003-05-08 Andrew Cagney <cagney@redhat.com>
4461
4462 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4463 * gdbarch.h: Re-generate.
4464 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4465 (legacy_max_register_virtual_size): Delete declaration.
4466 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4467 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4468 * tracepoint.c (memrange_sortmerge): Ditto.
4469 * sparc-tdep.c (sparc_print_registers): Ditto.
4470 * regcache.c (legacy_max_register_virtual_size): Delete function.
4471
4472 2002-05-08 J. Brobecker <brobecker@gnat.com>
4473
4474 * fork-child.c (escape_bang_in_quoted_argument): New function.
4475 (fork_inferior): Escape '!' characters in quoted arguments
4476 only when needed.
4477
4478 2003-05-08 J. Brobecker <brobecker@gnat.com>
4479
4480 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4481 the language of the CU is not currently supported by GDB.
4482
4483 2003-05-08 J. Brobecker <brobecker@gnat.com>
4484
4485 * defs.h (language): Add language_minimal enum value.
4486 * c-lang.c (minimal_language_defn): New language definition.
4487 (_initialize_c_language): Add the new minimal language to the list
4488 of languages known to GDB.
4489
4490 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4491
4492 * frame.c (get_frame_type): Don't attempt to lazily initialize
4493 frame's unwinder for legacy frames.
4494
4495 2003-05-07 Andrew Cagney <cagney@redhat.com>
4496
4497 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4498 and "regcache" parameters.
4499 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4500
4501 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4502
4503 * dwarf2read.c (dwarf_decode_lines): Only use output of
4504 check_cu_functions() when calling record_line(). Do not update
4505 the current address.
4506
4507 2003-05-07 Andrew Cagney <cagney@redhat.com>
4508
4509 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4510 code.
4511
4512 2003-05-07 Jim Blandy <jimb@redhat.com>
4513
4514 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4515 'maint info symtabs' and 'maint info psymtabs'.
4516 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4517 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4518 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4519 Declarations updated.
4520 * maint.c (maintenance_list_command): Delete.
4521 (_initialize_maint_cmds): Update calls to add_cmd.
4522 * gdbcmd.h (maintenancelistlist): Delete declaration.
4523 * cli/cli-cmds.c (maintenancelistlist): Delete.
4524 (init_cmd_lists): Don't initialize it.
4525 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4526
4527 2003-05-07 Andrew Cagney <cagney@redhat.com>
4528
4529 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4530 "regcache".
4531 (d10v_print_registers_info): Update.
4532 (d10v_dmap_register, d10v_imap_register): Delete functions.
4533 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4534 and "imap_register".
4535 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4536 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4537 * arch-utils.c (generic_remote_translate_xfer_address): Add
4538 "regcache" and "gdbarch" parameters.
4539 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4540 parameter. Change class to multi-arch.
4541 * gdbarch.h, gdbarch.c: Re-generate.
4542 * remote.c (remote_xfer_memory): Use
4543 gdbarch_remote_translate_xfer_address.
4544
4545 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4546
4547 * infrun.c (prev_pc): Move declaration ahead of proceed().
4548 (proceed): Refresh prev_pc value before resuming.
4549 (stop_stepping): Remove code to refresh prev_pc.
4550
4551 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4552
4553 * nto-tdep.c: Removed stray comment.
4554
4555 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4556
4557 * i386-nto-tdep.c: Fix old K&R function definitions.
4558 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4559 Also change add_show_from_set() call to add_setshow_cmd().
4560 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4561
4562 2003-05-05 Andrew Cagney <cagney@redhat.com>
4563
4564 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4565 (fprint_dummy_frames): New function.
4566 (maintenance_print_dummy_frames): New function.
4567 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4568 * frame.c (fprint_frame_id): Make global.
4569 * frame.h (fprint_frame_id): Declare.
4570 * Makefile.in (dummy-frame.o): Update dependencies.
4571
4572 2003-05-05 Andrew Cagney <cagney@redhat.com>
4573
4574 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4575 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4576 SIZEOF_CALL_DUMMY_WORDS.
4577 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4578 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4579 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4580 CALL_DUMMY_BREAKPOINT_OFFSET.
4581 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4582 CALL_DUMMY_START_OFFSET.
4583 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4584 * gdbarch.h, gdbarch.c: Re-generate.
4585 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4586 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4587 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4588 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4589 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4590 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4591 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4592 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4593 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4594 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4595 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4596 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4597 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4598 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4599 * config/sparc/tm-sparc.h: Update.
4600
4601 2003-05-05 Kris Warkentin <kewarken@qnx.com>
4602
4603 * configure.tgt: Add i[3456]86-*-nto*.
4604 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4605 * nto-tdep.c: New file. Neutrino target support routines.
4606 * nto-tdep.h: New file. Neutrino target header.
4607 * config/tm-qnxnto.h: New file.
4608 * config/i386/i386nto.mt: New file.
4609 * config/i386/tm-i386nto.h: New file.
4610
4611 2003-05-04 Andrew Cagney <cagney@redhat.com>
4612
4613 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4614 (load_infrun_state): Ditto.
4615 (struct thread_info): Drop "prev_func_name" field.
4616 * thread.c (load_infrun_state): Update.
4617 (save_infrun_state): Update.
4618 * infrun.c (prev_func_name): Delete variable.
4619 (init_wait_for_inferior): Do not clear prev_func_name.
4620 (stop_stepping, keep_going, context_switch): Do not swap
4621 prev_func_name.
4622 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4623 instead of PC_IN_SIGTRAMP.
4624
4625 2003-05-04 Andrew Cagney <cagney@redhat.com>
4626
4627 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4628 REGISTER_BYTE with register_offset_hack.
4629 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4630 that REGISTER_BYTE is consistent with the regcache.
4631 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4632 * gdbarch.h, gdbarch.c: Regenerate.
4633
4634 2003-05-04 Mark Kettenis <kettenis@gnu.org>
4635
4636 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4637 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4638
4639 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4640
4641 2003-05-03 J. Brobecker <brobecker@gnat.com>
4642
4643 From Thierry Schneider <tpschneider1@yahoo.com>
4644 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4645 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4646 (mi-cmd-symbol.o): Add rule.
4647
4648 2003-05-03 Andrew Cagney <cagney@redhat.com>
4649
4650 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4651 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4652 * gdbarch.h, gdbarch.c: Re-generate.
4653 * d10v-tdep.c (d10v_push_dummy_code): New function.
4654 (d10v_gdbarch_init): Set push_dummy_code.
4655 * infcall.c (legacy_push_dummy_code): New function.
4656 (generic_push_dummy_code): New function.
4657 (push_dummy_code): New function.
4658 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4659 instead of dummy_addr, to push_dummy_call. Move call to
4660 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4661 switch.
4662 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4663
4664 2003-05-03 Andrew Cagney <cagney@redhat.com>
4665
4666 * disasm.h (print_insn): Declare.
4667 * disasm.c (init_gdb_disassemble_info): New function.
4668 (gdb_disassembly): Call init_gdb_disassemble_info.
4669 (gdb_print_insn): New function.
4670 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4671 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4672 * mcore-tdep.c: Include "disasm.h"
4673 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4674 * d10v-tdep.c: Include "disasm.h".
4675 (display_trace): Call gdb_print_insn, instead of print_insn.
4676 (print_insn): Delete function.
4677 * printcmd.c: Include "disasm.h".
4678 (print_insn): Delete function.
4679 (print_formatted): Call gdb_print_insn, instead of print_insn.
4680 * Makefile.in (printcmd.o): Update dependencies.
4681 (mcore-tdep.o, d10v-tdep.o): Ditto.
4682
4683 2003-05-02 Andrew Cagney <cagney@redhat.com>
4684
4685 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4686 PC_REGNUM, re-indent.
4687 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4688 PC_REGNUM isn't set.
4689
4690 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4691 * gdbarch.h, gdbarch.c: Re-generate.
4692 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4693 register_virtual_size, pc_regnum, or register_bytes.
4694 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4695 (d10v_register_type): Use D10V_PC_REGNUM.
4696 (d10v_print_registers_info, d10v_read_pc): Ditto.
4697 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4698 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4699
4700 2003-05-02 David Carlton <carlton@bactrian.org>
4701
4702 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4703 the name with mstrsave.
4704
4705 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
4706
4707 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4708 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4709 (host_charset_name, target_charset_name): New vars for use by
4710 set/show commands.
4711 (host_charset_enum, target_charset_enum): New enums for set/show
4712 commands.
4713 (set_charset_sfunc, set_host_charset_sfunc,
4714 set_target_charset_sfunc): New functions.
4715 (set_host_charset, set_target_charset): Make static.
4716 (list_charsets, set_host_charset_command,
4717 set_target_charset_command): Delete functions.
4718 (show_charset_command): Rewrite as....
4719 (show_charset): Hook this up with the set/show command mechanism.
4720 (_initialize_charset): Change names of charsets to match the
4721 set/show enums. Use host_charset_name and target_charset_name.
4722 Use set/show mechanism for charset, host-charset, target-charset
4723 commands. Do not make 'show host-charset' and 'show
4724 target-charset' be aliases of 'show charset'.
4725
4726 * charset.h (set_host_charset, set_target_charset): Don't export,
4727 they are not used outside the file.
4728
4729 2003-05-01 Andrew Cagney <cagney@redhat.com>
4730
4731 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4732 (gdb_disassembly): Make "di" non static, always initialize and
4733 cleanup. Always use dis_asm_read_memory.
4734 (gdb_dis_asm_read_memory): Delete function.
4735
4736 2003-05-01 Andrew Cagney <cagney@redhat.com>
4737
4738 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4739 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4740
4741 2003-04-30 Andrew Cagney <cagney@redhat.com>
4742
4743 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4744 "tm_print_insn_info".
4745 (TARGET_PRINT_INSN_INFO): Delete macro.
4746 (dis_asm_read_memory): Delete function declaration.
4747 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4748 (tm_print_insn_info): Delete variable definition.
4749 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4750 * gdbarch.h, gdbarch.c: Re-generate.
4751 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4752 "deprecated_tm_print_insn_info".
4753 * mcore-tdep.c (mcore_dump_insn): Ditto.
4754 * mips-tdep.c (mips_gdbarch_init): Ditto.
4755 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4756 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4757 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4758 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4759 instead of TARGET_PRINT_INSN_INFO, add comment.
4760 * s390-tdep.c (s390_get_frame_info): Instead of
4761 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
4762 (s390_check_function_end, s390_is_sigreturn): Ditto.
4763 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
4764 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4765 * disasm.c: Include "gdbcore.h".
4766 (_initialize_disasm): New function, initialize
4767 "deprecated_tm_print_insn_info".
4768 (deprecated_tm_print_insn_info): New variable.
4769 (dis_asm_read_memory): Moved from "corefile.c", made static.
4770 (dis_asm_print_address, dis_asm_memory_error): Ditto.
4771 * Makefile.in (disasm.o): Update dependencies.
4772
4773 2003-04-30 Andrew Cagney <cagney@redhat.com>
4774
4775 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
4776
4777 2003-04-29 Adam Fedor <fedor@gnu.org>
4778
4779 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
4780 * infcall.c (find_function_addr): Make non-static.
4781 * infcall.h (find_function_addr): Declare.
4782 * Makefile.in (eval.o): Update dependencies.
4783
4784 2003-04-28 Adam Fedor <fedor@gnu.org>
4785
4786 * symtab.c (symbol_find_demangled_name): Check for and demangle
4787 ObjC symbols.
4788 (symbol_init_demangled_name): Init for language_objc as well.
4789
4790 2003-04-28 Andrew Cagney <cagney@redhat.com>
4791
4792 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
4793 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
4794 * gdbarch.h, gdbarch.c: Re-generate.
4795 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
4796 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
4797 * inferior.h (deprecated_read_fp): Rename read_fp.
4798 (generic_target_read_fp): Delete declaration.
4799 * regcache.c (generic_target_read_fp): Delete function.
4800 (deprecated_read_fp): Replace read_fp, use
4801 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
4802 * d10v-tdep.c (d10v_read_fp): Delete function.
4803 (d10v_gdbarch_init): Do not set deprecated_read_fp.
4804
4805 * sparc-tdep.c (sparc_gdbarch_init): Do not set
4806 deprecated_target_read_fp to generic_target_read_fp.
4807 * sh-tdep.c (sh_gdbarch_init): Ditto.
4808 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4809 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4810 * frv-tdep.c (frv_gdbarch_init): Ditto.
4811
4812 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
4813 deprecated_fp_regnum.
4814 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4815 * vax-tdep.c (vax_gdbarch_init): Ditto.
4816 * v850-tdep.c (v850_gdbarch_init): Ditto.
4817 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4818 * sh-tdep.c (sh_gdbarch_init): Ditto.
4819 * s390-tdep.c (s390_gdbarch_init): Ditto.
4820 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4821 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4822 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4823 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4825 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4826 * i386-tdep.c (i386_gdbarch_init): Ditto.
4827 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4828 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4829 * frv-tdep.c (frv_gdbarch_init): Ditto.
4830 * cris-tdep.c (cris_gdbarch_init): Ditto.
4831 * avr-tdep.c (avr_gdbarch_init): Ditto.
4832 * arm-tdep.c (arm_gdbarch_init): Ditto.
4833 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4834
4835 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
4836 * v850-tdep.c (v850_gdbarch_init): Ditto.
4837 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4838 * sh-tdep.c (sh_gdbarch_init): Ditto.
4839 * s390-tdep.c (s390_gdbarch_init): Ditto.
4840 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4841 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4842 * mips-tdep.c (mips_gdbarch_init): Ditto.
4843 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4844 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4845 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4846 * frv-tdep.c (frv_gdbarch_init): Ditto.
4847 * avr-tdep.c (avr_gdbarch_init): Ditto.
4848 * arm-tdep.c (arm_gdbarch_init): Ditto.
4849
4850 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
4851 DEPRECATED_FP_REGNUM.
4852 (vax_push_dummy_frame, vax_pop_frame): Ditto.
4853 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
4854 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4855 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
4856 (sparc32_register_virtual_type): Ditto.
4857 * sh-tdep.c (sh64_frame_chain): Ditto.
4858 (sh64_get_saved_register, sh64_pop_frame): Ditto.
4859 (sh_nofp_frame_init_saved_regs): Ditto.
4860 (sh64_nofp_frame_init_saved_regs): Ditto.
4861 (sh_fp_frame_init_saved_regs): Ditto.
4862 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4863 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4864 * procfs.c (procfs_fetch_registers): Ditto.
4865 (procfs_store_registers): Ditto.
4866 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
4867 (store_inferior_registers, fetch_core_registers): Ditto.
4868 (fetch_kcore_registers, clear_regs): Ditto.
4869 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
4870 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
4871 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
4872 * nlm/i386.c (do_status): Ditto.
4873 * mipsv4-nat.c (supply_gregset): Ditto.
4874 * mips-tdep.c: Ditto for comments.
4875 * mips-nat.c (fetch_inferior_registers): Ditto.
4876 (store_inferior_registers, fetch_core_registers): Ditto.
4877 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
4878 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
4879 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
4880 (i386_do_pop_frame, i386_register_type): Ditto.
4881 * hppa-tdep.c (hppa_frame_chain): Ditto.
4882 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
4883 (hppa_pop_frame, hppa_read_fp): Ditto.
4884 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
4885 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
4886 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
4887 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
4888 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
4889 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
4890 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
4891 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
4892 * blockframe.c: Ditto for comments.
4893 * arch-utils.h: Ditto for comments.
4894 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
4895 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
4896 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
4897 * alpha-tdep.h: Ditto for comments.
4898 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
4899 (alpha_cannot_store_register): Ditto.
4900 (alpha_push_dummy_frame): Ditto.
4901 * alpha-nat.c (supply_gregset): Ditto.
4902
4903 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
4904 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
4905 * config/sparc/tm-sparc.h: Update comment.
4906
4907 * hppa-tdep.c (hppa_init_extra_frame_info): Use
4908 deprecated_read_fp instead of TARGET_READ_FP.
4909 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
4910 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
4911 * sparc-tdep.c (sparc_init_extra_frame_info): Use
4912 deprecated_read_fp instead of read_fp.
4913 * s390-tdep.c (s390_push_arguments): Ditto.
4914 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4915 * frame.h: Ditto in comments.
4916 * frame.c (legacy_get_prev_frame): Ditto.
4917 * dummy-frame.c (dummy_frame_this_id): Ditto.
4918 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4919
4920 2003-04-28 Andrew Cagney <cagney@redhat.com>
4921
4922 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
4923 * gdbarch.h, gdbarch.c: Re-generate.
4924 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
4925 * vax-tdep.c (_initialize_vax_tdep): Update.
4926 * v850-tdep.c (_initialize_v850_tdep): Update.
4927 * sparc-tdep.c (_initialize_sparc_tdep): Update.
4928 * s390-tdep.c (_initialize_s390_tdep): Update.
4929 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
4930 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
4931 * mips-tdep.c (_initialize_mips_tdep): Update.
4932 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4933 * m68k-tdep.c (_initialize_m68k_tdep): Update.
4934 * ia64-tdep.c (_initialize_ia64_tdep): Update.
4935 * hppa-tdep.c (_initialize_hppa_tdep): Update.
4936 * h8300-tdep.c (_initialize_h8300_tdep): Update.
4937 * frv-tdep.c (_initialize_frv_tdep): Update.
4938 * cris-tdep.c (cris_delayed_get_disassembler): Update.
4939 (_initialize_cris_tdep): Update.
4940 * arch-utils.c (legacy_print_insn): Update.
4941 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4942
4943 2003-04-26 Adam Fedor <fedor@gnu.org>
4944
4945 * linespec.c (decode_objc): New function to decode ObjC calls
4946 (decode_line_1): Check for ObjC calls (using decode_objc)
4947 * Makefile (linespec.o): Update dependencies.
4948
4949 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
4950
4951 * breakpoint.h (struct breakpoint_ops): New.
4952 (struct breakpoint): Add ops member.
4953
4954 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
4955 (mention): Use new breakpoint ops member.
4956 (set_raw_breakpoint): Initialize ops field to NULL.
4957 (print_exception_catchpoint, print_one_exception_catchpoint)
4958 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
4959 (gnu_v3_exception_catchpoint_ops): New.
4960 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
4961
4962 2003-04-25 Adam Fedor <fedor@gnu.org>
4963
4964 * Makefile.in (COMMON_OBS): Add objc-lang.o
4965
4966 2003-04-25 Andrew Cagney <cagney@redhat.com>
4967
4968 * d10v-tdep.c (print_insn): Delete function.
4969 (display_trace): Use TARGET_PRINT_INSN.
4970 (_initialize_d10v_tdep): Do not set tm_print_insn.
4971 (d10v_gdbarch_init): Set print_insn.
4972
4973 2003-04-25 Andrew Cagney <cagney@redhat.com>
4974
4975 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
4976 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
4977 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
4978 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
4979 (nr_dmap_regs, a0_regnum): ... new functions.
4980 (d10v_print_registers_info): Use a0_regnum, use register_size.
4981 (d10v_register_byte): Delete function.
4982 (d10v_register_raw_size): Delete function.
4983 (d10v_register_type): Use a0_regnum.
4984 (d10v_print_registers_info): Use a0_regnum.
4985 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
4986 (d10v_gdbarch_init): Do not set register_byte or
4987 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
4988 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
4989 extract_address.
4990 (trace_command): Use XCALLOC.
4991 (print_insn): Delete reference to tm_print_insn.
4992 (saved_regs_unwinder): Use store_unsigned_integer instead of
4993 store_address.
4994 * frame.h (FRAME_OBSTACK_CALLOC): Define
4995
4996 2003-04-25 David Carlton <carlton@bactrian.org>
4997
4998 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
4999
5000 2003-04-24 Adam Fedor <fedor@gnu.org>
5001
5002 * objc-lang.c: Include "valprint.h"
5003 * Makefile.in (objc-lang.o): Update dependencies.
5004
5005 2003-04-24 Adam Fedor <fedor@gnu.org>
5006
5007 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5008 architecture dependant compilation and mark as unimplemented
5009 (until they get put in the gdbarch vector).
5010
5011 2003-04-23 David Carlton <carlton@bactrian.org>
5012
5013 * cp-support.c (cp_find_first_component): Accept 'operator' in
5014 more locations.
5015
5016 2003-04-23 Andrew Cagney <cagney@redhat.com>
5017
5018 * infcall.c (call_function_by_hand): Eliminate redundant
5019 indentation. Move "saved_async" and "old_cleanups" to where they
5020 are needed.
5021
5022 2003-04-23 Andrew Cagney <cagney@redhat.com>
5023
5024 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5025 and "buffer". Move the "name" code to where it is needed.
5026
5027 2003-04-23 Andrew Cagney <cagney@redhat.com>
5028
5029 * infcall.c (call_function_by_hand): Move variables "start_sp",
5030 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5031 code to ON_STACK switch branch.
5032
5033 2003-04-23 Andrew Cagney <cagney@redhat.com>
5034
5035 * infcall.c (call_function_by_hand): Make declaration of "i",
5036 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5037 lint.
5038
5039 2003-04-23 Andrew Cagney <cagney@redhat.com>
5040
5041 * infcall.c (call_function_by_hand): Delete variable
5042 "n_method_args". Localize "param_type"'s declaration to the loop
5043 that it is used. Reinstate code assigning to said variable -
5044 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5045 Rationalize code using "param_type".
5046
5047 2003-04-22 Andrew Cagney <cagney@redhat.com>
5048
5049 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5050 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5051 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5052 to DEPRECATED_PUSH_RETURN_ADDRESS.
5053
5054 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5055
5056 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5057 on the DWARF2 register number prior to fetching a register.
5058
5059 2003-04-22 J. Brobecker <brobecker@gnat.com>
5060
5061 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5062 Update all the tests using SOFT_FLOAT considering the fact that
5063 this macro was always set to 0.
5064 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5065 considering the fact that this macro was always set to 0.
5066 * hppa-tdep.h (hppa_store_return_value): Likewise.
5067 (hppa_extract_return_value): Likewise.
5068
5069 2003-04-22 J. Brobecker <brobecker@gnat.com>
5070
5071 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5072 the hppa-pro target only.
5073
5074 2003-04-21 J. Brobecker <brobecker@gnat.com>
5075
5076 Ongoing multi-arch conversion effort for HP/UX:
5077 * config/pa/tm-hppa.h: Move all macro that are no longer
5078 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5079 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5080
5081 2003-04-21 J. Brobecker <brobecker@gnat.com>
5082
5083 * config/pa/tm-hppa.h: Obsolete a section that was only used
5084 for hppa-pro.
5085
5086 2003-04-21 J. Brobecker <brobecker@gnat.com>
5087
5088 Ongoing multi-arch conversion for HP/UX.
5089 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5090 if already defined (allows hppa64 to stay non-multiarched for now).
5091 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5092
5093 2003-04-21 Andrew Cagney <cagney@redhat.com>
5094
5095 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5096
5097 2003-04-21 Andrew Cagney <cagney@redhat.com>
5098
5099 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5100 "i386_num_mmx_regs".
5101
5102 2003-04-21 Andrew Cagney <cagney@redhat.com>
5103
5104 * infcall.c: New file.
5105 * infcall.h: New file.
5106 * valarith.c: Include "infcall.h".
5107 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5108 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5109 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5110 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5111 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5112 (SFILES): Add "infcall.c"
5113 (COMMON_OBS): Add "infcall.o".
5114 (infcall.o): Specify dependencies.
5115 * value.h (call_function_by_hand): Delete declaration.
5116 * inferior.h (run_stack_dummy): Delete declaration.
5117 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5118 (run_stack_dummy): Move to "infcall.c", merged into
5119 call_function_by_hand.
5120 * valops.c (call_function_by_hand): Moved to "infcall.c".
5121 (find_function_addr, value_arg_coerce): Ditto.
5122 (unwindonsignal_p, coerce_float_to_double): Ditto.
5123 (_initialize_valops): Move "set/show coerce-float-to-double", and
5124 "set/show unwindonsignal" commands to "infcall.c".
5125 * v850-tdep.c, target.h: Update comments.
5126 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5127 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5128 (sh64_init_extra_frame_info): Update comments.
5129 * mn10300-tdep.c: Update comments.
5130 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5131 * config/sparc/tm-sparc.h: Update comments.
5132 * breakpoint.h: Update comments.
5133 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5134 * arm-tdep.c: Update comment.
5135
5136 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5137
5138 * i386-tdep.c (i386_num_register_names): New variable.
5139 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5140 (MM0_REGNUM): Remove redundant parentheses in define.
5141 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5142 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5143 i386_mxcsr_regnum_p): Remove redundant parentheses.
5144 (i386_register_name): Use i386_num_register_names.
5145
5146 * i386-tdep.c (i386_extract_return_value,
5147 i386_store_return_value): Correct check for availability of
5148 floating-point registers.
5149
5150 * i386-tdep.c (i386_frame_num_args): Remove function.
5151 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5152
5153 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5154 mmx_regnum_to_fp_regnum. Adjust all callers.
5155
5156 * i386-tdep.c (i386_get_longjmp_target): Use
5157 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5158 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5159 extract_address.
5160
5161 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5162
5163 * core-regset.c: Update comments to reflect reality. Re-order
5164 includes.
5165 (fetch_core_registers): Use switch instead of if. Remove
5166 redundant prototype.
5167
5168 2003-04-18 Jim Blandy <jimb@redhat.com>
5169
5170 * s390-tdep.c (s390_frame_align): New function.
5171 (s390_gdbarch_init): Register it with the gdbarch object.
5172
5173 2003-04-17 Richard Henderson <rth@redhat.com>
5174
5175 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5176
5177 2003-04-17 Michael Snyder <msnyder@redhat.com>
5178 Karen Bennet <bennet@redhat.com>
5179
5180 Committed by Elena Zannoni <ezannoni@redhat.com>
5181 * gdb_gcore.sh: New script to create a core dump of a process.
5182
5183 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5184
5185 * values.c (value_being_returned): Don't fetch the return
5186 value if the return type is void.
5187
5188 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5189
5190 * thread-db.c: Reindented.
5191
5192 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5193
5194 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5195 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5196 as types.
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5223
5224 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5225 the size of ``long double'' to 16, instead of 8.
5226
5227 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5228
5229 * i386-linux-nat.c: Add some whitespace to make things more
5230 readable.
5231 (fetch_register, store_register, fetch_inferior_registers,
5232 store_inferior_registers): Get rid of assignment in if-statement.
5233 (store_register): Fix typo in error message.
5234
5235 2003-04-16 Andrew Cagney <cagney@redhat.com>
5236
5237 * utils.c (xmmalloc): Always allocate something, matches
5238 libiberty/xmalloc's semantics.
5239 (xmrealloc, xmcalloc): Ditto.
5240
5241 2003-04-16 Andrew Cagney <cagney@redhat.com>
5242
5243 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5244 update comments.
5245 (get_frame_type): Initialize unwind and type when needed.
5246 (get_frame_id, frame_register_unwind): Ditto.
5247
5248 2003-04-16 Andrew Cagney <cagney@redhat.com>
5249
5250 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5251 obsolete.
5252 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5253 * sparcl-stub.c: Obsolete file.
5254 * config/sparc/tm-sparclet.h: Obsolete file.
5255 * sparclet-stub.c: Obsolete file.
5256 * sparclet-rom.c: Obsolete file.
5257 * sparcl-tdep.c: Obsolete file.
5258 * config/sparc/tm-sparclite.h: Obsolete file.
5259 * config/sparc/sparclite.mt: Obsolete file.
5260 * config/sparc/sparclet.mt: Obsolete file.
5261 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5262 sparc86x-*-* obsolete.
5263
5264 2003-04-15 David Carlton <carlton@math.stanford.edu>
5265
5266 * Makefile.in (SFILES): Add cp-namespace.c.
5267 (COMMON_OBS): Add cp-namespace.o.
5268 (block.o): Depend on gdb_obstack_h and cp_support_h.
5269 (buildsym.o): Depend on cp_support_h.
5270 (cp-namespace.o): New.
5271 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5272 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5273 (dwarf2read.o): Depend on cp_support_h.
5274 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5275 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5276 processing_current_namespace.
5277 (read_namespace): Update processing_current_namespace; check for
5278 anonymous namespaces.
5279 (dwarf2_name): New function.
5280 (dwarf2_extension): Ditto.
5281 * cp-support.h: Update copyright, contributors.
5282 Add inclusion guards.
5283 Add opaque declaration for structs obstack, block, symbol.
5284 (struct using_direct): New struct.
5285 Add declarations for cp_find_first_component,
5286 cp_entire_prefix_len, processing_has_namespace_info,
5287 processing_current_namespace, cp_is_anonymous,
5288 cp_add_using_directive, cp_initialize_namespace,
5289 cp_finalize_namespace, cp_set_block_scope,
5290 cp_scan_for_anonymous_namespaces.
5291 * cp-namespace.c: New file.
5292 * cp-support.c: Update copyright.
5293 Include ctype.h, gdb_assert.h, gdbcmd.h.
5294 New variable maint_cplus_cmd_list.
5295 (cp_find_first_component): New function.
5296 (cp_entire_prefix_len, maint_cplus_command)
5297 (first_component_command, _initialize_cp_support): Ditto.
5298 * buildsym.c: Include cp-support.h.
5299 New variable using_list.
5300 (add_symbol_to_list): Check for anonymous namespaces.
5301 (finish_block): Set block's scope.
5302 (start_symtab): Initialize C++ namespace support.
5303 (end_symtab): Finalize C++ namespace support.
5304 * block.h: Add opaque declarations for structs
5305 block_namespace_info, using_direct, and obstack.
5306 Add declarations for block_set_scope and block_set_using.
5307 (struct block): Add 'language_specific' member.
5308 (BLOCK_NAMESPACE): New macro.
5309 * block.c: Include gdb_obstack.h and cp-support.h.
5310 (struct block_namespace_info): New struct.
5311 (block_set_scope): New function.
5312 (block_set_using, block_initialize_namespace): Ditto.
5313
5314 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5315
5316 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5317 (locate_base): Return early if there aren't any link map offsets.
5318 (svr4_solib_create_inferior_hook): Warn if shared library support
5319 is unavailable.
5320
5321 2003-04-14 David Carlton <carlton@math.stanford.edu>
5322
5323 * symtab.c (symbol_set_names): Add prefix when storing Java names
5324 in hash table. Fix for PR java/1039.
5325
5326 2003-04-14 David Carlton <carlton@math.stanford.edu>
5327
5328 * symtab.c (symbol_set_names): Rename 'name' arg to
5329 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5330 * symtab.h: Change 'name' argument in declaration of
5331 symbol_set_names to 'linkage_name'.
5332 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5333
5334 2003-04-14 Andrew Cagney <cagney@redhat.com>
5335
5336 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5337 return the fully sign-extended register value.
5338 (get_frame_pointer): Ditto.
5339 (mips_pop_frame): Initialize "proc_desc" after checking for a
5340 dummy frame.
5341
5342 2003-04-14 Andrew Cagney <cagney@redhat.com>
5343
5344 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5345 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5346 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5347 (mips_push_register): Delete function.
5348 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5349 PUSH_FP_REGNUM.
5350
5351 2003-04-14 Jim Blandy <jimb@redhat.com>
5352
5353 * symmisc.c: #include "gdb_regex.h".
5354 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5355 functions.
5356 * maint.c (maintenance_list_command): New function.
5357 (_initialize_maint_cmds): Register the above as commands.
5358 * symtab.h (maintenance_list_symtabs,
5359 maintenance_list_psymtabs): New declarations.
5360 * cli/cli-cmds.c (maintenancelistlist): New variable.
5361 (init_cmd_lists): Initialize it.
5362 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5363 * gdbcmd.h (maintenancelistlist): New declaration.
5364 * Makefile.in (symmisc.o): Update dependencies.
5365
5366 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5367
5368 * s390-nat.c: Include asm/types.h for addr_t.
5369
5370 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5371
5372 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5373 actually incoming type.
5374
5375 2003-04-13 Andrew Cagney <cagney@redhat.com>
5376
5377 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5378 get_next_frame and get_frame_saved_regs.
5379
5380 2003-04-13 Andrew Cagney <cagney@redhat.com>
5381
5382 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5383 of gdbarch_num_regs.
5384
5385 2003-04-13 Andrew Cagney <cagney@redhat.com>
5386
5387 * frame.h: Mention what replaced what in "struct frame_info".
5388 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5389 deprecated_update_frame_base_hack and
5390 deprecated_update_frame_pc_hack.
5391 * hppa-tdep.c: Ditto.
5392
5393 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5394
5395 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5396 to read_reg and update its comment. Remove regnum member.
5397 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5398 Don't call read_reg when setting in_reg. Call read_reg to get
5399 the frame base if it's in a register. Return the register number
5400 on the stack instead of in the context. Remove extra arguments
5401 to read_reg.
5402 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5403 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5404 the register number on the expression stack.
5405 (needs_frame_read_reg): Remove extra arguments.
5406
5407 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5408
5409 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5410 made non-static.
5411 (execute_stack_op): All callers updated.
5412 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5413 * dwarf2loc.c (find_location_expression): New function.
5414 (dwarf_expr_frame_base): Call it.
5415 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5416 (dwarf2_tracepoint_var_ref): New function, broken out from
5417 locexpr_tracepoint_var_ref.
5418 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5419 Make static.
5420 (loclist_read_variable, loclist_read_needs_frame): New functions.
5421 (loclist_describe_location, loclist_tracepoint_var_ref): New
5422 functions.
5423 (dwarf2_loclist_funcs): New struct location_funcs.
5424 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5425 (struct dwarf2_locexpr_baton): Add comments.
5426 (dwarf2_loclist_funcs): New extern.
5427 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5428 base_address and base_known.
5429 (dwarf_loc_buffer): New variable.
5430 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5431 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5432 (dwarf2_has_info): Initialize dwarf_loc_offset.
5433 (dwarf2_build_psymtabs): Read in .debug_loc.
5434 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5435 DWARF_LOC_SIZE.
5436 (psymtab_to_symtab_1): Likewise. Move base address calculation
5437 here, from...
5438 (dwarf2_get_pc_bounds): ... here. Use the base address from
5439 cu_header.
5440 (dwarf2_symbol_mark_computed): Handle location lists.
5441
5442 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5443
5444 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5445 if the linkage name demangled successfully.
5446
5447 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5448
5449 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5450 disassmbly_flavour): Removed.
5451
5452 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5453
5454 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5455
5456 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5457
5458 2003-04-12 Andrew Cagney <cagney@redhat.com>
5459
5460 * frame.h (struct frame_info): Move definition from here ...
5461 * frame.c (struct frame_info): ... to here.
5462
5463 2003-04-12 Andrew Cagney <cagney@redhat.com>
5464
5465 * gdbthread.h (save_infrun_state): Delete parameter
5466 "prev_func_start".
5467 (struct thread_info): Delete field "prev_func_start".
5468 (load_infrun_state): Ditto.
5469 * thread.c (load_infrun_state, save_infrun_state): Update.
5470 * infrun.c (prev_func_start): Delete variable.
5471 (context_switch, init_wait_for_inferior): Update.
5472 (stop_stepping, keep_going): Update.
5473
5474 2003-04-12 Andrew Cagney <cagney@redhat.com>
5475
5476 * gdbarch.sh: Add missing opaque declarations.
5477 * gdbarch.h: Regnerate.
5478 * symtab.h: Add missing opaque declarations.
5479 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5480 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5481 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5482 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5483 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5484 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5485 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5486 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5487 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5488 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5489 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5490 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5491 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5492
5493 2003-04-11 Andrew Cagney <cagney@redhat.com>
5494
5495 * frame.c (get_frame_id): Return this frame's "id".
5496 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5497 function start.
5498 (legacy_saved_regs_this_id): Replace function body with
5499 internal-error.
5500 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5501 FRAME_OBSTACK_ZALLOC.
5502 (create_new_frame): Mark the frame ID as valid.
5503
5504 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5505
5506 * Makefile.in (libbfd_h): Added missing setting.
5507 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5508 according to the selected ABI.
5509
5510 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5511
5512 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5513
5514 2003-04-11 Andrew Cagney <cagney@redhat.com>
5515
5516 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5517 SAVED_PC_AFTER_CALL.
5518 * gdbarch.h, gdbarch.c: Regenerate.
5519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5520 * x86-64-tdep.c (x86_64_init_abi): Update.
5521 * vax-tdep.c (vax_gdbarch_init): Update.
5522 * v850-tdep.c (v850_gdbarch_init): Update.
5523 * sparc-tdep.c (sparc_gdbarch_init): Update.
5524 * sh-tdep.c (sh_gdbarch_init): Update.
5525 * s390-tdep.c (s390_gdbarch_init): Update.
5526 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5527 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5528 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5529 * mips-tdep.c (mips_gdbarch_init): Update.
5530 * mcore-tdep.c (mcore_gdbarch_init): Update.
5531 * m68k-tdep.c (m68k_gdbarch_init): Update.
5532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5533 * ia64-tdep.c (ia64_gdbarch_init): Update.
5534 (ia64_saved_pc_after_call): Update declaration.
5535 * i386ly-tdep.c (i386lynx_init_abi): Update.
5536 * i386-tdep.c (i386_gdbarch_init): Update.
5537 * hppa-tdep.c (hppa_gdbarch_init): Update.
5538 * h8300-tdep.c (h8300_gdbarch_init): Update.
5539 * frv-tdep.c (frv_gdbarch_init): Update.
5540 * cris-tdep.c (cris_gdbarch_init): Update.
5541 * avr-tdep.c (avr_gdbarch_init): Update.
5542 * arm-tdep.c (arm_gdbarch_init): Update.
5543 * alpha-tdep.c (alpha_gdbarch_init): Update.
5544 * ns32knbsd-nat.c (frame_num_args): Update.
5545 * ns32k-tdep.c (umax_frame_num_args): Update.
5546 * mips-tdep.c (mips_init_frame_pc_first): Update.
5547 * infrun.c (step_over_function): Update.
5548 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5549 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5550 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5551 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5552 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5553 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5554 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5555 * arch-utils.c (init_frame_pc_default): Update.
5556 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5557 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5558 declaration.
5559
5560 2003-04-11 Andrew Cagney <cagney@redhat.com>
5561
5562 * i387-tdep.c: Update copyright.
5563 (i387_to_double): Delete function.
5564 (double_to_i387): Delete function.
5565
5566 2003-04-10 Andrew Cagney <cagney@redhat.com>
5567
5568 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5569 frame's function's address. Simplify.
5570 (d10v_frame_unwind_cache): Check that the frame's function is
5571 non-zero.
5572
5573 2003-04-10 Jim Blandy <jimb@redhat.com>
5574
5575 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5576 call to set_gdbarch_deprecated_push_arguments.
5577
5578 2003-04-10 Andrew Cagney <cagney@redhat.com>
5579
5580 * frame.c (fprint_frame_id): New function.
5581 (fprint_frame_type, fprint_frame): New function.
5582 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5583 (create_sentinel_frame, get_frame_id): Ditto.
5584 (frame_id_p, frame_id_eq): Ditto.
5585 (frame_id_inner, create_new_frame): Ditto.
5586 (legacy_get_prev_frame, get_prev_frame): Ditto.
5587 (deprecated_update_frame_pc_hack): Ditto.
5588 (frame_register_unwind): Ditto.
5589 (deprecated_update_frame_base_hack): Ditto.
5590
5591 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5592
5593 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5594 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5595 frame_chain function.
5596 * Makefile.in: Add dependencies due to above change.
5597
5598 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5599
5600 * blockframe.c (legacy_frame_chain_valid): Move call to
5601 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5602 inside_entry_file.
5603
5604 2003-04-09 Andrew Cagney <cagney@redhat.com>
5605
5606 * frame.h (struct frame_id): Replace "pc" and "base" with
5607 "stack_addr" and "code_addr". Update comments.
5608 (frame_id_build): Update parameter names and comment.
5609 (struct frame_info): Replace "id_p" and "id" with "this_id".
5610 * dummy-frame.c (dummy_frame_this_id): Update.
5611 * breakpoint.c (print_one_breakpoint): Update.
5612 * frame.c (get_frame_id): Update.
5613 (get_frame_base, frame_id_build): Update.
5614 (create_sentinel_frame, legacy_get_prev_frame): Update.
5615 (deprecated_update_frame_base_hack): Update.
5616 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5617 (frame_id_inner): Ditto.
5618
5619 2003-04-09 Andrew Cagney <cagney@redhat.com>
5620
5621 * defs.h (gdb_print_host_address): Make "addr" parameter a
5622 pointer constant.
5623 * utils.c (gdb_print_host_address): Update.
5624
5625 2003-04-09 Kevin Buettner <kevinb@redhat.com>
5626
5627 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5628 register number for R0 is 0.
5629
5630 2003-04-09 J. Brobecker <brobecker@gnat.com>
5631
5632 * frame.h (struct gdbarch): Add opaque structure definition
5633 to avoid a compilation warning on LynxOS 4.0.
5634
5635 2003-04-09 Andrew Cagney <cagney@redhat.com>
5636
5637 * frame.h (struct frame_info): Delete field "pc". Replace
5638 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5639 structure.
5640 * frame.c (frame_pc_unwind): Update.
5641 (create_sentinel_frame): Do not set "pc".
5642 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5643 (get_frame_pc): Call frame_pc_unwind.
5644 (deprecated_update_frame_pc_hack): Update.
5645 (create_new_frame): Use "pc" not "->pc".
5646
5647 2003-04-09 Andrew Cagney <cagney@redhat.com>
5648
5649 * frame.c (get_frame_id): Eliminate code updating "frame".
5650 (legacy_get_prev_frame): Ditto.
5651 (get_frame_base): Return id.base directly.
5652 (deprecated_update_frame_base_hack): Update "id.base".
5653 * frame.h (struct frame_info): Delete field "frame".
5654
5655 2003-04-09 Andrew Cagney <cagney@redhat.com>
5656
5657 * NEWS: Mention that the "Sequent family" is obsolete.
5658 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5659 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5660 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5661 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5662 * config/i386/tm-ptx4.h: Obsolete file.
5663 * config/i386/tm-ptx.h: Obsolete file.
5664 * symm-tdep.c: Obsolete file.
5665 * config/i386/symmetry.mt: Obsolete file.
5666 * config/i386/tm-symmetry.h: Obsolete file.
5667 * symm-nat.c: Obsolete file.
5668 * config/i386/nm-symmetry.h: Obsolete file.
5669 * config/i386/xm-symmetry.h: Obsolete file.
5670 * config/i386/symmetry.mh: Obsolete file.
5671 * config/i386/nm-ptx4.h: Obsolete file.
5672 * config/i386/ptx4.mh: Obsolete file.
5673 * config/i386/ptx.mt: Obsolete file.
5674 * config/i386/ptx.mh: Obsolete file.
5675 * config/i386/xm-ptx4.h: Obsolete file.
5676 * config/i386/xm-ptx.h: Obsolete file.
5677
5678 2003-04-09 Andrew Cagney <cagney@redhat.com>
5679
5680 Obsolete mips*-*-mach3*.
5681 * NEWS: Mention that mips*-*-mach3* is obsolete.
5682 * m3-nat.c: Obsolete file.
5683 * config/nm-m3.h: Obsolete file.
5684 * config/mips/tm-mipsm3.h: Obsolete file.
5685 * config/mips/mipsm3.mt: Obsolete file.
5686 * config/mips/mipsm3.mh: Obsolete file.
5687 * config/mips/xm-mipsm3.h: Obsolete file.
5688 * mipsm3-nat.c: Obsolete file.
5689 * configure.host: Obsolete mips-dec-mach3*.
5690 * configure.tgt: Obsolete mips*-*-mach3*.
5691
5692 2003-04-09 Andrew Cagney <cagney@redhat.com>
5693
5694 * doublest.h: Update copyright.
5695 (deprecated_store_floating, deprecated_extract_floating): Rename
5696 store_floating and extract_floating. Update comments.
5697 * doublest.c: Update copyright.
5698 (extract_floating_by_length): Replace extract_floating.
5699 (store_floating_by_length): Replace store_floating.
5700 (deprecated_extract_floating): New function.
5701 (deprecated_store_floating): New function.
5702 (extract_typed_floating): Call extract_floating_by_length.
5703 (store_typed_floating): Call store_floating_by_length.
5704 * x86-64-tdep.c (x86_64_store_return_value): Update.
5705 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5706 (sh64_extract_return_value): Update.
5707 (sh_sh4_register_convert_to_virtual): Update.
5708 (sh_sh64_register_convert_to_virtual): Update.
5709 (sh_sh4_register_convert_to_raw): Update.
5710 (sh_sh64_register_convert_to_raw): Update.
5711 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5712 (rs6000_register_convert_to_raw): Update.
5713 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5714 (ia64_register_convert_to_raw): Update.
5715 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5716 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5717 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5718 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5719 (alpha_register_convert_to_raw): Update.
5720
5721 2003-04-08 Andrew Cagney <cagney@redhat.com>
5722
5723 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5724 * gdbarch.h, gdbarch.c: Re-generate.
5725 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5726 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5727 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5728 conditionally, use frame_pc_unwind as an alternative. Add
5729 comments.
5730 * arch-utils.c (init_frame_pc_default): Only call
5731 SAVED_PC_AFTER_CALL when available.
5732
5733 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5734
5735 * infrun.c (stop_soon): Rename from stop_soon_quietly.
5736 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5737 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5738 (start_remote): Ditto.
5739 (handle_inferior_event): Ditto.
5740 (save_inferior_status): Ditto.
5741 (restore_inferior_status): Ditto.
5742 * infcmd.c (attach_command): Ditto.
5743 * fork-child.c (startup_inferior): Ditto.
5744 * inferior.h (stop_soon): Rename from stop_soon_quietly.
5745 * alpha-tdep.c (heuristic_proc_start): Ditto.
5746 * mips-tdep.c (heuristic_proc_start): Ditto.
5747 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5748 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5749 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5750 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5751 * remote-vx.c (vx_create_inferior): Ditto.
5752
5753 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5754
5755 * infrun.c (stop_soon_quietly): Make it an enum, to better
5756 override the default behavior of handle_inferior_event.
5757 (clear_proceed_status): Update uses of stop_soon_quietly to
5758 reflect that it is now an enum.
5759 (start_remote): Ditto.
5760 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5761 is set to handle the new GNU/Linux kernel behavior for
5762 attach/sigstop. Update uses of stop_soon_quietly.
5763 * inferior.h (enum stop_kind): New enum.
5764 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
5765 Reset normal handle_inferior_event behavior, afterwards.
5766 * fork-child.c (startup_inferior): Update.
5767 * alpha-tdep.c (heuristic_proc_start): Update.
5768 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
5769 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
5770 * solib-osf.c (osf_solib_create_inferior_hook): Update.
5771 * solib-irix.c (irix_solib_create_inferior_hook): Update.
5772 * remote-vx.c (vx_create_inferior): Update.
5773 * mips-tdep.c (heuristic_proc_start): Update.
5774
5775 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
5776
5777 * disasm.c (dump_insns): Move variables inside loop, or they will
5778 be freed more than once, causing wild memory corruptions.
5779 (gdb_disassembly): Look for the substring "-thread",
5780 instead of "-threads" in the target name, to make sure to find
5781 the 'multi-thread' target. Also, make sure we do the right thing
5782 with the "core" target.
5783
5784 2003-04-07 Kevin Buettner <kevinb@redhat.com>
5785
5786 * mips-tdep.c (mips_print_fp_register): New function, created from
5787 do_fp_register_row(). Registers are now (also) printed as hex.
5788 Only one register is printed per row.
5789 (mips_print_register, do_fp_register_row): Print floating point
5790 registers with mips_print_fp_register().
5791
5792 2003-04-06 Andrew Cagney <cagney@redhat.com>
5793
5794 * valprint.h (inspect_it): Add extern declaration.
5795 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
5796 (selectors_info, classes_info): Ditto.
5797 (find_objc_msgcall): Fix indentation.
5798 (objc_printstr): Delete extern declarations.
5799
5800 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
5801
5802 2003-04-06 Andrew Cagney <cagney@redhat.com>
5803
5804 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
5805 Update comment.
5806 * frame.c (legacy_saved_regs_this_id): Update.
5807 (legacy_get_prev_frame): Update.
5808 * xstormy16-tdep.c: Update comment.
5809 * sparc-tdep.c (sparc_frame_chain): Update comment.
5810 * blockframe.c (legacy_frame_chain_valid): Update.
5811
5812 2003-04-06 Andrew Cagney <cagney@redhat.com>
5813
5814 * valprint.c (val_print_type_code_int): Delete #ifdef
5815 PRINT_TYPELESS_INTEGER code.
5816
5817 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
5818 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
5819 multi-arch definition.
5820 * gdbarch.h: Re-generate.
5821
5822 2003-04-05 Andrew Cagney <cagney@redhat.com>
5823
5824 Eliminate FRAME_FIND_SAVED_REGS.
5825 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5826 Change FSR parameter to a pointer.
5827 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
5828 Assume FSR parameter is a pointer.
5829 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5830 Make fsr a pointer.
5831 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
5832 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
5833 saved_regs a pointer.
5834 (hppa_frame_saved_pc): Ditto.
5835 (find_dummy_frame_regs): Make frame_saved_regs a pointer
5836 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
5837 pointer.
5838 (restore_pc_queue): Make fsr a pointer.
5839 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
5840 (hppa_frame_chain): Make saved_regs a pointer, call
5841 hppa_frame_init_saved_regs.
5842 * sparc-tdep.c: Include "gdb_assert.h".
5843 (sparc_frame_find_saved_regs): Replace internal_error with
5844 gdb_assert.
5845 * remote-vxsparc.c (vx_read_register): Delete reference to
5846 FRAME_FIND_SAVED_REGS.
5847 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
5848 * gdbarch.h: Regenerate.
5849 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
5850 (deprecated_get_frame_saved_regs): Delete declaration.
5851 (struct frame_saved_regs): Delete definition.
5852 * frame.c (deprecated_get_frame_saved_regs): Delete function.
5853 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
5854 (hppa_frame_find_saved_regs): Delete declaration.
5855 (FRAME_FIND_SAVED_REGS): Delete macro.
5856 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
5857 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
5858 FRAME_FIND_SAVED_REGS in comment.
5859
5860 2003-04-05 Andrew Cagney <cagney@redhat.com>
5861
5862 * frame.c (frame_func_unwind, get_frame_func): New functions.
5863 * frame.h (get_frame_func, frame_func_unwind): Declare.
5864 (struct frame_info): Add field "prev_func" for caching the
5865 previous frame's function address.
5866 * arm-tdep.c (arm_frameless_function_invocation): Combine
5867 get_pc_function_start and get_frame_pc into get_frame_func.
5868 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5869 (sh64_nofp_frame_init_saved_regs): Ditto.
5870 * s390-tdep.c (s390_function_start): Ditto.
5871 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
5872 (rs6000_frameless_function_invocation): Ditto.
5873 (rs6000_frame_saved_pc): Ditto.
5874 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
5875 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
5876 * i386-tdep.c (i386_frameless_signal_p): Ditto.
5877 (i386_frame_init_saved_regs): Ditto.
5878 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
5879 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
5880 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
5881 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5882 * blockframe.c (frameless_look_for_prologue): Ditto.
5883
5884 2003-04-05 Andrew Cagney <cagney@redhat.com>
5885
5886 * frame.c (legacy_get_prev_frame): Link prev to next at the
5887 function start. Update comments.
5888
5889 2003-04-05 Andrew Cagney <cagney@redhat.com>
5890
5891 * frame.c (get_frame_id): Update comment.
5892 (legacy_get_prev_frame): Update comment.
5893 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
5894 * gdbarch.h: Regenerate.
5895 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
5896 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
5897
5898 2003-04-05 Andrew Cagney <cagney@redhat.com>
5899
5900 * stack.c (print_frame_info): Use get_frame_pc.
5901
5902 2003-04-04 Andrew Cagney <cagney@redhat.com>
5903
5904 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
5905 the frame's type from the unwinder.
5906 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
5907 (create_new_frame, legacy_get_prev_frame): When the unwinder's
5908 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
5909 (get_frame_base_address): Use get_frame_type.
5910 (get_frame_locals_address, get_frame_args_address): Ditto.
5911 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
5912 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
5913 (struct frame_info): Add comment explaining why the frame contains
5914 a "type" field.
5915 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
5916 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
5917 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
5918 NORMAL_FRAME.
5919 * frame-unwind.h: Include "frame.h".
5920 (struct frame_unwind): Add "type" field.
5921 * Makefile.in (frame_unwind_h): Add $(frame_h).
5922
5923 2003-04-04 Andrew Cagney <cagney@redhat.com>
5924
5925 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
5926 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
5927 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
5928 get_frame_base.
5929 (d10v_unwind_dummy_id): Use frame_id_build.
5930 * frame.c (find_frame_sal): Use get_frame_pc.
5931 (create_new_frame): Use deprecated_update_frame_pc_hack and
5932 deprecated_update_frame_base_hack.
5933 (create_sentinel_frame): Add comment about ->pc going away.
5934 (get_prev_frame): Add comment about ->pc going away.
5935 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
5936 frame_id_build, deprecated_update_frame_pc_hack and
5937 deprecated_update_frame_base_hack.
5938 (select_frame): Use get_frame_pc.
5939 (legacy_saved_regs_this_id): Use frame_id_build.
5940
5941 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
5942
5943 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
5944 signed integer case.
5945 (classify_argument): Handle enumerations and references.
5946
5947 2003-04-04 Andrew Cagney <cagney@redhat.com>
5948
5949 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
5950 ID to NULL.
5951
5952 2003-04-01 Adam Fedor <fedor@gnu.org>
5953
5954 * gdb/objc-lang.c (selectors_info): Replace calls to
5955 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
5956 SYMBOL_NATURAL_NAME.
5957 (classes_info, find_methods): Likewise.
5958
5959 2003-04-03 Kevin Buettner <kevinb@redhat.com>
5960
5961 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
5962 ``mach'' to the value determined by bfd_default_set_arch_mach().
5963
5964 2003-04-02 Bob Rossi <bob_rossi@cox.net>
5965
5966 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
5967 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
5968 (mi-cmd-file.o): Update dependencies.
5969
5970 2003-04-01 Kevin Buettner <kevinb@redhat.com>
5971
5972 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
5973 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
5974
5975 2003-04-01 Adam Fedor <fedor@gnu.org>
5976
5977 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
5978 * language.h (struct language_defn): Add la_demangle.
5979 (language_demangle): Declare.
5980 * language.c (language_demangle): New function.
5981 (unk_lang_demangle): Likewise.
5982 (unknown_language_defn, auto_language_defn, local_language_defn):
5983 Add ukn_lang_demangle.
5984 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
5985 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
5986 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
5987 (cplus_language_defn): Add cplus_demangle for la_demangle element.
5988 * jv-lang.c (java_demangle): New function
5989 (java_language_defn): Use it for la_demangle element.
5990 * objc-lang.c (objc_demangle): Add options argument
5991 (objc_language_defn): Use objc_demangle for la_demangle element.
5992 * maint.c (maintenance_demangle): Replace switch with
5993 call to language_demangle.
5994 * utils.c (fprintf_symbol_filtered): Likewise.
5995
5996 2003-04-01 Andrew Cagney <cagney@redhat.com>
5997
5998 * printcmd.c (print_frame_nameless_args): Delete #ifdef
5999 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6000 PRINT_TYPELESS_INTEGER.
6001 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6002 PUSH_RETURN_ADDRESS.
6003
6004 2003-04-01 Andrew Cagney <cagney@redhat.com>
6005
6006 * Makefile.in (d10v-tdep.o): Update dependencies.
6007 * d10v-tdep.c: Include "frame-base.h".
6008 (d10v_frame_unwind): Make constant.
6009 (d10v_frame_base_address): New function.
6010 (d10v_frame_base): New variable.
6011 (d10v_gdbarch_init): Set frame_base default.
6012 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6013 comment for base.
6014 (d10v_frame_unwind_cache): Set and use "prev_sp".
6015 (d10v_frame_this_id): Use the previous frame's inner most stack
6016 address and this frame's func address for the frame ID. Use
6017 frame_id_build. Don't analyze beyond the current instruction.
6018
6019 2003-04-01 Andrew Cagney <cagney@redhat.com>
6020
6021 * frame.h (get_frame_locals_address, get_frame_args_address):
6022 Refer to the base address, instead of the address of the first
6023 local or parameter.
6024
6025 2003-04-01 Andrew Cagney <cagney@redhat.com>
6026
6027 Add frame debug info addresses:
6028 * frame-base.c: New file.
6029 * frame-base.h: New file.
6030 * frame.h (struct frame_base): Add opaque declaration.
6031 (get_frame_base): Update comment.
6032 (get_frame_base_address): Declare.
6033 (get_frame_locals_address): Declare.
6034 (get_frame_args_address): Declare.
6035 (struct frame_info): Add "base" and "base_cache". Update
6036 comments on the unwinder.
6037 * frame.c: Include "frame-base.h".
6038 (get_frame_locals_address): New function.
6039 (get_frame_base_address): New function.
6040 (get_frame_args_address): New function.
6041 * findvar.c (read_var_value): Use get_frame_locals_address and
6042 get_frame_args_address.
6043 * stack.c (frame_info): Use get_frame_locals_address and
6044 get_frame_args_address.
6045 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6046 moved to "frame-base.c".
6047 * printcmd.c (print_frame_nameless_args): Ditto.
6048 * symtab.h (address_class): Update comments.
6049 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6050 get_frame_base_address.
6051 * dwarf2expr.c (execute_stack_op): Ditto.
6052 * Makefile.in (frame_base_h): Define.
6053 (frame.o): Update dependencies.
6054 (frame-base.o): Add dependencies.
6055 (SFILES): Add frame-base.c.
6056 (COMMON_OBS): Add frame-base.o.
6057
6058 2003-04-01 Andrew Cagney <cagney@redhat.com>
6059
6060 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6061 CALL_DUMMY_LENGTH): Ditto.
6062 * gdbarch.c: Re-generate.
6063 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6064 (CALL_DUMMY_LENGTH): Delete macro.
6065 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6066 * arm-tdep.c (arm_gdbarch_init): Ditto.
6067 * avr-tdep.c (avr_gdbarch_init): Ditto.
6068 * cris-tdep.c (cris_gdbarch_init): Ditto.
6069 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6070 * frv-tdep.c (frv_gdbarch_init): Ditto.
6071 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6072 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6073 * i386-tdep.c (i386_gdbarch_init): Ditto.
6074 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6075 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6076 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6077 * mips-tdep.c (mips_gdbarch_init): Ditto.
6078 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6079 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6080 * s390-tdep.c (s390_gdbarch_init): Ditto.
6081 * sh-tdep.c (sh_gdbarch_init): Ditto.
6082 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6083 * v850-tdep.c (v850_gdbarch_init): Ditto.
6084 * vax-tdep.c (vax_gdbarch_init): Ditto.
6085 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6086
6087 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6088
6089 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6090
6091 2003-04-01 Andrew Cagney <cagney@redhat.com>
6092
6093 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6094 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6095 * gdbarch.h, gdbarch.c: Re-generate.
6096 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6097 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6098 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6099 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6100 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6101 * infcmd.c (run_stack_dummy): Simplify assuming
6102 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6103 * infrun.c (handle_inferior_event): Ditto.
6104 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6105 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6106 * arm-tdep.c (arm_gdbarch_init): Ditto.
6107 * avr-tdep.c (avr_gdbarch_init): Ditto.
6108 * cris-tdep.c (cris_gdbarch_init): Ditto.
6109 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6110 * frv-tdep.c (frv_gdbarch_init): Ditto.
6111 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6112 * i386-tdep.c (i386_gdbarch_init): Ditto.
6113 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6114 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6115 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6116 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6117 * mips-tdep.c (mips_gdbarch_init): Ditto.
6118 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6119 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6120 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6121 * s390-tdep.c (s390_gdbarch_init): Ditto.
6122 * sh-tdep.c (sh_gdbarch_init): Ditto.
6123 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6124 * v850-tdep.c (v850_gdbarch_init): Ditto.
6125 * vax-tdep.c (vax_gdbarch_init): Ditto.
6126 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6127
6128 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6129
6130 * symfile.c (symfile_relocate_debug_section): Update call to
6131 bfd_simple_get_relocated_section_contents.
6132
6133 2003-03-31 Andrew Cagney <cagney@redhat.com>
6134
6135 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6136 * gdbarch.h, gdbarch.c: Regenerate.
6137 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6138 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6139 available.
6140 * frame.h (generic_fix_call_dummy): Delete declaration.
6141 * dummy-frame.h: Update comment.
6142 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6143 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6144 fix_call_dummy.
6145 * sh-tdep.c (sh_gdbarch_init): Ditto.
6146 * s390-tdep.c (s390_gdbarch_init): Ditto.
6147 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6148 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6150 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6151 * i386-tdep.c (i386_gdbarch_init): Ditto.
6152 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6153 * frv-tdep.c (frv_gdbarch_init): Ditto.
6154 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6155 * cris-tdep.c (cris_gdbarch_init): Ditto.
6156 * avr-tdep.c (avr_gdbarch_init): Ditto.
6157 * arm-tdep.c (arm_gdbarch_init): Ditto.
6158
6159 2003-03-31 J. Brobecker <brobecker@gnat.com>
6160
6161 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6162 (INIT_FRAME_AP): Likewise.
6163 (EXTRA_FRAME_INFO): Likewise.
6164
6165 2003-03-31 Andrew Cagney <cagney@redhat.com>
6166
6167 * gdbarch.sh: Include "symfile.h".
6168 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6169 * gdbarch.h, gdbarch.c: Re-generate.
6170 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6171 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6172 call_dummy_address, the default is at entry_point_address.
6173 * v850-tdep.c (v850_gdbarch_init): Ditto.
6174 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6175 * sh-tdep.c (sh_gdbarch_init): Ditto.
6176 * s390-tdep.c (s390_gdbarch_init): Ditto.
6177 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6178 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6179 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6180 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6181 * i386-tdep.c (i386_gdbarch_init): Ditto.
6182 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6183 * frv-tdep.c (frv_gdbarch_init): Ditto.
6184 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6185 * cris-tdep.c (cris_gdbarch_init): Ditto.
6186 * arm-tdep.c (arm_gdbarch_init): Ditto.
6187
6188 2003-03-31 Andrew Cagney <cagney@redhat.com>
6189
6190 * gdbarch.sh (CALL_DUMMY_P): Delete.
6191 * gdbarch.h, gdbarch.c: Re-generate.
6192 * inferior.h (CALL_DUMMY_P): Delete macro.
6193 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6194 * vax-tdep.c (vax_gdbarch_init): Update.
6195 * v850-tdep.c (v850_gdbarch_init): Update.
6196 * sparc-tdep.c (sparc_gdbarch_init): Update.
6197 * sh-tdep.c (sh_gdbarch_init): Update.
6198 * s390-tdep.c (s390_gdbarch_init): Update.
6199 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6200 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6201 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6202 * mips-tdep.c (mips_gdbarch_init): Update.
6203 * mcore-tdep.c (mcore_gdbarch_init): Update.
6204 * m68k-tdep.c (m68k_gdbarch_init): Update.
6205 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6206 * ia64-tdep.c (ia64_gdbarch_init): Update.
6207 * i386-tdep.c (i386_gdbarch_init): Update.
6208 * h8300-tdep.c (h8300_gdbarch_init): Update.
6209 * frv-tdep.c (frv_gdbarch_init): Update.
6210 * d10v-tdep.c (d10v_gdbarch_init): Update.
6211 * cris-tdep.c (cris_gdbarch_init): Update.
6212 * breakpoint.c (deprecated_frame_in_dummy): Update.
6213 * avr-tdep.c (avr_gdbarch_init): Update.
6214 * alpha-tdep.c (alpha_gdbarch_init): Update.
6215 * arm-tdep.c (arm_gdbarch_init): Update.
6216 * dummy-frame.c (dummy_frame_this_id): Update comments.
6217 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6218 * frame.c (legacy_get_prev_frame): Ditto.
6219 * valops.c (call_function_by_hand): Delete function.
6220 (hand_function_call): Rename to call_function_by_hand
6221
6222 2003-03-30 Andrew Cagney <cagney@redhat.com>
6223
6224 2002-11-10 Klee Dienes <kdienes@apple.com>
6225 * value.h (struct value): Update comment.
6226
6227 2003-03-30 Andrew Cagney <cagney@redhat.com>
6228
6229 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6230 D10V_FP_REGNUM.
6231 (d10v_gdbarch_init): Do not set fp_regnum.
6232
6233 * frame.c (get_frame_base): Force ID initialization.
6234 (get_prev_frame): Move computation of the frame ID from here ...
6235 (get_frame_id): ... to here.
6236 (legacy_get_prev_frame): Mark the frame ID as valid.
6237 * frame.h (struct frame_info): Add field "id_p".
6238
6239 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6240
6241 * i386-tdep.c (i386_store_struct_return): Removed.
6242 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6243
6244 2003-03-30 Andrew Cagney <cagney@redhat.com>
6245
6246 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6247 * gdbarch.h, gdbarch.c: Regenerate.
6248 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6249 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6250 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6251 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6252 * i386-tdep.c (i386_gdbarch_init): Ditto.
6253 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6254 * cris-tdep.c (cris_gdbarch_init): Ditto.
6255 * vax-tdep.c (vax_gdbarch_init): Ditto.
6256 * s390-tdep.c (s390_gdbarch_init): Ditto.
6257 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6258 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6259 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6260 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6261 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6262 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6263 * sparc-tdep.c (sparc_gdbarch_init): Update.
6264 * sh-tdep.c (sh_gdbarch_init): Update.
6265 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6266 * mips-tdep.c (mips_gdbarch_init): Update.
6267 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6268 * ia64-tdep.c (ia64_gdbarch_init): Update.
6269 * frv-tdep.c (frv_gdbarch_init): Update.
6270 * avr-tdep.c (avr_gdbarch_init): Update.
6271 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6272 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6273 instead of when push_dummy_call is not available.
6274
6275 2003-03-30 Andrew Cagney <cagney@redhat.com>
6276
6277 * infttrace.c: Include "gdbthread.h".
6278 (parent_attach_all): Fix function signature.
6279 (call_ptrace): Update call.
6280 * Makefile.in (infttrace.o): Update dependencies.
6281
6282 2003-03-30 Andrew Cagney <cagney@redhat.com>
6283
6284 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6285 PUSH_RETURN_ADDRESS.
6286 * gdbarch.h, gdbarch.c: Regenerate.
6287 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6288 * x86-64-tdep.c (x86_64_init_abi): Update.
6289 * v850-tdep.c (v850_gdbarch_init): Update.
6290 * sparc-tdep.c (sparc_gdbarch_init): Update.
6291 * sh-tdep.c (sh_gdbarch_init): Update.
6292 * s390-tdep.c (s390_gdbarch_init): Update.
6293 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6294 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6295 * mips-tdep.c (mips_gdbarch_init): Update.
6296 * mcore-tdep.c (mcore_gdbarch_init): Update.
6297 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6298 * ia64-tdep.c (ia64_gdbarch_init): Update.
6299 * i386-tdep.c (i386_gdbarch_init): Update.
6300 * h8300-tdep.c (h8300_gdbarch_init): Update.
6301 * frv-tdep.c (frv_gdbarch_init): Update.
6302 * cris-tdep.c (cris_gdbarch_init): Update.
6303 * avr-tdep.c (avr_gdbarch_init): Update.
6304 * arm-tdep.c (arm_gdbarch_init): Update.
6305 * valops.c (hand_function_call): Update.
6306
6307 2003-03-29 Andrew Cagney <cagney@redhat.com>
6308
6309 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6310 sizeof_call_dummy_words.
6311 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6312 define.
6313 * gdbarch.h: Regenerate.
6314
6315 2003-03-29 Andrew Cagney <cagney@redhat.com>
6316
6317 * infttrace.h: New file.
6318 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6319 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6320 (hpread_read_doc_function_type): Detect an initialized type1.
6321 (hpread_quick_traverse): Initialize mod_name_string.
6322 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6323 (som_solib_get_solib_by_pc): Declare.
6324 (so_lib_thread_start_addr): Declare.
6325 (no_shared_libraries): Declare.
6326 * somread.c (init_import_symbols): Make static. Add forward
6327 declaration.
6328 * config/pa/nm-hppah.h: Include "infttrace.h" for
6329 parent_attach_all.
6330 (hppa_insert_hw_watchpoint): Declare.
6331 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6332 * hppah-nat.c: Include "gdb_string.h".
6333 (parent_attach_all): Delete extern declaration, moved to
6334 "infttrace.h".
6335 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6336 int.
6337 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6338 * Makefile.in (infttrace_h): Define.
6339 (hpread.o): Update dependencies.
6340 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6341 * hppa-hpux-tdep.c: Include "gdb_string.h".
6342 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6343 * infrun.c (handle_inferior_event): Always initialize
6344 stepped_after_stopped_by_watchpoint. Add default and remove
6345 fallthrough in switch statement.
6346 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6347 parameter to int.
6348 (hppa_remove_hw_watchpoint): Ditto.
6349
6350 2003-03-29 Andrew Cagney <cagney@redhat.com>
6351
6352 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6353 offset.
6354
6355 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6356
6357 * arm-tdep.c (arm_push_arguments): Delete.
6358 (struct stack_item): New type.
6359 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6360 (arm_store_struct_return): Delte.
6361 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6362 arm_push_arguments or arm_store_struct_return.
6363
6364 2003-03-28 Andrew Cagney <cagney@redhat.com>
6365
6366 * Makefile.in (d10v-tdep.o): Update dependencies.
6367 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6368 * d10v-tdep.c: Include "remote.h".
6369 (target_resume_hook): Delete extern declaration.
6370 (target_wait_loop_hook): Ditto.
6371 (tdisassemble_command): Eliminate assignment in "if" conditional.
6372 (d10v_ts2_register_sim_regno): Eliminate call to
6373 legacy_register_sim_regno.
6374 (d10v_ts3_register_sim_regno): Ditto.
6375
6376 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6377
6378 * thread.c: Reindented.
6379 * lin-lwp.c: Ditto.
6380 * linux-proc.c: Ditto.
6381
6382 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6383
6384 * MAINTAINERS (write after approval): Add myself.
6385
6386 2003-03-27 Theodore A. Roth <troth@openavr.org>
6387
6388 * objc-exp.y: Add missing semi-colons.
6389
6390 2003-03-27 Andrew Cagney <cagney@redhat.com>
6391
6392 * regcache.c (write_sp): Delete function and references.
6393 * inferior.h (write_sp): Delete declaration.
6394 * valops.c (hand_function_call): Replace write_sp with
6395 TARGET_WRITE_SP.
6396 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6397 (sparc_pop_frame): Ditto.
6398
6399 2003-03-27 Andrew Cagney <cagney@redhat.com>
6400
6401 * NEWS: Mention removal of support for hppa*-*-bsd* and
6402 hppa*-*-osf* natives, and hppa*-*-pro* target.
6403 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6404 * config/pa/xm-pa.h: Obsolete file.
6405 * config/pa/xm-hppab.h: Obsolete file.
6406 * config/pa/nm-hppab.h: Obsolete file.
6407 * config/pa/tm-hppab.h: Obsolete file.
6408 * config/pa/tm-hppao.h: Obsolete file.
6409 * config/pa/nm-hppao.h: Obsolete file.
6410 * config/pa/tm-pro.h: Obsolete file.
6411 * config/pa/hppaosf.mt: Obsolete file.
6412 * config/pa/hppaosf.mh: Obsolete file.
6413 * config/pa/hppapro.mt: Obsolete file.
6414 * config/pa/hppabsd.mt: Obsolete file.
6415 * config/pa/hppabsd.mh: Obsolete file.
6416 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6417 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6418 hppa*-*-osf*.
6419
6420 2003-03-27 Andrew Cagney <cagney@redhat.com>
6421
6422 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6423 push_arguments. Don't set push_return_address or write_sp.
6424 (d10v_push_dummy_call): Replace d10v_push_arguments.
6425 (d10v_push_return_address, d10v_write_sp): Delete function,
6426 handled by push_dummy_call.
6427
6428 2003-03-26 Andrew Cagney <cagney@redhat.com>
6429
6430 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6431 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6432 regcache and dummy_addr parameters.
6433 * gdbarch.h, gdbarch.c: Re-generate.
6434 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6435 available; assume it will handle stack alignment and return
6436 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6437 legacy_push_arguments.
6438 (legacy_push_arguments): Rename default_push_arguments.
6439 * value.h (legacy_push_arguments): Rename default_push_arguments.
6440 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6441 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6442 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6443 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6444 * config/i386/tm-symmetry.h: Update.
6445 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6446 * x86-64-tdep.c (x86_64_init_abi): Update.
6447 * v850-tdep.c (v850_gdbarch_init): Update.
6448 * sparc-tdep.c (sparc_gdbarch_init): Update.
6449 * sh-tdep.c (sh_gdbarch_init): Update.
6450 * s390-tdep.c (s390_gdbarch_init): Update.
6451 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6452 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6453 * mips-tdep.c (mips_gdbarch_init): Update.
6454 * mcore-tdep.c (mcore_gdbarch_init): Update.
6455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6456 * ia64-tdep.c (ia64_gdbarch_init): Update.
6457 * i386-tdep.c (i386_gdbarch_init): Update.
6458 * hppa-tdep.c (hppa_gdbarch_init): Update.
6459 * h8300-tdep.c (h8300_gdbarch_init): Update.
6460 * frv-tdep.c (frv_gdbarch_init): Update.
6461 * d10v-tdep.c (d10v_gdbarch_init): Update.
6462 * cris-tdep.c (cris_gdbarch_init): Update.
6463 * avr-tdep.c (avr_gdbarch_init): Update.
6464 * arm-tdep.c (arm_gdbarch_init): Update.
6465 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6466 * alpha-tdep.c (alpha_gdbarch_init): Update.
6467
6468 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6469
6470 * signals/signals.c (do_target_signal_to_host): Correct realtime
6471 signal range test.
6472
6473 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6474
6475 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6476 (struct sal_chain, map_catch_names): Remove.
6477 (catch_exception_command_1): Don't call
6478 handle_gnu_4_16_catch_command.
6479
6480 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6481
6482 From Mark Dettinger <dettinge@de.ibm.com>:
6483 * dwarf2cfi.c (read_2u): Increment pointer by two.
6484
6485 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6486
6487 * signals/signals.c: Fix typos in last change.
6488
6489 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6490
6491 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6492 not already defined. Use __SIGRTMIN if available.
6493 (target_signal_from_host): Remove SIGRTMIN block.
6494 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6495 the signal is within the realtime range.
6496
6497 2003-03-25 Adam Fedor <fedor@gnu.org>
6498
6499 * Makefile.in (infrun.o): Add $(language_h)
6500 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6501 for language specific trampolines.
6502 * language.h (struct language_defn): Add skip_trampoline.
6503 (skip_language_trampoline): Declare.
6504 * language.c (unk_lang_trampoline, skip_language_trampoline):
6505 New functions.
6506 (unknown_language_defn, auto_language_defn, local_language_defn):
6507 Add ukn_lang_trampoline.
6508 * ada-lang.c (ada_language_defn): Add NULL for language
6509 specific skip_trampoline.
6510 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6511 scm-lang.c: Likewise.
6512 * objc-lang.c (objc_skip_trampoline): New function.
6513 (objc_language_defn): Add objc_skip_trampoline.
6514
6515 2003-03-25 Andrew Cagney <cagney@redhat.com>
6516
6517 * frame.c (get_prev_frame): Delay validating a frame's ID -
6518 non-NULL, didn't go backwards - until an attempt to unwind it to
6519 the previous frame.
6520
6521 2003-03-25 Andrew Cagney <cagney@redhat.com>
6522
6523 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6524 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6525 * gdbarch.h, gdbarch.c: Re-generate.
6526 * config/sparc/tm-sparc.h
6527 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6528 * sparc-tdep.c (sparc_gdbarch_init): Set
6529 deprecated_extra_stack_alignment_needed.
6530 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6531 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6532 extra_stack_alignment_needed.
6533 * v850-tdep.c (v850_gdbarch_init): Ditto.
6534 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6535 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6536 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6537 * cris-tdep.c (cris_gdbarch_init): Ditto.
6538 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6540
6541 2003-03-25 Andrew Cagney <cagney@redhat.com>
6542
6543 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6544 STORE_STRUCT_RETURN.
6545 * gdbarch.h, gdbarch.c: Regenerate.
6546 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6547 (d10v_push_arguments): Set the struct return register.
6548 (d10v_gdbarch_init): Update.
6549 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6550 * x86-64-tdep.c (x86_64_init_abi): Update.
6551 * vax-tdep.c (vax_gdbarch_init): Update.
6552 * v850-tdep.c (v850_gdbarch_init): Update.
6553 * sparc-tdep.c (sparc_gdbarch_init): Update.
6554 * sh-tdep.c (sh_gdbarch_init): Update.
6555 * s390-tdep.c (s390_gdbarch_init): Update.
6556 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6557 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6559 * mips-tdep.c (mips_gdbarch_init): Update.
6560 * mcore-tdep.c (mcore_gdbarch_init): Update.
6561 * m68k-tdep.c (m68k_gdbarch_init): Update.
6562 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6563 * ia64-tdep.c (ia64_gdbarch_init): Update.
6564 * i386-tdep.c (i386_gdbarch_init): Update.
6565 * hppa-tdep.c (hppa_gdbarch_init): Update.
6566 * h8300-tdep.c (h8300_gdbarch_init): Update.
6567 * frv-tdep.c (frv_gdbarch_init): Update.
6568 * cris-tdep.c (cris_gdbarch_init): Update.
6569 * avr-tdep.c (avr_gdbarch_init): Update.
6570 * arm-tdep.c (arm_gdbarch_init): Update.
6571 * alpha-tdep.c (alpha_gdbarch_init): Update.
6572
6573 2003-03-25 Andrew Cagney <cagney@redhat.com>
6574
6575 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6576 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6577 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6578 * gdbarch.h, gdbarch.c: Regenerate.
6579 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6580 call_dummy_stack_adjust_p.
6581 * vax-tdep.c (vax_gdbarch_init): Ditto.
6582 * v850-tdep.c (v850_gdbarch_init): Ditto.
6583 * sh-tdep.c (sh_gdbarch_init): Ditto.
6584 * s390-tdep.c (s390_gdbarch_init): Ditto.
6585 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6586 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6587 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6588 * mips-tdep.c (mips_gdbarch_init): Ditto.
6589 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6590 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6591 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6592 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6593 * i386-tdep.c (i386_gdbarch_init): Ditto.
6594 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6595 * frv-tdep.c (frv_gdbarch_init): Ditto.
6596 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6597 * cris-tdep.c (cris_gdbarch_init): Ditto.
6598 * avr-tdep.c (avr_gdbarch_init): Ditto.
6599 * arm-tdep.c (arm_gdbarch_init): Ditto.
6600 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6601 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6602 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6603 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6604 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6605 call_dummy_stack_adjust_p.
6606 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6607 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6608 * sparc-tdep.c (sparc32_push_arguments): Update.
6609 * valops.c (hand_function_call): Update.
6610
6611 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
6612
6613 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6614 set_gdbarch_char_signed.
6615
6616 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6617
6618 PR cli/548
6619 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6620
6621 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6622
6623 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6624 (_initialize_arm_tdep): Don't set tm_print_insn.
6625
6626 2003-03-24 Adam Fedor <fedor@gnu.org>
6627
6628 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6629 * objc-lang.h: Add multiple inclusion protection.
6630 (start_msglist, add_msglist, end_msglist): Additional declarations.
6631
6632 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
6633
6634 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6635 value was renamed to ARM_FLOAT_SOFT_FPA.
6636
6637 2003-03-23 Andrew Cagney <cagney@redhat.com>
6638
6639 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6640 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6641 * gdbarch.h, gdbarch.c: Regenerate.
6642 * valops.c (hand_function_call): Update.
6643 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6644 * frame.c (legacy_saved_regs_this_id): Update.
6645 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6646 * dummy-frame.h: Update.
6647 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6648 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6649 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6650 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6651 * config/m68k/tm-sun3.h: Update.
6652 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6653 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6654 * x86-64-tdep.c (x86_64_init_abi): Update.
6655 * vax-tdep.c (vax_gdbarch_init): Update.
6656 * v850-tdep.c (v850_gdbarch_init): Update.
6657 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6658 * sh-tdep.c (sh_gdbarch_init): Update.
6659 * s390-tdep.c (s390_gdbarch_init): Update.
6660 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6661 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6662 (frame_get_saved_regs): Update.
6663 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6664 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6665 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6666 * mips-tdep.c (mips_gdbarch_init): Update.
6667 * mcore-tdep.c (mcore_gdbarch_init): Update.
6668 * m68k-tdep.c (m68k_gdbarch_init): Update.
6669 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6670 * ia64-tdep.c (ia64_gdbarch_init): Update.
6671 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6672 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6673 (i386_interix_back_one_frame): Update.
6674 * hppa-tdep.c (hppa_gdbarch_init): Update.
6675 (hppa_init_extra_frame_info): Update.
6676 * h8300-tdep.c (h8300_gdbarch_init): Update.
6677 * frv-tdep.c (frv_gdbarch_init): Update.
6678 * cris-tdep.c (cris_gdbarch_init): Update.
6679 * avr-tdep.c (avr_gdbarch_init): Update.
6680 * arm-tdep.c (arm_gdbarch_init): Update.
6681 * alpha-tdep.c (alpha_gdbarch_init): Update.
6682
6683 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6684
6685 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6686 (arm_get_fp_model): Declare.
6687 * arm-tdep.c (fp_model_strings): New string array.
6688 (arm_fp_model, current_fp_model): New variables.
6689 (arm_get_fp_model): New function.
6690 (arm_set_fp): New function.
6691 (set_fp_model_sfunc): New function.
6692 (show_fp_model): New function.
6693 (_initialize_arm_tdep): Add new command to set/show the FPU.
6694 (arm_extract_return_value): Use arm_get_fp_model.
6695 (arm_store_return_value): Likewise.
6696 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6697 to initialize the floating-point data types.
6698 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6699 model is FPA.
6700
6701 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6702
6703 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6704 the current setting of each value.
6705 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
6706 new_set and new_show. Use add_setshow_cmd_full and
6707 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6708 commands and add new version as subcommands of "set/show arm".
6709
6710 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6711
6712 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6713 (set_arm_command, show_arm_command): New functions.
6714 (_initialize_arm_tdep): Add them.
6715 (num_disassembly_options): Renamed from num_flavor_options.
6716 (valid_disassembly_styles): Renamed from valid_flavors.
6717 (disassembly_style): Renamed from disassembly_flavor.
6718 (set_disassembly_style_sfunc): Renamed from
6719 set_disassembly_flavor_sfunc.
6720 (set_disassembly_style): Renamed from set_disassembly_flavor.
6721 (arm_othernames): Updated.
6722 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6723 command. Add "set/show arm disassembly" commands. Deprecate
6724 "othernames" command.
6725
6726 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6727
6728 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6729 (arm-tdep.o): Depend on elf_arm_h.
6730
6731 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6732
6733 * Makefile.in (coff_internal_h): Define.
6734 (arm-tdep.o): Update dependencies.
6735
6736 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6737
6738 * arm-tdep.c (prologue_cache): Delete.
6739 (check_prologue_cache, save_prologue_cache): Delete.
6740 (arm_scan_prologue): Don't check or update the prologue_cache.
6741 (arm_gdb_arch_init): Don't initialize it.
6742 (_initialize_arm_tdep): Likewise.
6743
6744 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6745
6746 * MAINTAINERS (tui): Maintainer of tui code.
6747
6748 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
6749
6750 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6751 (i386-cygwin-tdep.o): Add dependencies.
6752 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6753 * i386-cygwin-tdep.c: New file.
6754 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6755 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6756
6757 2003-03-20 Andrew Cagney <cagney@redhat.com>
6758
6759 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6760 (handle_inferior_event): Remove code calling
6761 DYNAMIC_TRAMPOLINE_NEXTPC.
6762
6763 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
6764 already has a full path.
6765
6766 * main.c (gdb_main): Return 1.
6767 (captured_main): Call error to report an invalid interpreter.
6768
6769 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6770 * alpha-osf1-tdep.c: Include "gdb_string.h".
6771
6772 2003-03-19 J. Brobecker <brobecker@gnat.com>
6773
6774 Continuing work to convert the hppa targets to multiarch partial.
6775
6776 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
6777 method, now that hppa_push_dummy_frame has a conformant prototype.
6778 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
6779 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
6780 for the switch to multiarch partial.
6781
6782 2003-03-19 Kevin Buettner <kevinb@redhat.com>
6783
6784 * mdebugread.c (parse_symbol): For stEnd, we're done counting
6785 when iss is issNull.
6786
6787 2003-03-18 Kevin Buettner <kevinb@redhat.com>
6788
6789 * mips-tdep.c (mips_register_name): Fix fencepost error involving
6790 NUM_REGS bounds check.
6791
6792 2003-03-18 Kevin Buettner <kevinb@redhat.com>
6793
6794 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
6795 * mips-tdep.c (gdb_assert.h): Include.
6796 (mips_generic_reg_names, mips_processor_reg_names): Make static.
6797 (mips_register_name): Handle integer registers explicitly. Add
6798 bounds checking.
6799 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
6800 (mips_lsi33k_reg_names): Don't list integer registers; they're
6801 handled by mips_register_name() now.
6802 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
6803 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
6804 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
6805 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
6806 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
6807
6808 2003-03-18 Andrew Cagney <cagney@redhat.com>
6809
6810 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
6811 a void pointer.
6812 * gdbtypes.h (print_scalar_formatted): Update declaration.
6813 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
6814
6815 2003-03-18 J. Brobecker <brobecker@gnat.com>
6816
6817 * infrun.c (observer.h): Add #include.
6818 (normal_stop): Add call to observer_notify_normal_stop.
6819 * Makefile.in (infrun.o): Add dependency on observer.h.
6820
6821 2003-03-18 J. Brobecker <brobecker@gnat.com>
6822
6823 Continuing work to convert the hppa targets to multiarch partial.
6824 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
6825 parameter. Reformat comment.
6826 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
6827 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
6828 to match new profile.
6829
6830 2003-03-18 J. Brobecker <brobecker@gnat.com>
6831
6832 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
6833 appear to be working in any case.
6834
6835 2003-03-18 J. Brobecker <brobecker@gnat.com>
6836
6837 * observer.c (observer_test_first_observer): New static variable.
6838 (observer_test_second_observer): Likewise.
6839 (observer_test_third_observer): Likewise.
6840 (observer_test_first_notification_function): New static function.
6841 (observer_test_second_notification_function): Likewise.
6842 (observer_test_third_notification_function): Likewise.
6843
6844 2003-03-17 J. Brobecker <brobecker@gnat.com>
6845
6846 * hppa-tdep.c (gdb_assert.h): Add missing #include.
6847 * somsolib.c (gdb_assert.h): Likewise.
6848 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
6849 (somsolib.o): Likewise.
6850
6851 2003-03-17 Andrew Cagney <cagney@redhat.com>
6852
6853 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
6854 BFD. Simplify setting of di.endian.
6855
6856 2003-03-17 Andrew Cagney <cagney@redhat.com>
6857
6858 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
6859 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
6860
6861 From Elena Zannoni <ezannoni@redhat.com>
6862 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
6863 vector and floating-point parameters.
6864 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
6865 convention.
6866 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
6867
6868 2003-03-17 Fernando Nasser <fnasser@redhat.com>
6869
6870 * MAINTAINERS: Remove my name from several maintainership roles.
6871
6872 2003-03-17 Andrew Cagney <cagney@redhat.com>
6873
6874 Fix frame off-by-one bug.
6875 * frame-unwind.h (frame_this_id_ftype): Replace
6876 frame_unwind_id_ftype.
6877 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
6878 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
6879 with "prev_register".
6880 * frame-unwind.c (frame_unwind_find_by_pc): Return
6881 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
6882 comment.
6883 * dummy-frame.c (cached_find_dummy_frame): Delete function.
6884 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
6885 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
6886 (dummy_frame_unwind): Update.
6887 * sentinel-frame.c (sentinel_frame_prev_register): Replace
6888 sentinel_frame_register_unwind.
6889 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
6890 (sentinel_frame_unwinder): Update.
6891 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6892 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
6893 * frame.c (create_sentinel_frame): Update. Initialize
6894 "prologue_cache" instead of "unwind_cache".
6895 (frame_register_unwind): Call this frame's prev_register with the
6896 next frame and this frame's prologue cache.
6897 (get_prev_frame): Simplify. Always call prev frame's this_id with
6898 this frame and prev frame's prologue cache. Document that this
6899 call is shifted one to the left when compared to the
6900 frame_register_unwind call.
6901 (legacy_saved_regs_prev_register): Replace
6902 frame_saved_regs_register_unwind.
6903 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
6904 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
6905 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6906 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
6907 (d10v_frame_unwind): Update.
6908 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
6909 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
6910 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
6911 "saved_regs" with "this_saved_regs".
6912
6913 2003-03-16 Andrew Cagney <cagney@redhat.com>
6914
6915 * frame.c (frame_pop): Don't call target_store_registers. Fix
6916 problem reported by Mark Kettenis.
6917
6918 2003-03-16 Mark Kettenis <kettenis@gnu.org>
6919
6920 * i386-tdep.c (i386_register_type): Renamed from
6921 i386_register_virtual_type. Adjust function signature.
6922 (i386_gdbarch_init): Set register_type instead of
6923 deprecated_max_register_raw_size,
6924 deprecated_max_register_virtual_size and register_virtual_type.
6925
6926 2003-03-14 Andrew Cagney <cagney@redhat.com>
6927
6928 * frame.c (get_prev_frame): When a legacy frame, always call
6929 legacy_get_prev_frame. Simplify unwind code using assumption that
6930 the unwinder is new.
6931 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
6932 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
6933 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
6934
6935 2003-03-14 Andrew Cagney <cagney@redhat.com>
6936
6937 * frame.c (get_saved_register): Delete function.
6938 * frame.h (get_saved_register): Delete declaration.
6939 * xstormy16-tdep.c: Update comment.
6940 * regcache.h: Update comments.
6941 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
6942 get_saved_register and extract_address, use
6943 frame_read_unsigned_register.
6944 (sparc_frame_saved_pc): Ditto.
6945 (sparc_get_saved_register): Instead of get_saved_register, use
6946 frame_register.
6947 (sparc_pop_frame): Ditto.
6948 * findvar.c: Update comments.
6949 (value_of_register): Call frame_register instead of
6950 get_saved_register.
6951 (value_from_register): Ditto.
6952 * config/sparc/tm-sparc.h: Update comment.
6953 * breakpoint.c: Update comment.
6954
6955 2003-03-14 Andrew Cagney <cagney@redhat.com>
6956
6957 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
6958 GET_SAVED_REGISTER.
6959 * gdbarch.h, gdbarch.c: Re-generate.
6960 * frame.h: Update comments.
6961 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6962 * x86-64-tdep.c (x86_64_init_abi): Update.
6963 * sparc-tdep.c (sparc_gdbarch_init): Update.
6964 * sh-tdep.c (sh_gdbarch_init): Update.
6965 * mips-tdep.c (mips_gdbarch_init): Update.
6966 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6967 * cris-tdep.c (cris_gdbarch_init): Update.
6968 * ia64-tdep.c (ia64_gdbarch_init): Update.
6969 * frame.c (frame_register): Update.
6970 (get_saved_register): Update.
6971 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
6972
6973 2003-03-13 Andrew Cagney <cagney@redhat.com>
6974
6975 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
6976 * gdbarch.h, gdbarch.c: Regenerate.
6977 * valops.c (hand_function_call): Update comment.
6978 * stack.c (return_command): Update comment.
6979 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
6980 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
6981 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6982 * x86-64-tdep.c (x86_64_init_abi): Update.
6983 * vax-tdep.c (vax_gdbarch_init): Update.
6984 * v850-tdep.c (v850_gdbarch_init): Update.
6985 * sparc-tdep.c (sparc_gdbarch_init): Update.
6986 * sh-tdep.c (sh_gdbarch_init): Update.
6987 * s390-tdep.c (s390_gdbarch_init): Update.
6988 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6989 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6990 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6991 * mips-tdep.c (mips_gdbarch_init): Update.
6992 * mcore-tdep.c (mcore_gdbarch_init): Update.
6993 * m68k-tdep.c (m68k_gdbarch_init): Update.
6994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6995 * ia64-tdep.c (ia64_gdbarch_init): Update.
6996 * i386-tdep.c (i386_gdbarch_init): Update.
6997 * hppa-tdep.c (hppa_gdbarch_init): Update.
6998 * h8300-tdep.c (h8300_gdbarch_init): Update.
6999 * frv-tdep.c (frv_gdbarch_init): Update.
7000 * cris-tdep.c (cris_gdbarch_init): Update.
7001 * avr-tdep.c (avr_gdbarch_init): Update.
7002 * arm-tdep.c (arm_gdbarch_init): Update.
7003 * alpha-tdep.c (alpha_gdbarch_init): Update.
7004
7005 2003-03-13 Andrew Cagney <cagney@redhat.com>
7006
7007 * frame.c (legacy_frame_p): New function.
7008 (get_prev_frame): Use legacy_frame_p.
7009 * frame.h (legacy_frame_p): Declare.
7010
7011 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7012
7013 * MAINTAINERS (write after approval): Alphabetically
7014 listing corrected.
7015
7016 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7017
7018 * MAINTAINERS (write after approval): Add myself.
7019
7020 2003-03-12 Andrew Cagney <cagney@redhat.com>
7021
7022 * frame.c (get_prev_frame): Rename the frame parameter to
7023 "this_frame".
7024 (get_next_frame, legacy_get_prev_frame): Ditto.
7025
7026 2003-03-12 Andrew Cagney <cagney@redhat.com>
7027
7028 * frame.c (get_current_frame): Check target_has_registers before
7029 checking target_has_stack.
7030 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7031 instead of deprecated_selected_frame.
7032 * findvar.c (value_of_register): Pass "frame", not
7033 deprecated_selected_frame, to value_of_builtin_reg.
7034
7035 2003-03-12 Andrew Cagney <cagney@redhat.com>
7036
7037 * regcache.c (regcache_cooked_write_signed): New function.
7038 (regcache_cooked_write_unsigned): New function.
7039 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7040 (regcache_cooked_read_signed): Fix regnum in range assertion.
7041 * regcache.h (regcache_cooked_write_signed): Declare.
7042 (regcache_cooked_write_unsigned): Declare.
7043
7044 2003-03-12 Andrew Cagney <cagney@redhat.com>
7045
7046 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7047 * gdbarch.h, gdbarch.c: Re-generate.
7048 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7049 * x86-64-tdep.h: Update.
7050 * x86-64-tdep.c (x86_64_init_abi): Update.
7051 * v850-tdep.c (v850_gdbarch_init): Update.
7052 * sparc-tdep.c (sparc_gdbarch_init): Update.
7053 * sh-tdep.c (sh_gdbarch_init): Update.
7054 * s390-tdep.c (s390_gdbarch_init): Update.
7055 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7056 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7057 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7058 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7059 * mips-tdep.c (mips_gdbarch_init): Update.
7060 * mcore-tdep.c (mcore_gdbarch_init): Update.
7061 * m68k-tdep.c (m68k_gdbarch_init): Update.
7062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7063 * ia64-tdep.c (ia64_gdbarch_init): Update.
7064 * i386-tdep.c (i386_gdbarch_init): Update.
7065 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7066 * hppa-tdep.c (hppa_gdbarch_init): Update.
7067 * h8300-tdep.c (h8300_gdbarch_init): Update.
7068 * frv-tdep.c (frv_gdbarch_init): Update.
7069 * cris-tdep.c (cris_gdbarch_init): Update.
7070 * avr-tdep.c (avr_gdbarch_init): Update.
7071 * arm-tdep.c (arm_gdbarch_init): Update.
7072 * alpha-tdep.c (alpha_gdbarch_init): Update.
7073 * sh-tdep.c (sh_init_extra_frame_info): Update.
7074 (sh64_init_extra_frame_info): Update.
7075 * ns32knbsd-nat.c (frame_num_args): Update.
7076 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7077 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7078 (xstormy16_frame_chain_valid): Update.
7079 * vax-tdep.c (vax_saved_pc_after_call): Update.
7080 * v850-tdep.c (v850_frame_chain): Update.
7081 (v850_pop_frame): Update.
7082 (v850_init_extra_frame_info): Update.
7083 * sparc-tdep.c (setup_arbitrary_frame): Update.
7084 * ns32k-tdep.c (umax_frame_num_args): Update.
7085 * s390-tdep.c (s390_pop_frame_regular): Update.
7086 * mn10300-tdep.c (mn10300_frame_chain): Update.
7087 (mn10300_pop_frame_regular): Update.
7088 (mn10300_init_extra_frame_info): Update.
7089 * mips-tdep.c (mips_init_frame_pc_first): Update.
7090 (mips_frame_chain): Update.
7091 (mips_pop_frame): Update.
7092 * mcore-tdep.c (mcore_frame_chain): Update.
7093 (mcore_pop_frame): Update.
7094 (mcore_init_extra_frame_info): Update.
7095 * arch-utils.c (init_frame_pc_default): Update.
7096 * m68k-tdep.c (isi_frame_num_args): Update.
7097 (delta68_frame_num_args): Update.
7098 (news_frame_num_args): Update.
7099 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7100 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7101 (alpha_frame_chain): Update.
7102 (alpha_pop_frame): Update.
7103 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7104 (hppa_init_extra_frame_info): Update.
7105 (hppa_frame_chain): Update.
7106 (hppa_frame_chain_valid): Update.
7107 * cris-tdep.c (cris_init_extra_frame_info): Update.
7108 * avr-tdep.c (avr_init_extra_frame_info): Update.
7109 * arm-tdep.c (arm_frame_chain_valid): Update.
7110 (arm_init_extra_frame_info): Update.
7111 (arm_pop_frame): Update.
7112 * frame.c (frame_pc_unwind): Update.
7113 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7114 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7115 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7116 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7117 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7118 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7119
7120 2003-03-12 Andrew Cagney <cagney@redhat.com>
7121
7122 Eliminate the need for POP_FRAME.
7123 * frame.c (do_frame_unwind_register): New function.
7124 (frame_pop): When no POP_FRAME, pop the frame using register
7125 unwind and a scratch regcache.
7126 (frame_saved_regs_pop): Delete function.
7127 (trad_frame_unwinder): Update.
7128 * d10v-tdep.c (d10v_frame_pop): Delete function.
7129 (d10v_frame_unwind): Update.
7130 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7131 (sentinel_frame_unwinder): Update.
7132 * dummy-frame.c (dummy_frame_pop): Delete function.
7133 (dummy_frame_unwind): Update.
7134 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7135 (struct frame_unwind): Update.
7136
7137 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7138
7139 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7140 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7141 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7142 Do range checks on register number obtained from debugging info.
7143 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7144 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7145 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7146 mapping function.
7147 (do_fp_register_row): Fix typo which caused double type to be
7148 used when attempting to unpack a float.
7149
7150 2003-03-11 J. Brobecker <brobecker@gnat.com>
7151
7152 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7153
7154 2003-03-11 Andrew Cagney <cagney@redhat.com>
7155
7156 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7157 frame. Problem found by Corinna Vinschen.
7158
7159 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7160
7161 * doublest.c (floatformat_from_length): Accept also
7162 the real size of 'long double' type.
7163
7164 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7165
7166 From Klee Dienes <kdienes@apple.com>:
7167 * breakpoint.c (bpstat_copy): Copy the command lines as well
7168 as the old value, to match what is freed in bpstat_clear.
7169
7170 2003-03-10 David Carlton <carlton@math.stanford.edu>
7171
7172 * minsyms.c (add_minsym_to_hash_table): Replace
7173 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7174 (compare_minimal_symbols, compact_minimal_symbols)
7175 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7176 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7177 of DEPRECATED_SYMBOL_MATCHES_NAME.
7178 (lookup_minimal_symbol_solib_trampoline): Ditto.
7179
7180 2003-03-10 Andrew Cagney <cagney@redhat.com>
7181
7182 * regcache.h (regcache_cooked_read_ftype): Define.
7183 (regcache_save, regcache_restore): Add a cooked_read parameter.
7184 * regcache.c (regcache_save, regcache_restore): Update.
7185 (do_cooked_read): New function.
7186 (regcache_cpy): Pass do_cooked_read to regcache_save and
7187 regcache_restore.
7188
7189 2003-03-10 Andrew Cagney <cagney@redhat.com>
7190
7191 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7192 * gdbarch.h, gdbarch.c: Re-generate.
7193 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7194 * x86-64-tdep.h: Update.
7195 * x86-64-tdep.c (x86_64_init_abi): Update.
7196 * v850-tdep.c (v850_gdbarch_init): Update.
7197 * sparc-tdep.c (sparc_gdbarch_init): Update.
7198 * sh-tdep.c (sh_gdbarch_init): Update.
7199 * s390-tdep.c (s390_gdbarch_init): Update.
7200 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7201 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7202 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7203 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7204 * mips-tdep.c (mips_gdbarch_init): Update.
7205 * mcore-tdep.c (mcore_gdbarch_init): Update.
7206 * m68k-tdep.c (m68k_gdbarch_init): Update.
7207 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7208 * ia64-tdep.c (ia64_gdbarch_init): Update.
7209 * i386-tdep.c (i386_gdbarch_init): Update.
7210 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7211 * hppa-tdep.c (hppa_gdbarch_init): Update.
7212 * h8300-tdep.c (h8300_gdbarch_init): Update.
7213 * frv-tdep.c (frv_gdbarch_init): Update.
7214 * cris-tdep.c (cris_gdbarch_init): Update.
7215 * avr-tdep.c (avr_gdbarch_init): Update.
7216 * arm-tdep.c (arm_gdbarch_init): Update.
7217 * alpha-tdep.c (alpha_gdbarch_init): Update.
7218 * sh-tdep.c (sh_init_extra_frame_info): Update.
7219 (sh64_init_extra_frame_info): Update.
7220 * ns32knbsd-nat.c (frame_num_args): Update.
7221 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7222 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7223 (xstormy16_frame_chain_valid): Update.
7224 * vax-tdep.c (vax_saved_pc_after_call): Update.
7225 * v850-tdep.c (v850_frame_chain): Update.
7226 (v850_pop_frame): Update.
7227 (v850_init_extra_frame_info): Update.
7228 * sparc-tdep.c (setup_arbitrary_frame): Update.
7229 * ns32k-tdep.c (umax_frame_num_args): Update.
7230 * s390-tdep.c (s390_pop_frame_regular): Update.
7231 * mn10300-tdep.c (mn10300_frame_chain): Update.
7232 (mn10300_pop_frame_regular): Update.
7233 (mn10300_init_extra_frame_info): Update.
7234 * mips-tdep.c (mips_init_frame_pc_first): Update.
7235 (mips_frame_chain): Update.
7236 (mips_pop_frame): Update.
7237 * mcore-tdep.c (mcore_frame_chain): Update.
7238 (mcore_pop_frame): Update.
7239 (mcore_init_extra_frame_info): Update.
7240 * arch-utils.c (init_frame_pc_default): Update.
7241 * m68k-tdep.c (isi_frame_num_args): Update.
7242 (delta68_frame_num_args): Update.
7243 (news_frame_num_args): Update.
7244 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7245 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7246 (alpha_frame_chain): Update.
7247 (alpha_pop_frame): Update.
7248 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7249 (hppa_init_extra_frame_info): Update.
7250 (hppa_frame_chain): Update.
7251 (hppa_frame_chain_valid): Update.
7252 * cris-tdep.c (cris_init_extra_frame_info): Update.
7253 * avr-tdep.c (avr_init_extra_frame_info): Update.
7254 * arm-tdep.c (arm_frame_chain_valid): Update.
7255 (arm_init_extra_frame_info): Update.
7256 (arm_pop_frame): Update.
7257 * frame.c (frame_pc_unwind): Update.
7258 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7259 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7260 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7261 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7262 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7263 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7264
7265 2003-03-10 Andrew Cagney <cagney@redhat.com>
7266
7267 * gdbarch.sh (gdbarch_unwind_pc): New method.
7268 * gdbarch.h, gdbarch.c: Regenerate.
7269 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7270 but use read_pc and FRAME_SAVED_PC as fall backs.
7271 (frame_saved_regs_pc_unwind): Delete function.
7272 (trad_frame_unwinder): Update.
7273 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7274 (struct frame_unwind): Update.
7275 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7276 (dummy_frame_unwind): Update.
7277 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7278 (sentinel_frame_unwinder): Update.
7279 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7280 (d10v_frame_unwind): Update.
7281 (d10v_unwind_pc): New function.
7282 (d10v_gdbarch_init): Set unwind_pc.
7283
7284 2003-03-10 Andrew Cagney <cagney@redhat.com>
7285
7286 * gdbarch.h: Re-generate.
7287
7288 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7289 PC.
7290 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7291 the PC register.
7292
7293 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7294
7295 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7296
7297 2003-03-08 Andrew Cagney <cagney@redhat.com>
7298
7299 * cli-out.c: Update copyright.
7300 (cli_out_data): Define typedef. Use instead of ui_out_data.
7301
7302 2003-03-08 Andrew Cagney <cagney@redhat.com>
7303
7304 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7305 the result.
7306
7307 2003-03-07 Andrew Cagney <cagney@redhat.com>
7308
7309 * gdbarch.sh: Don't generate two macro definitions when an
7310 undefined macro taking no arguments.
7311 * gdbarch.h: Regenerate.
7312
7313 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7314
7315 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7316 (x86_64_unwind_dummy_id): New functions.
7317 (x86_64_init_abi): Register these two new functions.
7318
7319 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7320
7321 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7322 (x86_64_skip_prologue): Move prologue detection to
7323 separate function.
7324 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7325
7326 2003-03-05 Andrew Cagney <cagney@redhat.com>
7327
7328 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7329 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7330 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7331 to use unwind_dummy_id when a dummy frame.
7332 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7333 predicate.
7334 * gdbarch.h, gdbarch.c: Regneerate.
7335
7336 2003-03-05 Andrew Cagney <cagney@redhat.com>
7337
7338 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7339 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7340 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7341 values.
7342
7343 2003-03-05 Andrew Cagney <cagney@redhat.com>
7344
7345 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7346 (struct d10v_unwind_cache): Delete field "frameless". Replace
7347 "next_addr" with "sp_offset". Add "r11_offset".
7348 (d10v_frame_unwind_cache): Update.
7349 (prologue_find_regs): Update. When "mv r11, sp", save the
7350 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7351 RN was saved in r11_offset.
7352
7353 2003-03-05 Andrew Cagney <cagney@redhat.com>
7354
7355 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7356 cached PC value in the next frame.
7357
7358 2003-03-05 Andrew Cagney <cagney@redhat.com>
7359
7360 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7361 "id_unwind_cache" with "id".
7362 (frame_id_unwind): Delete declaration.
7363 * frame.c (frame_id_unwind): Delete function.
7364 (get_prev_frame): Call the frame id unwind method directly. Store
7365 the returned next frame's ID value in NEXT_FRAME. Note that there
7366 is a problem with the wrong unwind ID being called with the wrong
7367 unwind cache.
7368
7369 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7372
7373 2003-03-05 James Ingham <jingham@apple.com>
7374 Daniel Jacobowitz <drow@mvista.com>
7375
7376 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7377 (auto_cp_abi): New variable.
7378 (current_cp_abi, num_cp_abis): Make static.
7379 (CP_ABI_MAX): Define.
7380 (cp_abis): Turn into an array.
7381 (value_virtual_fn_field): Fix formatting.
7382 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7383 takes a pointer.
7384 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7385 (list_cp_abis, _initialize_cp_abi): New functions.
7386 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7387 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7388 switch_to_cp_abi. Update prototype for register_cp_abi.
7389 * Makefile.in (cp-abi.o): Update dependencies.
7390 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7391 instead of switch_to_cp_abi.
7392 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7393 register_cp_abi.
7394 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7395 register_cp_abi.
7396 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7397
7398 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7399
7400 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7401 * dwarf2loc.c: Include "regcache.h".
7402 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7403 register_size.
7404 * Makefile.in (dwarf2loc.o): Update dependencies.
7405
7406 2003-03-04 Theodore A. Roth <troth@openavr.org>
7407
7408 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7409 number of io registers reported by remote target is not a multiple of
7410 step.
7411
7412 2003-03-04 David Carlton <carlton@math.stanford.edu>
7413
7414 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7415 (lookup_symbol_aux_psymtabs): Update call to
7416 lookup_partial_symbol.
7417 (lookup_transparent_type, find_main_psymtab)
7418 (make_symbol_overload_list): Ditto.
7419
7420 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7421
7422 * MAINTAINERS (Write after approval): Update my email address.
7423
7424 2003-03-03 Andrew Cagney <cagney@redhat.com>
7425
7426 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7427 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7428 predicate. Replace MAX_REGISTER_RAW_SIZE.
7429 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7430 MAX_REGISTER_VIRTUAL_SIZE.
7431 * regcache.c (legacy_max_register_raw_size): New function.
7432 (legacy_max_register_virtual_size): New function.
7433 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7434 (MAX_REGISTER_RAW_SIZE): Define.
7435 (legacy_max_register_raw_size): Declare.
7436 (legacy_max_register_virtual_size): Declare.
7437 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7438 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7439 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7440 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7441 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7442 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7443 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7444 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7445 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7446 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7447 * vax-tdep.c (vax_gdbarch_init): Update.
7448 * v850-tdep.c (v850_gdbarch_init): Update.
7449 * sparc-tdep.c (sparc_gdbarch_init): Update.
7450 * sh-tdep.c (sh_gdbarch_init): Update.
7451 * s390-tdep.c (s390_gdbarch_init): Update.
7452 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7453 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7454 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7455 * mips-tdep.c (mips_gdbarch_init): Update.
7456 * mcore-tdep.c (mcore_gdbarch_init): Update.
7457 * m68k-tdep.c (m68k_gdbarch_init): Update.
7458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7459 * ia64-tdep.c (ia64_gdbarch_init): Update.
7460 * i386-tdep.c (i386_gdbarch_init): Update.
7461 * hppa-tdep.c (hppa_gdbarch_init): Update.
7462 * h8300-tdep.c (h8300_gdbarch_init): Update.
7463 * frv-tdep.c (frv_gdbarch_init): Update.
7464 * cris-tdep.c (cris_gdbarch_init): Update.
7465 * avr-tdep.c (avr_gdbarch_init): Update.
7466 * arm-tdep.c (arm_gdbarch_init): Update.
7467 * alpha-tdep.c (alpha_gdbarch_init): Update.
7468 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7469 max_register_raw_size or max_register_virtual_size.
7470
7471 2003-03-03 David Carlton <carlton@math.stanford.edu>
7472
7473 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7474 SYMBOL_MATCHES_NAME, add comment.
7475 (SYMBOL_MATCHES_NATURAL_NAME): New.
7476 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7477 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7478 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7479 * symtab.c (lookup_partial_symbol): Use
7480 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7481 unhelpful comment.
7482 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7483 SYMBOL_MATCHES_NAME.
7484 Fix for PR c++/33.
7485
7486 2003-03-03 David Carlton <carlton@math.stanford.edu>
7487
7488 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7489 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7490 by regexp matching against SYMBOL_NATURAL_NAME.
7491
7492 2003-03-03 David Carlton <carlton@math.stanford.edu>
7493
7494 * linespec.c (find_method): Extract code into collect_methods.
7495 (collect_methods): New.
7496
7497 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7498
7499 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7500 get_frame_base.
7501
7502 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7503 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7504
7505 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7506
7507 * arch-utils.c (generic_register_byte): Fix to use the loop index
7508 and not regnum when summing the size of all registers up to regnum.
7509
7510 2003-03-01 Andrew Cagney <cagney@redhat.com>
7511
7512 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7513 FRAME_INIT_SAVED_REGS.
7514 * gdbarch.h, gdbarch.c: Regenerate.
7515 * stack.c (frame_info): Update.
7516 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7517 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7518 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7519 * ns32k-tdep.c (ns32k_pop_frame): Update.
7520 * mips-tdep.c (mips_pop_frame): Update.
7521 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7522 * ia64-tdep.c (ia64_frame_chain): Update.
7523 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7524 (ia64_frameless_function_invocation): Update.
7525 (ia64_init_extra_frame_info): Update.
7526 (ia64_pop_frame_regular): Update.
7527 * frame.h (struct frame_info): Update comment.
7528 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7529 * frame.c (frame_saved_regs_register_unwind): Update.
7530 (frame_saved_regs_register_unwind): Update.
7531 (deprecated_generic_get_saved_register): Update.
7532 * cris-tdep.c: Update comment.
7533 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7534 Rename macro.
7535 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7536 * x86-64-tdep.c (x86_64_init_abi): Update.
7537 * vax-tdep.c (vax_gdbarch_init): Update.
7538 * v850-tdep.c (v850_gdbarch_init): Update.
7539 * sparc-tdep.c (sparc_gdbarch_init): Update.
7540 * sh-tdep.c (sh_gdbarch_init): Update.
7541 * s390-tdep.c (s390_gdbarch_init): Update.
7542 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7543 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7544 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7545 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7546 * mips-tdep.c (mips_gdbarch_init): Update.
7547 * mcore-tdep.c (mcore_gdbarch_init): Update.
7548 * m68k-tdep.c (m68k_gdbarch_init): Update.
7549 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7550 * ia64-tdep.c (ia64_gdbarch_init): Update.
7551 * i386-tdep.c (i386_gdbarch_init): Update.
7552 * frv-tdep.c (frv_gdbarch_init): Update.
7553 * avr-tdep.c (avr_gdbarch_init): Update.
7554 * arm-tdep.c (arm_gdbarch_init): Update.
7555 * alpha-tdep.c (alpha_gdbarch_init): Update.
7556
7557 2003-03-01 Andrew Cagney <cagney@redhat.com>
7558
7559 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7560 option enum and switch. When no windows, set the interpreter to
7561 INTERP_CONSOLE.
7562
7563 2003-03-01 Andrew Cagney <cagney@redhat.com>
7564
7565 * main.c (captured_main): Replace magic option characters with an
7566 enum.
7567
7568 2003-03-01 Andrew Cagney <cagney@redhat.com>
7569
7570 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7571 INIT_EXTRA_FRAME_INFO.
7572 * gdbarch.h, gdbarch.c: Regenerate.
7573 * arm-tdep.c: Update comments.
7574 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7575 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7576 * frame.h, avr-tdep.c: Ditto.
7577 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7578 (create_new_frame, legacy_get_prev_frame): Ditto.
7579 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7580 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7581 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7582 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7583 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7584 * v850-tdep.c (v850_gdbarch_init): Ditto.
7585 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7586 * sh-tdep.c (sh_gdbarch_init): Ditto.
7587 * s390-tdep.c (s390_gdbarch_init): Ditto.
7588 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7589 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7590 * mips-tdep.c (mips_gdbarch_init): Ditto.
7591 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7593 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7594 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7595 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7596 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7597 * frv-tdep.c (frv_gdbarch_init): Ditto.
7598 * cris-tdep.c (cris_gdbarch_init): Ditto.
7599 * avr-tdep.c (avr_gdbarch_init): Ditto.
7600 * arm-tdep.c (arm_gdbarch_init): Ditto.
7601 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7602 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7603
7604 2003-03-01 Andrew Cagney <cagney@redhat.com>
7605
7606 * gdbarch.sh (register_type): New function with predicate.
7607 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7608 * gdbarch.h, gdbarch.c: Re-generate.
7609 * arch-utils.c (generic_register_byte): Use generic_register_size.
7610 (generic_register_size): When available, use
7611 gdbarch_register_type.
7612 * regcache.c (init_regcache_descr): When available, initialize the
7613 register type array using gdbarch_register_type. If the
7614 architecture supplies gdbarch_register_type, do not use the legacy
7615 regcache layout.
7616 * d10v-tdep.c (d10v_register_type): Replace
7617 d10v_register_virtual_type.
7618 (d10v_gdbarch_init): Set register_type instead of
7619 register_virtual_type.
7620
7621 2003-03-01 Andrew Cagney <cagney@redhat.com>
7622
7623 * Makefile.in (ax-gdb.o): Update dependencies.
7624 * ax-gdb.c: Include "regcache.h".
7625 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7626 * findvar.c (value_of_register): Ditto.
7627 * infcmd.c (default_print_registers_info): Ditto.
7628
7629 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7630
7631 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7632 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7633
7634 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7635
7636 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7637 of STREQ.
7638
7639 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
7640
7641 * Makefile.in (dwarf2loc.o): Update dependencies.
7642 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7643 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7644 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7645 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7646 (locexpr_tracepoint_var_ref): New function.
7647 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7648
7649 2003-02-28 Andrew Cagney <cagney@redhat.com>
7650
7651 * regcache.c (register_size): New function.
7652 * regcache.h (register_size): Declare
7653 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7654 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7655
7656 2003-02-28 David Carlton <carlton@math.stanford.edu>
7657
7658 * linespec.c (decode_compound): Extract code into find_method.
7659 (find_method): New.
7660
7661 2003-02-28 J. Brobecker <brobecker@gnat.com>
7662
7663 * Makefile.in: Add rules to build and link in observer.o.
7664
7665 2003-02-27 J. Brobecker <brobecker@gnat.com>
7666
7667 * observer.c: Minor comments edits.
7668
7669 2003-02-27 J. Brobecker <brobecker@gnat.com>
7670
7671 * observer.h, observer.c: New file.
7672
7673 2003-02-27 Andrew Cagney <cagney@redhat.com>
7674
7675 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7676
7677 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7678
7679 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7680 (M6812_OP_STS_EXT): Likewise.
7681 (m6811_prologue): Use the above to recognize prologue.
7682 (m6812_prologue): Likewise.
7683
7684 2003-02-27 David Carlton <carlton@math.stanford.edu>
7685
7686 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7687 SYMBOL_PRINT_NAME.
7688 (compare_psymbols): Ditto.
7689 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7690
7691 2003-02-27 Michael Snyder <msnyder@redhat.com>
7692
7693 * f-lang.c (build_fortran_types): New function.
7694 (_initialize_f_language): Gdbarch-register built-in fortran types.
7695 * doublest.c (extract_floating): Fix warning text.
7696
7697 2003-02-27 Andrew Cagney <cagney@redhat.com>
7698
7699 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7700 predicate. Replaces PUSH_DUMMY_FRAME.
7701 * gdbarch.h, gdbarch.c: Regnerate.
7702 * valops.c (hand_function_call): Update. Call
7703 generic_push_dummy_frame directly.
7704 * vax-tdep.c (vax_gdbarch_init): Update.
7705 * sparc-tdep.c (sparc_gdbarch_init): Update.
7706 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7707 * m68k-tdep.c (m68k_gdbarch_init): Update.
7708 * hppa-tdep.c (hppa_gdbarch_init): Update.
7709 * alpha-tdep.c (alpha_gdbarch_init): Update.
7710 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7711 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7712 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7713 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7714 push_dummy_frame to generic_push_dummy_frame.
7715 * v850-tdep.c (v850_gdbarch_init): Ditto.
7716 * sh-tdep.c (sh_gdbarch_init): Ditto.
7717 * s390-tdep.c (s390_gdbarch_init): Ditto.
7718 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7719 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7720 * mips-tdep.c (mips_gdbarch_init): Ditto.
7721 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7722 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7723 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7724 * i386-tdep.c (i386_gdbarch_init): Ditto.
7725 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7726 * frv-tdep.c (frv_gdbarch_init): Ditto.
7727 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7728 * cris-tdep.c (cris_gdbarch_init): Ditto.
7729 * avr-tdep.c (avr_gdbarch_init): Ditto.
7730 * arm-tdep.c (arm_gdbarch_init): Ditto.
7731
7732 2003-02-26 Kevin Buettner <kevinb@redhat.com>
7733
7734 * mips-tdep.c (show_mips_abi): New function.
7735 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7736 command ``show mips abi''.
7737
7738 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
7739
7740 From Elena Zannoni <ezannoni@redhat.com>
7741 * dbxread.c (process_one_symbol): Only record line 0 if one or
7742 more sline entries have been seen for the function.
7743
7744 2003-02-26 Michael Chastain <mec@shout.net>
7745
7746 * configure: Regenerate with autoconf 000227.
7747
7748 2003-02-26 Michael Chastain <mec@shout.net>
7749
7750 Close PR build/660.
7751 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7752 for old libc5/glibc.
7753 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7754
7755 2003-02-26 Kris Warkentin <kewarken@qnx.com>
7756
7757 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7758 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7759
7760 2003-02-26 Michael Chastain <mec@shout.net>
7761
7762 * configure.in: New variable HAVE_UINTPTR_T.
7763 * configure, config.in: Regenerated.
7764
7765 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
7766
7767 Fix PR build/1097.
7768 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
7769
7770 2003-02-25 Andrew Cagney <cagney@redhat.com>
7771
7772 * frame.c (get_prev_frame): Add comment on check for
7773 inside_entry_func. Only check for inside_entry_file when not a
7774 dummy and not a sentinel. Check that the new frame is not inner
7775 to the old frame.
7776
7777 2003-02-25 Andrew Cagney <cagney@redhat.com>
7778
7779 * frame.c (frame_debug): New variable.
7780 (_initialize_frame): Add "set/show debug frame" command.
7781 (get_prev_frame): When frame_debug, print reason why unwind
7782 failed.
7783
7784 2003-02-25 Michael Chastain <mec@shout.net>
7785
7786 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
7787 to avoid uintptr_t definition problems.
7788
7789 2003-02-25 David Carlton <carlton@math.stanford.edu>
7790
7791 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
7792 (SYMBOL_LINKAGE_NAME): Ditto.
7793 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
7794 SYMBOL_LINKAGE_NAME.
7795 (struct general_symbol_info): Expand comment.
7796 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
7797 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
7798 (SYMBOL_MATCHES_REGEXP): Ditto.
7799 * symtab.c (symbol_natural_name): New function.
7800 * objfiles.h: Replace all uses of SYMBOL_NAME by
7801 DEPRECATED_SYMBOL_NAME.
7802 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
7803 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
7804 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
7805 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
7806 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
7807 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
7808 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
7809 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
7810 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
7811 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
7812 * ada-exp.y: Ditto.
7813 * ada-exp.y: Update copyright.
7814 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
7815 * cp-valprint.c: Ditto.
7816
7817 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
7818
7819 * infptrace.c (detach): Do not flag error if ptrace detach fails
7820 and errno is set to ESRCH.
7821
7822 2003-02-24 Andrew Cagney <cagney@redhat.com>
7823
7824 * infptrace.c (udot_info): Change type of udot_off to long. Use
7825 paddr when printing udot_off's value.
7826
7827 2003-02-24 David Carlton <carlton@math.stanford.edu>
7828
7829 * symtab.c (make_symbol_overload_list): Only read in partial
7830 symtabs containing a matching partial symbol.
7831
7832 2003-02-24 David Carlton <carlton@math.stanford.edu>
7833
7834 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
7835 do the comparison, not strcmp.
7836 * symfile.c (compare_psymbols): Ditto.
7837 * defs.h: Declare strcmp_iw_ordered.
7838 * utils.c (strcmp_iw_ordered): New function.
7839
7840 2003-02-24 Jim Blandy <jimb@redhat.com>
7841
7842 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
7843 support, shared libs): Remove my name from here, to better reflect
7844 reality.
7845
7846 2003-02-24 Kris Warkentin <kewarken@qnx.com>
7847
7848 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
7849 (target_ops): Add to_have_continuable_watchpoint.
7850 * target.c (update_current_target): Add INHERIT line for
7851 to_have_continuable_watchpoint.
7852 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
7853 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
7854 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
7855 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
7856
7857 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
7858
7859 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
7860 maintainership.
7861
7862 2003-02-24 Kris Warkentin <kewarken@qnx.com>
7863
7864 * solib.c (solib_open): Call target defined search function after
7865 failing with solib-search-path.
7866 * solist.h (target_so_ops): Add find_and_open_solib function hook and
7867 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
7868
7869 2003-02-24 Kris Warkentin <kewarken@qnx.com>
7870
7871 * MAINTAINERS: Add myself to Write After section.
7872
7873 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
7874
7875 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
7876
7877 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
7878
7879 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
7880 (m68hc11_add_reggroups): New function.
7881 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
7882 (m68hc11_gdbarch_init): Install the reggroups.
7883 (_initialize_m68hc11_tdep): Initialize them.
7884
7885 2003-02-21 James E Wilson <wilson@tuliptree.org>
7886
7887 * MAINTAINERS: Update my email address.
7888
7889 2003-02-21 David Carlton <carlton@math.stanford.edu>
7890
7891 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
7892
7893 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
7894
7895 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
7896 * symtab.h: Add opaque declarations of struct axs_value and
7897 struct agent_expr.
7898 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
7899 (struct location_funcs): New type.
7900 (struct symbol): Add "loc" to aux_value.
7901 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
7902 * dwarf2read.c: Include "dwarf2expr.h".
7903 (dwarf2_symbol_mark_computed): New function.
7904 (read_func_scope): Use it.
7905 (var_decode_location): New function.
7906 (new_symbol): Use it.
7907 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
7908
7909 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
7910 (dwarf2expr_h, dwarf2loc_h): New variables.
7911 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
7912 (dwarf2expr.o, dwarf2loc.o): New rules.
7913 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
7914 * buildsym.c (finish_block): Handle LOC_COMPUTED and
7915 LOC_COMPUTED_ARG.
7916 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
7917 * m2-exp.y (yylex): Likewise.
7918 * printcmd.c (address_info, print_frame_args): Likewise.
7919 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
7920 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
7921 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
7922 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
7923 * symtab.c (lookup_block_symbol): Likewise.
7924
7925 2003-02-20 Adam Fedor <fedor@gnu.org>
7926
7927 * symtab.h: Remove objc_specific struct
7928 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
7929 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
7930 Have language_objc use cplus_specific struct.
7931
7932 2003-02-20 Tom Tromey <tromey@redhat.com>
7933
7934 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
7935 TYPE_NAME, when printing a String value. PR java/1075.
7936
7937 2003-02-20 Adam Fedor <fedor@gnu.org>
7938
7939 * objc-lang.h (find_methods): Remove declaration.
7940 * objc-lang.c (find_methods): Make static.
7941
7942 2003-02-20 Christopher Faylor <cgf@redhat.com>
7943
7944 * win32-nat.c (get_image_name): Check return value from
7945 ReadProcessMemory.
7946 (child_xfer_memory): Ditto.
7947
7948 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
7949
7950 * configure.in (TARGET_SYSTEM_ROOT): Set default to
7951 ${exec_prefix}/${target_alias}/sys-root. Match explicit
7952 '${exec_prefix}' (in addition to the expansion thereof) as
7953 relocatable.
7954 * configure: Rebuilt.
7955
7956 2003-02-20 David Carlton <carlton@math.stanford.edu>
7957
7958 * symtab.c (search_symbols): Revert the search_symbols part of my
7959 2002-12-23 patch. Add comment.
7960
7961 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7962
7963 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
7964 * dbxread.c (elfstab_build_psymtabs): Don't call
7965 install_minimal_symbols.
7966 (stabsect_build_psymtabs): Likewise.
7967 * elfread.c (elf_symfile_read): Call install_minimal_symbols
7968 earlier.
7969 * somread.c (som_symfile_read): Call install_minimal_symbols
7970 and do_cleanups earlier.
7971 * nlmread.c (nlm_symfile_read): Likewise.
7972 * mdebugread.c (elfmdebug_build_psymtabs): Call
7973 install_minimal_symbols and make appropriate cleanups.
7974
7975 2003-02-20 Kevin Buettner <kevinb@redhat.com>
7976
7977 * solib.c (reload_shared_libraries): New function.
7978 (_initialize_solib): Add callbacks for ``set solib-search-path''
7979 and ``set solib-absolute-prefix''.
7980
7981 2003-02-20 David Carlton <carlton@math.stanford.edu>
7982
7983 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
7984 expand comment.
7985 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
7986 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
7987 * ada-typeprint.c (ada_typedef_print): Ditto.
7988 * ax-gdb.c (gen_var_ref): Ditto.
7989 * breakpoint.c (print_one_breakpoint): Ditto.
7990 * buildsym.c (finish_block): Ditto.
7991 * c-valprint.c (c_val_print): Ditto.
7992 * expprint.c (print_subexp): Ditto.
7993 * findvar.c (locate_var_value): Ditto.
7994 * infcmd.c (jump_command): Ditto.
7995 * linespec.c (decode_line_2, decode_compound): Ditto.
7996 * maint.c (maintenance_translate_address): Ditto.
7997 * objc-lang.c (compare_selectors, compare_classes): Ditto.
7998 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
7999 Ditto.
8000 * p-valprint.c (pascal_val_print): Ditto.
8001 * stabsread.c (define_symbol): Ditto.
8002 * stack.c (print_frame, frame_info, print_block_frame_locals)
8003 (print_frame_arg_vars, return_command): Ditto.
8004 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8005 * symmisc.c (print_symbol): Ditto.
8006 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8007 (compare_search_syms, print_symbol_info, print_msymbol_info)
8008 (rbreak_command): Ditto.
8009 * tracepoint.c (tracepoints_info): Ditto.
8010 * typeprint.c (typedef_print): Ditto.
8011 * valops.c (value_of_variable, hand_function_call): Ditto.
8012 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8013 * ada-typeprint.c: Update Copyright.
8014 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8015 * tracepoint.c, cli/cli-cmds.c: Ditto.
8016
8017 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8018
8019 * frame.c (generic_unwind_get_saved_register): Make non-static.
8020 * frame.h (generic_unwind_get_saved_register): Declare.
8021 * mips-tdep.c (read_next_frame_reg): Fetch register from
8022 current regcache when frame is NULL.
8023 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8024 that must be NULL.
8025 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8026 instead of frame_register_unwind().
8027
8028 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8029
8030 * remote-sim.c (gdbsim_insert_breakpoint)
8031 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8032 code.
8033
8034 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8035
8036 * remote.c (_initialize_remote): Add commands "set/show remote
8037 hardware-watchpoint-limit" and "set/show remote
8038 hardware-breakpoint-limit".
8039 (remote_hw_watchpoint_limit): Initialize to -1.
8040 (remote_hw_breakpoint_limit): Ditto.
8041 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8042
8043 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8044
8045 * coff-pe-read.c: New file - support reading of minimal symbols from a
8046 portable executable using the export table.
8047 * coff-pe-read.h: New file.
8048 * coffread.c: Include coff-pe-read.h.
8049 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8050 debugging symbols found.
8051 * Makefile.in (SFILES): Add coff-pe-read.o.
8052 (coff_pe_read_h): Define.
8053 (COMMON_OBS): Add coff-pe-read.o.
8054 (coffread.o): Add coff_pe_read_h dependency.
8055 (coff-pe-read.o): New target.
8056
8057 2003-02-19 David Carlton <carlton@math.stanford.edu>
8058
8059 * Makefile.in (SFILES): Add block.c.
8060 (block_h): New.
8061 (COMMON_OBS): Add block.o.
8062 (block.o): New.
8063 (x86-64-tdep.o): Add $(block_h).
8064 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8065 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8066 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8067 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8068 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8069 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8070 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8071 * value.h: Add opaque declaration for struct block.
8072 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8073 * ada-lang.h: Ditto.
8074 * x86-64-tdep.c: #include "block.h"
8075 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8076 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8077 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8078 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8079 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8080 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8081 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8082 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8083 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8084 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8085 * symtab.c (block_function): Ditto.
8086 (contained_in): Ditto.
8087 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8088 block.h. Add opaque declaration for struct block.
8089 * symtab.h: Move block_function and contained_in declarations to
8090 block.h. Add opaque declarations for struct block, struct
8091 blockvector.
8092 (struct block): Move to block.h.
8093 (struct blockvector): Ditto.
8094 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8095 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8096 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8097 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8098 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8099 Ditto.
8100 * block.c: New file.
8101 * block.h: New file.
8102
8103 2003-02-19 Theodore A. Roth <troth@openavr.org>
8104
8105 * avr-tdep.c (avr_extract_return_value): Remove function.
8106 (avr_store_return_value): Remove function.
8107 (avr_extract_struct_value_address): Remove function.
8108 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8109
8110 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8111
8112 * rs6000-tdep.c: Include "gdb_assert.h".
8113 (registers_e500): Add "acc" and "spefscr".
8114 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8115 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8116 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8117 really is "r0".
8118 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8119
8120 2003-02-18 Keith Seitz <keiths@redhat.com>
8121
8122 * Makefile.in: Add gdbtk-interps.c.
8123
8124 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8125
8126 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8127 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8128
8129 2003-02-18 Andrew Cagney <cagney@redhat.com>
8130
8131 * symtab.h (struct objfile): Add opaque declaration.
8132
8133 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8134
8135 From Jim Ingham <jingham@apple.com>:
8136 * dbxread.c (process_one_symbol): Use last_function_start rather
8137 than function_start_offset to find the real beginning of the
8138 current function. The latter is just the text section offset on
8139 some systems, the former is always the real function start.
8140
8141 2003-02-17 Andrew Cagney <cagney@redhat.com>
8142
8143 * configure.in: Revert ${target} != ${host}.
8144
8145 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8146
8147 * configure.in (Makefile): Use the test ${target} != ${host},
8148 instead of the absence of the "nm.h" file, to determine of the
8149 configuration non-native.
8150 * configure: Regenerate.
8151
8152 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8153
8154 From Brian Ford <ford@vss.fsi.com>
8155
8156 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8157 conditionalize tui_active test.
8158 (lookup_cmd_1): Ditto.
8159
8160 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8161
8162 * configure.in: Add check for _etext.
8163 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8164 available.
8165 * config.in, configure: regenerated.
8166
8167 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8168
8169 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8170
8171 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8172
8173 * main.c (tui_version): Delete variable.
8174 (captured_main): When --tui, set interpreter_p to "tui" instead of
8175 enabling tui_version.
8176 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8177 tui_version.
8178 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8179 * cli/cli-cmds.c (disassemble_command): Ditto.
8180 * defs.h (tui_version): Delete declaration.
8181 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8182 (tui-interp.o): Add rules.
8183 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8184
8185 2003-02-14 Christopher Faylor <cgf@redhat.com>
8186
8187 * win32-nat.c (register_loaded_dll): Correctly set address range for
8188 just-loaded dll.
8189
8190 2003-02-12 Jason Molenda (jmolenda@apple.com)
8191
8192 * symmisc.c (print_objfile_statistics): Include information about
8193 the number of psymtabs and symtabs in each object file.
8194
8195 2003-02-13 Keith R Seitz <keiths@redhat.com>
8196
8197 * main.h (struct captured_main_args): Add interpreter_p.
8198 * main.c (captured_main): Initialize interpreter_p from context.
8199 * gdb.c (main): Set interpreter_p argument.
8200 * Makefile.in (gdb.o): Add dependency for interps.h.
8201
8202 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8203
8204 * event-top.c (cli_command_loop): Delete declaration.
8205 (_initialize_event_loop): Delete function setting event_loop_hook.
8206 * event-top.h (cli_command_loop): Declare. Update copyright.
8207 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8208 * interps.c (current_interp_command_loop): When event_loop_p, call
8209 cli_command_loop.
8210
8211 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8212
8213 * interps.h (interp_command_loop_ftype): Change return type to
8214 void.
8215
8216 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8217
8218 * x86-64-tdep.c (x86_64_extract_return_value)
8219 (x86_64_store_return_value): Use regcache instead of regbuf.
8220 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8221 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8222
8223 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8224
8225 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8226 * aclocal.m4: Regenerate.
8227 * configure: Regenerate.
8228
8229 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8230 TCL_LD_SEARCH_FLAGS.
8231
8232 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8233
8234 * dwarf2cfi.c: Reindented.
8235
8236 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8237
8238 * interps.c (clear_interpreter_hooks): Convert function definition
8239 to ISO C.
8240
8241 2003-02-07 David Carlton <carlton@math.stanford.edu>
8242
8243 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8244
8245 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8246
8247 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8248 (struct type): ...to here.
8249 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8250 field.
8251 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8252 (replace_type): Set length on all type variants for a given type.
8253
8254 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8255
8256 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8257 <sys/stat.h>.
8258 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8259
8260 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8261
8262 * Makefile.in (symm-nat.o): Update dependencies.
8263 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8264 (lynx-nat.o, ia64-linux-nat.): Ditto.
8265 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8266 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8267 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8268
8269 * Makefile.in (inflow_h): Define.
8270 (procfs.o, inflow.o, procfs.o): Update dependencies.
8271 * inftarg.c (child_stop): Delete extern declaration of
8272 inferior_process_group. Include "inflow.h".
8273 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8274 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8275 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8276 (our_process_group, inferior_process_group): Extern declarations.
8277
8278 * procfs.c: Include "gdb_assert.h".
8279
8280 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8281 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8282 * jv-typeprint.c (java_type_print_base): Ditto.
8283 * typeprint.c (typedef_print): Eliminate STREQ.
8284 * cli/cli-script.c (define_command, define_command): Ditto.
8285 * main.c (captured_main): Ditto.
8286 * values.c (lookup_internalvar): Ditto.
8287 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8288 within `if' conditional.
8289 * linespec.c (decode_line_2): Ditto.
8290 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8291 (bfd_openw_with_cleanup): Ditto.
8292
8293 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8294
8295 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8296 legacy_extract_return_value and store_return_value to
8297 legacy_return_value.
8298
8299 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8300
8301 * win32-nat.c (get_relocated_section_addrs): New function. Find
8302 section load addresses for symbol handling in relocated DLLs.
8303 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8304
8305 2003-02-05 Fred Fish <fnf@intrinsity.com>
8306
8307 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8308 '=' and '!='.
8309 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8310 with '&' and '=='.
8311 (angel_RDI_info): Ditto.
8312 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8313 with '&' and '!='.
8314 (threads_continue_all_with_signals): Ditto.
8315
8316 2003-02-05 Jim Ingham <jingham@apple.com>
8317 Keith Seitz <keiths@redhat.com>
8318 Elena Zannoni <ezannoni@redhat.com>
8319 Andrew Cagney <ac131313@redhat.com>
8320
8321 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8322 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8323 (SUBDIR_MI_OBS): Add "mi-interp.o".
8324 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8325 (SFILES): Add "interps.c".
8326 (COMMON_OBS): Add "interps.o".
8327 (interps_h, mi_main_h): Define.
8328 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8329 (mi-main.o, main.o, event-top.o): Update dependencies.
8330 * cli/cli-interp.c: New file.
8331 * interps.h, interps.c: New files.
8332 * top.c: (gdb_init): Don't install the default interpreter, handed
8333 by captured_main.
8334 * main.c: Include "interps.h".
8335 (interpreter_p): Note that it should malloc'ed.
8336 (captured_command_loop): Call current_interp_command_loop.
8337 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8338 xfree and xstrdup when updating interpreter_p. Install the
8339 default interpreter. Add hack to stop mi1's copyright notice
8340 being encoded.
8341 * event-top.h (gdb_setup_readline): Declare.
8342 (gdb_disable_readline): Declare.
8343 * event-top.c: Include "interps.h".
8344 (display_gdb_prompt): Call current_interp_display_prompt_p.
8345 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8346 gdb_stdlog, and gdb_stdtarg.
8347 (_initialize_event_loop): Don't call gdb_setup_readline.
8348 * cli-out.c (cli_out_set_stream): New function.
8349 * cli-out.h (cli_out_set_stream): Declare.
8350
8351 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8352
8353 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8354 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8355 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8356 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8357 config/i386/i386v42mp.mt: Removed.
8358
8359 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8360
8361 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8362 GDB_OSABI_SOLARIS.
8363
8364 2003-02-05 Michael Chastain <mec@shout.net>
8365
8366 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8367 2.12.1 and earlier versions.
8368
8369 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8370
8371 Remove orphaned hosts, targets and files.
8372 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8373 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8374 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8375 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8376 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8377 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8378 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8379 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8380 * config/sparc/tm-sp64sim.h: Delete.
8381 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8382 hosts.
8383 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8384 mips*-dec-mach3* targets.
8385
8386 2003-02-04 Michael Chastain <mec@shout.net>
8387
8388 * NEWS: Fix typo: sepcifying -> specifying.
8389
8390 2003-02-04 Michael Chastain <mec@shout.net>
8391
8392 * dwarfread.c: Add documentation on the state of dwarf-1,
8393 looking towards obsoletion.
8394
8395 2003-02-03 Michael Chastain <mec@shout.net>
8396
8397 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8398 gdb/testsuite/gdb.c++/pr-1023.exp.
8399
8400 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8401
8402 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8403 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8404
8405 * utils.c (init_page_info): Delete reference to MPW in comments.
8406 * main.c (captured_main): Delete #ifdef MPW.
8407
8408 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8409
8410 * NEWS: Note that the m32r-*-elf* is obsolete.
8411 * monitor.c (monitor_expect): Obsolete reference to m32r.
8412 * configure.tgt: Mark m32r-*-elf* as obsolete.
8413 * MAINTAINERS: Mark m32k as obsolete.
8414 * m32r-rom.c: Obsolete file.
8415 * config/m32r/m32r.mt: Obsolete file.
8416 * config/m32r/tm-m32r.h: Obsolete file.
8417 * m32r-stub.c: Obsolete file.
8418 * m32r-tdep.c: Obsolete file.
8419
8420 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8421
8422 * NEWS: Mention that the z8k-zilog-none is obsolete.
8423 * MAINTAINERS: Mark z8k as obsolete.
8424 * configure.tgt: Obsolete the z8k-*-coff* target.
8425 * config/z8k/z8k.mt: Obsolete file.
8426 * config/z8k/tm-z8k.h: Obsolete file.
8427 * z8k-tdep.c: Obsolete file.
8428
8429 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8430
8431 * NEWS: Mention that the mn10200-elf is obsolete.
8432 * configure.tgt: Obsolete mn10200-*-* target.
8433 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8434 mention that the mn10200 is obsolete.
8435 * breakpoint.h: Ditto.
8436 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8437 * config/mn10200/mn10200.mt: Obsolete file.
8438 * config/mn10200/tm-mn10200.h: Obsolete file.
8439 * mn10200-tdep.c: Obsolete file.
8440
8441 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8442
8443 * MAINTAINERS: Mark h8500 as obsolete.
8444 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8445 * findvar.c (value_from_register): Ditto.
8446 * h8500-tdep.c: Mark file as obsolete.
8447 * config/h8500/h8500.mt: Ditto.
8448 * config/h8500/tm-h8500.h: Ditto.
8449 * NEWS: Mention that h8500 is obsolete.
8450
8451 2003-02-04 David Carlton <carlton@math.stanford.edu>
8452
8453 * objfiles.c (allocate_objfile): Always set name. Add comment at
8454 start of function.
8455 * jv-lang.c (get_dynamics_objfile): Add comment.
8456
8457 2003-02-04 David Carlton <carlton@math.stanford.edu>
8458
8459 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8460 * printcmd.c (build_address_symbolic): Replace uses of
8461 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8462 SYMBOL_NAME, and asm_demangle.
8463 Update copyright.
8464
8465 2003-02-04 David Carlton <carlton@math.stanford.edu>
8466
8467 * linespec.c (decode_compound): Extract code into
8468 lookup_prefix_sym.
8469 (lookup_prefix_sym): New function.
8470
8471 2003-02-04 David Carlton <carlton@math.stanford.edu>
8472
8473 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8474 FLOAT_COERCION_BADNESS.
8475 * gdbtypes.c (rank_one_type): Replace all uses of
8476 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8477
8478 2003-02-04 Jim Blandy <jimb@redhat.com>
8479
8480 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8481 section, let dwarf_macinfo_section point to it, not
8482 dwarf_loc_section.
8483
8484 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8485
8486 Pointed out by Anton Blanchard <anton@samba.org>.
8487 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8488 (ppc_linux_at_sigtramp_return_path): Use it.
8489
8490 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8491
8492 * defs.h (streq): Add prototype.
8493 * utils.c (streq): New function.
8494
8495 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8496 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8497 * mdebugread.c (new_symbol): Likewise.
8498 * stabsread.c (define_symbol): Likewise.
8499 * coffread.c (process_coff_symbol): Likewise.
8500 * dwarfread.c (new_symbol): Likewise.
8501
8502 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8503 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8504 here.
8505 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8506 SYMBOL_INIT_DEMANGLED_NAME.
8507 * objfiles.c: Include "hashtab.h".
8508 (allocate_objfile): Call htab_set_functions_ex for the
8509 demangled_names_hash.
8510 (free_objfile): Call htab_delete for the demangled_names_hash.
8511 * objfiles.h (struct htab): Add declaration.
8512 (struct objfile): Add demangled_names_hash.
8513 * symfile.c: Include "hashtab.h".
8514 (reread_symbols): Call htab_delete for the demangled_names_hash.
8515 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8516 SYMBOL_NAME in the bcache.
8517 * symtab.c: Include "hashtab.h". Update comments.
8518 (create_demangled_names_hash, symbol_set_names): New functions.
8519 (symbol_find_demangled_name): New function, broken out from
8520 symbol_init_demangled_names.
8521 (symbol_init_demangled_names): Use it.
8522 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8523 (SYMBOL_SET_NAMES): New macro.
8524 (symbol_set_names): Add prototype.
8525
8526 2003-02-03 Jim Blandy <jimb@redhat.com>
8527
8528 Use a single, consistent representation for an empty minimal
8529 symbol table in an objfile.
8530 * objfiles.c (terminate_minimal_symbol_table): New function.
8531 (allocate_objfile): Call it.
8532 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8533 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8534 non-NULL.
8535 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8536 objfile has minimal symbols, compare minimal_symbol_count to zero,
8537 instead of comparing msymbols with NULL.
8538 * objfiles.c (have_minimal_symbols): Same.
8539 * solib-sunos.c (solib_add_common_symbols): Call
8540 terminate_minimal_symbol_table.
8541 * symfile.c (reread_symbols): Same.
8542
8543 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8544
8545 * s390-tdep.c (s390_address_class_type_flags)
8546 (s390_address_class_type_flags_to_name)
8547 (s390_address_class_name_to_type_flags): New functions.
8548 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8549 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8550
8551 2003-02-03 Michael Snyder <msnyder@redhat.com>
8552
8553 * arm-tdep.c: Fix spell-o in comment.
8554
8555 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8556
8557 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8558 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8559 error messages to contain BFD filename.
8560
8561 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8562
8563 Fix PR gdb/742 gdb/743 gdb/877
8564 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8565 (do_mixed_source_and_assembly): Use
8566 make_cleanup_ui_out_tuple_begin_end and
8567 make_cleanup_ui_out_tuple_begin_end.
8568 (do_mixed_source_and_assembly): Ditto.
8569 * thread.c (do_captured_list_thread_ids): Ditto.
8570 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8571 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8572 ui_out_tuple_end): Delete prototypes.
8573 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8574 ui_out_list_end, ui_out_tuple_end): Delete.
8575
8576 From Kevin Buettner <kevinb@redhat.com>:
8577 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8578 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8579 (do_cleanup_table_end): New functions.
8580 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8581 Use cleanups to invoke_ui_out_tuple_end().
8582 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8583 * cli/cli-setshow.c (cmd_show_list): Use
8584 make_cleanup_ui_out_tuple_begin_end.
8585
8586 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8587
8588 * frame.c (frame_unwind_register): New function.
8589 (frame_unwind_unsigned_register): Use.
8590 (frame_unwind_signed_register): Use.
8591 (frame_read_register): New function.
8592 * frame.h (frame_unwind_register): Declare.
8593 (frame_read_register): Declare.
8594
8595 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8596 and frame_unwind_register instead of read_memory, write_register
8597 and deprecated_write_register_bytes.
8598
8599 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8600
8601 * frame.h: Note that namelen can be negative.
8602 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8603 NAME's length.
8604
8605 * NEWS: Mention that the d10v's `regs' command is deprecated.
8606 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8607 (d10v_print_registers_info): New function.
8608 (show_regs): Call d10v_print_registers_info.
8609 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8610
8611 2003-02-02 Mark Kettenis <kettenis@gnu.org>
8612
8613 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8614 lost in the previous patch.
8615
8616 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8617
8618 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
8619 * stack.c (print_frame_info_base): Output complete FRAME tuple
8620 for synthesized frames.
8621
8622 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8623
8624 * mips-nat.c (zerobuf): Delete.
8625 (fetch_inferior_registers): Alloc local zerobuf.
8626 (fetch_core_registers): Alloc local zerobuf.
8627 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8628 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8629 * thread-db.c (thread_db_store_registers): Ditto.
8630 * sh-tdep.c (sh_do_register): Ditto.
8631 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8632 * remote-sim.c (gdbsim_store_register): Ditto.
8633 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8634 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8635 * monitor.c (monitor_supply_register): Ditto.
8636 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8637 * mips-nat.c (fetch_inferior_registers): Ditto.
8638 * m68klinux-nat.c (fetch_register): Ditto.
8639 * lynx-nat.c (fetch_inferior_registers): Ditto.
8640 (fetch_inferior_registers): Ditto.
8641 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8642 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8643 (hpux_thread_store_registers): Ditto.
8644 * hppah-nat.c (fetch_register): Ditto.
8645 * hppab-nat.c (fetch_register): Ditto.
8646 * hppa-tdep.c (pa_register_look_aside): Ditto.
8647 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8648 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8649
8650 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8651
8652 * gdbarch.sh: Explictly specify all method levels. When a
8653 variable with an empty level, provide a non-multi-arch default.
8654 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8655 * gdbarch.h: Re-generate.
8656 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8657 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8658
8659 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8660
8661 * defs.h (host_pointer_to_address): Delete declaration.
8662 (address_to_host_pointer): Delete declaration.
8663 * utils.c (host_pointer_to_address): Delete function.
8664 (address_to_host_pointer): Delete function.
8665 * procfs.c (procfs_address_to_host_pointer): New function.
8666 * procfs.c (proc_set_watchpoint): Use.
8667 (procfs_can_use_hw_breakpoint): Update comments.
8668 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8669 (som_solib_add): Use.
8670 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8671 * hppa-tdep.c (unwind_command): Use.
8672
8673 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8674
8675 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8676 strlen d_name.
8677
8678 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8679 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8680 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8681 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8682 (define_symbol): Update.
8683 * symfile.c (generic_load): Remove references to nindy.
8684 * symtab.c: Remove references to nindy.
8685
8686 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8687
8688 * infcmd.c (print_float_info): Delete code conditional on
8689 FLOAT_INFO.
8690 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8691 * config/m68k/nm-apollo68b.h: Ditto.
8692 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8693 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8694 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8695
8696 2003-02-01 Mark Kettenis <kettenis@gnu.org>
8697
8698 * config/i386/tm-i386os9k.h: Removed.
8699
8700 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8701 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8702 they're identical to i[3456]86-*-sysv* now.
8703 * config/i386/i386v32.mh: Removed.
8704 * config/i386/xm-i386v32.h: Removed.
8705 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8706
8707 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8708
8709 * config/i386/i386dgux.mh: Removed.
8710 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8711
8712 * configure.in: Fix typo.
8713 * configure: Regenerated.
8714
8715 2003-01-31 David Carlton <carlton@math.stanford.edu>
8716
8717 * dwarf2read.c (dwarf2_locate_sections): Set
8718 dwarf_ranges_section.
8719
8720 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8721
8722 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8723 * utils.c: Update comments documenting legitimate uses of PTR.
8724
8725 * utils.c: Re-indent.
8726
8727 * config/djgpp/fnchange.lst: Delete nindy files.
8728 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8729 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8730 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8731 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8732 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8733 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8734 * Makefile.in (init.c): Remove nindy references.
8735 (saber_gdb): Delete rule.
8736 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8737 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8738 and a68v-nat.c.
8739 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8740 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8741 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8742 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8743 nindy-share/stop.h.
8744 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8745 * saber.suppress: Delete file.
8746
8747 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
8748
8749 * dbxread.c (stabs_data): New static variable.
8750 (fill_symbuf): Support an in-memory buffer for stabs data.
8751 (stabs_seek): New function.
8752 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8753 (read_ofile_symtab): Use stabs_seek.
8754 (elfstab_build_psymtabs): Take an asection* instead of
8755 an offset and size. Relocate the stabs data if necessary.
8756 Save the section* for dbx_psymtab_to_symtab.
8757 * dwarf2read.c: Add section variables for each debug section.
8758 (dwarf2_locate_sections): Fill them in.
8759 (dwarf2_read_section): Take an asection* argument.
8760 Relocate the section contents if necessary.
8761 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
8762 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
8763 it to dwarf2_read_section.
8764 (dwarf2_build_frame_info): Update callers.
8765 * elfread.c (elf_symfile_read): Update call to
8766 elfstab_build_psymtabs.
8767 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
8768 (DBX_STAB_SECTION): New macro.
8769 * stabsread.h (elfstab_build_psymtabs): Update prototype.
8770 * symfile.c (symfile_dummy_outputs): New function.
8771 (symfile_relocate_debug_section): New function.
8772 * symfile.h (symfile_relocate_debug_section): Add prototype.
8773
8774 2003-01-31 Richard Henderson <rth@redhat.com>
8775
8776 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
8777 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
8778 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
8779 * alpha-tdep.c (alpha_register_name): Add "unique".
8780 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
8781 (ALPHA_UNIQUE_REGNUM): New.
8782 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
8783
8784 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8785
8786 * README: Remove reference to Ericsson 1800 monitor.
8787 * Makefile.in (remote-es.o): Delete rule.
8788 (ALLDEPFILES): Delete remote-es.c.
8789 * remote-es.c: Delete file.
8790 * config/m68k/es1800.mt: Delete file.
8791 * config/djgpp/fnchange.lst: Update.
8792 * configure.tgt: Delete m68*-ericsson-* target.
8793
8794 2003-01-31 Adam Fedor <fedor@gnu.org>
8795
8796 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
8797 Remove duplicate/shadowing variable of same name.
8798
8799 2003-01-30 Jim Blandy <jimb@redhat.com>
8800
8801 * symfile.c (find_separate_debug_file): Assert that the objfile's
8802 directory name we compute ends with a slash, and then assume that
8803 that's so everywhere we use it.
8804
8805 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
8806
8807 * valops.c (value_assign): Flush frame cache after stores to memory
8808 also.
8809
8810 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8811
8812 * Makefile.in (mon960-rom.o): Delete rule.
8813 * mon960-rom.c: Delete file.
8814
8815 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8816
8817 * d10v-tdep.c: Include "frame-unwind.h".
8818 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
8819 list.
8820 (next_addr, uses_frame): Delete.
8821 (struct d10v_unwind_cache): Define.
8822 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
8823 Use info instead of next_addr and uses_frame globals.
8824 (d10v_frame_init_saved_regs): Delete function.
8825 (d10v_init_extra_frame_info): Delete function.
8826 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
8827 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
8828 init_frame_pc or frame_saved_pc.
8829 (d10v_pop_frame): Delete function.
8830 (do_d10v_pop_frame): Delete function.
8831 (d10v_frame_chain): Delete function.
8832 (d10v_frame_chain_valid): Delete function.
8833 (d10v_frame_pc_unwind): New function.
8834 (d10v_frame_id_unwind): New function.
8835 (saved_regs_unwinder): New function.
8836 (d10v_frame_register_unwind): New function.
8837 (d10v_frame_pop): New function.
8838 (d10v_frame_unwind): New variable.
8839 (d10v_frame_p): New function.
8840 (d10v_frame_saved_pc): Delete function.
8841 * Makefile.in (d10v-tdep.o): Update dependencies.
8842
8843 2003-01-30 J. Brobecker <brobecker@gnat.com>
8844
8845 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
8846 causing some regressions due to a change in the default value
8847 for this macro.
8848
8849 2003-01-29 Richard Henderson <rth@redhat.com>
8850 Elena Zannoni <ezannoni@redhat.com>
8851 Daniel Jacobowitz <drow@mvista.com>
8852
8853 Fix PR gdb/961.
8854 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
8855 variables.
8856 (RANGES_SECTION): New.
8857 (dwarf_ranges_buffer): New variable.
8858 (struct comp_unit_head): Add member "die".
8859 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
8860 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
8861 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
8862 (dwarf2_locate_sections): Likewise.
8863 (dwarf2_build_psymtabs): Read .debug_ranges.
8864 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
8865 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
8866 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
8867 Look for DW_AT_ranges and return the bounding box.
8868
8869 2003-01-29 Brian Ford <ford@vss.fsi.com>
8870
8871 * win32-nat.c (cygwin_pid): Removed as unused.
8872 (child_attach): Try fall back to Cygwin pid.
8873
8874 2003-01-29 Jim Blandy <jimb@redhat.com>
8875
8876 * objfiles.h (struct objfile): Doc fix.
8877
8878 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8879
8880 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
8881 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
8882 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
8883 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
8884 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
8885 (FRAME_SAVED_PC): Change to a function with predicate.
8886 * gdbarch.h, gdbarch.c: Re-generate.
8887
8888 2003-01-28 Andrew Cagney <ac131313@redhat.com>
8889
8890 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
8891
8892 * complaints.c (complain): Delete function.
8893 * complaints.h (struct deprecated_complaint): Delete definition.
8894 (complain): Delete declaration.
8895
8896 2003-01-28 Kevin Buettner <kevinb@redhat.com>
8897
8898 * mips-tdep.c (mips_init_extra_frame_info): Return early for
8899 dummy frames.
8900
8901 2003-01-27 Andrew Cagney <ac131313@redhat.com>
8902
8903 * sentinel-frame.h, sentinel-frame.c: New files.
8904 * Makefile.in (frame.o): Update dependencies.
8905 (SFILES): Add sentinel-frame.c.
8906 (sentinel_frame_h): Define.
8907 (COMMON_OBS): Add sentinel-frame.o.
8908 (sentinel-frame.o): Specify dependencies.
8909 * frame.c: Include "sentinel-frame.h".
8910 (frame_register_unwind): Rewrite assuming that there is always a a
8911 ->next frame.
8912 (frame_register, generic_unwind_get_saved_register): Ditto.
8913 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
8914 (create_sentinel_frame, unwind_to_current_frame): New functions.
8915 (get_current_frame): Rewrite using create_sentinel_frame and
8916 unwind_to_current_frame. When possible, always create a frame.
8917 (create_new_frame): Set next to the sentinel frame.
8918 (get_next_frame): Rewrite. Don't go below the level 0 frame.
8919 (deprecated_update_frame_pc_hack): Update the next frame's PC and
8920 ID cache when necessary.
8921 (frame_saved_regs_id_unwind): Use frame_relative_level.
8922 (deprecated_generic_get_saved_register): Use frame_relative_level,
8923 get_frame_saved_regs, get_frame_pc, get_frame_base and
8924 get_next_frame.
8925 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
8926 frame_register.
8927
8928 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
8929
8930 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
8931
8932 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
8935 (maintenance_set_profile_cmd): Use error () instead of warning ().
8936
8937 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
8938
8939 * configure.in: Check that -pg works if using --enable-profiling.
8940 Check for monstartup and _mcleanup regardless of --enable-profiling.
8941 * maint.c: Check for monstartup and _mcleanup before using them.
8942 * config.in: Regenerated.
8943 * configure: Regenerated.
8944
8945 2003-01-24 Nick Clifton <nickc@redhat.com>
8946
8947 * Add sh2e support:
8948
8949 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
8950
8951 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
8952 (sh2e_show_regs): New.
8953 (sh_gdbarch_init): Handle bfd_mach_sh2e.
8954 * config/sh/tm-sh.h: Added sh2e to comments.
8955
8956 2003-01-23 Jim Blandy <jimb@redhat.com>
8957
8958 * symfile.c (syms_from_objfile): Don't print the "(no debugging
8959 symbols found)" message here; we haven't checked for a separate
8960 debug info file yet, so we don't know yet.
8961 (symbol_file_add_with_addrs_or_offsets): Print it here, after
8962 we've looked everywhere. Also, there's no need to print a special
8963 message when we're loading the separate debug info file: the one
8964 symbol_file_add prints is fine.
8965
8966 2003-01-23 Alexander Larsson <alexl@redhat.com>
8967 Jim Blandy <jimb@redhat.com>
8968
8969 Add support for executables whose debug info has been separated
8970 out into a separate file, leaving only a link behind.
8971 * objfiles.h (struct objfile): New fields: separate_debug_objfile
8972 and separate_debug_objfile_backlink.
8973 (put_objfile_before): New declaration.
8974 * symfile.c: #include "filenames.h".
8975 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
8976 debug info in a separate file, read that, too. Save the addrs
8977 argument, so we can use it again to read the separated debug info;
8978 syms_from_objfile modifies the table we pass it.
8979 (reread_symbols): After re-reading an objfile, call
8980 reread_separate_symbols to refresh its separate debug info
8981 objfile, if it has one.
8982 (reread_separate_symbols, find_separate_debug_file,
8983 get_debug_link_info, separate_debug_file_exists): New functions.
8984 (debug_file_directory): New global var.
8985 (_initialize_symfile): Initialize debug_file_directory, and
8986 provide the new `set debug-file-directory' command to let the user
8987 change it.
8988 * objfiles.c (free_objfile): If this objfile has its debug info in
8989 a separate objfile, free that one too. If this is itself a
8990 separate debug info objfile, clear our parent's backlink.
8991 (put_objfile_before): New function.
8992 * utils.c (gnu_debuglink_crc32): New function.
8993 * defs.h (gnu_debuglink_crc32): New declaration.
8994 * Makefile.in (symfile.o): Note dependency on "filenames.h".
8995 * configure.in: Handle --with-separate-debug-dir config option.
8996 * acinclude.m4 (AC_DEFINE_DIR): New macro.
8997 * acconfig.h (DEBUGDIR): New macro.
8998 * configure, aclocal.m4, config.in: Regenerated.
8999
9000 2003-01-22 Jim Blandy <jimb@redhat.com>
9001
9002 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9003 like the old symbol_file_add, but taking new arguments: you can
9004 now pass in either a `struct section_addr_info' list to say where
9005 each section is loaded, or a `struct section_offsets' table. Pass
9006 these new arguments through to syms_from_objfile as appropriate.
9007 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9008 with the appropriate quiescent values for the new arguments.
9009
9010 * symfile.c: #include "gdb_assert.h".
9011 (syms_from_objfile): Add the ability to pass in a section offset
9012 table directly, as an alternative to the section_addr_info table.
9013 Document arguments better.
9014 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9015 * symfile.h (syms_from_objfile): Update declaration.
9016 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9017 syms_from_objfile.
9018 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9019
9020 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9021
9022 Original patch by Tom Tromey <tromey@cygnus.com> and
9023 Jason Molenda <jmolenda@apple.com>.
9024 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9025 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9026 * NEWS: Mention profiling.
9027 * configure.in (--enable-gdbtk): Fix typo.
9028 (--enable-profiling): New. Set PROFILE_CFLAGS.
9029 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9030 Fill in function.
9031 (profiling_state): New variable.
9032 (mcleanup_wrapper): New function.
9033 (_initialize_maint): Remove NOTYET, fix call to
9034 add_setshow_boolean_cmd for "maint set profile".
9035 * configure: Regenerated.
9036
9037 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9038
9039 * Makefile.in (install-gdbtk): Install PNG images too.
9040
9041 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9042
9043 * exec.c (text_start): Delete global variable.
9044 (exec_file_attach): Make text_start local to the function.
9045 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9046 * valops.c (hand_function_call): Delete code that handles
9047 BEFORE_TEXT_END and AFTER_TEXT_END.
9048 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9049 of CALL_DUMMY_LOCATION.
9050 * gdbarch.c: Regenerate.
9051 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9052 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9053 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9054 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9055 (text_end): Delete extern declaration.
9056
9057 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9058
9059 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9060 * blockframe.c (backtrace_below_main): Move to "frame.c".
9061 (frame_chain_valid): Delete check for backtrace_below_main.
9062 (_initialize_blockframe): Delete initialization, move ``set
9063 backtrace-below-main'' command to "frame.c".
9064 (do_flush_frames_sfunc): Delete function.
9065 * frame.c: Include "command.h" and "gdbcmd.h".
9066 (frame_type_from_pc): New function.
9067 (create_new_frame): Use frame_type_from_pc.
9068 (legacy_get_prev_frame): New function.
9069 (get_prev_frame): Rewrite. When an old style frame, call
9070 legacy_get_prev_frame. Otherwize, unwind the PC first.
9071 (_initialize_frame): Add ``set backtrace-below-main'' command.
9072 * Makefile.in (frame.o): Update dependencies.
9073
9074 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9075
9076 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9077 DEPRECATED_REGISTERS_INFO.
9078
9079 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9080
9081 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9082 Maintainers'. Update `Various Maintainers'.
9083
9084 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9085
9086 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9087 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9088 Suppress actual parameters when `-'.
9089 * gdbarch.h, gdbarch.c: Regenerate.
9090
9091 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9092
9093 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9094 code handling dummy frames.
9095
9096 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9097
9098 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9099 (struct frame_unwind): Add field pop.
9100 * frame.h (frame_pop): Declare.
9101 * frame.c (frame_saved_regs_pop): New function.
9102 (trad_frame_unwinder): Add frame_saved_regs_pop.
9103 (frame_pop): New function.
9104 * dummy-frame.c (dummy_frame_pop): New function.
9105 (discard_innermost_dummy): New function.
9106 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9107 (dummy_frame_unwind): Add dummy_frame_pop.
9108 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9109 * valops.c (hand_function_call): Ditto.
9110 * stack.c (return_command): Ditto.
9111
9112 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9113
9114 * cris-tdep.c: Fix function declaration indentation.
9115 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9116 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9117 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9118 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9119 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9120 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9121
9122 2003-01-18 Michael Chastain <mec@shout.net>
9123
9124 * README (Unpacking and Installation -- quick overview):
9125 Warn against ".../gdb-5.3/gdb/configure".
9126
9127 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9128
9129 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9130 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9131 (struct frame_unwind): Declare opaque.
9132 (dummy_frame_p): Declare function.
9133 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9134 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9135 * dummy-frame.c: Include "frame-unwind.h".
9136 (dummy_frame_p): New function.
9137 (dummy_frame_unwind): New variable.
9138 * frame.c: Include "frame-unwind.h".
9139 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9140 to use the new unwind field.
9141 (set_unwind_by_pc): Delete function.
9142 (create_new_frame, get_prev_frame): Set unwind field using
9143 frame_unwind_find_by_pc.
9144 (trad_frame_unwind, trad_frame_unwinder): New variables.
9145 * frame.h (trad_frame_unwind): Declare variable.
9146 (frame_id_unwind_ftype): Delete declaration.
9147 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9148 (struct frame_unwind): Declare opaque.
9149 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9150 register_unwind with a single unwind pointer.
9151 * frame-unwind.h, frame-unwind.c: New files.
9152 * Makefile.in (SFILES): Add frame-unwind.c.
9153 (frame_unwind_h): Define.
9154 (COMMON_OBS): Add frame-unwind.o.
9155 (frame-unwind.o): Specify dependencies.
9156 (frame.o, dummy-frame.o): Update dependencies.
9157
9158 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9159
9160 * ada-valprint.c: Eliminate PTR.
9161 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9162 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9163 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9164 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9165 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9166 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9167 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9168
9169 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9170
9171 * main.c (captured_main): Don't use PTR.
9172 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9173 * gdbtypes.c (lookup_primitive_typename): Ditto.
9174 (lookup_struct_elt_type): Ditto.
9175 * f-valprint.c (info_common_command): Ditto.
9176 (list_all_visible_commons): Ditto.
9177 * jv-typeprint.c (java_type_print_base): Ditto.
9178
9179 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9180 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9181 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9182 i386-interix-nat.c and i386-interix-tdep.c. Rename
9183 m68klinux-nat.c and m68klinux-tdep.c. Rename
9184 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9185 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9186 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9187 * main.c (captured_main): Use xfree, not free.
9188
9189 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9190
9191 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9192 ID back using a parameter.
9193 * frame.c (frame_id_unwind): Update call.
9194 (frame_saved_regs_id_unwind): Update.
9195 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9196 * dummy-frame.h (struct frame_id): Add opaque declaration.
9197 (dummy_frame_id_unwind): Update declaration.
9198
9199 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9200
9201 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9202
9203 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9204
9205 * MAINTAINERS (Stephen P. Smith): Updated email address.
9206
9207 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9208
9209 Fix PR gdb/898
9210 * breakpoint.c (until_break_command): Add new argument. Use it to
9211 decide whether to stop only at the current frame or not.
9212 * breakpoint.h (until_break_command): Update prototype.
9213 * infcmd.c (until_command): Add new argument to until_break_command
9214 call.
9215 (advance_command): New function.
9216 (_initialize_infcmd): Update help string for 'until' command.
9217 Add new 'advance' command.
9218
9219 2003-01-14 David Carlton <carlton@math.stanford.edu>
9220
9221 * linespec.c (decode_line_1): Normalize comments.
9222 (set_flags): Ditto.
9223 (locate_first_half): Ditto.
9224 (decode_compound): Ditto.
9225 (symtab_from_filename): Ditto.
9226 (decode_all_digits): Ditto.
9227 (decode_dollar): Ditto.
9228 (find_methods): Ditto.
9229 (find_toplevel_char): Ditto.
9230
9231 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9232
9233 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9234 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9235 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9236 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9237 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9238 * language.c, language.h, m32r-tdep.c: Update copyright.
9239 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9240 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9241 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9242 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9243 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9244 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9245
9246 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9247
9248 * stabsread.h (process_later, resolve_cfront_continuation):
9249 Obsolete.
9250 Update copyright years.
9251 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9252 Update copyright year.
9253 * dbxread.c(struct cont_elem): Obsolete.
9254 (process_later, process_now): Obsolete functions.
9255 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9256 Update copyright year.
9257 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9258 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9259 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9260 (parse_partial_symbols): Obsolete cfront support.
9261 * stabsread.c
9262 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9263 macros.
9264 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9265 read_cfront_baseclasses, read_cfront_member_functions,
9266 resolve_cfront_continuation,read_cfront_static_fields,
9267 copy_cfront_struct_fields): Obsolete functions.
9268 (define_symbol, read_one_struct_field): Obsolete cfront support.
9269 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9270 Update Copyright year.
9271
9272 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9273
9274 * stack.c (print_frame_info, print_stack_frame_base_stub,
9275 print_stack_frame_base, show_and_print_stack_frame_stub,
9276 show_and_print_stack_frame, print_only_stack_frame_stub,
9277 print_only_stack_frame): Delete functions.
9278 (print_stack_frame_stub): Call print_frame_info instead of
9279 print_frame_info_base.
9280 (print_frame_info_base): Rename to print_frame_info.
9281 (backtrace_command_1): Call print_frame_info, instead of
9282 print_frame_info_base.
9283 (current_frame_command): Call print_stack_frame, instead of
9284 print_only_stack_frame.
9285 (frame_command): Call print_stack_frame, instead of
9286 show_and_print_stack_frame.
9287 (up_command): Ditto.
9288 (down_command): Ditto.
9289 * frame.h (print_only_stack_frame): Delete prototype.
9290 * infrun.c (normal_stop): Call print_stack_frame, instead of
9291 show_and_print_stack_frame.
9292 * thread.c (info_threads_command): Call print_stack_frame, instead
9293 of print_only_stack_frame.
9294
9295 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9296
9297 * README (Graphical interface to GDB): Update URL. Point at
9298 gdb/links/.
9299
9300 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9301 version match.
9302
9303 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9304
9305 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9306 lines.
9307
9308 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9309
9310 * thread-db.c (attach_thread): Prototype.
9311 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9312 thread information (ti), and valid flags (th_valid, ti_valid).
9313 (attach_thread): Move target_pid_to_str call to after the thread
9314 is added to GDB's list. Initialize the cache.
9315 (thread_get_info_callback, thread_db_map_id2thr)
9316 (thread_db_get_info): New functions.
9317 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9318 (thread_db_store_registers, thread_db_thread_alive)
9319 (thread_db_get_thread_local_address): Use them.
9320 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9321 of calling error() for threads in unknown state.
9322
9323 (clear_lwpid_callback): New function.
9324 (thread_db_resume): Use it to clear the cache.
9325
9326 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9327
9328 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9329 (resume_callback): Remove dead code.
9330
9331 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9332
9333 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9334 predicate.
9335 * gdbarch.h, gdbarch.c: Regenerate.
9336 * stack.c (frame_info): Only initialize the saved registers when
9337 FRAME_INIT_SAVED_REGS_P.
9338 * frame.c (frame_saved_regs_register_unwind): Assert
9339 FRAME_INIT_SAVED_REGS_P.
9340 (deprecated_generic_get_saved_register): Ditto.
9341
9342 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9343
9344 * source.c (openp): Squelch warning about "filename".
9345
9346 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9347
9348 * source.c (openp): If the file does not exist don't necessarily
9349 search the path.
9350
9351 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9352
9353 Fix PR gdb/872.
9354 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9355 (integer_types_same_name_p): New function.
9356 (rank_one_type): Use it.
9357 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9358
9359 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9360
9361 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9362 variables.
9363 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9364 * configure.in: Add --with-sysroot.
9365 * configure: Regenerated.
9366 * main.c (gdb_sysroot): New variable.
9367 (captured_main): Initialize gdb_sysroot.
9368 * defs.h (gdb_sysroot): New extern declaration.
9369 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9370
9371 2003-01-12 Michael Chastain <mec@shout.net>
9372
9373 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9374
9375 2003-01-12 Michael Chastain <mec@shout.net>
9376
9377 * top.c (print_gdb_version): Bump copyright year to 2003.
9378
9379 2003-01-12 David Carlton <carlton@bactrian.org>
9380
9381 * linespec.c (symtab_from_filename): Rename variable 's' to
9382 'file_symtab'.
9383
9384 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9385
9386 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9387 dummy frame.
9388 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9389
9390 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9391
9392 * d10v-tdep.c: Include "gdb_assert.h".
9393 (d10v_store_return_value): Rewrite to match current interface.
9394 (d10v_extract_struct_value_address): Ditto.
9395 (d10v_extract_return_value): Ditto.
9396 (d10v_gdbarch_init): Set store_restore_value,
9397 extract_struct_value_address and extract_return_value.
9398
9399 2003-01-12 J. Brobecker <brobecker@gnat.com>
9400
9401 * hpread.c (set_namestring): New procedure replacing the
9402 SET_NAMESTRING macro.
9403 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9404 by calls to set_namestring.
9405
9406 2003-01-11 J. Brobecker <brobecker@gnat.com>
9407
9408 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9409 a compilation warning.
9410 (hpread_process_one_debug_symbol): Likewise.
9411
9412 2003-01-10 David Carlton <carlton@math.stanford.edu>
9413
9414 * linespec.c (decode_line_1): Rename variable 's' to
9415 'file_symtab'.
9416 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9417 (decode_dollar): Ditto.
9418 (decode_variable): Ditto.
9419 (symbol_found): Ditto.
9420
9421 2003-01-09 Michael Chastain <mec@shout.net>
9422
9423 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9424
9425 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9426
9427 * win32-nat.c (set_process_privilege): New function.
9428 (child_attach): Call set_process_privilege() to enable the
9429 SE_DEBUG_NAME user privilege if available in process token.
9430
9431 2003-01-10 J. Brobecker <brobecker@gnat.com>
9432
9433 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9434 compilation error in the previous revision.
9435
9436 2003-01-09 David Carlton <carlton@math.stanford.edu>
9437
9438 * linespec.c: Update copyright.
9439
9440 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9441
9442 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9443 than inferior_ptid.
9444 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9445
9446 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9447
9448 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9449 Update comments.
9450 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9451 (frame_saved_regs_zalloc): Update.
9452 (frame_saved_regs_register_unwind): Update.
9453 (create_new_frame): Update.
9454 (get_prev_frame): Update.
9455 (frame_extra_info_zalloc): Update.
9456 (deprecated_get_frame_saved_regs): Update.
9457 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9458 * cris-tdep.c: Update comment.
9459
9460 * somsolib.h: Fix function indentation.
9461 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9462 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9463 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9464 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9465 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9466
9467 * infrun.c (follow_fork): Use ISO C definition.
9468 * expprint.c (print_subexp): Use xfree instead of free.
9469 * charset.c: Include "gdb_string.h" instead of <string.h>.
9470 (register_iconv_charsets): Use ISO C definition.
9471 (host_charset, target_charset): Ditto.
9472 * Makefile.in (charset.o): Update dependencies.
9473 (mi-cmd-env.o): Update dependencies.
9474
9475 2003-01-08 Andrew Cagney <cagney@redhat.com>
9476
9477 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9478 get_frame_base.
9479
9480 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9481
9482 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9483 build directories. Save edited gdb output in Mbuild.log. If a
9484 build fails, remove any final GDB executable.
9485
9486 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9487
9488 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9489 replacing hex constants with function names and stripping leading
9490 file name directory prefixes.
9491
9492 2003-01-08 Andrew Cagney <cagney@redhat.com>
9493
9494 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9495 get_frame_base.
9496
9497 2003-01-08 David Carlton <carlton@math.stanford.edu>
9498
9499 * linespec.c (decode_line_1): Move code into decode_variable.
9500 (decode_variable): New function.
9501
9502 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9503
9504 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9505
9506 2003-01-08 Andrew Cagney <cagney@redhat.com>
9507
9508 * cris-tdep.c (cris_frame_init_saved_regs): Use
9509 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9510 saved_regs buffer.
9511 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9512 (sh64_nofp_frame_init_saved_regs): Ditto.
9513 (sh_fp_frame_init_saved_regs): Ditto.
9514 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9515 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9516 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9517 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9518
9519 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9520
9521 * minsyms.c (lookup_minimal_symbol): Update comment.
9522 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9523 (lookup_minimal_symbol_solib_trampoline): Likewise.
9524
9525 2003-01-08 Andrew Cagney <cagney@redhat.com>
9526
9527 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9528 frame_relative_level.
9529
9530 * alpha-tdep.c: Use get_frame_extra_info.
9531 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9532 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9533 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9534 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9535
9536 * alpha-tdep.c: Use get_next_frame.
9537 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9538 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9539 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9540 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9541 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9542 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9543 * xstormy16-tdep.c: Ditto.
9544
9545 2003-01-07 Andrew Cagney <cagney@redhat.com>
9546
9547 * alpha-tdep.c: Use get_frame_base.
9548 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9549 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9550 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9551 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9552 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9553 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9554 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9555 * config/sparc/tm-sparc.h: Ditto.
9556
9557 2003-01-07 Andrew Cagney <cagney@redhat.com>
9558
9559 * frame.c (deprecated_get_frame_context): New function.
9560 (deprecated_set_frame_context): New function.
9561 * frame.h (deprecated_get_frame_context): Declare.
9562 (deprecated_set_frame_context): Declare.
9563 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9564 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9565
9566 2003-01-07 Andrew Cagney <cagney@redhat.com>
9567
9568 * frame.c (deprecated_set_frame_next_hack): New function.
9569 (deprecated_set_frame_prev_hack): New function.
9570 * frame.h (deprecated_set_frame_next_hack): Declare.
9571 (deprecated_set_frame_prev_hack): Declare.
9572 * mcore-tdep.c (analyze_dummy_frame): Use
9573 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9574 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9575
9576 2003-01-07 David Carlton <carlton@math.stanford.edu>
9577
9578 * linespec.c (decode_line_1): Move code into decode_dollar.
9579 (decode_dollar): New function.
9580
9581 2003-01-07 Andrew Cagney <cagney@redhat.com>
9582
9583 * arm-tdep.c (arm_init_extra_frame_info): Use
9584 deprecated_update_frame_base_hack.
9585 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9586 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9587 (fix_frame_pointer): Ditto.
9588 (mn10300_analyze_prologue): Ditto.
9589
9590 2003-01-07 Andrew Cagney <cagney@redhat.com>
9591
9592 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9593 extra_info using frame_extra_info_zalloc.
9594 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9595 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9596 (sh64_init_extra_frame_info): Ditto.
9597 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9598 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9599 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9600 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9601 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9602 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9603 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9604 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9605 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9606 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9607 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9608 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9609
9610 * mn10300-tdep.c (analyze_dummy_frame): Use
9611 deprecated_set_frame_extra_info_hack.
9612 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9613
9614 2003-01-07 J. Brobecker <brobecker@gnat.com>
9615
9616 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9617 class is not scText. These do not define "real" procedures.
9618 (parse_partial_symbols): Likewise.
9619
9620 2003-01-06 Michael Snyder <msnyder@redhat.com>
9621
9622 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9623
9624 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9625
9626 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9627 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9628 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9629 deprecated_frame_xmalloc_with_cleanup.
9630 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9631 deprecated_frame_xmalloc.
9632 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9633 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9634
9635 2003-01-06 Andrew Cagney <cagney@redhat.com>
9636
9637 * x86-64-linux-tdep.c: Include "osabi.h".
9638 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9639
9640 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9641
9642 2003-01-06 Andrew Cagney <cagney@redhat.com>
9643
9644 * MAINTAINERS (Target Instruction Set Architectures): Update
9645 arm-elf. Can be built with -Werror, has been multiarched.
9646
9647 * value.h (unpack_long): Make buffer parameter constant.
9648 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9649 * scm-lang.h (scm_parse): Ditto.
9650 * defs.h (extract_typed_address, extract_address): Ditto.
9651 (extract_long_unsigned_integer): Ditto.
9652 * inferior.h (unsigned_pointer_to_address): Ditto.
9653 (signed_pointer_to_address): Ditto.
9654 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9655 * gdbarch.h, gdbarch.c: Regenerate.
9656 * findvar.c (extract_long_unsigned_integer): Update.
9657 (extract_address): Update.
9658 (extract_typed_address): Update.
9659 (unsigned_pointer_to_address): Update.
9660 * values.c (unpack_long): Update.
9661 (unpack_double): Update.
9662 (unpack_pointer): Update.
9663 (unpack_field_as_long): Update.
9664 * d10v-tdep.c (d10v_pointer_to_address): Update.
9665 * avr-tdep.c (avr_pointer_to_address): Update.
9666 * scm-lang.c (scm_unpack): Update.
9667 * findvar.c (signed_pointer_to_address): Update.
9668
9669 2003-01-06 Michal Ludvig <mludvig@suse.cz>
9670
9671 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
9672 since it is in i386-tdep.c.
9673
9674 2003-01-06 J. Brobecker <brobecker@gnat.com>
9675
9676 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9677 failure introduced in the previous change.
9678
9679 2003-01-05 Michael Chastain <mec@shout.net>
9680
9681 * README: Remove references to deleted remote-*.c files:
9682 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9683 remote-nrom.c, remote-os9k.c, remote-udi.c.
9684
9685 2003-01-05 Mark Kettenis <kettenis@gnu.org>
9686
9687 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9688 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9689 i386_get_longjmp_target.
9690
9691 2003-01-05 Andrew Cagney <ac131313@redhat.com>
9692
9693 * arm-tdep.c (prologue_cache): Change to a pointer.
9694 (_initialize_arm_tdep): Allocate prologue_cache.
9695 (check_prologue_cache): Update.
9696 (save_prologue_cache): Update.
9697 (arm_gdbarch_init): Update.
9698
9699 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9700
9701 * stabsread.c (update_method_name_from_physname): Call complaint()
9702 instead of error.
9703
9704 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9705
9706 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9707 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9708 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9709
9710 * blockframe.c: Include "gdbcmd.h" and "command.h".
9711 (backtrace_below_main): New variable.
9712 (file_frame_chain_valid, func_frame_chain_valid)
9713 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9714 (generic_func_frame_chain_valid): Remove functions.
9715 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9716 (_initialize_blockframe): New function.
9717 * Makefile.in (blockframe.o): Update dependencies.
9718 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9719 comment. Call frame_chain_valid ().
9720 * frame.h: Remove old prototypes. Add prototype for
9721 frame_chain_valid and update comments to match.
9722 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9723 Remove old comment.
9724 * gdbarch.h: Regenerated.
9725 * gdbarch.c: Regenerated.
9726
9727 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9728 set_gdbarch_frame_chain_valid.
9729 * avr-tdep.c (avr_gdbarch_init): Likewise.
9730 * cris-tdep.c (cris_gdbarch_init): Likewise.
9731 * frv-tdep.c (frv_gdbarch_init): Likewise.
9732 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9733 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9734 (i386_nw_init_abi): Likewise.
9735 (i386_gdbarch_init): Likewise.
9736 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9737 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9738 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9739 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9740 * mips-tdep.c (mips_gdbarch_init): Likewise.
9741 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9742 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9743 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9744 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9745 * s390-tdep.c (s390_gdbarch_init): Likewise.
9746 * sh-tdep.c (sh_gdbarch_init): Likewise.
9747 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9748 * v850-tdep.c (v850_gdbarch_init): Likewise.
9749 * vax-tdep.c (vax_gdbarch_init): Likewise.
9750 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9751
9752 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9753 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9754 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9755 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9756 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9757 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9758 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9759 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9760
9761 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
9762
9763 * Makefile.in (acconfig_h): Remove incorrect macro.
9764 (config_h): Define.
9765 (osabi.o): Update dependencies.
9766 * configure.tgt: Set gdb_osabi based on target triplet.
9767 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
9768 * configure: Regenerated.
9769 * config.in: Regenerated.
9770 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
9771 (GDB_OSABI_DEFAULT): Define if not already defined.
9772 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
9773 (set_osabi_string): New variables.
9774 (gdbarch_register_osabi): Add new OS ABI to
9775 gdb_osabi_available_names.
9776 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
9777 (set_osabi, show_osabi): New functions.
9778 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
9779
9780 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9781
9782 * arch-utils.c (gdbarch_info_init): Set osabi to
9783 GDB_OSABI_UNINITIALIZED.
9784 * gdbarch.sh: Add osabi to struct gdbarch and to struct
9785 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
9786 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
9787 * gdbarch.c: Regenerated.
9788 * gdbarch.h: Regenerated.
9789 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
9790 there's no BFD.
9791 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
9792 * osabi.h (enum gdb_osabi): Move to defs.h.
9793 (gdbarch_init_osabi): Update prototype.
9794 * defs.h (enum gdb_osabi): Moved here.
9795 * Makefile.in: Update dependencies.
9796
9797 * alpha-tdep.h: Don't include "osabi.h".
9798 (struct gdbarch_tdep): Remove osabi member.
9799 * alpha-tdep.c: Include "osabi.h".
9800 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9801 iterate over arches. Update call to gdbarch_init_osabi.
9802 (alpha_dump_tdep): Don't dump osabi.
9803 * alpha-linux-tdep.c: Include "osabi.h".
9804 * alpha-osf1-tdep.c: Include "osabi.h".
9805 * alphafbsd-tdep.c: Include "osabi.h".
9806 * alphanbsd-tdep.c: Include "osabi.h".
9807
9808 * arm-tdep.h: Don't include "osabi.h".
9809 (struct gdbarch_tdep): Remove osabi member.
9810 * arm-tdep.c: Include "osabi.h".
9811 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9812 iterate over arches. Update call to gdbarch_init_osabi.
9813 (arm_dump_tdep): Don't dump osabi.
9814 * arm-linux-tdep.c: Include "osabi.h".
9815 * armnbsd-tdep.c: Include "osabi.h".
9816
9817 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
9818 Update call to gdbarch_init_osabi.
9819
9820 * i386-tdep.h: Don't include "osabi.h".
9821 (struct gdbarch_tdep): Remove osabi member.
9822 * i386-tdep.c: Include "osabi.h".
9823 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9824 iterate over arches. Update call to gdbarch_init_osabi.
9825 (i386_dump_tdep): Don't dump osabi.
9826 * i386-linux-tdep.c: Include "osabi.h".
9827 * i386-sol2-tdep.c: Include "osabi.h".
9828 * i386bsd-tdep.c: Include "osabi.h".
9829 * i386gnu-tdep.c: Include "osabi.h".
9830 * i386ly-tdep.c: Include "osabi.h".
9831 * i386nbsd-tdep.c: Include "osabi.h".
9832 * i386obsd-tdep.c: Include "osabi.h".
9833
9834 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
9835 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9836 check osabi when iterating over arches. Update call to
9837 gdbarch_init_osabi.
9838 (mips_dump_tdep): Don't dump osabi.
9839
9840 * ns32k-tdep.h: Don't include "osabi.h".
9841 (struct gdbarch_tdep): Remove.
9842 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
9843 gdbarch_lookup_osabi. Don't iterate over arches. Don't
9844 allocate tdep. Update call to gdbarch_init_osabi.
9845 (ns32k_dump_tdep): Remove.
9846 (_initialize_ns32k_tdep): Update call to gdbarch_register.
9847 * ns32knbsd-tdep.c: Include "osabi.h".
9848
9849 * ppc-tdep.h: Don't include "osabi.h".
9850 (struct gdbarch_tdep): Remove osabi member.
9851 * rs6000-tdep.c: Include "osabi.h".
9852 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
9853 osabi when iterating over arches. Update call to
9854 gdbarch_init_osabi.
9855 (rs6000_dump_tdep): Don't dump osabi.
9856 * ppc-linux-tdep.c: Include "osabi.h".
9857 * ppcnbsd-tdep.c: Include "osabi.h".
9858
9859 * sh-tdep.h: Don't include "osabi.h".
9860 (struct gdbarch_tdep): Remove osabi member.
9861 * sh-tdep.c: Include "osabi.h".
9862 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9863 iterate over arches. Update call to gdbarch_init_osabi.
9864 (sh_dump_tdep): Don't dump osabi.
9865 * shnbsd-tdep.c: Include "osabi.h".
9866
9867 * sparc-tdep.c: Include "osabi.h".
9868 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9869 iterate over arches. Update call to gdbarch_init_osabi.
9870 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
9871 tdep structure.
9872
9873 * vax-tdep.h: Don't include "osabi.h".
9874 (struct gdbarch_tdep): Remove.
9875 * vax-tdep.c: Include "osabi.h".
9876 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9877 iterate over arches. Don't allocate tdep. Update call
9878 to gdbarch_init_osabi.
9879 (vax_dump_tdep): Remove.
9880 (_initialize_vax_tdep): Update call to gdbarch_register.
9881
9882 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9883
9884 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
9885 entirely.
9886 (breakpoint_re_set_one): Don't fetch the value for a disabled
9887 watchpoint.
9888
9889 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9890
9891 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
9892 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
9893 (COERCE_FLOAT_TO_DOUBLE): Remove.
9894 * gdbarch.c: Regenerate.
9895 * gdbarch.h: Regenerate.
9896 * Makefile.in: Remove value_h from gdbarch_h.
9897 * valops.c (coerce_float_to_double): New variable.
9898 (default_coerce_float_to_double): Remove.
9899 (standard_coerce_float_to_double): Remove.
9900 (value_arg_coerce): Use coerce_float_to_double.
9901 (_initialize_valops): Add "set coerce-float-to-double".
9902 * value.h (default_coerce_float_to_double): Remove prototype.
9903 (standard_coerce_float_to_double): Remove prototype.
9904
9905 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
9906 prototyped.
9907 * mdebugread.c (parse_symbol): Likewise.
9908 * stabsread.c (define_symbol): Mark all functions as prototyped.
9909
9910 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
9911 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
9912 set_gdbarch_coerce_float_to_double.
9913 * arm-tdep.c (arm_gdbarch_init): Likewise.
9914 * frv-tdep.c (frv_gdbarch_init): Likewise.
9915 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
9916 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
9917 * mips-tdep.c (mips_gdbarch_init): Likewise.
9918 (mips_coerce_float_to_double): Remove.
9919 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9920 (rs6000_coerce_float_to_double): Remove.
9921 * s390-tdep.c (s390_gdbarch_init): Likewise.
9922 * sh-tdep.c (sh_gdbarch_init): Likewise.
9923 (sh_coerce_float_to_double): Remove.
9924 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9925 (sparc_coerce_float_to_double): Remove.
9926 * v850-tdep.c (v850_gdbarch_init): Likewise.
9927 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
9928 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9929 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
9930 (hppa_coerce_float_to_double): Remove prototype.
9931 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9932
9933 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9934
9935 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
9936
9937 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9938
9939 Suggested by Stewart Brown <sb24@avaya.com>:
9940 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
9941 in recursive calls. Handle TYPE_CODE_TYPEDEF.
9942 (c_type_print_varspec_suffix): Likewise.
9943
9944 2003-01-04 Mark Kettenis <kettenis@gnu.org>
9945
9946 * configure.in: Don't set and AC_SUBST SUBDIRS.
9947 * configure: Regenerated.
9948
9949 * configure.in: Remove code dealing with shared libraries.
9950 * Makefile.in: Remove HLDFLAGS and HLDENV.
9951 * configure: Regenerated.
9952
9953 2003-01-04 Andrew Cagney <ac131313@redhat.com>
9954
9955 * frame.c (deprecated_frame_xmalloc): New function.
9956 (deprecated_set_frame_saved_regs_hack): New function.
9957 (deprecated_set_frame_extra_info_hack): New function.
9958 * frame.h (deprecated_frame_xmalloc): Declare.
9959 (deprecated_set_frame_saved_regs_hack): Declare.
9960 (deprecated_set_frame_extra_info_hack): Declare.
9961
9962 2003-01-04 Mark Kettenis <kettenis@gnu.org>
9963
9964 * configure.in: Move code that provides the --enable-gdbtk option
9965 right after the code that handles the --enable-tui option, and
9966 polish it somewhat.
9967 * configure: Regenerated.
9968
9969 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
9970 AC_CHECK_FUNCS and remove the old check for pread64.
9971 * acinclude.m4 (AC_GNU_SOURCE): New macro.
9972 * acconfig.h (_GNU_SOURCE): Add.
9973 (HAVE_PREAD64): Remove.
9974 * configure, aclocal.m4, config.in: Regenerated.
9975
9976 2003-01-03 Andrew Cagney <ac131313@redhat.com>
9977
9978 * alpha-tdep.c: Use get_frame_saved_regs.
9979 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9980 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9981 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
9982 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
9983 * vax-tdep.c, xstormy16-tdep.c: Ditto.
9984
9985 2003-01-03 Mark Kettenis <kettenis@gnu.org>
9986
9987 * configure.in: Remove all use of the SUBDIRS variable; add
9988 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
9989 code providing the --enable-multi-ice option, and move it right in
9990 front of the code that checks whether gdbserver is supported.
9991 Polish that too.
9992 * configure: Regenerated.
9993 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
9994 @SUBDIRS@.
9995
9996 2003-01-03 Andrew Cagney <cagney@redhat.com>
9997
9998 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
9999 * avr-tdep.c, cris-tdep.c: Ditto.
10000 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10001 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10002
10003 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10004
10005 * configure.in: Remove --enable-netrom option.
10006 * configure: Regenerated.
10007
10008 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10009
10010 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10011 declaration for `struct re_pattern_buffer' instead.
10012 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10013
10014 2003-01-03 J. Brobecker <brobecker@gnat.com>
10015
10016 * mdebugread.c (parse_symbol): Count until the stEnd matching
10017 the structure name.
10018
10019 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10020
10021 * configure.in: Remove --with-cpu option.
10022 subscripts. Remove evil changequotes here.
10023 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10024 * config.in, configure: Regenerated.
10025
10026 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10027 * configure.in: Cleanup section that sources GDB and BFD configure
10028 subscripts. Remove evil changequotes here.
10029 * config.in, configure: Regenerated.
10030
10031 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10032
10033 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10034 frame accessor methods.
10035 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10036 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10037 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10038 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10039 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10040 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10041 * z8k-tdep.c: Ditto.
10042
10043 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10044
10045 * configure.in: Remove UI_OUT configuration code.
10046 * ada-lang.c: Update assuming UI_OUT is always true.
10047 * Makefile.in (UIOUT_CFLAGS): Remove.
10048 * configure: Regenerated.
10049 * TODO: Remove blurb about elimination of -DUI_OUT.
10050
10051 * configure.in: Move code that provides the --enable-gdbcli,
10052 --enable-gdbmi options right before the code that handles the
10053 --enable-tui option. Polish a bit.
10054 * configure: Regenerated.
10055
10056 * configure.in: Rewrite check for GNU regex and the
10057 --without-included regex option, and move it into the "Checks for
10058 library functions" section. This makes us use the system regex
10059 again by default on systems with version 2 of the GNU C library.
10060 This was apparently broken.
10061 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10062 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10063 * config.in, configure: Regenerated.
10064
10065 * configure.in: Move code that provides the --enable-tui option
10066 before the "Checks for libraries" section. Polish the code
10067 somewhat and set need_curses to yes if we build the TUI. Rewrite
10068 code that looks for a library providing termcap functionality to
10069 match more closely what's done in the Readline library, and move
10070 it into to the "Checks for libraries" section.
10071 * configure: Regenerated.
10072 * Makefile.in (TERMCAP): Remove variable.
10073 * config/i386/go32.mh (TERMCAP): Remove variable.
10074
10075 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10076
10077 * MAINTAINERS: Mention gdb_mbuild.sh.
10078 * gdb_mbuild.sh: Rewrite.
10079
10080 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10081
10082 * configure.in: Fix typo in last change.
10083 * config.in, configure: Regenerated.
10084
10085 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10086
10087 * valarith.c (value_binop): Delete obsolete code and comments.
10088 * configure.host: Ditto.
10089 * buildsym.h (make_blockvector): Ditto.
10090 * buildsym.c (make_blockvector): Ditto.
10091 * defs.h (enum language): Ditto.
10092 (chill_demangle): Ditto.
10093 * elfread.c (elf_symtab_read): Ditto.
10094 * dwarfread.c (CHILL_PRODUCER): Ditto.
10095 (set_cu_language): Ditto.
10096 (handle_producer): Ditto.
10097 * expprint.c (print_subexp): Ditto.
10098 * gdbtypes.c (chill_varying_type): Ditto.
10099 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10100 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10101 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10102 (chill_varying_type): Ditto.
10103 * language.h (_LANG_chill): Ditto.
10104 * language.c (binop_result_type, integral_type): Ditto.
10105 (character_type, string_type, structured_type): Ditto.
10106 (lang_bool_type, binop_type_check): Ditto.
10107 * stabsread.h (os9k_stabs): Ditto.
10108 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10109 (define_symbol, read_type, read_struct_fields): Ditto.
10110 (read_array_type, read_enum_type, read_huge_number): Ditto.
10111 (read_range_type, start_stabs): Ditto.
10112 * symfile.c (init_filename_language_table): Ditto.
10113 (add_psymbol_with_dem_name_to_list): Ditto.
10114 * symtab.c (symbol_init_language_specific): Ditto.
10115 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10116 * symtab.h (struct general_symbol_info): Ditto.
10117 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10118 * typeprint.c (typedef_print): Ditto.
10119 * utils.c (fprintf_symbol_filtered): Ditto.
10120 * valops.c (value_cast, search_struct_field, value_slice): Delete
10121 obsolete code.
10122 (varying_to_slice): Delete function.
10123 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10124 (varying_to_slice): Delete declaration.
10125 * MAINTAINERS: Update.
10126
10127 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10128
10129 * configure.in: Reorganize "Checks for library functions section"
10130 a bit. Remove check for `btowc' and `isascii' functions.
10131 * configure: Regenerated.
10132
10133 * acconfig.h (_MSE_INT_H): Remove.
10134 * configure.in: Create "Checks for header files" section, and move
10135 appropriate tests there. Don't check for objlist.h, wchar.h,
10136 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10137 misdetection fix. Also add "Checks for types", "Checks for
10138 compiler characteristics" and "Checks for library functions"
10139 sections.
10140 * config.in, configure: Regenerated.
10141
10142 * configure.in: Create "Checks for programs" section, and move
10143 appropriate tests there.
10144
10145 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10146
10147 * configure.in: Create "Checks for libraries" section, and move
10148 appropriate tests there. Cleanup check for wctype in libw. Use
10149 AC_SEARCH_LIBS to see whether we need libsocket.
10150 * configure: Regenerated.
10151
10152 For older changes see ChangeLog-2002
10153 \f
10154 Local Variables:
10155 mode: change-log
10156 left-margin: 8
10157 fill-column: 74
10158 version-control: never
10159 End:
This page took 0.245724 seconds and 4 git commands to generate.