481ec599cfbb18b09c478b2ea1d081f08afa5ca5
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2
3 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4 instead of frame_read_register.
5
6 * i386fbsd-nat.c: Include "i386-tdep.h".
7 (child_resume): Make `eflags' an ULONGEST. Use
8 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
9 instead of register_read and register_write.
10
11 * i386bsd-nat.c (fetch_inferior_registers,
12 store_inferior_registers): Don't use && at the end of a line.
13 (_initialize_i386bsd_nat): Fix typo.
14
15 * frame.c (_initialize_frame): Add missing backslash.
16
17 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
18 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
19 and supply_register instead of manipulating the register buffer
20 directly.
21
22 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
23 * config/i386/nm-i386sol2.h
24 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
25
26 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
27 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
28 instructions that GCC likes to mingle into the prologue. Fixes
29 gdb/1253 and gdb/1255.
30
31 2003-08-09 Andrew Cagney <cagney@redhat.com>
32
33 Fix GDB PR cli/926.
34 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
35 * command.h (add_setshow_uinteger_cmd): Declare.
36 * frame.c (set_backtrace_cmd): New function.
37 (show_backtrace_cmd): New function.
38 * frame.c (_initialize_frame): Replace "set/show
39 backtrace-below-main" with "set/show backtrace past-main". Add
40 command "set/show backtrace limit".
41 (backtrace_past_main): Rename "backtrace_below_main".
42 (backtrace_limit): New variable.
43 (get_prev_frame): Update. Check the backtrace_limit.
44
45 2003-08-09 Andrew Cagney <cagney@redhat.com>
46
47 * defs.h (xstrprintf): Declare.
48 * utils.c (xstrprintf): New function.
49 * breakpoint.c (insert_breakpoints): Replace sprintf and
50 non-literal format strings, with xstrprintf and cleanups.
51 (delete_breakpoint,breakpoint_re_set): Ditto.
52 (commands_command, insert_breakpoints): Ditto.
53 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
54 (break_at_finish_command_1): Ditto.
55
56 2003-08-09 Andrew Cagney <cagney@redhat.com>
57
58 * MAINTAINERS (language support): List Adam Fedor as Objective C
59 maintainer.
60
61 2003-08-08 J. Brobecker <brobecker@gnat.com>
62
63 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
64 are now multiarched.
65
66 2003-08-08 J. Brobecker <brobecker@gnat.com>
67
68 * config/pa/tm-hppa64.h: Remove lots of macros that are no
69 longer necessary now that hppa64 is partially multiarch'ed.
70
71 2003-08-08 Andrew Cagney <cagney@redhat.com>
72
73 * interps.c (interp_set): Check for a NULL "old_interp".
74
75 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
76
77 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
78 (install-only): Support DESTDIR.
79 (uninstall): Likewise.
80 (install-gdbtk): Likewise.
81
82 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
83
84 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
85 contains something meaningful at all times.
86
87 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
88
89 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
90
91 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
92
93 * MAINTAINERS (write after approval): Added self.
94
95 2003-08-07 Andrew Cagney <cagney@redhat.com>
96
97 * inferior.h (AT_SYMBOL): Define.
98 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
99 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
100 * mips-tdep.c (mips_call_dummy_address): Delete function.
101 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
102 set call_dummy_address.
103
104 2003-08-07 Andrew Cagney <cagney@redhat.com>
105
106 * language.c (op_error): Delete function.
107 (binop_type_check): Delete function.
108 * language.h (type_op_error, range_op_error): Delete macros.
109 (op_error): Delete declaration.
110
111 2003-08-07 Andrew Cagney <cagney@redhat.com>
112
113 * interps.h (INTERP_MI2, INTERP_MI3): Define.
114
115 2003-08-07 Michal Ludvig <mludvig@suse.cz>
116
117 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
118 (x86_64_push_arguments): Skip the red zone.
119
120 2003-08-05 Andrew Cagney <cagney@redhat.com>
121
122 * reggroups.c (reggroup_next): Check for the final entry.
123
124 2003-08-04 Andrew Cagney <cagney@redhat.com>
125
126 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
127 * cli/cli-script.c (define_command): Call query directly, instead
128 of passing it a buffer.
129 * ocd.c (ocd_error): Pass error a constant format string.
130 * remote-mips.c (mips_error): Use fputs_filtered.
131
132 * solib-svr4.c (_initialize_svr4_solib): Update
133 register_gdbarch_data call.
134 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
135
136 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
137 (register_gdbarch_data): Delete "free" parameter. Update
138 comments.
139 * gdbarch.h, gdbarch.c: Re-generate.
140 * reggroups.c (_initialize_reggroup): Update.
141 * gnu-v3-abi.c (init_gnuv3_ops): Update.
142 * frame-base.c (_initialize_frame_base): Update.
143 * frame-unwind.c (_initialize_frame_unwind): Update.
144 * user-regs.c (_initialize_user_regs): Update.
145 * remote.c (_initialize_remote): Update.
146 * regcache.c (_initialize_regcache): Update.
147
148 * regcache.c (xfree_regcache_descr): Delete function.
149 (_initialize_regcache): Update call to register_gdbarch_data.
150 (init_regcache_descr, init_legacy_regcache_descr): Use
151 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
152
153 * remote.c (free_remote_state): Delete function.
154 (_initialize_remote): Update register_gdbarch_data.
155 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
156 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
157
158 2003-08-04 Andrew Cagney <cagney@redhat.com>
159
160 * reggroups.c (struct reggroup_el): Define.
161 (struct reggroups): Delete field "nr_group". Replace array
162 "group" with a "first" to "last" linked list.
163 (reggroups_init): Update. Allocate using gdbarch's obstack.
164 (reggroups_free): Delete function.
165 (add_group): Update. Add "el" parameter.
166 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
167 (default_groups): Update.
168 (reggroup_next): Replace reggroups.
169 (reggroups_dump): Update.
170 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
171 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
172 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
173
174 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
175
176 * Makefile.in (tui-interp.o): Update dependencies.
177
178 2003-08-04 David Carlton <carlton@kealia.com>
179
180 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
181 to internal_error call.
182 * source.c (forward_search_command): Add "%s" format argument.
183 (reverse_search_command): Ditto.
184 * top.c (quit_confirm): Ditto.
185 * cli/cli-setshow.c (do_setshow_command): Ditto.
186 * cp-valprint.c (cp_print_class_method): Replace
187 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
188 (cp_print_class_member): Ditto.
189 * event-top.c (command_line_handler): Ditto.
190 * linux-proc.c (linux_info_proc_cmd): Ditto.
191 * p-typeprint.c (pascal_type_print_base): Ditto.
192 * p-valprint.c (pascal_object_print_class_method): Ditto.
193 (pascal_object_print_class_member): Ditto.
194 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
195 * remote.c (remote_cisco_section_offsets): Ditto.
196 * top.c (command_line_input): Ditto.
197 * utils.c (vwarning,error_stream,quit): Ditto.
198 * valprint.c (print_floating,print_binary_chars)
199 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
200
201 2003-08-04 Andrew Cagney <cagney@redhat.com>
202
203 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
204
205 2003-08-02 Andrew Cagney <cagney@redhat.com>
206
207 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
208 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
209 amd64fbsd-nat.c.
210
211 2003-08-02 Andrew Cagney <cagney@redhat.com>
212
213 * Makefile.in: Update all dependencies and definitions.
214
215 2003-08-02 Adam Fedor <fedor@gnu.org>
216
217 * linespec.c (is_objc_method_format): New function
218 (decode_line_1, locate_first_half): Use it.
219 Fixes PR objc/1298
220
221 2003-08-01 Andrew Cagney <cagney@redhat.com>
222
223 * NEWS: Mention that m32r is multi-arch.
224 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
225 * configure.tgt: Recognize m32r-*-*.
226 * config/m32r/tm-m32r.h: Delete file.
227 * config/m32r/m32r.mt: New file.
228 * m32r-rom.c (m32r_upload_command): Use hostent only when
229 gethostname succeeds, in order to avoid a compilation
230 warning.
231 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
232 compiler warning.
233
234 2003-08-01 Michael Snyder <msnyder@redhat.com>
235
236 * sh-tdep.c (sh_frame_align): New gdbarch method.
237 (sh_gdbarch_init): Set up frame_align method.
238
239 2003-07-31 Michael Snyder <msnyder@redhat.com>
240
241 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
242 which is already covered by the new frames infrastructure.
243
244 2003-07-31 Andrew Cagney <cagney@redhat.com>
245
246 * user-regs.c (struct user_reg): Add "next" link.
247 (struct user_regs): Replace "user" with "first" and "last" links.
248 (append_user_reg): Add pre-allocated "reg" parameter.
249 (builtin_user_regs): Provide initial value for "last".
250 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
251 (user_regs_init): Allocate memory from the gdbarch obstack.
252 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
253 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
254 linked list.
255 (usernum_to_user_reg): New function.
256 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
257 (value_of_user_reg): Use usernum_to_user_reg.
258 (user_regs_free): Delete function.
259 (_initialize_user_regs): Update register_gdbarch_data call.
260
261 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
262
263 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
264
265 2003-07-30 Michael Snyder <msnyder@redhat.com>
266
267 * value.h (value_being_returned): Add a struct_addr argument.
268 * infcall.c (call_function_by_hand): Pass struct_addr to
269 value_being_returned.
270 * infcmd.c (print_return_value): Pass zero as struct_addr.
271 * values.c (value_being_returned): If struct_addr is passed,
272 use it instead of trying to recover it from the inferior.
273
274 2003-07-30 Kevin Buettner <kevinb@redhat.com>
275
276 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
277 the prologue analyzer won't need to attempt to extract the pc
278 value from the woefully incomplete dummy frame.
279 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
280 possible. Disable code which modifies the frame.
281
282 2003-07-28 Andrew Cagney <cagney@redhat.com>
283
284 * annotate.c (annotate_breakpoints_headers): Restrict annotation
285 to level 2.
286 (annotate_breakpoints_table, annotate_record): Ditto.
287 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
288 (annotate_field_name_end, annotate_field_value): Ditto.
289 (annotate_field_end, annotate_frame_source_begin): Ditto.
290 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
291 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
292 (annotate_frame_begin, annotate_frame_function_name): Ditto.
293 (annotate_frame_address_end, annotate_frame_address): Ditto.
294 (annotate_frame_args, annotate_frame_end): Ditto.
295 (annotate_frame_where, annotate_arg_begin): Ditto.
296 (annotate_arg_name_end, annotate_arg_value): Ditto.
297 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
298 (annotate_function_call, annotate_signal_name): Ditto.
299 (annotate_signal_string, annotate_signal_name_end): Ditto.
300 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
301 (annotate_value_begin, annotate_value_history_value): Ditto.
302 (annotate_value_history_end, annotate_value_end): Ditto.
303 (annotate_display_begin, annotate_display_number_end): Ditto.
304 (annotate_display_format, annotate_display_expression): Ditto.
305 (annotate_display_expression_end, annotate_display_value): Ditto.
306 (annotate_display_end, annotate_array_section_begin): Ditto.
307 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
308 (annotate_elt, annotate_array_section_end): Ditto.
309
310 2003-07-28 Andrew Cagney <cagney@redhat.com>
311
312 * regcache.c (struct regcache_descr): Update comments on
313 nr_raw_registers.
314 (init_legacy_regcache_descr): Don't set nr_raw_registers or
315 sizeof_raw_register_valid_p.
316 (init_regcache_descr): Set nr_raw_registers and
317 sizeof_raw_register_valid_p before calling
318 init_legacy_regcache_descr.
319
320 2003-07-28 Andrew Cagney <cagney@redhat.com>
321
322 * mips-tdep.c (print_gp_register_row): Print the GPR's register
323 MOD NUM_REGS.
324
325 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
326
327 * thread.c (info_threads_command): Use get_selected_frame ().
328 Check that there is at least one non-sentinel frame.
329
330 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
331
332 * m68hc11-tdep.c (struct frame_extra_info): Remove.
333 (m68hc11_pop_frame): Remove.
334 (m68hc11_frame_saved_pc): Remove.
335 (m68hc11_frame_chain): Remove.
336 (m68hc11_frame_init_saved_regs): Remove.
337 (m68hc11_init_extra_frame_info): Remove.
338 (m68hc11_store_struct_return): Remove.
339 (m68hc11_saved_pc_after_call): Remove.
340
341 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
342
343 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
344 frame unwind information.
345 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
346 and adapted for frame unwinding.
347 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
348 (m68hc11_unwind_pc): New function.
349 (m68hc11_frame_unwind_cache): New function to analyze frames.
350 (m68hc11_frame_this_id): New function to create new frame struct.
351 (m68hc11_frame_prev_register): New function to unwind a register from
352 the frame.
353 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
354 (m68hc11_frame_p): New function for the above.
355 (m68hc11_frame_base_address): New function to return fp of frame.
356 (m68hc11_frame_args_address): Update for frame.
357 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
358 (m68hc11_unwind_sp): New function.
359 (m68hc11_unwind_dummy_id): New function.
360 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
361 calls.
362
363 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
364
365 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
366 (m68hc11_guess_from_prologue): Advance the pc and frame size only
367 when we are beyond the current pc.
368
369 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
370
371 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
372 from m68hc11_push_arguments.
373 (m68hc11_push_arguments): Remove.
374 (m68hc11_push_return_address): Remove.
375 (m68hc11_gdbarch_init): Install the above; remove above deprecated
376 handlers; remove deprecated_extra_stack_alignment_needed.
377
378 2003-07-27 Andrew Cagney <cagney@redhat.com>
379
380 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
381 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
382 REAL_PC and not the pointer.
383 * hppa-hpux-tdep.c: Include frame.h
384
385 2003-07-27 Andrew Cagney <cagney@redhat.com>
386
387 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
388 GDB_MULTI_ACH_PARTIAL.
389
390 2003-07-27 Andrew Cagney <cagney@redhat.com>
391
392 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
393 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
394 operator at start and not end of line.
395 (decode_prologue): Ditto.
396 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
397 frame_unwind_register_unsigned instead of
398 frame_unwind_unsigned_register.
399 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
400 read_register.
401 (m32r_push_dummy_call): Use register_size instead of
402 REGISTER_RAW_SIZE.
403 (m32r_frame_sniffer): Replace m32r_frame_p.
404 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
405 * m32r-rom.c (report_transfer_performance): Delete extern
406 declaration.
407 (m32r_load, m32r_upload_command): Use print_transfer_performance
408 instead of report_transfer_performance.
409 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
410 / add_show_from_set.
411
412 2003-07-26 Andrew Cagney <cagney@redhat.com>
413
414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
415 store_return_value and extract_struct_value_address.
416
417 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
418
419 PR c++/1267
420 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
421 NULL, default to the section containing PC.
422
423 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
424
425 * NEWS: Mention "regs" deprecated for m68hc11 too.
426
427 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
428 (m68hc11_print_register): New function to print out one register.
429 (m68hc11_print_registers_info): New function to print registers.
430 (show_regs): Deprecate and use the above.
431 (m68hc11_gdbarch_init): Install the print_registers_info.
432
433 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
434
435 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
436 that we have a SIGTRAP before returning non-zero.
437
438 2003-07-23 Michal Ludvig <mludvig@suse.cz>
439 Elena Zannoni <ezannoni@redhat.com>
440
441 * linespec.c (decode_line_2): Avoid crash if
442 find_function_start_sal() returns empty record.
443
444 2003-07-23 Andreas Schwab <schwab@suse.de>
445
446 * ia64-tdep.c (ia64_print_insn): New function.
447 (ia64_gdbarch_init): Set print_insn to it.
448 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
449 deprecated_tm_print_insn_info.
450
451 2003-07-22 Michael Snyder <msnyder@redhat.com>
452
453 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
454 handle 8-bit returns (long long).
455 (h8300h_extract_return_value): Ditto.
456 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
457
458 2003-07-22 Andrew Cagney <cagney@redhat.com>
459
460 * gdbarch.c Include "gdb_obstack.h".
461 (struct gdbarch): Add an "obstack".
462 (alloc_gdbarch_data): Allocate the gdbarch data using
463 GDBARCH_OBSTACK_CALLOC.
464 (free_gdbarch_data): Delete function.
465 (gdbarch_obstack_zalloc): New function.
466 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
467 Assert that the architecture is not initialized.
468 (gdbarch_alloc): Allocate an obstack, allocate the architecture
469 vector from the obstack.
470 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
471 architecture obstack.
472 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
473 (set_gdbarch_data): Assert that the data is not initialized.
474 (struct gdbarch_data): Delete member "free".
475 (register_gdbarch_data): Do not initialize "free".
476 * gdbarch.h, gdbarch.c: Re-generate.
477
478 2003-07-22 Andrew Cagney <cagney@redhat.com>
479
480 * configure.in (build_warnings): Add -Wformat-nonliteral.
481 * configure: Re-generate.
482
483 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
484
485 * dwarf2loc.c (locexpr_describe_location): Fix typos.
486
487 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
488
489 * findvar.c (read_var_value): Remove case for thread local storage
490 variables. It is now entirely handled by the dwarf2 location
491 expression code.
492 * printcmd.c (address_info): Ditto.
493 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
494 enumeration value.
495 (struct symbol): Remove objfile field, which was used by
496 LOC_THREAD_LOCAL_STATIC only.
497 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
498 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
499 usage of objfile pointer.
500 * dwarf2loc.c (locexpr_describe_location): Add case to handle
501 thread local variables.
502 Add include of objfiles.h.
503 * dwarf2expr.c (execute_stack_op): Add comments about thread local
504 storage variables.
505 * Makefile.in (dwarf2loc.o): Update dependencies.
506
507 2003-07-22 Andrew Cagney <cagney@redhat.com>
508
509 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
510 get_frame_base.
511 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
512 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
513 (struct value): Add opaque declaration.
514 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
515
516 2003-07-21 Andrew Cagney <cagney@redhat.com>
517
518 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
519 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
520
521 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
522
523 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
524 regcache_cooked_read_unsigned instead of read_register.
525 (m68hc11_saved_pc_after_call): Likewise.
526 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
527 instead of write_register.
528 (m68hc11_register_type): New function.
529 (m68hc11_register_virtual_type): Remove.
530 (m68hc11_store_return_value): Convert to use the regcache.
531 (m68hc11_extract_struct_value_address): Likewise.
532 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
533 m68hc11_register_type; undeprecate store_return_value and
534 extract_struct_value_address.
535
536 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
537
538 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
539 and translate to use regcache.
540 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
541
542 2003-07-18 Andrew Cagney <cagney@redhat.com>
543
544 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
545 * gdbarch.h, gdbarch.c: Re-generate.
546 * i386-tdep.c (i386_gdbarch_init): Do not set
547 DWARF2_BUILD_FRAME_INFO.
548 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
549 unconditionally.
550 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
551 DWARF2_BUILD_FRAME_INFO.
552
553 2003-07-18 Andrew Cagney <cagney@redhat.com>
554
555 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
556 * disasm.c (gdb_disassemble_info): Initilize di.arch.
557
558 2003-07-18 Andrew Cagney <cagney@redhat.com>
559
560 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
561 frame_unwind_address_in_block, instead of frame_pc_unwind.
562 (dwarf2_frame_cache): Ditto.
563
564 2003-07-18 Andrew Cagney <cagney@redhat.com>
565
566 * user-regs.h (struct gdbarch): Declare opaque.
567 * ui-out.h (struct ui_file): Declare opaque.
568 * dwarf2-frame.h (struct frame_info): Declare opaque.
569
570 2003-07-18 Kris Warkentin <kewarken@qnx.com>
571
572 * nto-procfs.c: Clean ARI hits. Change #include <..> to
573 #include "...".
574 (procfs_meminfo): Change strerror to safe_strerror.
575 (procfs_can_run): Remove K&R badness.
576
577 2003-07-17 Michael Snyder <msnyder@redhat.com>
578
579 * remote-sim.c: Comment typo fix.
580
581 2003-07-17 Andrew Cagney <cagney@redhat.com>
582
583 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
584 configure.
585 * sparc-tdep.c (sparc_intreg_size): Make non-static.
586 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
587 GDB_MULTI_ARCH_PARTIAL.
588
589 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
590
591 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
592 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
593 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
594
595 2003-07-16 Theodore A. Roth <troth@openavr.org>
596
597 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
598 found.
599 (avr_frame_unwind_cache): Don't unwind FP for main.
600 Update a comment.
601 Save the computed prev_sp.
602 (avr_saved_regs_unwinder): Remove function.
603 (avr_frame_prev_register): Use PC unwind logic from
604 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
605
606 2003-07-16 Andrew Cagney <cagney@redhat.com>
607
608 * frame-base.h (frame_base_p_ftype): Delete definition.
609 (frame_base_append_predicate): Delete declaration.
610 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
611 (frame_unwind_append_predicate): Delete declaration.
612 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
613 (append_predicate): Delete parameter "p".
614 (frame_unwind_append_predicate): Delete function.
615 (frame_unwind_append_sniffer): Update call to append_predicate.
616 (frame_unwind_free): Delete function.
617 (_initialize_frame_unwind): Pass NULL as "free" to
618 register_gdbarch_data.
619 (frame_unwind_init): Append the dummy_frame_sniffer.
620 (frame_unwind_find_by_frame): Simplify.
621 * frame-base.c (struct frame_base_table): Delete field "p".
622 (append_predicate): Delete parameter "p".
623 (frame_base_append_predicate): Delete function.
624 (frame_base_append_sniffer): Update call to append_predicate.
625 (frame_base_free): Delete function.
626 (frame_base_find_by_frame): Simplify.
627 (_initialize_frame_base): Pass NULL as "free" to
628 register_gdbarch_data.
629 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
630 (x86_64_sigtramp_frame_sniffer): Replace
631 "x86_64_sigtramp_frame_p".
632 (x86_64_init_abi): Set the frame unwind sniffers.
633 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
634 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
635 (m68k_gdbarch_init): Set the frame unwind sniffers.
636 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
637 "i386_sigtramp_frame_p".
638 (i386_frame_sniffer): Replace "i386_frame_p".
639 (i386_gdbarch_init): Set the frame unwind sniffers.
640 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
641 (avr_gdbarch_init): Set the frame unwind sniffers.
642 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
643 "alpha_sigtramp_frame_p"
644 (alpha_heuristic_frame_sniffer): Replace
645 "alpha_heuristic_frame_p".
646 (alpha_gdbarch_init): Set the frame unwind sniffers.
647 (alpha_dwarf2_init_abi): Ditto.
648 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
649 "alpha_debug_frame_p".
650 (alpha_mdebug_frame_base_sniffer): Replace
651 "alpha_mdebug_frame_base_p".
652 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
653 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
654 (d10v_gdbarch_init): Set the frame unwind sniffer.
655 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
656 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
657 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
658 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
659 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
660 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
661
662 2003-07-16 Michael Snyder <msnyder@redhat.com>
663
664 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
665 should go thru sh_dsp_register_sim_regno, else the dsp regs
666 will not get the right values.
667
668 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
669
670 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
671 deprecated_store_floating by call to store_typed_floating.
672 (sh_sh4_register_convert_to_raw): Substitute call to
673 deprecated_extract_floating by call to extract_typed_floating.
674
675 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
676
677 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
678
679 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
680
681 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
682 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
683 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
684 as possible.
685 (do_pseudo_register): Remove.
686 (sh_push_dummy_code): New function.
687 (sh64_store_struct_return): Rename from sh_store_struct_return.
688 Only called for sh64 now.
689 (sh_extract_struct_value_address): Regcache'ify.
690 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
691 and accomodate new tasks.
692 (sh64_push_return_address): Rename from sh_push_return_address.
693 Only called for sh64 now.
694 (sh_default_extract_return_value): Rename from sh_extract_return_value.
695 Regcache'ify.
696 (sh3e_sh4_extract_return_value): Regcache'ify.
697 (sh_default_store_return_value): Ditto.
698 (sh3e_sh4_store_return_value): Ditto.
699 (sh_default_register_byte): Remove.
700 (sh_sh4_register_byte): Remove.
701 (sh_default_register_raw_size): Remove.
702 (sh_sh4_register_raw_size): Remove.
703 (sh_register_virtual_size): Remove.
704 (sh_sh3e_register_virtual_type): Remove.
705 (sh_sh3e_register_type): New function.
706 (sh_sh4_register_virtual_type): Remove.
707 (sh_sh4_register_type): New function.
708 (sh_default_register_virtual_type): Remove.
709 (sh_default_register_type): New function.
710 (do_fv_register_info): Add parameters to accomodate call from
711 sh_print_registers_info.
712 (do_dr_register_info): Ditto.
713 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
714 Add parameters to accomodate call from sh_print_registers_info.
715 (sh_do_fp_register): Ditto.
716 (sh64_do_pseudo_register): Call do_dr_register_info,
717 do_fv_register_info and sh_do_fp_register with default parameters.
718 (sh_do_register): Add parameters to accomodate call from
719 sh_print_registers_info.
720 (sh_print_register): Ditto.
721 (sh_print_registers_info): Rename from sh_do_registers_info.
722 Add parameters to be used as gdbarch_print_registers_info
723 implementation. Accomodate removed do_pseudo_register function
724 pointer.
725 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
726 function pointer. Call sh_print_register with default parameters.
727 (sh64_do_registers_info): Call sh_print_registers_info instead of
728 sh_do_registers_info.
729 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
730 detection of deprecated vs. non-deprecated functionality.
731 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
732 function pointer assignments by direct function calls.
733
734 2003-07-15 Andrew Cagney <cagney@redhat.com>
735
736 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
737 (frame_register_unwind, create_new_frame): Ditto.
738 (legacy_get_prev_frame, get_frame_type): Ditto.
739 (get_frame_base_address): Use frame_base_find_by_frame.
740 (get_frame_locals_address): Use frame_base_find_by_frame.
741 (get_frame_args_address): Use frame_base_find_by_frame.
742 * frame-base.h (frame_base_sniffer_ftype): Declare.
743 (frame_base_append_sniffer): Declare.
744 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
745 * frame-base.c (append_predicate): Add a "sniffer" parameter.
746 (frame_base_append_sniffer): New function.
747 (frame_base_append_predicate): Add a NULL sniffer.
748 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
749 (struct frame_base_table): Add "sniffer".
750 (frame_base_free): Free the "sniffer" table.
751 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
752 (frame_unwind_append_sniffer): Declare.
753 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
754 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
755 (struct frame_unwind_table): Add "sniffer", delete "middle".
756 (append_predicate): Add "sniffer" parameter, append the sniffer.
757 (frame_unwind_init): Update append_predicate call.
758 (frame_unwind_append_sniffer): New function.
759 (frame_unwind_append_predicate): Update append_predicate call.
760 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
761
762 2003-07-15 Andrew Cagney <cagney@redhat.com>
763
764 * frame.c (get_prev_frame): Move disabled inside_entry_func to
765 before code inhibiting repeated unwind attempts. Add to
766 commentary on that test's problems.
767 * blockframe.c (inside_main_func): Look for "main" in the minimal
768 symbol table.
769 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
770 identical.
771
772 2003-07-15 Andrew Cagney <cagney@redhat.com>
773
774 * complaints.c (struct explanation): Define.
775 (struct complaints): Change type of "explanation" to "struct
776 explanation".
777 (symfile_explanations): Convert to a "struct explanation" table.
778 (vcomplaint): Update.
779
780 2003-07-15 Michal Ludvig <mludvig@suse.cz>
781
782 * x86-64-linux-nat.c (regmap): Removed.
783 (supply_gregset, fill_gregset): Call
784 x86_64_linux_(fill,supply)_gregset functions.
785 * x86-64-linux-tdep.c (USER_*): New defines.
786 (user_to_gdb_regmap, x86_64_core_fns): New structure.
787 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
788 New functions.
789 (fetch_core_registers): Ditto.
790 (_initialize_x86_64_linux_tdep): Call add_core_fns().
791 * x86-64-linux-tdep.h: New file.
792 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
793 and core-regset.o.
794 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
795
796 2003-07-13 Mark Kettenis <kettenis@gnu.org>
797
798 * x86-64-tdep.c (x86_64_store_return_value): Use
799 regcache_cooked_write_part instead of regcache_cooked_write.
800
801 * configure.host: Add x86_64-*-freebsd*.
802 * configure.tgt: Add x86_64-*-freebsd*.
803 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
804 * amd64fbsd-nat.c: New file.
805 * amd64fbsd-tdep.c: New file.
806 * config/i386/nm-fbsd64.h: New file.
807 * config/i386/fbsd64.mh: New file.
808 * config/i386/fbsd64.mt: New file.
809
810 2003-07-11 Mark Kettenis <kettenis@gnu.org>
811
812 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
813 `sc_regs_offset' and `sc_fpregs_offset'.
814 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
815 SIGFRAME_FPREGSAVE_OFF): Remove defines.
816 (alpha_sigtramp_register_address): Rewrite to use new members of
817 `struct gdbarch_tdep'.
818 (alpha_gdbarch_init): Initialize new members of struct
819 gdbarch_tdep'.
820 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
821 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
822 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
823 (alphafbsd_pc_in_sigtramp): Implement.
824 (alphafbsd_sigtramp_offset): New function.
825 (alphafbsd_sigcontext_addr): New function.
826 (alphafbsd_init_abi): Initialize signal trampoline related members
827 of `struct gdbarch_tdep'.
828 (_initialize_alphafbsd_tdep): Add prototype.
829
830 2003-07-11 Theodore A. Roth <troth@openavr.org>
831
832 * Makefile.in (install-only): Quote sed expression when generating
833 transformed_name.
834
835 2003-07-11 Richard Henderson <rth@redhat.com>
836
837 * Makefile.in (dwarf2-frame.o): Add complaints_h.
838 * dwarf2-frame.c: Include complaints.h.
839 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
840 variable initialization; return NULL on error.
841 (decode_frame_entry): New.
842
843 2003-07-11 Andrew Cagney <cagney@redhat.com>
844
845 * frame.h (frame_address_in_block): Delete declaration.
846 * blockframe.c (frame_address_in_block): Delete function.
847 (get_frame_block): Use get_frame_address_in_block.
848 (block_innermost_frame): Ditto.
849 * stack.c (print_frame, backtrace_command_1): Ditto.
850
851 * frame.h (get_frame_address_in_block): Declare.
852 (frame_unwind_address_in_block): Declare.
853 * frame.c (frame_unwind_address_in_block): New function.
854 (get_frame_address_in_block): New function.
855
856 2003-07-10 Andrew Cagney <cagney@redhat.com>
857
858 * gdbarch.sh: Simplify predicate methods. Remove need to provide
859 pre-default. Note: re-generate has no effect.
860
861 2003-07-10 Andrew Cagney <cagney@redhat.com>
862
863 * gdbarch.sh: When a variable, but not a function, compare against
864 0. Fix problem in previous patch.
865 * gdbarch.c: Re-generate.
866
867 2003-07-10 Andrew Cagney <cagney@redhat.com>
868
869 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
870 functions against NULL, not 0.
871 * gdbarch.c: Re-generate.
872
873 2003-07-10 Fred Fish <fnf@ninemoons.com>
874
875 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
876 null string instead of a null pointer.
877 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
878
879 2003-07-09 Michael Snyder <msnyder@redhat.com>
880
881 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
882
883 2003-07-09 Mark Kettenis <kettenis@gnu.org>
884
885 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
886 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
887 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
888 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
889 * x86-64-tdep.c: ... from here.
890
891 2003-07-09 Andreas Schwab <schwab@suse.de>
892
893 * m68k-tdep.h (enum struct_return): Define.
894 (struct gdbarch_tdep): Add struct_return.
895 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
896 bytes are padded to the right, not to the left. Pass struct value
897 address in register %a1, not on stack.
898 (m68k_use_struct_convention): New function.
899 (m68k_gdbarch_init): Set use_struct_convention. Initialize
900 struct_return in tdep to pcc_struct_return.
901 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
902 reg_struct_return.
903
904 2003-07-09 Joel Brobecker <brobecker@gnat.com>
905
906 * somread.c (som_symfile_offsets): Fix compilation error.
907
908 2003-07-09 Andrew Cagney <cagney@redhat.com>
909
910 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
911 Add comments about the checks.
912
913 2003-07-08 Andrew Cagney <cagney@redhat.com>
914
915 * Makefile.in: Make dependency section headers consistent.
916 (config_h): Move to $BUILD headers section.
917 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
918 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
919 (ada-exp.tab.c): Move to YACC/LEX section.
920 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
921 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
922
923 2003-07-08 Kris Warkentin <kewarken@qnx.com>
924
925 * nto-procfs.c: Cleaned up a bunch of ARI hits.
926 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
927 of strerror with safe_strerror, use ISO C function definitions,
928 and replace instances of sprintf with snprintf.
929
930 2003-07-07 Andrew Cagney <cagney@redhat.com>
931
932 * frame.c (get_prev_frame): Enable check for identical frames.
933 Update comments. Update error messages.
934
935 2003-07-07 Joel Brobecker <brobecker@gnat.com>
936
937 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
938
939 2003-07-07 Joel Brobecker <brobecker@gnat.com>
940
941 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
942 sort_symtab_syms, no longer necessary.
943
944 2003-07-07 Joel Brobecker <brobecker@gnat.com>
945
946 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
947
948 2003-07-07 Joel Brobecker <brobecker@gnat.com>
949
950 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
951 (mips_register_byte): Likewise.
952
953 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
954
955 * Makefile.in (sparc_tdep_h): New.
956 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
957 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
958 * sparc-linux-nat.c: Include "sparc-tdep.h".
959 * sparc-nat.c: Likewise.
960 * sparc-tdep.c: Likewise.
961 * sparc64nbsd-nat.c: Likewise.
962 * sparcnbsd-nat.c: Likewise.
963 * sparcnbsd-tdep.c: Likewise.
964 * sparc-tdep.h: New file.
965 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
966 and sparc_npc_regnum.
967
968 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
969
970 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
971 (mips_linux_cannot_store_register): List supported instead of
972 unsupported registers.
973
974 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
975
976 * disasm.c (dump_insns): Separate instructions from addresses.
977
978 2003-07-07 Andreas Schwab <schwab@suse.de>
979
980 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
981 dependencies.
982 * m68k-tdep.c (NUM_FREGS): Delete.
983 (SIG_PC_FP_OFFSET): Delete.
984 (TARGET_M68K): Delete.
985 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
986 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
987 P_MOVEL_SP, P_MOVEML_SP): Define.
988 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
989 P_TRAP): Delete.
990 (m68k_register_raw_size): Delete.
991 (m68k_register_virtual_size): Delete.
992 (m68k_register_type): Renamed from m68k_register_virtual_type and
993 add gdbarch argument.
994 (m68k_store_struct_return): Delete.
995 (m68k_deprecated_extract_return_value): Delete.
996 (m68k_deprecated_extract_struct_value_address): Delete.
997 (m68k_frame_chain): Delete.
998 (m68k_frame_saved_pc): Delete.
999 (m68k_fix_call_dummy): Delete.
1000 (m68k_push_dummy_frame): Delete.
1001 (m68k_pop_frame): Delete.
1002 (m68k_extract_return_value): New function.
1003 (m68k_store_return_value): Rewrite using regcache.
1004 (m68k_extract_struct_value_address): Rewrite using regcache.
1005 (m68k_push_dummy_call): New function.
1006 (struct m68k_frame_cache): Define.
1007 (m68k_alloc_frame_cache): New function.
1008 (m68k_analyze_frame_setup): New function.
1009 (m68k_analyze_register_saves): New function.
1010 (m68k_analyze_prologue): New function.
1011 (m68k_skip_prologue): Rewrite using above functions.
1012 (m68k_unwind_pc): New function.
1013 (m68k_frame_cache): New function.
1014 (m68k_frame_this_id): New function.
1015 (m68k_frame_prev_register): New function.
1016 (m68k_frame_unwind): New variable.
1017 (m68k_frame_p): New function.
1018 (m68k_sigtramp_frame_cache): New function.
1019 (m68k_sigtramp_frame_this_id): New function.
1020 (m68k_sigtramp_frame_prev_register): New function.
1021 (m68k_sigtramp_frame_unwind): New variable.
1022 (m68k_sigtramp_frame_p): New function.
1023 (m68k_frame_base_address): New function.
1024 (m68k_frame_base): New function.
1025 (m68k_unwind_dummy_id): New function.
1026 (fill_gregset): Use regcache_collect.
1027 (fill_fpregset): Likewise.
1028 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1029 defined.
1030 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1031 deprecated_init_frame_pc, deprecated_store_struct_return,
1032 deprecated_extract_return_value, deprecated_store_return_value,
1033 deprecated_frame_chain, deprecated_frame_saved_pc,
1034 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1035 deprecated_register_virtual_size,
1036 deprecated_max_register_raw_size,
1037 deprecated_max_register_virtual_size,
1038 deprecated_register_virtual_type, deprecated_register_size,
1039 deprecated_register_byte, deprecated_register_bytes,
1040 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1041 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1042 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1043 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1044 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1045 deprecated_push_dummy_frame, deprecated_pop_frame,
1046 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1047 only if SYSCALL_TRAP is defined. Set extract_return_value,
1048 store_return_value, extract_struct_value_address, register_type,
1049 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1050 predicates.
1051 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1052 M68K_MAX_REGISTER_SIZE): Define.
1053 (struct m68k_sigtramp_info): Define.
1054 (struct gdbarch_tdep): Add get_sigtramp_info.
1055 * m68klinux-nat.c (fetch_register): Use register_size instead of
1056 REGISTER_RAW_SIZE. Don't put assignment in if.
1057 (store_register): Likewise.
1058 (fetch_inferior_registers): Likewise.
1059 (store_inferior_registers): Likewise.
1060 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1061 (m68k_linux_frame_saved_pc): Delete.
1062 (m68k_linux_sigcontext_reg_offset,
1063 m68k_linux_ucontext_reg_offset): Define.
1064 (m68k_linux_get_sigtramp_info): New function.
1065 (m68k_linux_extract_return_value): Rewrite using regcache.
1066 (m68k_linux_store_return_value): Likewise.
1067 (m68k_linux_extract_struct_value_address): Likewise.
1068 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1069 Don't set deprecated_frame_saved_pc,
1070 deprecated_extract_return_value, deprecated_store_return_value,
1071 deprecated_extract_struct_value_address. Set
1072 extract_return_value, store_return_value,
1073 extract_struct_value_address.
1074
1075 2003-07-07 Andrew Cagney <cagney@redhat.com>
1076
1077 * expprint.c: Include "user-regs.h" instead of "frame.h".
1078 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1079 frame_map_regnum_to_name.
1080 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1081 (frame_map_name_to_regnum): Simplify, call
1082 user_reg_map_name_to_regnum.
1083 (frame_map_regnum_to_name): Simplify, call
1084 user_reg_map_regnum_to_name.
1085 (frame_register_unwind): Update.
1086 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1087 (_initialize_frame_reg): Call user_reg_add_builtin.
1088 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1089 (value_of_register): Use value_of_user_reg.
1090 * eval.c (evaluate_subexp_standard): Update.
1091 * parse.c (write_dollar_variable): Update.
1092 * d10v-tdep.c (d10v_print_registers_info): Update.
1093 * infcmd.c (registers_info): Update.
1094 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1095 (builtin_regs_h): Delete macro.
1096 (user_regs_h): Define.
1097 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1098 (builtin-regs.o): Delete target.
1099 (user-regs.o): Specify dependencies.
1100 (expprint.o): Update dependencies.
1101 (findvar.o): Update dependencies.
1102 (frame.o): Update dependencies.
1103 (std-regs.o): Update dependencies.
1104
1105 2003-07-06 Christopher Faylor <cgf@redhat.com>
1106
1107 * win32-nat.c (solib_symbols_add): Use one variable for all section
1108 address stuff. Pass variable rather than address of variable to
1109 safe_symbol_file_add.
1110
1111 2003-07-06 Andreas Schwab <schwab@suse.de>
1112
1113 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1114
1115 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1116
1117 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1118
1119 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1120
1121 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1122
1123 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1124
1125 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1126 * config/i386/nto.mh: New file.
1127 * config/i386/nm-nto.h: New file.
1128 * configure.host: Add i[3456]86-*-nto*.
1129
1130 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1131
1132 * remote-vx.c (vx_add_symbols): Fix compilation error.
1133
1134 2003-07-03 Andrew Cagney <cagney@redhat.com>
1135
1136 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1137 * gdbarch.h, gdbarch.c: Re-generate.
1138 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1139 (legacy_register_name): Declare.
1140 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1141 (REGISTER_NAME): Define.
1142 * sparc-tdep.c (legacy_register_name): New function.
1143 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1144 (REGISTER_NAME): Define.
1145 (hppa64_register_name): Declare.
1146 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1147 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1148 (hppa64_register_name): New function.
1149 (hppa_register_name): New function.
1150 * arch-utils.c (legacy_register_name): Delete.
1151 * arch-utils.h (legacy_register_name): Delete.
1152
1153 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1154
1155 * cli/cli-interp.c (cli_interpreter_resume): Update the
1156 cli_uiout's stream to gdb_stdout.
1157
1158 2003-07-03 Andrew Cagney <cagney@redhat.com>
1159
1160 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1161 predicate.
1162 * gdbarch.h, gdbarch.c: Re-generate.
1163 * regcache.c (init_regcache_descr): Use legacy code when either
1164 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1165
1166 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1167
1168 * NEWS: Move "set logging" entry into GDB 6.0 section.
1169
1170 2003-07-02 Jim Blandy <jimb@redhat.com>
1171
1172 * s390-tdep.c (struct frame_extra_info): new member:
1173 'stack_bought_valid'.
1174 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1175 initialize fextra_info->stack_bought.
1176 (s390_frameless_function_invocation): Don't trust the value of
1177 fextra_info_ptr->stack_bought unless
1178 fextra_info->stack_bought_valid is set.
1179
1180 New S390 prologue analyzer.
1181 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1182 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1183 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1184 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1185 compute_x_addr, s390_on_stack, s390_store,
1186 s390_get_signal_frame_info): New functions.
1187 (S390_NUM_SPILL_SLOTS): New macro.
1188 (s390_get_frame_info): Rewritten.
1189 (is_arg_reg): Deleted.
1190
1191 Break out the decoding of S/390 instructions into separate
1192 functions, to make it more legible, and easier to check
1193 against the spec.
1194 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1195 is_rx, is_rxe): New functions.
1196 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1197 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1198 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1199 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1200 enums for opcode values. (Is this an improvement?)
1201
1202 2003-07-02 Andrew Cagney <cagney@redhat.com>
1203
1204 * i386-tdep.c: Revert change committed as part of trad-frame code
1205 below.
1206
1207 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1208
1209 * breakpoint.c (insert_catchpoint): Make static.
1210
1211 2003-07-02 Andreas Schwab <schwab@suse.de>
1212
1213 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1214 former ia64_push_arguments and ia64_push_return_address, and use
1215 regcache functions instead of read/write_register.
1216 (ia64_gdbarch_init): Set push_dummy_call instead of
1217 deprecated_push_arguments and deprecated_push_return_address.
1218
1219 2003-07-01 Andreas Jaeger <aj@suse.de>
1220
1221 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1222 before the call.
1223 Set %rax only to number of SSE registers used.
1224
1225 2003-07-01 Andrew Cagney <cagney@redhat.com>
1226
1227 * trad-frame.h: Update comments, a -1 .addr is reserved.
1228 (trad_frame_value_p, trad_frame_addr_p): Declare.
1229 (trad_frame_reg_p): Declare.
1230 (trad_frame_set_value): Rename trad_frame_register_value.
1231 (trad_frame_set_unknown): Declare.
1232 * trad-frame.c (trad_frame_realreg_p): New function.
1233 (trad_frame_addr_p, trad_frame_value_p): New function.
1234 (trad_frame_set_unknown): New function.
1235 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1236 (trad_frame_prev_register): Use trad_frame_realreg_p,
1237 trad_frame_addr_p and trad_frame_value_p.
1238 (trad_frame_set_value): Rename trad_frame_register_value.
1239 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1240 and trad_frame_set_value.
1241
1242 2003-06-30 Jim Blandy <jimb@redhat.com>
1243
1244 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1245 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1246 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1247 for 16 registers, and then 32 more bytes.
1248 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1249 New macros.
1250 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1251 Move up in the file, since it's now used by is_simple_arg.
1252 (is_simple_arg): Don't assume registers are four bytes long.
1253 Exclude all double arguments. Extended floats are not simple
1254 args.
1255 (is_power_of_two): New function.
1256 (pass_by_copy_ref): Call is_power_of_two, and check that the
1257 length fits in a register, rather than listing all the acceptable
1258 sizes. Extended floats are not passed by reference.
1259 (s390_push_arguments): Don't assume registers are four bytes long.
1260 Reserve an argument register to point to the buffer for structures
1261 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1262 S390_STACK_FRAME_OVERHEAD.
1263
1264 2003-06-30 Andreas Schwab <schwab@suse.de>
1265
1266 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1267 format error message.
1268
1269 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1270
1271 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1272
1273 2003-06-30 David Carlton <carlton@kealia.com>
1274
1275 Band-aid for PR c++/1245.
1276 * Makefile.in (cp-support.o): Depend on complaints_h.
1277 * cp-support.c: Include complaints.h. Add declaration for
1278 find_last_component.
1279 (cp_find_first_component): Separate code into
1280 cp_find_first_component_aux.
1281 (cp_find_first_component_aux): Call demangled_name_complaint.
1282 (demangled_name_complaint): New.
1283
1284 2003-06-30 Andrew Cagney <cagney@redhat.com>
1285
1286 * remote.c (remote_write_bytes): Explicitly compute and then use
1287 the payload size. Update comments to reflect. Fixes problem of
1288 GDB not sending small packets as found by Fred Fish.
1289
1290 2003-06-30 Andrew Cagney <cagney@redhat.com>
1291
1292 * remote.c (remote_async_wait): Fix -Wformat problem.
1293
1294 2003-06-29 Andrew Cagney <cagney@redhat.com>
1295
1296 * remote.c (remote_wait): Call error, and not warning, when the
1297 packet is corrupt.
1298 (remote_async_wait): Ditto.
1299
1300 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1301
1302 * sparc-tdep.c (sparc_y_regnum): Make external again.
1303
1304 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1305
1306 * cli/cli-logging.c (pop_output_files): Add void to function
1307 definition.
1308
1309 2003-06-29 Andrew Cagney <cagney@redhat.com>
1310
1311 * frame.c (frame_register_unwind): Use unsigned char when dumping
1312 the buffer contents.
1313
1314 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1315
1316 * cli/cli-logging.c: New file.
1317 * cli-out.c (struct ui_out_data): Add original_stream.
1318 (cli_redirect): New function.
1319 (cli_ui_out_impl): Add cli_redirect.
1320 (cli_out_new): Initialize original_stream.
1321 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1322 (uo_redirect, ui_out_redirect): New.
1323 * ui-out.h (struct ui_out_impl): Add redirect member.
1324 (redirect_ftype): New.
1325 (ui_out_redirect): Add prototype.
1326 * Makefile.in: Add rules for cli-logging.c.
1327 * NEWS: Mention "set logging".
1328
1329 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1330
1331 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1332
1333 2003-06-27 Andrew Cagney <cagney@redhat.com>
1334
1335 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1336 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1337 * avr-tdep.c (avr_call_dummy_address): Delete function.
1338 (avr_gdbarch_init): Do not set call_dummy_address.
1339
1340 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1341
1342 * symfile.c (syms_from_objfile): Move variables to inner block.
1343 Move the checks for the non-mainline case a bit earlier to avoid
1344 doing some useless computations.
1345
1346 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1347
1348 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1349
1350 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1351
1352 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1353 sections.
1354
1355 2003-06-26 Michael Chastain <mec@shout.net>
1356
1357 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1358 gdb/testsuite/gdb.c++/pr-1210.exp.
1359
1360 2003-06-26 Andrew Cagney <cagney@redhat.com>
1361
1362 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1363 altivec_expression.h and altivec_registers.h.
1364
1365 2003-06-26 Andrew Cagney <cagney@redhat.com>
1366
1367 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1368 info->mach when MIPS16. Patch suggested by Fred Fish.
1369
1370 2003-06-26 Andrew Cagney <cagney@redhat.com>
1371
1372 * utils.c (internal_vproblem): Print the problem to a reason
1373 buffer and then pass to query. Make the msg variable more local.
1374
1375 2003-06-26 Andrew Cagney <cagney@redhat.com>
1376
1377 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1378 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1379 * gdbarch.h, gdbarch.c: Re-generate.
1380 * frame-base.c (default_frame_args_address): Update. Use
1381 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1382 not available.
1383 (default_frame_locals_address): Ditto for
1384 DEPRECATED_FRAME_LOCALS_ADDRESS.
1385 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1386 (vax_frame_num_args): Update.
1387 (vax_gdbarch_init): Update.
1388 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1389 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1390 * mcore-tdep.c (mcore_gdbarch_init): Update.
1391 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1392 * ia64-tdep.c (ia64_gdbarch_init): Update.
1393 * symtab.h (address_class): Update comments.
1394 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1395 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1396 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1397 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1398 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1399 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1400 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1401 * alpha-mdebug-tdep.c: Update.
1402 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1403
1404 2003-06-26 Andreas Jaeger <aj@suse.de>
1405
1406 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1407 of SSE registers so that varargs functions work. Rework handling
1408 of passing arguments on the stack.
1409 (x86_64_store_return_value): Return double and float values in SSE
1410 register.
1411
1412 2003-06-24 Michael Chastain <mec@shout.net>
1413
1414 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1415 the "constructor breakpoints ignored" bug.
1416
1417 2003-06-25 David Carlton <carlton@kealia.com>
1418
1419 * MAINTAINERS: Update e-mail address.
1420
1421 2003-06-24 Jim Blandy <jimb@redhat.com>
1422
1423 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1424
1425 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1426 function.
1427 (ppc_linux_init_abi): Register it as the
1428 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1429
1430 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1431 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1432 method.
1433
1434 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1435 (ppc64_standard_linkage_target): Use it.
1436
1437 2003-06-23 Andrew Cagney <cagney@redhat.com>
1438
1439 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1440 for 0 "int0" and 4 "int32" sized registers.
1441 * gdbtypes.c (builtin_type_int0): Define.
1442 (build_gdbtypes): Initialize builtin_type_int0.
1443 * gdbtypes.h (builtin_type_int0): Declare.
1444
1445 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1446
1447 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1448 as characters are unsigned.
1449
1450 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1451
1452 PR gdb/1179
1453 * dwarfread.c (struct_type): Skip static fields without crashing.
1454
1455 2003-06-22 Andrew Cagney <cagney@redhat.com>
1456
1457 GDB 6.0 branch created.
1458 * README: Update.
1459 * PROBLEMS: Update. Empty.
1460 * NEWS: Update.
1461
1462 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1463
1464 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1465 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1466
1467 2003-06-22 Andrew Cagney <cagney@redhat.com>
1468
1469 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1470 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1471 Velikov.
1472
1473 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1474
1475 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1476 compilers.
1477
1478 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1479
1480 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1481 argument of val_print.
1482 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1483 to the address argument of baseclass_offset or target_read_memory.
1484 Do add it to the argument of cp_print_value_fields.
1485
1486 2003-06-21 Andrew Cagney <cagney@redhat.com>
1487
1488 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1489 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1490 instead of 0..NUM_REGS.
1491 (mips_register_reggroup_p): New function.
1492 (mips_pseudo_register_write): New function.
1493 (mips_pseudo_register_read): New function.
1494 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1495 based on the register's type.
1496 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1497 cooked.
1498 (mips_get_saved_register): Simplify. Assert that REGNO is a
1499 pseudo / cooked.
1500 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1501 (mips_register_type): Replace mips_register_virtual_type. Map
1502 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1503 when available.
1504 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1505 that the register is cooked / virtual.
1506 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1507 Only get the extra info when needed.
1508 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1509 (mips32_heuristic_proc_desc): Fetch the cooked register.
1510 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1511 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1512 (mips_print_register): Use gdbarch_register_type, instead of
1513 REGISTER_VIRTUAL_TYPE.
1514 (print_gp_register_row): Use gdbarch_register_type, instead of
1515 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1516 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1517 Print the pseudo / cooked registers.
1518 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1519 Print the pseudo / cooked registers.
1520 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1521 REG_NUM is pseudo / cooked.
1522 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1523 (mips_n32n64_xfer_return_value): Ditto.
1524 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1525 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1526 (mips_register_sim_regno): New function.
1527 (mips_gdbarch_init): Set deprecated_register_byte,
1528 register_group_p, pseudo_register_write, pseudo_register_read,
1529 register_sim_regno, and num_pseudo_regs. Set register_type,
1530 instead of register_virtual_type.
1531 * Makefile.in (mips-tdep.o): Update dependencies.
1532 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1533 REGISTER_VIRTUAL_TYPE.
1534 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1535 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1536 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1537 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1538 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1539
1540 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1541
1542 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1543 * cli/cli-cmds.c: Include "gdb_vfork.h".
1544 (shell_escape): Use vfork.
1545
1546 2003-06-21 Andrew Cagney <cagney@redhat.com>
1547
1548 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1549 32 bit floating-point register saves.
1550
1551 * frame.h (deprecated_unwind_get_saved_register): Delete.
1552 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1553 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1554 and deprecated_get_next_frame_hack instead of
1555 deprecated_unwind_get_saved_register.
1556
1557 * mips-tdep.c (mips_dump_tdep): Do not print
1558 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1559
1560 * frame.c (get_frame_register): New function.
1561 (frame_unwind_register_signed): New function.
1562 (get_frame_register_signed): New function.
1563 (frame_unwind_register_unsigned): New function.
1564 (get_frame_register_unsigned): New function.
1565 * frame.h: Add comments on naming schema.
1566 (get_frame_register, frame_unwind_register_signed): Declare.
1567 (get_frame_register_signed, get_frame_register_signed): Declare.
1568 (frame_unwind_register_unsigned): Declare.
1569 (get_frame_register_unsigned): Declare.
1570
1571 2003-06-20 Theodore A. Roth <troth@openavr.org>
1572
1573 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1574
1575 2003-06-20 Theodore A. Roth <troth@openavr.org>
1576
1577 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1578 (avr_read_sp): Ditto.
1579
1580 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1581
1582 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1583 * config/arm/nm-linux.h: Likewise.
1584 * config/arm/tm-linux.h: Likewise.
1585 * config/ia64/nm-linux.h: Likewise.
1586 * config/ia64/tm-ia64.h: Likewise.
1587 * config/s390/tm-linux.h: Likewise.
1588 * config/s390/tm-s390.h: Likewise.
1589 * s390-nat.c: Likewise.
1590 * s390-tdep.c: Likewise.
1591
1592 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1593 * config/ia64/linux.mt: Likewise.
1594 * config/m68k/linux.mh: Likewise.
1595 * config/mips/linux.mt: Likewise.
1596 * config/powerpc/linux.mh: Likewise.
1597 * config/sh/linux.mt: Likewise.
1598
1599 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1600
1601 * solib.c (solib_open): Change tests for whether to search
1602 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1603 comments.
1604
1605 2003-06-19 Theodore A. Roth <troth@openavr.org>
1606
1607 * avr-tdep.c (avr_frame_address): Delete function.
1608 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1609 set_gdbarch_frame_args_address.
1610
1611 2003-06-19 Andrew Cagney <cagney@redhat.com>
1612
1613 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1614 (REGISTER_CONVERT_FROM_TYPE): Delete.
1615 (mips_register_convert_to_type): Delete declaration.
1616 (mips_register_convert_from_type): Delete declaration.
1617 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1618 kernel/.
1619
1620 2003-06-19 Michael Snyder <msnyder@redhat.com>
1621
1622 * linux-nat.h: New file.
1623 * linux-nat.c: Include linux-nat.h.
1624 * lin-lwp.c: Include linux-nat.h.
1625 Move struct lwp_info def to linux-nat.h.
1626 * linux-proc.c: Include linux-nat.h.
1627 (linux_make_note_section): Iterate over lwps instead of threads.
1628 (linux_do_thread_registers): Use lwp instead of merged pid.
1629 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1630 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1631 Add dependency on linux_nat_h.
1632
1633 2003-06-19 Theodore A. Roth <troth@openavr.org>
1634
1635 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1636
1637 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1638
1639 * varobj.c (get_type, get_target_type): Use check_typedef.
1640
1641 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1642
1643 * breakpoint.c (insert_catchpoint): Call internal_error.
1644
1645 2003-06-19 Theodore A. Roth <troth@openavr.org>
1646
1647 * avr-tdep.c (avr_push_dummy_code): Delete function.
1648 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1649
1650 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1651
1652 * arch-utils.c (default_prepare_to_proceed): Remove.
1653 (generic_prepare_to_proceed): Remove.
1654 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1655 (generic_prepare_to_proceed): Remove prototype.
1656 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1657 * gdbarch.c: Regenerate.
1658 * gdbarch.h: Regenerate.
1659 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1660 * hppah-nat.c (hppa_switched_threads): Remove.
1661 * infrun.c (prepare_to_proceed): New static function, copied from
1662 generic_prepare_to_proceed. Remove select_it argument.
1663 (proceed): Call prepare_to_proceed.
1664 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1665 variables.
1666 (ptrace_wait): Don't set the removed variables.
1667 (hppa_switched_threads): Remove.
1668 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1669 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1670 (lin_lwp_prepare_to_proceed): Remove prototype.
1671 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1672 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1673
1674 2003-06-18 Theodore A. Roth <troth@openavr.org>
1675
1676 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1677 trad-frame.h.
1678 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1679 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1680 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1681 (AVR_PROLOGUE_*): Enumerate prologue types.
1682 (struct frame_extra_info): Remove.
1683 (struct avr_unwind_cache): Define.
1684 (avr_write_sp): Delete function.
1685 (avr_read_fp): Ditto.
1686 (avr_init_extra_frame_info): Ditto.
1687 (avr_pop_frame): Ditto.
1688 (avr_frame_saved_pc): Ditto.
1689 (avr_saved_pc_after_call): Ditto.
1690 (avr_push_return_address): Ditto.
1691 (avr_frame_chain): Ditto.
1692 (avr_store_struct_return): Ditto.
1693 (avr_push_arguments): Ditto.
1694 (avr_scan_prologue): Update comments. Changed to set up the info for
1695 cache unwinding. Now returns end of prologue PC.
1696 (avr_skip_prologue): Better handling of functions lacking a prologue
1697 by using avr_scan_prologue.
1698 (avr_scan_arg_moves): New function.
1699 (avr_saved_regs_unwinder): Ditto.
1700 (avr_frame_unwind_cache): Ditto.
1701 (avr_unwind_pc): Ditto.
1702 (avr_frame_this_id): Ditto.
1703 (avr_frame_prev_register): Ditto.
1704 (avr_frame_p): Ditto.
1705 (avr_frame_base_address ): Ditto.
1706 (avr_unwind_dummy_id): Ditto.
1707 (avr_push_dummy_code): Ditto.
1708 (push_stack_item): Ditto.
1709 (pop_stack_item): Ditto.
1710 (avr_push_dummy_call): Ditto.
1711 (struct stack_item): Define.
1712 (avr_frame_unwind): Declare structure.
1713 (avr_frame_base): Ditto.
1714 (avr_gdbarch_init): Remove calls to
1715 set_gdbarch_deprecated_init_frame_pc,
1716 set_gdbarch_deprecated_target_read_fp,
1717 set_gdbarch_deprecated_dummy_write_sp,
1718 set_gdbarch_deprecated_fp_regnum,
1719 set_gdbarch_deprecated_push_arguments,
1720 set_gdbarch_deprecated_push_return_address,
1721 set_gdbarch_deprecated_pop_frame,
1722 set_gdbarch_deprecated_store_struct_return,
1723 set_gdbarch_deprecated_frame_init_saved_regs,
1724 set_gdbarch_deprecated_init_extra_frame_info,
1725 set_gdbarch_deprecated_frame_chain,
1726 set_gdbarch_deprecated_frame_saved_pc,
1727 set_gdbarch_deprecated_saved_pc_after_call.
1728 Add calls to set_gdbarch_push_dummy_call,
1729 set_gdbarch_push_dummy_code,
1730 frame_unwind_append_predicate,
1731 frame_base_set_default,
1732 set_gdbarch_unwind_dummy_id,
1733 set_gdbarch_unwind_pc.
1734 Wrap a long line.
1735
1736 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1737
1738 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1739 registers for H8/300S.
1740 (h8300_print_registers_info): Ditto.
1741 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1742
1743 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1744
1745 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1746 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1747 (lin_lwp_wait): Likewise. Update comments.
1748 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1749 (pull_pid_from_list, linux_record_stopped_pid): New.
1750
1751 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1752
1753 * ada-lang.c (scan_discrim_bound): Name first argument.
1754 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1755 declared by ALL_BLOCK_SYMBOLS.
1756
1757 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1758
1759 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1760 ("regcache.h"): Include it.
1761 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1762
1763 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1764
1765 * NEWS: Mention gdbserver detach change and "disconnect" command.
1766 * infcmd.c (disconnect_command): New function.
1767 (_initialize_infcmd): Add ``disconnect'' command.
1768 * remote.c (remote_async_detach): Delete.
1769 (remote_detach): Merge remote_async_detach.
1770 (remote_disconnect): New.
1771 (init_remote_ops): Set to_disconnect.
1772 (init_remote_cisco_ops): Likewise.
1773 (init_remote_async_ops): Likewise. Use remote_detach.
1774 * target.c (cleanup_target): Default to_disconnect.
1775 (update_current_target): Inherit to_disconnect.
1776 (target_disconnect, debug_to_disconnect): New functions.
1777 (setup_target_debug): Set to_disconnect.
1778 * target.h (struct target_ops): Add to_disconnect.
1779 (target_disconnect): Add prototype.
1780
1781 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1782
1783 * breakpoint.c (insert_catchpoint): New function.
1784 (insert_breakpoints): Use catch_exceptions to call
1785 insert_catchpoint. Disable catchpoints if they fail to insert.
1786
1787 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1788
1789 * symfile.c (reread_symbols): Clear sym_private.
1790
1791 2003-06-17 Andrew Cagney <cagney@redhat.com>
1792
1793 * trad-frame.h (struct frame_info): Add opaque declaration.
1794 * remote-fileio.h (struct cmd_list_element): Add opaque
1795 declaration.
1796 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1797 comments.
1798
1799 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1800
1801 * remote.c (remote_prepare_to_store): Replace call to
1802 deprecated_read_register_bytes with multiple regcache_raw_read
1803 calls.
1804
1805 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1806
1807 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1808 (nto_find_and_open_solib): Likewise.
1809 (nto_init_solib_absolute_prefix): Likewise.
1810 (_initialize_nto_tdep): Fix indentation.
1811
1812 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1813
1814 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1815
1816 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1817
1818 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1819
1820 2003-06-17 Jim Blandy <jimb@redhat.com>
1821
1822 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1823
1824 2003-06-16 Theodore A. Roth <troth@openavr.org>
1825
1826 * avr-tdep.c (avr_extract_return_value): New function.
1827 (avr_gdbarch_init): Set extract_return_value method.
1828
1829 2003-06-16 Andrew Cagney <cagney@redhat.com>
1830
1831 * frame.h (deprecated_get_next_frame_hack): Declare.
1832 * frame.c (legacy_saved_regs_prev_register): Only require
1833 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1834 there are always saved regs.
1835 (deprecated_generic_get_saved_register): Do not require
1836 DEPRECATED_FRAME_INIT_SAVED_REGS.
1837 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1838 use frame ID unwind instead.
1839 (deprecated_get_next_frame_hack): New function.
1840
1841 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1842
1843 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1844 (h8300_push_dummy_call): ...this function. Some minor optimization.
1845 (h8300_push_return_address): Remove.
1846 (h8300_gdbarch_init): Remove calls to
1847 set_gdbarch_deprecated_dummy_write_sp,
1848 set_gdbarch_deprecated_push_arguments and
1849 set_gdbarch_deprecated_push_return_address.
1850 Add call to set_gdbarch_push_dummy_call.
1851
1852 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1853
1854 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1855 (E_PSEUDO_EXR_REGNUM): Ditto.
1856 (h8300_is_argument_spill): Check for instructions moving argument
1857 registers into safe registers.
1858 (h8300_skip_prologue): Check for stm instruction to push registers
1859 used for register variables onto stack.
1860 (gdb_print_insn_h8300): Remove.
1861 (h8300_examine_prologue): Add a comment.
1862 (h8300_register_name): Take pseudo registers into account.
1863 (h8300s_register_name): Ditto.
1864 (h8300sx_register_name): Ditto.
1865 (h8300_print_register): Ditto.
1866 (h8300_print_registers_info): Define "nice" printing order.
1867 (h8300_saved_pc_after_call): Take pseudo registers into account.
1868 (h8300_register_type): Ditto. Return type used for remote connection
1869 when requesting real CCR or EXR register, return actual type when
1870 requesting pseudo CCR or EXR.
1871 (h8300_pseudo_register_read): New function.
1872 (h8300_pseudo_register_write): Ditto.
1873 (h8300_dbg_reg_to_regnum): Ditto.
1874 (h8300s_dbg_reg_to_regnum): Ditto.
1875 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1876 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1877 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1878 set_gdbarch_print_insn architecture dependent.
1879 Call set_gdbarch_pseudo_register_read and
1880 set_gdbarch_pseudo_register_write.
1881 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1882
1883 2003-06-16 Andrew Cagney <cagney@redhat.com>
1884
1885 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1886 * gdbarch.h, gdbarch.c: Re-generate.
1887 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1888 * s390-tdep.c (s390_gdbarch_init): Update.
1889 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1890 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1891 * mips-tdep.c (mips_gdbarch_init): Update.
1892 * mcore-tdep.c (mcore_gdbarch_init): Update.
1893 * cris-tdep.c (cris_gdbarch_init): Update.
1894 * infcall.c (call_function_by_hand): Update.
1895 * ia64-tdep.c (ia64_push_arguments): Update comment.
1896 * frame.c (legacy_get_prev_frame): Do not assume
1897 SAVE_DUMMY_FRAME_TOS_P.
1898 * dummy-frame.c (find_dummy_frame): Update comment.
1899
1900 2003-06-16 Andrew Cagney <cagney@redhat.com>
1901
1902 * regcache.c (do_cooked_read): Do not use register_valid_p.
1903
1904 2003-06-15 Theodore A. Roth <troth@openavr.org>
1905
1906 * avr-tdep.c (avr_register_type): Remove a blank line.
1907 (avr_scan_prologue): Correct some comments.
1908
1909 2003-06-15 Theodore A. Roth <troth@openavr.org>
1910
1911 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1912 prologue types.
1913 Properly scan prologues generated by gcc with the -mcall-prologues
1914 option.
1915 Add code to scan -mcall-prologues for mega devices.
1916
1917 2003-06-15 Theodore A. Roth <troth@openavr.org>
1918
1919 * avr-tdep.c (avr_register_byte): Delete function.
1920 (avr_register_raw_size): Delete function.
1921 (avr_register_virtual_size): Delete function.
1922 (avr_register_virtual_type): Delete function.
1923 (avr_register_type): New function.
1924 (avr_address_to_pointer): Remove unused code.
1925 (avr_read_fp): Need to read FP as two separate bytes due to change to
1926 avr_register_type() usage.
1927 (avr_gdbarch_init): Don't set deprecated_register_size.
1928 Don't set deprecated_register_bytes.
1929 Don't set deprecated_register_byte.
1930 Don't set deprecated_register_raw_size.
1931 Don't set deprecated_max_register_raw_size.
1932 Don't set deprecated_register_virtual_size.
1933 Don't set deprecated_max_register_virtual_size.
1934 Don't set deprecated_register_virtual_type.
1935 Set register_type method.
1936
1937 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
1938
1939 * Makefile.in (linux-nat.o): Add rule.
1940 * linux-nat.c: New file.
1941 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1942 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1943 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1944 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1945 * config/arm/linux.mh (NATDEPFILES): Likewise.
1946 * config/i386/linux.mh (NATDEPFILES): Likewise.
1947 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1948 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1949 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1950 * config/mips/linux.mh (NATDEPFILES): Likewise.
1951 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1952 * config/s390/s390.mh (NATDEPFILES): Likewise.
1953 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1954
1955 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1956
1957 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1958 replace out-of-date comment.
1959
1960 2003-06-15 Andrew Cagney <cagney@redhat.com>
1961
1962 * rdi-share/host.h (Fail): Change to a varargs function.
1963 * remote-rdi.c (Fail): Update.
1964
1965 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1966
1967 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1968 (i386_convert_register_p, i386_register_to_value,
1969 i386_register_from_value): Handle types longer than 8 bytes.
1970
1971 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1972
1973 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1974 Move floating-point code to new function in i387-tdep.c.
1975 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1976 New functions containing code moved here from i386-tdep.c.
1977 * i387-tdep.h: Add opaque declaration for `struct type'.
1978 (i387_register_to_value, i387_value_to_register): New prototypes.
1979 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1980 (x86_64_init_abi): Set convert_register_p, register_to_value and
1981 value_to_register here.
1982
1983 2003-06-14 Andrew Cagney <cagney@redhat.com>
1984
1985 * mips-tdep.c (mips_register_to_value): Make static.
1986 (mips_value_to_register): Make static.
1987 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1988 * ia64-tdep.c (ia64_register_raw_size): Make static.
1989 (ia64_register_virtual_size): Make static.
1990 (ia64_register_byte): Make static.
1991 * i387-tdep.c: Include "i387-tdep.h".
1992 (print_387_control_word): Delete function.
1993 (print_387_status_word): Delete function.
1994 (print_387_status_bits): Delete function.
1995 (print_387_control_bits): Delete function.
1996 * Makefile.in (i387-tdep.o): Update dependencies.
1997 * rdi-share/host.h (Fail): Declare.
1998 * remote-rdi.c (Fail): Update to match declaration.
1999
2000 2003-06-14 Andrew Cagney <cagney@redhat.com>
2001
2002 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2003 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2004 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2005 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2006 * README: Delete reference to remote-array.
2007 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2008 (remote-array.o): Delete target.
2009 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2010 * remote-array.c: Delete file.
2011
2012 2003-06-14 Andrew Cagney <cagney@redhat.com>
2013 Mark Kettenis <kettenis@gnu.org>
2014
2015 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2016 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2017 parameter with "frame".
2018 * gdbarch.h, gdbarch.c: Re-generate.
2019 * frame.h (put_frame_register): Declare.
2020 * frame.c (put_frame_register): New function.
2021 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2022 (legacy_register_to_value): Rewrite, use "frame" to get the
2023 register value.
2024 (legacy_value_to_register): Rewrite, use "frame" to find the
2025 register's location before storing.
2026 * arch-utils.h (legacy_convert_register_p): Update.
2027 (legacy_register_to_value, legacy_value_to_register): Update.
2028 * findvar.c (value_from_register): Rewrite, eliminate use of
2029 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2030 "frame" to REGISTER_TO_VALUE.
2031 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2032 lval_reg_frame_relative + lval_register branch of the switch. Do
2033 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2034 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2035 I386_EDI_REGNUM): New defines.
2036 (i386_next_regnum, i386_convert_register_p,
2037 i386_register_to_value, i386_value_to_register): New functions.
2038 (i386_register_convertible, i386_register_convert_to_virtual,
2039 i386_convert_to_raw): Remove functions.
2040 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2041 value_to_register instead of register_convertible,
2042 register_convert_to_virtual and register_convert_to_raw.
2043 * mips-tdep.c (mips_convert_register_p): New function.
2044 (mips_value_to_register): Replace mips_register_convert_from_type.
2045 (mips_register_to_value): Replace mips_register_convert_to_type.
2046 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2047 register_to_value.
2048 * alpha-tdep.c (alpha_convert_register_p): Update.
2049 (alpha_value_to_register): Update, store the register.
2050 (alpha_register_to_value): Update, fetch the register.
2051
2052 2003-06-14 Theodore A. Roth <troth@openavr.org>
2053
2054 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2055 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2056 Don't set deprecated_call_dummy_words.
2057 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2058 Don't set remote_translate_xfer_address.
2059 (avr_io_reg_read_command): Remove commented out debug printf.
2060 Wrap a long line.
2061
2062 2003-06-14 Theodore A. Roth <troth@openavr.org>
2063
2064 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2065 causes gdb to seg fault.
2066
2067 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2068
2069 * sparc-nat.c (fetch_inferior_registers): Correct
2070 a reference to "registers".
2071
2072 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2073
2074 * Makefile.in (exc_request_U_h): Define
2075 (exc_request_S_h): Likewise.
2076 (msg_reply_S_h): Likewise.
2077 (msg_U_h): Likewise.
2078 (notify_S_h): Likewise.
2079 (process_reply_S_h): Likewise.
2080 (gnu-nat.o): Depend on gdb_obstack_h
2081 * gnu-nat.c: Include "gdb_obstack.h".
2082
2083 2003-06-13 Andrew Cagney <cagney@redhat.com>
2084
2085 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2086 * gdbarch.h, gdbarch.c: Re-generate.
2087
2088 2003-06-13 Andrew Cagney <cagney@redhat.com>
2089
2090 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2091 when deprecated REGISTER macros can be deleted.
2092 * gdbarch.h, gdbarch.c: Re-generate.
2093
2094 2003-06-13 Jim Blandy <jimb@redhat.com>
2095
2096 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2097 Linux entry point symbols for _dl_debug_state, too.
2098
2099 2003-06-13 Andrew Cagney <cagney@redhat.com>
2100
2101 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2102 available, do not use the FP register, and always save the TOS.
2103 * dummy-frame.c (dummy_frame_this_id): Do not assert
2104 SAVE_DUMMY_FRAME_TOS.
2105 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2106 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2107 (i386_push_dummy_call): Add 8 to the returned SP.
2108 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2109 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2110 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2111 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2112 (x86_64_push_dummy_call): Return "sp + 16".
2113 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2114 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2115 save_dummy_frame_tos.
2116
2117 2003-06-13 Jim Blandy <jimb@redhat.com>
2118
2119 * frv-tdep.c (frv_use_struct_convention): Delete static
2120 declaration for function deleted in my change of 2003-06-12.
2121
2122 2003-06-13 Theodore A. Roth <troth@openavr.org>
2123
2124 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2125 (avr_pointer_to_address): Shift code addrs left 1 bit.
2126 (avr_convert_from_func_ptr_addr): Delete function since operation is
2127 better handled by avr_address_to_pointer and avr_pointer_to_address.
2128 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2129
2130 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2131
2132 From Kelley Cook <kelleycook@wideopenwest.com>:
2133 * configure.host: Accept i[34567]86 variants.
2134 * configure.tgt: Likewise.
2135 * nlm/configure.in: Likewise.
2136 * nlm/configure: Regenerated.
2137
2138 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2139
2140 * arm-tdep.c (solib-svr4.h): Dont' include it.
2141 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2142 * arm-linux-tdep.c: ... here. Make static.
2143 (arm_linux_init_abi): Register it.
2144 (solib-svr4.h): Include it.
2145 * Makefile.in: Update dependencies.
2146 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2147 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2148
2149 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2150
2151 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2152 indicate registers used for return values.
2153 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2154 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2155 members.
2156 (h8300_init_extra_frame_info): Ditto.
2157 (h8300_frame_locals_address): Removed.
2158 (h8300_frame_args_address): Removed.
2159 (h8300_extract_return_value): Use new regcache structure. Only care
2160 for 16 bit CPUs.
2161 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2162 (h8300_store_return_value): Use new regcache structure. Only care
2163 for 16 bit CPUs.
2164 (h8300h_store_return_value): Same function for 32 bit CPUs.
2165 (h8300_store_struct_return): Removed.
2166 (h8300_extract_struct_value_address): Use new regcache structure.
2167 (h8300h_extract_struct_value_address): Removed.
2168 (h8300_push_dummy_code): New function.
2169 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2170 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2171 set_gdbarch_store_return_value architecture dependent.
2172 Call set_gdbarch_push_dummy_code and
2173 set_gdbarch_extract_struct_value_address.
2174 Remove calls to set_gdbarch_frame_args_address,
2175 set_gdbarch_frame_locals_address,
2176 set_gdbarch_deprecated_store_struct_return,
2177 set_gdbarch_deprecated_extract_return_value,
2178 set_gdbarch_deprecated_extract_struct_value_address,
2179 set_gdbarch_deprecated_call_dummy_words and
2180 set_gdbarch_deprecated_sizeof_call_dummy_words.
2181
2182 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2183
2184 * h8300-tdep.c (h8300_register_byte): Remove.
2185 (h8300h_register_byte): Remove.
2186 (h8300_register_virtual_type): Remove. Substitute by...
2187 (h8300_register_type): New function.
2188 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2189 (h8300h_extract_struct_value_address): Ditto.
2190 (h8300_gdbarch_init): Drop calls to
2191 set_gdbarch_deprecated_register_byte and
2192 set_gdbarch_deprecated_register_virtual_type.
2193 Add call to set_gdbarch_register_type.
2194
2195 2003-06-13 Andrew Cagney <cagney@redhat.com>
2196
2197 * gdbarch.sh: Update comments on registers.
2198 (deprecated_register_byte): Rename register_byte.
2199 (deprecated_register_raw_size): Rename register_raw_size.
2200 (deprecated_register_virtual_size): Rename register_virtual_size.
2201 (deprecated_register_virtual_type): Rename register_virtual_type.
2202 * gdbarch.h, gdbarch.c: Re-generate.
2203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2204 * vax-tdep.c (vax_gdbarch_init): Update.
2205 * v850-tdep.c (v850_gdbarch_init): Update.
2206 * sparc-tdep.c (sparc_gdbarch_init): Update.
2207 * sh-tdep.c (sh_gdbarch_init): Update.
2208 * s390-tdep.c (s390_gdbarch_init): Update.
2209 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2210 * ns32k-tdep.c: Update.
2211 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2212 * mips-tdep.c (mips_gdbarch_init): Update.
2213 * mcore-tdep.c (mcore_gdbarch_init): Update.
2214 * m68k-tdep.c (m68k_gdbarch_init): Update.
2215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2216 * ia64-tdep.c (ia64_gdbarch_init): Update.
2217 * hppa-tdep.c (hppa_gdbarch_init): Update.
2218 * h8300-tdep.c (h8300_gdbarch_init): Update.
2219 * frv-tdep.c (frv_gdbarch_init): Update.
2220 * cris-tdep.c (cris_gdbarch_init): Update.
2221 * avr-tdep.c (avr_gdbarch_init): Update.
2222 * alpha-tdep.c (alpha_gdbarch_init): Update.
2223 * arm-tdep.c (arm_gdbarch_init): Update.
2224
2225 2003-06-13 Andrew Cagney <cagney@redhat.com>
2226
2227 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2228 mips_o32_use_struct_convention with always_use_struct_convention.
2229
2230 2003-06-12 David Carlton <carlton@kealia.com>
2231
2232 * cp-namespace.c (cp_set_block_scope): Comment out
2233 processing_has_namespace_info branch.
2234
2235 2003-06-12 Jim Blandy <jimb@redhat.com>
2236
2237 Recognize and skip 64-bit PowerPC Linux linkage functions.
2238 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2239 insn_pattern, insns_match_pattern, d_field, ds_field): New
2240 functions, macros, and types for working with PPC instructions.
2241 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2242 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2243 ppc64_skip_trampoline_code): New functions, variables, and macros
2244 for recognizing and skipping linkage functions.
2245 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2246 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2247
2248 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2249 register offsets for both the 32- and 64-bit interfaces.
2250
2251 Actually finish the job started by my change of 2003-05-29.
2252 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2253 other #definition of this.
2254 (ppc_linux_skip_trampoline_code): Remove declaration.
2255 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2256 static.
2257 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2258 method for GDBARCH.
2259
2260 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2261 'long' on ppc64-*-linux*.
2262
2263 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2264 isn't #defined, assume the register doesn't exist: act as if
2265 tdep->ppc_mq_regnum were -1.
2266
2267 * configure.host, configure.tgt: Add entries for
2268 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2269 powerpc/linux.mt.
2270 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2271 New files.
2272
2273 * arch-utils.c (always_use_struct_convention): New function.
2274 * arch-utils.h (always_use_struct_convention): New prototype.
2275 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2276 (alpha_gdbarch_init): Register always_use_struct_convention,
2277 instead of alpha_use_struct_convention.
2278 * cris-tdep.c (cris_use_struct_convention): Delete.
2279 (cris_gdbarch_init): Register always_use_struct_convention,
2280 instead of cris_use_struct_convention.
2281 * frv-tdep.c (frv_use_struct_convention): Delete.
2282 (frv_gdbarch_init): Register always_use_struct_convention,
2283 instead of frv_use_struct_convention.
2284 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2285 (h8300_gdbarch_init): Register always_use_struct_convention,
2286 instead of h8300_use_struct_convention.
2287 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2288 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2289 instead of mips_o32_use_struct_convention.
2290
2291 2003-06-12 Andrew Cagney <cagney@redhat.com>
2292
2293 * wince.c: Include "mips-tdep.h".
2294 * mips-tdep.h (mips_next_pc): Declare.
2295 * mcore-tdep.c: Make more local functions static.
2296 * Makefile.in (wince.o): Update dependencies.
2297
2298 2003-06-12 David Carlton <carlton@kealia.com>
2299
2300 * symtab.c (lookup_symbol_aux_minsyms): Replace
2301 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2302 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2303 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2304 SYMBOL_NATURAL_NAME.
2305
2306 2003-06-12 Andreas Schwab <schwab@suse.de>
2307
2308 * Makefile.in (tuiDisassem.o): Update dependencies.
2309
2310 2003-06-12 David Carlton <carlton@bactrian.org>
2311
2312 * symtab.h: Delete declaration of make_symbol_overload_list.
2313 Add declaration of lookup_partial_symbol.
2314 * symtab.c (remove_params): Move to cp-support.c.
2315 (overload_list_add_symbol, make_symbol_overload_list)
2316 (sym_return_val_size, sym_return_val_index): Ditto.
2317 (lookup_partial_symbol): Make extern.
2318 * cp-support.h: Add declaration of make_symbol_overload_list.
2319 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2320 symtab.h, and block.h.
2321 (remove_params): Move here from symtab.c.
2322 (overload_list_add_symbol, make_symbol_overload_list)
2323 (sym_return_val_size, sym_return_val_index): Ditto.
2324 * valops.c: Include cp-support.h.
2325 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2326 frame_h, and block_h.
2327 (valops.o): Depend on cp_support_h.
2328
2329 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2330
2331 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2332 substitute by NUM_REGS throughout.
2333 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2334 (h8300s_register_name): New function for H8S registers.
2335 (h8300sx_register_name): Ditto for H8SX registers.
2336 (h8300_print_register): Revise register printing, avoid depending
2337 on 32 bit long.
2338 (h8300_register_byte): Only care for H8/300 registers.
2339 (h8300h_register_byte): New function for any other architecture.
2340 (h8300_register_raw_size): Remove.
2341 (h8300_register_virtual_type): Revise to return actually useful
2342 type.
2343 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2344 (h8300h_extract_struct_value_address): New function for any other
2345 architecture.
2346 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2347 set_gdbarch_register_name, set_gdbarch_register_byte,
2348 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2349 Remove calls to set_gdbarch_deprecated_register_size,
2350 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2351 set_gdbarch_deprecated_max_register_raw_size,
2352 set_gdbarch_register_virtual_size and
2353 set_gdbarch_deprecated_max_register_virtual_size entirely.
2354 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2355 set_gdbarch_long_double_bit.
2356
2357 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2358
2359 * doublest.c (convert_doublest_to_floatformat): When dealing
2360 with the implied integer bit, only alter mant_bits if we are
2361 processing a full 32 bits of mantissa.
2362
2363 2003-06-11 David Carlton <carlton@bactrian.org>
2364
2365 * dictionary.h: New.
2366 * dictionary.c: New.
2367 * block.h: Add opaque declaration for struct dictionary.
2368 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2369 'sym' members.
2370 (BLOCK_DICT): New macro.
2371 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2372 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2373 BLOCK_SHOULD_SORT.
2374 (ALL_BLOCK_SYMBOLS): Update definition.
2375 * Makefile.in (SFILES): Add dictionary.c.
2376 (dictionary_h): New.
2377 (COMMON_OBS): Add dictionary.o.
2378 (dictionary.o): New.
2379 (ada-lang.o): Depend on dictionary_h.
2380 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2381 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2382 (mi-cmd-stack.o): Ditto.
2383 (gdbtk-cmds.o): Update dependencies.
2384 (gdbtk-stack.o): Ditto.
2385 * ada-lang.c: Include dictionary.h.
2386 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2387 (fill_in_ada_prototype, debug_print_block): Ditto.
2388 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2389 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2390 'is_sorted'.
2391 * mdebugread.c: Include dictionary.h.
2392 (struct parse_stack): Delete 'maxsyms' member.
2393 (parse_symbol): Update calls to new_block. Delete calls to
2394 shrink_block. Use dictionary methods.
2395 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2396 Update calls to new_symtab. Don't maintain maxsyms data.
2397 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2398 (add_symbol): Just call dict_add_symbol.
2399 (new_symtab): Delete 'maxsyms' argument.
2400 (new_symtab): Update calls to new_block.
2401 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2402 (shrink_block): Delete function.
2403 (fixup_sigtramp): Update call to new_block. Add symbol via
2404 dict_add_symbol.
2405 * jv-lang.c: Include dictionary.h.
2406 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2407 appropriately. Set class_symtab->free_func. Make sure the
2408 blockvector is big enough to hold two blocks.
2409 (add_class_symtab_symbol): Use dictionary methods.
2410 (free_class_block): New function.
2411 (type_from_class): Replace explicit iteration by
2412 ALL_BLOCK_SYMBOLS.
2413 * symtab.h (struct symtab): Replace 'free_ptr' method by
2414 'free_func'.
2415 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2416 sort_symtab_syms.
2417 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2418 sort_symtab_syms.
2419 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2420 Include dictionary.h.
2421 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2422 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2423 sort_symtab_syms.
2424 * objfiles.c: Include dictionary.h.
2425 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2426 * buildsym.c: Include dictionary.h.
2427 (finish_block): Use dictionary methods.
2428 (end_symtab): Set free_func to NULL, not free_ptr.
2429 * tracepoint.c: Include dictionary.h.
2430 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2431 (scope_info): Ditto.
2432 * stack.c: Include dictionary.h.
2433 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2434 (print_block_frame_labels, print_frame_arg_vars)
2435 (print_frame_args): Ditto.
2436 * symmisc.c (free_symtab_block): Use dictionary methods.
2437 (dump_symtab): Ditto.
2438 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2439 Include dictionary.h.
2440 * symfile.h: Delete declarations of sort_block_syms,
2441 sort_symtab_syms.
2442 * symfile.c (sort_block_syms): Delete.
2443 (sort_symtab_syms): Delete.
2444 * symtab.c: Include dictionary.h.
2445 (lookup_block_symbol): Use dictionary iterators.
2446 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2447 (search_symbols, make_symbol_completion_list): Ditto.
2448 (make_symbol_overload_list): Ditto.
2449 * valops.c (value_of_local): Use dict_empty.
2450 Include dictionary.h.
2451
2452 2003-06-11 J. Brobecker <brobecker@gnat.com>
2453
2454 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2455
2456 2003-06-11 David Carlton <carlton@bactrian.org>
2457
2458 * block.h (BLOCK_SHOULD_SORT): Delete.
2459 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2460 blocks.
2461 * ada-lang.c (ada_add_block_symbols): Ditto.
2462 * symfile.c (sort_block_syms): Delete.
2463 (sort_symtab_syms): Ditto.
2464 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2465 declarations.
2466 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2467 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2468 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2469 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2470 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2471 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2472 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2473
2474 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2475
2476 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2477 bits to 128.
2478
2479 2003-06-11 Andrew Cagney <cagney@redhat.com>
2480
2481 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2482 REGISTER_CONVERTIBLE.
2483 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2484 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2485 * gdbarch.h, gdbarch.c: Re-generate.
2486 * arch-utils.h (deprecated_register_convertible_not): Rename
2487 generic_register_convertible_not.
2488 * arch-utils.c (deprecated_register_convertible_not): Rename
2489 generic_register_convertible.
2490 (legacy_convert_register_p, legacy_register_to_value): Update.
2491 * sh-tdep.c (sh64_push_arguments): Update.
2492 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2493 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2494 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2495 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2496 * arch-utils.c (legacy_value_to_register): Update.
2497 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2498 (rs6000_register_convert_to_raw): Make parameter "from" const.
2499 * mips-tdep.c (mips_gdbarch_init): Update.
2500 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2501 * infcmd.c (default_print_registers_info): Update.
2502 * ia64-tdep.c (ia64_gdbarch_init): Update.
2503 (ia64_register_convert_to_raw): Make parameter "from" const.
2504 * i386-tdep.c (i386_gdbarch_init): Update.
2505 (i386_register_convert_to_raw): Update.
2506
2507 2003-06-11 Andrew Cagney <cagney@redhat.com>
2508
2509 * remote-fileio.c: Include "remote-fileio.h".
2510 * Makefile.in (remote-fileio.o): Update dependencies.
2511 (remote_fileio_h): Fix typo.
2512
2513 2003-06-11 Andrew Cagney <cagney@redhat.com>
2514
2515 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2516 (xstormy16_save_dummy_frame_tos): Make static.
2517 (_initialize_xstormy16_tdep): Add declaration.
2518 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2519 * v850-tdep.c: Make local functions static.
2520 (_initialize_v850_tdep): Add declaration.
2521 * sparc-tdep.c: Make local functions static.
2522 (_initialize_sparc_tdep): Add declaration.
2523 * sh-tdep.c: Make local functions static.
2524 (_initialize_sh_tdep): Add declaration.
2525 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2526 * s390-tdep.c: Make local functions static.
2527 (_initialize_s390_tdep): Add declaration.
2528 * dbxread.c (find_stab_function_addr): Make static.
2529 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2530 * ocd.c (_initialize_remote_ocd): Add declaration.
2531 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2532 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2533 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2534 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2535 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2536 * remote-array.c (_initialize_array): Add declaration.
2537 (_initialize_remote_monitors): Add declaration.
2538 * remote-mips.c: Make local functions static.
2539 (_initialize_remote_mips): Add declaration.
2540 * mcore-tdep.c: Make all local functions static.
2541 (_initialize_mcore_tdep): Add declaration.
2542 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2543 * abug-rom.c (_initialize_abug_rom): Add declaration.
2544 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2545 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2546 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2547 * remote-est.c (_initialize_est): Add declaration.
2548 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2549 (m68hc11_call_dummy_address): Make static.
2550 * ia64-tdep.c: Make local functions static.
2551 (_initialize_ia64_tdep): Add declaration.
2552 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2553 * monitor.c (monitor_wait_filter): Make static.
2554 (_initialize_remote_monitors): Add declaration.
2555 * remote-hms.c (_initialize_remote_hms): Add declaration.
2556 * remote-e7000.c (fetch_regs_from_dump): Make static.
2557 (expect_n): Make static.
2558 (_initialize_remote_e7000): Add declaration.
2559 * ser-e7kpc.c: Always include "defs.h".
2560 (_initialize_ser_e7000pc): Add declaration.
2561 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2562 * cris-tdep.c: Make all but one function static.
2563 (_initialize_cris_tdep): Add declaration.
2564 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2565 * solib.c (update_solib_list): Make static.
2566 (_initialize_solib): Add declaration.
2567 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2568 (_initialize_avr_tdep): Add declaration.
2569 * remote-rdi.c (voiddummy): Make static.
2570 (_initialize_remote_rdi): Add declaration.
2571 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2572 * remote-rdp.c (send_rdp): Make static.
2573 (_initialize_remote_rdp): Add declaration.
2574 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2575
2576 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2577
2578 * remote-fileio.c: Make ari happy.
2579
2580 2003-06-10 J. Brobecker <brobecker@gnat.com>
2581
2582 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2583 fetching the trailing bytes of the buffer we are about to write.
2584
2585 2003-06-10 Andrew Cagney <cagney@redhat.com>
2586
2587 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2588 * Makefile.in (remote-fileio.o): Update dependencies.
2589 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2590 include <setjmp.h>, or <sys/types.h> conditional on USG.
2591 (remote_fio_jmp_buf): Delete global variable.
2592
2593 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2594 Martin M. Hunt <hunt@redhat.com>
2595
2596 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2597 (SFILES): Add remote-fileio.c.
2598 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2599 dependencies for building remote.o.
2600 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2601 * remote-fileio.h: New header file defining remote File-I/O interface.
2602 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2603 static storage class.
2604 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2605 'F' packet.
2606 (_initialize_remote): Call initialize_remote_fileio().
2607 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2608 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2609 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2610 (captured_main): Initialize new ui_files.
2611 * ui-file.c: Add read and fgets input functions.
2612 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2613 (null_file_read): New function.
2614 (ui_file_read): New function.
2615 (set_ui_file_read): New function.
2616 (stdio_file_read): New function.
2617 * ui-file.h: New type ui_file_read_ftype.
2618 (set_ui_file_read): Declare.
2619 (ui_file_read): Declare.
2620
2621 2003-06-09 Andrew Cagney <cagney@redhat.com>
2622
2623 * frame.h (deprecated_unwind_get_saved_register): Rename
2624 generic_unwind_get_saved_register, update comments.
2625 * mips-tdep.c (mips_get_saved_register): Update.
2626 * frame.c (deprecated_unwind_get_saved_register): Update.
2627
2628 2003-06-09 Andrew Cagney <cagney@redhat.com>
2629
2630 * vax-tdep.c (vax_frame_locals_address): Delete function.
2631 (vax_gdbarch_init): Do not set frame_locals_address.
2632 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2633 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2634 * s390-tdep.c (s390_frame_args_address): Delete function.
2635 (s390_gdbarch_init): Do not set frame_args_address or
2636 frame_locals_address.
2637 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2638 (ns32k_gdbarch_init): Do not set frame_locals_address.
2639 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2640 (hppa_frame_locals_address): Delete function.
2641 (hppa_gdbarch_init): Do not set frame_args_address, or
2642 frame_locals_address.
2643 * arm-tdep.c (arm_frame_args_address): Delete.
2644 (arm_frame_locals_address): Delete.
2645 (arm_gdbarch_init): Do not set frame_args_address, or
2646 frame_locals_address.
2647
2648 2003-06-09 Andrew Cagney <cagney@redhat.com>
2649
2650 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2651 * gdbarch.h, gdbarch.c: Re-generate.
2652 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2653 * arch-utils.c (frame_num_args_unknown): Delete function.
2654 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2655 (frame_info): Use FRAME_NUM_ARGS_P.
2656 * arm-tdep.c (arm_frame_num_args): Delete function.
2657 (arm_gdbarch_init): Do not set frame_num_args.
2658 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2659 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2660 (hppa_gdbarch_init): Do not set frame_num_args.
2661 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2662 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2663 frame_num_args to default frame_num_args_unknown.
2664 * v850-tdep.c (v850_gdbarch_init): Ditto.
2665 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2666 * sh-tdep.c (sh_gdbarch_init): Ditto.
2667 * s390-tdep.c (s390_gdbarch_init): Ditto.
2668 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2669 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2670 * mips-tdep.c (mips_gdbarch_init): Ditto.
2671 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2672 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2674 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2675 * i386-tdep.c (i386_gdbarch_init): Ditto.
2676 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2677 * frv-tdep.c (frv_gdbarch_init): Ditto.
2678 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2679 * cris-tdep.c (cris_gdbarch_init): Ditto.
2680 * avr-tdep.c (avr_gdbarch_init): Ditto.
2681 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2682
2683 2003-06-09 Andrew Cagney <cagney@redhat.com>
2684
2685 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2686 (print_frame_args): Moved to "stack.c".
2687 * stack.c: Include "gdb_assert.h".
2688 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2689 (print_frame_args): Moved from "printcmd.c".
2690 * frame.h (print_frame_args): Delete declaration.
2691 * Makefile.in (stack.o): Update dependencies.
2692
2693 2003-06-08 Andrew Cagney <cagney@redhat.com>
2694
2695 * frame.c (get_prev_frame): Remove reference to
2696 frame_args_address_correct in comments.
2697 * frame-base.c (default_frame_args_address): Delete code
2698 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2699 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2700 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2701 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2702 (vax_frame_args_address_correct): Delete declaration.
2703
2704 2003-06-08 Andrew Cagney <cagney@redhat.com>
2705
2706 * gdbarch.sh (UNWIND_SP): Add.
2707 * gdbarch.h, gdbarch.c: Re-generate.
2708 * frame.c (frame_sp_unwind): New function.
2709 (get_frame_sp): New function.
2710 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2711 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2712 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2713 value.
2714 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2715 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2716
2717 2003-06-08 Andrew Cagney <cagney@redhat.com>
2718
2719 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2720 REMOTE_BREAKPOINT.
2721 * remote.c: Update.
2722 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2723 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2724 * config/m68k/tm-sun3.h: Update.
2725 * config/m68k/tm-m68klynx.h: Update.
2726 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2727
2728 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2729 trad_frame". Update comments.
2730 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2731 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2732 (trad_frame_register_value, trad_frame_prev_register): Update.
2733
2734 2003-06-08 Andrew Cagney <cagney@redhat.com>
2735
2736 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2737 from GCC's acinclude.m4.
2738 * configure.in: Check for getopt's delcaration.
2739 * aclocal.m4, config.in, configure: Re-generate.
2740 * main.c (error_init): Delete declaration.
2741 * defs.h (error_init): Declare.
2742 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2743 (rs6000_convert_from_func_ptr_addr): Make static.
2744 (_initialize_rs6000_tdep): Add declaration.
2745 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2746 (show_commands, set_verbose, show_history): Delete declaration.
2747 * top.h (set_verbose): Add declaration.
2748 (show_history, set_history, show_commands): Add declaration.
2749 (do_restore_instream_cleanup): Add declaration.
2750 * objc-lang.c (specialcmp): Make static.
2751 (print_object_command): Make static.
2752 (find_objc_msgsend): Make static.
2753 (find_objc_msgcall_submethod_helper): Make static.
2754 (find_objc_msgcall_submethod): Make static.
2755 (_initialize_objc_language): Add declaration.
2756 (find_implementation_from_class): Make static.
2757 (find_implementation): Make static.
2758 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2759 * objc-lang.h (lookup_struct_typedef): Add declaration.
2760 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2761 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2762 (do_restore_user_call_depth): Make static.
2763 (do_restore_instream_cleanup): Delete declaration.
2764 (dont_repeat): Delete declaration.
2765 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2766 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2767 * reggroups.c (_initialize_reggroup): Add declaration.
2768 * cp-support.c (_initialize_cp_support): Add declaration.
2769 * cp-abi.c (_initialize_cp_abi): Add declaration.
2770 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2771 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2772 (_initialize_gnu_v3_abi): Add declaration.
2773 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2774 (_initialize_gnu_v2_abi): Add declaration.
2775 * frame-base.c (_initialize_frame_base): Add declaration.
2776 * doublest.c (floatformat_from_length): Make static.
2777 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2778 * frame.c (create_sentinel_frame): Make static.
2779 (_initialize_frame): Add declaration.
2780 * top.c (do_catch_errors): Make static.
2781 (gdb_rl_operate_and_get_next_completion): Make static.
2782 * typeprint.c: Include "typeprint.h".
2783 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2784 (sentinel_frame_this_id): Make static.
2785 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2786 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2787 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2788 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2789 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2790 * maint.c (maintenance_print_architecture): Make static.
2791 * signals/signals.c (_initialize_signals): Add declaration.
2792 * std-regs.c (_initialize_frame_reg): Add declaration.
2793 * jv-exp.y (push_variable): ISO C definition.
2794 (push_qualified_expression_name): Ditto.
2795 * memattr.c (_initialize_mem): Add declaration.
2796 * remote.c (remote_check_watch_resources): Make static.
2797 (remote_stopped_by_watchpoint): Make static.
2798 (remote_stopped_data_address): Make static.
2799 * d10v-tdep.c (nr_dmap_regs): Make static.
2800 (a0_regnum): Make static.
2801 (d10v_frame_unwind_cache): Make static.
2802 (d10v_frame_p): Make static.
2803 * osabi.c (show_osabi): Make static.
2804 (_initialize_gdb_osabi): Add extern declaration.
2805 * gdbtypes.c (make_qualified_type): Make static.
2806 (safe_parse_type): Make static.
2807 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2808 * macrotab.c (macro_bcache_free): Make static.
2809 * interps.c (interp_set_quiet): Make static.
2810 (interpreter_exec_cmd): Make static.
2811 * stack.h (select_frame_command): New file.
2812 * stack.c: Include "stack.h".
2813 (select_frame_command_wrapper): Delete function.
2814 (select_frame_command): Make global.
2815 * infcall.c: Include "infcall.h".
2816 * linespec.c: Include "linespec.h".
2817 * symfile.c (sections_overlap): Make static.
2818 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2819 * charset.c (_initialize_charset): Add missing prototype.
2820 * regcache.c (init_legacy_regcache_descr): Make static.
2821 (do_regcache_xfree): Make static.
2822 (regcache_xfer_part): Make static.
2823 (_initialize_regcache): Add missing prototype.
2824 * breakpoint.c (parse_breakpoint_sals): Make static.
2825 (breakpoint_sals_to_pc): Make static.
2826 * interps.h (clear_interpreter_hooks): ISO C declaration.
2827 * Makefile.in (stack_h): Define.
2828 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2829 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2830
2831 2003-06-08 Andrew Cagney <cagney@redhat.com>
2832
2833 * Makefile.in (d10v-tdep.o): Update dependencies.
2834 (SFILES): Add trad-frame.c.
2835 (trad_frame_h): Define.
2836 (COMMON_OBS): Add trad-frame.o.
2837 (trad-frame.o): Specify dependencies.
2838 * d10v-tdep.c: Include "trad-frame.h".
2839 (saved_regs_unwinder): Delete function.
2840 (d10v_frame_prev_register): Use trad_frame_prev_register.
2841 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2842 trad_frame", delete "regs" and "prev_sp".
2843 (prologue_find_regs): Use trad-frame.
2844 * trad-frame.h, trad-frame.c: New files.
2845
2846 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2847
2848 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2849
2850 2003-06-07 Adam Fedor <fedor@gnu.org>
2851
2852 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2853 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2854 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2855 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
2856 resolve_msgsend_super, resolve_msgsend_super_stret):
2857 Use it.
2858
2859 2003-06-07 Andrew Cagney <cagney@redhat.com>
2860
2861 * symfile.h: Re-indent, clean up comments.
2862
2863 2003-06-07 Andrew Cagney <cagney@redhat.com>
2864
2865 * inferior.h (deprecated_write_sp): Replace
2866 generic_target_write_sp.
2867 * regcache.c (deprecated_write_sp): Replace
2868 generic_target_write_sp.
2869 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2870 * vax-tdep.c (vax_gdbarch_init): Update.
2871 * v850-tdep.c (v850_gdbarch_init): Update.
2872 * sparc-tdep.c (sparc_gdbarch_init): Update.
2873 * sh-tdep.c (sh_gdbarch_init): Update.
2874 * s390-tdep.c (s390_gdbarch_init): Update.
2875 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2876 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2877 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2878 * mcore-tdep.c (mcore_gdbarch_init): Update.
2879 * m68k-tdep.c (m68k_gdbarch_init): Update.
2880 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2881 * ia64-tdep.c (ia64_gdbarch_init): Update.
2882 * h8300-tdep.c (h8300_gdbarch_init): Update.
2883 * frv-tdep.c (frv_gdbarch_init): Update.
2884 * cris-tdep.c (cris_gdbarch_init): Update.
2885 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2886
2887 2003-06-07 Andrew Cagney <cagney@redhat.com>
2888
2889 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2890 Assert that PC_REGNUM is valid.
2891 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2892
2893 2003-06-07 Andrew Cagney <cagney@redhat.com>
2894
2895 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2896 * gdbarch.h, gdbarch.c: Regenerate.
2897 * mn10300-tdep.c: Include "gdb_assert.h".
2898 (mn10300_read_fp): New function.
2899 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2900 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2901 * ia64-tdep.c: Include "gdb_assert.h".
2902 (ia64_read_fp): New function.
2903 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2904 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2905 * regcache.c (generic_target_read_sp): Delete function.
2906 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2907 * inferior.h (generic_target_read_sp): Delete declaration.
2908 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2909 generic_target_read_sp.
2910 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2911 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2912 * sh-tdep.c (sh_gdbarch_init): Ditto.
2913 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2914 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2915
2916 2003-06-07 Andrew Cagney <cagney@redhat.com>
2917
2918 * gdbarch.sh: Comment each field of startup_gdbarch.
2919 * gdbarch.h, gdbarch.c: Re-generate.
2920
2921 2003-06-07 Andrew Cagney <cagney@redhat.com>
2922
2923 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2924 * gdbarch.h, gdbarch.c: Re-generate.
2925 * regcache.c: Update comments on read_pc et.al.
2926 (generic_target_read_pc): Delete function.
2927 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2928 * inferior.h (generic_target_read_pc): Delete declaration.
2929 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2930 generic_target_read_pc.
2931 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2932 * sh-tdep.c (sh_gdbarch_init): Ditto.
2933 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2934 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2935
2936 2003-06-07 Andrew Cagney <cagney@redhat.com>
2937
2938 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2939 "index" with "special_local_sect". Use strcmp instead of STREQ.
2940 Append period to coments.
2941
2942 2003-06-06 Mark Mitchell <mark@codesourcery.com>
2943
2944 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2945 (elfstab_offset_sections): Likewise.
2946 * gdb-stabs.h (stab_section_info): Likewise.
2947 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2948 * objfiles.c (objfile_relocate): Likewise.
2949 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2950 * remote.c (get_offsets): Likewise.
2951 (remote_cisco_objfile_relocate): Likewise.
2952 * somread.c (som_symfile_offsets): Likewise.
2953 * symfile.c (alloc_section_addr_info): New function.
2954 (build_section_addr_info_from_section_tab): Use it.
2955 (free_section_addr_info): Adjust.
2956 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2957 (syms_from_objfile): Allocate local_addr dynamically.
2958 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2959 dynamically.
2960 (add_symbol_file_command): Allocate sect_opts dynamically.
2961 (reread_symbols): Avoid use of SECT_OFF_MAX.
2962 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2963 (alloc_section_addr_info): Declare it.
2964 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2965 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2966 dynamically.
2967 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
2968
2969 2003-06-06 Andrew Cagney <cagney@redhat.com>
2970
2971 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2972 (d10v_frame_unwind_cache): Do not set "return_pc".
2973
2974 2003-06-06 Michael Snyder <msnyder@redhat.com>
2975
2976 * h8300-tdep.c: Make tidy (long lines).
2977
2978 2003-06-06 Michal Ludvig <mludvig@suse.cz>
2979
2980 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
2981 to regcache_collect().
2982
2983 2003-06-05 J. Brobecker <brobecker@gnat.com>
2984
2985 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2986 pc_in_sigtramp multiarch method.
2987 (hppa_hpux_som_init_abi): Use it.
2988 (hppa_hpux_elf_init_abi): Likewise.
2989 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2990 macro has been multiarched.
2991 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2992 macro here, as hppa64 isn't multiarched yet.
2993
2994 2003-06-05 Andrew Cagney <cagney@redhat.com>
2995
2996 * Makefile.in (value_h): Add $(frame_h).
2997 * value.h: Include "frame.h".
2998 (struct value): Replace "frame_addr" with "frame_id".
2999 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3000 * values.c (allocate_value): Use VALUE_FRAME_ID.
3001 (value_copy): Use VALUE_FRAME_ID.
3002 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3003 * valops.c (value_assign): Update. Use frame_find_by_id.
3004
3005 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3006
3007 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3008 in each pass.
3009
3010 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3011
3012 * thread-db.c (check_event): For create/death event breakpoints,
3013 loop through all messages to ensure that we read the message
3014 corresponding to the breakpoint we are at.
3015
3016 2003-06-04 Michael Snyder <msnyder@redhat.com>
3017
3018 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3019
3020 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3021
3022 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3023 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3024 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3025 when handling .eh_frame sections.
3026
3027 2003-06-04 J. Brobecker <brobecker@gnat.com>
3028
3029 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3030 prepare_to_proceed procedure instead of the hppa-specific one.
3031 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3032
3033 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3034
3035 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3036 * config.in: Regenerated.
3037 * configure.in: Add test for syscall function and check for
3038 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3039 * configure: Regenerated.
3040 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3041 <sys/syscall.h>.
3042 (kill_lwp): New function that uses tkill syscall or
3043 uses kill, depending on whether threading model is nptl or not.
3044 All callers of kill() changed to use kill_lwp().
3045 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3046 see if all threads have already exited in the nptl model.
3047 (stop_and_resume_callback): New callback function used by the
3048 lin_lwp_wait thread exit handling code.
3049 (stop_wait_callback): Check for threads already having exited and
3050 delete such threads fromt the lwp list when discovered.
3051 (stop_callback): Don't assert retcode of kill call.
3052
3053 Roland McGrath <roland@redhat.com>
3054 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3055 nptl libthread_db.
3056
3057 2003-06-03 Richard Henderson <rth@redhat.com>
3058
3059 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3060 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3061 (alpha_sigtramp_frame_prev_register): Likewise.
3062 (alpha_heuristic_frame_prev_register): Likewise.
3063 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3064
3065 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3066 alpha-specific register id names.
3067 (alpha_mdebug_frame_unwind_cache): Likewise.
3068 (alpha_mdebug_frame_prev_register): Likewise.
3069
3070 2003-06-03 Richard Henderson <rth@redhat.com>
3071
3072 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3073 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3074 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3075 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3076 unwind routines.
3077 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3078 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3079 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3080
3081 * alpha-linux-tdep.c: Remove unnecessary includes.
3082 * Makefile.in (alpha-linux-tdep.o): Update.
3083
3084 2003-06-03 Richard Henderson <rth@redhat.com>
3085
3086 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3087 (alphabsd_fill_fpreg): Likewise.
3088
3089 2003-06-03 J. Brobecker <brobecker@gnat.com>
3090
3091 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3092 references to struct frame_info fields by calls to the equivalent
3093 accessors. Necessary now that frame_info is opaque.
3094
3095 2003-06-03 J. Brobecker <brobecker@gnat.com>
3096
3097 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3098 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3099 structure, field no longer exists.
3100
3101 2003-06-03 J. Brobecker <brobecker@gnat.com>
3102
3103 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3104 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3105
3106 2003-06-03 J. Brobecker <brobecker@gnat.com>
3107
3108 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3109 references to struct frame_info fields by calls to the equivalent
3110 accessors. Necessary now that frame_info is opaque.
3111
3112 2003-06-03 J. Brobecker <brobecker@gnat.com>
3113
3114 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3115 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3116 structure, field no longer exists.
3117
3118 2003-06-03 Theodore A. Roth <troth@openavr.org>
3119
3120 * remote.c (init_remote_state): Compute sizeof_g_packet by
3121 accumulation of the size of all registers instead of blindly using
3122 DEPRECATED_REGISTER_BYTES.
3123
3124 2003-06-03 Michael Snyder <msnyder@redhat.com>
3125
3126 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3127 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3128 for h8300sx.
3129
3130 2003-06-03 J. Brobecker <brobecker@gnat.com>
3131
3132 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3133 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3134
3135 2003-06-03 Andrew Cagney <cagney@redhat.com>
3136
3137 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3138 (sparc_convert_to_raw): Delete function.
3139 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3140 register_convert_to_virtual.
3141
3142 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3143
3144 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3145 layer if not dealing with a statically-linked threaded program.
3146
3147 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3148
3149 * solib.c (solib_open): Update comment to reflect actual search order.
3150
3151 2003-06-03 Andrew Cagney <cagney@redhat.com>
3152
3153 * frame.c (get_frame_memory_signed): New function.
3154 (get_frame_memory, get_frame_memory_unsigned): New function.
3155 (get_frame_arch): New function.
3156 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3157 (get_frame_memory, get_frame_unsigned_memory): Declare.
3158 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3159 get_frame_memory_unsigned and get_frame_arch.
3160 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3161
3162 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3163
3164 * MAINTAINERS (write after approval): Add myself.
3165
3166 2003-06-03 Jim Blandy <jimb@redhat.com>
3167
3168 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3169 elements of gregset_t are 64 bits each, but access registers
3170 are still 32 bits, so they're packed two per gregset_t
3171 element. Unpack/pack them properly.
3172
3173 2003-06-02 David Carlton <carlton@bactrian.org>
3174
3175 * linespec.c (find_methods): Break out code into
3176 add_matching_methods and add_constructors.
3177 (add_matching_methods): New.
3178 (add_constructors): Ditto.
3179
3180 2003-06-02 Andrew Cagney <cagney@redhat.com>
3181
3182 * sparc-tdep.c (sparc_print_registers): Delete call to
3183 REGISTER_CONVERTIBLE.
3184 (sparc_gdbarch_init): Do not set register_convertible.
3185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3186 * frv-tdep.c (frv_gdbarch_init): Ditto.
3187 * cris-tdep.c (cris_gdbarch_init): Ditto.
3188
3189 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3190
3191 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3192 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3193 (syms_from_objfile): Ditto.
3194
3195 2003-06-03 Andreas Schwab <schwab@suse.de>
3196
3197 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3198 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3199
3200 2003-06-02 Richard Henderson <rth@redhat.com>
3201
3202 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3203 a member of all_reggroup.
3204
3205 2003-06-02 Richard Henderson <rth@redhat.com>
3206
3207 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3208 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3209 (alpha_lds, alpha_sts): New.
3210 (alpha_convert_register_p): Change from _register_convertible.
3211 (alpha_register_to_value): Change from _convert_to_virtual;
3212 restructure and fail for type sizes other than 4 or 8.
3213 (alpha_value_to_register): Similarly.
3214 (alpha_extract_return_value): Use alpha_sts.
3215 (alpha_store_return_value): Use alpha_lds.
3216 (alpha_gdbarch_init): Update hooks.
3217
3218 2003-06-02 Richard Henderson <rth@redhat.com>
3219
3220 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3221 regnum identifiers.
3222 (alpha_sigtramp_register_address): Likewise.
3223
3224 2003-06-02 Richard Henderson <rth@redhat.com>
3225
3226 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3227 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3228 * alpha-tdep.h: Declare them.
3229
3230 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3231 Remove zerobuf. Don't error on UNIQUE.
3232 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3233 (ALPHA_REGSET_UNIQUE): Provide default.
3234 (supply_gregset): Use alpha_supply_int_regs.
3235 (fill_gregset): Use alpha_fill_int_regs.
3236 (supply_fpregset): Use alpha_supply_fp_regs.
3237 (fill_fpregset): Use alpha_fill_fp_regs.
3238 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3239 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3240 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3241 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3242 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3243 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3244
3245 2003-06-02 Richard Henderson <rth@redhat.com>
3246
3247 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3248
3249 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3250 (alpha_store_return_value): Likewise.
3251
3252 2003-06-02 David Carlton <carlton@math.stanford.edu>
3253
3254 * block.c (contained_in): Add 'const' to arguments.
3255 (block_function): Ditto.
3256 * block.h: Update declarations for block_function and
3257 contained_in.
3258
3259 2003-06-02 David Carlton <carlton@math.stanford.edu>
3260
3261 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3262 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3263 * p-valprint.c (pascal_val_print): Ditto.
3264 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3265
3266 2003-06-02 Richard Henderson <rth@redhat.com>
3267
3268 * alpha-tdep.c (alpha_push_dummy_call): Use
3269 builtin_type_ieee_double_little instead of builtin_type_double.
3270
3271 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3272 sign-extension of 32-bit values.
3273 (alpha_store_return_value): Similarly.
3274
3275 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3276 (alpha_extract_return_value): Likewise.
3277 (alpha_store_return_value): Likewise.
3278
3279 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3280 (alpha_store_return_value): Error on IEEE Quad floats.
3281
3282 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3283 (alpha_extract_struct_value_address): Likewise.
3284 (alpha_store_return_value): Likewise.
3285 (alpha_store_struct_return): Remove.
3286 (alpha_gdbarch_init): Update hook registration to match.
3287
3288 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3289 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3290 macros where appropriate.
3291 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3292 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3293
3294 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3295 for SP, GP; void_func_ptr for PC; non-language-specific types
3296 for all others.
3297 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3298
3299 2003-06-02 Richard Henderson <rth@redhat.com>
3300
3301 * top.h (lim_at_start): Declare.
3302 * main.c (captured_main): Set it.
3303 * top.c (lim_at_start): Define.
3304 (command_loop): Use it instead of &environ.
3305 * event-top.c (command_handler): Likewise.
3306
3307 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3308
3309 * mipsnbsd-tdep.c: Update copyright years.
3310 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3311
3312 2003-06-01 Richard Henderson <rth@redhat.com>
3313
3314 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3315 (alpha-linux-tdep.o): Update dependencies.
3316 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3317 * alpha-mdebug-tdep.c: Remove unneeded includes.
3318
3319 2003-06-01 Richard Henderson <rth@redhat.com>
3320
3321 * alpha-tdep.c (alpha_register_reggroup_p): New.
3322 (alpha_gdbarch_init): Register it.
3323
3324 2003-06-02 Andrew Cagney <cagney@redhat.com>
3325
3326 * dwarfread.c: Eliminate "register"
3327 (decode_die_type): Eliminate assignment within "if".
3328 (struct_type, decode_array_element_type): Ditto.
3329 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3330 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3331 (decode_modified_type, completedieinfo): Ditto.
3332 * block.c: Eliminate "register".
3333 (blockvector_for_pc_sect): Eliminate assignment within "if".
3334 * cp-support.h (struct symbol): Opaque declaration.
3335 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3336
3337 2003-06-01 Richard Henderson <rth@redhat.com>
3338
3339 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3340 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3341
3342 2003-06-01 Adam Fedor <fedor@gnu.org>
3343
3344 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3345 * gdbarch.[ch]: Regenerate.
3346 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3347 (hppa_gdbarch_init): Set it in the gdbarch vector.
3348 * i386-tdep.c (i386_fetch_pointer_argument): New
3349 (i386_gdbarch_init): Set it into gdbarch.
3350 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3351 (rs6000_gdbarch_init): Set it in gdbarch.
3352 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3353 (sparc_gdbarch_init): Set it in gdbarch.
3354
3355 2003-06-01 Andrew Cagney <cagney@redhat.com>
3356
3357 * defs.h (extract_address): Delete declaration.
3358 * findvar.c (extract_address): Delete function.
3359 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3360 extract_address with the inline equivalent,
3361 extract_unsigned_integer.
3362 (xstormy16_extract_struct_value_address): Ditto.
3363 (xstormy16_pointer_to_address): Ditto.
3364 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3365 * v850-tdep.c (v850_push_arguments): Ditto.
3366 (v850_extract_return_value): Ditto.
3367 (v850_extract_struct_value_address): Ditto.
3368 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3369 (sparcnbsd_get_longjmp_target_64): Ditto.
3370 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3371 (get_longjmp_target): Ditto.
3372 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3373 (sh64_extract_struct_value_address): Ditto.
3374 (sh_push_arguments): Ditto.
3375 (sh64_push_arguments): Ditto.
3376 * remote-vxsparc.c (vx_read_register): Ditto.
3377 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3378 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3379 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3380 * mipsv4-nat.c (get_longjmp_target): Ditto.
3381 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3382 * mips-nat.c (get_longjmp_target): Ditto.
3383 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3384 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3385 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3386 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3387 * irix5-nat.c (get_longjmp_target): Ditto.
3388 * irix4-nat.c (get_longjmp_target): Ditto.
3389 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3390 (ia64_push_arguments): Ditto.
3391 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3392 * h8300-tdep.c (h8300_push_arguments): Ditto.
3393 (h8300_store_return_value): Ditto.
3394 (h8300_extract_struct_value_address): Ditto.
3395 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3396 (frv_push_arguments): Ditto.
3397 * avr-tdep.c (avr_pointer_to_address): Ditto.
3398 (avr_push_arguments): Ditto.
3399 * arm-tdep.c (arm_push_dummy_call): Ditto.
3400 (arm_get_longjmp_target): Ditto.
3401 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3402 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3403 (alpha_get_longjmp_target): Ditto.
3404
3405 * solib-irix.c (extract_mips_address): Inline extract_address,
3406 replacing it with extract_signed_integer.
3407 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3408 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3409 (first_link_map_member, open_symbol_file_object): Ditto.
3410 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3411 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3412 (LM_NEXT, LM_NAME): Ditto.
3413
3414 2003-06-01 Richard Henderson <rth@redhat.com>
3415
3416 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3417 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3418 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3419 (alpha_cannot_store_register): Likewise.
3420 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3421 * alpha-nat.c (supply_gregset): Likewise.
3422 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3423
3424 2003-06-01 Andrew Cagney <cagney@redhat.com>
3425
3426 * infcall.c (call_function_by_hand): Update comment on
3427 DEPRECATED_DUMMY_WRITE_SP.
3428
3429 * mips-tdep.c (mips_gdbarch_init): Do not set
3430 deprecated_dummy_write_sp.
3431 (mips_eabi_push_dummy_call): Set the SP register.
3432 (mips_o64_push_dummy_call): Set the SP register.
3433 (mips_o32_push_dummy_call): Set the SP register.
3434 (mips_n32n64_push_dummy_call): Set the SP register.
3435
3436 2003-06-01 Richard Henderson <rth@redhat.com>
3437
3438 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3439 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3440 (supply_gregset): Likewise.
3441 * alpha-tdep.c (alpha_store_return_value): Likewise.
3442 (alpha_get_longjmp_target): Likewise.
3443 (alpha_register_name): Constify array.
3444 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3445 deprecated_register_size, deprecated_register_bytes,
3446 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3447 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3448 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3449
3450 2003-06-01 Richard Henderson <rth@redhat.com>
3451
3452 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3453 from arg_reg_buffer to regcache to avoid double conversion.
3454
3455 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3456
3457 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3458 SP_REGNUM.
3459 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3460 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3461
3462 2003-06-01 Richard Henderson <rth@redhat.com>
3463
3464 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3465 (decode_frame_entry): Set it. Skip FDE augmentation.
3466
3467 2003-06-01 Richard Henderson <rth@redhat.com>
3468
3469 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3470 not overlapping PC_REGNUM.
3471
3472 2003-06-01 Richard Henderson <rth@redhat.com>
3473
3474 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3475 alpha_push_arguments. Don't dump argument register data to
3476 the target stack. Fix float and 128-bit long double semantics.
3477 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3478 (alpha_fix_call_dummy): Remove.
3479 (alpha_call_dummy_words): Remove.
3480 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3481
3482 2003-06-01 Richard Henderson <rth@redhat.com>
3483
3484 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3485
3486 2003-06-01 Andrew Cagney <cagney@redhat.com>
3487
3488 * mips-tdep.c (is_mips16_addr): New function.
3489 (make_mips16_addr, unmake_mips16_addr): New functions.
3490 (pc_is_mips16, mips_fetch_instruction): Use.
3491 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3492 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3493 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3494 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3495 TARGET_MIPS.
3496 * config/mips/tm-mips.h: Update copyright.
3497 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3498 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3499 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3500 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3501 (TM_PRINT_INSN_MACH): Delete.
3502 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3503
3504 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3505 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3506 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3507 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3508 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3509 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3510 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3511 mips*-*-riscos* and mips*-*-sysv* onto mips.
3512 * config/mips/mips64.mt: New file.
3513 * config/mips/mips.mt: New file.
3514 * config/mips/littlemips.mt: Delete file.
3515 * config/mips/decstation.mt: Delete file.
3516 * config/mips/vr4300el.mt: Delete file.
3517 * config/mips/vr5000el.mt: Delete file.
3518 * config/mips/vr5000.mt: Delete file.
3519 * config/mips/vr4100.mt: Delete file.
3520 * config/mips/vr4xxxel.mt: Delete file.
3521 * config/mips/vr4300.mt: Delete file.
3522 * config/mips/vr4xxx.mt: Delete file.
3523 * config/mips/bigmips.mt: Delete file.
3524 * config/mips/bigmips64.mt: Delete file.
3525 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3526 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3527 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3528 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3529 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3530 "tm-bigmips.h".
3531 * config/mips/tm-irix3.h: Ditto.
3532 * config/mips/tm-mipsv4.h: Ditto.
3533 * config/mips/tm-embed.h: Ditto.
3534 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3535 "tm-bigmips64.h".
3536 * config/mips/tm-vr5000el.h: Delete file.
3537 * config/mips/tm-tx39l.h: Delete file.
3538 * config/mips/tm-vr4300el.h: Delete file.
3539 * config/mips/tm-vr4xxxel.h: Delete file.
3540 * config/mips/tm-vr4300.h: Delete file.
3541 * config/mips/tm-vr4100.h: Delete file.
3542 * config/mips/tm-vr4xxx.h: Delete file.
3543 * config/mips/tm-vr5000.h: Delete file.
3544 * config/mips/tm-embedl64.h: Delete file.
3545 * config/mips/tm-embedl.h: Delete file.
3546 * config/mips/tm-embed64.h: Delete file.
3547 * config/mips/tm-bigmips64.h: Delete file.
3548 * config/mips/tm-bigmips.h: Delete file.
3549
3550 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3551
3552 Fix gdb/1216.
3553 * shnbsd-nat.c: Include "sh-tdep.h".
3554
3555 From Richard Henderson <rth@redhat.com>:
3556 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3557
3558 2003-05-31 Andrew Cagney <cagney@redhat.com>
3559
3560 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3561 forward declaration.
3562 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3563 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3564 (mips_find_saved_regs): Use set_reg_offset.
3565 (mips_frame_init_saved_regs): Delete function.
3566 (mips_pop_frame): Call mips_find_saved_regs instead of
3567 DEPRECATED_FRAME_INIT_SAVED_REGS.
3568
3569 2003-05-31 Andrew Cagney <cagney@redhat.com>
3570
3571 * mips-tdep.c (mips_gdbarch_init): Do not set
3572 deprecated_max_register_raw_size, register_virtual_size, and
3573 deprecated_max_register_virtual_size.
3574
3575 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3576
3577 * i386-tdep.c: Include "dwarf2-frame.h".
3578 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3579 * Makefile.in (i386-tdep.o): Update dependencies.
3580
3581 * dwarf2-frame.c, dwarf2-frame.h: New files.
3582 * Makefile.in (SFILES): Add dwarf2-frame.c.
3583 (dwarf2_frame_h): Define.
3584 (COMMON_OBS): Add dwarf2-frame.o.
3585 (dwarf2-frame.o): Add dependencies.
3586
3587 2003-05-31 Andreas Jaeger <aj@suse.de>
3588
3589 * x86-64-linux-nat.c: Fix comment.
3590
3591 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3592
3593 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3594 function signature.
3595
3596 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3597 have a sigcontext_addr handler.
3598 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3599 sigcontext_addr handler.
3600
3601 2003-05-31 Andrew Cagney <cagney@redhat.com>
3602
3603 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3604 (print_fp_register_row): Replace do_fp_register_row.
3605 (mips_print_fp_register): Add "file" and "frame" parameters.
3606 (mips_print_register): Add "file" and "frame" parameters.
3607 (mips_print_registers_info): Replace mips_do_registers_info.
3608 (mips_gdbarch_init): Set print_registers_info instead of
3609 deprecated_do_registers_info.
3610 (mips_read_fp_register_single): Add "frame" parameter.
3611 (mips_read_fp_register_double): Add "frame" parameter.
3612
3613 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3614
3615 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3616 Fixes a bug where GDB would print the wrong register names for
3617 targets without SSE.
3618
3619 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3620 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3621 registers.
3622
3623 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3624 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3625 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3626 TDEP->sc_sp_offset.
3627
3628 From Michal Ludvig <mludvig@suse.cz>:
3629 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3630 and `sc_num_regs'.
3631 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3632 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3633 I386_ST0_REGNUM): Move here from...
3634 * i386-tdep.c: ... here.
3635 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3636 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3637 registers if possible.
3638 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3639 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3640 Remove variables.
3641 (i386bsd_sc_reg_offset): New variable.
3642 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3643 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3644 TDEP->sc_sp_offset.
3645 (i386fbsd_sc_reg_offset): New variable.
3646 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3647 TDEP->sc_num_regs.
3648 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3649 variables.
3650 (i386fbsd4_sc_reg_offset): New variable.
3651 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3652 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3653 TDEP->sc_sp_offset.
3654 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3655 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3656 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3657 Remove variables.
3658 (i386nbsd_sc_reg_offset): New variable.
3659 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3660 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3661 TDEP->sc_sp_offset.
3662 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3663 Remove variables.
3664 (i386obsd_sc_reg_offset): New variable.
3665 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3666 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3667 TDEP->sc_sp_offset.
3668 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3669 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3670 for frame pointer offset in `struct sigcontext'.
3671
3672 2003-05-31 Andrew Cagney <cagney@redhat.com>
3673
3674 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3675 architecture methods call_dummy_words, sizeof_call_dummy_words,
3676 push_return_address, store_struct_return, and fix_call_dummy. Set
3677 push_dummy_call instead of deprecated_push_arguments.
3678 (mips_store_struct_return): Delete function.
3679 (mips_fix_call_dummy): Delete function.
3680 (mips_push_return_address): Delete function.
3681 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3682 RA_REGNUM and T9_REGNUM.
3683 (mips_n32n64_push_dummy_call): Ditto for
3684 mips_n32n64_push_arguments.
3685 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3686 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3687
3688 2003-05-31 Andrew Cagney <cagney@redhat.com>
3689
3690 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3691 "dummy_addr" to "bp_addr".
3692 * infcall.c (call_function_by_hand): Pass "funaddr" to
3693 gdbarch_push_dummy_call.
3694 * gdbarch.h, gdbarch.c: Re-generate.
3695 * i386-tdep.c (i386_push_dummy_call): Update.
3696 * arm-tdep.c (arm_push_dummy_call): Update.
3697 * d10v-tdep.c (d10v_push_dummy_call): Update.
3698
3699 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3700
3701 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3702 variable declarations.
3703 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3704 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3705 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3706 x86_64_init_frame_pc, x86_64_init_frame_pc,
3707 x86_64_function_has_prologue): Remove prototypes.
3708 (X86_64_NUM_GREGS): New define.
3709 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3710 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3711 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3712 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3713 XMM1_REGNUM): Remove defines.
3714 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3715 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3716 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3717 X86_64_XMM1_REGNUM): New defines.
3718 (struct x86_64_register_info): Renamed from `struct
3719 register_info'. Remove `size' member.
3720 (x86_64_register_info_table): Remove variable.
3721 (x86_64_register_info): New variable.
3722 (X86_64_NUM_REGS): New define.
3723 (X86_64_NUM_GREGS): Remove define.
3724 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3725 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3726 Remove variables.
3727 (x86_54_dwarf2_reg_to_regnum): Remove function.
3728 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3729 (x86_64_dwarf_reg_to_regnum): New function.
3730 (x86_64_register_name): Rewrite.
3731 (x86_64_register_raw_size): Remove function.
3732 (x86_64_register_byte_table): Remove variable.
3733 (x86_64_register_byte): Remove function.
3734 (x86_64_register_virtual_type): Remove function.
3735 (x86_64_register_type): New function.
3736 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3737 x86_64_register_convert_to_raw): Remove functions.
3738 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3739 (x86_64_use_struct_convention): Make static. Adjust for renamed
3740 defines.
3741 (x86_64_frame_init_saved_regs): Remove function.
3742 (x86_64_push_arguments): Make static. Change to accept a regcache
3743 as argument.
3744 (x86_64_store_return_value, x86_64_extract_return_value): Make
3745 static. Rewrite based on i386 counterparts.
3746 (x86_64_push_dummy_call): New function.
3747 (X86_64_NUM_SAVED_REGS): New define.
3748 (x86_64_register_number): Remove function.
3749 (x86_64_store_struct_return): Remove function.
3750 (x86_64_frameless_function_invocation,
3751 x86_64_function_has_prologue): Remove functions.
3752 (PROLOG_BUFSIZE): Remove define.
3753 (struct x86_64_frame_cache): New structure.
3754 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3755 x86_64_frame_cache, x86_64_frame_this_id,
3756 x86_64_frame_prev_register, x86_64_frame_p,
3757 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3758 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3759 functions.
3760 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3761 variables.
3762 (x86_64_skip_prologue): Rewrite in terms of
3763 x86_64_analyze_prologue.
3764 (x86_64_frame_base_address): New function.
3765 (x86_64_frame_base): New variable.
3766 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3767 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3768 set deprecated_fp_regnum, deprecated_register_size,
3769 deprecated_register_bytes, register_raw_size, register_byte,
3770 register_virtual_type, register_convertiable,
3771 register_convert_to_virtual, convert_to_raw,
3772 deprecated_get_saved_register, deprecated_target_read_fp,
3773 deprecated_push_arguments, deprecated_push_return_address,
3774 deprecated_pop_frame, deprecated_store_struct_return,
3775 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3776 frameless_function_invocation, deprecated_frame_saved_pc,
3777 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3778 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3779 deprecated_init_frame_pc and virtual_frame_pointer. Call
3780 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3781 and x86_64_frame_p. Call frame_base_set_default to register
3782 x86_64_frame_base.
3783 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3784 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3785 (_initialize_x86_64_tdep): Remove function.
3786 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3787 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3788 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3789 define.
3790 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3791 (x86_64_linux_sigcontext_addr): Rewrite.
3792 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3793 x86_64_linux_frame_saved_pc): Remove functions.
3794 (x86_64_linux_pc_in_sigtramp): Renamed from
3795 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3796 trampoline.
3797 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3798 Remove_functions.
3799 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3800 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3801 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3802 (x86_64_regmap): Rename to regmap.
3803 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3804 x86_64_num_gregs.
3805 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3806 x86_64_regmap.
3807 (x86_64_fxsave_offset): Remove function.
3808 (supply_fpregset): Simply call x86_64_supply_fxsave.
3809 (fill_fpregset): Simply call x86_64_fill_fxsave.
3810 (fetch_inferior_registers, store_inferior_registers): Avoid
3811 asignment in if-statement.
3812 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3813 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3814 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3815 (fetch_core_registers): Remove function.
3816 (linux_elf_core_fns): Remove.
3817 (offsetoff): Don't define.
3818 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3819 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3820 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3821 add core-regset.o.
3822 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3823 protection against multiple includes instead of NM_X86_64_h. Add
3824 various comments. Include "config/nm-linux.h". Don't include
3825 <signal.h>.
3826 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3827 GET_THREAD_SIGNALS): Remove defines.
3828 (x86_64_register_u_addr, kernel_u_size,
3829 lin_thread_get_thread_signals): Remove prototypes.
3830 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3831 [HAVE_LINK_H]: Don't include "solib.h".
3832 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3833 * config/i386/tm-x86-64linux.h: Fix comments.
3834 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3835 x86-64-tdep.o): Update dependencies.
3836
3837 2003-05-30 Andrew Cagney <cagney@redhat.com>
3838
3839 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3840 Change parameter type to a "struct regcache *".
3841
3842 * gdbarch.sh: Regardless of the multi-arch level, always define
3843 the macro when not already defined.
3844 * gdbarch.h, gdbarch.c: Re-generate.
3845
3846 2003-05-30 Richard Henderson <rth@redhat.com>
3847
3848 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3849 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3850 (alpha_mdebug_frame_this_id): Likewise.
3851 (alpha_mdebug_frame_prev_register): Likewise.
3852 (alpha_mdebug_frame_base_address): Likewise.
3853 (alpha_mdebug_frame_locals_address): Likewise.
3854 (alpha_mdebug_frame_args_address): Likewise.
3855 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3856 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3857 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3858 loop increment.
3859 (alpha_heuristic_frame_this_id): Make static.
3860 (alpha_heuristic_frame_prev_register): Likewise.
3861 (alpha_heuristic_frame_base_address): Likewise.
3862 * alpha-tdep.h: Update.
3863
3864 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3865
3866 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3867 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3868 defenitions.
3869 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3870 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3871 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3872 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3873 I386_ST0_REGNUM): New defines.
3874 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3875 codestream_get): Remove define.
3876 (codestream_next_addr, condestream_addr, condestream_buf,
3877 codestream_off, codestream_cnt): Remove variables.
3878 (codestream_fill, codestream_seek, codestream_read): Remove
3879 functions.
3880 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3881 functionality.
3882 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3883 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3884 i386_frame_saved_pc, i386_saved_pc_after_call,
3885 i386_frame_num_args, i386_frame_init_saved_regs,
3886 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3887 i386_push_arguments): Remove functions.
3888 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3889 functionality. Use i386_analyze_prologue instead of
3890 i386_get_frame_setup.
3891 (I386_NUM_SAVED_REGS): New define.
3892 (struct i386_frame_cache): New structure.
3893 (i386_alloc_frame_cache, i386_analyze_struct_return,
3894 i386_skip_probe, i386_analyze_frame_setup,
3895 i386_analyze_register_saves, i386_analyze_prologue,
3896 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3897 i386_frame_prev_register, i386_sigtramp_frame_cache,
3898 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3899 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3900 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3901 New functions.
3902 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3903 New variables.
3904 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3905 I386_EAX_REGNUM and I386_EDX_REGNUM.
3906 (i386_extract_return_value, i386_store_return_value): Use
3907 I386_ST0_REGNUM where appropriate.
3908 (i386_extract_struct_value_address): Rewrite to use extract_address.
3909 (i386_svr4_pc_in_sigtramp): Add comment.
3910 (i386_svr4_sigcontext_addr): Rewrite.
3911 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3912 TDEP->sc_sp_offset.
3913 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3914 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3915 of new defines. Set push_dummy_call, don't set
3916 deprecated_push_arguments, deprecated_push_return_address,
3917 deprecated_pop_frame. Don't set parm_boundary. Don't set
3918 deprecated_frame_chain, deprecated_frame_saved_pc,
3919 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3920 save_dummy_frame_tos, unwind_pc. Call
3921 frame_unwind_append_predicate and frame_base_set_default. Don't
3922 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3923 Don't set frameless_function_invocation. Don't set
3924 deprecated_register_bytes, deprecated_register_size,
3925 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3926 * i386-linux-tdep.c: Fix formatting in some comments.
3927 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3928 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3929 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3930 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3931 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3932 redundant parentheses.
3933 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3934 (i386_linux_sigcontext_addr): Use it. Rewrite.
3935 (find_minsym_and_objfile): Change name of second argument.
3936 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3937 changed. Use frame_pc_unwind instead of
3938 DEPRECATED_SAVED_PC_AFTER_CALL.
3939 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3940 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3941 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3942 unwinder.
3943 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3944 "dummy-frame.h".
3945 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3946 (_initialize_i386_cygwin_tdep): New prototype.
3947 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3948 deprecated_frame_chain_valid.
3949 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3950 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3951 Rely on the SVR4 defaults.
3952 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3953 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3954
3955 2003-05-30 Andrew Cagney <cagney@redhat.com>
3956
3957 * infcall.c (call_function_by_hand): Always call
3958 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3959
3960 2003-05-30 Richard Henderson <rth@redhat.com>
3961
3962 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3963 increment.
3964
3965 2003-05-29 Jim Blandy <jimb@redhat.com>
3966
3967 Use gdbarch methods for solib stuff on PowerPC Linux.
3968 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3969 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3970 show through.
3971 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3972 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3973 giving the same effect as the #definitions above.
3974
3975 2003-05-29 Adam Fedor <fedor@gnu.org>
3976
3977 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3978 (find_implementation_from_class): Replace it with the standard
3979 case i.e. do nothing.
3980
3981 2003-05-29 Richard Henderson <rth@redhat.com>
3982
3983 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3984 (alpha_linux_sigtramp_offset): Use it. Make static.
3985 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3986 update for new frame model.
3987 * alpha-mdebug-tdep.c: New file.
3988 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3989 (alpha_osf1_init_abi): Install it.
3990 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3991 (linked_proc_desc_table): Remove.
3992 (alpha_frame_past_sigtramp_frame): Remove.
3993 (alpha_dynamic_sigtramp_offset): Remove.
3994 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3995 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3996 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3997 (push_sigtramp_desc): Remove.
3998 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3999 (alpha_cannot_store_register): Likewise.
4000 (alpha_sigcontext_addr): Remove.
4001 (alpha_find_saved_regs): Remove.
4002 (alpha_frame_init_saved_regs): Remove.
4003 (alpha_init_frame_pc_first): Remove.
4004 (read_next_frame_reg): Remove.
4005 (alpha_frame_saved_pc): Remove.
4006 (alpha_saved_pc_after_call): Remove.
4007 (temp_proc_desc, temp_saved_regs): Remove.
4008 (alpha_about_to_return): Remove.
4009 (cached_proc_desc): Remove.
4010 (alpha_frame_chain): Remove.
4011 (alpha_print_extra_frame_info): Remove.
4012 (alpha_init_extra_frame_info): Remove.
4013 (alpha_frame_locals_address): Remove.
4014 (alpha_frame_args_address): Remove.
4015 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4016 (alpha_push_dummy_frame): Remove.
4017 (alpha_pop_frame): Remove.
4018 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4019 (alpha_read_insn): New.
4020 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4021 for different insn encodings.
4022 (alpha_in_lenient_prologue): Remove.
4023 (struct alpha_sigtramp_unwind_cache): New.
4024 (alpha_sigtramp_frame_unwind_cache): New.
4025 (alpha_sigtramp_register_address): New.
4026 (alpha_sigtramp_frame_this_id): New.
4027 (alpha_sigtramp_frame_prev_register): New.
4028 (alpha_sigtramp_frame_unwind): New.
4029 (alpha_sigtramp_frame_p): New.
4030 (struct alpha_heuristic_unwind_cache): New.
4031 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4032 don't count nop insns that occur between functions.
4033 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4034 heuristic_proc_desc, but without the mdebug wrapping.
4035 (alpha_heuristic_frame_this_id): New.
4036 (alpha_heuristic_frame_prev_register): New.
4037 (alpha_heuristic_frame_unwind): New.
4038 (alpha_heuristic_frame_p): New.
4039 (alpha_heuristic_frame_base_address): New.
4040 (alpha_heuristic_frame_base): New.
4041 (alpha_unwind_dummy_id): New.
4042 (alpha_unwind_pc): New.
4043 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4044 frame related deprecated initializations; install replacements.
4045 (alpha_dump_tdep): Remove.
4046 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4047 (alpha_read_insn, alpha_after_prologue,
4048 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4049 alpha_heuristic_frame_prev_register,
4050 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4051 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4052 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4053 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4054
4055 2003-05-29 Andrew Cagney <cagney@redhat.com>
4056
4057 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4058 dependant on the availability of ASSERT_FUNCTION.
4059 (ASSERT_FUNCTION): Do not define when there is no function name.
4060
4061 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4062
4063 From Jimi X <jimix@watson.ibm.com>:
4064 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4065
4066 2003-05-28 Jim Blandy <jimb@redhat.com>
4067
4068 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4069 argument to ptrace to int; the system headers should give it the
4070 right type, and pointers don't fit in ints on powerpc64-*-*.
4071
4072 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4073
4074 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4075 DW_TAG_catch_block.
4076
4077 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4078
4079 * stabsread.c (dbx_lookup_type): Make static.
4080 (read_type): Ditto.
4081 (add_undefined_type): Ditto.
4082 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4083 not export.
4084
4085 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4086
4087 * hpread.c (hpread_has_name): Make static.
4088 (hpread_psymtab_to_symtab): Ditto.
4089 (file_exists): Ditto.
4090 (hpread_call_pxdb): Ditto.
4091 (hpread_pxdb_needed): Ditto.
4092 (hpread_quick_traverse): Ditto.
4093 (hpread_get_header): Ditto.
4094 (hpread_get_lntt): Ditto.
4095 (hpread_get_slt): Ditto.
4096 (class_of): Ditto.
4097
4098 2003-05-25 Andreas Schwab <schwab@suse.de>
4099
4100 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4101 stack_align and deprecated_extra_stack_alignment_needed.
4102 (m68k_stack_align): Delete.
4103
4104 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4105 (m68k_register_virtual_size): Likewise.
4106 (altos_skip_prologue): Remove obsolete function.
4107 (isi_frame_num_args): Likewise.
4108 (news_frame_num_args): Likewise.
4109 (m68k_fix_call_dummy): Make static.
4110 (m68k_push_dummy_frame): Likewise.
4111 (m68k_pop_frame): Likewise.
4112 (m68k_skip_prologue): Likewise.
4113 (m68k_frame_init_saved_regs): Likewise.
4114 (m68k_saved_pc_after_call): Likewise.
4115 (m68k_get_longjmp_target): Make multi-arch.
4116 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4117 structure. Register m68k_get_longjmp_target if enabled.
4118 * m68k-tdep.h (struct gdbarch_tdep): Define.
4119 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4120
4121 * Makefile.in (config.status): Also depend on configure.tgt
4122 and configure.host.
4123 (m68klinux-tdep.o): Update dependencies.
4124 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4125 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4126 (M68K_LINUX_JB_PC): Define.
4127 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4128 and take additional parameter.
4129 (m68k_linux_sigtramp_saved_pc): Update.
4130 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4131 m68k_linux_pc_in_sigtramp, in_plt_section,
4132 find_solib_trampoline_target.
4133 * config/m68k/tm-linux.h: Don't include any tm headers.
4134 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4135 (JB_ELEMENT_SIZE): Likewise.
4136 (JB_PC): Likewise.
4137 (GET_LONGJMP_TARGET): Likewise.
4138 (IN_SIGTRAMP): Likewise.
4139 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4140
4141 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4142
4143 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4144 (sparc32_push_arguments): Re-implement by calling
4145 sparc32_do_push_arguments.
4146
4147 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4148
4149 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4150 SPARC_O1_REGNUM): New defines.
4151 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4152 (sparc32_store_return_value): New function.
4153 (sparc_extract_struct_value_address): Rewrite to operate on a
4154 regcache.
4155 (sparc_gdbarch_init): Don't set
4156 deprecated_extract_struct_value_address. Set
4157 extract_struct_value_address instead. Don't set
4158 deprecated_extract_return_value and deprecated_store_return_value
4159 for 32-bit targets. Set extract_return_value and
4160 store_return_value instead.
4161 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4162 DEPRECTAED_EXTRACT_RETURN_VALUE,
4163 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4164 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4165 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4166 (sparc_store_return_value): Remove prototype.
4167 (sparc32_store_return_value): New prototype.
4168 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4169 Adjust prototypes.
4170
4171 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4172
4173 * sparcnbsd-tdep.c: Include "gdb_string.h".
4174
4175 2003-05-23 Andrew Cagney <cagney@redhat.com>
4176
4177 * p-valprint.c (pascal_val_print): Replace extract_address with
4178 the inline equivalent extract_unsigned_integer.
4179 * jv-valprint.c (java_value_print): Ditto.
4180 * ada-valprint.c (ada_val_print_1): Ditto.
4181 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4182
4183 2003-05-23 Theodore A. Roth <troth@openavr.org>
4184
4185 * blockframe.c (frameless_look_for_prologue): Remove unused
4186 after_prologue variable.
4187
4188 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4189
4190 * blockframe.c (get_pc_function_start): Rewrite to avoid
4191 asignments in if-statements.
4192
4193 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4194
4195 Committed by Elena Zannoni <ezannoni@redhat.com>.
4196 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4197 files, don't relocate absolute symbols (and do use mst_abs).
4198
4199 2003-05-23 Andrew Cagney <cagney@redhat.com>
4200
4201 * objc-lang.c: Include "gdb_assert.h".
4202 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4203 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4204 (gdb_check, gdb_check_fatal): Delete functions.
4205 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4206 gdb_assert.
4207 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4208 * Makefile.in (objc-lang.o): Update dependencies.
4209
4210 2003-05-22 Ian Lance Taylor <ian@airs.com>
4211
4212 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4213 with fprintf_filtered, not fprintf_unfiltered.
4214
4215 2003-05-22 Andrew Cagney <cagney@redhat.com>
4216
4217 * stack.c (frame_info): Inline extract_address, replacing it with
4218 extract_unsigned_integer.
4219 * findvar.c (unsigned_pointer_to_address): Ditto.
4220 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4221 * dwarf2expr.c (dwarf2_read_address): Ditto.
4222 * frame.c (frame_pc_unwind): Update comment.
4223 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4224
4225 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4226
4227 * infptrace.c (detach): Call print_sys_errmsg rather than
4228 perror_with_name to issue warning message when errno is non-zero
4229 after calling ptrace detach.
4230
4231 2003-05-21 J. Brobecker <brobecker@gnat.com>
4232
4233 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4234 macro definitions from here...
4235 * hppa-tdep.c: ...to there.
4236
4237 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4238
4239 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4240 register_ptrace_addr(). Fix all callers.
4241
4242 2003-05-21 Andreas Schwab <schwab@suse.de>
4243
4244 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4245 dependencies.
4246 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4247 end.
4248 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4249 (_initialize_m68k_linux_tdep): New function.
4250 (m68k_linux_frame_saved_pc): Make static.
4251 (m68k_linux_extract_return_value): Likewise.
4252 (m68k_linux_store_return_value): Likewise.
4253 (m68k_linux_extract_struct_value_address): Likewise.
4254 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4255 Remove.
4256 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4257 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4258 (DEPRECATED_FRAME_SAVED_PC): Remove.
4259
4260 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4261
4262 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4263 regset numbering rather than our own.
4264
4265 2003-05-19 David Carlton <carlton@bactrian.org>
4266
4267 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4268
4269 2003-05-19 David Carlton <carlton@bactrian.org>
4270
4271 Partial fix for PR c++/827.
4272 * cp-support.h: Include symtab.h.
4273 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4274 * cp-namespace.c: Update contributors.
4275 (cp_lookup_symbol_nonlocal): New.
4276 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4277 (lookup_symbol_file): Ditto.
4278 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4279 * block.h: Declare block_scope, block_using, block_global_block.
4280 * block.c (block_scope): New.
4281 (block_using, block_global_block): Ditto.
4282 * Makefile.in (cp_support_h): Depend on symtab_h.
4283 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4284
4285 2003-05-19 David Carlton <carlton@bactrian.org>
4286
4287 * language.h (struct language_defn): Add 'la_value_of_this'
4288 and 'la_lookup_symbol_nonlocal' members.
4289 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4290 lookup_symbol_static, lookup_symbol_global,
4291 lookup_symbol_aux_block.
4292 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4293 if we should search fields of this and how to do static/global
4294 lookup.
4295 (lookup_symbol_aux_block): Make extern.
4296 (basic_lookup_symbol_nonlocal): New.
4297 (lookup_symbol_static, lookup_symbol_global): Ditto.
4298 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4299 'la_lookup_symbol_nonlocal' members.
4300 * c-lang.c (c_language_defn, cplus_language_defn)
4301 (asm_language_defn, minimal_language_defn): Ditto.
4302 * jv-lang.c (java_language_defn): Ditto.
4303 * language.c (unknown_language_defn, auto_language_defn)
4304 (local_language_defn): Ditto.
4305 * m2-lang.c (m2_language_defn): Ditto.
4306 * objc-lang.c (objc_language_defn): Ditto.
4307 * scm-lang.c (scm_language_defn): Ditto.
4308 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4309 * p-lang.c (pascal_language_defn): Ditto for both.
4310 * Makefile.in (f-lang.o): Depend on value_h.
4311 (p-lang.o): Ditto.
4312
4313 2003-05-19 David Carlton <carlton@bactrian.org>
4314
4315 * block.h: Declare block_static_block.
4316 * block.c (block_static_block): New.
4317 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4318 lookup_symbol_aux_local, calling block_static_block instead.
4319 (lookup_symbol_aux_local): Delete 'static_block' argument.
4320
4321 2003-05-19 David Carlton <carlton@bactrian.org>
4322
4323 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4324
4325 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4326
4327 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4328 register numbers mapping.
4329
4330 2003-05-18 Adam Fedor <fedor@gnu.org>
4331
4332 * symtab.c (completion_list_objc_symbol): New function.
4333 (make_symbol_completion_list): Use it to add ObjC symbols
4334 when looking though the list.
4335 (language_search_unquoted_string): New function.
4336 (make_file_symbol_completion_list): Use it.
4337
4338 2003-05-18 Andreas Schwab <schwab@suse.de>
4339
4340 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4341 dependencies.
4342 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4343 as m68k_linux_extract_return_value.
4344 (DEPRECATED_STORE_RETURN_VALUE): Define as
4345 m68k_linux_store_return_value.
4346 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4347 m68k_linux_extract_struct_value_address.
4348 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4349 get_next_frame, get_frame_base, get_frame_pc.
4350 (m68k_linux_frame_saved_pc): Use get_frame_base.
4351 (m68k_linux_extract_return_value): New function.
4352 (m68k_linux_store_return_value): New function.
4353 (m68k_linux_extract_struct_value_address): New function.
4354 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4355
4356 * c-exp.y (typebase): Remove duplicate occurence of
4357 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4358 of lookup_signed_typename.
4359
4360 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4361
4362 * dwarf2loc.c (find_location_expression): Change type of second
4363 argument to `size_t *'.
4364 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4365 for size variable.
4366
4367 2003-05-18 David Carlton <carlton@bactrian.org>
4368
4369 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4370 'linkage_name'. Add comment.
4371 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4372 'linkage_name'.
4373 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4374 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4375 (lookup_block_symbol): Ditto.
4376
4377 2003-05-16 Andrew Cagney <cagney@redhat.com>
4378
4379 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4380 * gdbarch.h, gdbarch.c: Re-generate.
4381 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4382 * TODO (REGISTER_BYTES): Delete reference.
4383 * alpha-tdep.c (alpha_gdbarch_init): Update.
4384 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4385 * x86-64-tdep.c (x86_64_init_abi): Update.
4386 * vax-tdep.c (vax_gdbarch_init): Update.
4387 * v850-tdep.c (v850_gdbarch_init): Update.
4388 * sparc-tdep.c (sparc_gdbarch_init): Update.
4389 * sh-tdep.c (sh_gdbarch_init): Update.
4390 * s390-tdep.c (s390_gdbarch_init): Update.
4391 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4392 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4393 (ns32k_gdbarch_init_32382): Update.
4394 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4395 * mcore-tdep.c (mcore_gdbarch_init): Update.
4396 * m68k-tdep.c (m68k_gdbarch_init): Update.
4397 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4398 * ia64-tdep.c (ia64_gdbarch_init): Update.
4399 * i386-tdep.c (i386_gdbarch_init): Update.
4400 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4401 * hppa-tdep.c (hppa_gdbarch_init): Update.
4402 * h8300-tdep.c (h8300_gdbarch_init): Update.
4403 * frv-tdep.c (frv_gdbarch_init): Update.
4404 * cris-tdep.c (cris_gdbarch_init): Update.
4405 * avr-tdep.c (avr_gdbarch_init): Update.
4406 * arm-tdep.c (arm_gdbarch_init): Update.
4407 * sparc-tdep.c (sparc_pop_frame): Update.
4408 * rs6000-tdep.c (rs6000_pop_frame): Update.
4409 * remote.c (init_remote_state): Update.
4410 (remote_prepare_to_store): Update.
4411 * remote-vx.c (vx_prepare_to_store): Update.
4412 * remote-sds.c (sds_fetch_registers): Update.
4413 (sds_prepare_to_store): Update.
4414 * remote-array.c: Update.
4415 * regcache.c (init_legacy_regcache_descr): Update.
4416 (init_regcache_descr): Update.
4417 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4418 (mips_o64_extract_return_value): Update.
4419 * irix5-nat.c (fetch_core_registers): Update.
4420 * irix4-nat.c (fetch_core_registers): Update.
4421 * i386-tdep.h: Update.
4422 * hppa-tdep.c (pa_do_registers_info): Update.
4423 (pa_do_strcat_registers_info): Update.
4424 * cris-tdep.c (cris_register_bytes_ok): Update.
4425 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4426 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4427 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4428 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4429 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4430 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4431 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4432 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4433 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4434 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4435 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4436 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4437 (REGISTER_BYTES_OK): Update.
4438 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4439 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4440
4441 2003-05-16 Ian Lance Taylor <ian@airs.com>
4442
4443 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4444 (vax_print_insn, print_insn_arg): Remove static functions.
4445 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4446 print_insn_vax from opcodes library.
4447 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4448
4449 2003-05-15 Andrew Cagney <cagney@redhat.com>
4450
4451 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4452 * target.h (memory_breakpoint_from_pc): Delete declaration.
4453 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4454 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4455 * monitor.c (monitor_insert_breakpoint): Use
4456 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4457 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4458 * gdbarch.h, gdbarch.c: Re-generate.
4459 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4460 (sparc_gdbarch_init): Set breakpoint_from_pc to
4461 sparc_breakpoint_from_pc.
4462 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4463 (BREAKPOINT_FROM_PC): Define.
4464 (sparc_breakpoint_from_pc): Declare.
4465 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4466 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4467 (BREAKPOINT_FROM_PC): Define.
4468 (BREAKPOINT): Delete macro.
4469 * target.h: Update comment.
4470 * s390-tdep.c (s390_gdbarch_init): Update comments.
4471 * remote.c: Update comments.
4472 * remote-mips.c: Update comments.
4473 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4474 * mem-break.c: Update comment.
4475 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4476 (ia64_memory_insert_breakpoint): Update.
4477 * config/sparc/tm-sparc.h: Update comment.
4478 * config/pa/tm-hppa64.h: Update comment.
4479 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4480 (rs6000_breakpoint_from_pc): Update.
4481 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4482 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4483 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4484 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4485 (mips_breakpoint_from_pc): Update.
4486 (mips_dump_tdep): Update.
4487
4488 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4489 * minsyms.c (lookup_minimal_symbol): Inline
4490 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4491
4492 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4493 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4494 * p-lang.c (pascal_printstr): Ditto.
4495 * objc-lang.c (objc_printstr): Ditto.
4496 * m2-lang.c (m2_printstr): Ditto.
4497 * jv-valprint.c (java_print_value_fields): Ditto.
4498 * f-lang.c (f_printstr): Ditto.
4499 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4500 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4501 for repeat_count_threshold.
4502 * Makefile.in (cp-valprint.o): Update dependencies.
4503
4504 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4505
4506 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4507 (examine_prologue): Support looking through leaf functions, knowing
4508 they start with mov r2,r12. Support skipping over indirect stores
4509 of the input registers. Upon hitting a non-nop branch instruction
4510 or predicated instruction, bail out by setting lim_pc to the current
4511 pc value in the loop. At the end, if the lim_pc value is still
4512 beyond our calculated value and we have trust_limit set,
4513 use the lim_pc value.
4514
4515 2003-05-15 Andrew Cagney <cagney@redhat.com>
4516
4517 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4518 generic_find_dummy_frame.
4519 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4520 (deprecated_generic_find_dummy_frame): Update.
4521 (deprecated_read_register_dummy): Update.
4522 * frame.c (deprecated_generic_get_saved_register): Update.
4523
4524 2003-05-15 Theodore A. Roth <troth@openavr.org>
4525
4526 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4527 (avr_gdbarch_init): Set breakpoint_from_pc method.
4528
4529 2003-05-15 Andrew Cagney <cagney@redhat.com>
4530
4531 * regcache.c (build_regcache): Set deprecated_register_valid
4532 directly.
4533 (deprecated_grub_regcache_for_register_valid): Delete function.
4534 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4535 declaration.
4536
4537 2003-05-15 David Carlton <carlton@bactrian.org>
4538
4539 Committed by Elena Zannoni <ezannoni@redhat.com>
4540 * symtab.c (lookup_symbol_aux): Delete calls to
4541 lookup_symbol_aux_minsyms.
4542 (lookup_symbol_aux_minsyms): Comment out function and
4543 prototype. Delete lookup by mangled name.
4544
4545 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4546
4547 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4548 correctly indicate an empty stack and ``stack_allocated'' to the
4549 indicate the number of elements initially allocated.
4550 (dwarf_expr_grow_stack): Simplify method for computing new
4551 stack size. Don't loop infinitely if ``stack_len'' is zero.
4552 (execute_stack_op): Move ``ctx->in_reg'' initialization
4553 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4554 be used in conjuction with DW_OP_piece. Revise error message
4555 accordingly.
4556
4557 2003-05-14 Theodore A. Roth <troth@openavr.org>
4558
4559 * MAINTAINERS: Update my email address.
4560 * avr-tdep.c: Ditto.
4561
4562 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4563
4564 * symtab.h (enum domain_enum): Rename from namespace_enum.
4565 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4566 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4567 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4568 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4569 TYPES_NAMESPACE, METHODS_NAMESPACE.
4570 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4571 (struct symbol, struct partial_symbol): Rename field
4572 'namespace_enum namespace' to 'domain_enum domain'.
4573 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4574 Delete old define kludge for namespace.
4575
4576 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4577 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4578 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4579 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4580 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4581 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4582 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4583 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4584 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4585 occurrences of the above.
4586
4587 2003-05-14 Ian Lance Taylor <ian@airs.com>
4588
4589 * Makefile.in (install-only): Use $(SHELL) when running
4590 mkinstalldirs.
4591
4592 2003-05-13 Ian Lance Taylor <ian@airs.com>
4593
4594 * MAINTAINERS (write after approval): Add myself.
4595
4596 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4597 second and third arguments.
4598 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4599 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4600
4601 2003-05-13 Andrew Cagney <cagney@redhat.com>
4602
4603 * defs.h (store_address): Delete declaration.
4604 findvar.c (store_address): Delete function.
4605 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4606 store_unsigned_integer.
4607 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4608 * v850-tdep.c (v850_push_arguments): Ditto.
4609 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4610 * sh-tdep.c (sh64_get_saved_register): Ditto.
4611 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4612 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4613 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4614 (mips_get_saved_register): Ditto.
4615 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4616 (find_func_descr, ia64_push_arguments): Ditto.
4617 * i386-tdep.c (i386_push_arguments): Ditto.
4618 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4619 * frv-tdep.c (frv_push_arguments): Ditto.
4620 * frame.c (legacy_saved_regs_prev_register): Ditto.
4621 (deprecated_generic_get_saved_register): Ditto.
4622 * findvar.c (unsigned_address_to_pointer): Ditto.
4623 * dwarf2read.c (dwarf2_const_value): Ditto.
4624 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4625 * alpha-tdep.c (alpha_push_arguments): Ditto.
4626
4627 2003-05-12 J. Brobecker <brobecker@gnat.com>
4628
4629 * NEWS: Mention that the hppa-hpux port has been partially
4630 multiarched (32bit ABIT only, so far).
4631
4632 2003-05-11 Andrew Cagney <cagney@redhat.com>
4633
4634 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4635 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4636 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4637 sim/testsuite/sim/arm/misaligned2.ms, and
4638 sim/testsuite/sim/arm/misaligned3.ms.
4639 * disasm.h (struct ui_file): Add opaque struct declaration.
4640 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4641 * frame.h (struct ui_file): Ditto.
4642
4643 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4644
4645 * value.h: Pretty print.
4646
4647 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4648
4649 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4650
4651 2003-05-08 Andrew Cagney <cagney@redhat.com>
4652
4653 * regcache.h (max_register_size): Delete declaration.
4654 * regcache.c (max_register_size): Delete function.
4655 (struct regcache_descr): Delete field "max_register_size".
4656 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4657 registers fit in MAX_REGISTER_SIZE.
4658 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4659 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4660 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4661 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4662 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4663 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4664 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4665 * dve3900-rom.c, hppa-tdep.c: Ditto.
4666
4667 2003-05-08 David Carlton <carlton@math.stanford.edu>
4668
4669 * valops.c (push_word): Fix typo.
4670
4671 2003-05-08 Andrew Cagney <cagney@redhat.com>
4672
4673 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4674 * gdbarch.h: Re-generate.
4675 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4676 (legacy_max_register_raw_size): Delete declaration.
4677 * regcache.c (legacy_max_register_raw_size): Delete function.
4678 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4679 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4680 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4681 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4682 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4683 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4684 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4685 * findvar.c, dwarf2cfi.c: Ditto.
4686
4687 2003-05-08 Andrew Cagney <cagney@redhat.com>
4688
4689 * mips-tdep.c (read_signed_register): New function, moved to here
4690 from "regcache.c".
4691 (read_signed_register_pid): Ditto.
4692 * regcache.c (read_signed_register_pid): Delete function, moved to
4693 "mips-tdep.c".
4694 (read_signed_register): Ditto.
4695 * regcache.h (read_signed_register): Delete declaration.
4696 (read_signed_register_pid): Delete declaration.
4697
4698 2003-05-08 Andrew Cagney <cagney@redhat.com>
4699
4700 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4701 * gdbarch.h: Re-generate.
4702 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4703 (legacy_max_register_virtual_size): Delete declaration.
4704 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4705 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4706 * tracepoint.c (memrange_sortmerge): Ditto.
4707 * sparc-tdep.c (sparc_print_registers): Ditto.
4708 * regcache.c (legacy_max_register_virtual_size): Delete function.
4709
4710 2002-05-08 J. Brobecker <brobecker@gnat.com>
4711
4712 * fork-child.c (escape_bang_in_quoted_argument): New function.
4713 (fork_inferior): Escape '!' characters in quoted arguments
4714 only when needed.
4715
4716 2003-05-08 J. Brobecker <brobecker@gnat.com>
4717
4718 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4719 the language of the CU is not currently supported by GDB.
4720
4721 2003-05-08 J. Brobecker <brobecker@gnat.com>
4722
4723 * defs.h (language): Add language_minimal enum value.
4724 * c-lang.c (minimal_language_defn): New language definition.
4725 (_initialize_c_language): Add the new minimal language to the list
4726 of languages known to GDB.
4727
4728 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4729
4730 * frame.c (get_frame_type): Don't attempt to lazily initialize
4731 frame's unwinder for legacy frames.
4732
4733 2003-05-07 Andrew Cagney <cagney@redhat.com>
4734
4735 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4736 and "regcache" parameters.
4737 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4738
4739 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4740
4741 * dwarf2read.c (dwarf_decode_lines): Only use output of
4742 check_cu_functions() when calling record_line(). Do not update
4743 the current address.
4744
4745 2003-05-07 Andrew Cagney <cagney@redhat.com>
4746
4747 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4748 code.
4749
4750 2003-05-07 Jim Blandy <jimb@redhat.com>
4751
4752 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4753 'maint info symtabs' and 'maint info psymtabs'.
4754 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4755 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4756 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4757 Declarations updated.
4758 * maint.c (maintenance_list_command): Delete.
4759 (_initialize_maint_cmds): Update calls to add_cmd.
4760 * gdbcmd.h (maintenancelistlist): Delete declaration.
4761 * cli/cli-cmds.c (maintenancelistlist): Delete.
4762 (init_cmd_lists): Don't initialize it.
4763 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4764
4765 2003-05-07 Andrew Cagney <cagney@redhat.com>
4766
4767 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4768 "regcache".
4769 (d10v_print_registers_info): Update.
4770 (d10v_dmap_register, d10v_imap_register): Delete functions.
4771 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4772 and "imap_register".
4773 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4774 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4775 * arch-utils.c (generic_remote_translate_xfer_address): Add
4776 "regcache" and "gdbarch" parameters.
4777 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4778 parameter. Change class to multi-arch.
4779 * gdbarch.h, gdbarch.c: Re-generate.
4780 * remote.c (remote_xfer_memory): Use
4781 gdbarch_remote_translate_xfer_address.
4782
4783 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4784
4785 * infrun.c (prev_pc): Move declaration ahead of proceed().
4786 (proceed): Refresh prev_pc value before resuming.
4787 (stop_stepping): Remove code to refresh prev_pc.
4788
4789 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4790
4791 * nto-tdep.c: Removed stray comment.
4792
4793 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4794
4795 * i386-nto-tdep.c: Fix old K&R function definitions.
4796 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4797 Also change add_show_from_set() call to add_setshow_cmd().
4798 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4799
4800 2003-05-05 Andrew Cagney <cagney@redhat.com>
4801
4802 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4803 (fprint_dummy_frames): New function.
4804 (maintenance_print_dummy_frames): New function.
4805 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4806 * frame.c (fprint_frame_id): Make global.
4807 * frame.h (fprint_frame_id): Declare.
4808 * Makefile.in (dummy-frame.o): Update dependencies.
4809
4810 2003-05-05 Andrew Cagney <cagney@redhat.com>
4811
4812 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4813 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4814 SIZEOF_CALL_DUMMY_WORDS.
4815 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4816 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4817 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4818 CALL_DUMMY_BREAKPOINT_OFFSET.
4819 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4820 CALL_DUMMY_START_OFFSET.
4821 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4822 * gdbarch.h, gdbarch.c: Re-generate.
4823 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4824 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4825 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4826 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4827 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4828 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4829 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4830 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4831 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4832 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4833 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4834 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4835 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4836 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4837 * config/sparc/tm-sparc.h: Update.
4838
4839 2003-05-05 Kris Warkentin <kewarken@qnx.com>
4840
4841 * configure.tgt: Add i[3456]86-*-nto*.
4842 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4843 * nto-tdep.c: New file. Neutrino target support routines.
4844 * nto-tdep.h: New file. Neutrino target header.
4845 * config/tm-qnxnto.h: New file.
4846 * config/i386/i386nto.mt: New file.
4847 * config/i386/tm-i386nto.h: New file.
4848
4849 2003-05-04 Andrew Cagney <cagney@redhat.com>
4850
4851 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4852 (load_infrun_state): Ditto.
4853 (struct thread_info): Drop "prev_func_name" field.
4854 * thread.c (load_infrun_state): Update.
4855 (save_infrun_state): Update.
4856 * infrun.c (prev_func_name): Delete variable.
4857 (init_wait_for_inferior): Do not clear prev_func_name.
4858 (stop_stepping, keep_going, context_switch): Do not swap
4859 prev_func_name.
4860 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4861 instead of PC_IN_SIGTRAMP.
4862
4863 2003-05-04 Andrew Cagney <cagney@redhat.com>
4864
4865 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4866 REGISTER_BYTE with register_offset_hack.
4867 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4868 that REGISTER_BYTE is consistent with the regcache.
4869 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4870 * gdbarch.h, gdbarch.c: Regenerate.
4871
4872 2003-05-04 Mark Kettenis <kettenis@gnu.org>
4873
4874 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4875 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4876
4877 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4878
4879 2003-05-03 J. Brobecker <brobecker@gnat.com>
4880
4881 From Thierry Schneider <tpschneider1@yahoo.com>
4882 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4883 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4884 (mi-cmd-symbol.o): Add rule.
4885
4886 2003-05-03 Andrew Cagney <cagney@redhat.com>
4887
4888 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4889 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4890 * gdbarch.h, gdbarch.c: Re-generate.
4891 * d10v-tdep.c (d10v_push_dummy_code): New function.
4892 (d10v_gdbarch_init): Set push_dummy_code.
4893 * infcall.c (legacy_push_dummy_code): New function.
4894 (generic_push_dummy_code): New function.
4895 (push_dummy_code): New function.
4896 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4897 instead of dummy_addr, to push_dummy_call. Move call to
4898 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4899 switch.
4900 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4901
4902 2003-05-03 Andrew Cagney <cagney@redhat.com>
4903
4904 * disasm.h (print_insn): Declare.
4905 * disasm.c (init_gdb_disassemble_info): New function.
4906 (gdb_disassembly): Call init_gdb_disassemble_info.
4907 (gdb_print_insn): New function.
4908 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4909 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4910 * mcore-tdep.c: Include "disasm.h"
4911 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4912 * d10v-tdep.c: Include "disasm.h".
4913 (display_trace): Call gdb_print_insn, instead of print_insn.
4914 (print_insn): Delete function.
4915 * printcmd.c: Include "disasm.h".
4916 (print_insn): Delete function.
4917 (print_formatted): Call gdb_print_insn, instead of print_insn.
4918 * Makefile.in (printcmd.o): Update dependencies.
4919 (mcore-tdep.o, d10v-tdep.o): Ditto.
4920
4921 2003-05-02 Andrew Cagney <cagney@redhat.com>
4922
4923 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4924 PC_REGNUM, re-indent.
4925 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4926 PC_REGNUM isn't set.
4927
4928 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4929 * gdbarch.h, gdbarch.c: Re-generate.
4930 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4931 register_virtual_size, pc_regnum, or register_bytes.
4932 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4933 (d10v_register_type): Use D10V_PC_REGNUM.
4934 (d10v_print_registers_info, d10v_read_pc): Ditto.
4935 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4936 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4937
4938 2003-05-02 David Carlton <carlton@bactrian.org>
4939
4940 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4941 the name with mstrsave.
4942
4943 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
4944
4945 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4946 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4947 (host_charset_name, target_charset_name): New vars for use by
4948 set/show commands.
4949 (host_charset_enum, target_charset_enum): New enums for set/show
4950 commands.
4951 (set_charset_sfunc, set_host_charset_sfunc,
4952 set_target_charset_sfunc): New functions.
4953 (set_host_charset, set_target_charset): Make static.
4954 (list_charsets, set_host_charset_command,
4955 set_target_charset_command): Delete functions.
4956 (show_charset_command): Rewrite as....
4957 (show_charset): Hook this up with the set/show command mechanism.
4958 (_initialize_charset): Change names of charsets to match the
4959 set/show enums. Use host_charset_name and target_charset_name.
4960 Use set/show mechanism for charset, host-charset, target-charset
4961 commands. Do not make 'show host-charset' and 'show
4962 target-charset' be aliases of 'show charset'.
4963
4964 * charset.h (set_host_charset, set_target_charset): Don't export,
4965 they are not used outside the file.
4966
4967 2003-05-01 Andrew Cagney <cagney@redhat.com>
4968
4969 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4970 (gdb_disassembly): Make "di" non static, always initialize and
4971 cleanup. Always use dis_asm_read_memory.
4972 (gdb_dis_asm_read_memory): Delete function.
4973
4974 2003-05-01 Andrew Cagney <cagney@redhat.com>
4975
4976 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4977 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4978
4979 2003-04-30 Andrew Cagney <cagney@redhat.com>
4980
4981 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4982 "tm_print_insn_info".
4983 (TARGET_PRINT_INSN_INFO): Delete macro.
4984 (dis_asm_read_memory): Delete function declaration.
4985 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4986 (tm_print_insn_info): Delete variable definition.
4987 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4988 * gdbarch.h, gdbarch.c: Re-generate.
4989 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4990 "deprecated_tm_print_insn_info".
4991 * mcore-tdep.c (mcore_dump_insn): Ditto.
4992 * mips-tdep.c (mips_gdbarch_init): Ditto.
4993 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4994 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4995 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4996 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4997 instead of TARGET_PRINT_INSN_INFO, add comment.
4998 * s390-tdep.c (s390_get_frame_info): Instead of
4999 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5000 (s390_check_function_end, s390_is_sigreturn): Ditto.
5001 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5002 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5003 * disasm.c: Include "gdbcore.h".
5004 (_initialize_disasm): New function, initialize
5005 "deprecated_tm_print_insn_info".
5006 (deprecated_tm_print_insn_info): New variable.
5007 (dis_asm_read_memory): Moved from "corefile.c", made static.
5008 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5009 * Makefile.in (disasm.o): Update dependencies.
5010
5011 2003-04-30 Andrew Cagney <cagney@redhat.com>
5012
5013 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5014
5015 2003-04-29 Adam Fedor <fedor@gnu.org>
5016
5017 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5018 * infcall.c (find_function_addr): Make non-static.
5019 * infcall.h (find_function_addr): Declare.
5020 * Makefile.in (eval.o): Update dependencies.
5021
5022 2003-04-28 Adam Fedor <fedor@gnu.org>
5023
5024 * symtab.c (symbol_find_demangled_name): Check for and demangle
5025 ObjC symbols.
5026 (symbol_init_demangled_name): Init for language_objc as well.
5027
5028 2003-04-28 Andrew Cagney <cagney@redhat.com>
5029
5030 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5031 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5032 * gdbarch.h, gdbarch.c: Re-generate.
5033 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5034 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5035 * inferior.h (deprecated_read_fp): Rename read_fp.
5036 (generic_target_read_fp): Delete declaration.
5037 * regcache.c (generic_target_read_fp): Delete function.
5038 (deprecated_read_fp): Replace read_fp, use
5039 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5040 * d10v-tdep.c (d10v_read_fp): Delete function.
5041 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5042
5043 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5044 deprecated_target_read_fp to generic_target_read_fp.
5045 * sh-tdep.c (sh_gdbarch_init): Ditto.
5046 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5047 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5048 * frv-tdep.c (frv_gdbarch_init): Ditto.
5049
5050 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5051 deprecated_fp_regnum.
5052 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5053 * vax-tdep.c (vax_gdbarch_init): Ditto.
5054 * v850-tdep.c (v850_gdbarch_init): Ditto.
5055 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5056 * sh-tdep.c (sh_gdbarch_init): Ditto.
5057 * s390-tdep.c (s390_gdbarch_init): Ditto.
5058 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5059 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5060 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5061 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5063 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5064 * i386-tdep.c (i386_gdbarch_init): Ditto.
5065 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5066 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5067 * frv-tdep.c (frv_gdbarch_init): Ditto.
5068 * cris-tdep.c (cris_gdbarch_init): Ditto.
5069 * avr-tdep.c (avr_gdbarch_init): Ditto.
5070 * arm-tdep.c (arm_gdbarch_init): Ditto.
5071 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5072
5073 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5074 * v850-tdep.c (v850_gdbarch_init): Ditto.
5075 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5076 * sh-tdep.c (sh_gdbarch_init): Ditto.
5077 * s390-tdep.c (s390_gdbarch_init): Ditto.
5078 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5079 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5080 * mips-tdep.c (mips_gdbarch_init): Ditto.
5081 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5082 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5083 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5084 * frv-tdep.c (frv_gdbarch_init): Ditto.
5085 * avr-tdep.c (avr_gdbarch_init): Ditto.
5086 * arm-tdep.c (arm_gdbarch_init): Ditto.
5087
5088 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5089 DEPRECATED_FP_REGNUM.
5090 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5091 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5092 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5093 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5094 (sparc32_register_virtual_type): Ditto.
5095 * sh-tdep.c (sh64_frame_chain): Ditto.
5096 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5097 (sh_nofp_frame_init_saved_regs): Ditto.
5098 (sh64_nofp_frame_init_saved_regs): Ditto.
5099 (sh_fp_frame_init_saved_regs): Ditto.
5100 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5101 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5102 * procfs.c (procfs_fetch_registers): Ditto.
5103 (procfs_store_registers): Ditto.
5104 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5105 (store_inferior_registers, fetch_core_registers): Ditto.
5106 (fetch_kcore_registers, clear_regs): Ditto.
5107 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5108 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5109 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5110 * nlm/i386.c (do_status): Ditto.
5111 * mipsv4-nat.c (supply_gregset): Ditto.
5112 * mips-tdep.c: Ditto for comments.
5113 * mips-nat.c (fetch_inferior_registers): Ditto.
5114 (store_inferior_registers, fetch_core_registers): Ditto.
5115 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5116 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5117 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5118 (i386_do_pop_frame, i386_register_type): Ditto.
5119 * hppa-tdep.c (hppa_frame_chain): Ditto.
5120 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5121 (hppa_pop_frame, hppa_read_fp): Ditto.
5122 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5123 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5124 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5125 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5126 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5127 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5128 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5129 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5130 * blockframe.c: Ditto for comments.
5131 * arch-utils.h: Ditto for comments.
5132 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5133 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5134 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5135 * alpha-tdep.h: Ditto for comments.
5136 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5137 (alpha_cannot_store_register): Ditto.
5138 (alpha_push_dummy_frame): Ditto.
5139 * alpha-nat.c (supply_gregset): Ditto.
5140
5141 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5142 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5143 * config/sparc/tm-sparc.h: Update comment.
5144
5145 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5146 deprecated_read_fp instead of TARGET_READ_FP.
5147 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5148 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5149 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5150 deprecated_read_fp instead of read_fp.
5151 * s390-tdep.c (s390_push_arguments): Ditto.
5152 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5153 * frame.h: Ditto in comments.
5154 * frame.c (legacy_get_prev_frame): Ditto.
5155 * dummy-frame.c (dummy_frame_this_id): Ditto.
5156 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5157
5158 2003-04-28 Andrew Cagney <cagney@redhat.com>
5159
5160 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5161 * gdbarch.h, gdbarch.c: Re-generate.
5162 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5163 * vax-tdep.c (_initialize_vax_tdep): Update.
5164 * v850-tdep.c (_initialize_v850_tdep): Update.
5165 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5166 * s390-tdep.c (_initialize_s390_tdep): Update.
5167 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5168 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5169 * mips-tdep.c (_initialize_mips_tdep): Update.
5170 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5171 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5172 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5173 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5174 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5175 * frv-tdep.c (_initialize_frv_tdep): Update.
5176 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5177 (_initialize_cris_tdep): Update.
5178 * arch-utils.c (legacy_print_insn): Update.
5179 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5180
5181 2003-04-26 Adam Fedor <fedor@gnu.org>
5182
5183 * linespec.c (decode_objc): New function to decode ObjC calls
5184 (decode_line_1): Check for ObjC calls (using decode_objc)
5185 * Makefile (linespec.o): Update dependencies.
5186
5187 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5188
5189 * breakpoint.h (struct breakpoint_ops): New.
5190 (struct breakpoint): Add ops member.
5191
5192 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5193 (mention): Use new breakpoint ops member.
5194 (set_raw_breakpoint): Initialize ops field to NULL.
5195 (print_exception_catchpoint, print_one_exception_catchpoint)
5196 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5197 (gnu_v3_exception_catchpoint_ops): New.
5198 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5199
5200 2003-04-25 Adam Fedor <fedor@gnu.org>
5201
5202 * Makefile.in (COMMON_OBS): Add objc-lang.o
5203
5204 2003-04-25 Andrew Cagney <cagney@redhat.com>
5205
5206 * d10v-tdep.c (print_insn): Delete function.
5207 (display_trace): Use TARGET_PRINT_INSN.
5208 (_initialize_d10v_tdep): Do not set tm_print_insn.
5209 (d10v_gdbarch_init): Set print_insn.
5210
5211 2003-04-25 Andrew Cagney <cagney@redhat.com>
5212
5213 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5214 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5215 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5216 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5217 (nr_dmap_regs, a0_regnum): ... new functions.
5218 (d10v_print_registers_info): Use a0_regnum, use register_size.
5219 (d10v_register_byte): Delete function.
5220 (d10v_register_raw_size): Delete function.
5221 (d10v_register_type): Use a0_regnum.
5222 (d10v_print_registers_info): Use a0_regnum.
5223 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5224 (d10v_gdbarch_init): Do not set register_byte or
5225 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5226 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5227 extract_address.
5228 (trace_command): Use XCALLOC.
5229 (print_insn): Delete reference to tm_print_insn.
5230 (saved_regs_unwinder): Use store_unsigned_integer instead of
5231 store_address.
5232 * frame.h (FRAME_OBSTACK_CALLOC): Define
5233
5234 2003-04-25 David Carlton <carlton@bactrian.org>
5235
5236 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5237
5238 2003-04-24 Adam Fedor <fedor@gnu.org>
5239
5240 * objc-lang.c: Include "valprint.h"
5241 * Makefile.in (objc-lang.o): Update dependencies.
5242
5243 2003-04-24 Adam Fedor <fedor@gnu.org>
5244
5245 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5246 architecture dependant compilation and mark as unimplemented
5247 (until they get put in the gdbarch vector).
5248
5249 2003-04-23 David Carlton <carlton@bactrian.org>
5250
5251 * cp-support.c (cp_find_first_component): Accept 'operator' in
5252 more locations.
5253
5254 2003-04-23 Andrew Cagney <cagney@redhat.com>
5255
5256 * infcall.c (call_function_by_hand): Eliminate redundant
5257 indentation. Move "saved_async" and "old_cleanups" to where they
5258 are needed.
5259
5260 2003-04-23 Andrew Cagney <cagney@redhat.com>
5261
5262 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5263 and "buffer". Move the "name" code to where it is needed.
5264
5265 2003-04-23 Andrew Cagney <cagney@redhat.com>
5266
5267 * infcall.c (call_function_by_hand): Move variables "start_sp",
5268 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5269 code to ON_STACK switch branch.
5270
5271 2003-04-23 Andrew Cagney <cagney@redhat.com>
5272
5273 * infcall.c (call_function_by_hand): Make declaration of "i",
5274 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5275 lint.
5276
5277 2003-04-23 Andrew Cagney <cagney@redhat.com>
5278
5279 * infcall.c (call_function_by_hand): Delete variable
5280 "n_method_args". Localize "param_type"'s declaration to the loop
5281 that it is used. Reinstate code assigning to said variable -
5282 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5283 Rationalize code using "param_type".
5284
5285 2003-04-22 Andrew Cagney <cagney@redhat.com>
5286
5287 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5288 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5289 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5290 to DEPRECATED_PUSH_RETURN_ADDRESS.
5291
5292 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5293
5294 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5295 on the DWARF2 register number prior to fetching a register.
5296
5297 2003-04-22 J. Brobecker <brobecker@gnat.com>
5298
5299 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5300 Update all the tests using SOFT_FLOAT considering the fact that
5301 this macro was always set to 0.
5302 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5303 considering the fact that this macro was always set to 0.
5304 * hppa-tdep.h (hppa_store_return_value): Likewise.
5305 (hppa_extract_return_value): Likewise.
5306
5307 2003-04-22 J. Brobecker <brobecker@gnat.com>
5308
5309 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5310 the hppa-pro target only.
5311
5312 2003-04-21 J. Brobecker <brobecker@gnat.com>
5313
5314 Ongoing multi-arch conversion effort for HP/UX:
5315 * config/pa/tm-hppa.h: Move all macro that are no longer
5316 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5317 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5318
5319 2003-04-21 J. Brobecker <brobecker@gnat.com>
5320
5321 * config/pa/tm-hppa.h: Obsolete a section that was only used
5322 for hppa-pro.
5323
5324 2003-04-21 J. Brobecker <brobecker@gnat.com>
5325
5326 Ongoing multi-arch conversion for HP/UX.
5327 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5328 if already defined (allows hppa64 to stay non-multiarched for now).
5329 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5330
5331 2003-04-21 Andrew Cagney <cagney@redhat.com>
5332
5333 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5334
5335 2003-04-21 Andrew Cagney <cagney@redhat.com>
5336
5337 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5338 "i386_num_mmx_regs".
5339
5340 2003-04-21 Andrew Cagney <cagney@redhat.com>
5341
5342 * infcall.c: New file.
5343 * infcall.h: New file.
5344 * valarith.c: Include "infcall.h".
5345 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5346 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5347 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5348 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5349 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5350 (SFILES): Add "infcall.c"
5351 (COMMON_OBS): Add "infcall.o".
5352 (infcall.o): Specify dependencies.
5353 * value.h (call_function_by_hand): Delete declaration.
5354 * inferior.h (run_stack_dummy): Delete declaration.
5355 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5356 (run_stack_dummy): Move to "infcall.c", merged into
5357 call_function_by_hand.
5358 * valops.c (call_function_by_hand): Moved to "infcall.c".
5359 (find_function_addr, value_arg_coerce): Ditto.
5360 (unwindonsignal_p, coerce_float_to_double): Ditto.
5361 (_initialize_valops): Move "set/show coerce-float-to-double", and
5362 "set/show unwindonsignal" commands to "infcall.c".
5363 * v850-tdep.c, target.h: Update comments.
5364 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5365 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5366 (sh64_init_extra_frame_info): Update comments.
5367 * mn10300-tdep.c: Update comments.
5368 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5369 * config/sparc/tm-sparc.h: Update comments.
5370 * breakpoint.h: Update comments.
5371 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5372 * arm-tdep.c: Update comment.
5373
5374 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5375
5376 * i386-tdep.c (i386_num_register_names): New variable.
5377 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5378 (MM0_REGNUM): Remove redundant parentheses in define.
5379 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5380 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5381 i386_mxcsr_regnum_p): Remove redundant parentheses.
5382 (i386_register_name): Use i386_num_register_names.
5383
5384 * i386-tdep.c (i386_extract_return_value,
5385 i386_store_return_value): Correct check for availability of
5386 floating-point registers.
5387
5388 * i386-tdep.c (i386_frame_num_args): Remove function.
5389 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5390
5391 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5392 mmx_regnum_to_fp_regnum. Adjust all callers.
5393
5394 * i386-tdep.c (i386_get_longjmp_target): Use
5395 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5396 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5397 extract_address.
5398
5399 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5400
5401 * core-regset.c: Update comments to reflect reality. Re-order
5402 includes.
5403 (fetch_core_registers): Use switch instead of if. Remove
5404 redundant prototype.
5405
5406 2003-04-18 Jim Blandy <jimb@redhat.com>
5407
5408 * s390-tdep.c (s390_frame_align): New function.
5409 (s390_gdbarch_init): Register it with the gdbarch object.
5410
5411 2003-04-17 Richard Henderson <rth@redhat.com>
5412
5413 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5414
5415 2003-04-17 Michael Snyder <msnyder@redhat.com>
5416 Karen Bennet <bennet@redhat.com>
5417
5418 Committed by Elena Zannoni <ezannoni@redhat.com>
5419 * gdb_gcore.sh: New script to create a core dump of a process.
5420
5421 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5422
5423 * values.c (value_being_returned): Don't fetch the return
5424 value if the return type is void.
5425
5426 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5427
5428 * thread-db.c: Reindented.
5429
5430 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5431
5432 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5433 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5434 as types.
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5461
5462 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5463 the size of ``long double'' to 16, instead of 8.
5464
5465 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5466
5467 * i386-linux-nat.c: Add some whitespace to make things more
5468 readable.
5469 (fetch_register, store_register, fetch_inferior_registers,
5470 store_inferior_registers): Get rid of assignment in if-statement.
5471 (store_register): Fix typo in error message.
5472
5473 2003-04-16 Andrew Cagney <cagney@redhat.com>
5474
5475 * utils.c (xmmalloc): Always allocate something, matches
5476 libiberty/xmalloc's semantics.
5477 (xmrealloc, xmcalloc): Ditto.
5478
5479 2003-04-16 Andrew Cagney <cagney@redhat.com>
5480
5481 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5482 update comments.
5483 (get_frame_type): Initialize unwind and type when needed.
5484 (get_frame_id, frame_register_unwind): Ditto.
5485
5486 2003-04-16 Andrew Cagney <cagney@redhat.com>
5487
5488 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5489 obsolete.
5490 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5491 * sparcl-stub.c: Obsolete file.
5492 * config/sparc/tm-sparclet.h: Obsolete file.
5493 * sparclet-stub.c: Obsolete file.
5494 * sparclet-rom.c: Obsolete file.
5495 * sparcl-tdep.c: Obsolete file.
5496 * config/sparc/tm-sparclite.h: Obsolete file.
5497 * config/sparc/sparclite.mt: Obsolete file.
5498 * config/sparc/sparclet.mt: Obsolete file.
5499 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5500 sparc86x-*-* obsolete.
5501
5502 2003-04-15 David Carlton <carlton@math.stanford.edu>
5503
5504 * Makefile.in (SFILES): Add cp-namespace.c.
5505 (COMMON_OBS): Add cp-namespace.o.
5506 (block.o): Depend on gdb_obstack_h and cp_support_h.
5507 (buildsym.o): Depend on cp_support_h.
5508 (cp-namespace.o): New.
5509 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5510 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5511 (dwarf2read.o): Depend on cp_support_h.
5512 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5513 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5514 processing_current_namespace.
5515 (read_namespace): Update processing_current_namespace; check for
5516 anonymous namespaces.
5517 (dwarf2_name): New function.
5518 (dwarf2_extension): Ditto.
5519 * cp-support.h: Update copyright, contributors.
5520 Add inclusion guards.
5521 Add opaque declaration for structs obstack, block, symbol.
5522 (struct using_direct): New struct.
5523 Add declarations for cp_find_first_component,
5524 cp_entire_prefix_len, processing_has_namespace_info,
5525 processing_current_namespace, cp_is_anonymous,
5526 cp_add_using_directive, cp_initialize_namespace,
5527 cp_finalize_namespace, cp_set_block_scope,
5528 cp_scan_for_anonymous_namespaces.
5529 * cp-namespace.c: New file.
5530 * cp-support.c: Update copyright.
5531 Include ctype.h, gdb_assert.h, gdbcmd.h.
5532 New variable maint_cplus_cmd_list.
5533 (cp_find_first_component): New function.
5534 (cp_entire_prefix_len, maint_cplus_command)
5535 (first_component_command, _initialize_cp_support): Ditto.
5536 * buildsym.c: Include cp-support.h.
5537 New variable using_list.
5538 (add_symbol_to_list): Check for anonymous namespaces.
5539 (finish_block): Set block's scope.
5540 (start_symtab): Initialize C++ namespace support.
5541 (end_symtab): Finalize C++ namespace support.
5542 * block.h: Add opaque declarations for structs
5543 block_namespace_info, using_direct, and obstack.
5544 Add declarations for block_set_scope and block_set_using.
5545 (struct block): Add 'language_specific' member.
5546 (BLOCK_NAMESPACE): New macro.
5547 * block.c: Include gdb_obstack.h and cp-support.h.
5548 (struct block_namespace_info): New struct.
5549 (block_set_scope): New function.
5550 (block_set_using, block_initialize_namespace): Ditto.
5551
5552 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5553
5554 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5555 (locate_base): Return early if there aren't any link map offsets.
5556 (svr4_solib_create_inferior_hook): Warn if shared library support
5557 is unavailable.
5558
5559 2003-04-14 David Carlton <carlton@math.stanford.edu>
5560
5561 * symtab.c (symbol_set_names): Add prefix when storing Java names
5562 in hash table. Fix for PR java/1039.
5563
5564 2003-04-14 David Carlton <carlton@math.stanford.edu>
5565
5566 * symtab.c (symbol_set_names): Rename 'name' arg to
5567 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5568 * symtab.h: Change 'name' argument in declaration of
5569 symbol_set_names to 'linkage_name'.
5570 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5571
5572 2003-04-14 Andrew Cagney <cagney@redhat.com>
5573
5574 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5575 return the fully sign-extended register value.
5576 (get_frame_pointer): Ditto.
5577 (mips_pop_frame): Initialize "proc_desc" after checking for a
5578 dummy frame.
5579
5580 2003-04-14 Andrew Cagney <cagney@redhat.com>
5581
5582 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5583 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5584 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5585 (mips_push_register): Delete function.
5586 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5587 PUSH_FP_REGNUM.
5588
5589 2003-04-14 Jim Blandy <jimb@redhat.com>
5590
5591 * symmisc.c: #include "gdb_regex.h".
5592 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5593 functions.
5594 * maint.c (maintenance_list_command): New function.
5595 (_initialize_maint_cmds): Register the above as commands.
5596 * symtab.h (maintenance_list_symtabs,
5597 maintenance_list_psymtabs): New declarations.
5598 * cli/cli-cmds.c (maintenancelistlist): New variable.
5599 (init_cmd_lists): Initialize it.
5600 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5601 * gdbcmd.h (maintenancelistlist): New declaration.
5602 * Makefile.in (symmisc.o): Update dependencies.
5603
5604 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5605
5606 * s390-nat.c: Include asm/types.h for addr_t.
5607
5608 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5609
5610 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5611 actually incoming type.
5612
5613 2003-04-13 Andrew Cagney <cagney@redhat.com>
5614
5615 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5616 get_next_frame and get_frame_saved_regs.
5617
5618 2003-04-13 Andrew Cagney <cagney@redhat.com>
5619
5620 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5621 of gdbarch_num_regs.
5622
5623 2003-04-13 Andrew Cagney <cagney@redhat.com>
5624
5625 * frame.h: Mention what replaced what in "struct frame_info".
5626 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5627 deprecated_update_frame_base_hack and
5628 deprecated_update_frame_pc_hack.
5629 * hppa-tdep.c: Ditto.
5630
5631 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5632
5633 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5634 to read_reg and update its comment. Remove regnum member.
5635 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5636 Don't call read_reg when setting in_reg. Call read_reg to get
5637 the frame base if it's in a register. Return the register number
5638 on the stack instead of in the context. Remove extra arguments
5639 to read_reg.
5640 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5641 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5642 the register number on the expression stack.
5643 (needs_frame_read_reg): Remove extra arguments.
5644
5645 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5646
5647 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5648 made non-static.
5649 (execute_stack_op): All callers updated.
5650 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5651 * dwarf2loc.c (find_location_expression): New function.
5652 (dwarf_expr_frame_base): Call it.
5653 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5654 (dwarf2_tracepoint_var_ref): New function, broken out from
5655 locexpr_tracepoint_var_ref.
5656 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5657 Make static.
5658 (loclist_read_variable, loclist_read_needs_frame): New functions.
5659 (loclist_describe_location, loclist_tracepoint_var_ref): New
5660 functions.
5661 (dwarf2_loclist_funcs): New struct location_funcs.
5662 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5663 (struct dwarf2_locexpr_baton): Add comments.
5664 (dwarf2_loclist_funcs): New extern.
5665 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5666 base_address and base_known.
5667 (dwarf_loc_buffer): New variable.
5668 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5669 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5670 (dwarf2_has_info): Initialize dwarf_loc_offset.
5671 (dwarf2_build_psymtabs): Read in .debug_loc.
5672 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5673 DWARF_LOC_SIZE.
5674 (psymtab_to_symtab_1): Likewise. Move base address calculation
5675 here, from...
5676 (dwarf2_get_pc_bounds): ... here. Use the base address from
5677 cu_header.
5678 (dwarf2_symbol_mark_computed): Handle location lists.
5679
5680 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5681
5682 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5683 if the linkage name demangled successfully.
5684
5685 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5686
5687 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5688 disassmbly_flavour): Removed.
5689
5690 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5691
5692 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5693
5694 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5695
5696 2003-04-12 Andrew Cagney <cagney@redhat.com>
5697
5698 * frame.h (struct frame_info): Move definition from here ...
5699 * frame.c (struct frame_info): ... to here.
5700
5701 2003-04-12 Andrew Cagney <cagney@redhat.com>
5702
5703 * gdbthread.h (save_infrun_state): Delete parameter
5704 "prev_func_start".
5705 (struct thread_info): Delete field "prev_func_start".
5706 (load_infrun_state): Ditto.
5707 * thread.c (load_infrun_state, save_infrun_state): Update.
5708 * infrun.c (prev_func_start): Delete variable.
5709 (context_switch, init_wait_for_inferior): Update.
5710 (stop_stepping, keep_going): Update.
5711
5712 2003-04-12 Andrew Cagney <cagney@redhat.com>
5713
5714 * gdbarch.sh: Add missing opaque declarations.
5715 * gdbarch.h: Regnerate.
5716 * symtab.h: Add missing opaque declarations.
5717 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5718 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5719 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5720 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5721 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5722 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5723 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5724 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5725 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5726 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5727 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5728 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5729 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5730
5731 2003-04-11 Andrew Cagney <cagney@redhat.com>
5732
5733 * frame.c (get_frame_id): Return this frame's "id".
5734 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5735 function start.
5736 (legacy_saved_regs_this_id): Replace function body with
5737 internal-error.
5738 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5739 FRAME_OBSTACK_ZALLOC.
5740 (create_new_frame): Mark the frame ID as valid.
5741
5742 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5743
5744 * Makefile.in (libbfd_h): Added missing setting.
5745 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5746 according to the selected ABI.
5747
5748 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5749
5750 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5751
5752 2003-04-11 Andrew Cagney <cagney@redhat.com>
5753
5754 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5755 SAVED_PC_AFTER_CALL.
5756 * gdbarch.h, gdbarch.c: Regenerate.
5757 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5758 * x86-64-tdep.c (x86_64_init_abi): Update.
5759 * vax-tdep.c (vax_gdbarch_init): Update.
5760 * v850-tdep.c (v850_gdbarch_init): Update.
5761 * sparc-tdep.c (sparc_gdbarch_init): Update.
5762 * sh-tdep.c (sh_gdbarch_init): Update.
5763 * s390-tdep.c (s390_gdbarch_init): Update.
5764 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5765 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5766 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5767 * mips-tdep.c (mips_gdbarch_init): Update.
5768 * mcore-tdep.c (mcore_gdbarch_init): Update.
5769 * m68k-tdep.c (m68k_gdbarch_init): Update.
5770 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5771 * ia64-tdep.c (ia64_gdbarch_init): Update.
5772 (ia64_saved_pc_after_call): Update declaration.
5773 * i386ly-tdep.c (i386lynx_init_abi): Update.
5774 * i386-tdep.c (i386_gdbarch_init): Update.
5775 * hppa-tdep.c (hppa_gdbarch_init): Update.
5776 * h8300-tdep.c (h8300_gdbarch_init): Update.
5777 * frv-tdep.c (frv_gdbarch_init): Update.
5778 * cris-tdep.c (cris_gdbarch_init): Update.
5779 * avr-tdep.c (avr_gdbarch_init): Update.
5780 * arm-tdep.c (arm_gdbarch_init): Update.
5781 * alpha-tdep.c (alpha_gdbarch_init): Update.
5782 * ns32knbsd-nat.c (frame_num_args): Update.
5783 * ns32k-tdep.c (umax_frame_num_args): Update.
5784 * mips-tdep.c (mips_init_frame_pc_first): Update.
5785 * infrun.c (step_over_function): Update.
5786 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5787 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5788 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5789 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5790 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5791 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5792 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5793 * arch-utils.c (init_frame_pc_default): Update.
5794 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5795 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5796 declaration.
5797
5798 2003-04-11 Andrew Cagney <cagney@redhat.com>
5799
5800 * i387-tdep.c: Update copyright.
5801 (i387_to_double): Delete function.
5802 (double_to_i387): Delete function.
5803
5804 2003-04-10 Andrew Cagney <cagney@redhat.com>
5805
5806 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5807 frame's function's address. Simplify.
5808 (d10v_frame_unwind_cache): Check that the frame's function is
5809 non-zero.
5810
5811 2003-04-10 Jim Blandy <jimb@redhat.com>
5812
5813 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5814 call to set_gdbarch_deprecated_push_arguments.
5815
5816 2003-04-10 Andrew Cagney <cagney@redhat.com>
5817
5818 * frame.c (fprint_frame_id): New function.
5819 (fprint_frame_type, fprint_frame): New function.
5820 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5821 (create_sentinel_frame, get_frame_id): Ditto.
5822 (frame_id_p, frame_id_eq): Ditto.
5823 (frame_id_inner, create_new_frame): Ditto.
5824 (legacy_get_prev_frame, get_prev_frame): Ditto.
5825 (deprecated_update_frame_pc_hack): Ditto.
5826 (frame_register_unwind): Ditto.
5827 (deprecated_update_frame_base_hack): Ditto.
5828
5829 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5830
5831 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5832 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5833 frame_chain function.
5834 * Makefile.in: Add dependencies due to above change.
5835
5836 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5837
5838 * blockframe.c (legacy_frame_chain_valid): Move call to
5839 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5840 inside_entry_file.
5841
5842 2003-04-09 Andrew Cagney <cagney@redhat.com>
5843
5844 * frame.h (struct frame_id): Replace "pc" and "base" with
5845 "stack_addr" and "code_addr". Update comments.
5846 (frame_id_build): Update parameter names and comment.
5847 (struct frame_info): Replace "id_p" and "id" with "this_id".
5848 * dummy-frame.c (dummy_frame_this_id): Update.
5849 * breakpoint.c (print_one_breakpoint): Update.
5850 * frame.c (get_frame_id): Update.
5851 (get_frame_base, frame_id_build): Update.
5852 (create_sentinel_frame, legacy_get_prev_frame): Update.
5853 (deprecated_update_frame_base_hack): Update.
5854 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5855 (frame_id_inner): Ditto.
5856
5857 2003-04-09 Andrew Cagney <cagney@redhat.com>
5858
5859 * defs.h (gdb_print_host_address): Make "addr" parameter a
5860 pointer constant.
5861 * utils.c (gdb_print_host_address): Update.
5862
5863 2003-04-09 Kevin Buettner <kevinb@redhat.com>
5864
5865 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5866 register number for R0 is 0.
5867
5868 2003-04-09 J. Brobecker <brobecker@gnat.com>
5869
5870 * frame.h (struct gdbarch): Add opaque structure definition
5871 to avoid a compilation warning on LynxOS 4.0.
5872
5873 2003-04-09 Andrew Cagney <cagney@redhat.com>
5874
5875 * frame.h (struct frame_info): Delete field "pc". Replace
5876 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5877 structure.
5878 * frame.c (frame_pc_unwind): Update.
5879 (create_sentinel_frame): Do not set "pc".
5880 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5881 (get_frame_pc): Call frame_pc_unwind.
5882 (deprecated_update_frame_pc_hack): Update.
5883 (create_new_frame): Use "pc" not "->pc".
5884
5885 2003-04-09 Andrew Cagney <cagney@redhat.com>
5886
5887 * frame.c (get_frame_id): Eliminate code updating "frame".
5888 (legacy_get_prev_frame): Ditto.
5889 (get_frame_base): Return id.base directly.
5890 (deprecated_update_frame_base_hack): Update "id.base".
5891 * frame.h (struct frame_info): Delete field "frame".
5892
5893 2003-04-09 Andrew Cagney <cagney@redhat.com>
5894
5895 * NEWS: Mention that the "Sequent family" is obsolete.
5896 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5897 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5898 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5899 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5900 * config/i386/tm-ptx4.h: Obsolete file.
5901 * config/i386/tm-ptx.h: Obsolete file.
5902 * symm-tdep.c: Obsolete file.
5903 * config/i386/symmetry.mt: Obsolete file.
5904 * config/i386/tm-symmetry.h: Obsolete file.
5905 * symm-nat.c: Obsolete file.
5906 * config/i386/nm-symmetry.h: Obsolete file.
5907 * config/i386/xm-symmetry.h: Obsolete file.
5908 * config/i386/symmetry.mh: Obsolete file.
5909 * config/i386/nm-ptx4.h: Obsolete file.
5910 * config/i386/ptx4.mh: Obsolete file.
5911 * config/i386/ptx.mt: Obsolete file.
5912 * config/i386/ptx.mh: Obsolete file.
5913 * config/i386/xm-ptx4.h: Obsolete file.
5914 * config/i386/xm-ptx.h: Obsolete file.
5915
5916 2003-04-09 Andrew Cagney <cagney@redhat.com>
5917
5918 Obsolete mips*-*-mach3*.
5919 * NEWS: Mention that mips*-*-mach3* is obsolete.
5920 * m3-nat.c: Obsolete file.
5921 * config/nm-m3.h: Obsolete file.
5922 * config/mips/tm-mipsm3.h: Obsolete file.
5923 * config/mips/mipsm3.mt: Obsolete file.
5924 * config/mips/mipsm3.mh: Obsolete file.
5925 * config/mips/xm-mipsm3.h: Obsolete file.
5926 * mipsm3-nat.c: Obsolete file.
5927 * configure.host: Obsolete mips-dec-mach3*.
5928 * configure.tgt: Obsolete mips*-*-mach3*.
5929
5930 2003-04-09 Andrew Cagney <cagney@redhat.com>
5931
5932 * doublest.h: Update copyright.
5933 (deprecated_store_floating, deprecated_extract_floating): Rename
5934 store_floating and extract_floating. Update comments.
5935 * doublest.c: Update copyright.
5936 (extract_floating_by_length): Replace extract_floating.
5937 (store_floating_by_length): Replace store_floating.
5938 (deprecated_extract_floating): New function.
5939 (deprecated_store_floating): New function.
5940 (extract_typed_floating): Call extract_floating_by_length.
5941 (store_typed_floating): Call store_floating_by_length.
5942 * x86-64-tdep.c (x86_64_store_return_value): Update.
5943 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5944 (sh64_extract_return_value): Update.
5945 (sh_sh4_register_convert_to_virtual): Update.
5946 (sh_sh64_register_convert_to_virtual): Update.
5947 (sh_sh4_register_convert_to_raw): Update.
5948 (sh_sh64_register_convert_to_raw): Update.
5949 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5950 (rs6000_register_convert_to_raw): Update.
5951 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5952 (ia64_register_convert_to_raw): Update.
5953 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5954 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5955 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5956 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5957 (alpha_register_convert_to_raw): Update.
5958
5959 2003-04-08 Andrew Cagney <cagney@redhat.com>
5960
5961 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5962 * gdbarch.h, gdbarch.c: Re-generate.
5963 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5964 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5965 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5966 conditionally, use frame_pc_unwind as an alternative. Add
5967 comments.
5968 * arch-utils.c (init_frame_pc_default): Only call
5969 SAVED_PC_AFTER_CALL when available.
5970
5971 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5972
5973 * infrun.c (stop_soon): Rename from stop_soon_quietly.
5974 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5975 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5976 (start_remote): Ditto.
5977 (handle_inferior_event): Ditto.
5978 (save_inferior_status): Ditto.
5979 (restore_inferior_status): Ditto.
5980 * infcmd.c (attach_command): Ditto.
5981 * fork-child.c (startup_inferior): Ditto.
5982 * inferior.h (stop_soon): Rename from stop_soon_quietly.
5983 * alpha-tdep.c (heuristic_proc_start): Ditto.
5984 * mips-tdep.c (heuristic_proc_start): Ditto.
5985 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5986 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5987 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5988 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5989 * remote-vx.c (vx_create_inferior): Ditto.
5990
5991 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5992
5993 * infrun.c (stop_soon_quietly): Make it an enum, to better
5994 override the default behavior of handle_inferior_event.
5995 (clear_proceed_status): Update uses of stop_soon_quietly to
5996 reflect that it is now an enum.
5997 (start_remote): Ditto.
5998 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5999 is set to handle the new GNU/Linux kernel behavior for
6000 attach/sigstop. Update uses of stop_soon_quietly.
6001 * inferior.h (enum stop_kind): New enum.
6002 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6003 Reset normal handle_inferior_event behavior, afterwards.
6004 * fork-child.c (startup_inferior): Update.
6005 * alpha-tdep.c (heuristic_proc_start): Update.
6006 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6007 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6008 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6009 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6010 * remote-vx.c (vx_create_inferior): Update.
6011 * mips-tdep.c (heuristic_proc_start): Update.
6012
6013 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6014
6015 * disasm.c (dump_insns): Move variables inside loop, or they will
6016 be freed more than once, causing wild memory corruptions.
6017 (gdb_disassembly): Look for the substring "-thread",
6018 instead of "-threads" in the target name, to make sure to find
6019 the 'multi-thread' target. Also, make sure we do the right thing
6020 with the "core" target.
6021
6022 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6023
6024 * mips-tdep.c (mips_print_fp_register): New function, created from
6025 do_fp_register_row(). Registers are now (also) printed as hex.
6026 Only one register is printed per row.
6027 (mips_print_register, do_fp_register_row): Print floating point
6028 registers with mips_print_fp_register().
6029
6030 2003-04-06 Andrew Cagney <cagney@redhat.com>
6031
6032 * valprint.h (inspect_it): Add extern declaration.
6033 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6034 (selectors_info, classes_info): Ditto.
6035 (find_objc_msgcall): Fix indentation.
6036 (objc_printstr): Delete extern declarations.
6037
6038 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6039
6040 2003-04-06 Andrew Cagney <cagney@redhat.com>
6041
6042 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6043 Update comment.
6044 * frame.c (legacy_saved_regs_this_id): Update.
6045 (legacy_get_prev_frame): Update.
6046 * xstormy16-tdep.c: Update comment.
6047 * sparc-tdep.c (sparc_frame_chain): Update comment.
6048 * blockframe.c (legacy_frame_chain_valid): Update.
6049
6050 2003-04-06 Andrew Cagney <cagney@redhat.com>
6051
6052 * valprint.c (val_print_type_code_int): Delete #ifdef
6053 PRINT_TYPELESS_INTEGER code.
6054
6055 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6056 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6057 multi-arch definition.
6058 * gdbarch.h: Re-generate.
6059
6060 2003-04-05 Andrew Cagney <cagney@redhat.com>
6061
6062 Eliminate FRAME_FIND_SAVED_REGS.
6063 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6064 Change FSR parameter to a pointer.
6065 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6066 Assume FSR parameter is a pointer.
6067 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6068 Make fsr a pointer.
6069 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6070 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6071 saved_regs a pointer.
6072 (hppa_frame_saved_pc): Ditto.
6073 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6074 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6075 pointer.
6076 (restore_pc_queue): Make fsr a pointer.
6077 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6078 (hppa_frame_chain): Make saved_regs a pointer, call
6079 hppa_frame_init_saved_regs.
6080 * sparc-tdep.c: Include "gdb_assert.h".
6081 (sparc_frame_find_saved_regs): Replace internal_error with
6082 gdb_assert.
6083 * remote-vxsparc.c (vx_read_register): Delete reference to
6084 FRAME_FIND_SAVED_REGS.
6085 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6086 * gdbarch.h: Regenerate.
6087 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6088 (deprecated_get_frame_saved_regs): Delete declaration.
6089 (struct frame_saved_regs): Delete definition.
6090 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6091 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6092 (hppa_frame_find_saved_regs): Delete declaration.
6093 (FRAME_FIND_SAVED_REGS): Delete macro.
6094 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6095 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6096 FRAME_FIND_SAVED_REGS in comment.
6097
6098 2003-04-05 Andrew Cagney <cagney@redhat.com>
6099
6100 * frame.c (frame_func_unwind, get_frame_func): New functions.
6101 * frame.h (get_frame_func, frame_func_unwind): Declare.
6102 (struct frame_info): Add field "prev_func" for caching the
6103 previous frame's function address.
6104 * arm-tdep.c (arm_frameless_function_invocation): Combine
6105 get_pc_function_start and get_frame_pc into get_frame_func.
6106 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6107 (sh64_nofp_frame_init_saved_regs): Ditto.
6108 * s390-tdep.c (s390_function_start): Ditto.
6109 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6110 (rs6000_frameless_function_invocation): Ditto.
6111 (rs6000_frame_saved_pc): Ditto.
6112 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6113 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6114 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6115 (i386_frame_init_saved_regs): Ditto.
6116 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6117 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6118 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6119 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6120 * blockframe.c (frameless_look_for_prologue): Ditto.
6121
6122 2003-04-05 Andrew Cagney <cagney@redhat.com>
6123
6124 * frame.c (legacy_get_prev_frame): Link prev to next at the
6125 function start. Update comments.
6126
6127 2003-04-05 Andrew Cagney <cagney@redhat.com>
6128
6129 * frame.c (get_frame_id): Update comment.
6130 (legacy_get_prev_frame): Update comment.
6131 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6132 * gdbarch.h: Regenerate.
6133 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6134 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6135
6136 2003-04-05 Andrew Cagney <cagney@redhat.com>
6137
6138 * stack.c (print_frame_info): Use get_frame_pc.
6139
6140 2003-04-04 Andrew Cagney <cagney@redhat.com>
6141
6142 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6143 the frame's type from the unwinder.
6144 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6145 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6146 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6147 (get_frame_base_address): Use get_frame_type.
6148 (get_frame_locals_address, get_frame_args_address): Ditto.
6149 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6150 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6151 (struct frame_info): Add comment explaining why the frame contains
6152 a "type" field.
6153 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6154 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6155 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6156 NORMAL_FRAME.
6157 * frame-unwind.h: Include "frame.h".
6158 (struct frame_unwind): Add "type" field.
6159 * Makefile.in (frame_unwind_h): Add $(frame_h).
6160
6161 2003-04-04 Andrew Cagney <cagney@redhat.com>
6162
6163 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6164 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6165 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6166 get_frame_base.
6167 (d10v_unwind_dummy_id): Use frame_id_build.
6168 * frame.c (find_frame_sal): Use get_frame_pc.
6169 (create_new_frame): Use deprecated_update_frame_pc_hack and
6170 deprecated_update_frame_base_hack.
6171 (create_sentinel_frame): Add comment about ->pc going away.
6172 (get_prev_frame): Add comment about ->pc going away.
6173 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6174 frame_id_build, deprecated_update_frame_pc_hack and
6175 deprecated_update_frame_base_hack.
6176 (select_frame): Use get_frame_pc.
6177 (legacy_saved_regs_this_id): Use frame_id_build.
6178
6179 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6180
6181 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6182 signed integer case.
6183 (classify_argument): Handle enumerations and references.
6184
6185 2003-04-04 Andrew Cagney <cagney@redhat.com>
6186
6187 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6188 ID to NULL.
6189
6190 2003-04-01 Adam Fedor <fedor@gnu.org>
6191
6192 * gdb/objc-lang.c (selectors_info): Replace calls to
6193 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6194 SYMBOL_NATURAL_NAME.
6195 (classes_info, find_methods): Likewise.
6196
6197 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6198
6199 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6200 ``mach'' to the value determined by bfd_default_set_arch_mach().
6201
6202 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6203
6204 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6205 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6206 (mi-cmd-file.o): Update dependencies.
6207
6208 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6209
6210 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6211 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6212
6213 2003-04-01 Adam Fedor <fedor@gnu.org>
6214
6215 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6216 * language.h (struct language_defn): Add la_demangle.
6217 (language_demangle): Declare.
6218 * language.c (language_demangle): New function.
6219 (unk_lang_demangle): Likewise.
6220 (unknown_language_defn, auto_language_defn, local_language_defn):
6221 Add ukn_lang_demangle.
6222 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6223 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6224 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6225 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6226 * jv-lang.c (java_demangle): New function
6227 (java_language_defn): Use it for la_demangle element.
6228 * objc-lang.c (objc_demangle): Add options argument
6229 (objc_language_defn): Use objc_demangle for la_demangle element.
6230 * maint.c (maintenance_demangle): Replace switch with
6231 call to language_demangle.
6232 * utils.c (fprintf_symbol_filtered): Likewise.
6233
6234 2003-04-01 Andrew Cagney <cagney@redhat.com>
6235
6236 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6237 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6238 PRINT_TYPELESS_INTEGER.
6239 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6240 PUSH_RETURN_ADDRESS.
6241
6242 2003-04-01 Andrew Cagney <cagney@redhat.com>
6243
6244 * Makefile.in (d10v-tdep.o): Update dependencies.
6245 * d10v-tdep.c: Include "frame-base.h".
6246 (d10v_frame_unwind): Make constant.
6247 (d10v_frame_base_address): New function.
6248 (d10v_frame_base): New variable.
6249 (d10v_gdbarch_init): Set frame_base default.
6250 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6251 comment for base.
6252 (d10v_frame_unwind_cache): Set and use "prev_sp".
6253 (d10v_frame_this_id): Use the previous frame's inner most stack
6254 address and this frame's func address for the frame ID. Use
6255 frame_id_build. Don't analyze beyond the current instruction.
6256
6257 2003-04-01 Andrew Cagney <cagney@redhat.com>
6258
6259 * frame.h (get_frame_locals_address, get_frame_args_address):
6260 Refer to the base address, instead of the address of the first
6261 local or parameter.
6262
6263 2003-04-01 Andrew Cagney <cagney@redhat.com>
6264
6265 Add frame debug info addresses:
6266 * frame-base.c: New file.
6267 * frame-base.h: New file.
6268 * frame.h (struct frame_base): Add opaque declaration.
6269 (get_frame_base): Update comment.
6270 (get_frame_base_address): Declare.
6271 (get_frame_locals_address): Declare.
6272 (get_frame_args_address): Declare.
6273 (struct frame_info): Add "base" and "base_cache". Update
6274 comments on the unwinder.
6275 * frame.c: Include "frame-base.h".
6276 (get_frame_locals_address): New function.
6277 (get_frame_base_address): New function.
6278 (get_frame_args_address): New function.
6279 * findvar.c (read_var_value): Use get_frame_locals_address and
6280 get_frame_args_address.
6281 * stack.c (frame_info): Use get_frame_locals_address and
6282 get_frame_args_address.
6283 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6284 moved to "frame-base.c".
6285 * printcmd.c (print_frame_nameless_args): Ditto.
6286 * symtab.h (address_class): Update comments.
6287 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6288 get_frame_base_address.
6289 * dwarf2expr.c (execute_stack_op): Ditto.
6290 * Makefile.in (frame_base_h): Define.
6291 (frame.o): Update dependencies.
6292 (frame-base.o): Add dependencies.
6293 (SFILES): Add frame-base.c.
6294 (COMMON_OBS): Add frame-base.o.
6295
6296 2003-04-01 Andrew Cagney <cagney@redhat.com>
6297
6298 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6299 CALL_DUMMY_LENGTH): Ditto.
6300 * gdbarch.c: Re-generate.
6301 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6302 (CALL_DUMMY_LENGTH): Delete macro.
6303 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6304 * arm-tdep.c (arm_gdbarch_init): Ditto.
6305 * avr-tdep.c (avr_gdbarch_init): Ditto.
6306 * cris-tdep.c (cris_gdbarch_init): Ditto.
6307 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6308 * frv-tdep.c (frv_gdbarch_init): Ditto.
6309 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6310 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6311 * i386-tdep.c (i386_gdbarch_init): Ditto.
6312 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6313 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6314 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6315 * mips-tdep.c (mips_gdbarch_init): Ditto.
6316 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6317 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6318 * s390-tdep.c (s390_gdbarch_init): Ditto.
6319 * sh-tdep.c (sh_gdbarch_init): Ditto.
6320 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6321 * v850-tdep.c (v850_gdbarch_init): Ditto.
6322 * vax-tdep.c (vax_gdbarch_init): Ditto.
6323 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6324
6325 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6326
6327 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6328
6329 2003-04-01 Andrew Cagney <cagney@redhat.com>
6330
6331 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6332 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6333 * gdbarch.h, gdbarch.c: Re-generate.
6334 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6335 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6336 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6337 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6338 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6339 * infcmd.c (run_stack_dummy): Simplify assuming
6340 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6341 * infrun.c (handle_inferior_event): Ditto.
6342 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6343 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6344 * arm-tdep.c (arm_gdbarch_init): Ditto.
6345 * avr-tdep.c (avr_gdbarch_init): Ditto.
6346 * cris-tdep.c (cris_gdbarch_init): Ditto.
6347 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6348 * frv-tdep.c (frv_gdbarch_init): Ditto.
6349 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6350 * i386-tdep.c (i386_gdbarch_init): Ditto.
6351 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6352 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6353 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6354 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6355 * mips-tdep.c (mips_gdbarch_init): Ditto.
6356 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6357 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6358 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6359 * s390-tdep.c (s390_gdbarch_init): Ditto.
6360 * sh-tdep.c (sh_gdbarch_init): Ditto.
6361 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6362 * v850-tdep.c (v850_gdbarch_init): Ditto.
6363 * vax-tdep.c (vax_gdbarch_init): Ditto.
6364 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6365
6366 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6367
6368 * symfile.c (symfile_relocate_debug_section): Update call to
6369 bfd_simple_get_relocated_section_contents.
6370
6371 2003-03-31 Andrew Cagney <cagney@redhat.com>
6372
6373 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6374 * gdbarch.h, gdbarch.c: Regenerate.
6375 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6376 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6377 available.
6378 * frame.h (generic_fix_call_dummy): Delete declaration.
6379 * dummy-frame.h: Update comment.
6380 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6381 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6382 fix_call_dummy.
6383 * sh-tdep.c (sh_gdbarch_init): Ditto.
6384 * s390-tdep.c (s390_gdbarch_init): Ditto.
6385 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6386 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6388 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6389 * i386-tdep.c (i386_gdbarch_init): Ditto.
6390 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6391 * frv-tdep.c (frv_gdbarch_init): Ditto.
6392 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6393 * cris-tdep.c (cris_gdbarch_init): Ditto.
6394 * avr-tdep.c (avr_gdbarch_init): Ditto.
6395 * arm-tdep.c (arm_gdbarch_init): Ditto.
6396
6397 2003-03-31 J. Brobecker <brobecker@gnat.com>
6398
6399 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6400 (INIT_FRAME_AP): Likewise.
6401 (EXTRA_FRAME_INFO): Likewise.
6402
6403 2003-03-31 Andrew Cagney <cagney@redhat.com>
6404
6405 * gdbarch.sh: Include "symfile.h".
6406 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6407 * gdbarch.h, gdbarch.c: Re-generate.
6408 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6409 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6410 call_dummy_address, the default is at entry_point_address.
6411 * v850-tdep.c (v850_gdbarch_init): Ditto.
6412 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6413 * sh-tdep.c (sh_gdbarch_init): Ditto.
6414 * s390-tdep.c (s390_gdbarch_init): Ditto.
6415 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6416 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6417 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6418 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6419 * i386-tdep.c (i386_gdbarch_init): Ditto.
6420 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6421 * frv-tdep.c (frv_gdbarch_init): Ditto.
6422 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6423 * cris-tdep.c (cris_gdbarch_init): Ditto.
6424 * arm-tdep.c (arm_gdbarch_init): Ditto.
6425
6426 2003-03-31 Andrew Cagney <cagney@redhat.com>
6427
6428 * gdbarch.sh (CALL_DUMMY_P): Delete.
6429 * gdbarch.h, gdbarch.c: Re-generate.
6430 * inferior.h (CALL_DUMMY_P): Delete macro.
6431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6432 * vax-tdep.c (vax_gdbarch_init): Update.
6433 * v850-tdep.c (v850_gdbarch_init): Update.
6434 * sparc-tdep.c (sparc_gdbarch_init): Update.
6435 * sh-tdep.c (sh_gdbarch_init): Update.
6436 * s390-tdep.c (s390_gdbarch_init): Update.
6437 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6438 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6439 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6440 * mips-tdep.c (mips_gdbarch_init): Update.
6441 * mcore-tdep.c (mcore_gdbarch_init): Update.
6442 * m68k-tdep.c (m68k_gdbarch_init): Update.
6443 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6444 * ia64-tdep.c (ia64_gdbarch_init): Update.
6445 * i386-tdep.c (i386_gdbarch_init): Update.
6446 * h8300-tdep.c (h8300_gdbarch_init): Update.
6447 * frv-tdep.c (frv_gdbarch_init): Update.
6448 * d10v-tdep.c (d10v_gdbarch_init): Update.
6449 * cris-tdep.c (cris_gdbarch_init): Update.
6450 * breakpoint.c (deprecated_frame_in_dummy): Update.
6451 * avr-tdep.c (avr_gdbarch_init): Update.
6452 * alpha-tdep.c (alpha_gdbarch_init): Update.
6453 * arm-tdep.c (arm_gdbarch_init): Update.
6454 * dummy-frame.c (dummy_frame_this_id): Update comments.
6455 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6456 * frame.c (legacy_get_prev_frame): Ditto.
6457 * valops.c (call_function_by_hand): Delete function.
6458 (hand_function_call): Rename to call_function_by_hand
6459
6460 2003-03-30 Andrew Cagney <cagney@redhat.com>
6461
6462 2002-11-10 Klee Dienes <kdienes@apple.com>
6463 * value.h (struct value): Update comment.
6464
6465 2003-03-30 Andrew Cagney <cagney@redhat.com>
6466
6467 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6468 D10V_FP_REGNUM.
6469 (d10v_gdbarch_init): Do not set fp_regnum.
6470
6471 * frame.c (get_frame_base): Force ID initialization.
6472 (get_prev_frame): Move computation of the frame ID from here ...
6473 (get_frame_id): ... to here.
6474 (legacy_get_prev_frame): Mark the frame ID as valid.
6475 * frame.h (struct frame_info): Add field "id_p".
6476
6477 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6478
6479 * i386-tdep.c (i386_store_struct_return): Removed.
6480 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6481
6482 2003-03-30 Andrew Cagney <cagney@redhat.com>
6483
6484 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6485 * gdbarch.h, gdbarch.c: Regenerate.
6486 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6487 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6488 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6489 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6490 * i386-tdep.c (i386_gdbarch_init): Ditto.
6491 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6492 * cris-tdep.c (cris_gdbarch_init): Ditto.
6493 * vax-tdep.c (vax_gdbarch_init): Ditto.
6494 * s390-tdep.c (s390_gdbarch_init): Ditto.
6495 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6496 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6497 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6498 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6499 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6500 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6501 * sparc-tdep.c (sparc_gdbarch_init): Update.
6502 * sh-tdep.c (sh_gdbarch_init): Update.
6503 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6504 * mips-tdep.c (mips_gdbarch_init): Update.
6505 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6506 * ia64-tdep.c (ia64_gdbarch_init): Update.
6507 * frv-tdep.c (frv_gdbarch_init): Update.
6508 * avr-tdep.c (avr_gdbarch_init): Update.
6509 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6510 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6511 instead of when push_dummy_call is not available.
6512
6513 2003-03-30 Andrew Cagney <cagney@redhat.com>
6514
6515 * infttrace.c: Include "gdbthread.h".
6516 (parent_attach_all): Fix function signature.
6517 (call_ptrace): Update call.
6518 * Makefile.in (infttrace.o): Update dependencies.
6519
6520 2003-03-30 Andrew Cagney <cagney@redhat.com>
6521
6522 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6523 PUSH_RETURN_ADDRESS.
6524 * gdbarch.h, gdbarch.c: Regenerate.
6525 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6526 * x86-64-tdep.c (x86_64_init_abi): Update.
6527 * v850-tdep.c (v850_gdbarch_init): Update.
6528 * sparc-tdep.c (sparc_gdbarch_init): Update.
6529 * sh-tdep.c (sh_gdbarch_init): Update.
6530 * s390-tdep.c (s390_gdbarch_init): Update.
6531 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6532 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6533 * mips-tdep.c (mips_gdbarch_init): Update.
6534 * mcore-tdep.c (mcore_gdbarch_init): Update.
6535 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6536 * ia64-tdep.c (ia64_gdbarch_init): Update.
6537 * i386-tdep.c (i386_gdbarch_init): Update.
6538 * h8300-tdep.c (h8300_gdbarch_init): Update.
6539 * frv-tdep.c (frv_gdbarch_init): Update.
6540 * cris-tdep.c (cris_gdbarch_init): Update.
6541 * avr-tdep.c (avr_gdbarch_init): Update.
6542 * arm-tdep.c (arm_gdbarch_init): Update.
6543 * valops.c (hand_function_call): Update.
6544
6545 2003-03-29 Andrew Cagney <cagney@redhat.com>
6546
6547 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6548 sizeof_call_dummy_words.
6549 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6550 define.
6551 * gdbarch.h: Regenerate.
6552
6553 2003-03-29 Andrew Cagney <cagney@redhat.com>
6554
6555 * infttrace.h: New file.
6556 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6557 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6558 (hpread_read_doc_function_type): Detect an initialized type1.
6559 (hpread_quick_traverse): Initialize mod_name_string.
6560 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6561 (som_solib_get_solib_by_pc): Declare.
6562 (so_lib_thread_start_addr): Declare.
6563 (no_shared_libraries): Declare.
6564 * somread.c (init_import_symbols): Make static. Add forward
6565 declaration.
6566 * config/pa/nm-hppah.h: Include "infttrace.h" for
6567 parent_attach_all.
6568 (hppa_insert_hw_watchpoint): Declare.
6569 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6570 * hppah-nat.c: Include "gdb_string.h".
6571 (parent_attach_all): Delete extern declaration, moved to
6572 "infttrace.h".
6573 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6574 int.
6575 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6576 * Makefile.in (infttrace_h): Define.
6577 (hpread.o): Update dependencies.
6578 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6579 * hppa-hpux-tdep.c: Include "gdb_string.h".
6580 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6581 * infrun.c (handle_inferior_event): Always initialize
6582 stepped_after_stopped_by_watchpoint. Add default and remove
6583 fallthrough in switch statement.
6584 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6585 parameter to int.
6586 (hppa_remove_hw_watchpoint): Ditto.
6587
6588 2003-03-29 Andrew Cagney <cagney@redhat.com>
6589
6590 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6591 offset.
6592
6593 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6594
6595 * arm-tdep.c (arm_push_arguments): Delete.
6596 (struct stack_item): New type.
6597 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6598 (arm_store_struct_return): Delte.
6599 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6600 arm_push_arguments or arm_store_struct_return.
6601
6602 2003-03-28 Andrew Cagney <cagney@redhat.com>
6603
6604 * Makefile.in (d10v-tdep.o): Update dependencies.
6605 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6606 * d10v-tdep.c: Include "remote.h".
6607 (target_resume_hook): Delete extern declaration.
6608 (target_wait_loop_hook): Ditto.
6609 (tdisassemble_command): Eliminate assignment in "if" conditional.
6610 (d10v_ts2_register_sim_regno): Eliminate call to
6611 legacy_register_sim_regno.
6612 (d10v_ts3_register_sim_regno): Ditto.
6613
6614 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6615
6616 * thread.c: Reindented.
6617 * lin-lwp.c: Ditto.
6618 * linux-proc.c: Ditto.
6619
6620 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6621
6622 * MAINTAINERS (write after approval): Add myself.
6623
6624 2003-03-27 Theodore A. Roth <troth@openavr.org>
6625
6626 * objc-exp.y: Add missing semi-colons.
6627
6628 2003-03-27 Andrew Cagney <cagney@redhat.com>
6629
6630 * regcache.c (write_sp): Delete function and references.
6631 * inferior.h (write_sp): Delete declaration.
6632 * valops.c (hand_function_call): Replace write_sp with
6633 TARGET_WRITE_SP.
6634 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6635 (sparc_pop_frame): Ditto.
6636
6637 2003-03-27 Andrew Cagney <cagney@redhat.com>
6638
6639 * NEWS: Mention removal of support for hppa*-*-bsd* and
6640 hppa*-*-osf* natives, and hppa*-*-pro* target.
6641 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6642 * config/pa/xm-pa.h: Obsolete file.
6643 * config/pa/xm-hppab.h: Obsolete file.
6644 * config/pa/nm-hppab.h: Obsolete file.
6645 * config/pa/tm-hppab.h: Obsolete file.
6646 * config/pa/tm-hppao.h: Obsolete file.
6647 * config/pa/nm-hppao.h: Obsolete file.
6648 * config/pa/tm-pro.h: Obsolete file.
6649 * config/pa/hppaosf.mt: Obsolete file.
6650 * config/pa/hppaosf.mh: Obsolete file.
6651 * config/pa/hppapro.mt: Obsolete file.
6652 * config/pa/hppabsd.mt: Obsolete file.
6653 * config/pa/hppabsd.mh: Obsolete file.
6654 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6655 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6656 hppa*-*-osf*.
6657
6658 2003-03-27 Andrew Cagney <cagney@redhat.com>
6659
6660 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6661 push_arguments. Don't set push_return_address or write_sp.
6662 (d10v_push_dummy_call): Replace d10v_push_arguments.
6663 (d10v_push_return_address, d10v_write_sp): Delete function,
6664 handled by push_dummy_call.
6665
6666 2003-03-26 Andrew Cagney <cagney@redhat.com>
6667
6668 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6669 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6670 regcache and dummy_addr parameters.
6671 * gdbarch.h, gdbarch.c: Re-generate.
6672 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6673 available; assume it will handle stack alignment and return
6674 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6675 legacy_push_arguments.
6676 (legacy_push_arguments): Rename default_push_arguments.
6677 * value.h (legacy_push_arguments): Rename default_push_arguments.
6678 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6679 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6680 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6681 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6682 * config/i386/tm-symmetry.h: Update.
6683 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6684 * x86-64-tdep.c (x86_64_init_abi): Update.
6685 * v850-tdep.c (v850_gdbarch_init): Update.
6686 * sparc-tdep.c (sparc_gdbarch_init): Update.
6687 * sh-tdep.c (sh_gdbarch_init): Update.
6688 * s390-tdep.c (s390_gdbarch_init): Update.
6689 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6690 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6691 * mips-tdep.c (mips_gdbarch_init): Update.
6692 * mcore-tdep.c (mcore_gdbarch_init): Update.
6693 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6694 * ia64-tdep.c (ia64_gdbarch_init): Update.
6695 * i386-tdep.c (i386_gdbarch_init): Update.
6696 * hppa-tdep.c (hppa_gdbarch_init): Update.
6697 * h8300-tdep.c (h8300_gdbarch_init): Update.
6698 * frv-tdep.c (frv_gdbarch_init): Update.
6699 * d10v-tdep.c (d10v_gdbarch_init): Update.
6700 * cris-tdep.c (cris_gdbarch_init): Update.
6701 * avr-tdep.c (avr_gdbarch_init): Update.
6702 * arm-tdep.c (arm_gdbarch_init): Update.
6703 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6704 * alpha-tdep.c (alpha_gdbarch_init): Update.
6705
6706 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6707
6708 * signals/signals.c (do_target_signal_to_host): Correct realtime
6709 signal range test.
6710
6711 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6714 (struct sal_chain, map_catch_names): Remove.
6715 (catch_exception_command_1): Don't call
6716 handle_gnu_4_16_catch_command.
6717
6718 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6719
6720 From Mark Dettinger <dettinge@de.ibm.com>:
6721 * dwarf2cfi.c (read_2u): Increment pointer by two.
6722
6723 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6724
6725 * signals/signals.c: Fix typos in last change.
6726
6727 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6728
6729 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6730 not already defined. Use __SIGRTMIN if available.
6731 (target_signal_from_host): Remove SIGRTMIN block.
6732 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6733 the signal is within the realtime range.
6734
6735 2003-03-25 Adam Fedor <fedor@gnu.org>
6736
6737 * Makefile.in (infrun.o): Add $(language_h)
6738 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6739 for language specific trampolines.
6740 * language.h (struct language_defn): Add skip_trampoline.
6741 (skip_language_trampoline): Declare.
6742 * language.c (unk_lang_trampoline, skip_language_trampoline):
6743 New functions.
6744 (unknown_language_defn, auto_language_defn, local_language_defn):
6745 Add ukn_lang_trampoline.
6746 * ada-lang.c (ada_language_defn): Add NULL for language
6747 specific skip_trampoline.
6748 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6749 scm-lang.c: Likewise.
6750 * objc-lang.c (objc_skip_trampoline): New function.
6751 (objc_language_defn): Add objc_skip_trampoline.
6752
6753 2003-03-25 Andrew Cagney <cagney@redhat.com>
6754
6755 * frame.c (get_prev_frame): Delay validating a frame's ID -
6756 non-NULL, didn't go backwards - until an attempt to unwind it to
6757 the previous frame.
6758
6759 2003-03-25 Andrew Cagney <cagney@redhat.com>
6760
6761 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6762 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6763 * gdbarch.h, gdbarch.c: Re-generate.
6764 * config/sparc/tm-sparc.h
6765 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6766 * sparc-tdep.c (sparc_gdbarch_init): Set
6767 deprecated_extra_stack_alignment_needed.
6768 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6769 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6770 extra_stack_alignment_needed.
6771 * v850-tdep.c (v850_gdbarch_init): Ditto.
6772 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6773 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6774 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6775 * cris-tdep.c (cris_gdbarch_init): Ditto.
6776 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6777 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6778
6779 2003-03-25 Andrew Cagney <cagney@redhat.com>
6780
6781 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6782 STORE_STRUCT_RETURN.
6783 * gdbarch.h, gdbarch.c: Regenerate.
6784 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6785 (d10v_push_arguments): Set the struct return register.
6786 (d10v_gdbarch_init): Update.
6787 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6788 * x86-64-tdep.c (x86_64_init_abi): Update.
6789 * vax-tdep.c (vax_gdbarch_init): Update.
6790 * v850-tdep.c (v850_gdbarch_init): Update.
6791 * sparc-tdep.c (sparc_gdbarch_init): Update.
6792 * sh-tdep.c (sh_gdbarch_init): Update.
6793 * s390-tdep.c (s390_gdbarch_init): Update.
6794 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6795 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6796 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6797 * mips-tdep.c (mips_gdbarch_init): Update.
6798 * mcore-tdep.c (mcore_gdbarch_init): Update.
6799 * m68k-tdep.c (m68k_gdbarch_init): Update.
6800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6801 * ia64-tdep.c (ia64_gdbarch_init): Update.
6802 * i386-tdep.c (i386_gdbarch_init): Update.
6803 * hppa-tdep.c (hppa_gdbarch_init): Update.
6804 * h8300-tdep.c (h8300_gdbarch_init): Update.
6805 * frv-tdep.c (frv_gdbarch_init): Update.
6806 * cris-tdep.c (cris_gdbarch_init): Update.
6807 * avr-tdep.c (avr_gdbarch_init): Update.
6808 * arm-tdep.c (arm_gdbarch_init): Update.
6809 * alpha-tdep.c (alpha_gdbarch_init): Update.
6810
6811 2003-03-25 Andrew Cagney <cagney@redhat.com>
6812
6813 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6814 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6815 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6816 * gdbarch.h, gdbarch.c: Regenerate.
6817 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6818 call_dummy_stack_adjust_p.
6819 * vax-tdep.c (vax_gdbarch_init): Ditto.
6820 * v850-tdep.c (v850_gdbarch_init): Ditto.
6821 * sh-tdep.c (sh_gdbarch_init): Ditto.
6822 * s390-tdep.c (s390_gdbarch_init): Ditto.
6823 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6824 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6825 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6826 * mips-tdep.c (mips_gdbarch_init): Ditto.
6827 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6828 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6829 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6830 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6831 * i386-tdep.c (i386_gdbarch_init): Ditto.
6832 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6833 * frv-tdep.c (frv_gdbarch_init): Ditto.
6834 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6835 * cris-tdep.c (cris_gdbarch_init): Ditto.
6836 * avr-tdep.c (avr_gdbarch_init): Ditto.
6837 * arm-tdep.c (arm_gdbarch_init): Ditto.
6838 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6839 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6840 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6841 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6842 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6843 call_dummy_stack_adjust_p.
6844 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6845 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6846 * sparc-tdep.c (sparc32_push_arguments): Update.
6847 * valops.c (hand_function_call): Update.
6848
6849 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
6850
6851 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6852 set_gdbarch_char_signed.
6853
6854 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6855
6856 PR cli/548
6857 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6858
6859 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6860
6861 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6862 (_initialize_arm_tdep): Don't set tm_print_insn.
6863
6864 2003-03-24 Adam Fedor <fedor@gnu.org>
6865
6866 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6867 * objc-lang.h: Add multiple inclusion protection.
6868 (start_msglist, add_msglist, end_msglist): Additional declarations.
6869
6870 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
6871
6872 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6873 value was renamed to ARM_FLOAT_SOFT_FPA.
6874
6875 2003-03-23 Andrew Cagney <cagney@redhat.com>
6876
6877 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6878 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6879 * gdbarch.h, gdbarch.c: Regenerate.
6880 * valops.c (hand_function_call): Update.
6881 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6882 * frame.c (legacy_saved_regs_this_id): Update.
6883 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6884 * dummy-frame.h: Update.
6885 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6886 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6887 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6888 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6889 * config/m68k/tm-sun3.h: Update.
6890 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6891 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6892 * x86-64-tdep.c (x86_64_init_abi): Update.
6893 * vax-tdep.c (vax_gdbarch_init): Update.
6894 * v850-tdep.c (v850_gdbarch_init): Update.
6895 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6896 * sh-tdep.c (sh_gdbarch_init): Update.
6897 * s390-tdep.c (s390_gdbarch_init): Update.
6898 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6899 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6900 (frame_get_saved_regs): Update.
6901 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6902 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6903 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6904 * mips-tdep.c (mips_gdbarch_init): Update.
6905 * mcore-tdep.c (mcore_gdbarch_init): Update.
6906 * m68k-tdep.c (m68k_gdbarch_init): Update.
6907 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6908 * ia64-tdep.c (ia64_gdbarch_init): Update.
6909 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6910 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6911 (i386_interix_back_one_frame): Update.
6912 * hppa-tdep.c (hppa_gdbarch_init): Update.
6913 (hppa_init_extra_frame_info): Update.
6914 * h8300-tdep.c (h8300_gdbarch_init): Update.
6915 * frv-tdep.c (frv_gdbarch_init): Update.
6916 * cris-tdep.c (cris_gdbarch_init): Update.
6917 * avr-tdep.c (avr_gdbarch_init): Update.
6918 * arm-tdep.c (arm_gdbarch_init): Update.
6919 * alpha-tdep.c (alpha_gdbarch_init): Update.
6920
6921 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6922
6923 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6924 (arm_get_fp_model): Declare.
6925 * arm-tdep.c (fp_model_strings): New string array.
6926 (arm_fp_model, current_fp_model): New variables.
6927 (arm_get_fp_model): New function.
6928 (arm_set_fp): New function.
6929 (set_fp_model_sfunc): New function.
6930 (show_fp_model): New function.
6931 (_initialize_arm_tdep): Add new command to set/show the FPU.
6932 (arm_extract_return_value): Use arm_get_fp_model.
6933 (arm_store_return_value): Likewise.
6934 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6935 to initialize the floating-point data types.
6936 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6937 model is FPA.
6938
6939 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6940
6941 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6942 the current setting of each value.
6943 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
6944 new_set and new_show. Use add_setshow_cmd_full and
6945 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6946 commands and add new version as subcommands of "set/show arm".
6947
6948 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6949
6950 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6951 (set_arm_command, show_arm_command): New functions.
6952 (_initialize_arm_tdep): Add them.
6953 (num_disassembly_options): Renamed from num_flavor_options.
6954 (valid_disassembly_styles): Renamed from valid_flavors.
6955 (disassembly_style): Renamed from disassembly_flavor.
6956 (set_disassembly_style_sfunc): Renamed from
6957 set_disassembly_flavor_sfunc.
6958 (set_disassembly_style): Renamed from set_disassembly_flavor.
6959 (arm_othernames): Updated.
6960 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6961 command. Add "set/show arm disassembly" commands. Deprecate
6962 "othernames" command.
6963
6964 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6965
6966 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6967 (arm-tdep.o): Depend on elf_arm_h.
6968
6969 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6970
6971 * Makefile.in (coff_internal_h): Define.
6972 (arm-tdep.o): Update dependencies.
6973
6974 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6975
6976 * arm-tdep.c (prologue_cache): Delete.
6977 (check_prologue_cache, save_prologue_cache): Delete.
6978 (arm_scan_prologue): Don't check or update the prologue_cache.
6979 (arm_gdb_arch_init): Don't initialize it.
6980 (_initialize_arm_tdep): Likewise.
6981
6982 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6983
6984 * MAINTAINERS (tui): Maintainer of tui code.
6985
6986 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
6987
6988 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6989 (i386-cygwin-tdep.o): Add dependencies.
6990 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6991 * i386-cygwin-tdep.c: New file.
6992 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6993 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6994
6995 2003-03-20 Andrew Cagney <cagney@redhat.com>
6996
6997 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6998 (handle_inferior_event): Remove code calling
6999 DYNAMIC_TRAMPOLINE_NEXTPC.
7000
7001 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7002 already has a full path.
7003
7004 * main.c (gdb_main): Return 1.
7005 (captured_main): Call error to report an invalid interpreter.
7006
7007 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7008 * alpha-osf1-tdep.c: Include "gdb_string.h".
7009
7010 2003-03-19 J. Brobecker <brobecker@gnat.com>
7011
7012 Continuing work to convert the hppa targets to multiarch partial.
7013
7014 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7015 method, now that hppa_push_dummy_frame has a conformant prototype.
7016 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7017 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7018 for the switch to multiarch partial.
7019
7020 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7021
7022 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7023 when iss is issNull.
7024
7025 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7026
7027 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7028 NUM_REGS bounds check.
7029
7030 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7031
7032 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7033 * mips-tdep.c (gdb_assert.h): Include.
7034 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7035 (mips_register_name): Handle integer registers explicitly. Add
7036 bounds checking.
7037 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7038 (mips_lsi33k_reg_names): Don't list integer registers; they're
7039 handled by mips_register_name() now.
7040 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7041 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7042 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7043 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7044 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7045
7046 2003-03-18 Andrew Cagney <cagney@redhat.com>
7047
7048 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7049 a void pointer.
7050 * gdbtypes.h (print_scalar_formatted): Update declaration.
7051 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7052
7053 2003-03-18 J. Brobecker <brobecker@gnat.com>
7054
7055 * infrun.c (observer.h): Add #include.
7056 (normal_stop): Add call to observer_notify_normal_stop.
7057 * Makefile.in (infrun.o): Add dependency on observer.h.
7058
7059 2003-03-18 J. Brobecker <brobecker@gnat.com>
7060
7061 Continuing work to convert the hppa targets to multiarch partial.
7062 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7063 parameter. Reformat comment.
7064 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7065 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7066 to match new profile.
7067
7068 2003-03-18 J. Brobecker <brobecker@gnat.com>
7069
7070 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7071 appear to be working in any case.
7072
7073 2003-03-18 J. Brobecker <brobecker@gnat.com>
7074
7075 * observer.c (observer_test_first_observer): New static variable.
7076 (observer_test_second_observer): Likewise.
7077 (observer_test_third_observer): Likewise.
7078 (observer_test_first_notification_function): New static function.
7079 (observer_test_second_notification_function): Likewise.
7080 (observer_test_third_notification_function): Likewise.
7081
7082 2003-03-17 J. Brobecker <brobecker@gnat.com>
7083
7084 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7085 * somsolib.c (gdb_assert.h): Likewise.
7086 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7087 (somsolib.o): Likewise.
7088
7089 2003-03-17 Andrew Cagney <cagney@redhat.com>
7090
7091 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7092 BFD. Simplify setting of di.endian.
7093
7094 2003-03-17 Andrew Cagney <cagney@redhat.com>
7095
7096 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7097 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7098
7099 From Elena Zannoni <ezannoni@redhat.com>
7100 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7101 vector and floating-point parameters.
7102 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7103 convention.
7104 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7105
7106 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7107
7108 * MAINTAINERS: Remove my name from several maintainership roles.
7109
7110 2003-03-17 Andrew Cagney <cagney@redhat.com>
7111
7112 Fix frame off-by-one bug.
7113 * frame-unwind.h (frame_this_id_ftype): Replace
7114 frame_unwind_id_ftype.
7115 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7116 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7117 with "prev_register".
7118 * frame-unwind.c (frame_unwind_find_by_pc): Return
7119 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7120 comment.
7121 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7122 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7123 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7124 (dummy_frame_unwind): Update.
7125 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7126 sentinel_frame_register_unwind.
7127 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7128 (sentinel_frame_unwinder): Update.
7129 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7130 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7131 * frame.c (create_sentinel_frame): Update. Initialize
7132 "prologue_cache" instead of "unwind_cache".
7133 (frame_register_unwind): Call this frame's prev_register with the
7134 next frame and this frame's prologue cache.
7135 (get_prev_frame): Simplify. Always call prev frame's this_id with
7136 this frame and prev frame's prologue cache. Document that this
7137 call is shifted one to the left when compared to the
7138 frame_register_unwind call.
7139 (legacy_saved_regs_prev_register): Replace
7140 frame_saved_regs_register_unwind.
7141 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7142 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7143 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7144 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7145 (d10v_frame_unwind): Update.
7146 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7147 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7148 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7149 "saved_regs" with "this_saved_regs".
7150
7151 2003-03-16 Andrew Cagney <cagney@redhat.com>
7152
7153 * frame.c (frame_pop): Don't call target_store_registers. Fix
7154 problem reported by Mark Kettenis.
7155
7156 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7157
7158 * i386-tdep.c (i386_register_type): Renamed from
7159 i386_register_virtual_type. Adjust function signature.
7160 (i386_gdbarch_init): Set register_type instead of
7161 deprecated_max_register_raw_size,
7162 deprecated_max_register_virtual_size and register_virtual_type.
7163
7164 2003-03-14 Andrew Cagney <cagney@redhat.com>
7165
7166 * frame.c (get_prev_frame): When a legacy frame, always call
7167 legacy_get_prev_frame. Simplify unwind code using assumption that
7168 the unwinder is new.
7169 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7170 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7171 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7172
7173 2003-03-14 Andrew Cagney <cagney@redhat.com>
7174
7175 * frame.c (get_saved_register): Delete function.
7176 * frame.h (get_saved_register): Delete declaration.
7177 * xstormy16-tdep.c: Update comment.
7178 * regcache.h: Update comments.
7179 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7180 get_saved_register and extract_address, use
7181 frame_read_unsigned_register.
7182 (sparc_frame_saved_pc): Ditto.
7183 (sparc_get_saved_register): Instead of get_saved_register, use
7184 frame_register.
7185 (sparc_pop_frame): Ditto.
7186 * findvar.c: Update comments.
7187 (value_of_register): Call frame_register instead of
7188 get_saved_register.
7189 (value_from_register): Ditto.
7190 * config/sparc/tm-sparc.h: Update comment.
7191 * breakpoint.c: Update comment.
7192
7193 2003-03-14 Andrew Cagney <cagney@redhat.com>
7194
7195 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7196 GET_SAVED_REGISTER.
7197 * gdbarch.h, gdbarch.c: Re-generate.
7198 * frame.h: Update comments.
7199 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7200 * x86-64-tdep.c (x86_64_init_abi): Update.
7201 * sparc-tdep.c (sparc_gdbarch_init): Update.
7202 * sh-tdep.c (sh_gdbarch_init): Update.
7203 * mips-tdep.c (mips_gdbarch_init): Update.
7204 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7205 * cris-tdep.c (cris_gdbarch_init): Update.
7206 * ia64-tdep.c (ia64_gdbarch_init): Update.
7207 * frame.c (frame_register): Update.
7208 (get_saved_register): Update.
7209 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7210
7211 2003-03-13 Andrew Cagney <cagney@redhat.com>
7212
7213 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7214 * gdbarch.h, gdbarch.c: Regenerate.
7215 * valops.c (hand_function_call): Update comment.
7216 * stack.c (return_command): Update comment.
7217 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7218 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7219 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7220 * x86-64-tdep.c (x86_64_init_abi): Update.
7221 * vax-tdep.c (vax_gdbarch_init): Update.
7222 * v850-tdep.c (v850_gdbarch_init): Update.
7223 * sparc-tdep.c (sparc_gdbarch_init): Update.
7224 * sh-tdep.c (sh_gdbarch_init): Update.
7225 * s390-tdep.c (s390_gdbarch_init): Update.
7226 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7227 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7228 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7229 * mips-tdep.c (mips_gdbarch_init): Update.
7230 * mcore-tdep.c (mcore_gdbarch_init): Update.
7231 * m68k-tdep.c (m68k_gdbarch_init): Update.
7232 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7233 * ia64-tdep.c (ia64_gdbarch_init): Update.
7234 * i386-tdep.c (i386_gdbarch_init): Update.
7235 * hppa-tdep.c (hppa_gdbarch_init): Update.
7236 * h8300-tdep.c (h8300_gdbarch_init): Update.
7237 * frv-tdep.c (frv_gdbarch_init): Update.
7238 * cris-tdep.c (cris_gdbarch_init): Update.
7239 * avr-tdep.c (avr_gdbarch_init): Update.
7240 * arm-tdep.c (arm_gdbarch_init): Update.
7241 * alpha-tdep.c (alpha_gdbarch_init): Update.
7242
7243 2003-03-13 Andrew Cagney <cagney@redhat.com>
7244
7245 * frame.c (legacy_frame_p): New function.
7246 (get_prev_frame): Use legacy_frame_p.
7247 * frame.h (legacy_frame_p): Declare.
7248
7249 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7250
7251 * MAINTAINERS (write after approval): Alphabetically
7252 listing corrected.
7253
7254 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7255
7256 * MAINTAINERS (write after approval): Add myself.
7257
7258 2003-03-12 Andrew Cagney <cagney@redhat.com>
7259
7260 * frame.c (get_prev_frame): Rename the frame parameter to
7261 "this_frame".
7262 (get_next_frame, legacy_get_prev_frame): Ditto.
7263
7264 2003-03-12 Andrew Cagney <cagney@redhat.com>
7265
7266 * frame.c (get_current_frame): Check target_has_registers before
7267 checking target_has_stack.
7268 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7269 instead of deprecated_selected_frame.
7270 * findvar.c (value_of_register): Pass "frame", not
7271 deprecated_selected_frame, to value_of_builtin_reg.
7272
7273 2003-03-12 Andrew Cagney <cagney@redhat.com>
7274
7275 * regcache.c (regcache_cooked_write_signed): New function.
7276 (regcache_cooked_write_unsigned): New function.
7277 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7278 (regcache_cooked_read_signed): Fix regnum in range assertion.
7279 * regcache.h (regcache_cooked_write_signed): Declare.
7280 (regcache_cooked_write_unsigned): Declare.
7281
7282 2003-03-12 Andrew Cagney <cagney@redhat.com>
7283
7284 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7285 * gdbarch.h, gdbarch.c: Re-generate.
7286 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7287 * x86-64-tdep.h: Update.
7288 * x86-64-tdep.c (x86_64_init_abi): Update.
7289 * v850-tdep.c (v850_gdbarch_init): Update.
7290 * sparc-tdep.c (sparc_gdbarch_init): Update.
7291 * sh-tdep.c (sh_gdbarch_init): Update.
7292 * s390-tdep.c (s390_gdbarch_init): Update.
7293 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7294 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7295 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7296 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7297 * mips-tdep.c (mips_gdbarch_init): Update.
7298 * mcore-tdep.c (mcore_gdbarch_init): Update.
7299 * m68k-tdep.c (m68k_gdbarch_init): Update.
7300 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7301 * ia64-tdep.c (ia64_gdbarch_init): Update.
7302 * i386-tdep.c (i386_gdbarch_init): Update.
7303 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7304 * hppa-tdep.c (hppa_gdbarch_init): Update.
7305 * h8300-tdep.c (h8300_gdbarch_init): Update.
7306 * frv-tdep.c (frv_gdbarch_init): Update.
7307 * cris-tdep.c (cris_gdbarch_init): Update.
7308 * avr-tdep.c (avr_gdbarch_init): Update.
7309 * arm-tdep.c (arm_gdbarch_init): Update.
7310 * alpha-tdep.c (alpha_gdbarch_init): Update.
7311 * sh-tdep.c (sh_init_extra_frame_info): Update.
7312 (sh64_init_extra_frame_info): Update.
7313 * ns32knbsd-nat.c (frame_num_args): Update.
7314 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7315 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7316 (xstormy16_frame_chain_valid): Update.
7317 * vax-tdep.c (vax_saved_pc_after_call): Update.
7318 * v850-tdep.c (v850_frame_chain): Update.
7319 (v850_pop_frame): Update.
7320 (v850_init_extra_frame_info): Update.
7321 * sparc-tdep.c (setup_arbitrary_frame): Update.
7322 * ns32k-tdep.c (umax_frame_num_args): Update.
7323 * s390-tdep.c (s390_pop_frame_regular): Update.
7324 * mn10300-tdep.c (mn10300_frame_chain): Update.
7325 (mn10300_pop_frame_regular): Update.
7326 (mn10300_init_extra_frame_info): Update.
7327 * mips-tdep.c (mips_init_frame_pc_first): Update.
7328 (mips_frame_chain): Update.
7329 (mips_pop_frame): Update.
7330 * mcore-tdep.c (mcore_frame_chain): Update.
7331 (mcore_pop_frame): Update.
7332 (mcore_init_extra_frame_info): Update.
7333 * arch-utils.c (init_frame_pc_default): Update.
7334 * m68k-tdep.c (isi_frame_num_args): Update.
7335 (delta68_frame_num_args): Update.
7336 (news_frame_num_args): Update.
7337 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7338 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7339 (alpha_frame_chain): Update.
7340 (alpha_pop_frame): Update.
7341 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7342 (hppa_init_extra_frame_info): Update.
7343 (hppa_frame_chain): Update.
7344 (hppa_frame_chain_valid): Update.
7345 * cris-tdep.c (cris_init_extra_frame_info): Update.
7346 * avr-tdep.c (avr_init_extra_frame_info): Update.
7347 * arm-tdep.c (arm_frame_chain_valid): Update.
7348 (arm_init_extra_frame_info): Update.
7349 (arm_pop_frame): Update.
7350 * frame.c (frame_pc_unwind): Update.
7351 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7352 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7353 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7354 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7355 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7356 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7357
7358 2003-03-12 Andrew Cagney <cagney@redhat.com>
7359
7360 Eliminate the need for POP_FRAME.
7361 * frame.c (do_frame_unwind_register): New function.
7362 (frame_pop): When no POP_FRAME, pop the frame using register
7363 unwind and a scratch regcache.
7364 (frame_saved_regs_pop): Delete function.
7365 (trad_frame_unwinder): Update.
7366 * d10v-tdep.c (d10v_frame_pop): Delete function.
7367 (d10v_frame_unwind): Update.
7368 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7369 (sentinel_frame_unwinder): Update.
7370 * dummy-frame.c (dummy_frame_pop): Delete function.
7371 (dummy_frame_unwind): Update.
7372 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7373 (struct frame_unwind): Update.
7374
7375 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7376
7377 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7378 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7379 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7380 Do range checks on register number obtained from debugging info.
7381 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7382 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7383 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7384 mapping function.
7385 (do_fp_register_row): Fix typo which caused double type to be
7386 used when attempting to unpack a float.
7387
7388 2003-03-11 J. Brobecker <brobecker@gnat.com>
7389
7390 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7391
7392 2003-03-11 Andrew Cagney <cagney@redhat.com>
7393
7394 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7395 frame. Problem found by Corinna Vinschen.
7396
7397 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7398
7399 * doublest.c (floatformat_from_length): Accept also
7400 the real size of 'long double' type.
7401
7402 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7403
7404 From Klee Dienes <kdienes@apple.com>:
7405 * breakpoint.c (bpstat_copy): Copy the command lines as well
7406 as the old value, to match what is freed in bpstat_clear.
7407
7408 2003-03-10 David Carlton <carlton@math.stanford.edu>
7409
7410 * minsyms.c (add_minsym_to_hash_table): Replace
7411 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7412 (compare_minimal_symbols, compact_minimal_symbols)
7413 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7414 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7415 of DEPRECATED_SYMBOL_MATCHES_NAME.
7416 (lookup_minimal_symbol_solib_trampoline): Ditto.
7417
7418 2003-03-10 Andrew Cagney <cagney@redhat.com>
7419
7420 * regcache.h (regcache_cooked_read_ftype): Define.
7421 (regcache_save, regcache_restore): Add a cooked_read parameter.
7422 * regcache.c (regcache_save, regcache_restore): Update.
7423 (do_cooked_read): New function.
7424 (regcache_cpy): Pass do_cooked_read to regcache_save and
7425 regcache_restore.
7426
7427 2003-03-10 Andrew Cagney <cagney@redhat.com>
7428
7429 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7430 * gdbarch.h, gdbarch.c: Re-generate.
7431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7432 * x86-64-tdep.h: Update.
7433 * x86-64-tdep.c (x86_64_init_abi): Update.
7434 * v850-tdep.c (v850_gdbarch_init): Update.
7435 * sparc-tdep.c (sparc_gdbarch_init): Update.
7436 * sh-tdep.c (sh_gdbarch_init): Update.
7437 * s390-tdep.c (s390_gdbarch_init): Update.
7438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7439 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7440 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7441 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7442 * mips-tdep.c (mips_gdbarch_init): Update.
7443 * mcore-tdep.c (mcore_gdbarch_init): Update.
7444 * m68k-tdep.c (m68k_gdbarch_init): Update.
7445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7446 * ia64-tdep.c (ia64_gdbarch_init): Update.
7447 * i386-tdep.c (i386_gdbarch_init): Update.
7448 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7449 * hppa-tdep.c (hppa_gdbarch_init): Update.
7450 * h8300-tdep.c (h8300_gdbarch_init): Update.
7451 * frv-tdep.c (frv_gdbarch_init): Update.
7452 * cris-tdep.c (cris_gdbarch_init): Update.
7453 * avr-tdep.c (avr_gdbarch_init): Update.
7454 * arm-tdep.c (arm_gdbarch_init): Update.
7455 * alpha-tdep.c (alpha_gdbarch_init): Update.
7456 * sh-tdep.c (sh_init_extra_frame_info): Update.
7457 (sh64_init_extra_frame_info): Update.
7458 * ns32knbsd-nat.c (frame_num_args): Update.
7459 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7460 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7461 (xstormy16_frame_chain_valid): Update.
7462 * vax-tdep.c (vax_saved_pc_after_call): Update.
7463 * v850-tdep.c (v850_frame_chain): Update.
7464 (v850_pop_frame): Update.
7465 (v850_init_extra_frame_info): Update.
7466 * sparc-tdep.c (setup_arbitrary_frame): Update.
7467 * ns32k-tdep.c (umax_frame_num_args): Update.
7468 * s390-tdep.c (s390_pop_frame_regular): Update.
7469 * mn10300-tdep.c (mn10300_frame_chain): Update.
7470 (mn10300_pop_frame_regular): Update.
7471 (mn10300_init_extra_frame_info): Update.
7472 * mips-tdep.c (mips_init_frame_pc_first): Update.
7473 (mips_frame_chain): Update.
7474 (mips_pop_frame): Update.
7475 * mcore-tdep.c (mcore_frame_chain): Update.
7476 (mcore_pop_frame): Update.
7477 (mcore_init_extra_frame_info): Update.
7478 * arch-utils.c (init_frame_pc_default): Update.
7479 * m68k-tdep.c (isi_frame_num_args): Update.
7480 (delta68_frame_num_args): Update.
7481 (news_frame_num_args): Update.
7482 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7483 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7484 (alpha_frame_chain): Update.
7485 (alpha_pop_frame): Update.
7486 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7487 (hppa_init_extra_frame_info): Update.
7488 (hppa_frame_chain): Update.
7489 (hppa_frame_chain_valid): Update.
7490 * cris-tdep.c (cris_init_extra_frame_info): Update.
7491 * avr-tdep.c (avr_init_extra_frame_info): Update.
7492 * arm-tdep.c (arm_frame_chain_valid): Update.
7493 (arm_init_extra_frame_info): Update.
7494 (arm_pop_frame): Update.
7495 * frame.c (frame_pc_unwind): Update.
7496 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7497 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7498 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7499 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7500 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7501 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7502
7503 2003-03-10 Andrew Cagney <cagney@redhat.com>
7504
7505 * gdbarch.sh (gdbarch_unwind_pc): New method.
7506 * gdbarch.h, gdbarch.c: Regenerate.
7507 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7508 but use read_pc and FRAME_SAVED_PC as fall backs.
7509 (frame_saved_regs_pc_unwind): Delete function.
7510 (trad_frame_unwinder): Update.
7511 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7512 (struct frame_unwind): Update.
7513 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7514 (dummy_frame_unwind): Update.
7515 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7516 (sentinel_frame_unwinder): Update.
7517 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7518 (d10v_frame_unwind): Update.
7519 (d10v_unwind_pc): New function.
7520 (d10v_gdbarch_init): Set unwind_pc.
7521
7522 2003-03-10 Andrew Cagney <cagney@redhat.com>
7523
7524 * gdbarch.h: Re-generate.
7525
7526 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7527 PC.
7528 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7529 the PC register.
7530
7531 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7532
7533 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7534
7535 2003-03-08 Andrew Cagney <cagney@redhat.com>
7536
7537 * cli-out.c: Update copyright.
7538 (cli_out_data): Define typedef. Use instead of ui_out_data.
7539
7540 2003-03-08 Andrew Cagney <cagney@redhat.com>
7541
7542 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7543 the result.
7544
7545 2003-03-07 Andrew Cagney <cagney@redhat.com>
7546
7547 * gdbarch.sh: Don't generate two macro definitions when an
7548 undefined macro taking no arguments.
7549 * gdbarch.h: Regenerate.
7550
7551 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7552
7553 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7554 (x86_64_unwind_dummy_id): New functions.
7555 (x86_64_init_abi): Register these two new functions.
7556
7557 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7558
7559 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7560 (x86_64_skip_prologue): Move prologue detection to
7561 separate function.
7562 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7563
7564 2003-03-05 Andrew Cagney <cagney@redhat.com>
7565
7566 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7567 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7568 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7569 to use unwind_dummy_id when a dummy frame.
7570 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7571 predicate.
7572 * gdbarch.h, gdbarch.c: Regneerate.
7573
7574 2003-03-05 Andrew Cagney <cagney@redhat.com>
7575
7576 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7577 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7578 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7579 values.
7580
7581 2003-03-05 Andrew Cagney <cagney@redhat.com>
7582
7583 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7584 (struct d10v_unwind_cache): Delete field "frameless". Replace
7585 "next_addr" with "sp_offset". Add "r11_offset".
7586 (d10v_frame_unwind_cache): Update.
7587 (prologue_find_regs): Update. When "mv r11, sp", save the
7588 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7589 RN was saved in r11_offset.
7590
7591 2003-03-05 Andrew Cagney <cagney@redhat.com>
7592
7593 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7594 cached PC value in the next frame.
7595
7596 2003-03-05 Andrew Cagney <cagney@redhat.com>
7597
7598 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7599 "id_unwind_cache" with "id".
7600 (frame_id_unwind): Delete declaration.
7601 * frame.c (frame_id_unwind): Delete function.
7602 (get_prev_frame): Call the frame id unwind method directly. Store
7603 the returned next frame's ID value in NEXT_FRAME. Note that there
7604 is a problem with the wrong unwind ID being called with the wrong
7605 unwind cache.
7606
7607 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7608
7609 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7610
7611 2003-03-05 James Ingham <jingham@apple.com>
7612 Daniel Jacobowitz <drow@mvista.com>
7613
7614 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7615 (auto_cp_abi): New variable.
7616 (current_cp_abi, num_cp_abis): Make static.
7617 (CP_ABI_MAX): Define.
7618 (cp_abis): Turn into an array.
7619 (value_virtual_fn_field): Fix formatting.
7620 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7621 takes a pointer.
7622 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7623 (list_cp_abis, _initialize_cp_abi): New functions.
7624 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7625 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7626 switch_to_cp_abi. Update prototype for register_cp_abi.
7627 * Makefile.in (cp-abi.o): Update dependencies.
7628 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7629 instead of switch_to_cp_abi.
7630 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7631 register_cp_abi.
7632 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7633 register_cp_abi.
7634 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7635
7636 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7637
7638 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7639 * dwarf2loc.c: Include "regcache.h".
7640 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7641 register_size.
7642 * Makefile.in (dwarf2loc.o): Update dependencies.
7643
7644 2003-03-04 Theodore A. Roth <troth@openavr.org>
7645
7646 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7647 number of io registers reported by remote target is not a multiple of
7648 step.
7649
7650 2003-03-04 David Carlton <carlton@math.stanford.edu>
7651
7652 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7653 (lookup_symbol_aux_psymtabs): Update call to
7654 lookup_partial_symbol.
7655 (lookup_transparent_type, find_main_psymtab)
7656 (make_symbol_overload_list): Ditto.
7657
7658 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7659
7660 * MAINTAINERS (Write after approval): Update my email address.
7661
7662 2003-03-03 Andrew Cagney <cagney@redhat.com>
7663
7664 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7665 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7666 predicate. Replace MAX_REGISTER_RAW_SIZE.
7667 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7668 MAX_REGISTER_VIRTUAL_SIZE.
7669 * regcache.c (legacy_max_register_raw_size): New function.
7670 (legacy_max_register_virtual_size): New function.
7671 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7672 (MAX_REGISTER_RAW_SIZE): Define.
7673 (legacy_max_register_raw_size): Declare.
7674 (legacy_max_register_virtual_size): Declare.
7675 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7676 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7677 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7678 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7679 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7680 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7681 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7682 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7683 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7685 * vax-tdep.c (vax_gdbarch_init): Update.
7686 * v850-tdep.c (v850_gdbarch_init): Update.
7687 * sparc-tdep.c (sparc_gdbarch_init): Update.
7688 * sh-tdep.c (sh_gdbarch_init): Update.
7689 * s390-tdep.c (s390_gdbarch_init): Update.
7690 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7691 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7692 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7693 * mips-tdep.c (mips_gdbarch_init): Update.
7694 * mcore-tdep.c (mcore_gdbarch_init): Update.
7695 * m68k-tdep.c (m68k_gdbarch_init): Update.
7696 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7697 * ia64-tdep.c (ia64_gdbarch_init): Update.
7698 * i386-tdep.c (i386_gdbarch_init): Update.
7699 * hppa-tdep.c (hppa_gdbarch_init): Update.
7700 * h8300-tdep.c (h8300_gdbarch_init): Update.
7701 * frv-tdep.c (frv_gdbarch_init): Update.
7702 * cris-tdep.c (cris_gdbarch_init): Update.
7703 * avr-tdep.c (avr_gdbarch_init): Update.
7704 * arm-tdep.c (arm_gdbarch_init): Update.
7705 * alpha-tdep.c (alpha_gdbarch_init): Update.
7706 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7707 max_register_raw_size or max_register_virtual_size.
7708
7709 2003-03-03 David Carlton <carlton@math.stanford.edu>
7710
7711 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7712 SYMBOL_MATCHES_NAME, add comment.
7713 (SYMBOL_MATCHES_NATURAL_NAME): New.
7714 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7715 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7716 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7717 * symtab.c (lookup_partial_symbol): Use
7718 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7719 unhelpful comment.
7720 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7721 SYMBOL_MATCHES_NAME.
7722 Fix for PR c++/33.
7723
7724 2003-03-03 David Carlton <carlton@math.stanford.edu>
7725
7726 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7727 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7728 by regexp matching against SYMBOL_NATURAL_NAME.
7729
7730 2003-03-03 David Carlton <carlton@math.stanford.edu>
7731
7732 * linespec.c (find_method): Extract code into collect_methods.
7733 (collect_methods): New.
7734
7735 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7736
7737 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7738 get_frame_base.
7739
7740 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7741 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7742
7743 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7744
7745 * arch-utils.c (generic_register_byte): Fix to use the loop index
7746 and not regnum when summing the size of all registers up to regnum.
7747
7748 2003-03-01 Andrew Cagney <cagney@redhat.com>
7749
7750 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7751 FRAME_INIT_SAVED_REGS.
7752 * gdbarch.h, gdbarch.c: Regenerate.
7753 * stack.c (frame_info): Update.
7754 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7755 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7756 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7757 * ns32k-tdep.c (ns32k_pop_frame): Update.
7758 * mips-tdep.c (mips_pop_frame): Update.
7759 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7760 * ia64-tdep.c (ia64_frame_chain): Update.
7761 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7762 (ia64_frameless_function_invocation): Update.
7763 (ia64_init_extra_frame_info): Update.
7764 (ia64_pop_frame_regular): Update.
7765 * frame.h (struct frame_info): Update comment.
7766 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7767 * frame.c (frame_saved_regs_register_unwind): Update.
7768 (frame_saved_regs_register_unwind): Update.
7769 (deprecated_generic_get_saved_register): Update.
7770 * cris-tdep.c: Update comment.
7771 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7772 Rename macro.
7773 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7774 * x86-64-tdep.c (x86_64_init_abi): Update.
7775 * vax-tdep.c (vax_gdbarch_init): Update.
7776 * v850-tdep.c (v850_gdbarch_init): Update.
7777 * sparc-tdep.c (sparc_gdbarch_init): Update.
7778 * sh-tdep.c (sh_gdbarch_init): Update.
7779 * s390-tdep.c (s390_gdbarch_init): Update.
7780 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7781 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7782 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7783 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7784 * mips-tdep.c (mips_gdbarch_init): Update.
7785 * mcore-tdep.c (mcore_gdbarch_init): Update.
7786 * m68k-tdep.c (m68k_gdbarch_init): Update.
7787 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7788 * ia64-tdep.c (ia64_gdbarch_init): Update.
7789 * i386-tdep.c (i386_gdbarch_init): Update.
7790 * frv-tdep.c (frv_gdbarch_init): Update.
7791 * avr-tdep.c (avr_gdbarch_init): Update.
7792 * arm-tdep.c (arm_gdbarch_init): Update.
7793 * alpha-tdep.c (alpha_gdbarch_init): Update.
7794
7795 2003-03-01 Andrew Cagney <cagney@redhat.com>
7796
7797 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7798 option enum and switch. When no windows, set the interpreter to
7799 INTERP_CONSOLE.
7800
7801 2003-03-01 Andrew Cagney <cagney@redhat.com>
7802
7803 * main.c (captured_main): Replace magic option characters with an
7804 enum.
7805
7806 2003-03-01 Andrew Cagney <cagney@redhat.com>
7807
7808 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7809 INIT_EXTRA_FRAME_INFO.
7810 * gdbarch.h, gdbarch.c: Regenerate.
7811 * arm-tdep.c: Update comments.
7812 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7813 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7814 * frame.h, avr-tdep.c: Ditto.
7815 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7816 (create_new_frame, legacy_get_prev_frame): Ditto.
7817 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7818 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7819 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7820 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7821 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7822 * v850-tdep.c (v850_gdbarch_init): Ditto.
7823 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7824 * sh-tdep.c (sh_gdbarch_init): Ditto.
7825 * s390-tdep.c (s390_gdbarch_init): Ditto.
7826 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7827 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7828 * mips-tdep.c (mips_gdbarch_init): Ditto.
7829 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7830 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7831 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7832 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7833 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7834 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7835 * frv-tdep.c (frv_gdbarch_init): Ditto.
7836 * cris-tdep.c (cris_gdbarch_init): Ditto.
7837 * avr-tdep.c (avr_gdbarch_init): Ditto.
7838 * arm-tdep.c (arm_gdbarch_init): Ditto.
7839 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7840 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7841
7842 2003-03-01 Andrew Cagney <cagney@redhat.com>
7843
7844 * gdbarch.sh (register_type): New function with predicate.
7845 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7846 * gdbarch.h, gdbarch.c: Re-generate.
7847 * arch-utils.c (generic_register_byte): Use generic_register_size.
7848 (generic_register_size): When available, use
7849 gdbarch_register_type.
7850 * regcache.c (init_regcache_descr): When available, initialize the
7851 register type array using gdbarch_register_type. If the
7852 architecture supplies gdbarch_register_type, do not use the legacy
7853 regcache layout.
7854 * d10v-tdep.c (d10v_register_type): Replace
7855 d10v_register_virtual_type.
7856 (d10v_gdbarch_init): Set register_type instead of
7857 register_virtual_type.
7858
7859 2003-03-01 Andrew Cagney <cagney@redhat.com>
7860
7861 * Makefile.in (ax-gdb.o): Update dependencies.
7862 * ax-gdb.c: Include "regcache.h".
7863 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7864 * findvar.c (value_of_register): Ditto.
7865 * infcmd.c (default_print_registers_info): Ditto.
7866
7867 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7868
7869 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7870 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7871
7872 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7873
7874 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7875 of STREQ.
7876
7877 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
7878
7879 * Makefile.in (dwarf2loc.o): Update dependencies.
7880 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7881 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7882 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7883 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7884 (locexpr_tracepoint_var_ref): New function.
7885 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7886
7887 2003-02-28 Andrew Cagney <cagney@redhat.com>
7888
7889 * regcache.c (register_size): New function.
7890 * regcache.h (register_size): Declare
7891 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7892 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7893
7894 2003-02-28 David Carlton <carlton@math.stanford.edu>
7895
7896 * linespec.c (decode_compound): Extract code into find_method.
7897 (find_method): New.
7898
7899 2003-02-28 J. Brobecker <brobecker@gnat.com>
7900
7901 * Makefile.in: Add rules to build and link in observer.o.
7902
7903 2003-02-27 J. Brobecker <brobecker@gnat.com>
7904
7905 * observer.c: Minor comments edits.
7906
7907 2003-02-27 J. Brobecker <brobecker@gnat.com>
7908
7909 * observer.h, observer.c: New file.
7910
7911 2003-02-27 Andrew Cagney <cagney@redhat.com>
7912
7913 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7914
7915 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7916
7917 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7918 (M6812_OP_STS_EXT): Likewise.
7919 (m6811_prologue): Use the above to recognize prologue.
7920 (m6812_prologue): Likewise.
7921
7922 2003-02-27 David Carlton <carlton@math.stanford.edu>
7923
7924 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7925 SYMBOL_PRINT_NAME.
7926 (compare_psymbols): Ditto.
7927 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7928
7929 2003-02-27 Michael Snyder <msnyder@redhat.com>
7930
7931 * f-lang.c (build_fortran_types): New function.
7932 (_initialize_f_language): Gdbarch-register built-in fortran types.
7933 * doublest.c (extract_floating): Fix warning text.
7934
7935 2003-02-27 Andrew Cagney <cagney@redhat.com>
7936
7937 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7938 predicate. Replaces PUSH_DUMMY_FRAME.
7939 * gdbarch.h, gdbarch.c: Regnerate.
7940 * valops.c (hand_function_call): Update. Call
7941 generic_push_dummy_frame directly.
7942 * vax-tdep.c (vax_gdbarch_init): Update.
7943 * sparc-tdep.c (sparc_gdbarch_init): Update.
7944 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7945 * m68k-tdep.c (m68k_gdbarch_init): Update.
7946 * hppa-tdep.c (hppa_gdbarch_init): Update.
7947 * alpha-tdep.c (alpha_gdbarch_init): Update.
7948 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7949 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7950 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7951 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7952 push_dummy_frame to generic_push_dummy_frame.
7953 * v850-tdep.c (v850_gdbarch_init): Ditto.
7954 * sh-tdep.c (sh_gdbarch_init): Ditto.
7955 * s390-tdep.c (s390_gdbarch_init): Ditto.
7956 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7957 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7958 * mips-tdep.c (mips_gdbarch_init): Ditto.
7959 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7960 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7961 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7962 * i386-tdep.c (i386_gdbarch_init): Ditto.
7963 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7964 * frv-tdep.c (frv_gdbarch_init): Ditto.
7965 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7966 * cris-tdep.c (cris_gdbarch_init): Ditto.
7967 * avr-tdep.c (avr_gdbarch_init): Ditto.
7968 * arm-tdep.c (arm_gdbarch_init): Ditto.
7969
7970 2003-02-26 Kevin Buettner <kevinb@redhat.com>
7971
7972 * mips-tdep.c (show_mips_abi): New function.
7973 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7974 command ``show mips abi''.
7975
7976 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
7977
7978 From Elena Zannoni <ezannoni@redhat.com>
7979 * dbxread.c (process_one_symbol): Only record line 0 if one or
7980 more sline entries have been seen for the function.
7981
7982 2003-02-26 Michael Chastain <mec@shout.net>
7983
7984 * configure: Regenerate with autoconf 000227.
7985
7986 2003-02-26 Michael Chastain <mec@shout.net>
7987
7988 Close PR build/660.
7989 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7990 for old libc5/glibc.
7991 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7992
7993 2003-02-26 Kris Warkentin <kewarken@qnx.com>
7994
7995 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7996 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7997
7998 2003-02-26 Michael Chastain <mec@shout.net>
7999
8000 * configure.in: New variable HAVE_UINTPTR_T.
8001 * configure, config.in: Regenerated.
8002
8003 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8004
8005 Fix PR build/1097.
8006 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8007
8008 2003-02-25 Andrew Cagney <cagney@redhat.com>
8009
8010 * frame.c (get_prev_frame): Add comment on check for
8011 inside_entry_func. Only check for inside_entry_file when not a
8012 dummy and not a sentinel. Check that the new frame is not inner
8013 to the old frame.
8014
8015 2003-02-25 Andrew Cagney <cagney@redhat.com>
8016
8017 * frame.c (frame_debug): New variable.
8018 (_initialize_frame): Add "set/show debug frame" command.
8019 (get_prev_frame): When frame_debug, print reason why unwind
8020 failed.
8021
8022 2003-02-25 Michael Chastain <mec@shout.net>
8023
8024 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8025 to avoid uintptr_t definition problems.
8026
8027 2003-02-25 David Carlton <carlton@math.stanford.edu>
8028
8029 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8030 (SYMBOL_LINKAGE_NAME): Ditto.
8031 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8032 SYMBOL_LINKAGE_NAME.
8033 (struct general_symbol_info): Expand comment.
8034 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8035 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8036 (SYMBOL_MATCHES_REGEXP): Ditto.
8037 * symtab.c (symbol_natural_name): New function.
8038 * objfiles.h: Replace all uses of SYMBOL_NAME by
8039 DEPRECATED_SYMBOL_NAME.
8040 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8041 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8042 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8043 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8044 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8045 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8046 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8047 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8048 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8049 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8050 * ada-exp.y: Ditto.
8051 * ada-exp.y: Update copyright.
8052 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8053 * cp-valprint.c: Ditto.
8054
8055 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8056
8057 * infptrace.c (detach): Do not flag error if ptrace detach fails
8058 and errno is set to ESRCH.
8059
8060 2003-02-24 Andrew Cagney <cagney@redhat.com>
8061
8062 * infptrace.c (udot_info): Change type of udot_off to long. Use
8063 paddr when printing udot_off's value.
8064
8065 2003-02-24 David Carlton <carlton@math.stanford.edu>
8066
8067 * symtab.c (make_symbol_overload_list): Only read in partial
8068 symtabs containing a matching partial symbol.
8069
8070 2003-02-24 David Carlton <carlton@math.stanford.edu>
8071
8072 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8073 do the comparison, not strcmp.
8074 * symfile.c (compare_psymbols): Ditto.
8075 * defs.h: Declare strcmp_iw_ordered.
8076 * utils.c (strcmp_iw_ordered): New function.
8077
8078 2003-02-24 Jim Blandy <jimb@redhat.com>
8079
8080 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8081 support, shared libs): Remove my name from here, to better reflect
8082 reality.
8083
8084 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8085
8086 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8087 (target_ops): Add to_have_continuable_watchpoint.
8088 * target.c (update_current_target): Add INHERIT line for
8089 to_have_continuable_watchpoint.
8090 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8091 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8092 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8093 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8094
8095 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8096
8097 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8098 maintainership.
8099
8100 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8101
8102 * solib.c (solib_open): Call target defined search function after
8103 failing with solib-search-path.
8104 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8105 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8106
8107 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8108
8109 * MAINTAINERS: Add myself to Write After section.
8110
8111 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8112
8113 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8114
8115 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8116
8117 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8118 (m68hc11_add_reggroups): New function.
8119 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8120 (m68hc11_gdbarch_init): Install the reggroups.
8121 (_initialize_m68hc11_tdep): Initialize them.
8122
8123 2003-02-21 James E Wilson <wilson@tuliptree.org>
8124
8125 * MAINTAINERS: Update my email address.
8126
8127 2003-02-21 David Carlton <carlton@math.stanford.edu>
8128
8129 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8130
8131 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8132
8133 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8134 * symtab.h: Add opaque declarations of struct axs_value and
8135 struct agent_expr.
8136 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8137 (struct location_funcs): New type.
8138 (struct symbol): Add "loc" to aux_value.
8139 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8140 * dwarf2read.c: Include "dwarf2expr.h".
8141 (dwarf2_symbol_mark_computed): New function.
8142 (read_func_scope): Use it.
8143 (var_decode_location): New function.
8144 (new_symbol): Use it.
8145 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8146
8147 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8148 (dwarf2expr_h, dwarf2loc_h): New variables.
8149 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8150 (dwarf2expr.o, dwarf2loc.o): New rules.
8151 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8152 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8153 LOC_COMPUTED_ARG.
8154 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8155 * m2-exp.y (yylex): Likewise.
8156 * printcmd.c (address_info, print_frame_args): Likewise.
8157 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8158 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8159 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8160 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8161 * symtab.c (lookup_block_symbol): Likewise.
8162
8163 2003-02-20 Adam Fedor <fedor@gnu.org>
8164
8165 * symtab.h: Remove objc_specific struct
8166 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8167 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8168 Have language_objc use cplus_specific struct.
8169
8170 2003-02-20 Tom Tromey <tromey@redhat.com>
8171
8172 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8173 TYPE_NAME, when printing a String value. PR java/1075.
8174
8175 2003-02-20 Adam Fedor <fedor@gnu.org>
8176
8177 * objc-lang.h (find_methods): Remove declaration.
8178 * objc-lang.c (find_methods): Make static.
8179
8180 2003-02-20 Christopher Faylor <cgf@redhat.com>
8181
8182 * win32-nat.c (get_image_name): Check return value from
8183 ReadProcessMemory.
8184 (child_xfer_memory): Ditto.
8185
8186 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8187
8188 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8189 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8190 '${exec_prefix}' (in addition to the expansion thereof) as
8191 relocatable.
8192 * configure: Rebuilt.
8193
8194 2003-02-20 David Carlton <carlton@math.stanford.edu>
8195
8196 * symtab.c (search_symbols): Revert the search_symbols part of my
8197 2002-12-23 patch. Add comment.
8198
8199 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8200
8201 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8202 * dbxread.c (elfstab_build_psymtabs): Don't call
8203 install_minimal_symbols.
8204 (stabsect_build_psymtabs): Likewise.
8205 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8206 earlier.
8207 * somread.c (som_symfile_read): Call install_minimal_symbols
8208 and do_cleanups earlier.
8209 * nlmread.c (nlm_symfile_read): Likewise.
8210 * mdebugread.c (elfmdebug_build_psymtabs): Call
8211 install_minimal_symbols and make appropriate cleanups.
8212
8213 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8214
8215 * solib.c (reload_shared_libraries): New function.
8216 (_initialize_solib): Add callbacks for ``set solib-search-path''
8217 and ``set solib-absolute-prefix''.
8218
8219 2003-02-20 David Carlton <carlton@math.stanford.edu>
8220
8221 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8222 expand comment.
8223 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8224 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8225 * ada-typeprint.c (ada_typedef_print): Ditto.
8226 * ax-gdb.c (gen_var_ref): Ditto.
8227 * breakpoint.c (print_one_breakpoint): Ditto.
8228 * buildsym.c (finish_block): Ditto.
8229 * c-valprint.c (c_val_print): Ditto.
8230 * expprint.c (print_subexp): Ditto.
8231 * findvar.c (locate_var_value): Ditto.
8232 * infcmd.c (jump_command): Ditto.
8233 * linespec.c (decode_line_2, decode_compound): Ditto.
8234 * maint.c (maintenance_translate_address): Ditto.
8235 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8236 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8237 Ditto.
8238 * p-valprint.c (pascal_val_print): Ditto.
8239 * stabsread.c (define_symbol): Ditto.
8240 * stack.c (print_frame, frame_info, print_block_frame_locals)
8241 (print_frame_arg_vars, return_command): Ditto.
8242 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8243 * symmisc.c (print_symbol): Ditto.
8244 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8245 (compare_search_syms, print_symbol_info, print_msymbol_info)
8246 (rbreak_command): Ditto.
8247 * tracepoint.c (tracepoints_info): Ditto.
8248 * typeprint.c (typedef_print): Ditto.
8249 * valops.c (value_of_variable, hand_function_call): Ditto.
8250 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8251 * ada-typeprint.c: Update Copyright.
8252 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8253 * tracepoint.c, cli/cli-cmds.c: Ditto.
8254
8255 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8256
8257 * frame.c (generic_unwind_get_saved_register): Make non-static.
8258 * frame.h (generic_unwind_get_saved_register): Declare.
8259 * mips-tdep.c (read_next_frame_reg): Fetch register from
8260 current regcache when frame is NULL.
8261 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8262 that must be NULL.
8263 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8264 instead of frame_register_unwind().
8265
8266 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8267
8268 * remote-sim.c (gdbsim_insert_breakpoint)
8269 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8270 code.
8271
8272 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8273
8274 * remote.c (_initialize_remote): Add commands "set/show remote
8275 hardware-watchpoint-limit" and "set/show remote
8276 hardware-breakpoint-limit".
8277 (remote_hw_watchpoint_limit): Initialize to -1.
8278 (remote_hw_breakpoint_limit): Ditto.
8279 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8280
8281 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8282
8283 * coff-pe-read.c: New file - support reading of minimal symbols from a
8284 portable executable using the export table.
8285 * coff-pe-read.h: New file.
8286 * coffread.c: Include coff-pe-read.h.
8287 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8288 debugging symbols found.
8289 * Makefile.in (SFILES): Add coff-pe-read.o.
8290 (coff_pe_read_h): Define.
8291 (COMMON_OBS): Add coff-pe-read.o.
8292 (coffread.o): Add coff_pe_read_h dependency.
8293 (coff-pe-read.o): New target.
8294
8295 2003-02-19 David Carlton <carlton@math.stanford.edu>
8296
8297 * Makefile.in (SFILES): Add block.c.
8298 (block_h): New.
8299 (COMMON_OBS): Add block.o.
8300 (block.o): New.
8301 (x86-64-tdep.o): Add $(block_h).
8302 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8303 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8304 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8305 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8306 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8307 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8308 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8309 * value.h: Add opaque declaration for struct block.
8310 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8311 * ada-lang.h: Ditto.
8312 * x86-64-tdep.c: #include "block.h"
8313 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8314 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8315 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8316 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8317 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8318 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8319 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8320 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8321 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8322 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8323 * symtab.c (block_function): Ditto.
8324 (contained_in): Ditto.
8325 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8326 block.h. Add opaque declaration for struct block.
8327 * symtab.h: Move block_function and contained_in declarations to
8328 block.h. Add opaque declarations for struct block, struct
8329 blockvector.
8330 (struct block): Move to block.h.
8331 (struct blockvector): Ditto.
8332 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8333 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8334 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8335 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8336 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8337 Ditto.
8338 * block.c: New file.
8339 * block.h: New file.
8340
8341 2003-02-19 Theodore A. Roth <troth@openavr.org>
8342
8343 * avr-tdep.c (avr_extract_return_value): Remove function.
8344 (avr_store_return_value): Remove function.
8345 (avr_extract_struct_value_address): Remove function.
8346 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8347
8348 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8349
8350 * rs6000-tdep.c: Include "gdb_assert.h".
8351 (registers_e500): Add "acc" and "spefscr".
8352 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8353 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8354 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8355 really is "r0".
8356 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8357
8358 2003-02-18 Keith Seitz <keiths@redhat.com>
8359
8360 * Makefile.in: Add gdbtk-interps.c.
8361
8362 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8363
8364 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8365 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8366
8367 2003-02-18 Andrew Cagney <cagney@redhat.com>
8368
8369 * symtab.h (struct objfile): Add opaque declaration.
8370
8371 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8372
8373 From Jim Ingham <jingham@apple.com>:
8374 * dbxread.c (process_one_symbol): Use last_function_start rather
8375 than function_start_offset to find the real beginning of the
8376 current function. The latter is just the text section offset on
8377 some systems, the former is always the real function start.
8378
8379 2003-02-17 Andrew Cagney <cagney@redhat.com>
8380
8381 * configure.in: Revert ${target} != ${host}.
8382
8383 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8384
8385 * configure.in (Makefile): Use the test ${target} != ${host},
8386 instead of the absence of the "nm.h" file, to determine of the
8387 configuration non-native.
8388 * configure: Regenerate.
8389
8390 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8391
8392 From Brian Ford <ford@vss.fsi.com>
8393
8394 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8395 conditionalize tui_active test.
8396 (lookup_cmd_1): Ditto.
8397
8398 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8399
8400 * configure.in: Add check for _etext.
8401 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8402 available.
8403 * config.in, configure: regenerated.
8404
8405 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8406
8407 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8408
8409 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8410
8411 * main.c (tui_version): Delete variable.
8412 (captured_main): When --tui, set interpreter_p to "tui" instead of
8413 enabling tui_version.
8414 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8415 tui_version.
8416 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8417 * cli/cli-cmds.c (disassemble_command): Ditto.
8418 * defs.h (tui_version): Delete declaration.
8419 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8420 (tui-interp.o): Add rules.
8421 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8422
8423 2003-02-14 Christopher Faylor <cgf@redhat.com>
8424
8425 * win32-nat.c (register_loaded_dll): Correctly set address range for
8426 just-loaded dll.
8427
8428 2003-02-12 Jason Molenda (jmolenda@apple.com)
8429
8430 * symmisc.c (print_objfile_statistics): Include information about
8431 the number of psymtabs and symtabs in each object file.
8432
8433 2003-02-13 Keith R Seitz <keiths@redhat.com>
8434
8435 * main.h (struct captured_main_args): Add interpreter_p.
8436 * main.c (captured_main): Initialize interpreter_p from context.
8437 * gdb.c (main): Set interpreter_p argument.
8438 * Makefile.in (gdb.o): Add dependency for interps.h.
8439
8440 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8441
8442 * event-top.c (cli_command_loop): Delete declaration.
8443 (_initialize_event_loop): Delete function setting event_loop_hook.
8444 * event-top.h (cli_command_loop): Declare. Update copyright.
8445 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8446 * interps.c (current_interp_command_loop): When event_loop_p, call
8447 cli_command_loop.
8448
8449 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8450
8451 * interps.h (interp_command_loop_ftype): Change return type to
8452 void.
8453
8454 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8455
8456 * x86-64-tdep.c (x86_64_extract_return_value)
8457 (x86_64_store_return_value): Use regcache instead of regbuf.
8458 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8459 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8460
8461 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8462
8463 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8464 * aclocal.m4: Regenerate.
8465 * configure: Regenerate.
8466
8467 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8468 TCL_LD_SEARCH_FLAGS.
8469
8470 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8471
8472 * dwarf2cfi.c: Reindented.
8473
8474 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8475
8476 * interps.c (clear_interpreter_hooks): Convert function definition
8477 to ISO C.
8478
8479 2003-02-07 David Carlton <carlton@math.stanford.edu>
8480
8481 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8482
8483 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8484
8485 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8486 (struct type): ...to here.
8487 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8488 field.
8489 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8490 (replace_type): Set length on all type variants for a given type.
8491
8492 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8493
8494 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8495 <sys/stat.h>.
8496 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8497
8498 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8499
8500 * Makefile.in (symm-nat.o): Update dependencies.
8501 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8502 (lynx-nat.o, ia64-linux-nat.): Ditto.
8503 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8504 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8505 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8506
8507 * Makefile.in (inflow_h): Define.
8508 (procfs.o, inflow.o, procfs.o): Update dependencies.
8509 * inftarg.c (child_stop): Delete extern declaration of
8510 inferior_process_group. Include "inflow.h".
8511 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8512 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8513 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8514 (our_process_group, inferior_process_group): Extern declarations.
8515
8516 * procfs.c: Include "gdb_assert.h".
8517
8518 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8519 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8520 * jv-typeprint.c (java_type_print_base): Ditto.
8521 * typeprint.c (typedef_print): Eliminate STREQ.
8522 * cli/cli-script.c (define_command, define_command): Ditto.
8523 * main.c (captured_main): Ditto.
8524 * values.c (lookup_internalvar): Ditto.
8525 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8526 within `if' conditional.
8527 * linespec.c (decode_line_2): Ditto.
8528 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8529 (bfd_openw_with_cleanup): Ditto.
8530
8531 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8532
8533 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8534 legacy_extract_return_value and store_return_value to
8535 legacy_return_value.
8536
8537 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8538
8539 * win32-nat.c (get_relocated_section_addrs): New function. Find
8540 section load addresses for symbol handling in relocated DLLs.
8541 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8542
8543 2003-02-05 Fred Fish <fnf@intrinsity.com>
8544
8545 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8546 '=' and '!='.
8547 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8548 with '&' and '=='.
8549 (angel_RDI_info): Ditto.
8550 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8551 with '&' and '!='.
8552 (threads_continue_all_with_signals): Ditto.
8553
8554 2003-02-05 Jim Ingham <jingham@apple.com>
8555 Keith Seitz <keiths@redhat.com>
8556 Elena Zannoni <ezannoni@redhat.com>
8557 Andrew Cagney <ac131313@redhat.com>
8558
8559 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8560 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8561 (SUBDIR_MI_OBS): Add "mi-interp.o".
8562 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8563 (SFILES): Add "interps.c".
8564 (COMMON_OBS): Add "interps.o".
8565 (interps_h, mi_main_h): Define.
8566 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8567 (mi-main.o, main.o, event-top.o): Update dependencies.
8568 * cli/cli-interp.c: New file.
8569 * interps.h, interps.c: New files.
8570 * top.c: (gdb_init): Don't install the default interpreter, handed
8571 by captured_main.
8572 * main.c: Include "interps.h".
8573 (interpreter_p): Note that it should malloc'ed.
8574 (captured_command_loop): Call current_interp_command_loop.
8575 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8576 xfree and xstrdup when updating interpreter_p. Install the
8577 default interpreter. Add hack to stop mi1's copyright notice
8578 being encoded.
8579 * event-top.h (gdb_setup_readline): Declare.
8580 (gdb_disable_readline): Declare.
8581 * event-top.c: Include "interps.h".
8582 (display_gdb_prompt): Call current_interp_display_prompt_p.
8583 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8584 gdb_stdlog, and gdb_stdtarg.
8585 (_initialize_event_loop): Don't call gdb_setup_readline.
8586 * cli-out.c (cli_out_set_stream): New function.
8587 * cli-out.h (cli_out_set_stream): Declare.
8588
8589 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8590
8591 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8592 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8593 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8594 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8595 config/i386/i386v42mp.mt: Removed.
8596
8597 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8598
8599 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8600 GDB_OSABI_SOLARIS.
8601
8602 2003-02-05 Michael Chastain <mec@shout.net>
8603
8604 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8605 2.12.1 and earlier versions.
8606
8607 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8608
8609 Remove orphaned hosts, targets and files.
8610 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8611 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8612 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8613 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8614 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8615 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8616 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8617 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8618 * config/sparc/tm-sp64sim.h: Delete.
8619 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8620 hosts.
8621 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8622 mips*-dec-mach3* targets.
8623
8624 2003-02-04 Michael Chastain <mec@shout.net>
8625
8626 * NEWS: Fix typo: sepcifying -> specifying.
8627
8628 2003-02-04 Michael Chastain <mec@shout.net>
8629
8630 * dwarfread.c: Add documentation on the state of dwarf-1,
8631 looking towards obsoletion.
8632
8633 2003-02-03 Michael Chastain <mec@shout.net>
8634
8635 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8636 gdb/testsuite/gdb.c++/pr-1023.exp.
8637
8638 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8639
8640 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8641 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8642
8643 * utils.c (init_page_info): Delete reference to MPW in comments.
8644 * main.c (captured_main): Delete #ifdef MPW.
8645
8646 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8647
8648 * NEWS: Note that the m32r-*-elf* is obsolete.
8649 * monitor.c (monitor_expect): Obsolete reference to m32r.
8650 * configure.tgt: Mark m32r-*-elf* as obsolete.
8651 * MAINTAINERS: Mark m32k as obsolete.
8652 * m32r-rom.c: Obsolete file.
8653 * config/m32r/m32r.mt: Obsolete file.
8654 * config/m32r/tm-m32r.h: Obsolete file.
8655 * m32r-stub.c: Obsolete file.
8656 * m32r-tdep.c: Obsolete file.
8657
8658 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8659
8660 * NEWS: Mention that the z8k-zilog-none is obsolete.
8661 * MAINTAINERS: Mark z8k as obsolete.
8662 * configure.tgt: Obsolete the z8k-*-coff* target.
8663 * config/z8k/z8k.mt: Obsolete file.
8664 * config/z8k/tm-z8k.h: Obsolete file.
8665 * z8k-tdep.c: Obsolete file.
8666
8667 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8668
8669 * NEWS: Mention that the mn10200-elf is obsolete.
8670 * configure.tgt: Obsolete mn10200-*-* target.
8671 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8672 mention that the mn10200 is obsolete.
8673 * breakpoint.h: Ditto.
8674 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8675 * config/mn10200/mn10200.mt: Obsolete file.
8676 * config/mn10200/tm-mn10200.h: Obsolete file.
8677 * mn10200-tdep.c: Obsolete file.
8678
8679 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8680
8681 * MAINTAINERS: Mark h8500 as obsolete.
8682 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8683 * findvar.c (value_from_register): Ditto.
8684 * h8500-tdep.c: Mark file as obsolete.
8685 * config/h8500/h8500.mt: Ditto.
8686 * config/h8500/tm-h8500.h: Ditto.
8687 * NEWS: Mention that h8500 is obsolete.
8688
8689 2003-02-04 David Carlton <carlton@math.stanford.edu>
8690
8691 * objfiles.c (allocate_objfile): Always set name. Add comment at
8692 start of function.
8693 * jv-lang.c (get_dynamics_objfile): Add comment.
8694
8695 2003-02-04 David Carlton <carlton@math.stanford.edu>
8696
8697 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8698 * printcmd.c (build_address_symbolic): Replace uses of
8699 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8700 SYMBOL_NAME, and asm_demangle.
8701 Update copyright.
8702
8703 2003-02-04 David Carlton <carlton@math.stanford.edu>
8704
8705 * linespec.c (decode_compound): Extract code into
8706 lookup_prefix_sym.
8707 (lookup_prefix_sym): New function.
8708
8709 2003-02-04 David Carlton <carlton@math.stanford.edu>
8710
8711 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8712 FLOAT_COERCION_BADNESS.
8713 * gdbtypes.c (rank_one_type): Replace all uses of
8714 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8715
8716 2003-02-04 Jim Blandy <jimb@redhat.com>
8717
8718 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8719 section, let dwarf_macinfo_section point to it, not
8720 dwarf_loc_section.
8721
8722 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8723
8724 Pointed out by Anton Blanchard <anton@samba.org>.
8725 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8726 (ppc_linux_at_sigtramp_return_path): Use it.
8727
8728 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8729
8730 * defs.h (streq): Add prototype.
8731 * utils.c (streq): New function.
8732
8733 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8734 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8735 * mdebugread.c (new_symbol): Likewise.
8736 * stabsread.c (define_symbol): Likewise.
8737 * coffread.c (process_coff_symbol): Likewise.
8738 * dwarfread.c (new_symbol): Likewise.
8739
8740 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8741 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8742 here.
8743 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8744 SYMBOL_INIT_DEMANGLED_NAME.
8745 * objfiles.c: Include "hashtab.h".
8746 (allocate_objfile): Call htab_set_functions_ex for the
8747 demangled_names_hash.
8748 (free_objfile): Call htab_delete for the demangled_names_hash.
8749 * objfiles.h (struct htab): Add declaration.
8750 (struct objfile): Add demangled_names_hash.
8751 * symfile.c: Include "hashtab.h".
8752 (reread_symbols): Call htab_delete for the demangled_names_hash.
8753 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8754 SYMBOL_NAME in the bcache.
8755 * symtab.c: Include "hashtab.h". Update comments.
8756 (create_demangled_names_hash, symbol_set_names): New functions.
8757 (symbol_find_demangled_name): New function, broken out from
8758 symbol_init_demangled_names.
8759 (symbol_init_demangled_names): Use it.
8760 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8761 (SYMBOL_SET_NAMES): New macro.
8762 (symbol_set_names): Add prototype.
8763
8764 2003-02-03 Jim Blandy <jimb@redhat.com>
8765
8766 Use a single, consistent representation for an empty minimal
8767 symbol table in an objfile.
8768 * objfiles.c (terminate_minimal_symbol_table): New function.
8769 (allocate_objfile): Call it.
8770 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8771 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8772 non-NULL.
8773 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8774 objfile has minimal symbols, compare minimal_symbol_count to zero,
8775 instead of comparing msymbols with NULL.
8776 * objfiles.c (have_minimal_symbols): Same.
8777 * solib-sunos.c (solib_add_common_symbols): Call
8778 terminate_minimal_symbol_table.
8779 * symfile.c (reread_symbols): Same.
8780
8781 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8782
8783 * s390-tdep.c (s390_address_class_type_flags)
8784 (s390_address_class_type_flags_to_name)
8785 (s390_address_class_name_to_type_flags): New functions.
8786 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8787 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8788
8789 2003-02-03 Michael Snyder <msnyder@redhat.com>
8790
8791 * arm-tdep.c: Fix spell-o in comment.
8792
8793 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8794
8795 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8796 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8797 error messages to contain BFD filename.
8798
8799 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8800
8801 Fix PR gdb/742 gdb/743 gdb/877
8802 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8803 (do_mixed_source_and_assembly): Use
8804 make_cleanup_ui_out_tuple_begin_end and
8805 make_cleanup_ui_out_tuple_begin_end.
8806 (do_mixed_source_and_assembly): Ditto.
8807 * thread.c (do_captured_list_thread_ids): Ditto.
8808 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8809 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8810 ui_out_tuple_end): Delete prototypes.
8811 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8812 ui_out_list_end, ui_out_tuple_end): Delete.
8813
8814 From Kevin Buettner <kevinb@redhat.com>:
8815 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8816 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8817 (do_cleanup_table_end): New functions.
8818 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8819 Use cleanups to invoke_ui_out_tuple_end().
8820 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8821 * cli/cli-setshow.c (cmd_show_list): Use
8822 make_cleanup_ui_out_tuple_begin_end.
8823
8824 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8825
8826 * frame.c (frame_unwind_register): New function.
8827 (frame_unwind_unsigned_register): Use.
8828 (frame_unwind_signed_register): Use.
8829 (frame_read_register): New function.
8830 * frame.h (frame_unwind_register): Declare.
8831 (frame_read_register): Declare.
8832
8833 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8834 and frame_unwind_register instead of read_memory, write_register
8835 and deprecated_write_register_bytes.
8836
8837 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8838
8839 * frame.h: Note that namelen can be negative.
8840 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8841 NAME's length.
8842
8843 * NEWS: Mention that the d10v's `regs' command is deprecated.
8844 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8845 (d10v_print_registers_info): New function.
8846 (show_regs): Call d10v_print_registers_info.
8847 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8848
8849 2003-02-02 Mark Kettenis <kettenis@gnu.org>
8850
8851 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8852 lost in the previous patch.
8853
8854 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8855
8856 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
8857 * stack.c (print_frame_info_base): Output complete FRAME tuple
8858 for synthesized frames.
8859
8860 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8861
8862 * mips-nat.c (zerobuf): Delete.
8863 (fetch_inferior_registers): Alloc local zerobuf.
8864 (fetch_core_registers): Alloc local zerobuf.
8865 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8866 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8867 * thread-db.c (thread_db_store_registers): Ditto.
8868 * sh-tdep.c (sh_do_register): Ditto.
8869 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8870 * remote-sim.c (gdbsim_store_register): Ditto.
8871 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8872 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8873 * monitor.c (monitor_supply_register): Ditto.
8874 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8875 * mips-nat.c (fetch_inferior_registers): Ditto.
8876 * m68klinux-nat.c (fetch_register): Ditto.
8877 * lynx-nat.c (fetch_inferior_registers): Ditto.
8878 (fetch_inferior_registers): Ditto.
8879 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8880 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8881 (hpux_thread_store_registers): Ditto.
8882 * hppah-nat.c (fetch_register): Ditto.
8883 * hppab-nat.c (fetch_register): Ditto.
8884 * hppa-tdep.c (pa_register_look_aside): Ditto.
8885 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8886 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8887
8888 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8889
8890 * gdbarch.sh: Explictly specify all method levels. When a
8891 variable with an empty level, provide a non-multi-arch default.
8892 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8893 * gdbarch.h: Re-generate.
8894 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8895 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8896
8897 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8898
8899 * defs.h (host_pointer_to_address): Delete declaration.
8900 (address_to_host_pointer): Delete declaration.
8901 * utils.c (host_pointer_to_address): Delete function.
8902 (address_to_host_pointer): Delete function.
8903 * procfs.c (procfs_address_to_host_pointer): New function.
8904 * procfs.c (proc_set_watchpoint): Use.
8905 (procfs_can_use_hw_breakpoint): Update comments.
8906 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8907 (som_solib_add): Use.
8908 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8909 * hppa-tdep.c (unwind_command): Use.
8910
8911 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8912
8913 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8914 strlen d_name.
8915
8916 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8917 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8918 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8919 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8920 (define_symbol): Update.
8921 * symfile.c (generic_load): Remove references to nindy.
8922 * symtab.c: Remove references to nindy.
8923
8924 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8925
8926 * infcmd.c (print_float_info): Delete code conditional on
8927 FLOAT_INFO.
8928 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8929 * config/m68k/nm-apollo68b.h: Ditto.
8930 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8931 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8932 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8933
8934 2003-02-01 Mark Kettenis <kettenis@gnu.org>
8935
8936 * config/i386/tm-i386os9k.h: Removed.
8937
8938 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8939 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8940 they're identical to i[3456]86-*-sysv* now.
8941 * config/i386/i386v32.mh: Removed.
8942 * config/i386/xm-i386v32.h: Removed.
8943 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8944
8945 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8946
8947 * config/i386/i386dgux.mh: Removed.
8948 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8949
8950 * configure.in: Fix typo.
8951 * configure: Regenerated.
8952
8953 2003-01-31 David Carlton <carlton@math.stanford.edu>
8954
8955 * dwarf2read.c (dwarf2_locate_sections): Set
8956 dwarf_ranges_section.
8957
8958 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8959
8960 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8961 * utils.c: Update comments documenting legitimate uses of PTR.
8962
8963 * utils.c: Re-indent.
8964
8965 * config/djgpp/fnchange.lst: Delete nindy files.
8966 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8967 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8968 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8969 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8970 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8971 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8972 * Makefile.in (init.c): Remove nindy references.
8973 (saber_gdb): Delete rule.
8974 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8975 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8976 and a68v-nat.c.
8977 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8978 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8979 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8980 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8981 nindy-share/stop.h.
8982 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8983 * saber.suppress: Delete file.
8984
8985 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * dbxread.c (stabs_data): New static variable.
8988 (fill_symbuf): Support an in-memory buffer for stabs data.
8989 (stabs_seek): New function.
8990 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8991 (read_ofile_symtab): Use stabs_seek.
8992 (elfstab_build_psymtabs): Take an asection* instead of
8993 an offset and size. Relocate the stabs data if necessary.
8994 Save the section* for dbx_psymtab_to_symtab.
8995 * dwarf2read.c: Add section variables for each debug section.
8996 (dwarf2_locate_sections): Fill them in.
8997 (dwarf2_read_section): Take an asection* argument.
8998 Relocate the section contents if necessary.
8999 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9000 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9001 it to dwarf2_read_section.
9002 (dwarf2_build_frame_info): Update callers.
9003 * elfread.c (elf_symfile_read): Update call to
9004 elfstab_build_psymtabs.
9005 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9006 (DBX_STAB_SECTION): New macro.
9007 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9008 * symfile.c (symfile_dummy_outputs): New function.
9009 (symfile_relocate_debug_section): New function.
9010 * symfile.h (symfile_relocate_debug_section): Add prototype.
9011
9012 2003-01-31 Richard Henderson <rth@redhat.com>
9013
9014 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9015 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9016 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9017 * alpha-tdep.c (alpha_register_name): Add "unique".
9018 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9019 (ALPHA_UNIQUE_REGNUM): New.
9020 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9021
9022 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9023
9024 * README: Remove reference to Ericsson 1800 monitor.
9025 * Makefile.in (remote-es.o): Delete rule.
9026 (ALLDEPFILES): Delete remote-es.c.
9027 * remote-es.c: Delete file.
9028 * config/m68k/es1800.mt: Delete file.
9029 * config/djgpp/fnchange.lst: Update.
9030 * configure.tgt: Delete m68*-ericsson-* target.
9031
9032 2003-01-31 Adam Fedor <fedor@gnu.org>
9033
9034 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9035 Remove duplicate/shadowing variable of same name.
9036
9037 2003-01-30 Jim Blandy <jimb@redhat.com>
9038
9039 * symfile.c (find_separate_debug_file): Assert that the objfile's
9040 directory name we compute ends with a slash, and then assume that
9041 that's so everywhere we use it.
9042
9043 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9044
9045 * valops.c (value_assign): Flush frame cache after stores to memory
9046 also.
9047
9048 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9049
9050 * Makefile.in (mon960-rom.o): Delete rule.
9051 * mon960-rom.c: Delete file.
9052
9053 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9054
9055 * d10v-tdep.c: Include "frame-unwind.h".
9056 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9057 list.
9058 (next_addr, uses_frame): Delete.
9059 (struct d10v_unwind_cache): Define.
9060 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9061 Use info instead of next_addr and uses_frame globals.
9062 (d10v_frame_init_saved_regs): Delete function.
9063 (d10v_init_extra_frame_info): Delete function.
9064 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9065 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9066 init_frame_pc or frame_saved_pc.
9067 (d10v_pop_frame): Delete function.
9068 (do_d10v_pop_frame): Delete function.
9069 (d10v_frame_chain): Delete function.
9070 (d10v_frame_chain_valid): Delete function.
9071 (d10v_frame_pc_unwind): New function.
9072 (d10v_frame_id_unwind): New function.
9073 (saved_regs_unwinder): New function.
9074 (d10v_frame_register_unwind): New function.
9075 (d10v_frame_pop): New function.
9076 (d10v_frame_unwind): New variable.
9077 (d10v_frame_p): New function.
9078 (d10v_frame_saved_pc): Delete function.
9079 * Makefile.in (d10v-tdep.o): Update dependencies.
9080
9081 2003-01-30 J. Brobecker <brobecker@gnat.com>
9082
9083 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9084 causing some regressions due to a change in the default value
9085 for this macro.
9086
9087 2003-01-29 Richard Henderson <rth@redhat.com>
9088 Elena Zannoni <ezannoni@redhat.com>
9089 Daniel Jacobowitz <drow@mvista.com>
9090
9091 Fix PR gdb/961.
9092 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9093 variables.
9094 (RANGES_SECTION): New.
9095 (dwarf_ranges_buffer): New variable.
9096 (struct comp_unit_head): Add member "die".
9097 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9098 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9099 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9100 (dwarf2_locate_sections): Likewise.
9101 (dwarf2_build_psymtabs): Read .debug_ranges.
9102 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9103 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9104 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9105 Look for DW_AT_ranges and return the bounding box.
9106
9107 2003-01-29 Brian Ford <ford@vss.fsi.com>
9108
9109 * win32-nat.c (cygwin_pid): Removed as unused.
9110 (child_attach): Try fall back to Cygwin pid.
9111
9112 2003-01-29 Jim Blandy <jimb@redhat.com>
9113
9114 * objfiles.h (struct objfile): Doc fix.
9115
9116 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9117
9118 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9119 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9120 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9121 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9122 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9123 (FRAME_SAVED_PC): Change to a function with predicate.
9124 * gdbarch.h, gdbarch.c: Re-generate.
9125
9126 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9127
9128 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9129
9130 * complaints.c (complain): Delete function.
9131 * complaints.h (struct deprecated_complaint): Delete definition.
9132 (complain): Delete declaration.
9133
9134 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9135
9136 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9137 dummy frames.
9138
9139 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9140
9141 * sentinel-frame.h, sentinel-frame.c: New files.
9142 * Makefile.in (frame.o): Update dependencies.
9143 (SFILES): Add sentinel-frame.c.
9144 (sentinel_frame_h): Define.
9145 (COMMON_OBS): Add sentinel-frame.o.
9146 (sentinel-frame.o): Specify dependencies.
9147 * frame.c: Include "sentinel-frame.h".
9148 (frame_register_unwind): Rewrite assuming that there is always a a
9149 ->next frame.
9150 (frame_register, generic_unwind_get_saved_register): Ditto.
9151 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9152 (create_sentinel_frame, unwind_to_current_frame): New functions.
9153 (get_current_frame): Rewrite using create_sentinel_frame and
9154 unwind_to_current_frame. When possible, always create a frame.
9155 (create_new_frame): Set next to the sentinel frame.
9156 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9157 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9158 ID cache when necessary.
9159 (frame_saved_regs_id_unwind): Use frame_relative_level.
9160 (deprecated_generic_get_saved_register): Use frame_relative_level,
9161 get_frame_saved_regs, get_frame_pc, get_frame_base and
9162 get_next_frame.
9163 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9164 frame_register.
9165
9166 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9167
9168 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9169
9170 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9171
9172 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9173 (maintenance_set_profile_cmd): Use error () instead of warning ().
9174
9175 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9176
9177 * configure.in: Check that -pg works if using --enable-profiling.
9178 Check for monstartup and _mcleanup regardless of --enable-profiling.
9179 * maint.c: Check for monstartup and _mcleanup before using them.
9180 * config.in: Regenerated.
9181 * configure: Regenerated.
9182
9183 2003-01-24 Nick Clifton <nickc@redhat.com>
9184
9185 * Add sh2e support:
9186
9187 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9188
9189 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9190 (sh2e_show_regs): New.
9191 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9192 * config/sh/tm-sh.h: Added sh2e to comments.
9193
9194 2003-01-23 Jim Blandy <jimb@redhat.com>
9195
9196 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9197 symbols found)" message here; we haven't checked for a separate
9198 debug info file yet, so we don't know yet.
9199 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9200 we've looked everywhere. Also, there's no need to print a special
9201 message when we're loading the separate debug info file: the one
9202 symbol_file_add prints is fine.
9203
9204 2003-01-23 Alexander Larsson <alexl@redhat.com>
9205 Jim Blandy <jimb@redhat.com>
9206
9207 Add support for executables whose debug info has been separated
9208 out into a separate file, leaving only a link behind.
9209 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9210 and separate_debug_objfile_backlink.
9211 (put_objfile_before): New declaration.
9212 * symfile.c: #include "filenames.h".
9213 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9214 debug info in a separate file, read that, too. Save the addrs
9215 argument, so we can use it again to read the separated debug info;
9216 syms_from_objfile modifies the table we pass it.
9217 (reread_symbols): After re-reading an objfile, call
9218 reread_separate_symbols to refresh its separate debug info
9219 objfile, if it has one.
9220 (reread_separate_symbols, find_separate_debug_file,
9221 get_debug_link_info, separate_debug_file_exists): New functions.
9222 (debug_file_directory): New global var.
9223 (_initialize_symfile): Initialize debug_file_directory, and
9224 provide the new `set debug-file-directory' command to let the user
9225 change it.
9226 * objfiles.c (free_objfile): If this objfile has its debug info in
9227 a separate objfile, free that one too. If this is itself a
9228 separate debug info objfile, clear our parent's backlink.
9229 (put_objfile_before): New function.
9230 * utils.c (gnu_debuglink_crc32): New function.
9231 * defs.h (gnu_debuglink_crc32): New declaration.
9232 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9233 * configure.in: Handle --with-separate-debug-dir config option.
9234 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9235 * acconfig.h (DEBUGDIR): New macro.
9236 * configure, aclocal.m4, config.in: Regenerated.
9237
9238 2003-01-22 Jim Blandy <jimb@redhat.com>
9239
9240 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9241 like the old symbol_file_add, but taking new arguments: you can
9242 now pass in either a `struct section_addr_info' list to say where
9243 each section is loaded, or a `struct section_offsets' table. Pass
9244 these new arguments through to syms_from_objfile as appropriate.
9245 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9246 with the appropriate quiescent values for the new arguments.
9247
9248 * symfile.c: #include "gdb_assert.h".
9249 (syms_from_objfile): Add the ability to pass in a section offset
9250 table directly, as an alternative to the section_addr_info table.
9251 Document arguments better.
9252 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9253 * symfile.h (syms_from_objfile): Update declaration.
9254 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9255 syms_from_objfile.
9256 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9257
9258 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9259
9260 Original patch by Tom Tromey <tromey@cygnus.com> and
9261 Jason Molenda <jmolenda@apple.com>.
9262 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9263 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9264 * NEWS: Mention profiling.
9265 * configure.in (--enable-gdbtk): Fix typo.
9266 (--enable-profiling): New. Set PROFILE_CFLAGS.
9267 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9268 Fill in function.
9269 (profiling_state): New variable.
9270 (mcleanup_wrapper): New function.
9271 (_initialize_maint): Remove NOTYET, fix call to
9272 add_setshow_boolean_cmd for "maint set profile".
9273 * configure: Regenerated.
9274
9275 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9276
9277 * Makefile.in (install-gdbtk): Install PNG images too.
9278
9279 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9280
9281 * exec.c (text_start): Delete global variable.
9282 (exec_file_attach): Make text_start local to the function.
9283 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9284 * valops.c (hand_function_call): Delete code that handles
9285 BEFORE_TEXT_END and AFTER_TEXT_END.
9286 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9287 of CALL_DUMMY_LOCATION.
9288 * gdbarch.c: Regenerate.
9289 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9290 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9291 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9292 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9293 (text_end): Delete extern declaration.
9294
9295 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9296
9297 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9298 * blockframe.c (backtrace_below_main): Move to "frame.c".
9299 (frame_chain_valid): Delete check for backtrace_below_main.
9300 (_initialize_blockframe): Delete initialization, move ``set
9301 backtrace-below-main'' command to "frame.c".
9302 (do_flush_frames_sfunc): Delete function.
9303 * frame.c: Include "command.h" and "gdbcmd.h".
9304 (frame_type_from_pc): New function.
9305 (create_new_frame): Use frame_type_from_pc.
9306 (legacy_get_prev_frame): New function.
9307 (get_prev_frame): Rewrite. When an old style frame, call
9308 legacy_get_prev_frame. Otherwize, unwind the PC first.
9309 (_initialize_frame): Add ``set backtrace-below-main'' command.
9310 * Makefile.in (frame.o): Update dependencies.
9311
9312 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9313
9314 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9315 DEPRECATED_REGISTERS_INFO.
9316
9317 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9318
9319 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9320 Maintainers'. Update `Various Maintainers'.
9321
9322 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9323
9324 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9325 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9326 Suppress actual parameters when `-'.
9327 * gdbarch.h, gdbarch.c: Regenerate.
9328
9329 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9330
9331 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9332 code handling dummy frames.
9333
9334 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9335
9336 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9337 (struct frame_unwind): Add field pop.
9338 * frame.h (frame_pop): Declare.
9339 * frame.c (frame_saved_regs_pop): New function.
9340 (trad_frame_unwinder): Add frame_saved_regs_pop.
9341 (frame_pop): New function.
9342 * dummy-frame.c (dummy_frame_pop): New function.
9343 (discard_innermost_dummy): New function.
9344 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9345 (dummy_frame_unwind): Add dummy_frame_pop.
9346 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9347 * valops.c (hand_function_call): Ditto.
9348 * stack.c (return_command): Ditto.
9349
9350 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9351
9352 * cris-tdep.c: Fix function declaration indentation.
9353 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9354 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9355 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9356 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9357 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9358 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9359
9360 2003-01-18 Michael Chastain <mec@shout.net>
9361
9362 * README (Unpacking and Installation -- quick overview):
9363 Warn against ".../gdb-5.3/gdb/configure".
9364
9365 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9366
9367 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9368 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9369 (struct frame_unwind): Declare opaque.
9370 (dummy_frame_p): Declare function.
9371 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9372 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9373 * dummy-frame.c: Include "frame-unwind.h".
9374 (dummy_frame_p): New function.
9375 (dummy_frame_unwind): New variable.
9376 * frame.c: Include "frame-unwind.h".
9377 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9378 to use the new unwind field.
9379 (set_unwind_by_pc): Delete function.
9380 (create_new_frame, get_prev_frame): Set unwind field using
9381 frame_unwind_find_by_pc.
9382 (trad_frame_unwind, trad_frame_unwinder): New variables.
9383 * frame.h (trad_frame_unwind): Declare variable.
9384 (frame_id_unwind_ftype): Delete declaration.
9385 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9386 (struct frame_unwind): Declare opaque.
9387 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9388 register_unwind with a single unwind pointer.
9389 * frame-unwind.h, frame-unwind.c: New files.
9390 * Makefile.in (SFILES): Add frame-unwind.c.
9391 (frame_unwind_h): Define.
9392 (COMMON_OBS): Add frame-unwind.o.
9393 (frame-unwind.o): Specify dependencies.
9394 (frame.o, dummy-frame.o): Update dependencies.
9395
9396 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9397
9398 * ada-valprint.c: Eliminate PTR.
9399 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9400 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9401 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9402 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9403 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9404 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9405 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9406
9407 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9408
9409 * main.c (captured_main): Don't use PTR.
9410 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9411 * gdbtypes.c (lookup_primitive_typename): Ditto.
9412 (lookup_struct_elt_type): Ditto.
9413 * f-valprint.c (info_common_command): Ditto.
9414 (list_all_visible_commons): Ditto.
9415 * jv-typeprint.c (java_type_print_base): Ditto.
9416
9417 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9418 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9419 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9420 i386-interix-nat.c and i386-interix-tdep.c. Rename
9421 m68klinux-nat.c and m68klinux-tdep.c. Rename
9422 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9423 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9424 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9425 * main.c (captured_main): Use xfree, not free.
9426
9427 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9428
9429 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9430 ID back using a parameter.
9431 * frame.c (frame_id_unwind): Update call.
9432 (frame_saved_regs_id_unwind): Update.
9433 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9434 * dummy-frame.h (struct frame_id): Add opaque declaration.
9435 (dummy_frame_id_unwind): Update declaration.
9436
9437 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9438
9439 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9440
9441 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9442
9443 * MAINTAINERS (Stephen P. Smith): Updated email address.
9444
9445 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9446
9447 Fix PR gdb/898
9448 * breakpoint.c (until_break_command): Add new argument. Use it to
9449 decide whether to stop only at the current frame or not.
9450 * breakpoint.h (until_break_command): Update prototype.
9451 * infcmd.c (until_command): Add new argument to until_break_command
9452 call.
9453 (advance_command): New function.
9454 (_initialize_infcmd): Update help string for 'until' command.
9455 Add new 'advance' command.
9456
9457 2003-01-14 David Carlton <carlton@math.stanford.edu>
9458
9459 * linespec.c (decode_line_1): Normalize comments.
9460 (set_flags): Ditto.
9461 (locate_first_half): Ditto.
9462 (decode_compound): Ditto.
9463 (symtab_from_filename): Ditto.
9464 (decode_all_digits): Ditto.
9465 (decode_dollar): Ditto.
9466 (find_methods): Ditto.
9467 (find_toplevel_char): Ditto.
9468
9469 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9470
9471 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9472 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9473 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9474 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9475 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9476 * language.c, language.h, m32r-tdep.c: Update copyright.
9477 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9478 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9479 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9480 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9481 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9482 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9483
9484 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9485
9486 * stabsread.h (process_later, resolve_cfront_continuation):
9487 Obsolete.
9488 Update copyright years.
9489 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9490 Update copyright year.
9491 * dbxread.c(struct cont_elem): Obsolete.
9492 (process_later, process_now): Obsolete functions.
9493 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9494 Update copyright year.
9495 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9496 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9497 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9498 (parse_partial_symbols): Obsolete cfront support.
9499 * stabsread.c
9500 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9501 macros.
9502 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9503 read_cfront_baseclasses, read_cfront_member_functions,
9504 resolve_cfront_continuation,read_cfront_static_fields,
9505 copy_cfront_struct_fields): Obsolete functions.
9506 (define_symbol, read_one_struct_field): Obsolete cfront support.
9507 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9508 Update Copyright year.
9509
9510 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9511
9512 * stack.c (print_frame_info, print_stack_frame_base_stub,
9513 print_stack_frame_base, show_and_print_stack_frame_stub,
9514 show_and_print_stack_frame, print_only_stack_frame_stub,
9515 print_only_stack_frame): Delete functions.
9516 (print_stack_frame_stub): Call print_frame_info instead of
9517 print_frame_info_base.
9518 (print_frame_info_base): Rename to print_frame_info.
9519 (backtrace_command_1): Call print_frame_info, instead of
9520 print_frame_info_base.
9521 (current_frame_command): Call print_stack_frame, instead of
9522 print_only_stack_frame.
9523 (frame_command): Call print_stack_frame, instead of
9524 show_and_print_stack_frame.
9525 (up_command): Ditto.
9526 (down_command): Ditto.
9527 * frame.h (print_only_stack_frame): Delete prototype.
9528 * infrun.c (normal_stop): Call print_stack_frame, instead of
9529 show_and_print_stack_frame.
9530 * thread.c (info_threads_command): Call print_stack_frame, instead
9531 of print_only_stack_frame.
9532
9533 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9534
9535 * README (Graphical interface to GDB): Update URL. Point at
9536 gdb/links/.
9537
9538 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9539 version match.
9540
9541 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9542
9543 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9544 lines.
9545
9546 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9547
9548 * thread-db.c (attach_thread): Prototype.
9549 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9550 thread information (ti), and valid flags (th_valid, ti_valid).
9551 (attach_thread): Move target_pid_to_str call to after the thread
9552 is added to GDB's list. Initialize the cache.
9553 (thread_get_info_callback, thread_db_map_id2thr)
9554 (thread_db_get_info): New functions.
9555 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9556 (thread_db_store_registers, thread_db_thread_alive)
9557 (thread_db_get_thread_local_address): Use them.
9558 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9559 of calling error() for threads in unknown state.
9560
9561 (clear_lwpid_callback): New function.
9562 (thread_db_resume): Use it to clear the cache.
9563
9564 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9565
9566 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9567 (resume_callback): Remove dead code.
9568
9569 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9570
9571 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9572 predicate.
9573 * gdbarch.h, gdbarch.c: Regenerate.
9574 * stack.c (frame_info): Only initialize the saved registers when
9575 FRAME_INIT_SAVED_REGS_P.
9576 * frame.c (frame_saved_regs_register_unwind): Assert
9577 FRAME_INIT_SAVED_REGS_P.
9578 (deprecated_generic_get_saved_register): Ditto.
9579
9580 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * source.c (openp): Squelch warning about "filename".
9583
9584 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9585
9586 * source.c (openp): If the file does not exist don't necessarily
9587 search the path.
9588
9589 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9590
9591 Fix PR gdb/872.
9592 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9593 (integer_types_same_name_p): New function.
9594 (rank_one_type): Use it.
9595 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9596
9597 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9598
9599 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9600 variables.
9601 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9602 * configure.in: Add --with-sysroot.
9603 * configure: Regenerated.
9604 * main.c (gdb_sysroot): New variable.
9605 (captured_main): Initialize gdb_sysroot.
9606 * defs.h (gdb_sysroot): New extern declaration.
9607 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9608
9609 2003-01-12 Michael Chastain <mec@shout.net>
9610
9611 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9612
9613 2003-01-12 Michael Chastain <mec@shout.net>
9614
9615 * top.c (print_gdb_version): Bump copyright year to 2003.
9616
9617 2003-01-12 David Carlton <carlton@bactrian.org>
9618
9619 * linespec.c (symtab_from_filename): Rename variable 's' to
9620 'file_symtab'.
9621
9622 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9623
9624 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9625 dummy frame.
9626 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9627
9628 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9629
9630 * d10v-tdep.c: Include "gdb_assert.h".
9631 (d10v_store_return_value): Rewrite to match current interface.
9632 (d10v_extract_struct_value_address): Ditto.
9633 (d10v_extract_return_value): Ditto.
9634 (d10v_gdbarch_init): Set store_restore_value,
9635 extract_struct_value_address and extract_return_value.
9636
9637 2003-01-12 J. Brobecker <brobecker@gnat.com>
9638
9639 * hpread.c (set_namestring): New procedure replacing the
9640 SET_NAMESTRING macro.
9641 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9642 by calls to set_namestring.
9643
9644 2003-01-11 J. Brobecker <brobecker@gnat.com>
9645
9646 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9647 a compilation warning.
9648 (hpread_process_one_debug_symbol): Likewise.
9649
9650 2003-01-10 David Carlton <carlton@math.stanford.edu>
9651
9652 * linespec.c (decode_line_1): Rename variable 's' to
9653 'file_symtab'.
9654 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9655 (decode_dollar): Ditto.
9656 (decode_variable): Ditto.
9657 (symbol_found): Ditto.
9658
9659 2003-01-09 Michael Chastain <mec@shout.net>
9660
9661 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9662
9663 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9664
9665 * win32-nat.c (set_process_privilege): New function.
9666 (child_attach): Call set_process_privilege() to enable the
9667 SE_DEBUG_NAME user privilege if available in process token.
9668
9669 2003-01-10 J. Brobecker <brobecker@gnat.com>
9670
9671 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9672 compilation error in the previous revision.
9673
9674 2003-01-09 David Carlton <carlton@math.stanford.edu>
9675
9676 * linespec.c: Update copyright.
9677
9678 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9679
9680 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9681 than inferior_ptid.
9682 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9683
9684 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9685
9686 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9687 Update comments.
9688 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9689 (frame_saved_regs_zalloc): Update.
9690 (frame_saved_regs_register_unwind): Update.
9691 (create_new_frame): Update.
9692 (get_prev_frame): Update.
9693 (frame_extra_info_zalloc): Update.
9694 (deprecated_get_frame_saved_regs): Update.
9695 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9696 * cris-tdep.c: Update comment.
9697
9698 * somsolib.h: Fix function indentation.
9699 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9700 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9701 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9702 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9703 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9704
9705 * infrun.c (follow_fork): Use ISO C definition.
9706 * expprint.c (print_subexp): Use xfree instead of free.
9707 * charset.c: Include "gdb_string.h" instead of <string.h>.
9708 (register_iconv_charsets): Use ISO C definition.
9709 (host_charset, target_charset): Ditto.
9710 * Makefile.in (charset.o): Update dependencies.
9711 (mi-cmd-env.o): Update dependencies.
9712
9713 2003-01-08 Andrew Cagney <cagney@redhat.com>
9714
9715 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9716 get_frame_base.
9717
9718 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9719
9720 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9721 build directories. Save edited gdb output in Mbuild.log. If a
9722 build fails, remove any final GDB executable.
9723
9724 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9725
9726 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9727 replacing hex constants with function names and stripping leading
9728 file name directory prefixes.
9729
9730 2003-01-08 Andrew Cagney <cagney@redhat.com>
9731
9732 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9733 get_frame_base.
9734
9735 2003-01-08 David Carlton <carlton@math.stanford.edu>
9736
9737 * linespec.c (decode_line_1): Move code into decode_variable.
9738 (decode_variable): New function.
9739
9740 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9741
9742 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9743
9744 2003-01-08 Andrew Cagney <cagney@redhat.com>
9745
9746 * cris-tdep.c (cris_frame_init_saved_regs): Use
9747 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9748 saved_regs buffer.
9749 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9750 (sh64_nofp_frame_init_saved_regs): Ditto.
9751 (sh_fp_frame_init_saved_regs): Ditto.
9752 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9753 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9754 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9755 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9756
9757 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9758
9759 * minsyms.c (lookup_minimal_symbol): Update comment.
9760 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9761 (lookup_minimal_symbol_solib_trampoline): Likewise.
9762
9763 2003-01-08 Andrew Cagney <cagney@redhat.com>
9764
9765 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9766 frame_relative_level.
9767
9768 * alpha-tdep.c: Use get_frame_extra_info.
9769 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9770 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9771 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9772 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9773
9774 * alpha-tdep.c: Use get_next_frame.
9775 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9776 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9777 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9778 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9779 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9780 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9781 * xstormy16-tdep.c: Ditto.
9782
9783 2003-01-07 Andrew Cagney <cagney@redhat.com>
9784
9785 * alpha-tdep.c: Use get_frame_base.
9786 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9787 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9788 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9789 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9790 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9791 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9792 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9793 * config/sparc/tm-sparc.h: Ditto.
9794
9795 2003-01-07 Andrew Cagney <cagney@redhat.com>
9796
9797 * frame.c (deprecated_get_frame_context): New function.
9798 (deprecated_set_frame_context): New function.
9799 * frame.h (deprecated_get_frame_context): Declare.
9800 (deprecated_set_frame_context): Declare.
9801 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9802 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9803
9804 2003-01-07 Andrew Cagney <cagney@redhat.com>
9805
9806 * frame.c (deprecated_set_frame_next_hack): New function.
9807 (deprecated_set_frame_prev_hack): New function.
9808 * frame.h (deprecated_set_frame_next_hack): Declare.
9809 (deprecated_set_frame_prev_hack): Declare.
9810 * mcore-tdep.c (analyze_dummy_frame): Use
9811 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9812 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9813
9814 2003-01-07 David Carlton <carlton@math.stanford.edu>
9815
9816 * linespec.c (decode_line_1): Move code into decode_dollar.
9817 (decode_dollar): New function.
9818
9819 2003-01-07 Andrew Cagney <cagney@redhat.com>
9820
9821 * arm-tdep.c (arm_init_extra_frame_info): Use
9822 deprecated_update_frame_base_hack.
9823 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9824 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9825 (fix_frame_pointer): Ditto.
9826 (mn10300_analyze_prologue): Ditto.
9827
9828 2003-01-07 Andrew Cagney <cagney@redhat.com>
9829
9830 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9831 extra_info using frame_extra_info_zalloc.
9832 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9833 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9834 (sh64_init_extra_frame_info): Ditto.
9835 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9836 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9837 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9838 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9839 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9840 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9841 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9842 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9843 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9844 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9845 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9846 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9847
9848 * mn10300-tdep.c (analyze_dummy_frame): Use
9849 deprecated_set_frame_extra_info_hack.
9850 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9851
9852 2003-01-07 J. Brobecker <brobecker@gnat.com>
9853
9854 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9855 class is not scText. These do not define "real" procedures.
9856 (parse_partial_symbols): Likewise.
9857
9858 2003-01-06 Michael Snyder <msnyder@redhat.com>
9859
9860 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9861
9862 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9863
9864 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9865 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9866 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9867 deprecated_frame_xmalloc_with_cleanup.
9868 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9869 deprecated_frame_xmalloc.
9870 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9871 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9872
9873 2003-01-06 Andrew Cagney <cagney@redhat.com>
9874
9875 * x86-64-linux-tdep.c: Include "osabi.h".
9876 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9877
9878 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9879
9880 2003-01-06 Andrew Cagney <cagney@redhat.com>
9881
9882 * MAINTAINERS (Target Instruction Set Architectures): Update
9883 arm-elf. Can be built with -Werror, has been multiarched.
9884
9885 * value.h (unpack_long): Make buffer parameter constant.
9886 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9887 * scm-lang.h (scm_parse): Ditto.
9888 * defs.h (extract_typed_address, extract_address): Ditto.
9889 (extract_long_unsigned_integer): Ditto.
9890 * inferior.h (unsigned_pointer_to_address): Ditto.
9891 (signed_pointer_to_address): Ditto.
9892 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9893 * gdbarch.h, gdbarch.c: Regenerate.
9894 * findvar.c (extract_long_unsigned_integer): Update.
9895 (extract_address): Update.
9896 (extract_typed_address): Update.
9897 (unsigned_pointer_to_address): Update.
9898 * values.c (unpack_long): Update.
9899 (unpack_double): Update.
9900 (unpack_pointer): Update.
9901 (unpack_field_as_long): Update.
9902 * d10v-tdep.c (d10v_pointer_to_address): Update.
9903 * avr-tdep.c (avr_pointer_to_address): Update.
9904 * scm-lang.c (scm_unpack): Update.
9905 * findvar.c (signed_pointer_to_address): Update.
9906
9907 2003-01-06 Michal Ludvig <mludvig@suse.cz>
9908
9909 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
9910 since it is in i386-tdep.c.
9911
9912 2003-01-06 J. Brobecker <brobecker@gnat.com>
9913
9914 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9915 failure introduced in the previous change.
9916
9917 2003-01-05 Michael Chastain <mec@shout.net>
9918
9919 * README: Remove references to deleted remote-*.c files:
9920 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9921 remote-nrom.c, remote-os9k.c, remote-udi.c.
9922
9923 2003-01-05 Mark Kettenis <kettenis@gnu.org>
9924
9925 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9926 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9927 i386_get_longjmp_target.
9928
9929 2003-01-05 Andrew Cagney <ac131313@redhat.com>
9930
9931 * arm-tdep.c (prologue_cache): Change to a pointer.
9932 (_initialize_arm_tdep): Allocate prologue_cache.
9933 (check_prologue_cache): Update.
9934 (save_prologue_cache): Update.
9935 (arm_gdbarch_init): Update.
9936
9937 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9938
9939 * stabsread.c (update_method_name_from_physname): Call complaint()
9940 instead of error.
9941
9942 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9943
9944 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9945 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9946 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9947
9948 * blockframe.c: Include "gdbcmd.h" and "command.h".
9949 (backtrace_below_main): New variable.
9950 (file_frame_chain_valid, func_frame_chain_valid)
9951 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9952 (generic_func_frame_chain_valid): Remove functions.
9953 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9954 (_initialize_blockframe): New function.
9955 * Makefile.in (blockframe.o): Update dependencies.
9956 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9957 comment. Call frame_chain_valid ().
9958 * frame.h: Remove old prototypes. Add prototype for
9959 frame_chain_valid and update comments to match.
9960 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9961 Remove old comment.
9962 * gdbarch.h: Regenerated.
9963 * gdbarch.c: Regenerated.
9964
9965 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9966 set_gdbarch_frame_chain_valid.
9967 * avr-tdep.c (avr_gdbarch_init): Likewise.
9968 * cris-tdep.c (cris_gdbarch_init): Likewise.
9969 * frv-tdep.c (frv_gdbarch_init): Likewise.
9970 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9971 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9972 (i386_nw_init_abi): Likewise.
9973 (i386_gdbarch_init): Likewise.
9974 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9976 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9977 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9978 * mips-tdep.c (mips_gdbarch_init): Likewise.
9979 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9980 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9981 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9982 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9983 * s390-tdep.c (s390_gdbarch_init): Likewise.
9984 * sh-tdep.c (sh_gdbarch_init): Likewise.
9985 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9986 * v850-tdep.c (v850_gdbarch_init): Likewise.
9987 * vax-tdep.c (vax_gdbarch_init): Likewise.
9988 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9989
9990 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9991 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9992 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9993 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9994 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9995 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9996 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9997 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9998
9999 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10000
10001 * Makefile.in (acconfig_h): Remove incorrect macro.
10002 (config_h): Define.
10003 (osabi.o): Update dependencies.
10004 * configure.tgt: Set gdb_osabi based on target triplet.
10005 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10006 * configure: Regenerated.
10007 * config.in: Regenerated.
10008 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10009 (GDB_OSABI_DEFAULT): Define if not already defined.
10010 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10011 (set_osabi_string): New variables.
10012 (gdbarch_register_osabi): Add new OS ABI to
10013 gdb_osabi_available_names.
10014 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10015 (set_osabi, show_osabi): New functions.
10016 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10017
10018 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10019
10020 * arch-utils.c (gdbarch_info_init): Set osabi to
10021 GDB_OSABI_UNINITIALIZED.
10022 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10023 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10024 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10025 * gdbarch.c: Regenerated.
10026 * gdbarch.h: Regenerated.
10027 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10028 there's no BFD.
10029 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10030 * osabi.h (enum gdb_osabi): Move to defs.h.
10031 (gdbarch_init_osabi): Update prototype.
10032 * defs.h (enum gdb_osabi): Moved here.
10033 * Makefile.in: Update dependencies.
10034
10035 * alpha-tdep.h: Don't include "osabi.h".
10036 (struct gdbarch_tdep): Remove osabi member.
10037 * alpha-tdep.c: Include "osabi.h".
10038 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10039 iterate over arches. Update call to gdbarch_init_osabi.
10040 (alpha_dump_tdep): Don't dump osabi.
10041 * alpha-linux-tdep.c: Include "osabi.h".
10042 * alpha-osf1-tdep.c: Include "osabi.h".
10043 * alphafbsd-tdep.c: Include "osabi.h".
10044 * alphanbsd-tdep.c: Include "osabi.h".
10045
10046 * arm-tdep.h: Don't include "osabi.h".
10047 (struct gdbarch_tdep): Remove osabi member.
10048 * arm-tdep.c: Include "osabi.h".
10049 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10050 iterate over arches. Update call to gdbarch_init_osabi.
10051 (arm_dump_tdep): Don't dump osabi.
10052 * arm-linux-tdep.c: Include "osabi.h".
10053 * armnbsd-tdep.c: Include "osabi.h".
10054
10055 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10056 Update call to gdbarch_init_osabi.
10057
10058 * i386-tdep.h: Don't include "osabi.h".
10059 (struct gdbarch_tdep): Remove osabi member.
10060 * i386-tdep.c: Include "osabi.h".
10061 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10062 iterate over arches. Update call to gdbarch_init_osabi.
10063 (i386_dump_tdep): Don't dump osabi.
10064 * i386-linux-tdep.c: Include "osabi.h".
10065 * i386-sol2-tdep.c: Include "osabi.h".
10066 * i386bsd-tdep.c: Include "osabi.h".
10067 * i386gnu-tdep.c: Include "osabi.h".
10068 * i386ly-tdep.c: Include "osabi.h".
10069 * i386nbsd-tdep.c: Include "osabi.h".
10070 * i386obsd-tdep.c: Include "osabi.h".
10071
10072 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10073 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10074 check osabi when iterating over arches. Update call to
10075 gdbarch_init_osabi.
10076 (mips_dump_tdep): Don't dump osabi.
10077
10078 * ns32k-tdep.h: Don't include "osabi.h".
10079 (struct gdbarch_tdep): Remove.
10080 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10081 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10082 allocate tdep. Update call to gdbarch_init_osabi.
10083 (ns32k_dump_tdep): Remove.
10084 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10085 * ns32knbsd-tdep.c: Include "osabi.h".
10086
10087 * ppc-tdep.h: Don't include "osabi.h".
10088 (struct gdbarch_tdep): Remove osabi member.
10089 * rs6000-tdep.c: Include "osabi.h".
10090 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10091 osabi when iterating over arches. Update call to
10092 gdbarch_init_osabi.
10093 (rs6000_dump_tdep): Don't dump osabi.
10094 * ppc-linux-tdep.c: Include "osabi.h".
10095 * ppcnbsd-tdep.c: Include "osabi.h".
10096
10097 * sh-tdep.h: Don't include "osabi.h".
10098 (struct gdbarch_tdep): Remove osabi member.
10099 * sh-tdep.c: Include "osabi.h".
10100 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10101 iterate over arches. Update call to gdbarch_init_osabi.
10102 (sh_dump_tdep): Don't dump osabi.
10103 * shnbsd-tdep.c: Include "osabi.h".
10104
10105 * sparc-tdep.c: Include "osabi.h".
10106 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10107 iterate over arches. Update call to gdbarch_init_osabi.
10108 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10109 tdep structure.
10110
10111 * vax-tdep.h: Don't include "osabi.h".
10112 (struct gdbarch_tdep): Remove.
10113 * vax-tdep.c: Include "osabi.h".
10114 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10115 iterate over arches. Don't allocate tdep. Update call
10116 to gdbarch_init_osabi.
10117 (vax_dump_tdep): Remove.
10118 (_initialize_vax_tdep): Update call to gdbarch_register.
10119
10120 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10121
10122 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10123 entirely.
10124 (breakpoint_re_set_one): Don't fetch the value for a disabled
10125 watchpoint.
10126
10127 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10128
10129 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10130 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10131 (COERCE_FLOAT_TO_DOUBLE): Remove.
10132 * gdbarch.c: Regenerate.
10133 * gdbarch.h: Regenerate.
10134 * Makefile.in: Remove value_h from gdbarch_h.
10135 * valops.c (coerce_float_to_double): New variable.
10136 (default_coerce_float_to_double): Remove.
10137 (standard_coerce_float_to_double): Remove.
10138 (value_arg_coerce): Use coerce_float_to_double.
10139 (_initialize_valops): Add "set coerce-float-to-double".
10140 * value.h (default_coerce_float_to_double): Remove prototype.
10141 (standard_coerce_float_to_double): Remove prototype.
10142
10143 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10144 prototyped.
10145 * mdebugread.c (parse_symbol): Likewise.
10146 * stabsread.c (define_symbol): Mark all functions as prototyped.
10147
10148 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10149 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10150 set_gdbarch_coerce_float_to_double.
10151 * arm-tdep.c (arm_gdbarch_init): Likewise.
10152 * frv-tdep.c (frv_gdbarch_init): Likewise.
10153 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10154 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10155 * mips-tdep.c (mips_gdbarch_init): Likewise.
10156 (mips_coerce_float_to_double): Remove.
10157 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10158 (rs6000_coerce_float_to_double): Remove.
10159 * s390-tdep.c (s390_gdbarch_init): Likewise.
10160 * sh-tdep.c (sh_gdbarch_init): Likewise.
10161 (sh_coerce_float_to_double): Remove.
10162 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10163 (sparc_coerce_float_to_double): Remove.
10164 * v850-tdep.c (v850_gdbarch_init): Likewise.
10165 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10166 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10167 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10168 (hppa_coerce_float_to_double): Remove prototype.
10169 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10170
10171 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10172
10173 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10174
10175 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10176
10177 Suggested by Stewart Brown <sb24@avaya.com>:
10178 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10179 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10180 (c_type_print_varspec_suffix): Likewise.
10181
10182 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10183
10184 * configure.in: Don't set and AC_SUBST SUBDIRS.
10185 * configure: Regenerated.
10186
10187 * configure.in: Remove code dealing with shared libraries.
10188 * Makefile.in: Remove HLDFLAGS and HLDENV.
10189 * configure: Regenerated.
10190
10191 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10192
10193 * frame.c (deprecated_frame_xmalloc): New function.
10194 (deprecated_set_frame_saved_regs_hack): New function.
10195 (deprecated_set_frame_extra_info_hack): New function.
10196 * frame.h (deprecated_frame_xmalloc): Declare.
10197 (deprecated_set_frame_saved_regs_hack): Declare.
10198 (deprecated_set_frame_extra_info_hack): Declare.
10199
10200 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10201
10202 * configure.in: Move code that provides the --enable-gdbtk option
10203 right after the code that handles the --enable-tui option, and
10204 polish it somewhat.
10205 * configure: Regenerated.
10206
10207 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10208 AC_CHECK_FUNCS and remove the old check for pread64.
10209 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10210 * acconfig.h (_GNU_SOURCE): Add.
10211 (HAVE_PREAD64): Remove.
10212 * configure, aclocal.m4, config.in: Regenerated.
10213
10214 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10215
10216 * alpha-tdep.c: Use get_frame_saved_regs.
10217 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10218 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10219 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10220 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10221 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10222
10223 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10224
10225 * configure.in: Remove all use of the SUBDIRS variable; add
10226 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10227 code providing the --enable-multi-ice option, and move it right in
10228 front of the code that checks whether gdbserver is supported.
10229 Polish that too.
10230 * configure: Regenerated.
10231 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10232 @SUBDIRS@.
10233
10234 2003-01-03 Andrew Cagney <cagney@redhat.com>
10235
10236 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10237 * avr-tdep.c, cris-tdep.c: Ditto.
10238 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10239 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10240
10241 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10242
10243 * configure.in: Remove --enable-netrom option.
10244 * configure: Regenerated.
10245
10246 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10247
10248 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10249 declaration for `struct re_pattern_buffer' instead.
10250 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10251
10252 2003-01-03 J. Brobecker <brobecker@gnat.com>
10253
10254 * mdebugread.c (parse_symbol): Count until the stEnd matching
10255 the structure name.
10256
10257 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10258
10259 * configure.in: Remove --with-cpu option.
10260 subscripts. Remove evil changequotes here.
10261 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10262 * config.in, configure: Regenerated.
10263
10264 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10265 * configure.in: Cleanup section that sources GDB and BFD configure
10266 subscripts. Remove evil changequotes here.
10267 * config.in, configure: Regenerated.
10268
10269 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10270
10271 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10272 frame accessor methods.
10273 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10274 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10275 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10276 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10277 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10278 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10279 * z8k-tdep.c: Ditto.
10280
10281 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10282
10283 * configure.in: Remove UI_OUT configuration code.
10284 * ada-lang.c: Update assuming UI_OUT is always true.
10285 * Makefile.in (UIOUT_CFLAGS): Remove.
10286 * configure: Regenerated.
10287 * TODO: Remove blurb about elimination of -DUI_OUT.
10288
10289 * configure.in: Move code that provides the --enable-gdbcli,
10290 --enable-gdbmi options right before the code that handles the
10291 --enable-tui option. Polish a bit.
10292 * configure: Regenerated.
10293
10294 * configure.in: Rewrite check for GNU regex and the
10295 --without-included regex option, and move it into the "Checks for
10296 library functions" section. This makes us use the system regex
10297 again by default on systems with version 2 of the GNU C library.
10298 This was apparently broken.
10299 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10300 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10301 * config.in, configure: Regenerated.
10302
10303 * configure.in: Move code that provides the --enable-tui option
10304 before the "Checks for libraries" section. Polish the code
10305 somewhat and set need_curses to yes if we build the TUI. Rewrite
10306 code that looks for a library providing termcap functionality to
10307 match more closely what's done in the Readline library, and move
10308 it into to the "Checks for libraries" section.
10309 * configure: Regenerated.
10310 * Makefile.in (TERMCAP): Remove variable.
10311 * config/i386/go32.mh (TERMCAP): Remove variable.
10312
10313 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10314
10315 * MAINTAINERS: Mention gdb_mbuild.sh.
10316 * gdb_mbuild.sh: Rewrite.
10317
10318 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10319
10320 * configure.in: Fix typo in last change.
10321 * config.in, configure: Regenerated.
10322
10323 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10324
10325 * valarith.c (value_binop): Delete obsolete code and comments.
10326 * configure.host: Ditto.
10327 * buildsym.h (make_blockvector): Ditto.
10328 * buildsym.c (make_blockvector): Ditto.
10329 * defs.h (enum language): Ditto.
10330 (chill_demangle): Ditto.
10331 * elfread.c (elf_symtab_read): Ditto.
10332 * dwarfread.c (CHILL_PRODUCER): Ditto.
10333 (set_cu_language): Ditto.
10334 (handle_producer): Ditto.
10335 * expprint.c (print_subexp): Ditto.
10336 * gdbtypes.c (chill_varying_type): Ditto.
10337 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10338 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10339 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10340 (chill_varying_type): Ditto.
10341 * language.h (_LANG_chill): Ditto.
10342 * language.c (binop_result_type, integral_type): Ditto.
10343 (character_type, string_type, structured_type): Ditto.
10344 (lang_bool_type, binop_type_check): Ditto.
10345 * stabsread.h (os9k_stabs): Ditto.
10346 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10347 (define_symbol, read_type, read_struct_fields): Ditto.
10348 (read_array_type, read_enum_type, read_huge_number): Ditto.
10349 (read_range_type, start_stabs): Ditto.
10350 * symfile.c (init_filename_language_table): Ditto.
10351 (add_psymbol_with_dem_name_to_list): Ditto.
10352 * symtab.c (symbol_init_language_specific): Ditto.
10353 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10354 * symtab.h (struct general_symbol_info): Ditto.
10355 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10356 * typeprint.c (typedef_print): Ditto.
10357 * utils.c (fprintf_symbol_filtered): Ditto.
10358 * valops.c (value_cast, search_struct_field, value_slice): Delete
10359 obsolete code.
10360 (varying_to_slice): Delete function.
10361 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10362 (varying_to_slice): Delete declaration.
10363 * MAINTAINERS: Update.
10364
10365 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10366
10367 * configure.in: Reorganize "Checks for library functions section"
10368 a bit. Remove check for `btowc' and `isascii' functions.
10369 * configure: Regenerated.
10370
10371 * acconfig.h (_MSE_INT_H): Remove.
10372 * configure.in: Create "Checks for header files" section, and move
10373 appropriate tests there. Don't check for objlist.h, wchar.h,
10374 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10375 misdetection fix. Also add "Checks for types", "Checks for
10376 compiler characteristics" and "Checks for library functions"
10377 sections.
10378 * config.in, configure: Regenerated.
10379
10380 * configure.in: Create "Checks for programs" section, and move
10381 appropriate tests there.
10382
10383 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10384
10385 * configure.in: Create "Checks for libraries" section, and move
10386 appropriate tests there. Cleanup check for wctype in libw. Use
10387 AC_SEARCH_LIBS to see whether we need libsocket.
10388 * configure: Regenerated.
10389
10390 For older changes see ChangeLog-2002
10391 \f
10392 Local Variables:
10393 mode: change-log
10394 left-margin: 8
10395 fill-column: 74
10396 version-control: never
10397 End:
This page took 0.254759 seconds and 4 git commands to generate.