* i386bsd-nat.c (fetch_inferior_registers,
[binutils-gdb.git] / gdb / ChangeLog
1 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2
3 * i386bsd-nat.c (fetch_inferior_registers,
4 store_inferior_registers): Don't use && at the end of a line.
5 (_initialize_i386bsd_nat): Fix typo.
6
7 * frame.c (_initialize_frame): Add missing backslash.
8
9 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
10 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
11 and supply_register instead of manipulating the register buffer
12 directly.
13
14 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
15 * config/i386/nm-i386sol2.h
16 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
17
18 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
19 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
20 instructions that GCC likes to mingle into the prologue. Fixes
21 gdb/1253 and gdb/1255.
22
23 2003-08-09 Andrew Cagney <cagney@redhat.com>
24
25 Fix GDB PR cli/926.
26 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
27 * command.h (add_setshow_uinteger_cmd): Declare.
28 * frame.c (set_backtrace_cmd): New function.
29 (show_backtrace_cmd): New function.
30 * frame.c (_initialize_frame): Replace "set/show
31 backtrace-below-main" with "set/show backtrace past-main". Add
32 command "set/show backtrace limit".
33 (backtrace_past_main): Rename "backtrace_below_main".
34 (backtrace_limit): New variable.
35 (get_prev_frame): Update. Check the backtrace_limit.
36
37 2003-08-09 Andrew Cagney <cagney@redhat.com>
38
39 * defs.h (xstrprintf): Declare.
40 * utils.c (xstrprintf): New function.
41 * breakpoint.c (insert_breakpoints): Replace sprintf and
42 non-literal format strings, with xstrprintf and cleanups.
43 (delete_breakpoint,breakpoint_re_set): Ditto.
44 (commands_command, insert_breakpoints): Ditto.
45 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
46 (break_at_finish_command_1): Ditto.
47
48 2003-08-09 Andrew Cagney <cagney@redhat.com>
49
50 * MAINTAINERS (language support): List Adam Fedor as Objective C
51 maintainer.
52
53 2003-08-08 J. Brobecker <brobecker@gnat.com>
54
55 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
56 are now multiarched.
57
58 2003-08-08 J. Brobecker <brobecker@gnat.com>
59
60 * config/pa/tm-hppa64.h: Remove lots of macros that are no
61 longer necessary now that hppa64 is partially multiarch'ed.
62
63 2003-08-08 Andrew Cagney <cagney@redhat.com>
64
65 * interps.c (interp_set): Check for a NULL "old_interp".
66
67 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
68
69 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
70 (install-only): Support DESTDIR.
71 (uninstall): Likewise.
72 (install-gdbtk): Likewise.
73
74 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
75
76 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
77 contains something meaningful at all times.
78
79 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
80
81 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
82
83 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
84
85 * MAINTAINERS (write after approval): Added self.
86
87 2003-08-07 Andrew Cagney <cagney@redhat.com>
88
89 * inferior.h (AT_SYMBOL): Define.
90 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
91 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
92 * mips-tdep.c (mips_call_dummy_address): Delete function.
93 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
94 set call_dummy_address.
95
96 2003-08-07 Andrew Cagney <cagney@redhat.com>
97
98 * language.c (op_error): Delete function.
99 (binop_type_check): Delete function.
100 * language.h (type_op_error, range_op_error): Delete macros.
101 (op_error): Delete declaration.
102
103 2003-08-07 Andrew Cagney <cagney@redhat.com>
104
105 * interps.h (INTERP_MI2, INTERP_MI3): Define.
106
107 2003-08-07 Michal Ludvig <mludvig@suse.cz>
108
109 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
110 (x86_64_push_arguments): Skip the red zone.
111
112 2003-08-05 Andrew Cagney <cagney@redhat.com>
113
114 * reggroups.c (reggroup_next): Check for the final entry.
115
116 2003-08-04 Andrew Cagney <cagney@redhat.com>
117
118 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
119 * cli/cli-script.c (define_command): Call query directly, instead
120 of passing it a buffer.
121 * ocd.c (ocd_error): Pass error a constant format string.
122 * remote-mips.c (mips_error): Use fputs_filtered.
123
124 * solib-svr4.c (_initialize_svr4_solib): Update
125 register_gdbarch_data call.
126 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
127
128 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
129 (register_gdbarch_data): Delete "free" parameter. Update
130 comments.
131 * gdbarch.h, gdbarch.c: Re-generate.
132 * reggroups.c (_initialize_reggroup): Update.
133 * gnu-v3-abi.c (init_gnuv3_ops): Update.
134 * frame-base.c (_initialize_frame_base): Update.
135 * frame-unwind.c (_initialize_frame_unwind): Update.
136 * user-regs.c (_initialize_user_regs): Update.
137 * remote.c (_initialize_remote): Update.
138 * regcache.c (_initialize_regcache): Update.
139
140 * regcache.c (xfree_regcache_descr): Delete function.
141 (_initialize_regcache): Update call to register_gdbarch_data.
142 (init_regcache_descr, init_legacy_regcache_descr): Use
143 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
144
145 * remote.c (free_remote_state): Delete function.
146 (_initialize_remote): Update register_gdbarch_data.
147 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
148 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
149
150 2003-08-04 Andrew Cagney <cagney@redhat.com>
151
152 * reggroups.c (struct reggroup_el): Define.
153 (struct reggroups): Delete field "nr_group". Replace array
154 "group" with a "first" to "last" linked list.
155 (reggroups_init): Update. Allocate using gdbarch's obstack.
156 (reggroups_free): Delete function.
157 (add_group): Update. Add "el" parameter.
158 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
159 (default_groups): Update.
160 (reggroup_next): Replace reggroups.
161 (reggroups_dump): Update.
162 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
163 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
164 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
165
166 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
167
168 * Makefile.in (tui-interp.o): Update dependencies.
169
170 2003-08-04 David Carlton <carlton@kealia.com>
171
172 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
173 to internal_error call.
174 * source.c (forward_search_command): Add "%s" format argument.
175 (reverse_search_command): Ditto.
176 * top.c (quit_confirm): Ditto.
177 * cli/cli-setshow.c (do_setshow_command): Ditto.
178 * cp-valprint.c (cp_print_class_method): Replace
179 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
180 (cp_print_class_member): Ditto.
181 * event-top.c (command_line_handler): Ditto.
182 * linux-proc.c (linux_info_proc_cmd): Ditto.
183 * p-typeprint.c (pascal_type_print_base): Ditto.
184 * p-valprint.c (pascal_object_print_class_method): Ditto.
185 (pascal_object_print_class_member): Ditto.
186 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
187 * remote.c (remote_cisco_section_offsets): Ditto.
188 * top.c (command_line_input): Ditto.
189 * utils.c (vwarning,error_stream,quit): Ditto.
190 * valprint.c (print_floating,print_binary_chars)
191 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
192
193 2003-08-04 Andrew Cagney <cagney@redhat.com>
194
195 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
196
197 2003-08-02 Andrew Cagney <cagney@redhat.com>
198
199 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
200 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
201 amd64fbsd-nat.c.
202
203 2003-08-02 Andrew Cagney <cagney@redhat.com>
204
205 * Makefile.in: Update all dependencies and definitions.
206
207 2003-08-02 Adam Fedor <fedor@gnu.org>
208
209 * linespec.c (is_objc_method_format): New function
210 (decode_line_1, locate_first_half): Use it.
211 Fixes PR objc/1298
212
213 2003-08-01 Andrew Cagney <cagney@redhat.com>
214
215 * NEWS: Mention that m32r is multi-arch.
216 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
217 * configure.tgt: Recognize m32r-*-*.
218 * config/m32r/tm-m32r.h: Delete file.
219 * config/m32r/m32r.mt: New file.
220 * m32r-rom.c (m32r_upload_command): Use hostent only when
221 gethostname succeeds, in order to avoid a compilation
222 warning.
223 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
224 compiler warning.
225
226 2003-08-01 Michael Snyder <msnyder@redhat.com>
227
228 * sh-tdep.c (sh_frame_align): New gdbarch method.
229 (sh_gdbarch_init): Set up frame_align method.
230
231 2003-07-31 Michael Snyder <msnyder@redhat.com>
232
233 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
234 which is already covered by the new frames infrastructure.
235
236 2003-07-31 Andrew Cagney <cagney@redhat.com>
237
238 * user-regs.c (struct user_reg): Add "next" link.
239 (struct user_regs): Replace "user" with "first" and "last" links.
240 (append_user_reg): Add pre-allocated "reg" parameter.
241 (builtin_user_regs): Provide initial value for "last".
242 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
243 (user_regs_init): Allocate memory from the gdbarch obstack.
244 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
245 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
246 linked list.
247 (usernum_to_user_reg): New function.
248 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
249 (value_of_user_reg): Use usernum_to_user_reg.
250 (user_regs_free): Delete function.
251 (_initialize_user_regs): Update register_gdbarch_data call.
252
253 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
254
255 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
256
257 2003-07-30 Michael Snyder <msnyder@redhat.com>
258
259 * value.h (value_being_returned): Add a struct_addr argument.
260 * infcall.c (call_function_by_hand): Pass struct_addr to
261 value_being_returned.
262 * infcmd.c (print_return_value): Pass zero as struct_addr.
263 * values.c (value_being_returned): If struct_addr is passed,
264 use it instead of trying to recover it from the inferior.
265
266 2003-07-30 Kevin Buettner <kevinb@redhat.com>
267
268 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
269 the prologue analyzer won't need to attempt to extract the pc
270 value from the woefully incomplete dummy frame.
271 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
272 possible. Disable code which modifies the frame.
273
274 2003-07-28 Andrew Cagney <cagney@redhat.com>
275
276 * annotate.c (annotate_breakpoints_headers): Restrict annotation
277 to level 2.
278 (annotate_breakpoints_table, annotate_record): Ditto.
279 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
280 (annotate_field_name_end, annotate_field_value): Ditto.
281 (annotate_field_end, annotate_frame_source_begin): Ditto.
282 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
283 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
284 (annotate_frame_begin, annotate_frame_function_name): Ditto.
285 (annotate_frame_address_end, annotate_frame_address): Ditto.
286 (annotate_frame_args, annotate_frame_end): Ditto.
287 (annotate_frame_where, annotate_arg_begin): Ditto.
288 (annotate_arg_name_end, annotate_arg_value): Ditto.
289 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
290 (annotate_function_call, annotate_signal_name): Ditto.
291 (annotate_signal_string, annotate_signal_name_end): Ditto.
292 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
293 (annotate_value_begin, annotate_value_history_value): Ditto.
294 (annotate_value_history_end, annotate_value_end): Ditto.
295 (annotate_display_begin, annotate_display_number_end): Ditto.
296 (annotate_display_format, annotate_display_expression): Ditto.
297 (annotate_display_expression_end, annotate_display_value): Ditto.
298 (annotate_display_end, annotate_array_section_begin): Ditto.
299 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
300 (annotate_elt, annotate_array_section_end): Ditto.
301
302 2003-07-28 Andrew Cagney <cagney@redhat.com>
303
304 * regcache.c (struct regcache_descr): Update comments on
305 nr_raw_registers.
306 (init_legacy_regcache_descr): Don't set nr_raw_registers or
307 sizeof_raw_register_valid_p.
308 (init_regcache_descr): Set nr_raw_registers and
309 sizeof_raw_register_valid_p before calling
310 init_legacy_regcache_descr.
311
312 2003-07-28 Andrew Cagney <cagney@redhat.com>
313
314 * mips-tdep.c (print_gp_register_row): Print the GPR's register
315 MOD NUM_REGS.
316
317 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
318
319 * thread.c (info_threads_command): Use get_selected_frame ().
320 Check that there is at least one non-sentinel frame.
321
322 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
323
324 * m68hc11-tdep.c (struct frame_extra_info): Remove.
325 (m68hc11_pop_frame): Remove.
326 (m68hc11_frame_saved_pc): Remove.
327 (m68hc11_frame_chain): Remove.
328 (m68hc11_frame_init_saved_regs): Remove.
329 (m68hc11_init_extra_frame_info): Remove.
330 (m68hc11_store_struct_return): Remove.
331 (m68hc11_saved_pc_after_call): Remove.
332
333 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
334
335 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
336 frame unwind information.
337 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
338 and adapted for frame unwinding.
339 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
340 (m68hc11_unwind_pc): New function.
341 (m68hc11_frame_unwind_cache): New function to analyze frames.
342 (m68hc11_frame_this_id): New function to create new frame struct.
343 (m68hc11_frame_prev_register): New function to unwind a register from
344 the frame.
345 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
346 (m68hc11_frame_p): New function for the above.
347 (m68hc11_frame_base_address): New function to return fp of frame.
348 (m68hc11_frame_args_address): Update for frame.
349 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
350 (m68hc11_unwind_sp): New function.
351 (m68hc11_unwind_dummy_id): New function.
352 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
353 calls.
354
355 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
356
357 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
358 (m68hc11_guess_from_prologue): Advance the pc and frame size only
359 when we are beyond the current pc.
360
361 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
362
363 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
364 from m68hc11_push_arguments.
365 (m68hc11_push_arguments): Remove.
366 (m68hc11_push_return_address): Remove.
367 (m68hc11_gdbarch_init): Install the above; remove above deprecated
368 handlers; remove deprecated_extra_stack_alignment_needed.
369
370 2003-07-27 Andrew Cagney <cagney@redhat.com>
371
372 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
373 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
374 REAL_PC and not the pointer.
375 * hppa-hpux-tdep.c: Include frame.h
376
377 2003-07-27 Andrew Cagney <cagney@redhat.com>
378
379 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
380 GDB_MULTI_ACH_PARTIAL.
381
382 2003-07-27 Andrew Cagney <cagney@redhat.com>
383
384 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
385 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
386 operator at start and not end of line.
387 (decode_prologue): Ditto.
388 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
389 frame_unwind_register_unsigned instead of
390 frame_unwind_unsigned_register.
391 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
392 read_register.
393 (m32r_push_dummy_call): Use register_size instead of
394 REGISTER_RAW_SIZE.
395 (m32r_frame_sniffer): Replace m32r_frame_p.
396 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
397 * m32r-rom.c (report_transfer_performance): Delete extern
398 declaration.
399 (m32r_load, m32r_upload_command): Use print_transfer_performance
400 instead of report_transfer_performance.
401 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
402 / add_show_from_set.
403
404 2003-07-26 Andrew Cagney <cagney@redhat.com>
405
406 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
407 store_return_value and extract_struct_value_address.
408
409 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
410
411 PR c++/1267
412 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
413 NULL, default to the section containing PC.
414
415 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
416
417 * NEWS: Mention "regs" deprecated for m68hc11 too.
418
419 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
420 (m68hc11_print_register): New function to print out one register.
421 (m68hc11_print_registers_info): New function to print registers.
422 (show_regs): Deprecate and use the above.
423 (m68hc11_gdbarch_init): Install the print_registers_info.
424
425 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
426
427 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
428 that we have a SIGTRAP before returning non-zero.
429
430 2003-07-23 Michal Ludvig <mludvig@suse.cz>
431 Elena Zannoni <ezannoni@redhat.com>
432
433 * linespec.c (decode_line_2): Avoid crash if
434 find_function_start_sal() returns empty record.
435
436 2003-07-23 Andreas Schwab <schwab@suse.de>
437
438 * ia64-tdep.c (ia64_print_insn): New function.
439 (ia64_gdbarch_init): Set print_insn to it.
440 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
441 deprecated_tm_print_insn_info.
442
443 2003-07-22 Michael Snyder <msnyder@redhat.com>
444
445 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
446 handle 8-bit returns (long long).
447 (h8300h_extract_return_value): Ditto.
448 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
449
450 2003-07-22 Andrew Cagney <cagney@redhat.com>
451
452 * gdbarch.c Include "gdb_obstack.h".
453 (struct gdbarch): Add an "obstack".
454 (alloc_gdbarch_data): Allocate the gdbarch data using
455 GDBARCH_OBSTACK_CALLOC.
456 (free_gdbarch_data): Delete function.
457 (gdbarch_obstack_zalloc): New function.
458 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
459 Assert that the architecture is not initialized.
460 (gdbarch_alloc): Allocate an obstack, allocate the architecture
461 vector from the obstack.
462 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
463 architecture obstack.
464 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
465 (set_gdbarch_data): Assert that the data is not initialized.
466 (struct gdbarch_data): Delete member "free".
467 (register_gdbarch_data): Do not initialize "free".
468 * gdbarch.h, gdbarch.c: Re-generate.
469
470 2003-07-22 Andrew Cagney <cagney@redhat.com>
471
472 * configure.in (build_warnings): Add -Wformat-nonliteral.
473 * configure: Re-generate.
474
475 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
476
477 * dwarf2loc.c (locexpr_describe_location): Fix typos.
478
479 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
480
481 * findvar.c (read_var_value): Remove case for thread local storage
482 variables. It is now entirely handled by the dwarf2 location
483 expression code.
484 * printcmd.c (address_info): Ditto.
485 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
486 enumeration value.
487 (struct symbol): Remove objfile field, which was used by
488 LOC_THREAD_LOCAL_STATIC only.
489 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
490 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
491 usage of objfile pointer.
492 * dwarf2loc.c (locexpr_describe_location): Add case to handle
493 thread local variables.
494 Add include of objfiles.h.
495 * dwarf2expr.c (execute_stack_op): Add comments about thread local
496 storage variables.
497 * Makefile.in (dwarf2loc.o): Update dependencies.
498
499 2003-07-22 Andrew Cagney <cagney@redhat.com>
500
501 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
502 get_frame_base.
503 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
504 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
505 (struct value): Add opaque declaration.
506 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
507
508 2003-07-21 Andrew Cagney <cagney@redhat.com>
509
510 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
511 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
512
513 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
514
515 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
516 regcache_cooked_read_unsigned instead of read_register.
517 (m68hc11_saved_pc_after_call): Likewise.
518 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
519 instead of write_register.
520 (m68hc11_register_type): New function.
521 (m68hc11_register_virtual_type): Remove.
522 (m68hc11_store_return_value): Convert to use the regcache.
523 (m68hc11_extract_struct_value_address): Likewise.
524 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
525 m68hc11_register_type; undeprecate store_return_value and
526 extract_struct_value_address.
527
528 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
529
530 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
531 and translate to use regcache.
532 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
533
534 2003-07-18 Andrew Cagney <cagney@redhat.com>
535
536 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
537 * gdbarch.h, gdbarch.c: Re-generate.
538 * i386-tdep.c (i386_gdbarch_init): Do not set
539 DWARF2_BUILD_FRAME_INFO.
540 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
541 unconditionally.
542 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
543 DWARF2_BUILD_FRAME_INFO.
544
545 2003-07-18 Andrew Cagney <cagney@redhat.com>
546
547 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
548 * disasm.c (gdb_disassemble_info): Initilize di.arch.
549
550 2003-07-18 Andrew Cagney <cagney@redhat.com>
551
552 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
553 frame_unwind_address_in_block, instead of frame_pc_unwind.
554 (dwarf2_frame_cache): Ditto.
555
556 2003-07-18 Andrew Cagney <cagney@redhat.com>
557
558 * user-regs.h (struct gdbarch): Declare opaque.
559 * ui-out.h (struct ui_file): Declare opaque.
560 * dwarf2-frame.h (struct frame_info): Declare opaque.
561
562 2003-07-18 Kris Warkentin <kewarken@qnx.com>
563
564 * nto-procfs.c: Clean ARI hits. Change #include <..> to
565 #include "...".
566 (procfs_meminfo): Change strerror to safe_strerror.
567 (procfs_can_run): Remove K&R badness.
568
569 2003-07-17 Michael Snyder <msnyder@redhat.com>
570
571 * remote-sim.c: Comment typo fix.
572
573 2003-07-17 Andrew Cagney <cagney@redhat.com>
574
575 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
576 configure.
577 * sparc-tdep.c (sparc_intreg_size): Make non-static.
578 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
579 GDB_MULTI_ARCH_PARTIAL.
580
581 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
582
583 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
584 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
585 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
586
587 2003-07-16 Theodore A. Roth <troth@openavr.org>
588
589 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
590 found.
591 (avr_frame_unwind_cache): Don't unwind FP for main.
592 Update a comment.
593 Save the computed prev_sp.
594 (avr_saved_regs_unwinder): Remove function.
595 (avr_frame_prev_register): Use PC unwind logic from
596 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
597
598 2003-07-16 Andrew Cagney <cagney@redhat.com>
599
600 * frame-base.h (frame_base_p_ftype): Delete definition.
601 (frame_base_append_predicate): Delete declaration.
602 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
603 (frame_unwind_append_predicate): Delete declaration.
604 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
605 (append_predicate): Delete parameter "p".
606 (frame_unwind_append_predicate): Delete function.
607 (frame_unwind_append_sniffer): Update call to append_predicate.
608 (frame_unwind_free): Delete function.
609 (_initialize_frame_unwind): Pass NULL as "free" to
610 register_gdbarch_data.
611 (frame_unwind_init): Append the dummy_frame_sniffer.
612 (frame_unwind_find_by_frame): Simplify.
613 * frame-base.c (struct frame_base_table): Delete field "p".
614 (append_predicate): Delete parameter "p".
615 (frame_base_append_predicate): Delete function.
616 (frame_base_append_sniffer): Update call to append_predicate.
617 (frame_base_free): Delete function.
618 (frame_base_find_by_frame): Simplify.
619 (_initialize_frame_base): Pass NULL as "free" to
620 register_gdbarch_data.
621 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
622 (x86_64_sigtramp_frame_sniffer): Replace
623 "x86_64_sigtramp_frame_p".
624 (x86_64_init_abi): Set the frame unwind sniffers.
625 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
626 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
627 (m68k_gdbarch_init): Set the frame unwind sniffers.
628 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
629 "i386_sigtramp_frame_p".
630 (i386_frame_sniffer): Replace "i386_frame_p".
631 (i386_gdbarch_init): Set the frame unwind sniffers.
632 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
633 (avr_gdbarch_init): Set the frame unwind sniffers.
634 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
635 "alpha_sigtramp_frame_p"
636 (alpha_heuristic_frame_sniffer): Replace
637 "alpha_heuristic_frame_p".
638 (alpha_gdbarch_init): Set the frame unwind sniffers.
639 (alpha_dwarf2_init_abi): Ditto.
640 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
641 "alpha_debug_frame_p".
642 (alpha_mdebug_frame_base_sniffer): Replace
643 "alpha_mdebug_frame_base_p".
644 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
645 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
646 (d10v_gdbarch_init): Set the frame unwind sniffer.
647 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
648 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
649 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
650 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
651 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
652 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
653
654 2003-07-16 Michael Snyder <msnyder@redhat.com>
655
656 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
657 should go thru sh_dsp_register_sim_regno, else the dsp regs
658 will not get the right values.
659
660 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
661
662 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
663 deprecated_store_floating by call to store_typed_floating.
664 (sh_sh4_register_convert_to_raw): Substitute call to
665 deprecated_extract_floating by call to extract_typed_floating.
666
667 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
668
669 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
670
671 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
672
673 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
674 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
675 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
676 as possible.
677 (do_pseudo_register): Remove.
678 (sh_push_dummy_code): New function.
679 (sh64_store_struct_return): Rename from sh_store_struct_return.
680 Only called for sh64 now.
681 (sh_extract_struct_value_address): Regcache'ify.
682 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
683 and accomodate new tasks.
684 (sh64_push_return_address): Rename from sh_push_return_address.
685 Only called for sh64 now.
686 (sh_default_extract_return_value): Rename from sh_extract_return_value.
687 Regcache'ify.
688 (sh3e_sh4_extract_return_value): Regcache'ify.
689 (sh_default_store_return_value): Ditto.
690 (sh3e_sh4_store_return_value): Ditto.
691 (sh_default_register_byte): Remove.
692 (sh_sh4_register_byte): Remove.
693 (sh_default_register_raw_size): Remove.
694 (sh_sh4_register_raw_size): Remove.
695 (sh_register_virtual_size): Remove.
696 (sh_sh3e_register_virtual_type): Remove.
697 (sh_sh3e_register_type): New function.
698 (sh_sh4_register_virtual_type): Remove.
699 (sh_sh4_register_type): New function.
700 (sh_default_register_virtual_type): Remove.
701 (sh_default_register_type): New function.
702 (do_fv_register_info): Add parameters to accomodate call from
703 sh_print_registers_info.
704 (do_dr_register_info): Ditto.
705 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
706 Add parameters to accomodate call from sh_print_registers_info.
707 (sh_do_fp_register): Ditto.
708 (sh64_do_pseudo_register): Call do_dr_register_info,
709 do_fv_register_info and sh_do_fp_register with default parameters.
710 (sh_do_register): Add parameters to accomodate call from
711 sh_print_registers_info.
712 (sh_print_register): Ditto.
713 (sh_print_registers_info): Rename from sh_do_registers_info.
714 Add parameters to be used as gdbarch_print_registers_info
715 implementation. Accomodate removed do_pseudo_register function
716 pointer.
717 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
718 function pointer. Call sh_print_register with default parameters.
719 (sh64_do_registers_info): Call sh_print_registers_info instead of
720 sh_do_registers_info.
721 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
722 detection of deprecated vs. non-deprecated functionality.
723 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
724 function pointer assignments by direct function calls.
725
726 2003-07-15 Andrew Cagney <cagney@redhat.com>
727
728 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
729 (frame_register_unwind, create_new_frame): Ditto.
730 (legacy_get_prev_frame, get_frame_type): Ditto.
731 (get_frame_base_address): Use frame_base_find_by_frame.
732 (get_frame_locals_address): Use frame_base_find_by_frame.
733 (get_frame_args_address): Use frame_base_find_by_frame.
734 * frame-base.h (frame_base_sniffer_ftype): Declare.
735 (frame_base_append_sniffer): Declare.
736 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
737 * frame-base.c (append_predicate): Add a "sniffer" parameter.
738 (frame_base_append_sniffer): New function.
739 (frame_base_append_predicate): Add a NULL sniffer.
740 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
741 (struct frame_base_table): Add "sniffer".
742 (frame_base_free): Free the "sniffer" table.
743 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
744 (frame_unwind_append_sniffer): Declare.
745 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
746 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
747 (struct frame_unwind_table): Add "sniffer", delete "middle".
748 (append_predicate): Add "sniffer" parameter, append the sniffer.
749 (frame_unwind_init): Update append_predicate call.
750 (frame_unwind_append_sniffer): New function.
751 (frame_unwind_append_predicate): Update append_predicate call.
752 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
753
754 2003-07-15 Andrew Cagney <cagney@redhat.com>
755
756 * frame.c (get_prev_frame): Move disabled inside_entry_func to
757 before code inhibiting repeated unwind attempts. Add to
758 commentary on that test's problems.
759 * blockframe.c (inside_main_func): Look for "main" in the minimal
760 symbol table.
761 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
762 identical.
763
764 2003-07-15 Andrew Cagney <cagney@redhat.com>
765
766 * complaints.c (struct explanation): Define.
767 (struct complaints): Change type of "explanation" to "struct
768 explanation".
769 (symfile_explanations): Convert to a "struct explanation" table.
770 (vcomplaint): Update.
771
772 2003-07-15 Michal Ludvig <mludvig@suse.cz>
773
774 * x86-64-linux-nat.c (regmap): Removed.
775 (supply_gregset, fill_gregset): Call
776 x86_64_linux_(fill,supply)_gregset functions.
777 * x86-64-linux-tdep.c (USER_*): New defines.
778 (user_to_gdb_regmap, x86_64_core_fns): New structure.
779 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
780 New functions.
781 (fetch_core_registers): Ditto.
782 (_initialize_x86_64_linux_tdep): Call add_core_fns().
783 * x86-64-linux-tdep.h: New file.
784 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
785 and core-regset.o.
786 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
787
788 2003-07-13 Mark Kettenis <kettenis@gnu.org>
789
790 * x86-64-tdep.c (x86_64_store_return_value): Use
791 regcache_cooked_write_part instead of regcache_cooked_write.
792
793 * configure.host: Add x86_64-*-freebsd*.
794 * configure.tgt: Add x86_64-*-freebsd*.
795 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
796 * amd64fbsd-nat.c: New file.
797 * amd64fbsd-tdep.c: New file.
798 * config/i386/nm-fbsd64.h: New file.
799 * config/i386/fbsd64.mh: New file.
800 * config/i386/fbsd64.mt: New file.
801
802 2003-07-11 Mark Kettenis <kettenis@gnu.org>
803
804 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
805 `sc_regs_offset' and `sc_fpregs_offset'.
806 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
807 SIGFRAME_FPREGSAVE_OFF): Remove defines.
808 (alpha_sigtramp_register_address): Rewrite to use new members of
809 `struct gdbarch_tdep'.
810 (alpha_gdbarch_init): Initialize new members of struct
811 gdbarch_tdep'.
812 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
813 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
814 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
815 (alphafbsd_pc_in_sigtramp): Implement.
816 (alphafbsd_sigtramp_offset): New function.
817 (alphafbsd_sigcontext_addr): New function.
818 (alphafbsd_init_abi): Initialize signal trampoline related members
819 of `struct gdbarch_tdep'.
820 (_initialize_alphafbsd_tdep): Add prototype.
821
822 2003-07-11 Theodore A. Roth <troth@openavr.org>
823
824 * Makefile.in (install-only): Quote sed expression when generating
825 transformed_name.
826
827 2003-07-11 Richard Henderson <rth@redhat.com>
828
829 * Makefile.in (dwarf2-frame.o): Add complaints_h.
830 * dwarf2-frame.c: Include complaints.h.
831 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
832 variable initialization; return NULL on error.
833 (decode_frame_entry): New.
834
835 2003-07-11 Andrew Cagney <cagney@redhat.com>
836
837 * frame.h (frame_address_in_block): Delete declaration.
838 * blockframe.c (frame_address_in_block): Delete function.
839 (get_frame_block): Use get_frame_address_in_block.
840 (block_innermost_frame): Ditto.
841 * stack.c (print_frame, backtrace_command_1): Ditto.
842
843 * frame.h (get_frame_address_in_block): Declare.
844 (frame_unwind_address_in_block): Declare.
845 * frame.c (frame_unwind_address_in_block): New function.
846 (get_frame_address_in_block): New function.
847
848 2003-07-10 Andrew Cagney <cagney@redhat.com>
849
850 * gdbarch.sh: Simplify predicate methods. Remove need to provide
851 pre-default. Note: re-generate has no effect.
852
853 2003-07-10 Andrew Cagney <cagney@redhat.com>
854
855 * gdbarch.sh: When a variable, but not a function, compare against
856 0. Fix problem in previous patch.
857 * gdbarch.c: Re-generate.
858
859 2003-07-10 Andrew Cagney <cagney@redhat.com>
860
861 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
862 functions against NULL, not 0.
863 * gdbarch.c: Re-generate.
864
865 2003-07-10 Fred Fish <fnf@ninemoons.com>
866
867 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
868 null string instead of a null pointer.
869 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
870
871 2003-07-09 Michael Snyder <msnyder@redhat.com>
872
873 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
874
875 2003-07-09 Mark Kettenis <kettenis@gnu.org>
876
877 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
878 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
879 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
880 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
881 * x86-64-tdep.c: ... from here.
882
883 2003-07-09 Andreas Schwab <schwab@suse.de>
884
885 * m68k-tdep.h (enum struct_return): Define.
886 (struct gdbarch_tdep): Add struct_return.
887 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
888 bytes are padded to the right, not to the left. Pass struct value
889 address in register %a1, not on stack.
890 (m68k_use_struct_convention): New function.
891 (m68k_gdbarch_init): Set use_struct_convention. Initialize
892 struct_return in tdep to pcc_struct_return.
893 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
894 reg_struct_return.
895
896 2003-07-09 Joel Brobecker <brobecker@gnat.com>
897
898 * somread.c (som_symfile_offsets): Fix compilation error.
899
900 2003-07-09 Andrew Cagney <cagney@redhat.com>
901
902 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
903 Add comments about the checks.
904
905 2003-07-08 Andrew Cagney <cagney@redhat.com>
906
907 * Makefile.in: Make dependency section headers consistent.
908 (config_h): Move to $BUILD headers section.
909 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
910 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
911 (ada-exp.tab.c): Move to YACC/LEX section.
912 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
913 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
914
915 2003-07-08 Kris Warkentin <kewarken@qnx.com>
916
917 * nto-procfs.c: Cleaned up a bunch of ARI hits.
918 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
919 of strerror with safe_strerror, use ISO C function definitions,
920 and replace instances of sprintf with snprintf.
921
922 2003-07-07 Andrew Cagney <cagney@redhat.com>
923
924 * frame.c (get_prev_frame): Enable check for identical frames.
925 Update comments. Update error messages.
926
927 2003-07-07 Joel Brobecker <brobecker@gnat.com>
928
929 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
930
931 2003-07-07 Joel Brobecker <brobecker@gnat.com>
932
933 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
934 sort_symtab_syms, no longer necessary.
935
936 2003-07-07 Joel Brobecker <brobecker@gnat.com>
937
938 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
939
940 2003-07-07 Joel Brobecker <brobecker@gnat.com>
941
942 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
943 (mips_register_byte): Likewise.
944
945 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
946
947 * Makefile.in (sparc_tdep_h): New.
948 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
949 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
950 * sparc-linux-nat.c: Include "sparc-tdep.h".
951 * sparc-nat.c: Likewise.
952 * sparc-tdep.c: Likewise.
953 * sparc64nbsd-nat.c: Likewise.
954 * sparcnbsd-nat.c: Likewise.
955 * sparcnbsd-tdep.c: Likewise.
956 * sparc-tdep.h: New file.
957 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
958 and sparc_npc_regnum.
959
960 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
961
962 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
963 (mips_linux_cannot_store_register): List supported instead of
964 unsupported registers.
965
966 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
967
968 * disasm.c (dump_insns): Separate instructions from addresses.
969
970 2003-07-07 Andreas Schwab <schwab@suse.de>
971
972 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
973 dependencies.
974 * m68k-tdep.c (NUM_FREGS): Delete.
975 (SIG_PC_FP_OFFSET): Delete.
976 (TARGET_M68K): Delete.
977 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
978 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
979 P_MOVEL_SP, P_MOVEML_SP): Define.
980 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
981 P_TRAP): Delete.
982 (m68k_register_raw_size): Delete.
983 (m68k_register_virtual_size): Delete.
984 (m68k_register_type): Renamed from m68k_register_virtual_type and
985 add gdbarch argument.
986 (m68k_store_struct_return): Delete.
987 (m68k_deprecated_extract_return_value): Delete.
988 (m68k_deprecated_extract_struct_value_address): Delete.
989 (m68k_frame_chain): Delete.
990 (m68k_frame_saved_pc): Delete.
991 (m68k_fix_call_dummy): Delete.
992 (m68k_push_dummy_frame): Delete.
993 (m68k_pop_frame): Delete.
994 (m68k_extract_return_value): New function.
995 (m68k_store_return_value): Rewrite using regcache.
996 (m68k_extract_struct_value_address): Rewrite using regcache.
997 (m68k_push_dummy_call): New function.
998 (struct m68k_frame_cache): Define.
999 (m68k_alloc_frame_cache): New function.
1000 (m68k_analyze_frame_setup): New function.
1001 (m68k_analyze_register_saves): New function.
1002 (m68k_analyze_prologue): New function.
1003 (m68k_skip_prologue): Rewrite using above functions.
1004 (m68k_unwind_pc): New function.
1005 (m68k_frame_cache): New function.
1006 (m68k_frame_this_id): New function.
1007 (m68k_frame_prev_register): New function.
1008 (m68k_frame_unwind): New variable.
1009 (m68k_frame_p): New function.
1010 (m68k_sigtramp_frame_cache): New function.
1011 (m68k_sigtramp_frame_this_id): New function.
1012 (m68k_sigtramp_frame_prev_register): New function.
1013 (m68k_sigtramp_frame_unwind): New variable.
1014 (m68k_sigtramp_frame_p): New function.
1015 (m68k_frame_base_address): New function.
1016 (m68k_frame_base): New function.
1017 (m68k_unwind_dummy_id): New function.
1018 (fill_gregset): Use regcache_collect.
1019 (fill_fpregset): Likewise.
1020 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1021 defined.
1022 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1023 deprecated_init_frame_pc, deprecated_store_struct_return,
1024 deprecated_extract_return_value, deprecated_store_return_value,
1025 deprecated_frame_chain, deprecated_frame_saved_pc,
1026 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1027 deprecated_register_virtual_size,
1028 deprecated_max_register_raw_size,
1029 deprecated_max_register_virtual_size,
1030 deprecated_register_virtual_type, deprecated_register_size,
1031 deprecated_register_byte, deprecated_register_bytes,
1032 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1033 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1034 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1035 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1036 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1037 deprecated_push_dummy_frame, deprecated_pop_frame,
1038 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1039 only if SYSCALL_TRAP is defined. Set extract_return_value,
1040 store_return_value, extract_struct_value_address, register_type,
1041 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1042 predicates.
1043 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1044 M68K_MAX_REGISTER_SIZE): Define.
1045 (struct m68k_sigtramp_info): Define.
1046 (struct gdbarch_tdep): Add get_sigtramp_info.
1047 * m68klinux-nat.c (fetch_register): Use register_size instead of
1048 REGISTER_RAW_SIZE. Don't put assignment in if.
1049 (store_register): Likewise.
1050 (fetch_inferior_registers): Likewise.
1051 (store_inferior_registers): Likewise.
1052 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1053 (m68k_linux_frame_saved_pc): Delete.
1054 (m68k_linux_sigcontext_reg_offset,
1055 m68k_linux_ucontext_reg_offset): Define.
1056 (m68k_linux_get_sigtramp_info): New function.
1057 (m68k_linux_extract_return_value): Rewrite using regcache.
1058 (m68k_linux_store_return_value): Likewise.
1059 (m68k_linux_extract_struct_value_address): Likewise.
1060 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1061 Don't set deprecated_frame_saved_pc,
1062 deprecated_extract_return_value, deprecated_store_return_value,
1063 deprecated_extract_struct_value_address. Set
1064 extract_return_value, store_return_value,
1065 extract_struct_value_address.
1066
1067 2003-07-07 Andrew Cagney <cagney@redhat.com>
1068
1069 * expprint.c: Include "user-regs.h" instead of "frame.h".
1070 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1071 frame_map_regnum_to_name.
1072 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1073 (frame_map_name_to_regnum): Simplify, call
1074 user_reg_map_name_to_regnum.
1075 (frame_map_regnum_to_name): Simplify, call
1076 user_reg_map_regnum_to_name.
1077 (frame_register_unwind): Update.
1078 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1079 (_initialize_frame_reg): Call user_reg_add_builtin.
1080 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1081 (value_of_register): Use value_of_user_reg.
1082 * eval.c (evaluate_subexp_standard): Update.
1083 * parse.c (write_dollar_variable): Update.
1084 * d10v-tdep.c (d10v_print_registers_info): Update.
1085 * infcmd.c (registers_info): Update.
1086 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1087 (builtin_regs_h): Delete macro.
1088 (user_regs_h): Define.
1089 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1090 (builtin-regs.o): Delete target.
1091 (user-regs.o): Specify dependencies.
1092 (expprint.o): Update dependencies.
1093 (findvar.o): Update dependencies.
1094 (frame.o): Update dependencies.
1095 (std-regs.o): Update dependencies.
1096
1097 2003-07-06 Christopher Faylor <cgf@redhat.com>
1098
1099 * win32-nat.c (solib_symbols_add): Use one variable for all section
1100 address stuff. Pass variable rather than address of variable to
1101 safe_symbol_file_add.
1102
1103 2003-07-06 Andreas Schwab <schwab@suse.de>
1104
1105 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1106
1107 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1108
1109 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1110
1111 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1112
1113 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1114
1115 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1116
1117 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1118 * config/i386/nto.mh: New file.
1119 * config/i386/nm-nto.h: New file.
1120 * configure.host: Add i[3456]86-*-nto*.
1121
1122 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1123
1124 * remote-vx.c (vx_add_symbols): Fix compilation error.
1125
1126 2003-07-03 Andrew Cagney <cagney@redhat.com>
1127
1128 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1129 * gdbarch.h, gdbarch.c: Re-generate.
1130 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1131 (legacy_register_name): Declare.
1132 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1133 (REGISTER_NAME): Define.
1134 * sparc-tdep.c (legacy_register_name): New function.
1135 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1136 (REGISTER_NAME): Define.
1137 (hppa64_register_name): Declare.
1138 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1139 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1140 (hppa64_register_name): New function.
1141 (hppa_register_name): New function.
1142 * arch-utils.c (legacy_register_name): Delete.
1143 * arch-utils.h (legacy_register_name): Delete.
1144
1145 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1146
1147 * cli/cli-interp.c (cli_interpreter_resume): Update the
1148 cli_uiout's stream to gdb_stdout.
1149
1150 2003-07-03 Andrew Cagney <cagney@redhat.com>
1151
1152 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1153 predicate.
1154 * gdbarch.h, gdbarch.c: Re-generate.
1155 * regcache.c (init_regcache_descr): Use legacy code when either
1156 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1157
1158 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1159
1160 * NEWS: Move "set logging" entry into GDB 6.0 section.
1161
1162 2003-07-02 Jim Blandy <jimb@redhat.com>
1163
1164 * s390-tdep.c (struct frame_extra_info): new member:
1165 'stack_bought_valid'.
1166 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1167 initialize fextra_info->stack_bought.
1168 (s390_frameless_function_invocation): Don't trust the value of
1169 fextra_info_ptr->stack_bought unless
1170 fextra_info->stack_bought_valid is set.
1171
1172 New S390 prologue analyzer.
1173 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1174 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1175 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1176 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1177 compute_x_addr, s390_on_stack, s390_store,
1178 s390_get_signal_frame_info): New functions.
1179 (S390_NUM_SPILL_SLOTS): New macro.
1180 (s390_get_frame_info): Rewritten.
1181 (is_arg_reg): Deleted.
1182
1183 Break out the decoding of S/390 instructions into separate
1184 functions, to make it more legible, and easier to check
1185 against the spec.
1186 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1187 is_rx, is_rxe): New functions.
1188 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1189 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1190 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1191 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1192 enums for opcode values. (Is this an improvement?)
1193
1194 2003-07-02 Andrew Cagney <cagney@redhat.com>
1195
1196 * i386-tdep.c: Revert change committed as part of trad-frame code
1197 below.
1198
1199 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1200
1201 * breakpoint.c (insert_catchpoint): Make static.
1202
1203 2003-07-02 Andreas Schwab <schwab@suse.de>
1204
1205 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1206 former ia64_push_arguments and ia64_push_return_address, and use
1207 regcache functions instead of read/write_register.
1208 (ia64_gdbarch_init): Set push_dummy_call instead of
1209 deprecated_push_arguments and deprecated_push_return_address.
1210
1211 2003-07-01 Andreas Jaeger <aj@suse.de>
1212
1213 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1214 before the call.
1215 Set %rax only to number of SSE registers used.
1216
1217 2003-07-01 Andrew Cagney <cagney@redhat.com>
1218
1219 * trad-frame.h: Update comments, a -1 .addr is reserved.
1220 (trad_frame_value_p, trad_frame_addr_p): Declare.
1221 (trad_frame_reg_p): Declare.
1222 (trad_frame_set_value): Rename trad_frame_register_value.
1223 (trad_frame_set_unknown): Declare.
1224 * trad-frame.c (trad_frame_realreg_p): New function.
1225 (trad_frame_addr_p, trad_frame_value_p): New function.
1226 (trad_frame_set_unknown): New function.
1227 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1228 (trad_frame_prev_register): Use trad_frame_realreg_p,
1229 trad_frame_addr_p and trad_frame_value_p.
1230 (trad_frame_set_value): Rename trad_frame_register_value.
1231 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1232 and trad_frame_set_value.
1233
1234 2003-06-30 Jim Blandy <jimb@redhat.com>
1235
1236 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1237 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1238 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1239 for 16 registers, and then 32 more bytes.
1240 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1241 New macros.
1242 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1243 Move up in the file, since it's now used by is_simple_arg.
1244 (is_simple_arg): Don't assume registers are four bytes long.
1245 Exclude all double arguments. Extended floats are not simple
1246 args.
1247 (is_power_of_two): New function.
1248 (pass_by_copy_ref): Call is_power_of_two, and check that the
1249 length fits in a register, rather than listing all the acceptable
1250 sizes. Extended floats are not passed by reference.
1251 (s390_push_arguments): Don't assume registers are four bytes long.
1252 Reserve an argument register to point to the buffer for structures
1253 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1254 S390_STACK_FRAME_OVERHEAD.
1255
1256 2003-06-30 Andreas Schwab <schwab@suse.de>
1257
1258 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1259 format error message.
1260
1261 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1262
1263 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1264
1265 2003-06-30 David Carlton <carlton@kealia.com>
1266
1267 Band-aid for PR c++/1245.
1268 * Makefile.in (cp-support.o): Depend on complaints_h.
1269 * cp-support.c: Include complaints.h. Add declaration for
1270 find_last_component.
1271 (cp_find_first_component): Separate code into
1272 cp_find_first_component_aux.
1273 (cp_find_first_component_aux): Call demangled_name_complaint.
1274 (demangled_name_complaint): New.
1275
1276 2003-06-30 Andrew Cagney <cagney@redhat.com>
1277
1278 * remote.c (remote_write_bytes): Explicitly compute and then use
1279 the payload size. Update comments to reflect. Fixes problem of
1280 GDB not sending small packets as found by Fred Fish.
1281
1282 2003-06-30 Andrew Cagney <cagney@redhat.com>
1283
1284 * remote.c (remote_async_wait): Fix -Wformat problem.
1285
1286 2003-06-29 Andrew Cagney <cagney@redhat.com>
1287
1288 * remote.c (remote_wait): Call error, and not warning, when the
1289 packet is corrupt.
1290 (remote_async_wait): Ditto.
1291
1292 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1293
1294 * sparc-tdep.c (sparc_y_regnum): Make external again.
1295
1296 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1297
1298 * cli/cli-logging.c (pop_output_files): Add void to function
1299 definition.
1300
1301 2003-06-29 Andrew Cagney <cagney@redhat.com>
1302
1303 * frame.c (frame_register_unwind): Use unsigned char when dumping
1304 the buffer contents.
1305
1306 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1307
1308 * cli/cli-logging.c: New file.
1309 * cli-out.c (struct ui_out_data): Add original_stream.
1310 (cli_redirect): New function.
1311 (cli_ui_out_impl): Add cli_redirect.
1312 (cli_out_new): Initialize original_stream.
1313 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1314 (uo_redirect, ui_out_redirect): New.
1315 * ui-out.h (struct ui_out_impl): Add redirect member.
1316 (redirect_ftype): New.
1317 (ui_out_redirect): Add prototype.
1318 * Makefile.in: Add rules for cli-logging.c.
1319 * NEWS: Mention "set logging".
1320
1321 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1322
1323 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1324
1325 2003-06-27 Andrew Cagney <cagney@redhat.com>
1326
1327 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1328 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1329 * avr-tdep.c (avr_call_dummy_address): Delete function.
1330 (avr_gdbarch_init): Do not set call_dummy_address.
1331
1332 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1333
1334 * symfile.c (syms_from_objfile): Move variables to inner block.
1335 Move the checks for the non-mainline case a bit earlier to avoid
1336 doing some useless computations.
1337
1338 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1339
1340 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1341
1342 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1343
1344 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1345 sections.
1346
1347 2003-06-26 Michael Chastain <mec@shout.net>
1348
1349 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1350 gdb/testsuite/gdb.c++/pr-1210.exp.
1351
1352 2003-06-26 Andrew Cagney <cagney@redhat.com>
1353
1354 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1355 altivec_expression.h and altivec_registers.h.
1356
1357 2003-06-26 Andrew Cagney <cagney@redhat.com>
1358
1359 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1360 info->mach when MIPS16. Patch suggested by Fred Fish.
1361
1362 2003-06-26 Andrew Cagney <cagney@redhat.com>
1363
1364 * utils.c (internal_vproblem): Print the problem to a reason
1365 buffer and then pass to query. Make the msg variable more local.
1366
1367 2003-06-26 Andrew Cagney <cagney@redhat.com>
1368
1369 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1370 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1371 * gdbarch.h, gdbarch.c: Re-generate.
1372 * frame-base.c (default_frame_args_address): Update. Use
1373 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1374 not available.
1375 (default_frame_locals_address): Ditto for
1376 DEPRECATED_FRAME_LOCALS_ADDRESS.
1377 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1378 (vax_frame_num_args): Update.
1379 (vax_gdbarch_init): Update.
1380 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1381 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1382 * mcore-tdep.c (mcore_gdbarch_init): Update.
1383 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1384 * ia64-tdep.c (ia64_gdbarch_init): Update.
1385 * symtab.h (address_class): Update comments.
1386 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1387 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1388 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1389 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1390 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1391 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1392 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1393 * alpha-mdebug-tdep.c: Update.
1394 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1395
1396 2003-06-26 Andreas Jaeger <aj@suse.de>
1397
1398 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1399 of SSE registers so that varargs functions work. Rework handling
1400 of passing arguments on the stack.
1401 (x86_64_store_return_value): Return double and float values in SSE
1402 register.
1403
1404 2003-06-24 Michael Chastain <mec@shout.net>
1405
1406 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1407 the "constructor breakpoints ignored" bug.
1408
1409 2003-06-25 David Carlton <carlton@kealia.com>
1410
1411 * MAINTAINERS: Update e-mail address.
1412
1413 2003-06-24 Jim Blandy <jimb@redhat.com>
1414
1415 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1416
1417 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1418 function.
1419 (ppc_linux_init_abi): Register it as the
1420 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1421
1422 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1423 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1424 method.
1425
1426 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1427 (ppc64_standard_linkage_target): Use it.
1428
1429 2003-06-23 Andrew Cagney <cagney@redhat.com>
1430
1431 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1432 for 0 "int0" and 4 "int32" sized registers.
1433 * gdbtypes.c (builtin_type_int0): Define.
1434 (build_gdbtypes): Initialize builtin_type_int0.
1435 * gdbtypes.h (builtin_type_int0): Declare.
1436
1437 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1438
1439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1440 as characters are unsigned.
1441
1442 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1443
1444 PR gdb/1179
1445 * dwarfread.c (struct_type): Skip static fields without crashing.
1446
1447 2003-06-22 Andrew Cagney <cagney@redhat.com>
1448
1449 GDB 6.0 branch created.
1450 * README: Update.
1451 * PROBLEMS: Update. Empty.
1452 * NEWS: Update.
1453
1454 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1455
1456 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1457 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1458
1459 2003-06-22 Andrew Cagney <cagney@redhat.com>
1460
1461 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1462 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1463 Velikov.
1464
1465 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1466
1467 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1468 compilers.
1469
1470 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1471
1472 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1473 argument of val_print.
1474 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1475 to the address argument of baseclass_offset or target_read_memory.
1476 Do add it to the argument of cp_print_value_fields.
1477
1478 2003-06-21 Andrew Cagney <cagney@redhat.com>
1479
1480 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1481 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1482 instead of 0..NUM_REGS.
1483 (mips_register_reggroup_p): New function.
1484 (mips_pseudo_register_write): New function.
1485 (mips_pseudo_register_read): New function.
1486 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1487 based on the register's type.
1488 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1489 cooked.
1490 (mips_get_saved_register): Simplify. Assert that REGNO is a
1491 pseudo / cooked.
1492 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1493 (mips_register_type): Replace mips_register_virtual_type. Map
1494 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1495 when available.
1496 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1497 that the register is cooked / virtual.
1498 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1499 Only get the extra info when needed.
1500 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1501 (mips32_heuristic_proc_desc): Fetch the cooked register.
1502 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1503 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1504 (mips_print_register): Use gdbarch_register_type, instead of
1505 REGISTER_VIRTUAL_TYPE.
1506 (print_gp_register_row): Use gdbarch_register_type, instead of
1507 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1508 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1509 Print the pseudo / cooked registers.
1510 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1511 Print the pseudo / cooked registers.
1512 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1513 REG_NUM is pseudo / cooked.
1514 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1515 (mips_n32n64_xfer_return_value): Ditto.
1516 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1517 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1518 (mips_register_sim_regno): New function.
1519 (mips_gdbarch_init): Set deprecated_register_byte,
1520 register_group_p, pseudo_register_write, pseudo_register_read,
1521 register_sim_regno, and num_pseudo_regs. Set register_type,
1522 instead of register_virtual_type.
1523 * Makefile.in (mips-tdep.o): Update dependencies.
1524 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1525 REGISTER_VIRTUAL_TYPE.
1526 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1527 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1528 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1529 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1530 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1531
1532 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1533
1534 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1535 * cli/cli-cmds.c: Include "gdb_vfork.h".
1536 (shell_escape): Use vfork.
1537
1538 2003-06-21 Andrew Cagney <cagney@redhat.com>
1539
1540 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1541 32 bit floating-point register saves.
1542
1543 * frame.h (deprecated_unwind_get_saved_register): Delete.
1544 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1545 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1546 and deprecated_get_next_frame_hack instead of
1547 deprecated_unwind_get_saved_register.
1548
1549 * mips-tdep.c (mips_dump_tdep): Do not print
1550 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1551
1552 * frame.c (get_frame_register): New function.
1553 (frame_unwind_register_signed): New function.
1554 (get_frame_register_signed): New function.
1555 (frame_unwind_register_unsigned): New function.
1556 (get_frame_register_unsigned): New function.
1557 * frame.h: Add comments on naming schema.
1558 (get_frame_register, frame_unwind_register_signed): Declare.
1559 (get_frame_register_signed, get_frame_register_signed): Declare.
1560 (frame_unwind_register_unsigned): Declare.
1561 (get_frame_register_unsigned): Declare.
1562
1563 2003-06-20 Theodore A. Roth <troth@openavr.org>
1564
1565 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1566
1567 2003-06-20 Theodore A. Roth <troth@openavr.org>
1568
1569 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1570 (avr_read_sp): Ditto.
1571
1572 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1573
1574 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1575 * config/arm/nm-linux.h: Likewise.
1576 * config/arm/tm-linux.h: Likewise.
1577 * config/ia64/nm-linux.h: Likewise.
1578 * config/ia64/tm-ia64.h: Likewise.
1579 * config/s390/tm-linux.h: Likewise.
1580 * config/s390/tm-s390.h: Likewise.
1581 * s390-nat.c: Likewise.
1582 * s390-tdep.c: Likewise.
1583
1584 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1585 * config/ia64/linux.mt: Likewise.
1586 * config/m68k/linux.mh: Likewise.
1587 * config/mips/linux.mt: Likewise.
1588 * config/powerpc/linux.mh: Likewise.
1589 * config/sh/linux.mt: Likewise.
1590
1591 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1592
1593 * solib.c (solib_open): Change tests for whether to search
1594 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1595 comments.
1596
1597 2003-06-19 Theodore A. Roth <troth@openavr.org>
1598
1599 * avr-tdep.c (avr_frame_address): Delete function.
1600 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1601 set_gdbarch_frame_args_address.
1602
1603 2003-06-19 Andrew Cagney <cagney@redhat.com>
1604
1605 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1606 (REGISTER_CONVERT_FROM_TYPE): Delete.
1607 (mips_register_convert_to_type): Delete declaration.
1608 (mips_register_convert_from_type): Delete declaration.
1609 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1610 kernel/.
1611
1612 2003-06-19 Michael Snyder <msnyder@redhat.com>
1613
1614 * linux-nat.h: New file.
1615 * linux-nat.c: Include linux-nat.h.
1616 * lin-lwp.c: Include linux-nat.h.
1617 Move struct lwp_info def to linux-nat.h.
1618 * linux-proc.c: Include linux-nat.h.
1619 (linux_make_note_section): Iterate over lwps instead of threads.
1620 (linux_do_thread_registers): Use lwp instead of merged pid.
1621 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1622 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1623 Add dependency on linux_nat_h.
1624
1625 2003-06-19 Theodore A. Roth <troth@openavr.org>
1626
1627 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1628
1629 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1630
1631 * varobj.c (get_type, get_target_type): Use check_typedef.
1632
1633 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1634
1635 * breakpoint.c (insert_catchpoint): Call internal_error.
1636
1637 2003-06-19 Theodore A. Roth <troth@openavr.org>
1638
1639 * avr-tdep.c (avr_push_dummy_code): Delete function.
1640 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1641
1642 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * arch-utils.c (default_prepare_to_proceed): Remove.
1645 (generic_prepare_to_proceed): Remove.
1646 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1647 (generic_prepare_to_proceed): Remove prototype.
1648 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1649 * gdbarch.c: Regenerate.
1650 * gdbarch.h: Regenerate.
1651 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1652 * hppah-nat.c (hppa_switched_threads): Remove.
1653 * infrun.c (prepare_to_proceed): New static function, copied from
1654 generic_prepare_to_proceed. Remove select_it argument.
1655 (proceed): Call prepare_to_proceed.
1656 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1657 variables.
1658 (ptrace_wait): Don't set the removed variables.
1659 (hppa_switched_threads): Remove.
1660 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1661 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1662 (lin_lwp_prepare_to_proceed): Remove prototype.
1663 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1664 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1665
1666 2003-06-18 Theodore A. Roth <troth@openavr.org>
1667
1668 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1669 trad-frame.h.
1670 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1671 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1672 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1673 (AVR_PROLOGUE_*): Enumerate prologue types.
1674 (struct frame_extra_info): Remove.
1675 (struct avr_unwind_cache): Define.
1676 (avr_write_sp): Delete function.
1677 (avr_read_fp): Ditto.
1678 (avr_init_extra_frame_info): Ditto.
1679 (avr_pop_frame): Ditto.
1680 (avr_frame_saved_pc): Ditto.
1681 (avr_saved_pc_after_call): Ditto.
1682 (avr_push_return_address): Ditto.
1683 (avr_frame_chain): Ditto.
1684 (avr_store_struct_return): Ditto.
1685 (avr_push_arguments): Ditto.
1686 (avr_scan_prologue): Update comments. Changed to set up the info for
1687 cache unwinding. Now returns end of prologue PC.
1688 (avr_skip_prologue): Better handling of functions lacking a prologue
1689 by using avr_scan_prologue.
1690 (avr_scan_arg_moves): New function.
1691 (avr_saved_regs_unwinder): Ditto.
1692 (avr_frame_unwind_cache): Ditto.
1693 (avr_unwind_pc): Ditto.
1694 (avr_frame_this_id): Ditto.
1695 (avr_frame_prev_register): Ditto.
1696 (avr_frame_p): Ditto.
1697 (avr_frame_base_address ): Ditto.
1698 (avr_unwind_dummy_id): Ditto.
1699 (avr_push_dummy_code): Ditto.
1700 (push_stack_item): Ditto.
1701 (pop_stack_item): Ditto.
1702 (avr_push_dummy_call): Ditto.
1703 (struct stack_item): Define.
1704 (avr_frame_unwind): Declare structure.
1705 (avr_frame_base): Ditto.
1706 (avr_gdbarch_init): Remove calls to
1707 set_gdbarch_deprecated_init_frame_pc,
1708 set_gdbarch_deprecated_target_read_fp,
1709 set_gdbarch_deprecated_dummy_write_sp,
1710 set_gdbarch_deprecated_fp_regnum,
1711 set_gdbarch_deprecated_push_arguments,
1712 set_gdbarch_deprecated_push_return_address,
1713 set_gdbarch_deprecated_pop_frame,
1714 set_gdbarch_deprecated_store_struct_return,
1715 set_gdbarch_deprecated_frame_init_saved_regs,
1716 set_gdbarch_deprecated_init_extra_frame_info,
1717 set_gdbarch_deprecated_frame_chain,
1718 set_gdbarch_deprecated_frame_saved_pc,
1719 set_gdbarch_deprecated_saved_pc_after_call.
1720 Add calls to set_gdbarch_push_dummy_call,
1721 set_gdbarch_push_dummy_code,
1722 frame_unwind_append_predicate,
1723 frame_base_set_default,
1724 set_gdbarch_unwind_dummy_id,
1725 set_gdbarch_unwind_pc.
1726 Wrap a long line.
1727
1728 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1729
1730 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1731 registers for H8/300S.
1732 (h8300_print_registers_info): Ditto.
1733 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1734
1735 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1736
1737 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1738 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1739 (lin_lwp_wait): Likewise. Update comments.
1740 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1741 (pull_pid_from_list, linux_record_stopped_pid): New.
1742
1743 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1744
1745 * ada-lang.c (scan_discrim_bound): Name first argument.
1746 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1747 declared by ALL_BLOCK_SYMBOLS.
1748
1749 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1750
1751 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1752 ("regcache.h"): Include it.
1753 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1754
1755 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1756
1757 * NEWS: Mention gdbserver detach change and "disconnect" command.
1758 * infcmd.c (disconnect_command): New function.
1759 (_initialize_infcmd): Add ``disconnect'' command.
1760 * remote.c (remote_async_detach): Delete.
1761 (remote_detach): Merge remote_async_detach.
1762 (remote_disconnect): New.
1763 (init_remote_ops): Set to_disconnect.
1764 (init_remote_cisco_ops): Likewise.
1765 (init_remote_async_ops): Likewise. Use remote_detach.
1766 * target.c (cleanup_target): Default to_disconnect.
1767 (update_current_target): Inherit to_disconnect.
1768 (target_disconnect, debug_to_disconnect): New functions.
1769 (setup_target_debug): Set to_disconnect.
1770 * target.h (struct target_ops): Add to_disconnect.
1771 (target_disconnect): Add prototype.
1772
1773 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1774
1775 * breakpoint.c (insert_catchpoint): New function.
1776 (insert_breakpoints): Use catch_exceptions to call
1777 insert_catchpoint. Disable catchpoints if they fail to insert.
1778
1779 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1780
1781 * symfile.c (reread_symbols): Clear sym_private.
1782
1783 2003-06-17 Andrew Cagney <cagney@redhat.com>
1784
1785 * trad-frame.h (struct frame_info): Add opaque declaration.
1786 * remote-fileio.h (struct cmd_list_element): Add opaque
1787 declaration.
1788 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1789 comments.
1790
1791 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1792
1793 * remote.c (remote_prepare_to_store): Replace call to
1794 deprecated_read_register_bytes with multiple regcache_raw_read
1795 calls.
1796
1797 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1798
1799 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1800 (nto_find_and_open_solib): Likewise.
1801 (nto_init_solib_absolute_prefix): Likewise.
1802 (_initialize_nto_tdep): Fix indentation.
1803
1804 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1805
1806 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1807
1808 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1809
1810 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1811
1812 2003-06-17 Jim Blandy <jimb@redhat.com>
1813
1814 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1815
1816 2003-06-16 Theodore A. Roth <troth@openavr.org>
1817
1818 * avr-tdep.c (avr_extract_return_value): New function.
1819 (avr_gdbarch_init): Set extract_return_value method.
1820
1821 2003-06-16 Andrew Cagney <cagney@redhat.com>
1822
1823 * frame.h (deprecated_get_next_frame_hack): Declare.
1824 * frame.c (legacy_saved_regs_prev_register): Only require
1825 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1826 there are always saved regs.
1827 (deprecated_generic_get_saved_register): Do not require
1828 DEPRECATED_FRAME_INIT_SAVED_REGS.
1829 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1830 use frame ID unwind instead.
1831 (deprecated_get_next_frame_hack): New function.
1832
1833 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1834
1835 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1836 (h8300_push_dummy_call): ...this function. Some minor optimization.
1837 (h8300_push_return_address): Remove.
1838 (h8300_gdbarch_init): Remove calls to
1839 set_gdbarch_deprecated_dummy_write_sp,
1840 set_gdbarch_deprecated_push_arguments and
1841 set_gdbarch_deprecated_push_return_address.
1842 Add call to set_gdbarch_push_dummy_call.
1843
1844 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1845
1846 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1847 (E_PSEUDO_EXR_REGNUM): Ditto.
1848 (h8300_is_argument_spill): Check for instructions moving argument
1849 registers into safe registers.
1850 (h8300_skip_prologue): Check for stm instruction to push registers
1851 used for register variables onto stack.
1852 (gdb_print_insn_h8300): Remove.
1853 (h8300_examine_prologue): Add a comment.
1854 (h8300_register_name): Take pseudo registers into account.
1855 (h8300s_register_name): Ditto.
1856 (h8300sx_register_name): Ditto.
1857 (h8300_print_register): Ditto.
1858 (h8300_print_registers_info): Define "nice" printing order.
1859 (h8300_saved_pc_after_call): Take pseudo registers into account.
1860 (h8300_register_type): Ditto. Return type used for remote connection
1861 when requesting real CCR or EXR register, return actual type when
1862 requesting pseudo CCR or EXR.
1863 (h8300_pseudo_register_read): New function.
1864 (h8300_pseudo_register_write): Ditto.
1865 (h8300_dbg_reg_to_regnum): Ditto.
1866 (h8300s_dbg_reg_to_regnum): Ditto.
1867 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1868 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1869 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1870 set_gdbarch_print_insn architecture dependent.
1871 Call set_gdbarch_pseudo_register_read and
1872 set_gdbarch_pseudo_register_write.
1873 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1874
1875 2003-06-16 Andrew Cagney <cagney@redhat.com>
1876
1877 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1878 * gdbarch.h, gdbarch.c: Re-generate.
1879 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1880 * s390-tdep.c (s390_gdbarch_init): Update.
1881 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1882 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1883 * mips-tdep.c (mips_gdbarch_init): Update.
1884 * mcore-tdep.c (mcore_gdbarch_init): Update.
1885 * cris-tdep.c (cris_gdbarch_init): Update.
1886 * infcall.c (call_function_by_hand): Update.
1887 * ia64-tdep.c (ia64_push_arguments): Update comment.
1888 * frame.c (legacy_get_prev_frame): Do not assume
1889 SAVE_DUMMY_FRAME_TOS_P.
1890 * dummy-frame.c (find_dummy_frame): Update comment.
1891
1892 2003-06-16 Andrew Cagney <cagney@redhat.com>
1893
1894 * regcache.c (do_cooked_read): Do not use register_valid_p.
1895
1896 2003-06-15 Theodore A. Roth <troth@openavr.org>
1897
1898 * avr-tdep.c (avr_register_type): Remove a blank line.
1899 (avr_scan_prologue): Correct some comments.
1900
1901 2003-06-15 Theodore A. Roth <troth@openavr.org>
1902
1903 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1904 prologue types.
1905 Properly scan prologues generated by gcc with the -mcall-prologues
1906 option.
1907 Add code to scan -mcall-prologues for mega devices.
1908
1909 2003-06-15 Theodore A. Roth <troth@openavr.org>
1910
1911 * avr-tdep.c (avr_register_byte): Delete function.
1912 (avr_register_raw_size): Delete function.
1913 (avr_register_virtual_size): Delete function.
1914 (avr_register_virtual_type): Delete function.
1915 (avr_register_type): New function.
1916 (avr_address_to_pointer): Remove unused code.
1917 (avr_read_fp): Need to read FP as two separate bytes due to change to
1918 avr_register_type() usage.
1919 (avr_gdbarch_init): Don't set deprecated_register_size.
1920 Don't set deprecated_register_bytes.
1921 Don't set deprecated_register_byte.
1922 Don't set deprecated_register_raw_size.
1923 Don't set deprecated_max_register_raw_size.
1924 Don't set deprecated_register_virtual_size.
1925 Don't set deprecated_max_register_virtual_size.
1926 Don't set deprecated_register_virtual_type.
1927 Set register_type method.
1928
1929 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
1930
1931 * Makefile.in (linux-nat.o): Add rule.
1932 * linux-nat.c: New file.
1933 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1934 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1935 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1936 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1937 * config/arm/linux.mh (NATDEPFILES): Likewise.
1938 * config/i386/linux.mh (NATDEPFILES): Likewise.
1939 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1940 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1941 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1942 * config/mips/linux.mh (NATDEPFILES): Likewise.
1943 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1944 * config/s390/s390.mh (NATDEPFILES): Likewise.
1945 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1946
1947 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1948
1949 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1950 replace out-of-date comment.
1951
1952 2003-06-15 Andrew Cagney <cagney@redhat.com>
1953
1954 * rdi-share/host.h (Fail): Change to a varargs function.
1955 * remote-rdi.c (Fail): Update.
1956
1957 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1958
1959 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1960 (i386_convert_register_p, i386_register_to_value,
1961 i386_register_from_value): Handle types longer than 8 bytes.
1962
1963 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1964
1965 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1966 Move floating-point code to new function in i387-tdep.c.
1967 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1968 New functions containing code moved here from i386-tdep.c.
1969 * i387-tdep.h: Add opaque declaration for `struct type'.
1970 (i387_register_to_value, i387_value_to_register): New prototypes.
1971 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1972 (x86_64_init_abi): Set convert_register_p, register_to_value and
1973 value_to_register here.
1974
1975 2003-06-14 Andrew Cagney <cagney@redhat.com>
1976
1977 * mips-tdep.c (mips_register_to_value): Make static.
1978 (mips_value_to_register): Make static.
1979 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1980 * ia64-tdep.c (ia64_register_raw_size): Make static.
1981 (ia64_register_virtual_size): Make static.
1982 (ia64_register_byte): Make static.
1983 * i387-tdep.c: Include "i387-tdep.h".
1984 (print_387_control_word): Delete function.
1985 (print_387_status_word): Delete function.
1986 (print_387_status_bits): Delete function.
1987 (print_387_control_bits): Delete function.
1988 * Makefile.in (i387-tdep.o): Update dependencies.
1989 * rdi-share/host.h (Fail): Declare.
1990 * remote-rdi.c (Fail): Update to match declaration.
1991
1992 2003-06-14 Andrew Cagney <cagney@redhat.com>
1993
1994 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
1995 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
1996 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
1997 * config/djgpp/fnchange.lst: Delete "remote-array.c".
1998 * README: Delete reference to remote-array.
1999 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2000 (remote-array.o): Delete target.
2001 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2002 * remote-array.c: Delete file.
2003
2004 2003-06-14 Andrew Cagney <cagney@redhat.com>
2005 Mark Kettenis <kettenis@gnu.org>
2006
2007 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2008 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2009 parameter with "frame".
2010 * gdbarch.h, gdbarch.c: Re-generate.
2011 * frame.h (put_frame_register): Declare.
2012 * frame.c (put_frame_register): New function.
2013 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2014 (legacy_register_to_value): Rewrite, use "frame" to get the
2015 register value.
2016 (legacy_value_to_register): Rewrite, use "frame" to find the
2017 register's location before storing.
2018 * arch-utils.h (legacy_convert_register_p): Update.
2019 (legacy_register_to_value, legacy_value_to_register): Update.
2020 * findvar.c (value_from_register): Rewrite, eliminate use of
2021 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2022 "frame" to REGISTER_TO_VALUE.
2023 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2024 lval_reg_frame_relative + lval_register branch of the switch. Do
2025 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2026 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2027 I386_EDI_REGNUM): New defines.
2028 (i386_next_regnum, i386_convert_register_p,
2029 i386_register_to_value, i386_value_to_register): New functions.
2030 (i386_register_convertible, i386_register_convert_to_virtual,
2031 i386_convert_to_raw): Remove functions.
2032 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2033 value_to_register instead of register_convertible,
2034 register_convert_to_virtual and register_convert_to_raw.
2035 * mips-tdep.c (mips_convert_register_p): New function.
2036 (mips_value_to_register): Replace mips_register_convert_from_type.
2037 (mips_register_to_value): Replace mips_register_convert_to_type.
2038 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2039 register_to_value.
2040 * alpha-tdep.c (alpha_convert_register_p): Update.
2041 (alpha_value_to_register): Update, store the register.
2042 (alpha_register_to_value): Update, fetch the register.
2043
2044 2003-06-14 Theodore A. Roth <troth@openavr.org>
2045
2046 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2047 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2048 Don't set deprecated_call_dummy_words.
2049 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2050 Don't set remote_translate_xfer_address.
2051 (avr_io_reg_read_command): Remove commented out debug printf.
2052 Wrap a long line.
2053
2054 2003-06-14 Theodore A. Roth <troth@openavr.org>
2055
2056 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2057 causes gdb to seg fault.
2058
2059 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2060
2061 * sparc-nat.c (fetch_inferior_registers): Correct
2062 a reference to "registers".
2063
2064 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2065
2066 * Makefile.in (exc_request_U_h): Define
2067 (exc_request_S_h): Likewise.
2068 (msg_reply_S_h): Likewise.
2069 (msg_U_h): Likewise.
2070 (notify_S_h): Likewise.
2071 (process_reply_S_h): Likewise.
2072 (gnu-nat.o): Depend on gdb_obstack_h
2073 * gnu-nat.c: Include "gdb_obstack.h".
2074
2075 2003-06-13 Andrew Cagney <cagney@redhat.com>
2076
2077 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2078 * gdbarch.h, gdbarch.c: Re-generate.
2079
2080 2003-06-13 Andrew Cagney <cagney@redhat.com>
2081
2082 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2083 when deprecated REGISTER macros can be deleted.
2084 * gdbarch.h, gdbarch.c: Re-generate.
2085
2086 2003-06-13 Jim Blandy <jimb@redhat.com>
2087
2088 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2089 Linux entry point symbols for _dl_debug_state, too.
2090
2091 2003-06-13 Andrew Cagney <cagney@redhat.com>
2092
2093 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2094 available, do not use the FP register, and always save the TOS.
2095 * dummy-frame.c (dummy_frame_this_id): Do not assert
2096 SAVE_DUMMY_FRAME_TOS.
2097 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2098 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2099 (i386_push_dummy_call): Add 8 to the returned SP.
2100 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2101 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2102 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2103 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2104 (x86_64_push_dummy_call): Return "sp + 16".
2105 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2106 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2107 save_dummy_frame_tos.
2108
2109 2003-06-13 Jim Blandy <jimb@redhat.com>
2110
2111 * frv-tdep.c (frv_use_struct_convention): Delete static
2112 declaration for function deleted in my change of 2003-06-12.
2113
2114 2003-06-13 Theodore A. Roth <troth@openavr.org>
2115
2116 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2117 (avr_pointer_to_address): Shift code addrs left 1 bit.
2118 (avr_convert_from_func_ptr_addr): Delete function since operation is
2119 better handled by avr_address_to_pointer and avr_pointer_to_address.
2120 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2121
2122 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2123
2124 From Kelley Cook <kelleycook@wideopenwest.com>:
2125 * configure.host: Accept i[34567]86 variants.
2126 * configure.tgt: Likewise.
2127 * nlm/configure.in: Likewise.
2128 * nlm/configure: Regenerated.
2129
2130 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2131
2132 * arm-tdep.c (solib-svr4.h): Dont' include it.
2133 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2134 * arm-linux-tdep.c: ... here. Make static.
2135 (arm_linux_init_abi): Register it.
2136 (solib-svr4.h): Include it.
2137 * Makefile.in: Update dependencies.
2138 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2139 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2140
2141 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2142
2143 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2144 indicate registers used for return values.
2145 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2146 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2147 members.
2148 (h8300_init_extra_frame_info): Ditto.
2149 (h8300_frame_locals_address): Removed.
2150 (h8300_frame_args_address): Removed.
2151 (h8300_extract_return_value): Use new regcache structure. Only care
2152 for 16 bit CPUs.
2153 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2154 (h8300_store_return_value): Use new regcache structure. Only care
2155 for 16 bit CPUs.
2156 (h8300h_store_return_value): Same function for 32 bit CPUs.
2157 (h8300_store_struct_return): Removed.
2158 (h8300_extract_struct_value_address): Use new regcache structure.
2159 (h8300h_extract_struct_value_address): Removed.
2160 (h8300_push_dummy_code): New function.
2161 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2162 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2163 set_gdbarch_store_return_value architecture dependent.
2164 Call set_gdbarch_push_dummy_code and
2165 set_gdbarch_extract_struct_value_address.
2166 Remove calls to set_gdbarch_frame_args_address,
2167 set_gdbarch_frame_locals_address,
2168 set_gdbarch_deprecated_store_struct_return,
2169 set_gdbarch_deprecated_extract_return_value,
2170 set_gdbarch_deprecated_extract_struct_value_address,
2171 set_gdbarch_deprecated_call_dummy_words and
2172 set_gdbarch_deprecated_sizeof_call_dummy_words.
2173
2174 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2175
2176 * h8300-tdep.c (h8300_register_byte): Remove.
2177 (h8300h_register_byte): Remove.
2178 (h8300_register_virtual_type): Remove. Substitute by...
2179 (h8300_register_type): New function.
2180 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2181 (h8300h_extract_struct_value_address): Ditto.
2182 (h8300_gdbarch_init): Drop calls to
2183 set_gdbarch_deprecated_register_byte and
2184 set_gdbarch_deprecated_register_virtual_type.
2185 Add call to set_gdbarch_register_type.
2186
2187 2003-06-13 Andrew Cagney <cagney@redhat.com>
2188
2189 * gdbarch.sh: Update comments on registers.
2190 (deprecated_register_byte): Rename register_byte.
2191 (deprecated_register_raw_size): Rename register_raw_size.
2192 (deprecated_register_virtual_size): Rename register_virtual_size.
2193 (deprecated_register_virtual_type): Rename register_virtual_type.
2194 * gdbarch.h, gdbarch.c: Re-generate.
2195 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2196 * vax-tdep.c (vax_gdbarch_init): Update.
2197 * v850-tdep.c (v850_gdbarch_init): Update.
2198 * sparc-tdep.c (sparc_gdbarch_init): Update.
2199 * sh-tdep.c (sh_gdbarch_init): Update.
2200 * s390-tdep.c (s390_gdbarch_init): Update.
2201 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2202 * ns32k-tdep.c: Update.
2203 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2204 * mips-tdep.c (mips_gdbarch_init): Update.
2205 * mcore-tdep.c (mcore_gdbarch_init): Update.
2206 * m68k-tdep.c (m68k_gdbarch_init): Update.
2207 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2208 * ia64-tdep.c (ia64_gdbarch_init): Update.
2209 * hppa-tdep.c (hppa_gdbarch_init): Update.
2210 * h8300-tdep.c (h8300_gdbarch_init): Update.
2211 * frv-tdep.c (frv_gdbarch_init): Update.
2212 * cris-tdep.c (cris_gdbarch_init): Update.
2213 * avr-tdep.c (avr_gdbarch_init): Update.
2214 * alpha-tdep.c (alpha_gdbarch_init): Update.
2215 * arm-tdep.c (arm_gdbarch_init): Update.
2216
2217 2003-06-13 Andrew Cagney <cagney@redhat.com>
2218
2219 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2220 mips_o32_use_struct_convention with always_use_struct_convention.
2221
2222 2003-06-12 David Carlton <carlton@kealia.com>
2223
2224 * cp-namespace.c (cp_set_block_scope): Comment out
2225 processing_has_namespace_info branch.
2226
2227 2003-06-12 Jim Blandy <jimb@redhat.com>
2228
2229 Recognize and skip 64-bit PowerPC Linux linkage functions.
2230 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2231 insn_pattern, insns_match_pattern, d_field, ds_field): New
2232 functions, macros, and types for working with PPC instructions.
2233 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2234 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2235 ppc64_skip_trampoline_code): New functions, variables, and macros
2236 for recognizing and skipping linkage functions.
2237 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2238 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2239
2240 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2241 register offsets for both the 32- and 64-bit interfaces.
2242
2243 Actually finish the job started by my change of 2003-05-29.
2244 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2245 other #definition of this.
2246 (ppc_linux_skip_trampoline_code): Remove declaration.
2247 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2248 static.
2249 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2250 method for GDBARCH.
2251
2252 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2253 'long' on ppc64-*-linux*.
2254
2255 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2256 isn't #defined, assume the register doesn't exist: act as if
2257 tdep->ppc_mq_regnum were -1.
2258
2259 * configure.host, configure.tgt: Add entries for
2260 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2261 powerpc/linux.mt.
2262 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2263 New files.
2264
2265 * arch-utils.c (always_use_struct_convention): New function.
2266 * arch-utils.h (always_use_struct_convention): New prototype.
2267 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2268 (alpha_gdbarch_init): Register always_use_struct_convention,
2269 instead of alpha_use_struct_convention.
2270 * cris-tdep.c (cris_use_struct_convention): Delete.
2271 (cris_gdbarch_init): Register always_use_struct_convention,
2272 instead of cris_use_struct_convention.
2273 * frv-tdep.c (frv_use_struct_convention): Delete.
2274 (frv_gdbarch_init): Register always_use_struct_convention,
2275 instead of frv_use_struct_convention.
2276 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2277 (h8300_gdbarch_init): Register always_use_struct_convention,
2278 instead of h8300_use_struct_convention.
2279 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2280 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2281 instead of mips_o32_use_struct_convention.
2282
2283 2003-06-12 Andrew Cagney <cagney@redhat.com>
2284
2285 * wince.c: Include "mips-tdep.h".
2286 * mips-tdep.h (mips_next_pc): Declare.
2287 * mcore-tdep.c: Make more local functions static.
2288 * Makefile.in (wince.o): Update dependencies.
2289
2290 2003-06-12 David Carlton <carlton@kealia.com>
2291
2292 * symtab.c (lookup_symbol_aux_minsyms): Replace
2293 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2294 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2295 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2296 SYMBOL_NATURAL_NAME.
2297
2298 2003-06-12 Andreas Schwab <schwab@suse.de>
2299
2300 * Makefile.in (tuiDisassem.o): Update dependencies.
2301
2302 2003-06-12 David Carlton <carlton@bactrian.org>
2303
2304 * symtab.h: Delete declaration of make_symbol_overload_list.
2305 Add declaration of lookup_partial_symbol.
2306 * symtab.c (remove_params): Move to cp-support.c.
2307 (overload_list_add_symbol, make_symbol_overload_list)
2308 (sym_return_val_size, sym_return_val_index): Ditto.
2309 (lookup_partial_symbol): Make extern.
2310 * cp-support.h: Add declaration of make_symbol_overload_list.
2311 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2312 symtab.h, and block.h.
2313 (remove_params): Move here from symtab.c.
2314 (overload_list_add_symbol, make_symbol_overload_list)
2315 (sym_return_val_size, sym_return_val_index): Ditto.
2316 * valops.c: Include cp-support.h.
2317 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2318 frame_h, and block_h.
2319 (valops.o): Depend on cp_support_h.
2320
2321 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2322
2323 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2324 substitute by NUM_REGS throughout.
2325 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2326 (h8300s_register_name): New function for H8S registers.
2327 (h8300sx_register_name): Ditto for H8SX registers.
2328 (h8300_print_register): Revise register printing, avoid depending
2329 on 32 bit long.
2330 (h8300_register_byte): Only care for H8/300 registers.
2331 (h8300h_register_byte): New function for any other architecture.
2332 (h8300_register_raw_size): Remove.
2333 (h8300_register_virtual_type): Revise to return actually useful
2334 type.
2335 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2336 (h8300h_extract_struct_value_address): New function for any other
2337 architecture.
2338 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2339 set_gdbarch_register_name, set_gdbarch_register_byte,
2340 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2341 Remove calls to set_gdbarch_deprecated_register_size,
2342 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2343 set_gdbarch_deprecated_max_register_raw_size,
2344 set_gdbarch_register_virtual_size and
2345 set_gdbarch_deprecated_max_register_virtual_size entirely.
2346 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2347 set_gdbarch_long_double_bit.
2348
2349 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2350
2351 * doublest.c (convert_doublest_to_floatformat): When dealing
2352 with the implied integer bit, only alter mant_bits if we are
2353 processing a full 32 bits of mantissa.
2354
2355 2003-06-11 David Carlton <carlton@bactrian.org>
2356
2357 * dictionary.h: New.
2358 * dictionary.c: New.
2359 * block.h: Add opaque declaration for struct dictionary.
2360 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2361 'sym' members.
2362 (BLOCK_DICT): New macro.
2363 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2364 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2365 BLOCK_SHOULD_SORT.
2366 (ALL_BLOCK_SYMBOLS): Update definition.
2367 * Makefile.in (SFILES): Add dictionary.c.
2368 (dictionary_h): New.
2369 (COMMON_OBS): Add dictionary.o.
2370 (dictionary.o): New.
2371 (ada-lang.o): Depend on dictionary_h.
2372 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2373 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2374 (mi-cmd-stack.o): Ditto.
2375 (gdbtk-cmds.o): Update dependencies.
2376 (gdbtk-stack.o): Ditto.
2377 * ada-lang.c: Include dictionary.h.
2378 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2379 (fill_in_ada_prototype, debug_print_block): Ditto.
2380 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2381 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2382 'is_sorted'.
2383 * mdebugread.c: Include dictionary.h.
2384 (struct parse_stack): Delete 'maxsyms' member.
2385 (parse_symbol): Update calls to new_block. Delete calls to
2386 shrink_block. Use dictionary methods.
2387 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2388 Update calls to new_symtab. Don't maintain maxsyms data.
2389 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2390 (add_symbol): Just call dict_add_symbol.
2391 (new_symtab): Delete 'maxsyms' argument.
2392 (new_symtab): Update calls to new_block.
2393 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2394 (shrink_block): Delete function.
2395 (fixup_sigtramp): Update call to new_block. Add symbol via
2396 dict_add_symbol.
2397 * jv-lang.c: Include dictionary.h.
2398 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2399 appropriately. Set class_symtab->free_func. Make sure the
2400 blockvector is big enough to hold two blocks.
2401 (add_class_symtab_symbol): Use dictionary methods.
2402 (free_class_block): New function.
2403 (type_from_class): Replace explicit iteration by
2404 ALL_BLOCK_SYMBOLS.
2405 * symtab.h (struct symtab): Replace 'free_ptr' method by
2406 'free_func'.
2407 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2408 sort_symtab_syms.
2409 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2410 sort_symtab_syms.
2411 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2412 Include dictionary.h.
2413 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2414 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2415 sort_symtab_syms.
2416 * objfiles.c: Include dictionary.h.
2417 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2418 * buildsym.c: Include dictionary.h.
2419 (finish_block): Use dictionary methods.
2420 (end_symtab): Set free_func to NULL, not free_ptr.
2421 * tracepoint.c: Include dictionary.h.
2422 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2423 (scope_info): Ditto.
2424 * stack.c: Include dictionary.h.
2425 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2426 (print_block_frame_labels, print_frame_arg_vars)
2427 (print_frame_args): Ditto.
2428 * symmisc.c (free_symtab_block): Use dictionary methods.
2429 (dump_symtab): Ditto.
2430 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2431 Include dictionary.h.
2432 * symfile.h: Delete declarations of sort_block_syms,
2433 sort_symtab_syms.
2434 * symfile.c (sort_block_syms): Delete.
2435 (sort_symtab_syms): Delete.
2436 * symtab.c: Include dictionary.h.
2437 (lookup_block_symbol): Use dictionary iterators.
2438 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2439 (search_symbols, make_symbol_completion_list): Ditto.
2440 (make_symbol_overload_list): Ditto.
2441 * valops.c (value_of_local): Use dict_empty.
2442 Include dictionary.h.
2443
2444 2003-06-11 J. Brobecker <brobecker@gnat.com>
2445
2446 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2447
2448 2003-06-11 David Carlton <carlton@bactrian.org>
2449
2450 * block.h (BLOCK_SHOULD_SORT): Delete.
2451 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2452 blocks.
2453 * ada-lang.c (ada_add_block_symbols): Ditto.
2454 * symfile.c (sort_block_syms): Delete.
2455 (sort_symtab_syms): Ditto.
2456 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2457 declarations.
2458 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2459 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2460 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2461 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2462 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2463 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2464 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2465
2466 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2467
2468 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2469 bits to 128.
2470
2471 2003-06-11 Andrew Cagney <cagney@redhat.com>
2472
2473 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2474 REGISTER_CONVERTIBLE.
2475 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2476 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2477 * gdbarch.h, gdbarch.c: Re-generate.
2478 * arch-utils.h (deprecated_register_convertible_not): Rename
2479 generic_register_convertible_not.
2480 * arch-utils.c (deprecated_register_convertible_not): Rename
2481 generic_register_convertible.
2482 (legacy_convert_register_p, legacy_register_to_value): Update.
2483 * sh-tdep.c (sh64_push_arguments): Update.
2484 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2485 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2486 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2487 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2488 * arch-utils.c (legacy_value_to_register): Update.
2489 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2490 (rs6000_register_convert_to_raw): Make parameter "from" const.
2491 * mips-tdep.c (mips_gdbarch_init): Update.
2492 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2493 * infcmd.c (default_print_registers_info): Update.
2494 * ia64-tdep.c (ia64_gdbarch_init): Update.
2495 (ia64_register_convert_to_raw): Make parameter "from" const.
2496 * i386-tdep.c (i386_gdbarch_init): Update.
2497 (i386_register_convert_to_raw): Update.
2498
2499 2003-06-11 Andrew Cagney <cagney@redhat.com>
2500
2501 * remote-fileio.c: Include "remote-fileio.h".
2502 * Makefile.in (remote-fileio.o): Update dependencies.
2503 (remote_fileio_h): Fix typo.
2504
2505 2003-06-11 Andrew Cagney <cagney@redhat.com>
2506
2507 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2508 (xstormy16_save_dummy_frame_tos): Make static.
2509 (_initialize_xstormy16_tdep): Add declaration.
2510 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2511 * v850-tdep.c: Make local functions static.
2512 (_initialize_v850_tdep): Add declaration.
2513 * sparc-tdep.c: Make local functions static.
2514 (_initialize_sparc_tdep): Add declaration.
2515 * sh-tdep.c: Make local functions static.
2516 (_initialize_sh_tdep): Add declaration.
2517 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2518 * s390-tdep.c: Make local functions static.
2519 (_initialize_s390_tdep): Add declaration.
2520 * dbxread.c (find_stab_function_addr): Make static.
2521 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2522 * ocd.c (_initialize_remote_ocd): Add declaration.
2523 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2524 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2525 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2526 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2527 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2528 * remote-array.c (_initialize_array): Add declaration.
2529 (_initialize_remote_monitors): Add declaration.
2530 * remote-mips.c: Make local functions static.
2531 (_initialize_remote_mips): Add declaration.
2532 * mcore-tdep.c: Make all local functions static.
2533 (_initialize_mcore_tdep): Add declaration.
2534 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2535 * abug-rom.c (_initialize_abug_rom): Add declaration.
2536 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2537 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2538 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2539 * remote-est.c (_initialize_est): Add declaration.
2540 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2541 (m68hc11_call_dummy_address): Make static.
2542 * ia64-tdep.c: Make local functions static.
2543 (_initialize_ia64_tdep): Add declaration.
2544 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2545 * monitor.c (monitor_wait_filter): Make static.
2546 (_initialize_remote_monitors): Add declaration.
2547 * remote-hms.c (_initialize_remote_hms): Add declaration.
2548 * remote-e7000.c (fetch_regs_from_dump): Make static.
2549 (expect_n): Make static.
2550 (_initialize_remote_e7000): Add declaration.
2551 * ser-e7kpc.c: Always include "defs.h".
2552 (_initialize_ser_e7000pc): Add declaration.
2553 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2554 * cris-tdep.c: Make all but one function static.
2555 (_initialize_cris_tdep): Add declaration.
2556 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2557 * solib.c (update_solib_list): Make static.
2558 (_initialize_solib): Add declaration.
2559 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2560 (_initialize_avr_tdep): Add declaration.
2561 * remote-rdi.c (voiddummy): Make static.
2562 (_initialize_remote_rdi): Add declaration.
2563 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2564 * remote-rdp.c (send_rdp): Make static.
2565 (_initialize_remote_rdp): Add declaration.
2566 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2567
2568 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2569
2570 * remote-fileio.c: Make ari happy.
2571
2572 2003-06-10 J. Brobecker <brobecker@gnat.com>
2573
2574 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2575 fetching the trailing bytes of the buffer we are about to write.
2576
2577 2003-06-10 Andrew Cagney <cagney@redhat.com>
2578
2579 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2580 * Makefile.in (remote-fileio.o): Update dependencies.
2581 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2582 include <setjmp.h>, or <sys/types.h> conditional on USG.
2583 (remote_fio_jmp_buf): Delete global variable.
2584
2585 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2586 Martin M. Hunt <hunt@redhat.com>
2587
2588 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2589 (SFILES): Add remote-fileio.c.
2590 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2591 dependencies for building remote.o.
2592 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2593 * remote-fileio.h: New header file defining remote File-I/O interface.
2594 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2595 static storage class.
2596 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2597 'F' packet.
2598 (_initialize_remote): Call initialize_remote_fileio().
2599 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2600 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2601 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2602 (captured_main): Initialize new ui_files.
2603 * ui-file.c: Add read and fgets input functions.
2604 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2605 (null_file_read): New function.
2606 (ui_file_read): New function.
2607 (set_ui_file_read): New function.
2608 (stdio_file_read): New function.
2609 * ui-file.h: New type ui_file_read_ftype.
2610 (set_ui_file_read): Declare.
2611 (ui_file_read): Declare.
2612
2613 2003-06-09 Andrew Cagney <cagney@redhat.com>
2614
2615 * frame.h (deprecated_unwind_get_saved_register): Rename
2616 generic_unwind_get_saved_register, update comments.
2617 * mips-tdep.c (mips_get_saved_register): Update.
2618 * frame.c (deprecated_unwind_get_saved_register): Update.
2619
2620 2003-06-09 Andrew Cagney <cagney@redhat.com>
2621
2622 * vax-tdep.c (vax_frame_locals_address): Delete function.
2623 (vax_gdbarch_init): Do not set frame_locals_address.
2624 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2625 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2626 * s390-tdep.c (s390_frame_args_address): Delete function.
2627 (s390_gdbarch_init): Do not set frame_args_address or
2628 frame_locals_address.
2629 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2630 (ns32k_gdbarch_init): Do not set frame_locals_address.
2631 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2632 (hppa_frame_locals_address): Delete function.
2633 (hppa_gdbarch_init): Do not set frame_args_address, or
2634 frame_locals_address.
2635 * arm-tdep.c (arm_frame_args_address): Delete.
2636 (arm_frame_locals_address): Delete.
2637 (arm_gdbarch_init): Do not set frame_args_address, or
2638 frame_locals_address.
2639
2640 2003-06-09 Andrew Cagney <cagney@redhat.com>
2641
2642 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2643 * gdbarch.h, gdbarch.c: Re-generate.
2644 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2645 * arch-utils.c (frame_num_args_unknown): Delete function.
2646 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2647 (frame_info): Use FRAME_NUM_ARGS_P.
2648 * arm-tdep.c (arm_frame_num_args): Delete function.
2649 (arm_gdbarch_init): Do not set frame_num_args.
2650 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2651 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2652 (hppa_gdbarch_init): Do not set frame_num_args.
2653 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2654 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2655 frame_num_args to default frame_num_args_unknown.
2656 * v850-tdep.c (v850_gdbarch_init): Ditto.
2657 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2658 * sh-tdep.c (sh_gdbarch_init): Ditto.
2659 * s390-tdep.c (s390_gdbarch_init): Ditto.
2660 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2661 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2662 * mips-tdep.c (mips_gdbarch_init): Ditto.
2663 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2664 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2665 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2666 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2667 * i386-tdep.c (i386_gdbarch_init): Ditto.
2668 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2669 * frv-tdep.c (frv_gdbarch_init): Ditto.
2670 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2671 * cris-tdep.c (cris_gdbarch_init): Ditto.
2672 * avr-tdep.c (avr_gdbarch_init): Ditto.
2673 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2674
2675 2003-06-09 Andrew Cagney <cagney@redhat.com>
2676
2677 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2678 (print_frame_args): Moved to "stack.c".
2679 * stack.c: Include "gdb_assert.h".
2680 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2681 (print_frame_args): Moved from "printcmd.c".
2682 * frame.h (print_frame_args): Delete declaration.
2683 * Makefile.in (stack.o): Update dependencies.
2684
2685 2003-06-08 Andrew Cagney <cagney@redhat.com>
2686
2687 * frame.c (get_prev_frame): Remove reference to
2688 frame_args_address_correct in comments.
2689 * frame-base.c (default_frame_args_address): Delete code
2690 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2691 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2692 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2693 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2694 (vax_frame_args_address_correct): Delete declaration.
2695
2696 2003-06-08 Andrew Cagney <cagney@redhat.com>
2697
2698 * gdbarch.sh (UNWIND_SP): Add.
2699 * gdbarch.h, gdbarch.c: Re-generate.
2700 * frame.c (frame_sp_unwind): New function.
2701 (get_frame_sp): New function.
2702 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2703 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2704 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2705 value.
2706 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2707 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2708
2709 2003-06-08 Andrew Cagney <cagney@redhat.com>
2710
2711 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2712 REMOTE_BREAKPOINT.
2713 * remote.c: Update.
2714 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2715 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2716 * config/m68k/tm-sun3.h: Update.
2717 * config/m68k/tm-m68klynx.h: Update.
2718 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2719
2720 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2721 trad_frame". Update comments.
2722 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2723 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2724 (trad_frame_register_value, trad_frame_prev_register): Update.
2725
2726 2003-06-08 Andrew Cagney <cagney@redhat.com>
2727
2728 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2729 from GCC's acinclude.m4.
2730 * configure.in: Check for getopt's delcaration.
2731 * aclocal.m4, config.in, configure: Re-generate.
2732 * main.c (error_init): Delete declaration.
2733 * defs.h (error_init): Declare.
2734 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2735 (rs6000_convert_from_func_ptr_addr): Make static.
2736 (_initialize_rs6000_tdep): Add declaration.
2737 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2738 (show_commands, set_verbose, show_history): Delete declaration.
2739 * top.h (set_verbose): Add declaration.
2740 (show_history, set_history, show_commands): Add declaration.
2741 (do_restore_instream_cleanup): Add declaration.
2742 * objc-lang.c (specialcmp): Make static.
2743 (print_object_command): Make static.
2744 (find_objc_msgsend): Make static.
2745 (find_objc_msgcall_submethod_helper): Make static.
2746 (find_objc_msgcall_submethod): Make static.
2747 (_initialize_objc_language): Add declaration.
2748 (find_implementation_from_class): Make static.
2749 (find_implementation): Make static.
2750 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2751 * objc-lang.h (lookup_struct_typedef): Add declaration.
2752 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2753 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2754 (do_restore_user_call_depth): Make static.
2755 (do_restore_instream_cleanup): Delete declaration.
2756 (dont_repeat): Delete declaration.
2757 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2758 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2759 * reggroups.c (_initialize_reggroup): Add declaration.
2760 * cp-support.c (_initialize_cp_support): Add declaration.
2761 * cp-abi.c (_initialize_cp_abi): Add declaration.
2762 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2763 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2764 (_initialize_gnu_v3_abi): Add declaration.
2765 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2766 (_initialize_gnu_v2_abi): Add declaration.
2767 * frame-base.c (_initialize_frame_base): Add declaration.
2768 * doublest.c (floatformat_from_length): Make static.
2769 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2770 * frame.c (create_sentinel_frame): Make static.
2771 (_initialize_frame): Add declaration.
2772 * top.c (do_catch_errors): Make static.
2773 (gdb_rl_operate_and_get_next_completion): Make static.
2774 * typeprint.c: Include "typeprint.h".
2775 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2776 (sentinel_frame_this_id): Make static.
2777 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2778 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2779 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2780 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2781 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2782 * maint.c (maintenance_print_architecture): Make static.
2783 * signals/signals.c (_initialize_signals): Add declaration.
2784 * std-regs.c (_initialize_frame_reg): Add declaration.
2785 * jv-exp.y (push_variable): ISO C definition.
2786 (push_qualified_expression_name): Ditto.
2787 * memattr.c (_initialize_mem): Add declaration.
2788 * remote.c (remote_check_watch_resources): Make static.
2789 (remote_stopped_by_watchpoint): Make static.
2790 (remote_stopped_data_address): Make static.
2791 * d10v-tdep.c (nr_dmap_regs): Make static.
2792 (a0_regnum): Make static.
2793 (d10v_frame_unwind_cache): Make static.
2794 (d10v_frame_p): Make static.
2795 * osabi.c (show_osabi): Make static.
2796 (_initialize_gdb_osabi): Add extern declaration.
2797 * gdbtypes.c (make_qualified_type): Make static.
2798 (safe_parse_type): Make static.
2799 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2800 * macrotab.c (macro_bcache_free): Make static.
2801 * interps.c (interp_set_quiet): Make static.
2802 (interpreter_exec_cmd): Make static.
2803 * stack.h (select_frame_command): New file.
2804 * stack.c: Include "stack.h".
2805 (select_frame_command_wrapper): Delete function.
2806 (select_frame_command): Make global.
2807 * infcall.c: Include "infcall.h".
2808 * linespec.c: Include "linespec.h".
2809 * symfile.c (sections_overlap): Make static.
2810 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2811 * charset.c (_initialize_charset): Add missing prototype.
2812 * regcache.c (init_legacy_regcache_descr): Make static.
2813 (do_regcache_xfree): Make static.
2814 (regcache_xfer_part): Make static.
2815 (_initialize_regcache): Add missing prototype.
2816 * breakpoint.c (parse_breakpoint_sals): Make static.
2817 (breakpoint_sals_to_pc): Make static.
2818 * interps.h (clear_interpreter_hooks): ISO C declaration.
2819 * Makefile.in (stack_h): Define.
2820 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2821 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2822
2823 2003-06-08 Andrew Cagney <cagney@redhat.com>
2824
2825 * Makefile.in (d10v-tdep.o): Update dependencies.
2826 (SFILES): Add trad-frame.c.
2827 (trad_frame_h): Define.
2828 (COMMON_OBS): Add trad-frame.o.
2829 (trad-frame.o): Specify dependencies.
2830 * d10v-tdep.c: Include "trad-frame.h".
2831 (saved_regs_unwinder): Delete function.
2832 (d10v_frame_prev_register): Use trad_frame_prev_register.
2833 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2834 trad_frame", delete "regs" and "prev_sp".
2835 (prologue_find_regs): Use trad-frame.
2836 * trad-frame.h, trad-frame.c: New files.
2837
2838 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2839
2840 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2841
2842 2003-06-07 Adam Fedor <fedor@gnu.org>
2843
2844 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2845 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2846 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2847 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
2848 resolve_msgsend_super, resolve_msgsend_super_stret):
2849 Use it.
2850
2851 2003-06-07 Andrew Cagney <cagney@redhat.com>
2852
2853 * symfile.h: Re-indent, clean up comments.
2854
2855 2003-06-07 Andrew Cagney <cagney@redhat.com>
2856
2857 * inferior.h (deprecated_write_sp): Replace
2858 generic_target_write_sp.
2859 * regcache.c (deprecated_write_sp): Replace
2860 generic_target_write_sp.
2861 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2862 * vax-tdep.c (vax_gdbarch_init): Update.
2863 * v850-tdep.c (v850_gdbarch_init): Update.
2864 * sparc-tdep.c (sparc_gdbarch_init): Update.
2865 * sh-tdep.c (sh_gdbarch_init): Update.
2866 * s390-tdep.c (s390_gdbarch_init): Update.
2867 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2868 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2869 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2870 * mcore-tdep.c (mcore_gdbarch_init): Update.
2871 * m68k-tdep.c (m68k_gdbarch_init): Update.
2872 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2873 * ia64-tdep.c (ia64_gdbarch_init): Update.
2874 * h8300-tdep.c (h8300_gdbarch_init): Update.
2875 * frv-tdep.c (frv_gdbarch_init): Update.
2876 * cris-tdep.c (cris_gdbarch_init): Update.
2877 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2878
2879 2003-06-07 Andrew Cagney <cagney@redhat.com>
2880
2881 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2882 Assert that PC_REGNUM is valid.
2883 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2884
2885 2003-06-07 Andrew Cagney <cagney@redhat.com>
2886
2887 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2888 * gdbarch.h, gdbarch.c: Regenerate.
2889 * mn10300-tdep.c: Include "gdb_assert.h".
2890 (mn10300_read_fp): New function.
2891 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2892 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2893 * ia64-tdep.c: Include "gdb_assert.h".
2894 (ia64_read_fp): New function.
2895 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2896 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2897 * regcache.c (generic_target_read_sp): Delete function.
2898 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2899 * inferior.h (generic_target_read_sp): Delete declaration.
2900 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2901 generic_target_read_sp.
2902 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2903 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2904 * sh-tdep.c (sh_gdbarch_init): Ditto.
2905 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2906 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2907
2908 2003-06-07 Andrew Cagney <cagney@redhat.com>
2909
2910 * gdbarch.sh: Comment each field of startup_gdbarch.
2911 * gdbarch.h, gdbarch.c: Re-generate.
2912
2913 2003-06-07 Andrew Cagney <cagney@redhat.com>
2914
2915 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2916 * gdbarch.h, gdbarch.c: Re-generate.
2917 * regcache.c: Update comments on read_pc et.al.
2918 (generic_target_read_pc): Delete function.
2919 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2920 * inferior.h (generic_target_read_pc): Delete declaration.
2921 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2922 generic_target_read_pc.
2923 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2924 * sh-tdep.c (sh_gdbarch_init): Ditto.
2925 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2926 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2927
2928 2003-06-07 Andrew Cagney <cagney@redhat.com>
2929
2930 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2931 "index" with "special_local_sect". Use strcmp instead of STREQ.
2932 Append period to coments.
2933
2934 2003-06-06 Mark Mitchell <mark@codesourcery.com>
2935
2936 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2937 (elfstab_offset_sections): Likewise.
2938 * gdb-stabs.h (stab_section_info): Likewise.
2939 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2940 * objfiles.c (objfile_relocate): Likewise.
2941 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2942 * remote.c (get_offsets): Likewise.
2943 (remote_cisco_objfile_relocate): Likewise.
2944 * somread.c (som_symfile_offsets): Likewise.
2945 * symfile.c (alloc_section_addr_info): New function.
2946 (build_section_addr_info_from_section_tab): Use it.
2947 (free_section_addr_info): Adjust.
2948 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2949 (syms_from_objfile): Allocate local_addr dynamically.
2950 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2951 dynamically.
2952 (add_symbol_file_command): Allocate sect_opts dynamically.
2953 (reread_symbols): Avoid use of SECT_OFF_MAX.
2954 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2955 (alloc_section_addr_info): Declare it.
2956 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2957 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2958 dynamically.
2959 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
2960
2961 2003-06-06 Andrew Cagney <cagney@redhat.com>
2962
2963 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2964 (d10v_frame_unwind_cache): Do not set "return_pc".
2965
2966 2003-06-06 Michael Snyder <msnyder@redhat.com>
2967
2968 * h8300-tdep.c: Make tidy (long lines).
2969
2970 2003-06-06 Michal Ludvig <mludvig@suse.cz>
2971
2972 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
2973 to regcache_collect().
2974
2975 2003-06-05 J. Brobecker <brobecker@gnat.com>
2976
2977 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2978 pc_in_sigtramp multiarch method.
2979 (hppa_hpux_som_init_abi): Use it.
2980 (hppa_hpux_elf_init_abi): Likewise.
2981 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2982 macro has been multiarched.
2983 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2984 macro here, as hppa64 isn't multiarched yet.
2985
2986 2003-06-05 Andrew Cagney <cagney@redhat.com>
2987
2988 * Makefile.in (value_h): Add $(frame_h).
2989 * value.h: Include "frame.h".
2990 (struct value): Replace "frame_addr" with "frame_id".
2991 (VALUE_FRAME_ID): Replace VALUE_FRAME.
2992 * values.c (allocate_value): Use VALUE_FRAME_ID.
2993 (value_copy): Use VALUE_FRAME_ID.
2994 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
2995 * valops.c (value_assign): Update. Use frame_find_by_id.
2996
2997 2003-06-05 Michal Ludvig <mludvig@suse.cz>
2998
2999 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3000 in each pass.
3001
3002 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3003
3004 * thread-db.c (check_event): For create/death event breakpoints,
3005 loop through all messages to ensure that we read the message
3006 corresponding to the breakpoint we are at.
3007
3008 2003-06-04 Michael Snyder <msnyder@redhat.com>
3009
3010 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3011
3012 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3013
3014 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3015 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3016 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3017 when handling .eh_frame sections.
3018
3019 2003-06-04 J. Brobecker <brobecker@gnat.com>
3020
3021 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3022 prepare_to_proceed procedure instead of the hppa-specific one.
3023 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3024
3025 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3026
3027 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3028 * config.in: Regenerated.
3029 * configure.in: Add test for syscall function and check for
3030 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3031 * configure: Regenerated.
3032 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3033 <sys/syscall.h>.
3034 (kill_lwp): New function that uses tkill syscall or
3035 uses kill, depending on whether threading model is nptl or not.
3036 All callers of kill() changed to use kill_lwp().
3037 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3038 see if all threads have already exited in the nptl model.
3039 (stop_and_resume_callback): New callback function used by the
3040 lin_lwp_wait thread exit handling code.
3041 (stop_wait_callback): Check for threads already having exited and
3042 delete such threads fromt the lwp list when discovered.
3043 (stop_callback): Don't assert retcode of kill call.
3044
3045 Roland McGrath <roland@redhat.com>
3046 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3047 nptl libthread_db.
3048
3049 2003-06-03 Richard Henderson <rth@redhat.com>
3050
3051 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3052 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3053 (alpha_sigtramp_frame_prev_register): Likewise.
3054 (alpha_heuristic_frame_prev_register): Likewise.
3055 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3056
3057 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3058 alpha-specific register id names.
3059 (alpha_mdebug_frame_unwind_cache): Likewise.
3060 (alpha_mdebug_frame_prev_register): Likewise.
3061
3062 2003-06-03 Richard Henderson <rth@redhat.com>
3063
3064 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3065 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3066 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3067 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3068 unwind routines.
3069 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3070 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3071 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3072
3073 * alpha-linux-tdep.c: Remove unnecessary includes.
3074 * Makefile.in (alpha-linux-tdep.o): Update.
3075
3076 2003-06-03 Richard Henderson <rth@redhat.com>
3077
3078 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3079 (alphabsd_fill_fpreg): Likewise.
3080
3081 2003-06-03 J. Brobecker <brobecker@gnat.com>
3082
3083 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3084 references to struct frame_info fields by calls to the equivalent
3085 accessors. Necessary now that frame_info is opaque.
3086
3087 2003-06-03 J. Brobecker <brobecker@gnat.com>
3088
3089 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3090 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3091 structure, field no longer exists.
3092
3093 2003-06-03 J. Brobecker <brobecker@gnat.com>
3094
3095 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3096 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3097
3098 2003-06-03 J. Brobecker <brobecker@gnat.com>
3099
3100 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3101 references to struct frame_info fields by calls to the equivalent
3102 accessors. Necessary now that frame_info is opaque.
3103
3104 2003-06-03 J. Brobecker <brobecker@gnat.com>
3105
3106 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3107 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3108 structure, field no longer exists.
3109
3110 2003-06-03 Theodore A. Roth <troth@openavr.org>
3111
3112 * remote.c (init_remote_state): Compute sizeof_g_packet by
3113 accumulation of the size of all registers instead of blindly using
3114 DEPRECATED_REGISTER_BYTES.
3115
3116 2003-06-03 Michael Snyder <msnyder@redhat.com>
3117
3118 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3119 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3120 for h8300sx.
3121
3122 2003-06-03 J. Brobecker <brobecker@gnat.com>
3123
3124 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3125 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3126
3127 2003-06-03 Andrew Cagney <cagney@redhat.com>
3128
3129 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3130 (sparc_convert_to_raw): Delete function.
3131 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3132 register_convert_to_virtual.
3133
3134 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3135
3136 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3137 layer if not dealing with a statically-linked threaded program.
3138
3139 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3140
3141 * solib.c (solib_open): Update comment to reflect actual search order.
3142
3143 2003-06-03 Andrew Cagney <cagney@redhat.com>
3144
3145 * frame.c (get_frame_memory_signed): New function.
3146 (get_frame_memory, get_frame_memory_unsigned): New function.
3147 (get_frame_arch): New function.
3148 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3149 (get_frame_memory, get_frame_unsigned_memory): Declare.
3150 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3151 get_frame_memory_unsigned and get_frame_arch.
3152 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3153
3154 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3155
3156 * MAINTAINERS (write after approval): Add myself.
3157
3158 2003-06-03 Jim Blandy <jimb@redhat.com>
3159
3160 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3161 elements of gregset_t are 64 bits each, but access registers
3162 are still 32 bits, so they're packed two per gregset_t
3163 element. Unpack/pack them properly.
3164
3165 2003-06-02 David Carlton <carlton@bactrian.org>
3166
3167 * linespec.c (find_methods): Break out code into
3168 add_matching_methods and add_constructors.
3169 (add_matching_methods): New.
3170 (add_constructors): Ditto.
3171
3172 2003-06-02 Andrew Cagney <cagney@redhat.com>
3173
3174 * sparc-tdep.c (sparc_print_registers): Delete call to
3175 REGISTER_CONVERTIBLE.
3176 (sparc_gdbarch_init): Do not set register_convertible.
3177 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3178 * frv-tdep.c (frv_gdbarch_init): Ditto.
3179 * cris-tdep.c (cris_gdbarch_init): Ditto.
3180
3181 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3182
3183 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3184 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3185 (syms_from_objfile): Ditto.
3186
3187 2003-06-03 Andreas Schwab <schwab@suse.de>
3188
3189 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3190 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3191
3192 2003-06-02 Richard Henderson <rth@redhat.com>
3193
3194 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3195 a member of all_reggroup.
3196
3197 2003-06-02 Richard Henderson <rth@redhat.com>
3198
3199 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3200 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3201 (alpha_lds, alpha_sts): New.
3202 (alpha_convert_register_p): Change from _register_convertible.
3203 (alpha_register_to_value): Change from _convert_to_virtual;
3204 restructure and fail for type sizes other than 4 or 8.
3205 (alpha_value_to_register): Similarly.
3206 (alpha_extract_return_value): Use alpha_sts.
3207 (alpha_store_return_value): Use alpha_lds.
3208 (alpha_gdbarch_init): Update hooks.
3209
3210 2003-06-02 Richard Henderson <rth@redhat.com>
3211
3212 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3213 regnum identifiers.
3214 (alpha_sigtramp_register_address): Likewise.
3215
3216 2003-06-02 Richard Henderson <rth@redhat.com>
3217
3218 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3219 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3220 * alpha-tdep.h: Declare them.
3221
3222 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3223 Remove zerobuf. Don't error on UNIQUE.
3224 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3225 (ALPHA_REGSET_UNIQUE): Provide default.
3226 (supply_gregset): Use alpha_supply_int_regs.
3227 (fill_gregset): Use alpha_fill_int_regs.
3228 (supply_fpregset): Use alpha_supply_fp_regs.
3229 (fill_fpregset): Use alpha_fill_fp_regs.
3230 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3231 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3232 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3233 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3234 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3235 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3236
3237 2003-06-02 Richard Henderson <rth@redhat.com>
3238
3239 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3240
3241 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3242 (alpha_store_return_value): Likewise.
3243
3244 2003-06-02 David Carlton <carlton@math.stanford.edu>
3245
3246 * block.c (contained_in): Add 'const' to arguments.
3247 (block_function): Ditto.
3248 * block.h: Update declarations for block_function and
3249 contained_in.
3250
3251 2003-06-02 David Carlton <carlton@math.stanford.edu>
3252
3253 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3254 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3255 * p-valprint.c (pascal_val_print): Ditto.
3256 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3257
3258 2003-06-02 Richard Henderson <rth@redhat.com>
3259
3260 * alpha-tdep.c (alpha_push_dummy_call): Use
3261 builtin_type_ieee_double_little instead of builtin_type_double.
3262
3263 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3264 sign-extension of 32-bit values.
3265 (alpha_store_return_value): Similarly.
3266
3267 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3268 (alpha_extract_return_value): Likewise.
3269 (alpha_store_return_value): Likewise.
3270
3271 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3272 (alpha_store_return_value): Error on IEEE Quad floats.
3273
3274 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3275 (alpha_extract_struct_value_address): Likewise.
3276 (alpha_store_return_value): Likewise.
3277 (alpha_store_struct_return): Remove.
3278 (alpha_gdbarch_init): Update hook registration to match.
3279
3280 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3281 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3282 macros where appropriate.
3283 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3284 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3285
3286 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3287 for SP, GP; void_func_ptr for PC; non-language-specific types
3288 for all others.
3289 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3290
3291 2003-06-02 Richard Henderson <rth@redhat.com>
3292
3293 * top.h (lim_at_start): Declare.
3294 * main.c (captured_main): Set it.
3295 * top.c (lim_at_start): Define.
3296 (command_loop): Use it instead of &environ.
3297 * event-top.c (command_handler): Likewise.
3298
3299 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3300
3301 * mipsnbsd-tdep.c: Update copyright years.
3302 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3303
3304 2003-06-01 Richard Henderson <rth@redhat.com>
3305
3306 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3307 (alpha-linux-tdep.o): Update dependencies.
3308 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3309 * alpha-mdebug-tdep.c: Remove unneeded includes.
3310
3311 2003-06-01 Richard Henderson <rth@redhat.com>
3312
3313 * alpha-tdep.c (alpha_register_reggroup_p): New.
3314 (alpha_gdbarch_init): Register it.
3315
3316 2003-06-02 Andrew Cagney <cagney@redhat.com>
3317
3318 * dwarfread.c: Eliminate "register"
3319 (decode_die_type): Eliminate assignment within "if".
3320 (struct_type, decode_array_element_type): Ditto.
3321 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3322 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3323 (decode_modified_type, completedieinfo): Ditto.
3324 * block.c: Eliminate "register".
3325 (blockvector_for_pc_sect): Eliminate assignment within "if".
3326 * cp-support.h (struct symbol): Opaque declaration.
3327 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3328
3329 2003-06-01 Richard Henderson <rth@redhat.com>
3330
3331 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3332 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3333
3334 2003-06-01 Adam Fedor <fedor@gnu.org>
3335
3336 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3337 * gdbarch.[ch]: Regenerate.
3338 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3339 (hppa_gdbarch_init): Set it in the gdbarch vector.
3340 * i386-tdep.c (i386_fetch_pointer_argument): New
3341 (i386_gdbarch_init): Set it into gdbarch.
3342 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3343 (rs6000_gdbarch_init): Set it in gdbarch.
3344 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3345 (sparc_gdbarch_init): Set it in gdbarch.
3346
3347 2003-06-01 Andrew Cagney <cagney@redhat.com>
3348
3349 * defs.h (extract_address): Delete declaration.
3350 * findvar.c (extract_address): Delete function.
3351 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3352 extract_address with the inline equivalent,
3353 extract_unsigned_integer.
3354 (xstormy16_extract_struct_value_address): Ditto.
3355 (xstormy16_pointer_to_address): Ditto.
3356 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3357 * v850-tdep.c (v850_push_arguments): Ditto.
3358 (v850_extract_return_value): Ditto.
3359 (v850_extract_struct_value_address): Ditto.
3360 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3361 (sparcnbsd_get_longjmp_target_64): Ditto.
3362 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3363 (get_longjmp_target): Ditto.
3364 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3365 (sh64_extract_struct_value_address): Ditto.
3366 (sh_push_arguments): Ditto.
3367 (sh64_push_arguments): Ditto.
3368 * remote-vxsparc.c (vx_read_register): Ditto.
3369 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3370 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3371 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3372 * mipsv4-nat.c (get_longjmp_target): Ditto.
3373 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3374 * mips-nat.c (get_longjmp_target): Ditto.
3375 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3376 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3377 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3378 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3379 * irix5-nat.c (get_longjmp_target): Ditto.
3380 * irix4-nat.c (get_longjmp_target): Ditto.
3381 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3382 (ia64_push_arguments): Ditto.
3383 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3384 * h8300-tdep.c (h8300_push_arguments): Ditto.
3385 (h8300_store_return_value): Ditto.
3386 (h8300_extract_struct_value_address): Ditto.
3387 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3388 (frv_push_arguments): Ditto.
3389 * avr-tdep.c (avr_pointer_to_address): Ditto.
3390 (avr_push_arguments): Ditto.
3391 * arm-tdep.c (arm_push_dummy_call): Ditto.
3392 (arm_get_longjmp_target): Ditto.
3393 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3394 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3395 (alpha_get_longjmp_target): Ditto.
3396
3397 * solib-irix.c (extract_mips_address): Inline extract_address,
3398 replacing it with extract_signed_integer.
3399 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3400 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3401 (first_link_map_member, open_symbol_file_object): Ditto.
3402 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3403 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3404 (LM_NEXT, LM_NAME): Ditto.
3405
3406 2003-06-01 Richard Henderson <rth@redhat.com>
3407
3408 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3409 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3410 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3411 (alpha_cannot_store_register): Likewise.
3412 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3413 * alpha-nat.c (supply_gregset): Likewise.
3414 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3415
3416 2003-06-01 Andrew Cagney <cagney@redhat.com>
3417
3418 * infcall.c (call_function_by_hand): Update comment on
3419 DEPRECATED_DUMMY_WRITE_SP.
3420
3421 * mips-tdep.c (mips_gdbarch_init): Do not set
3422 deprecated_dummy_write_sp.
3423 (mips_eabi_push_dummy_call): Set the SP register.
3424 (mips_o64_push_dummy_call): Set the SP register.
3425 (mips_o32_push_dummy_call): Set the SP register.
3426 (mips_n32n64_push_dummy_call): Set the SP register.
3427
3428 2003-06-01 Richard Henderson <rth@redhat.com>
3429
3430 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3431 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3432 (supply_gregset): Likewise.
3433 * alpha-tdep.c (alpha_store_return_value): Likewise.
3434 (alpha_get_longjmp_target): Likewise.
3435 (alpha_register_name): Constify array.
3436 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3437 deprecated_register_size, deprecated_register_bytes,
3438 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3439 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3440 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3441
3442 2003-06-01 Richard Henderson <rth@redhat.com>
3443
3444 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3445 from arg_reg_buffer to regcache to avoid double conversion.
3446
3447 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3448
3449 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3450 SP_REGNUM.
3451 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3452 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3453
3454 2003-06-01 Richard Henderson <rth@redhat.com>
3455
3456 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3457 (decode_frame_entry): Set it. Skip FDE augmentation.
3458
3459 2003-06-01 Richard Henderson <rth@redhat.com>
3460
3461 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3462 not overlapping PC_REGNUM.
3463
3464 2003-06-01 Richard Henderson <rth@redhat.com>
3465
3466 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3467 alpha_push_arguments. Don't dump argument register data to
3468 the target stack. Fix float and 128-bit long double semantics.
3469 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3470 (alpha_fix_call_dummy): Remove.
3471 (alpha_call_dummy_words): Remove.
3472 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3473
3474 2003-06-01 Richard Henderson <rth@redhat.com>
3475
3476 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3477
3478 2003-06-01 Andrew Cagney <cagney@redhat.com>
3479
3480 * mips-tdep.c (is_mips16_addr): New function.
3481 (make_mips16_addr, unmake_mips16_addr): New functions.
3482 (pc_is_mips16, mips_fetch_instruction): Use.
3483 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3484 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3485 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3486 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3487 TARGET_MIPS.
3488 * config/mips/tm-mips.h: Update copyright.
3489 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3490 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3491 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3492 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3493 (TM_PRINT_INSN_MACH): Delete.
3494 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3495
3496 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3497 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3498 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3499 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3500 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3501 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3502 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3503 mips*-*-riscos* and mips*-*-sysv* onto mips.
3504 * config/mips/mips64.mt: New file.
3505 * config/mips/mips.mt: New file.
3506 * config/mips/littlemips.mt: Delete file.
3507 * config/mips/decstation.mt: Delete file.
3508 * config/mips/vr4300el.mt: Delete file.
3509 * config/mips/vr5000el.mt: Delete file.
3510 * config/mips/vr5000.mt: Delete file.
3511 * config/mips/vr4100.mt: Delete file.
3512 * config/mips/vr4xxxel.mt: Delete file.
3513 * config/mips/vr4300.mt: Delete file.
3514 * config/mips/vr4xxx.mt: Delete file.
3515 * config/mips/bigmips.mt: Delete file.
3516 * config/mips/bigmips64.mt: Delete file.
3517 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3518 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3519 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3520 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3521 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3522 "tm-bigmips.h".
3523 * config/mips/tm-irix3.h: Ditto.
3524 * config/mips/tm-mipsv4.h: Ditto.
3525 * config/mips/tm-embed.h: Ditto.
3526 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3527 "tm-bigmips64.h".
3528 * config/mips/tm-vr5000el.h: Delete file.
3529 * config/mips/tm-tx39l.h: Delete file.
3530 * config/mips/tm-vr4300el.h: Delete file.
3531 * config/mips/tm-vr4xxxel.h: Delete file.
3532 * config/mips/tm-vr4300.h: Delete file.
3533 * config/mips/tm-vr4100.h: Delete file.
3534 * config/mips/tm-vr4xxx.h: Delete file.
3535 * config/mips/tm-vr5000.h: Delete file.
3536 * config/mips/tm-embedl64.h: Delete file.
3537 * config/mips/tm-embedl.h: Delete file.
3538 * config/mips/tm-embed64.h: Delete file.
3539 * config/mips/tm-bigmips64.h: Delete file.
3540 * config/mips/tm-bigmips.h: Delete file.
3541
3542 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3543
3544 Fix gdb/1216.
3545 * shnbsd-nat.c: Include "sh-tdep.h".
3546
3547 From Richard Henderson <rth@redhat.com>:
3548 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3549
3550 2003-05-31 Andrew Cagney <cagney@redhat.com>
3551
3552 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3553 forward declaration.
3554 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3555 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3556 (mips_find_saved_regs): Use set_reg_offset.
3557 (mips_frame_init_saved_regs): Delete function.
3558 (mips_pop_frame): Call mips_find_saved_regs instead of
3559 DEPRECATED_FRAME_INIT_SAVED_REGS.
3560
3561 2003-05-31 Andrew Cagney <cagney@redhat.com>
3562
3563 * mips-tdep.c (mips_gdbarch_init): Do not set
3564 deprecated_max_register_raw_size, register_virtual_size, and
3565 deprecated_max_register_virtual_size.
3566
3567 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3568
3569 * i386-tdep.c: Include "dwarf2-frame.h".
3570 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3571 * Makefile.in (i386-tdep.o): Update dependencies.
3572
3573 * dwarf2-frame.c, dwarf2-frame.h: New files.
3574 * Makefile.in (SFILES): Add dwarf2-frame.c.
3575 (dwarf2_frame_h): Define.
3576 (COMMON_OBS): Add dwarf2-frame.o.
3577 (dwarf2-frame.o): Add dependencies.
3578
3579 2003-05-31 Andreas Jaeger <aj@suse.de>
3580
3581 * x86-64-linux-nat.c: Fix comment.
3582
3583 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3584
3585 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3586 function signature.
3587
3588 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3589 have a sigcontext_addr handler.
3590 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3591 sigcontext_addr handler.
3592
3593 2003-05-31 Andrew Cagney <cagney@redhat.com>
3594
3595 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3596 (print_fp_register_row): Replace do_fp_register_row.
3597 (mips_print_fp_register): Add "file" and "frame" parameters.
3598 (mips_print_register): Add "file" and "frame" parameters.
3599 (mips_print_registers_info): Replace mips_do_registers_info.
3600 (mips_gdbarch_init): Set print_registers_info instead of
3601 deprecated_do_registers_info.
3602 (mips_read_fp_register_single): Add "frame" parameter.
3603 (mips_read_fp_register_double): Add "frame" parameter.
3604
3605 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3606
3607 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3608 Fixes a bug where GDB would print the wrong register names for
3609 targets without SSE.
3610
3611 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3612 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3613 registers.
3614
3615 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3616 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3617 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3618 TDEP->sc_sp_offset.
3619
3620 From Michal Ludvig <mludvig@suse.cz>:
3621 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3622 and `sc_num_regs'.
3623 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3624 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3625 I386_ST0_REGNUM): Move here from...
3626 * i386-tdep.c: ... here.
3627 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3628 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3629 registers if possible.
3630 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3631 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3632 Remove variables.
3633 (i386bsd_sc_reg_offset): New variable.
3634 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3635 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3636 TDEP->sc_sp_offset.
3637 (i386fbsd_sc_reg_offset): New variable.
3638 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3639 TDEP->sc_num_regs.
3640 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3641 variables.
3642 (i386fbsd4_sc_reg_offset): New variable.
3643 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3644 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3645 TDEP->sc_sp_offset.
3646 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3647 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3648 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3649 Remove variables.
3650 (i386nbsd_sc_reg_offset): New variable.
3651 (i386nbsd_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 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3655 Remove variables.
3656 (i386obsd_sc_reg_offset): New variable.
3657 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3658 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3659 TDEP->sc_sp_offset.
3660 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3661 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3662 for frame pointer offset in `struct sigcontext'.
3663
3664 2003-05-31 Andrew Cagney <cagney@redhat.com>
3665
3666 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3667 architecture methods call_dummy_words, sizeof_call_dummy_words,
3668 push_return_address, store_struct_return, and fix_call_dummy. Set
3669 push_dummy_call instead of deprecated_push_arguments.
3670 (mips_store_struct_return): Delete function.
3671 (mips_fix_call_dummy): Delete function.
3672 (mips_push_return_address): Delete function.
3673 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3674 RA_REGNUM and T9_REGNUM.
3675 (mips_n32n64_push_dummy_call): Ditto for
3676 mips_n32n64_push_arguments.
3677 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3678 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3679
3680 2003-05-31 Andrew Cagney <cagney@redhat.com>
3681
3682 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3683 "dummy_addr" to "bp_addr".
3684 * infcall.c (call_function_by_hand): Pass "funaddr" to
3685 gdbarch_push_dummy_call.
3686 * gdbarch.h, gdbarch.c: Re-generate.
3687 * i386-tdep.c (i386_push_dummy_call): Update.
3688 * arm-tdep.c (arm_push_dummy_call): Update.
3689 * d10v-tdep.c (d10v_push_dummy_call): Update.
3690
3691 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3692
3693 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3694 variable declarations.
3695 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3696 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3697 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3698 x86_64_init_frame_pc, x86_64_init_frame_pc,
3699 x86_64_function_has_prologue): Remove prototypes.
3700 (X86_64_NUM_GREGS): New define.
3701 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3702 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3703 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3704 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3705 XMM1_REGNUM): Remove defines.
3706 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3707 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3708 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3709 X86_64_XMM1_REGNUM): New defines.
3710 (struct x86_64_register_info): Renamed from `struct
3711 register_info'. Remove `size' member.
3712 (x86_64_register_info_table): Remove variable.
3713 (x86_64_register_info): New variable.
3714 (X86_64_NUM_REGS): New define.
3715 (X86_64_NUM_GREGS): Remove define.
3716 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3717 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3718 Remove variables.
3719 (x86_54_dwarf2_reg_to_regnum): Remove function.
3720 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3721 (x86_64_dwarf_reg_to_regnum): New function.
3722 (x86_64_register_name): Rewrite.
3723 (x86_64_register_raw_size): Remove function.
3724 (x86_64_register_byte_table): Remove variable.
3725 (x86_64_register_byte): Remove function.
3726 (x86_64_register_virtual_type): Remove function.
3727 (x86_64_register_type): New function.
3728 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3729 x86_64_register_convert_to_raw): Remove functions.
3730 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3731 (x86_64_use_struct_convention): Make static. Adjust for renamed
3732 defines.
3733 (x86_64_frame_init_saved_regs): Remove function.
3734 (x86_64_push_arguments): Make static. Change to accept a regcache
3735 as argument.
3736 (x86_64_store_return_value, x86_64_extract_return_value): Make
3737 static. Rewrite based on i386 counterparts.
3738 (x86_64_push_dummy_call): New function.
3739 (X86_64_NUM_SAVED_REGS): New define.
3740 (x86_64_register_number): Remove function.
3741 (x86_64_store_struct_return): Remove function.
3742 (x86_64_frameless_function_invocation,
3743 x86_64_function_has_prologue): Remove functions.
3744 (PROLOG_BUFSIZE): Remove define.
3745 (struct x86_64_frame_cache): New structure.
3746 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3747 x86_64_frame_cache, x86_64_frame_this_id,
3748 x86_64_frame_prev_register, x86_64_frame_p,
3749 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3750 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3751 functions.
3752 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3753 variables.
3754 (x86_64_skip_prologue): Rewrite in terms of
3755 x86_64_analyze_prologue.
3756 (x86_64_frame_base_address): New function.
3757 (x86_64_frame_base): New variable.
3758 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3759 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3760 set deprecated_fp_regnum, deprecated_register_size,
3761 deprecated_register_bytes, register_raw_size, register_byte,
3762 register_virtual_type, register_convertiable,
3763 register_convert_to_virtual, convert_to_raw,
3764 deprecated_get_saved_register, deprecated_target_read_fp,
3765 deprecated_push_arguments, deprecated_push_return_address,
3766 deprecated_pop_frame, deprecated_store_struct_return,
3767 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3768 frameless_function_invocation, deprecated_frame_saved_pc,
3769 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3770 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3771 deprecated_init_frame_pc and virtual_frame_pointer. Call
3772 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3773 and x86_64_frame_p. Call frame_base_set_default to register
3774 x86_64_frame_base.
3775 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3776 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3777 (_initialize_x86_64_tdep): Remove function.
3778 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3779 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3780 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3781 define.
3782 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3783 (x86_64_linux_sigcontext_addr): Rewrite.
3784 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3785 x86_64_linux_frame_saved_pc): Remove functions.
3786 (x86_64_linux_pc_in_sigtramp): Renamed from
3787 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3788 trampoline.
3789 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3790 Remove_functions.
3791 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3792 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3793 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3794 (x86_64_regmap): Rename to regmap.
3795 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3796 x86_64_num_gregs.
3797 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3798 x86_64_regmap.
3799 (x86_64_fxsave_offset): Remove function.
3800 (supply_fpregset): Simply call x86_64_supply_fxsave.
3801 (fill_fpregset): Simply call x86_64_fill_fxsave.
3802 (fetch_inferior_registers, store_inferior_registers): Avoid
3803 asignment in if-statement.
3804 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3805 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3806 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3807 (fetch_core_registers): Remove function.
3808 (linux_elf_core_fns): Remove.
3809 (offsetoff): Don't define.
3810 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3811 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3812 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3813 add core-regset.o.
3814 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3815 protection against multiple includes instead of NM_X86_64_h. Add
3816 various comments. Include "config/nm-linux.h". Don't include
3817 <signal.h>.
3818 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3819 GET_THREAD_SIGNALS): Remove defines.
3820 (x86_64_register_u_addr, kernel_u_size,
3821 lin_thread_get_thread_signals): Remove prototypes.
3822 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3823 [HAVE_LINK_H]: Don't include "solib.h".
3824 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3825 * config/i386/tm-x86-64linux.h: Fix comments.
3826 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3827 x86-64-tdep.o): Update dependencies.
3828
3829 2003-05-30 Andrew Cagney <cagney@redhat.com>
3830
3831 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3832 Change parameter type to a "struct regcache *".
3833
3834 * gdbarch.sh: Regardless of the multi-arch level, always define
3835 the macro when not already defined.
3836 * gdbarch.h, gdbarch.c: Re-generate.
3837
3838 2003-05-30 Richard Henderson <rth@redhat.com>
3839
3840 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3841 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3842 (alpha_mdebug_frame_this_id): Likewise.
3843 (alpha_mdebug_frame_prev_register): Likewise.
3844 (alpha_mdebug_frame_base_address): Likewise.
3845 (alpha_mdebug_frame_locals_address): Likewise.
3846 (alpha_mdebug_frame_args_address): Likewise.
3847 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3848 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3849 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3850 loop increment.
3851 (alpha_heuristic_frame_this_id): Make static.
3852 (alpha_heuristic_frame_prev_register): Likewise.
3853 (alpha_heuristic_frame_base_address): Likewise.
3854 * alpha-tdep.h: Update.
3855
3856 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3857
3858 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3859 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3860 defenitions.
3861 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3862 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3863 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3864 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3865 I386_ST0_REGNUM): New defines.
3866 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3867 codestream_get): Remove define.
3868 (codestream_next_addr, condestream_addr, condestream_buf,
3869 codestream_off, codestream_cnt): Remove variables.
3870 (codestream_fill, codestream_seek, codestream_read): Remove
3871 functions.
3872 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3873 functionality.
3874 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3875 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3876 i386_frame_saved_pc, i386_saved_pc_after_call,
3877 i386_frame_num_args, i386_frame_init_saved_regs,
3878 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3879 i386_push_arguments): Remove functions.
3880 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3881 functionality. Use i386_analyze_prologue instead of
3882 i386_get_frame_setup.
3883 (I386_NUM_SAVED_REGS): New define.
3884 (struct i386_frame_cache): New structure.
3885 (i386_alloc_frame_cache, i386_analyze_struct_return,
3886 i386_skip_probe, i386_analyze_frame_setup,
3887 i386_analyze_register_saves, i386_analyze_prologue,
3888 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3889 i386_frame_prev_register, i386_sigtramp_frame_cache,
3890 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3891 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3892 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3893 New functions.
3894 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3895 New variables.
3896 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3897 I386_EAX_REGNUM and I386_EDX_REGNUM.
3898 (i386_extract_return_value, i386_store_return_value): Use
3899 I386_ST0_REGNUM where appropriate.
3900 (i386_extract_struct_value_address): Rewrite to use extract_address.
3901 (i386_svr4_pc_in_sigtramp): Add comment.
3902 (i386_svr4_sigcontext_addr): Rewrite.
3903 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3904 TDEP->sc_sp_offset.
3905 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3906 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3907 of new defines. Set push_dummy_call, don't set
3908 deprecated_push_arguments, deprecated_push_return_address,
3909 deprecated_pop_frame. Don't set parm_boundary. Don't set
3910 deprecated_frame_chain, deprecated_frame_saved_pc,
3911 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3912 save_dummy_frame_tos, unwind_pc. Call
3913 frame_unwind_append_predicate and frame_base_set_default. Don't
3914 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3915 Don't set frameless_function_invocation. Don't set
3916 deprecated_register_bytes, deprecated_register_size,
3917 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3918 * i386-linux-tdep.c: Fix formatting in some comments.
3919 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3920 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3921 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3922 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3923 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3924 redundant parentheses.
3925 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3926 (i386_linux_sigcontext_addr): Use it. Rewrite.
3927 (find_minsym_and_objfile): Change name of second argument.
3928 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3929 changed. Use frame_pc_unwind instead of
3930 DEPRECATED_SAVED_PC_AFTER_CALL.
3931 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3932 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3933 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3934 unwinder.
3935 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3936 "dummy-frame.h".
3937 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3938 (_initialize_i386_cygwin_tdep): New prototype.
3939 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3940 deprecated_frame_chain_valid.
3941 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3942 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3943 Rely on the SVR4 defaults.
3944 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3945 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3946
3947 2003-05-30 Andrew Cagney <cagney@redhat.com>
3948
3949 * infcall.c (call_function_by_hand): Always call
3950 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3951
3952 2003-05-30 Richard Henderson <rth@redhat.com>
3953
3954 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3955 increment.
3956
3957 2003-05-29 Jim Blandy <jimb@redhat.com>
3958
3959 Use gdbarch methods for solib stuff on PowerPC Linux.
3960 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3961 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3962 show through.
3963 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3964 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3965 giving the same effect as the #definitions above.
3966
3967 2003-05-29 Adam Fedor <fedor@gnu.org>
3968
3969 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3970 (find_implementation_from_class): Replace it with the standard
3971 case i.e. do nothing.
3972
3973 2003-05-29 Richard Henderson <rth@redhat.com>
3974
3975 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3976 (alpha_linux_sigtramp_offset): Use it. Make static.
3977 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3978 update for new frame model.
3979 * alpha-mdebug-tdep.c: New file.
3980 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3981 (alpha_osf1_init_abi): Install it.
3982 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3983 (linked_proc_desc_table): Remove.
3984 (alpha_frame_past_sigtramp_frame): Remove.
3985 (alpha_dynamic_sigtramp_offset): Remove.
3986 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3987 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3988 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3989 (push_sigtramp_desc): Remove.
3990 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3991 (alpha_cannot_store_register): Likewise.
3992 (alpha_sigcontext_addr): Remove.
3993 (alpha_find_saved_regs): Remove.
3994 (alpha_frame_init_saved_regs): Remove.
3995 (alpha_init_frame_pc_first): Remove.
3996 (read_next_frame_reg): Remove.
3997 (alpha_frame_saved_pc): Remove.
3998 (alpha_saved_pc_after_call): Remove.
3999 (temp_proc_desc, temp_saved_regs): Remove.
4000 (alpha_about_to_return): Remove.
4001 (cached_proc_desc): Remove.
4002 (alpha_frame_chain): Remove.
4003 (alpha_print_extra_frame_info): Remove.
4004 (alpha_init_extra_frame_info): Remove.
4005 (alpha_frame_locals_address): Remove.
4006 (alpha_frame_args_address): Remove.
4007 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4008 (alpha_push_dummy_frame): Remove.
4009 (alpha_pop_frame): Remove.
4010 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4011 (alpha_read_insn): New.
4012 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4013 for different insn encodings.
4014 (alpha_in_lenient_prologue): Remove.
4015 (struct alpha_sigtramp_unwind_cache): New.
4016 (alpha_sigtramp_frame_unwind_cache): New.
4017 (alpha_sigtramp_register_address): New.
4018 (alpha_sigtramp_frame_this_id): New.
4019 (alpha_sigtramp_frame_prev_register): New.
4020 (alpha_sigtramp_frame_unwind): New.
4021 (alpha_sigtramp_frame_p): New.
4022 (struct alpha_heuristic_unwind_cache): New.
4023 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4024 don't count nop insns that occur between functions.
4025 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4026 heuristic_proc_desc, but without the mdebug wrapping.
4027 (alpha_heuristic_frame_this_id): New.
4028 (alpha_heuristic_frame_prev_register): New.
4029 (alpha_heuristic_frame_unwind): New.
4030 (alpha_heuristic_frame_p): New.
4031 (alpha_heuristic_frame_base_address): New.
4032 (alpha_heuristic_frame_base): New.
4033 (alpha_unwind_dummy_id): New.
4034 (alpha_unwind_pc): New.
4035 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4036 frame related deprecated initializations; install replacements.
4037 (alpha_dump_tdep): Remove.
4038 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4039 (alpha_read_insn, alpha_after_prologue,
4040 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4041 alpha_heuristic_frame_prev_register,
4042 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4043 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4044 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4045 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4046
4047 2003-05-29 Andrew Cagney <cagney@redhat.com>
4048
4049 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4050 dependant on the availability of ASSERT_FUNCTION.
4051 (ASSERT_FUNCTION): Do not define when there is no function name.
4052
4053 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4054
4055 From Jimi X <jimix@watson.ibm.com>:
4056 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4057
4058 2003-05-28 Jim Blandy <jimb@redhat.com>
4059
4060 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4061 argument to ptrace to int; the system headers should give it the
4062 right type, and pointers don't fit in ints on powerpc64-*-*.
4063
4064 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4065
4066 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4067 DW_TAG_catch_block.
4068
4069 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4070
4071 * stabsread.c (dbx_lookup_type): Make static.
4072 (read_type): Ditto.
4073 (add_undefined_type): Ditto.
4074 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4075 not export.
4076
4077 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4078
4079 * hpread.c (hpread_has_name): Make static.
4080 (hpread_psymtab_to_symtab): Ditto.
4081 (file_exists): Ditto.
4082 (hpread_call_pxdb): Ditto.
4083 (hpread_pxdb_needed): Ditto.
4084 (hpread_quick_traverse): Ditto.
4085 (hpread_get_header): Ditto.
4086 (hpread_get_lntt): Ditto.
4087 (hpread_get_slt): Ditto.
4088 (class_of): Ditto.
4089
4090 2003-05-25 Andreas Schwab <schwab@suse.de>
4091
4092 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4093 stack_align and deprecated_extra_stack_alignment_needed.
4094 (m68k_stack_align): Delete.
4095
4096 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4097 (m68k_register_virtual_size): Likewise.
4098 (altos_skip_prologue): Remove obsolete function.
4099 (isi_frame_num_args): Likewise.
4100 (news_frame_num_args): Likewise.
4101 (m68k_fix_call_dummy): Make static.
4102 (m68k_push_dummy_frame): Likewise.
4103 (m68k_pop_frame): Likewise.
4104 (m68k_skip_prologue): Likewise.
4105 (m68k_frame_init_saved_regs): Likewise.
4106 (m68k_saved_pc_after_call): Likewise.
4107 (m68k_get_longjmp_target): Make multi-arch.
4108 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4109 structure. Register m68k_get_longjmp_target if enabled.
4110 * m68k-tdep.h (struct gdbarch_tdep): Define.
4111 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4112
4113 * Makefile.in (config.status): Also depend on configure.tgt
4114 and configure.host.
4115 (m68klinux-tdep.o): Update dependencies.
4116 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4117 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4118 (M68K_LINUX_JB_PC): Define.
4119 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4120 and take additional parameter.
4121 (m68k_linux_sigtramp_saved_pc): Update.
4122 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4123 m68k_linux_pc_in_sigtramp, in_plt_section,
4124 find_solib_trampoline_target.
4125 * config/m68k/tm-linux.h: Don't include any tm headers.
4126 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4127 (JB_ELEMENT_SIZE): Likewise.
4128 (JB_PC): Likewise.
4129 (GET_LONGJMP_TARGET): Likewise.
4130 (IN_SIGTRAMP): Likewise.
4131 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4132
4133 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4134
4135 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4136 (sparc32_push_arguments): Re-implement by calling
4137 sparc32_do_push_arguments.
4138
4139 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4140
4141 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4142 SPARC_O1_REGNUM): New defines.
4143 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4144 (sparc32_store_return_value): New function.
4145 (sparc_extract_struct_value_address): Rewrite to operate on a
4146 regcache.
4147 (sparc_gdbarch_init): Don't set
4148 deprecated_extract_struct_value_address. Set
4149 extract_struct_value_address instead. Don't set
4150 deprecated_extract_return_value and deprecated_store_return_value
4151 for 32-bit targets. Set extract_return_value and
4152 store_return_value instead.
4153 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4154 DEPRECTAED_EXTRACT_RETURN_VALUE,
4155 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4156 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4157 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4158 (sparc_store_return_value): Remove prototype.
4159 (sparc32_store_return_value): New prototype.
4160 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4161 Adjust prototypes.
4162
4163 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4164
4165 * sparcnbsd-tdep.c: Include "gdb_string.h".
4166
4167 2003-05-23 Andrew Cagney <cagney@redhat.com>
4168
4169 * p-valprint.c (pascal_val_print): Replace extract_address with
4170 the inline equivalent extract_unsigned_integer.
4171 * jv-valprint.c (java_value_print): Ditto.
4172 * ada-valprint.c (ada_val_print_1): Ditto.
4173 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4174
4175 2003-05-23 Theodore A. Roth <troth@openavr.org>
4176
4177 * blockframe.c (frameless_look_for_prologue): Remove unused
4178 after_prologue variable.
4179
4180 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4181
4182 * blockframe.c (get_pc_function_start): Rewrite to avoid
4183 asignments in if-statements.
4184
4185 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4186
4187 Committed by Elena Zannoni <ezannoni@redhat.com>.
4188 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4189 files, don't relocate absolute symbols (and do use mst_abs).
4190
4191 2003-05-23 Andrew Cagney <cagney@redhat.com>
4192
4193 * objc-lang.c: Include "gdb_assert.h".
4194 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4195 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4196 (gdb_check, gdb_check_fatal): Delete functions.
4197 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4198 gdb_assert.
4199 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4200 * Makefile.in (objc-lang.o): Update dependencies.
4201
4202 2003-05-22 Ian Lance Taylor <ian@airs.com>
4203
4204 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4205 with fprintf_filtered, not fprintf_unfiltered.
4206
4207 2003-05-22 Andrew Cagney <cagney@redhat.com>
4208
4209 * stack.c (frame_info): Inline extract_address, replacing it with
4210 extract_unsigned_integer.
4211 * findvar.c (unsigned_pointer_to_address): Ditto.
4212 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4213 * dwarf2expr.c (dwarf2_read_address): Ditto.
4214 * frame.c (frame_pc_unwind): Update comment.
4215 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4216
4217 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4218
4219 * infptrace.c (detach): Call print_sys_errmsg rather than
4220 perror_with_name to issue warning message when errno is non-zero
4221 after calling ptrace detach.
4222
4223 2003-05-21 J. Brobecker <brobecker@gnat.com>
4224
4225 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4226 macro definitions from here...
4227 * hppa-tdep.c: ...to there.
4228
4229 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4230
4231 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4232 register_ptrace_addr(). Fix all callers.
4233
4234 2003-05-21 Andreas Schwab <schwab@suse.de>
4235
4236 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4237 dependencies.
4238 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4239 end.
4240 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4241 (_initialize_m68k_linux_tdep): New function.
4242 (m68k_linux_frame_saved_pc): Make static.
4243 (m68k_linux_extract_return_value): Likewise.
4244 (m68k_linux_store_return_value): Likewise.
4245 (m68k_linux_extract_struct_value_address): Likewise.
4246 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4247 Remove.
4248 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4249 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4250 (DEPRECATED_FRAME_SAVED_PC): Remove.
4251
4252 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4253
4254 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4255 regset numbering rather than our own.
4256
4257 2003-05-19 David Carlton <carlton@bactrian.org>
4258
4259 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4260
4261 2003-05-19 David Carlton <carlton@bactrian.org>
4262
4263 Partial fix for PR c++/827.
4264 * cp-support.h: Include symtab.h.
4265 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4266 * cp-namespace.c: Update contributors.
4267 (cp_lookup_symbol_nonlocal): New.
4268 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4269 (lookup_symbol_file): Ditto.
4270 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4271 * block.h: Declare block_scope, block_using, block_global_block.
4272 * block.c (block_scope): New.
4273 (block_using, block_global_block): Ditto.
4274 * Makefile.in (cp_support_h): Depend on symtab_h.
4275 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4276
4277 2003-05-19 David Carlton <carlton@bactrian.org>
4278
4279 * language.h (struct language_defn): Add 'la_value_of_this'
4280 and 'la_lookup_symbol_nonlocal' members.
4281 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4282 lookup_symbol_static, lookup_symbol_global,
4283 lookup_symbol_aux_block.
4284 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4285 if we should search fields of this and how to do static/global
4286 lookup.
4287 (lookup_symbol_aux_block): Make extern.
4288 (basic_lookup_symbol_nonlocal): New.
4289 (lookup_symbol_static, lookup_symbol_global): Ditto.
4290 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4291 'la_lookup_symbol_nonlocal' members.
4292 * c-lang.c (c_language_defn, cplus_language_defn)
4293 (asm_language_defn, minimal_language_defn): Ditto.
4294 * jv-lang.c (java_language_defn): Ditto.
4295 * language.c (unknown_language_defn, auto_language_defn)
4296 (local_language_defn): Ditto.
4297 * m2-lang.c (m2_language_defn): Ditto.
4298 * objc-lang.c (objc_language_defn): Ditto.
4299 * scm-lang.c (scm_language_defn): Ditto.
4300 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4301 * p-lang.c (pascal_language_defn): Ditto for both.
4302 * Makefile.in (f-lang.o): Depend on value_h.
4303 (p-lang.o): Ditto.
4304
4305 2003-05-19 David Carlton <carlton@bactrian.org>
4306
4307 * block.h: Declare block_static_block.
4308 * block.c (block_static_block): New.
4309 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4310 lookup_symbol_aux_local, calling block_static_block instead.
4311 (lookup_symbol_aux_local): Delete 'static_block' argument.
4312
4313 2003-05-19 David Carlton <carlton@bactrian.org>
4314
4315 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4316
4317 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4318
4319 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4320 register numbers mapping.
4321
4322 2003-05-18 Adam Fedor <fedor@gnu.org>
4323
4324 * symtab.c (completion_list_objc_symbol): New function.
4325 (make_symbol_completion_list): Use it to add ObjC symbols
4326 when looking though the list.
4327 (language_search_unquoted_string): New function.
4328 (make_file_symbol_completion_list): Use it.
4329
4330 2003-05-18 Andreas Schwab <schwab@suse.de>
4331
4332 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4333 dependencies.
4334 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4335 as m68k_linux_extract_return_value.
4336 (DEPRECATED_STORE_RETURN_VALUE): Define as
4337 m68k_linux_store_return_value.
4338 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4339 m68k_linux_extract_struct_value_address.
4340 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4341 get_next_frame, get_frame_base, get_frame_pc.
4342 (m68k_linux_frame_saved_pc): Use get_frame_base.
4343 (m68k_linux_extract_return_value): New function.
4344 (m68k_linux_store_return_value): New function.
4345 (m68k_linux_extract_struct_value_address): New function.
4346 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4347
4348 * c-exp.y (typebase): Remove duplicate occurence of
4349 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4350 of lookup_signed_typename.
4351
4352 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4353
4354 * dwarf2loc.c (find_location_expression): Change type of second
4355 argument to `size_t *'.
4356 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4357 for size variable.
4358
4359 2003-05-18 David Carlton <carlton@bactrian.org>
4360
4361 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4362 'linkage_name'. Add comment.
4363 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4364 'linkage_name'.
4365 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4366 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4367 (lookup_block_symbol): Ditto.
4368
4369 2003-05-16 Andrew Cagney <cagney@redhat.com>
4370
4371 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4372 * gdbarch.h, gdbarch.c: Re-generate.
4373 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4374 * TODO (REGISTER_BYTES): Delete reference.
4375 * alpha-tdep.c (alpha_gdbarch_init): Update.
4376 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4377 * x86-64-tdep.c (x86_64_init_abi): Update.
4378 * vax-tdep.c (vax_gdbarch_init): Update.
4379 * v850-tdep.c (v850_gdbarch_init): Update.
4380 * sparc-tdep.c (sparc_gdbarch_init): Update.
4381 * sh-tdep.c (sh_gdbarch_init): Update.
4382 * s390-tdep.c (s390_gdbarch_init): Update.
4383 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4384 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4385 (ns32k_gdbarch_init_32382): Update.
4386 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4387 * mcore-tdep.c (mcore_gdbarch_init): Update.
4388 * m68k-tdep.c (m68k_gdbarch_init): Update.
4389 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4390 * ia64-tdep.c (ia64_gdbarch_init): Update.
4391 * i386-tdep.c (i386_gdbarch_init): Update.
4392 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4393 * hppa-tdep.c (hppa_gdbarch_init): Update.
4394 * h8300-tdep.c (h8300_gdbarch_init): Update.
4395 * frv-tdep.c (frv_gdbarch_init): Update.
4396 * cris-tdep.c (cris_gdbarch_init): Update.
4397 * avr-tdep.c (avr_gdbarch_init): Update.
4398 * arm-tdep.c (arm_gdbarch_init): Update.
4399 * sparc-tdep.c (sparc_pop_frame): Update.
4400 * rs6000-tdep.c (rs6000_pop_frame): Update.
4401 * remote.c (init_remote_state): Update.
4402 (remote_prepare_to_store): Update.
4403 * remote-vx.c (vx_prepare_to_store): Update.
4404 * remote-sds.c (sds_fetch_registers): Update.
4405 (sds_prepare_to_store): Update.
4406 * remote-array.c: Update.
4407 * regcache.c (init_legacy_regcache_descr): Update.
4408 (init_regcache_descr): Update.
4409 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4410 (mips_o64_extract_return_value): Update.
4411 * irix5-nat.c (fetch_core_registers): Update.
4412 * irix4-nat.c (fetch_core_registers): Update.
4413 * i386-tdep.h: Update.
4414 * hppa-tdep.c (pa_do_registers_info): Update.
4415 (pa_do_strcat_registers_info): Update.
4416 * cris-tdep.c (cris_register_bytes_ok): Update.
4417 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4418 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4419 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4420 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4421 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4422 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4423 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4424 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4425 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4426 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4427 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4428 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4429 (REGISTER_BYTES_OK): Update.
4430 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4431 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4432
4433 2003-05-16 Ian Lance Taylor <ian@airs.com>
4434
4435 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4436 (vax_print_insn, print_insn_arg): Remove static functions.
4437 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4438 print_insn_vax from opcodes library.
4439 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4440
4441 2003-05-15 Andrew Cagney <cagney@redhat.com>
4442
4443 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4444 * target.h (memory_breakpoint_from_pc): Delete declaration.
4445 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4446 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4447 * monitor.c (monitor_insert_breakpoint): Use
4448 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4449 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4450 * gdbarch.h, gdbarch.c: Re-generate.
4451 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4452 (sparc_gdbarch_init): Set breakpoint_from_pc to
4453 sparc_breakpoint_from_pc.
4454 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4455 (BREAKPOINT_FROM_PC): Define.
4456 (sparc_breakpoint_from_pc): Declare.
4457 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4458 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4459 (BREAKPOINT_FROM_PC): Define.
4460 (BREAKPOINT): Delete macro.
4461 * target.h: Update comment.
4462 * s390-tdep.c (s390_gdbarch_init): Update comments.
4463 * remote.c: Update comments.
4464 * remote-mips.c: Update comments.
4465 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4466 * mem-break.c: Update comment.
4467 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4468 (ia64_memory_insert_breakpoint): Update.
4469 * config/sparc/tm-sparc.h: Update comment.
4470 * config/pa/tm-hppa64.h: Update comment.
4471 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4472 (rs6000_breakpoint_from_pc): Update.
4473 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4474 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4475 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4476 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4477 (mips_breakpoint_from_pc): Update.
4478 (mips_dump_tdep): Update.
4479
4480 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4481 * minsyms.c (lookup_minimal_symbol): Inline
4482 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4483
4484 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4485 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4486 * p-lang.c (pascal_printstr): Ditto.
4487 * objc-lang.c (objc_printstr): Ditto.
4488 * m2-lang.c (m2_printstr): Ditto.
4489 * jv-valprint.c (java_print_value_fields): Ditto.
4490 * f-lang.c (f_printstr): Ditto.
4491 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4492 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4493 for repeat_count_threshold.
4494 * Makefile.in (cp-valprint.o): Update dependencies.
4495
4496 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4497
4498 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4499 (examine_prologue): Support looking through leaf functions, knowing
4500 they start with mov r2,r12. Support skipping over indirect stores
4501 of the input registers. Upon hitting a non-nop branch instruction
4502 or predicated instruction, bail out by setting lim_pc to the current
4503 pc value in the loop. At the end, if the lim_pc value is still
4504 beyond our calculated value and we have trust_limit set,
4505 use the lim_pc value.
4506
4507 2003-05-15 Andrew Cagney <cagney@redhat.com>
4508
4509 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4510 generic_find_dummy_frame.
4511 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4512 (deprecated_generic_find_dummy_frame): Update.
4513 (deprecated_read_register_dummy): Update.
4514 * frame.c (deprecated_generic_get_saved_register): Update.
4515
4516 2003-05-15 Theodore A. Roth <troth@openavr.org>
4517
4518 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4519 (avr_gdbarch_init): Set breakpoint_from_pc method.
4520
4521 2003-05-15 Andrew Cagney <cagney@redhat.com>
4522
4523 * regcache.c (build_regcache): Set deprecated_register_valid
4524 directly.
4525 (deprecated_grub_regcache_for_register_valid): Delete function.
4526 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4527 declaration.
4528
4529 2003-05-15 David Carlton <carlton@bactrian.org>
4530
4531 Committed by Elena Zannoni <ezannoni@redhat.com>
4532 * symtab.c (lookup_symbol_aux): Delete calls to
4533 lookup_symbol_aux_minsyms.
4534 (lookup_symbol_aux_minsyms): Comment out function and
4535 prototype. Delete lookup by mangled name.
4536
4537 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4538
4539 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4540 correctly indicate an empty stack and ``stack_allocated'' to the
4541 indicate the number of elements initially allocated.
4542 (dwarf_expr_grow_stack): Simplify method for computing new
4543 stack size. Don't loop infinitely if ``stack_len'' is zero.
4544 (execute_stack_op): Move ``ctx->in_reg'' initialization
4545 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4546 be used in conjuction with DW_OP_piece. Revise error message
4547 accordingly.
4548
4549 2003-05-14 Theodore A. Roth <troth@openavr.org>
4550
4551 * MAINTAINERS: Update my email address.
4552 * avr-tdep.c: Ditto.
4553
4554 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4555
4556 * symtab.h (enum domain_enum): Rename from namespace_enum.
4557 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4558 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4559 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4560 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4561 TYPES_NAMESPACE, METHODS_NAMESPACE.
4562 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4563 (struct symbol, struct partial_symbol): Rename field
4564 'namespace_enum namespace' to 'domain_enum domain'.
4565 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4566 Delete old define kludge for namespace.
4567
4568 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4569 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4570 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4571 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4572 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4573 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4574 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4575 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4576 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4577 occurrences of the above.
4578
4579 2003-05-14 Ian Lance Taylor <ian@airs.com>
4580
4581 * Makefile.in (install-only): Use $(SHELL) when running
4582 mkinstalldirs.
4583
4584 2003-05-13 Ian Lance Taylor <ian@airs.com>
4585
4586 * MAINTAINERS (write after approval): Add myself.
4587
4588 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4589 second and third arguments.
4590 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4591 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4592
4593 2003-05-13 Andrew Cagney <cagney@redhat.com>
4594
4595 * defs.h (store_address): Delete declaration.
4596 findvar.c (store_address): Delete function.
4597 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4598 store_unsigned_integer.
4599 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4600 * v850-tdep.c (v850_push_arguments): Ditto.
4601 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4602 * sh-tdep.c (sh64_get_saved_register): Ditto.
4603 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4604 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4605 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4606 (mips_get_saved_register): Ditto.
4607 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4608 (find_func_descr, ia64_push_arguments): Ditto.
4609 * i386-tdep.c (i386_push_arguments): Ditto.
4610 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4611 * frv-tdep.c (frv_push_arguments): Ditto.
4612 * frame.c (legacy_saved_regs_prev_register): Ditto.
4613 (deprecated_generic_get_saved_register): Ditto.
4614 * findvar.c (unsigned_address_to_pointer): Ditto.
4615 * dwarf2read.c (dwarf2_const_value): Ditto.
4616 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4617 * alpha-tdep.c (alpha_push_arguments): Ditto.
4618
4619 2003-05-12 J. Brobecker <brobecker@gnat.com>
4620
4621 * NEWS: Mention that the hppa-hpux port has been partially
4622 multiarched (32bit ABIT only, so far).
4623
4624 2003-05-11 Andrew Cagney <cagney@redhat.com>
4625
4626 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4627 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4628 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4629 sim/testsuite/sim/arm/misaligned2.ms, and
4630 sim/testsuite/sim/arm/misaligned3.ms.
4631 * disasm.h (struct ui_file): Add opaque struct declaration.
4632 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4633 * frame.h (struct ui_file): Ditto.
4634
4635 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4636
4637 * value.h: Pretty print.
4638
4639 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4640
4641 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4642
4643 2003-05-08 Andrew Cagney <cagney@redhat.com>
4644
4645 * regcache.h (max_register_size): Delete declaration.
4646 * regcache.c (max_register_size): Delete function.
4647 (struct regcache_descr): Delete field "max_register_size".
4648 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4649 registers fit in MAX_REGISTER_SIZE.
4650 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4651 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4652 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4653 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4654 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4655 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4656 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4657 * dve3900-rom.c, hppa-tdep.c: Ditto.
4658
4659 2003-05-08 David Carlton <carlton@math.stanford.edu>
4660
4661 * valops.c (push_word): Fix typo.
4662
4663 2003-05-08 Andrew Cagney <cagney@redhat.com>
4664
4665 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4666 * gdbarch.h: Re-generate.
4667 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4668 (legacy_max_register_raw_size): Delete declaration.
4669 * regcache.c (legacy_max_register_raw_size): Delete function.
4670 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4671 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4672 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4673 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4674 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4675 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4676 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4677 * findvar.c, dwarf2cfi.c: Ditto.
4678
4679 2003-05-08 Andrew Cagney <cagney@redhat.com>
4680
4681 * mips-tdep.c (read_signed_register): New function, moved to here
4682 from "regcache.c".
4683 (read_signed_register_pid): Ditto.
4684 * regcache.c (read_signed_register_pid): Delete function, moved to
4685 "mips-tdep.c".
4686 (read_signed_register): Ditto.
4687 * regcache.h (read_signed_register): Delete declaration.
4688 (read_signed_register_pid): Delete declaration.
4689
4690 2003-05-08 Andrew Cagney <cagney@redhat.com>
4691
4692 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4693 * gdbarch.h: Re-generate.
4694 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4695 (legacy_max_register_virtual_size): Delete declaration.
4696 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4697 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4698 * tracepoint.c (memrange_sortmerge): Ditto.
4699 * sparc-tdep.c (sparc_print_registers): Ditto.
4700 * regcache.c (legacy_max_register_virtual_size): Delete function.
4701
4702 2002-05-08 J. Brobecker <brobecker@gnat.com>
4703
4704 * fork-child.c (escape_bang_in_quoted_argument): New function.
4705 (fork_inferior): Escape '!' characters in quoted arguments
4706 only when needed.
4707
4708 2003-05-08 J. Brobecker <brobecker@gnat.com>
4709
4710 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4711 the language of the CU is not currently supported by GDB.
4712
4713 2003-05-08 J. Brobecker <brobecker@gnat.com>
4714
4715 * defs.h (language): Add language_minimal enum value.
4716 * c-lang.c (minimal_language_defn): New language definition.
4717 (_initialize_c_language): Add the new minimal language to the list
4718 of languages known to GDB.
4719
4720 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4721
4722 * frame.c (get_frame_type): Don't attempt to lazily initialize
4723 frame's unwinder for legacy frames.
4724
4725 2003-05-07 Andrew Cagney <cagney@redhat.com>
4726
4727 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4728 and "regcache" parameters.
4729 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4730
4731 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4732
4733 * dwarf2read.c (dwarf_decode_lines): Only use output of
4734 check_cu_functions() when calling record_line(). Do not update
4735 the current address.
4736
4737 2003-05-07 Andrew Cagney <cagney@redhat.com>
4738
4739 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4740 code.
4741
4742 2003-05-07 Jim Blandy <jimb@redhat.com>
4743
4744 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4745 'maint info symtabs' and 'maint info psymtabs'.
4746 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4747 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4748 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4749 Declarations updated.
4750 * maint.c (maintenance_list_command): Delete.
4751 (_initialize_maint_cmds): Update calls to add_cmd.
4752 * gdbcmd.h (maintenancelistlist): Delete declaration.
4753 * cli/cli-cmds.c (maintenancelistlist): Delete.
4754 (init_cmd_lists): Don't initialize it.
4755 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4756
4757 2003-05-07 Andrew Cagney <cagney@redhat.com>
4758
4759 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4760 "regcache".
4761 (d10v_print_registers_info): Update.
4762 (d10v_dmap_register, d10v_imap_register): Delete functions.
4763 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4764 and "imap_register".
4765 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4766 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4767 * arch-utils.c (generic_remote_translate_xfer_address): Add
4768 "regcache" and "gdbarch" parameters.
4769 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4770 parameter. Change class to multi-arch.
4771 * gdbarch.h, gdbarch.c: Re-generate.
4772 * remote.c (remote_xfer_memory): Use
4773 gdbarch_remote_translate_xfer_address.
4774
4775 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4776
4777 * infrun.c (prev_pc): Move declaration ahead of proceed().
4778 (proceed): Refresh prev_pc value before resuming.
4779 (stop_stepping): Remove code to refresh prev_pc.
4780
4781 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4782
4783 * nto-tdep.c: Removed stray comment.
4784
4785 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4786
4787 * i386-nto-tdep.c: Fix old K&R function definitions.
4788 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4789 Also change add_show_from_set() call to add_setshow_cmd().
4790 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4791
4792 2003-05-05 Andrew Cagney <cagney@redhat.com>
4793
4794 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4795 (fprint_dummy_frames): New function.
4796 (maintenance_print_dummy_frames): New function.
4797 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4798 * frame.c (fprint_frame_id): Make global.
4799 * frame.h (fprint_frame_id): Declare.
4800 * Makefile.in (dummy-frame.o): Update dependencies.
4801
4802 2003-05-05 Andrew Cagney <cagney@redhat.com>
4803
4804 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4805 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4806 SIZEOF_CALL_DUMMY_WORDS.
4807 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4808 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4809 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4810 CALL_DUMMY_BREAKPOINT_OFFSET.
4811 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4812 CALL_DUMMY_START_OFFSET.
4813 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4814 * gdbarch.h, gdbarch.c: Re-generate.
4815 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4816 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4817 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4818 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4819 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4820 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4821 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4822 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4823 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4824 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4825 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4826 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4827 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4828 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4829 * config/sparc/tm-sparc.h: Update.
4830
4831 2003-05-05 Kris Warkentin <kewarken@qnx.com>
4832
4833 * configure.tgt: Add i[3456]86-*-nto*.
4834 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4835 * nto-tdep.c: New file. Neutrino target support routines.
4836 * nto-tdep.h: New file. Neutrino target header.
4837 * config/tm-qnxnto.h: New file.
4838 * config/i386/i386nto.mt: New file.
4839 * config/i386/tm-i386nto.h: New file.
4840
4841 2003-05-04 Andrew Cagney <cagney@redhat.com>
4842
4843 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4844 (load_infrun_state): Ditto.
4845 (struct thread_info): Drop "prev_func_name" field.
4846 * thread.c (load_infrun_state): Update.
4847 (save_infrun_state): Update.
4848 * infrun.c (prev_func_name): Delete variable.
4849 (init_wait_for_inferior): Do not clear prev_func_name.
4850 (stop_stepping, keep_going, context_switch): Do not swap
4851 prev_func_name.
4852 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4853 instead of PC_IN_SIGTRAMP.
4854
4855 2003-05-04 Andrew Cagney <cagney@redhat.com>
4856
4857 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4858 REGISTER_BYTE with register_offset_hack.
4859 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4860 that REGISTER_BYTE is consistent with the regcache.
4861 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4862 * gdbarch.h, gdbarch.c: Regenerate.
4863
4864 2003-05-04 Mark Kettenis <kettenis@gnu.org>
4865
4866 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4867 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4868
4869 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4870
4871 2003-05-03 J. Brobecker <brobecker@gnat.com>
4872
4873 From Thierry Schneider <tpschneider1@yahoo.com>
4874 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4875 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4876 (mi-cmd-symbol.o): Add rule.
4877
4878 2003-05-03 Andrew Cagney <cagney@redhat.com>
4879
4880 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4881 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4882 * gdbarch.h, gdbarch.c: Re-generate.
4883 * d10v-tdep.c (d10v_push_dummy_code): New function.
4884 (d10v_gdbarch_init): Set push_dummy_code.
4885 * infcall.c (legacy_push_dummy_code): New function.
4886 (generic_push_dummy_code): New function.
4887 (push_dummy_code): New function.
4888 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4889 instead of dummy_addr, to push_dummy_call. Move call to
4890 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4891 switch.
4892 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4893
4894 2003-05-03 Andrew Cagney <cagney@redhat.com>
4895
4896 * disasm.h (print_insn): Declare.
4897 * disasm.c (init_gdb_disassemble_info): New function.
4898 (gdb_disassembly): Call init_gdb_disassemble_info.
4899 (gdb_print_insn): New function.
4900 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4901 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4902 * mcore-tdep.c: Include "disasm.h"
4903 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4904 * d10v-tdep.c: Include "disasm.h".
4905 (display_trace): Call gdb_print_insn, instead of print_insn.
4906 (print_insn): Delete function.
4907 * printcmd.c: Include "disasm.h".
4908 (print_insn): Delete function.
4909 (print_formatted): Call gdb_print_insn, instead of print_insn.
4910 * Makefile.in (printcmd.o): Update dependencies.
4911 (mcore-tdep.o, d10v-tdep.o): Ditto.
4912
4913 2003-05-02 Andrew Cagney <cagney@redhat.com>
4914
4915 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4916 PC_REGNUM, re-indent.
4917 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4918 PC_REGNUM isn't set.
4919
4920 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4921 * gdbarch.h, gdbarch.c: Re-generate.
4922 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4923 register_virtual_size, pc_regnum, or register_bytes.
4924 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4925 (d10v_register_type): Use D10V_PC_REGNUM.
4926 (d10v_print_registers_info, d10v_read_pc): Ditto.
4927 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4928 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4929
4930 2003-05-02 David Carlton <carlton@bactrian.org>
4931
4932 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4933 the name with mstrsave.
4934
4935 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
4936
4937 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4938 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4939 (host_charset_name, target_charset_name): New vars for use by
4940 set/show commands.
4941 (host_charset_enum, target_charset_enum): New enums for set/show
4942 commands.
4943 (set_charset_sfunc, set_host_charset_sfunc,
4944 set_target_charset_sfunc): New functions.
4945 (set_host_charset, set_target_charset): Make static.
4946 (list_charsets, set_host_charset_command,
4947 set_target_charset_command): Delete functions.
4948 (show_charset_command): Rewrite as....
4949 (show_charset): Hook this up with the set/show command mechanism.
4950 (_initialize_charset): Change names of charsets to match the
4951 set/show enums. Use host_charset_name and target_charset_name.
4952 Use set/show mechanism for charset, host-charset, target-charset
4953 commands. Do not make 'show host-charset' and 'show
4954 target-charset' be aliases of 'show charset'.
4955
4956 * charset.h (set_host_charset, set_target_charset): Don't export,
4957 they are not used outside the file.
4958
4959 2003-05-01 Andrew Cagney <cagney@redhat.com>
4960
4961 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4962 (gdb_disassembly): Make "di" non static, always initialize and
4963 cleanup. Always use dis_asm_read_memory.
4964 (gdb_dis_asm_read_memory): Delete function.
4965
4966 2003-05-01 Andrew Cagney <cagney@redhat.com>
4967
4968 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4969 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4970
4971 2003-04-30 Andrew Cagney <cagney@redhat.com>
4972
4973 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4974 "tm_print_insn_info".
4975 (TARGET_PRINT_INSN_INFO): Delete macro.
4976 (dis_asm_read_memory): Delete function declaration.
4977 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4978 (tm_print_insn_info): Delete variable definition.
4979 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4980 * gdbarch.h, gdbarch.c: Re-generate.
4981 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4982 "deprecated_tm_print_insn_info".
4983 * mcore-tdep.c (mcore_dump_insn): Ditto.
4984 * mips-tdep.c (mips_gdbarch_init): Ditto.
4985 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4986 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4987 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4988 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4989 instead of TARGET_PRINT_INSN_INFO, add comment.
4990 * s390-tdep.c (s390_get_frame_info): Instead of
4991 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
4992 (s390_check_function_end, s390_is_sigreturn): Ditto.
4993 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
4994 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4995 * disasm.c: Include "gdbcore.h".
4996 (_initialize_disasm): New function, initialize
4997 "deprecated_tm_print_insn_info".
4998 (deprecated_tm_print_insn_info): New variable.
4999 (dis_asm_read_memory): Moved from "corefile.c", made static.
5000 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5001 * Makefile.in (disasm.o): Update dependencies.
5002
5003 2003-04-30 Andrew Cagney <cagney@redhat.com>
5004
5005 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5006
5007 2003-04-29 Adam Fedor <fedor@gnu.org>
5008
5009 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5010 * infcall.c (find_function_addr): Make non-static.
5011 * infcall.h (find_function_addr): Declare.
5012 * Makefile.in (eval.o): Update dependencies.
5013
5014 2003-04-28 Adam Fedor <fedor@gnu.org>
5015
5016 * symtab.c (symbol_find_demangled_name): Check for and demangle
5017 ObjC symbols.
5018 (symbol_init_demangled_name): Init for language_objc as well.
5019
5020 2003-04-28 Andrew Cagney <cagney@redhat.com>
5021
5022 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5023 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5024 * gdbarch.h, gdbarch.c: Re-generate.
5025 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5026 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5027 * inferior.h (deprecated_read_fp): Rename read_fp.
5028 (generic_target_read_fp): Delete declaration.
5029 * regcache.c (generic_target_read_fp): Delete function.
5030 (deprecated_read_fp): Replace read_fp, use
5031 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5032 * d10v-tdep.c (d10v_read_fp): Delete function.
5033 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5034
5035 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5036 deprecated_target_read_fp to generic_target_read_fp.
5037 * sh-tdep.c (sh_gdbarch_init): Ditto.
5038 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5039 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5040 * frv-tdep.c (frv_gdbarch_init): Ditto.
5041
5042 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5043 deprecated_fp_regnum.
5044 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5045 * vax-tdep.c (vax_gdbarch_init): Ditto.
5046 * v850-tdep.c (v850_gdbarch_init): Ditto.
5047 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5048 * sh-tdep.c (sh_gdbarch_init): Ditto.
5049 * s390-tdep.c (s390_gdbarch_init): Ditto.
5050 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5051 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5052 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5053 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5054 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5055 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5056 * i386-tdep.c (i386_gdbarch_init): Ditto.
5057 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5058 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5059 * frv-tdep.c (frv_gdbarch_init): Ditto.
5060 * cris-tdep.c (cris_gdbarch_init): Ditto.
5061 * avr-tdep.c (avr_gdbarch_init): Ditto.
5062 * arm-tdep.c (arm_gdbarch_init): Ditto.
5063 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5064
5065 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5066 * v850-tdep.c (v850_gdbarch_init): Ditto.
5067 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5068 * sh-tdep.c (sh_gdbarch_init): Ditto.
5069 * s390-tdep.c (s390_gdbarch_init): Ditto.
5070 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5071 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5072 * mips-tdep.c (mips_gdbarch_init): Ditto.
5073 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5074 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5075 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5076 * frv-tdep.c (frv_gdbarch_init): Ditto.
5077 * avr-tdep.c (avr_gdbarch_init): Ditto.
5078 * arm-tdep.c (arm_gdbarch_init): Ditto.
5079
5080 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5081 DEPRECATED_FP_REGNUM.
5082 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5083 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5084 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5085 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5086 (sparc32_register_virtual_type): Ditto.
5087 * sh-tdep.c (sh64_frame_chain): Ditto.
5088 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5089 (sh_nofp_frame_init_saved_regs): Ditto.
5090 (sh64_nofp_frame_init_saved_regs): Ditto.
5091 (sh_fp_frame_init_saved_regs): Ditto.
5092 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5093 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5094 * procfs.c (procfs_fetch_registers): Ditto.
5095 (procfs_store_registers): Ditto.
5096 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5097 (store_inferior_registers, fetch_core_registers): Ditto.
5098 (fetch_kcore_registers, clear_regs): Ditto.
5099 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5100 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5101 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5102 * nlm/i386.c (do_status): Ditto.
5103 * mipsv4-nat.c (supply_gregset): Ditto.
5104 * mips-tdep.c: Ditto for comments.
5105 * mips-nat.c (fetch_inferior_registers): Ditto.
5106 (store_inferior_registers, fetch_core_registers): Ditto.
5107 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5108 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5109 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5110 (i386_do_pop_frame, i386_register_type): Ditto.
5111 * hppa-tdep.c (hppa_frame_chain): Ditto.
5112 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5113 (hppa_pop_frame, hppa_read_fp): Ditto.
5114 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5115 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5116 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5117 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5118 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5119 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5120 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5121 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5122 * blockframe.c: Ditto for comments.
5123 * arch-utils.h: Ditto for comments.
5124 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5125 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5126 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5127 * alpha-tdep.h: Ditto for comments.
5128 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5129 (alpha_cannot_store_register): Ditto.
5130 (alpha_push_dummy_frame): Ditto.
5131 * alpha-nat.c (supply_gregset): Ditto.
5132
5133 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5134 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5135 * config/sparc/tm-sparc.h: Update comment.
5136
5137 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5138 deprecated_read_fp instead of TARGET_READ_FP.
5139 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5140 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5141 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5142 deprecated_read_fp instead of read_fp.
5143 * s390-tdep.c (s390_push_arguments): Ditto.
5144 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5145 * frame.h: Ditto in comments.
5146 * frame.c (legacy_get_prev_frame): Ditto.
5147 * dummy-frame.c (dummy_frame_this_id): Ditto.
5148 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5149
5150 2003-04-28 Andrew Cagney <cagney@redhat.com>
5151
5152 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5153 * gdbarch.h, gdbarch.c: Re-generate.
5154 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5155 * vax-tdep.c (_initialize_vax_tdep): Update.
5156 * v850-tdep.c (_initialize_v850_tdep): Update.
5157 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5158 * s390-tdep.c (_initialize_s390_tdep): Update.
5159 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5160 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5161 * mips-tdep.c (_initialize_mips_tdep): Update.
5162 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5163 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5164 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5165 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5166 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5167 * frv-tdep.c (_initialize_frv_tdep): Update.
5168 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5169 (_initialize_cris_tdep): Update.
5170 * arch-utils.c (legacy_print_insn): Update.
5171 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5172
5173 2003-04-26 Adam Fedor <fedor@gnu.org>
5174
5175 * linespec.c (decode_objc): New function to decode ObjC calls
5176 (decode_line_1): Check for ObjC calls (using decode_objc)
5177 * Makefile (linespec.o): Update dependencies.
5178
5179 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5180
5181 * breakpoint.h (struct breakpoint_ops): New.
5182 (struct breakpoint): Add ops member.
5183
5184 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5185 (mention): Use new breakpoint ops member.
5186 (set_raw_breakpoint): Initialize ops field to NULL.
5187 (print_exception_catchpoint, print_one_exception_catchpoint)
5188 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5189 (gnu_v3_exception_catchpoint_ops): New.
5190 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5191
5192 2003-04-25 Adam Fedor <fedor@gnu.org>
5193
5194 * Makefile.in (COMMON_OBS): Add objc-lang.o
5195
5196 2003-04-25 Andrew Cagney <cagney@redhat.com>
5197
5198 * d10v-tdep.c (print_insn): Delete function.
5199 (display_trace): Use TARGET_PRINT_INSN.
5200 (_initialize_d10v_tdep): Do not set tm_print_insn.
5201 (d10v_gdbarch_init): Set print_insn.
5202
5203 2003-04-25 Andrew Cagney <cagney@redhat.com>
5204
5205 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5206 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5207 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5208 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5209 (nr_dmap_regs, a0_regnum): ... new functions.
5210 (d10v_print_registers_info): Use a0_regnum, use register_size.
5211 (d10v_register_byte): Delete function.
5212 (d10v_register_raw_size): Delete function.
5213 (d10v_register_type): Use a0_regnum.
5214 (d10v_print_registers_info): Use a0_regnum.
5215 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5216 (d10v_gdbarch_init): Do not set register_byte or
5217 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5218 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5219 extract_address.
5220 (trace_command): Use XCALLOC.
5221 (print_insn): Delete reference to tm_print_insn.
5222 (saved_regs_unwinder): Use store_unsigned_integer instead of
5223 store_address.
5224 * frame.h (FRAME_OBSTACK_CALLOC): Define
5225
5226 2003-04-25 David Carlton <carlton@bactrian.org>
5227
5228 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5229
5230 2003-04-24 Adam Fedor <fedor@gnu.org>
5231
5232 * objc-lang.c: Include "valprint.h"
5233 * Makefile.in (objc-lang.o): Update dependencies.
5234
5235 2003-04-24 Adam Fedor <fedor@gnu.org>
5236
5237 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5238 architecture dependant compilation and mark as unimplemented
5239 (until they get put in the gdbarch vector).
5240
5241 2003-04-23 David Carlton <carlton@bactrian.org>
5242
5243 * cp-support.c (cp_find_first_component): Accept 'operator' in
5244 more locations.
5245
5246 2003-04-23 Andrew Cagney <cagney@redhat.com>
5247
5248 * infcall.c (call_function_by_hand): Eliminate redundant
5249 indentation. Move "saved_async" and "old_cleanups" to where they
5250 are needed.
5251
5252 2003-04-23 Andrew Cagney <cagney@redhat.com>
5253
5254 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5255 and "buffer". Move the "name" code to where it is needed.
5256
5257 2003-04-23 Andrew Cagney <cagney@redhat.com>
5258
5259 * infcall.c (call_function_by_hand): Move variables "start_sp",
5260 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5261 code to ON_STACK switch branch.
5262
5263 2003-04-23 Andrew Cagney <cagney@redhat.com>
5264
5265 * infcall.c (call_function_by_hand): Make declaration of "i",
5266 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5267 lint.
5268
5269 2003-04-23 Andrew Cagney <cagney@redhat.com>
5270
5271 * infcall.c (call_function_by_hand): Delete variable
5272 "n_method_args". Localize "param_type"'s declaration to the loop
5273 that it is used. Reinstate code assigning to said variable -
5274 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5275 Rationalize code using "param_type".
5276
5277 2003-04-22 Andrew Cagney <cagney@redhat.com>
5278
5279 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5280 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5281 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5282 to DEPRECATED_PUSH_RETURN_ADDRESS.
5283
5284 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5285
5286 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5287 on the DWARF2 register number prior to fetching a register.
5288
5289 2003-04-22 J. Brobecker <brobecker@gnat.com>
5290
5291 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5292 Update all the tests using SOFT_FLOAT considering the fact that
5293 this macro was always set to 0.
5294 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5295 considering the fact that this macro was always set to 0.
5296 * hppa-tdep.h (hppa_store_return_value): Likewise.
5297 (hppa_extract_return_value): Likewise.
5298
5299 2003-04-22 J. Brobecker <brobecker@gnat.com>
5300
5301 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5302 the hppa-pro target only.
5303
5304 2003-04-21 J. Brobecker <brobecker@gnat.com>
5305
5306 Ongoing multi-arch conversion effort for HP/UX:
5307 * config/pa/tm-hppa.h: Move all macro that are no longer
5308 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5309 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5310
5311 2003-04-21 J. Brobecker <brobecker@gnat.com>
5312
5313 * config/pa/tm-hppa.h: Obsolete a section that was only used
5314 for hppa-pro.
5315
5316 2003-04-21 J. Brobecker <brobecker@gnat.com>
5317
5318 Ongoing multi-arch conversion for HP/UX.
5319 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5320 if already defined (allows hppa64 to stay non-multiarched for now).
5321 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5322
5323 2003-04-21 Andrew Cagney <cagney@redhat.com>
5324
5325 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5326
5327 2003-04-21 Andrew Cagney <cagney@redhat.com>
5328
5329 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5330 "i386_num_mmx_regs".
5331
5332 2003-04-21 Andrew Cagney <cagney@redhat.com>
5333
5334 * infcall.c: New file.
5335 * infcall.h: New file.
5336 * valarith.c: Include "infcall.h".
5337 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5338 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5339 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5340 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5341 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5342 (SFILES): Add "infcall.c"
5343 (COMMON_OBS): Add "infcall.o".
5344 (infcall.o): Specify dependencies.
5345 * value.h (call_function_by_hand): Delete declaration.
5346 * inferior.h (run_stack_dummy): Delete declaration.
5347 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5348 (run_stack_dummy): Move to "infcall.c", merged into
5349 call_function_by_hand.
5350 * valops.c (call_function_by_hand): Moved to "infcall.c".
5351 (find_function_addr, value_arg_coerce): Ditto.
5352 (unwindonsignal_p, coerce_float_to_double): Ditto.
5353 (_initialize_valops): Move "set/show coerce-float-to-double", and
5354 "set/show unwindonsignal" commands to "infcall.c".
5355 * v850-tdep.c, target.h: Update comments.
5356 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5357 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5358 (sh64_init_extra_frame_info): Update comments.
5359 * mn10300-tdep.c: Update comments.
5360 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5361 * config/sparc/tm-sparc.h: Update comments.
5362 * breakpoint.h: Update comments.
5363 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5364 * arm-tdep.c: Update comment.
5365
5366 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5367
5368 * i386-tdep.c (i386_num_register_names): New variable.
5369 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5370 (MM0_REGNUM): Remove redundant parentheses in define.
5371 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5372 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5373 i386_mxcsr_regnum_p): Remove redundant parentheses.
5374 (i386_register_name): Use i386_num_register_names.
5375
5376 * i386-tdep.c (i386_extract_return_value,
5377 i386_store_return_value): Correct check for availability of
5378 floating-point registers.
5379
5380 * i386-tdep.c (i386_frame_num_args): Remove function.
5381 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5382
5383 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5384 mmx_regnum_to_fp_regnum. Adjust all callers.
5385
5386 * i386-tdep.c (i386_get_longjmp_target): Use
5387 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5388 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5389 extract_address.
5390
5391 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5392
5393 * core-regset.c: Update comments to reflect reality. Re-order
5394 includes.
5395 (fetch_core_registers): Use switch instead of if. Remove
5396 redundant prototype.
5397
5398 2003-04-18 Jim Blandy <jimb@redhat.com>
5399
5400 * s390-tdep.c (s390_frame_align): New function.
5401 (s390_gdbarch_init): Register it with the gdbarch object.
5402
5403 2003-04-17 Richard Henderson <rth@redhat.com>
5404
5405 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5406
5407 2003-04-17 Michael Snyder <msnyder@redhat.com>
5408 Karen Bennet <bennet@redhat.com>
5409
5410 Committed by Elena Zannoni <ezannoni@redhat.com>
5411 * gdb_gcore.sh: New script to create a core dump of a process.
5412
5413 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5414
5415 * values.c (value_being_returned): Don't fetch the return
5416 value if the return type is void.
5417
5418 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5419
5420 * thread-db.c: Reindented.
5421
5422 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5423
5424 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5425 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5426 as types.
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5453
5454 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5455 the size of ``long double'' to 16, instead of 8.
5456
5457 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5458
5459 * i386-linux-nat.c: Add some whitespace to make things more
5460 readable.
5461 (fetch_register, store_register, fetch_inferior_registers,
5462 store_inferior_registers): Get rid of assignment in if-statement.
5463 (store_register): Fix typo in error message.
5464
5465 2003-04-16 Andrew Cagney <cagney@redhat.com>
5466
5467 * utils.c (xmmalloc): Always allocate something, matches
5468 libiberty/xmalloc's semantics.
5469 (xmrealloc, xmcalloc): Ditto.
5470
5471 2003-04-16 Andrew Cagney <cagney@redhat.com>
5472
5473 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5474 update comments.
5475 (get_frame_type): Initialize unwind and type when needed.
5476 (get_frame_id, frame_register_unwind): Ditto.
5477
5478 2003-04-16 Andrew Cagney <cagney@redhat.com>
5479
5480 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5481 obsolete.
5482 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5483 * sparcl-stub.c: Obsolete file.
5484 * config/sparc/tm-sparclet.h: Obsolete file.
5485 * sparclet-stub.c: Obsolete file.
5486 * sparclet-rom.c: Obsolete file.
5487 * sparcl-tdep.c: Obsolete file.
5488 * config/sparc/tm-sparclite.h: Obsolete file.
5489 * config/sparc/sparclite.mt: Obsolete file.
5490 * config/sparc/sparclet.mt: Obsolete file.
5491 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5492 sparc86x-*-* obsolete.
5493
5494 2003-04-15 David Carlton <carlton@math.stanford.edu>
5495
5496 * Makefile.in (SFILES): Add cp-namespace.c.
5497 (COMMON_OBS): Add cp-namespace.o.
5498 (block.o): Depend on gdb_obstack_h and cp_support_h.
5499 (buildsym.o): Depend on cp_support_h.
5500 (cp-namespace.o): New.
5501 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5502 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5503 (dwarf2read.o): Depend on cp_support_h.
5504 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5505 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5506 processing_current_namespace.
5507 (read_namespace): Update processing_current_namespace; check for
5508 anonymous namespaces.
5509 (dwarf2_name): New function.
5510 (dwarf2_extension): Ditto.
5511 * cp-support.h: Update copyright, contributors.
5512 Add inclusion guards.
5513 Add opaque declaration for structs obstack, block, symbol.
5514 (struct using_direct): New struct.
5515 Add declarations for cp_find_first_component,
5516 cp_entire_prefix_len, processing_has_namespace_info,
5517 processing_current_namespace, cp_is_anonymous,
5518 cp_add_using_directive, cp_initialize_namespace,
5519 cp_finalize_namespace, cp_set_block_scope,
5520 cp_scan_for_anonymous_namespaces.
5521 * cp-namespace.c: New file.
5522 * cp-support.c: Update copyright.
5523 Include ctype.h, gdb_assert.h, gdbcmd.h.
5524 New variable maint_cplus_cmd_list.
5525 (cp_find_first_component): New function.
5526 (cp_entire_prefix_len, maint_cplus_command)
5527 (first_component_command, _initialize_cp_support): Ditto.
5528 * buildsym.c: Include cp-support.h.
5529 New variable using_list.
5530 (add_symbol_to_list): Check for anonymous namespaces.
5531 (finish_block): Set block's scope.
5532 (start_symtab): Initialize C++ namespace support.
5533 (end_symtab): Finalize C++ namespace support.
5534 * block.h: Add opaque declarations for structs
5535 block_namespace_info, using_direct, and obstack.
5536 Add declarations for block_set_scope and block_set_using.
5537 (struct block): Add 'language_specific' member.
5538 (BLOCK_NAMESPACE): New macro.
5539 * block.c: Include gdb_obstack.h and cp-support.h.
5540 (struct block_namespace_info): New struct.
5541 (block_set_scope): New function.
5542 (block_set_using, block_initialize_namespace): Ditto.
5543
5544 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5545
5546 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5547 (locate_base): Return early if there aren't any link map offsets.
5548 (svr4_solib_create_inferior_hook): Warn if shared library support
5549 is unavailable.
5550
5551 2003-04-14 David Carlton <carlton@math.stanford.edu>
5552
5553 * symtab.c (symbol_set_names): Add prefix when storing Java names
5554 in hash table. Fix for PR java/1039.
5555
5556 2003-04-14 David Carlton <carlton@math.stanford.edu>
5557
5558 * symtab.c (symbol_set_names): Rename 'name' arg to
5559 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5560 * symtab.h: Change 'name' argument in declaration of
5561 symbol_set_names to 'linkage_name'.
5562 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5563
5564 2003-04-14 Andrew Cagney <cagney@redhat.com>
5565
5566 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5567 return the fully sign-extended register value.
5568 (get_frame_pointer): Ditto.
5569 (mips_pop_frame): Initialize "proc_desc" after checking for a
5570 dummy frame.
5571
5572 2003-04-14 Andrew Cagney <cagney@redhat.com>
5573
5574 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5575 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5576 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5577 (mips_push_register): Delete function.
5578 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5579 PUSH_FP_REGNUM.
5580
5581 2003-04-14 Jim Blandy <jimb@redhat.com>
5582
5583 * symmisc.c: #include "gdb_regex.h".
5584 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5585 functions.
5586 * maint.c (maintenance_list_command): New function.
5587 (_initialize_maint_cmds): Register the above as commands.
5588 * symtab.h (maintenance_list_symtabs,
5589 maintenance_list_psymtabs): New declarations.
5590 * cli/cli-cmds.c (maintenancelistlist): New variable.
5591 (init_cmd_lists): Initialize it.
5592 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5593 * gdbcmd.h (maintenancelistlist): New declaration.
5594 * Makefile.in (symmisc.o): Update dependencies.
5595
5596 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5597
5598 * s390-nat.c: Include asm/types.h for addr_t.
5599
5600 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5601
5602 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5603 actually incoming type.
5604
5605 2003-04-13 Andrew Cagney <cagney@redhat.com>
5606
5607 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5608 get_next_frame and get_frame_saved_regs.
5609
5610 2003-04-13 Andrew Cagney <cagney@redhat.com>
5611
5612 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5613 of gdbarch_num_regs.
5614
5615 2003-04-13 Andrew Cagney <cagney@redhat.com>
5616
5617 * frame.h: Mention what replaced what in "struct frame_info".
5618 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5619 deprecated_update_frame_base_hack and
5620 deprecated_update_frame_pc_hack.
5621 * hppa-tdep.c: Ditto.
5622
5623 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5624
5625 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5626 to read_reg and update its comment. Remove regnum member.
5627 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5628 Don't call read_reg when setting in_reg. Call read_reg to get
5629 the frame base if it's in a register. Return the register number
5630 on the stack instead of in the context. Remove extra arguments
5631 to read_reg.
5632 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5633 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5634 the register number on the expression stack.
5635 (needs_frame_read_reg): Remove extra arguments.
5636
5637 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5638
5639 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5640 made non-static.
5641 (execute_stack_op): All callers updated.
5642 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5643 * dwarf2loc.c (find_location_expression): New function.
5644 (dwarf_expr_frame_base): Call it.
5645 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5646 (dwarf2_tracepoint_var_ref): New function, broken out from
5647 locexpr_tracepoint_var_ref.
5648 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5649 Make static.
5650 (loclist_read_variable, loclist_read_needs_frame): New functions.
5651 (loclist_describe_location, loclist_tracepoint_var_ref): New
5652 functions.
5653 (dwarf2_loclist_funcs): New struct location_funcs.
5654 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5655 (struct dwarf2_locexpr_baton): Add comments.
5656 (dwarf2_loclist_funcs): New extern.
5657 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5658 base_address and base_known.
5659 (dwarf_loc_buffer): New variable.
5660 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5661 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5662 (dwarf2_has_info): Initialize dwarf_loc_offset.
5663 (dwarf2_build_psymtabs): Read in .debug_loc.
5664 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5665 DWARF_LOC_SIZE.
5666 (psymtab_to_symtab_1): Likewise. Move base address calculation
5667 here, from...
5668 (dwarf2_get_pc_bounds): ... here. Use the base address from
5669 cu_header.
5670 (dwarf2_symbol_mark_computed): Handle location lists.
5671
5672 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5673
5674 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5675 if the linkage name demangled successfully.
5676
5677 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5678
5679 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5680 disassmbly_flavour): Removed.
5681
5682 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5683
5684 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5685
5686 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5687
5688 2003-04-12 Andrew Cagney <cagney@redhat.com>
5689
5690 * frame.h (struct frame_info): Move definition from here ...
5691 * frame.c (struct frame_info): ... to here.
5692
5693 2003-04-12 Andrew Cagney <cagney@redhat.com>
5694
5695 * gdbthread.h (save_infrun_state): Delete parameter
5696 "prev_func_start".
5697 (struct thread_info): Delete field "prev_func_start".
5698 (load_infrun_state): Ditto.
5699 * thread.c (load_infrun_state, save_infrun_state): Update.
5700 * infrun.c (prev_func_start): Delete variable.
5701 (context_switch, init_wait_for_inferior): Update.
5702 (stop_stepping, keep_going): Update.
5703
5704 2003-04-12 Andrew Cagney <cagney@redhat.com>
5705
5706 * gdbarch.sh: Add missing opaque declarations.
5707 * gdbarch.h: Regnerate.
5708 * symtab.h: Add missing opaque declarations.
5709 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5710 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5711 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5712 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5713 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5714 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5715 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5716 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5717 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5718 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5719 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5720 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5721 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5722
5723 2003-04-11 Andrew Cagney <cagney@redhat.com>
5724
5725 * frame.c (get_frame_id): Return this frame's "id".
5726 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5727 function start.
5728 (legacy_saved_regs_this_id): Replace function body with
5729 internal-error.
5730 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5731 FRAME_OBSTACK_ZALLOC.
5732 (create_new_frame): Mark the frame ID as valid.
5733
5734 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5735
5736 * Makefile.in (libbfd_h): Added missing setting.
5737 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5738 according to the selected ABI.
5739
5740 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5741
5742 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5743
5744 2003-04-11 Andrew Cagney <cagney@redhat.com>
5745
5746 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5747 SAVED_PC_AFTER_CALL.
5748 * gdbarch.h, gdbarch.c: Regenerate.
5749 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5750 * x86-64-tdep.c (x86_64_init_abi): Update.
5751 * vax-tdep.c (vax_gdbarch_init): Update.
5752 * v850-tdep.c (v850_gdbarch_init): Update.
5753 * sparc-tdep.c (sparc_gdbarch_init): Update.
5754 * sh-tdep.c (sh_gdbarch_init): Update.
5755 * s390-tdep.c (s390_gdbarch_init): Update.
5756 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5757 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5758 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5759 * mips-tdep.c (mips_gdbarch_init): Update.
5760 * mcore-tdep.c (mcore_gdbarch_init): Update.
5761 * m68k-tdep.c (m68k_gdbarch_init): Update.
5762 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5763 * ia64-tdep.c (ia64_gdbarch_init): Update.
5764 (ia64_saved_pc_after_call): Update declaration.
5765 * i386ly-tdep.c (i386lynx_init_abi): Update.
5766 * i386-tdep.c (i386_gdbarch_init): Update.
5767 * hppa-tdep.c (hppa_gdbarch_init): Update.
5768 * h8300-tdep.c (h8300_gdbarch_init): Update.
5769 * frv-tdep.c (frv_gdbarch_init): Update.
5770 * cris-tdep.c (cris_gdbarch_init): Update.
5771 * avr-tdep.c (avr_gdbarch_init): Update.
5772 * arm-tdep.c (arm_gdbarch_init): Update.
5773 * alpha-tdep.c (alpha_gdbarch_init): Update.
5774 * ns32knbsd-nat.c (frame_num_args): Update.
5775 * ns32k-tdep.c (umax_frame_num_args): Update.
5776 * mips-tdep.c (mips_init_frame_pc_first): Update.
5777 * infrun.c (step_over_function): Update.
5778 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5779 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5780 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5781 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5782 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5783 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5784 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5785 * arch-utils.c (init_frame_pc_default): Update.
5786 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5787 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5788 declaration.
5789
5790 2003-04-11 Andrew Cagney <cagney@redhat.com>
5791
5792 * i387-tdep.c: Update copyright.
5793 (i387_to_double): Delete function.
5794 (double_to_i387): Delete function.
5795
5796 2003-04-10 Andrew Cagney <cagney@redhat.com>
5797
5798 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5799 frame's function's address. Simplify.
5800 (d10v_frame_unwind_cache): Check that the frame's function is
5801 non-zero.
5802
5803 2003-04-10 Jim Blandy <jimb@redhat.com>
5804
5805 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5806 call to set_gdbarch_deprecated_push_arguments.
5807
5808 2003-04-10 Andrew Cagney <cagney@redhat.com>
5809
5810 * frame.c (fprint_frame_id): New function.
5811 (fprint_frame_type, fprint_frame): New function.
5812 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5813 (create_sentinel_frame, get_frame_id): Ditto.
5814 (frame_id_p, frame_id_eq): Ditto.
5815 (frame_id_inner, create_new_frame): Ditto.
5816 (legacy_get_prev_frame, get_prev_frame): Ditto.
5817 (deprecated_update_frame_pc_hack): Ditto.
5818 (frame_register_unwind): Ditto.
5819 (deprecated_update_frame_base_hack): Ditto.
5820
5821 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5822
5823 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5824 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5825 frame_chain function.
5826 * Makefile.in: Add dependencies due to above change.
5827
5828 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5829
5830 * blockframe.c (legacy_frame_chain_valid): Move call to
5831 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5832 inside_entry_file.
5833
5834 2003-04-09 Andrew Cagney <cagney@redhat.com>
5835
5836 * frame.h (struct frame_id): Replace "pc" and "base" with
5837 "stack_addr" and "code_addr". Update comments.
5838 (frame_id_build): Update parameter names and comment.
5839 (struct frame_info): Replace "id_p" and "id" with "this_id".
5840 * dummy-frame.c (dummy_frame_this_id): Update.
5841 * breakpoint.c (print_one_breakpoint): Update.
5842 * frame.c (get_frame_id): Update.
5843 (get_frame_base, frame_id_build): Update.
5844 (create_sentinel_frame, legacy_get_prev_frame): Update.
5845 (deprecated_update_frame_base_hack): Update.
5846 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5847 (frame_id_inner): Ditto.
5848
5849 2003-04-09 Andrew Cagney <cagney@redhat.com>
5850
5851 * defs.h (gdb_print_host_address): Make "addr" parameter a
5852 pointer constant.
5853 * utils.c (gdb_print_host_address): Update.
5854
5855 2003-04-09 Kevin Buettner <kevinb@redhat.com>
5856
5857 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5858 register number for R0 is 0.
5859
5860 2003-04-09 J. Brobecker <brobecker@gnat.com>
5861
5862 * frame.h (struct gdbarch): Add opaque structure definition
5863 to avoid a compilation warning on LynxOS 4.0.
5864
5865 2003-04-09 Andrew Cagney <cagney@redhat.com>
5866
5867 * frame.h (struct frame_info): Delete field "pc". Replace
5868 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5869 structure.
5870 * frame.c (frame_pc_unwind): Update.
5871 (create_sentinel_frame): Do not set "pc".
5872 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5873 (get_frame_pc): Call frame_pc_unwind.
5874 (deprecated_update_frame_pc_hack): Update.
5875 (create_new_frame): Use "pc" not "->pc".
5876
5877 2003-04-09 Andrew Cagney <cagney@redhat.com>
5878
5879 * frame.c (get_frame_id): Eliminate code updating "frame".
5880 (legacy_get_prev_frame): Ditto.
5881 (get_frame_base): Return id.base directly.
5882 (deprecated_update_frame_base_hack): Update "id.base".
5883 * frame.h (struct frame_info): Delete field "frame".
5884
5885 2003-04-09 Andrew Cagney <cagney@redhat.com>
5886
5887 * NEWS: Mention that the "Sequent family" is obsolete.
5888 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5889 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5890 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5891 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5892 * config/i386/tm-ptx4.h: Obsolete file.
5893 * config/i386/tm-ptx.h: Obsolete file.
5894 * symm-tdep.c: Obsolete file.
5895 * config/i386/symmetry.mt: Obsolete file.
5896 * config/i386/tm-symmetry.h: Obsolete file.
5897 * symm-nat.c: Obsolete file.
5898 * config/i386/nm-symmetry.h: Obsolete file.
5899 * config/i386/xm-symmetry.h: Obsolete file.
5900 * config/i386/symmetry.mh: Obsolete file.
5901 * config/i386/nm-ptx4.h: Obsolete file.
5902 * config/i386/ptx4.mh: Obsolete file.
5903 * config/i386/ptx.mt: Obsolete file.
5904 * config/i386/ptx.mh: Obsolete file.
5905 * config/i386/xm-ptx4.h: Obsolete file.
5906 * config/i386/xm-ptx.h: Obsolete file.
5907
5908 2003-04-09 Andrew Cagney <cagney@redhat.com>
5909
5910 Obsolete mips*-*-mach3*.
5911 * NEWS: Mention that mips*-*-mach3* is obsolete.
5912 * m3-nat.c: Obsolete file.
5913 * config/nm-m3.h: Obsolete file.
5914 * config/mips/tm-mipsm3.h: Obsolete file.
5915 * config/mips/mipsm3.mt: Obsolete file.
5916 * config/mips/mipsm3.mh: Obsolete file.
5917 * config/mips/xm-mipsm3.h: Obsolete file.
5918 * mipsm3-nat.c: Obsolete file.
5919 * configure.host: Obsolete mips-dec-mach3*.
5920 * configure.tgt: Obsolete mips*-*-mach3*.
5921
5922 2003-04-09 Andrew Cagney <cagney@redhat.com>
5923
5924 * doublest.h: Update copyright.
5925 (deprecated_store_floating, deprecated_extract_floating): Rename
5926 store_floating and extract_floating. Update comments.
5927 * doublest.c: Update copyright.
5928 (extract_floating_by_length): Replace extract_floating.
5929 (store_floating_by_length): Replace store_floating.
5930 (deprecated_extract_floating): New function.
5931 (deprecated_store_floating): New function.
5932 (extract_typed_floating): Call extract_floating_by_length.
5933 (store_typed_floating): Call store_floating_by_length.
5934 * x86-64-tdep.c (x86_64_store_return_value): Update.
5935 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5936 (sh64_extract_return_value): Update.
5937 (sh_sh4_register_convert_to_virtual): Update.
5938 (sh_sh64_register_convert_to_virtual): Update.
5939 (sh_sh4_register_convert_to_raw): Update.
5940 (sh_sh64_register_convert_to_raw): Update.
5941 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5942 (rs6000_register_convert_to_raw): Update.
5943 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5944 (ia64_register_convert_to_raw): Update.
5945 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5946 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5947 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5948 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5949 (alpha_register_convert_to_raw): Update.
5950
5951 2003-04-08 Andrew Cagney <cagney@redhat.com>
5952
5953 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5954 * gdbarch.h, gdbarch.c: Re-generate.
5955 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5956 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5957 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5958 conditionally, use frame_pc_unwind as an alternative. Add
5959 comments.
5960 * arch-utils.c (init_frame_pc_default): Only call
5961 SAVED_PC_AFTER_CALL when available.
5962
5963 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5964
5965 * infrun.c (stop_soon): Rename from stop_soon_quietly.
5966 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5967 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5968 (start_remote): Ditto.
5969 (handle_inferior_event): Ditto.
5970 (save_inferior_status): Ditto.
5971 (restore_inferior_status): Ditto.
5972 * infcmd.c (attach_command): Ditto.
5973 * fork-child.c (startup_inferior): Ditto.
5974 * inferior.h (stop_soon): Rename from stop_soon_quietly.
5975 * alpha-tdep.c (heuristic_proc_start): Ditto.
5976 * mips-tdep.c (heuristic_proc_start): Ditto.
5977 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5978 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5979 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5980 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5981 * remote-vx.c (vx_create_inferior): Ditto.
5982
5983 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
5984
5985 * infrun.c (stop_soon_quietly): Make it an enum, to better
5986 override the default behavior of handle_inferior_event.
5987 (clear_proceed_status): Update uses of stop_soon_quietly to
5988 reflect that it is now an enum.
5989 (start_remote): Ditto.
5990 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5991 is set to handle the new GNU/Linux kernel behavior for
5992 attach/sigstop. Update uses of stop_soon_quietly.
5993 * inferior.h (enum stop_kind): New enum.
5994 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
5995 Reset normal handle_inferior_event behavior, afterwards.
5996 * fork-child.c (startup_inferior): Update.
5997 * alpha-tdep.c (heuristic_proc_start): Update.
5998 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
5999 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6000 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6001 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6002 * remote-vx.c (vx_create_inferior): Update.
6003 * mips-tdep.c (heuristic_proc_start): Update.
6004
6005 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6006
6007 * disasm.c (dump_insns): Move variables inside loop, or they will
6008 be freed more than once, causing wild memory corruptions.
6009 (gdb_disassembly): Look for the substring "-thread",
6010 instead of "-threads" in the target name, to make sure to find
6011 the 'multi-thread' target. Also, make sure we do the right thing
6012 with the "core" target.
6013
6014 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6015
6016 * mips-tdep.c (mips_print_fp_register): New function, created from
6017 do_fp_register_row(). Registers are now (also) printed as hex.
6018 Only one register is printed per row.
6019 (mips_print_register, do_fp_register_row): Print floating point
6020 registers with mips_print_fp_register().
6021
6022 2003-04-06 Andrew Cagney <cagney@redhat.com>
6023
6024 * valprint.h (inspect_it): Add extern declaration.
6025 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6026 (selectors_info, classes_info): Ditto.
6027 (find_objc_msgcall): Fix indentation.
6028 (objc_printstr): Delete extern declarations.
6029
6030 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6031
6032 2003-04-06 Andrew Cagney <cagney@redhat.com>
6033
6034 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6035 Update comment.
6036 * frame.c (legacy_saved_regs_this_id): Update.
6037 (legacy_get_prev_frame): Update.
6038 * xstormy16-tdep.c: Update comment.
6039 * sparc-tdep.c (sparc_frame_chain): Update comment.
6040 * blockframe.c (legacy_frame_chain_valid): Update.
6041
6042 2003-04-06 Andrew Cagney <cagney@redhat.com>
6043
6044 * valprint.c (val_print_type_code_int): Delete #ifdef
6045 PRINT_TYPELESS_INTEGER code.
6046
6047 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6048 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6049 multi-arch definition.
6050 * gdbarch.h: Re-generate.
6051
6052 2003-04-05 Andrew Cagney <cagney@redhat.com>
6053
6054 Eliminate FRAME_FIND_SAVED_REGS.
6055 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6056 Change FSR parameter to a pointer.
6057 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6058 Assume FSR parameter is a pointer.
6059 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6060 Make fsr a pointer.
6061 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6062 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6063 saved_regs a pointer.
6064 (hppa_frame_saved_pc): Ditto.
6065 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6066 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6067 pointer.
6068 (restore_pc_queue): Make fsr a pointer.
6069 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6070 (hppa_frame_chain): Make saved_regs a pointer, call
6071 hppa_frame_init_saved_regs.
6072 * sparc-tdep.c: Include "gdb_assert.h".
6073 (sparc_frame_find_saved_regs): Replace internal_error with
6074 gdb_assert.
6075 * remote-vxsparc.c (vx_read_register): Delete reference to
6076 FRAME_FIND_SAVED_REGS.
6077 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6078 * gdbarch.h: Regenerate.
6079 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6080 (deprecated_get_frame_saved_regs): Delete declaration.
6081 (struct frame_saved_regs): Delete definition.
6082 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6083 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6084 (hppa_frame_find_saved_regs): Delete declaration.
6085 (FRAME_FIND_SAVED_REGS): Delete macro.
6086 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6087 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6088 FRAME_FIND_SAVED_REGS in comment.
6089
6090 2003-04-05 Andrew Cagney <cagney@redhat.com>
6091
6092 * frame.c (frame_func_unwind, get_frame_func): New functions.
6093 * frame.h (get_frame_func, frame_func_unwind): Declare.
6094 (struct frame_info): Add field "prev_func" for caching the
6095 previous frame's function address.
6096 * arm-tdep.c (arm_frameless_function_invocation): Combine
6097 get_pc_function_start and get_frame_pc into get_frame_func.
6098 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6099 (sh64_nofp_frame_init_saved_regs): Ditto.
6100 * s390-tdep.c (s390_function_start): Ditto.
6101 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6102 (rs6000_frameless_function_invocation): Ditto.
6103 (rs6000_frame_saved_pc): Ditto.
6104 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6105 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6106 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6107 (i386_frame_init_saved_regs): Ditto.
6108 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6109 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6110 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6111 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6112 * blockframe.c (frameless_look_for_prologue): Ditto.
6113
6114 2003-04-05 Andrew Cagney <cagney@redhat.com>
6115
6116 * frame.c (legacy_get_prev_frame): Link prev to next at the
6117 function start. Update comments.
6118
6119 2003-04-05 Andrew Cagney <cagney@redhat.com>
6120
6121 * frame.c (get_frame_id): Update comment.
6122 (legacy_get_prev_frame): Update comment.
6123 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6124 * gdbarch.h: Regenerate.
6125 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6126 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6127
6128 2003-04-05 Andrew Cagney <cagney@redhat.com>
6129
6130 * stack.c (print_frame_info): Use get_frame_pc.
6131
6132 2003-04-04 Andrew Cagney <cagney@redhat.com>
6133
6134 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6135 the frame's type from the unwinder.
6136 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6137 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6138 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6139 (get_frame_base_address): Use get_frame_type.
6140 (get_frame_locals_address, get_frame_args_address): Ditto.
6141 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6142 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6143 (struct frame_info): Add comment explaining why the frame contains
6144 a "type" field.
6145 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6146 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6147 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6148 NORMAL_FRAME.
6149 * frame-unwind.h: Include "frame.h".
6150 (struct frame_unwind): Add "type" field.
6151 * Makefile.in (frame_unwind_h): Add $(frame_h).
6152
6153 2003-04-04 Andrew Cagney <cagney@redhat.com>
6154
6155 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6156 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6157 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6158 get_frame_base.
6159 (d10v_unwind_dummy_id): Use frame_id_build.
6160 * frame.c (find_frame_sal): Use get_frame_pc.
6161 (create_new_frame): Use deprecated_update_frame_pc_hack and
6162 deprecated_update_frame_base_hack.
6163 (create_sentinel_frame): Add comment about ->pc going away.
6164 (get_prev_frame): Add comment about ->pc going away.
6165 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6166 frame_id_build, deprecated_update_frame_pc_hack and
6167 deprecated_update_frame_base_hack.
6168 (select_frame): Use get_frame_pc.
6169 (legacy_saved_regs_this_id): Use frame_id_build.
6170
6171 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6172
6173 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6174 signed integer case.
6175 (classify_argument): Handle enumerations and references.
6176
6177 2003-04-04 Andrew Cagney <cagney@redhat.com>
6178
6179 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6180 ID to NULL.
6181
6182 2003-04-01 Adam Fedor <fedor@gnu.org>
6183
6184 * gdb/objc-lang.c (selectors_info): Replace calls to
6185 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6186 SYMBOL_NATURAL_NAME.
6187 (classes_info, find_methods): Likewise.
6188
6189 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6190
6191 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6192 ``mach'' to the value determined by bfd_default_set_arch_mach().
6193
6194 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6195
6196 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6197 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6198 (mi-cmd-file.o): Update dependencies.
6199
6200 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6201
6202 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6203 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6204
6205 2003-04-01 Adam Fedor <fedor@gnu.org>
6206
6207 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6208 * language.h (struct language_defn): Add la_demangle.
6209 (language_demangle): Declare.
6210 * language.c (language_demangle): New function.
6211 (unk_lang_demangle): Likewise.
6212 (unknown_language_defn, auto_language_defn, local_language_defn):
6213 Add ukn_lang_demangle.
6214 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6215 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6216 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6217 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6218 * jv-lang.c (java_demangle): New function
6219 (java_language_defn): Use it for la_demangle element.
6220 * objc-lang.c (objc_demangle): Add options argument
6221 (objc_language_defn): Use objc_demangle for la_demangle element.
6222 * maint.c (maintenance_demangle): Replace switch with
6223 call to language_demangle.
6224 * utils.c (fprintf_symbol_filtered): Likewise.
6225
6226 2003-04-01 Andrew Cagney <cagney@redhat.com>
6227
6228 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6229 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6230 PRINT_TYPELESS_INTEGER.
6231 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6232 PUSH_RETURN_ADDRESS.
6233
6234 2003-04-01 Andrew Cagney <cagney@redhat.com>
6235
6236 * Makefile.in (d10v-tdep.o): Update dependencies.
6237 * d10v-tdep.c: Include "frame-base.h".
6238 (d10v_frame_unwind): Make constant.
6239 (d10v_frame_base_address): New function.
6240 (d10v_frame_base): New variable.
6241 (d10v_gdbarch_init): Set frame_base default.
6242 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6243 comment for base.
6244 (d10v_frame_unwind_cache): Set and use "prev_sp".
6245 (d10v_frame_this_id): Use the previous frame's inner most stack
6246 address and this frame's func address for the frame ID. Use
6247 frame_id_build. Don't analyze beyond the current instruction.
6248
6249 2003-04-01 Andrew Cagney <cagney@redhat.com>
6250
6251 * frame.h (get_frame_locals_address, get_frame_args_address):
6252 Refer to the base address, instead of the address of the first
6253 local or parameter.
6254
6255 2003-04-01 Andrew Cagney <cagney@redhat.com>
6256
6257 Add frame debug info addresses:
6258 * frame-base.c: New file.
6259 * frame-base.h: New file.
6260 * frame.h (struct frame_base): Add opaque declaration.
6261 (get_frame_base): Update comment.
6262 (get_frame_base_address): Declare.
6263 (get_frame_locals_address): Declare.
6264 (get_frame_args_address): Declare.
6265 (struct frame_info): Add "base" and "base_cache". Update
6266 comments on the unwinder.
6267 * frame.c: Include "frame-base.h".
6268 (get_frame_locals_address): New function.
6269 (get_frame_base_address): New function.
6270 (get_frame_args_address): New function.
6271 * findvar.c (read_var_value): Use get_frame_locals_address and
6272 get_frame_args_address.
6273 * stack.c (frame_info): Use get_frame_locals_address and
6274 get_frame_args_address.
6275 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6276 moved to "frame-base.c".
6277 * printcmd.c (print_frame_nameless_args): Ditto.
6278 * symtab.h (address_class): Update comments.
6279 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6280 get_frame_base_address.
6281 * dwarf2expr.c (execute_stack_op): Ditto.
6282 * Makefile.in (frame_base_h): Define.
6283 (frame.o): Update dependencies.
6284 (frame-base.o): Add dependencies.
6285 (SFILES): Add frame-base.c.
6286 (COMMON_OBS): Add frame-base.o.
6287
6288 2003-04-01 Andrew Cagney <cagney@redhat.com>
6289
6290 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6291 CALL_DUMMY_LENGTH): Ditto.
6292 * gdbarch.c: Re-generate.
6293 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6294 (CALL_DUMMY_LENGTH): Delete macro.
6295 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6296 * arm-tdep.c (arm_gdbarch_init): Ditto.
6297 * avr-tdep.c (avr_gdbarch_init): Ditto.
6298 * cris-tdep.c (cris_gdbarch_init): Ditto.
6299 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6300 * frv-tdep.c (frv_gdbarch_init): Ditto.
6301 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6302 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6303 * i386-tdep.c (i386_gdbarch_init): Ditto.
6304 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6305 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6306 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6307 * mips-tdep.c (mips_gdbarch_init): Ditto.
6308 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6309 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6310 * s390-tdep.c (s390_gdbarch_init): Ditto.
6311 * sh-tdep.c (sh_gdbarch_init): Ditto.
6312 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6313 * v850-tdep.c (v850_gdbarch_init): Ditto.
6314 * vax-tdep.c (vax_gdbarch_init): Ditto.
6315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6316
6317 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6318
6319 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6320
6321 2003-04-01 Andrew Cagney <cagney@redhat.com>
6322
6323 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6324 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6325 * gdbarch.h, gdbarch.c: Re-generate.
6326 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6327 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6328 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6329 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6330 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6331 * infcmd.c (run_stack_dummy): Simplify assuming
6332 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6333 * infrun.c (handle_inferior_event): Ditto.
6334 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6335 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6336 * arm-tdep.c (arm_gdbarch_init): Ditto.
6337 * avr-tdep.c (avr_gdbarch_init): Ditto.
6338 * cris-tdep.c (cris_gdbarch_init): Ditto.
6339 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6340 * frv-tdep.c (frv_gdbarch_init): Ditto.
6341 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6342 * i386-tdep.c (i386_gdbarch_init): Ditto.
6343 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6344 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6345 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6346 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6347 * mips-tdep.c (mips_gdbarch_init): Ditto.
6348 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6349 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6350 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6351 * s390-tdep.c (s390_gdbarch_init): Ditto.
6352 * sh-tdep.c (sh_gdbarch_init): Ditto.
6353 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6354 * v850-tdep.c (v850_gdbarch_init): Ditto.
6355 * vax-tdep.c (vax_gdbarch_init): Ditto.
6356 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6357
6358 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6359
6360 * symfile.c (symfile_relocate_debug_section): Update call to
6361 bfd_simple_get_relocated_section_contents.
6362
6363 2003-03-31 Andrew Cagney <cagney@redhat.com>
6364
6365 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6366 * gdbarch.h, gdbarch.c: Regenerate.
6367 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6368 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6369 available.
6370 * frame.h (generic_fix_call_dummy): Delete declaration.
6371 * dummy-frame.h: Update comment.
6372 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6373 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6374 fix_call_dummy.
6375 * sh-tdep.c (sh_gdbarch_init): Ditto.
6376 * s390-tdep.c (s390_gdbarch_init): Ditto.
6377 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6378 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6379 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6380 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6381 * i386-tdep.c (i386_gdbarch_init): Ditto.
6382 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6383 * frv-tdep.c (frv_gdbarch_init): Ditto.
6384 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6385 * cris-tdep.c (cris_gdbarch_init): Ditto.
6386 * avr-tdep.c (avr_gdbarch_init): Ditto.
6387 * arm-tdep.c (arm_gdbarch_init): Ditto.
6388
6389 2003-03-31 J. Brobecker <brobecker@gnat.com>
6390
6391 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6392 (INIT_FRAME_AP): Likewise.
6393 (EXTRA_FRAME_INFO): Likewise.
6394
6395 2003-03-31 Andrew Cagney <cagney@redhat.com>
6396
6397 * gdbarch.sh: Include "symfile.h".
6398 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6399 * gdbarch.h, gdbarch.c: Re-generate.
6400 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6402 call_dummy_address, the default is at entry_point_address.
6403 * v850-tdep.c (v850_gdbarch_init): Ditto.
6404 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6405 * sh-tdep.c (sh_gdbarch_init): Ditto.
6406 * s390-tdep.c (s390_gdbarch_init): Ditto.
6407 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6408 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6409 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6410 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6411 * i386-tdep.c (i386_gdbarch_init): Ditto.
6412 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6413 * frv-tdep.c (frv_gdbarch_init): Ditto.
6414 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6415 * cris-tdep.c (cris_gdbarch_init): Ditto.
6416 * arm-tdep.c (arm_gdbarch_init): Ditto.
6417
6418 2003-03-31 Andrew Cagney <cagney@redhat.com>
6419
6420 * gdbarch.sh (CALL_DUMMY_P): Delete.
6421 * gdbarch.h, gdbarch.c: Re-generate.
6422 * inferior.h (CALL_DUMMY_P): Delete macro.
6423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6424 * vax-tdep.c (vax_gdbarch_init): Update.
6425 * v850-tdep.c (v850_gdbarch_init): Update.
6426 * sparc-tdep.c (sparc_gdbarch_init): Update.
6427 * sh-tdep.c (sh_gdbarch_init): Update.
6428 * s390-tdep.c (s390_gdbarch_init): Update.
6429 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6430 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6431 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6432 * mips-tdep.c (mips_gdbarch_init): Update.
6433 * mcore-tdep.c (mcore_gdbarch_init): Update.
6434 * m68k-tdep.c (m68k_gdbarch_init): Update.
6435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6436 * ia64-tdep.c (ia64_gdbarch_init): Update.
6437 * i386-tdep.c (i386_gdbarch_init): Update.
6438 * h8300-tdep.c (h8300_gdbarch_init): Update.
6439 * frv-tdep.c (frv_gdbarch_init): Update.
6440 * d10v-tdep.c (d10v_gdbarch_init): Update.
6441 * cris-tdep.c (cris_gdbarch_init): Update.
6442 * breakpoint.c (deprecated_frame_in_dummy): Update.
6443 * avr-tdep.c (avr_gdbarch_init): Update.
6444 * alpha-tdep.c (alpha_gdbarch_init): Update.
6445 * arm-tdep.c (arm_gdbarch_init): Update.
6446 * dummy-frame.c (dummy_frame_this_id): Update comments.
6447 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6448 * frame.c (legacy_get_prev_frame): Ditto.
6449 * valops.c (call_function_by_hand): Delete function.
6450 (hand_function_call): Rename to call_function_by_hand
6451
6452 2003-03-30 Andrew Cagney <cagney@redhat.com>
6453
6454 2002-11-10 Klee Dienes <kdienes@apple.com>
6455 * value.h (struct value): Update comment.
6456
6457 2003-03-30 Andrew Cagney <cagney@redhat.com>
6458
6459 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6460 D10V_FP_REGNUM.
6461 (d10v_gdbarch_init): Do not set fp_regnum.
6462
6463 * frame.c (get_frame_base): Force ID initialization.
6464 (get_prev_frame): Move computation of the frame ID from here ...
6465 (get_frame_id): ... to here.
6466 (legacy_get_prev_frame): Mark the frame ID as valid.
6467 * frame.h (struct frame_info): Add field "id_p".
6468
6469 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6470
6471 * i386-tdep.c (i386_store_struct_return): Removed.
6472 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6473
6474 2003-03-30 Andrew Cagney <cagney@redhat.com>
6475
6476 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6477 * gdbarch.h, gdbarch.c: Regenerate.
6478 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6479 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6480 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6481 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6482 * i386-tdep.c (i386_gdbarch_init): Ditto.
6483 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6484 * cris-tdep.c (cris_gdbarch_init): Ditto.
6485 * vax-tdep.c (vax_gdbarch_init): Ditto.
6486 * s390-tdep.c (s390_gdbarch_init): Ditto.
6487 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6488 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6489 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6490 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6491 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6492 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6493 * sparc-tdep.c (sparc_gdbarch_init): Update.
6494 * sh-tdep.c (sh_gdbarch_init): Update.
6495 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6496 * mips-tdep.c (mips_gdbarch_init): Update.
6497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6498 * ia64-tdep.c (ia64_gdbarch_init): Update.
6499 * frv-tdep.c (frv_gdbarch_init): Update.
6500 * avr-tdep.c (avr_gdbarch_init): Update.
6501 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6502 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6503 instead of when push_dummy_call is not available.
6504
6505 2003-03-30 Andrew Cagney <cagney@redhat.com>
6506
6507 * infttrace.c: Include "gdbthread.h".
6508 (parent_attach_all): Fix function signature.
6509 (call_ptrace): Update call.
6510 * Makefile.in (infttrace.o): Update dependencies.
6511
6512 2003-03-30 Andrew Cagney <cagney@redhat.com>
6513
6514 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6515 PUSH_RETURN_ADDRESS.
6516 * gdbarch.h, gdbarch.c: Regenerate.
6517 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6518 * x86-64-tdep.c (x86_64_init_abi): Update.
6519 * v850-tdep.c (v850_gdbarch_init): Update.
6520 * sparc-tdep.c (sparc_gdbarch_init): Update.
6521 * sh-tdep.c (sh_gdbarch_init): Update.
6522 * s390-tdep.c (s390_gdbarch_init): Update.
6523 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6524 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6525 * mips-tdep.c (mips_gdbarch_init): Update.
6526 * mcore-tdep.c (mcore_gdbarch_init): Update.
6527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6528 * ia64-tdep.c (ia64_gdbarch_init): Update.
6529 * i386-tdep.c (i386_gdbarch_init): Update.
6530 * h8300-tdep.c (h8300_gdbarch_init): Update.
6531 * frv-tdep.c (frv_gdbarch_init): Update.
6532 * cris-tdep.c (cris_gdbarch_init): Update.
6533 * avr-tdep.c (avr_gdbarch_init): Update.
6534 * arm-tdep.c (arm_gdbarch_init): Update.
6535 * valops.c (hand_function_call): Update.
6536
6537 2003-03-29 Andrew Cagney <cagney@redhat.com>
6538
6539 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6540 sizeof_call_dummy_words.
6541 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6542 define.
6543 * gdbarch.h: Regenerate.
6544
6545 2003-03-29 Andrew Cagney <cagney@redhat.com>
6546
6547 * infttrace.h: New file.
6548 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6549 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6550 (hpread_read_doc_function_type): Detect an initialized type1.
6551 (hpread_quick_traverse): Initialize mod_name_string.
6552 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6553 (som_solib_get_solib_by_pc): Declare.
6554 (so_lib_thread_start_addr): Declare.
6555 (no_shared_libraries): Declare.
6556 * somread.c (init_import_symbols): Make static. Add forward
6557 declaration.
6558 * config/pa/nm-hppah.h: Include "infttrace.h" for
6559 parent_attach_all.
6560 (hppa_insert_hw_watchpoint): Declare.
6561 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6562 * hppah-nat.c: Include "gdb_string.h".
6563 (parent_attach_all): Delete extern declaration, moved to
6564 "infttrace.h".
6565 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6566 int.
6567 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6568 * Makefile.in (infttrace_h): Define.
6569 (hpread.o): Update dependencies.
6570 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6571 * hppa-hpux-tdep.c: Include "gdb_string.h".
6572 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6573 * infrun.c (handle_inferior_event): Always initialize
6574 stepped_after_stopped_by_watchpoint. Add default and remove
6575 fallthrough in switch statement.
6576 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6577 parameter to int.
6578 (hppa_remove_hw_watchpoint): Ditto.
6579
6580 2003-03-29 Andrew Cagney <cagney@redhat.com>
6581
6582 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6583 offset.
6584
6585 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6586
6587 * arm-tdep.c (arm_push_arguments): Delete.
6588 (struct stack_item): New type.
6589 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6590 (arm_store_struct_return): Delte.
6591 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6592 arm_push_arguments or arm_store_struct_return.
6593
6594 2003-03-28 Andrew Cagney <cagney@redhat.com>
6595
6596 * Makefile.in (d10v-tdep.o): Update dependencies.
6597 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6598 * d10v-tdep.c: Include "remote.h".
6599 (target_resume_hook): Delete extern declaration.
6600 (target_wait_loop_hook): Ditto.
6601 (tdisassemble_command): Eliminate assignment in "if" conditional.
6602 (d10v_ts2_register_sim_regno): Eliminate call to
6603 legacy_register_sim_regno.
6604 (d10v_ts3_register_sim_regno): Ditto.
6605
6606 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6607
6608 * thread.c: Reindented.
6609 * lin-lwp.c: Ditto.
6610 * linux-proc.c: Ditto.
6611
6612 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6613
6614 * MAINTAINERS (write after approval): Add myself.
6615
6616 2003-03-27 Theodore A. Roth <troth@openavr.org>
6617
6618 * objc-exp.y: Add missing semi-colons.
6619
6620 2003-03-27 Andrew Cagney <cagney@redhat.com>
6621
6622 * regcache.c (write_sp): Delete function and references.
6623 * inferior.h (write_sp): Delete declaration.
6624 * valops.c (hand_function_call): Replace write_sp with
6625 TARGET_WRITE_SP.
6626 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6627 (sparc_pop_frame): Ditto.
6628
6629 2003-03-27 Andrew Cagney <cagney@redhat.com>
6630
6631 * NEWS: Mention removal of support for hppa*-*-bsd* and
6632 hppa*-*-osf* natives, and hppa*-*-pro* target.
6633 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6634 * config/pa/xm-pa.h: Obsolete file.
6635 * config/pa/xm-hppab.h: Obsolete file.
6636 * config/pa/nm-hppab.h: Obsolete file.
6637 * config/pa/tm-hppab.h: Obsolete file.
6638 * config/pa/tm-hppao.h: Obsolete file.
6639 * config/pa/nm-hppao.h: Obsolete file.
6640 * config/pa/tm-pro.h: Obsolete file.
6641 * config/pa/hppaosf.mt: Obsolete file.
6642 * config/pa/hppaosf.mh: Obsolete file.
6643 * config/pa/hppapro.mt: Obsolete file.
6644 * config/pa/hppabsd.mt: Obsolete file.
6645 * config/pa/hppabsd.mh: Obsolete file.
6646 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6647 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6648 hppa*-*-osf*.
6649
6650 2003-03-27 Andrew Cagney <cagney@redhat.com>
6651
6652 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6653 push_arguments. Don't set push_return_address or write_sp.
6654 (d10v_push_dummy_call): Replace d10v_push_arguments.
6655 (d10v_push_return_address, d10v_write_sp): Delete function,
6656 handled by push_dummy_call.
6657
6658 2003-03-26 Andrew Cagney <cagney@redhat.com>
6659
6660 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6661 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6662 regcache and dummy_addr parameters.
6663 * gdbarch.h, gdbarch.c: Re-generate.
6664 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6665 available; assume it will handle stack alignment and return
6666 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6667 legacy_push_arguments.
6668 (legacy_push_arguments): Rename default_push_arguments.
6669 * value.h (legacy_push_arguments): Rename default_push_arguments.
6670 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6671 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6672 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6673 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6674 * config/i386/tm-symmetry.h: Update.
6675 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6676 * x86-64-tdep.c (x86_64_init_abi): Update.
6677 * v850-tdep.c (v850_gdbarch_init): Update.
6678 * sparc-tdep.c (sparc_gdbarch_init): Update.
6679 * sh-tdep.c (sh_gdbarch_init): Update.
6680 * s390-tdep.c (s390_gdbarch_init): Update.
6681 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6682 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6683 * mips-tdep.c (mips_gdbarch_init): Update.
6684 * mcore-tdep.c (mcore_gdbarch_init): Update.
6685 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6686 * ia64-tdep.c (ia64_gdbarch_init): Update.
6687 * i386-tdep.c (i386_gdbarch_init): Update.
6688 * hppa-tdep.c (hppa_gdbarch_init): Update.
6689 * h8300-tdep.c (h8300_gdbarch_init): Update.
6690 * frv-tdep.c (frv_gdbarch_init): Update.
6691 * d10v-tdep.c (d10v_gdbarch_init): Update.
6692 * cris-tdep.c (cris_gdbarch_init): Update.
6693 * avr-tdep.c (avr_gdbarch_init): Update.
6694 * arm-tdep.c (arm_gdbarch_init): Update.
6695 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6696 * alpha-tdep.c (alpha_gdbarch_init): Update.
6697
6698 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6699
6700 * signals/signals.c (do_target_signal_to_host): Correct realtime
6701 signal range test.
6702
6703 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6704
6705 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6706 (struct sal_chain, map_catch_names): Remove.
6707 (catch_exception_command_1): Don't call
6708 handle_gnu_4_16_catch_command.
6709
6710 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6711
6712 From Mark Dettinger <dettinge@de.ibm.com>:
6713 * dwarf2cfi.c (read_2u): Increment pointer by two.
6714
6715 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6716
6717 * signals/signals.c: Fix typos in last change.
6718
6719 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6720
6721 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6722 not already defined. Use __SIGRTMIN if available.
6723 (target_signal_from_host): Remove SIGRTMIN block.
6724 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6725 the signal is within the realtime range.
6726
6727 2003-03-25 Adam Fedor <fedor@gnu.org>
6728
6729 * Makefile.in (infrun.o): Add $(language_h)
6730 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6731 for language specific trampolines.
6732 * language.h (struct language_defn): Add skip_trampoline.
6733 (skip_language_trampoline): Declare.
6734 * language.c (unk_lang_trampoline, skip_language_trampoline):
6735 New functions.
6736 (unknown_language_defn, auto_language_defn, local_language_defn):
6737 Add ukn_lang_trampoline.
6738 * ada-lang.c (ada_language_defn): Add NULL for language
6739 specific skip_trampoline.
6740 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6741 scm-lang.c: Likewise.
6742 * objc-lang.c (objc_skip_trampoline): New function.
6743 (objc_language_defn): Add objc_skip_trampoline.
6744
6745 2003-03-25 Andrew Cagney <cagney@redhat.com>
6746
6747 * frame.c (get_prev_frame): Delay validating a frame's ID -
6748 non-NULL, didn't go backwards - until an attempt to unwind it to
6749 the previous frame.
6750
6751 2003-03-25 Andrew Cagney <cagney@redhat.com>
6752
6753 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6754 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6755 * gdbarch.h, gdbarch.c: Re-generate.
6756 * config/sparc/tm-sparc.h
6757 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6758 * sparc-tdep.c (sparc_gdbarch_init): Set
6759 deprecated_extra_stack_alignment_needed.
6760 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6761 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6762 extra_stack_alignment_needed.
6763 * v850-tdep.c (v850_gdbarch_init): Ditto.
6764 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6765 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6766 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6767 * cris-tdep.c (cris_gdbarch_init): Ditto.
6768 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6770
6771 2003-03-25 Andrew Cagney <cagney@redhat.com>
6772
6773 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6774 STORE_STRUCT_RETURN.
6775 * gdbarch.h, gdbarch.c: Regenerate.
6776 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6777 (d10v_push_arguments): Set the struct return register.
6778 (d10v_gdbarch_init): Update.
6779 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6780 * x86-64-tdep.c (x86_64_init_abi): Update.
6781 * vax-tdep.c (vax_gdbarch_init): Update.
6782 * v850-tdep.c (v850_gdbarch_init): Update.
6783 * sparc-tdep.c (sparc_gdbarch_init): Update.
6784 * sh-tdep.c (sh_gdbarch_init): Update.
6785 * s390-tdep.c (s390_gdbarch_init): Update.
6786 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6787 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6788 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6789 * mips-tdep.c (mips_gdbarch_init): Update.
6790 * mcore-tdep.c (mcore_gdbarch_init): Update.
6791 * m68k-tdep.c (m68k_gdbarch_init): Update.
6792 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6793 * ia64-tdep.c (ia64_gdbarch_init): Update.
6794 * i386-tdep.c (i386_gdbarch_init): Update.
6795 * hppa-tdep.c (hppa_gdbarch_init): Update.
6796 * h8300-tdep.c (h8300_gdbarch_init): Update.
6797 * frv-tdep.c (frv_gdbarch_init): Update.
6798 * cris-tdep.c (cris_gdbarch_init): Update.
6799 * avr-tdep.c (avr_gdbarch_init): Update.
6800 * arm-tdep.c (arm_gdbarch_init): Update.
6801 * alpha-tdep.c (alpha_gdbarch_init): Update.
6802
6803 2003-03-25 Andrew Cagney <cagney@redhat.com>
6804
6805 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6806 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6807 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6808 * gdbarch.h, gdbarch.c: Regenerate.
6809 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6810 call_dummy_stack_adjust_p.
6811 * vax-tdep.c (vax_gdbarch_init): Ditto.
6812 * v850-tdep.c (v850_gdbarch_init): Ditto.
6813 * sh-tdep.c (sh_gdbarch_init): Ditto.
6814 * s390-tdep.c (s390_gdbarch_init): Ditto.
6815 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6816 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6817 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6818 * mips-tdep.c (mips_gdbarch_init): Ditto.
6819 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6820 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6821 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6822 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6823 * i386-tdep.c (i386_gdbarch_init): Ditto.
6824 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6825 * frv-tdep.c (frv_gdbarch_init): Ditto.
6826 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6827 * cris-tdep.c (cris_gdbarch_init): Ditto.
6828 * avr-tdep.c (avr_gdbarch_init): Ditto.
6829 * arm-tdep.c (arm_gdbarch_init): Ditto.
6830 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6831 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6832 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6833 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6834 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6835 call_dummy_stack_adjust_p.
6836 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6837 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6838 * sparc-tdep.c (sparc32_push_arguments): Update.
6839 * valops.c (hand_function_call): Update.
6840
6841 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
6842
6843 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6844 set_gdbarch_char_signed.
6845
6846 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6847
6848 PR cli/548
6849 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6850
6851 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6852
6853 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6854 (_initialize_arm_tdep): Don't set tm_print_insn.
6855
6856 2003-03-24 Adam Fedor <fedor@gnu.org>
6857
6858 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6859 * objc-lang.h: Add multiple inclusion protection.
6860 (start_msglist, add_msglist, end_msglist): Additional declarations.
6861
6862 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
6863
6864 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6865 value was renamed to ARM_FLOAT_SOFT_FPA.
6866
6867 2003-03-23 Andrew Cagney <cagney@redhat.com>
6868
6869 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6870 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6871 * gdbarch.h, gdbarch.c: Regenerate.
6872 * valops.c (hand_function_call): Update.
6873 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6874 * frame.c (legacy_saved_regs_this_id): Update.
6875 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6876 * dummy-frame.h: Update.
6877 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6878 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6879 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6880 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6881 * config/m68k/tm-sun3.h: Update.
6882 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6883 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6884 * x86-64-tdep.c (x86_64_init_abi): Update.
6885 * vax-tdep.c (vax_gdbarch_init): Update.
6886 * v850-tdep.c (v850_gdbarch_init): Update.
6887 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6888 * sh-tdep.c (sh_gdbarch_init): Update.
6889 * s390-tdep.c (s390_gdbarch_init): Update.
6890 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6891 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6892 (frame_get_saved_regs): Update.
6893 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6894 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6895 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6896 * mips-tdep.c (mips_gdbarch_init): Update.
6897 * mcore-tdep.c (mcore_gdbarch_init): Update.
6898 * m68k-tdep.c (m68k_gdbarch_init): Update.
6899 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6900 * ia64-tdep.c (ia64_gdbarch_init): Update.
6901 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6902 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6903 (i386_interix_back_one_frame): Update.
6904 * hppa-tdep.c (hppa_gdbarch_init): Update.
6905 (hppa_init_extra_frame_info): Update.
6906 * h8300-tdep.c (h8300_gdbarch_init): Update.
6907 * frv-tdep.c (frv_gdbarch_init): Update.
6908 * cris-tdep.c (cris_gdbarch_init): Update.
6909 * avr-tdep.c (avr_gdbarch_init): Update.
6910 * arm-tdep.c (arm_gdbarch_init): Update.
6911 * alpha-tdep.c (alpha_gdbarch_init): Update.
6912
6913 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6914
6915 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6916 (arm_get_fp_model): Declare.
6917 * arm-tdep.c (fp_model_strings): New string array.
6918 (arm_fp_model, current_fp_model): New variables.
6919 (arm_get_fp_model): New function.
6920 (arm_set_fp): New function.
6921 (set_fp_model_sfunc): New function.
6922 (show_fp_model): New function.
6923 (_initialize_arm_tdep): Add new command to set/show the FPU.
6924 (arm_extract_return_value): Use arm_get_fp_model.
6925 (arm_store_return_value): Likewise.
6926 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6927 to initialize the floating-point data types.
6928 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6929 model is FPA.
6930
6931 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6932
6933 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6934 the current setting of each value.
6935 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
6936 new_set and new_show. Use add_setshow_cmd_full and
6937 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6938 commands and add new version as subcommands of "set/show arm".
6939
6940 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6941
6942 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6943 (set_arm_command, show_arm_command): New functions.
6944 (_initialize_arm_tdep): Add them.
6945 (num_disassembly_options): Renamed from num_flavor_options.
6946 (valid_disassembly_styles): Renamed from valid_flavors.
6947 (disassembly_style): Renamed from disassembly_flavor.
6948 (set_disassembly_style_sfunc): Renamed from
6949 set_disassembly_flavor_sfunc.
6950 (set_disassembly_style): Renamed from set_disassembly_flavor.
6951 (arm_othernames): Updated.
6952 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6953 command. Add "set/show arm disassembly" commands. Deprecate
6954 "othernames" command.
6955
6956 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6957
6958 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6959 (arm-tdep.o): Depend on elf_arm_h.
6960
6961 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6962
6963 * Makefile.in (coff_internal_h): Define.
6964 (arm-tdep.o): Update dependencies.
6965
6966 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6967
6968 * arm-tdep.c (prologue_cache): Delete.
6969 (check_prologue_cache, save_prologue_cache): Delete.
6970 (arm_scan_prologue): Don't check or update the prologue_cache.
6971 (arm_gdb_arch_init): Don't initialize it.
6972 (_initialize_arm_tdep): Likewise.
6973
6974 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6975
6976 * MAINTAINERS (tui): Maintainer of tui code.
6977
6978 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
6979
6980 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6981 (i386-cygwin-tdep.o): Add dependencies.
6982 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6983 * i386-cygwin-tdep.c: New file.
6984 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6985 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6986
6987 2003-03-20 Andrew Cagney <cagney@redhat.com>
6988
6989 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6990 (handle_inferior_event): Remove code calling
6991 DYNAMIC_TRAMPOLINE_NEXTPC.
6992
6993 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
6994 already has a full path.
6995
6996 * main.c (gdb_main): Return 1.
6997 (captured_main): Call error to report an invalid interpreter.
6998
6999 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7000 * alpha-osf1-tdep.c: Include "gdb_string.h".
7001
7002 2003-03-19 J. Brobecker <brobecker@gnat.com>
7003
7004 Continuing work to convert the hppa targets to multiarch partial.
7005
7006 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7007 method, now that hppa_push_dummy_frame has a conformant prototype.
7008 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7009 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7010 for the switch to multiarch partial.
7011
7012 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7013
7014 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7015 when iss is issNull.
7016
7017 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7018
7019 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7020 NUM_REGS bounds check.
7021
7022 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7023
7024 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7025 * mips-tdep.c (gdb_assert.h): Include.
7026 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7027 (mips_register_name): Handle integer registers explicitly. Add
7028 bounds checking.
7029 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7030 (mips_lsi33k_reg_names): Don't list integer registers; they're
7031 handled by mips_register_name() now.
7032 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7033 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7034 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7035 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7036 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7037
7038 2003-03-18 Andrew Cagney <cagney@redhat.com>
7039
7040 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7041 a void pointer.
7042 * gdbtypes.h (print_scalar_formatted): Update declaration.
7043 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7044
7045 2003-03-18 J. Brobecker <brobecker@gnat.com>
7046
7047 * infrun.c (observer.h): Add #include.
7048 (normal_stop): Add call to observer_notify_normal_stop.
7049 * Makefile.in (infrun.o): Add dependency on observer.h.
7050
7051 2003-03-18 J. Brobecker <brobecker@gnat.com>
7052
7053 Continuing work to convert the hppa targets to multiarch partial.
7054 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7055 parameter. Reformat comment.
7056 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7057 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7058 to match new profile.
7059
7060 2003-03-18 J. Brobecker <brobecker@gnat.com>
7061
7062 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7063 appear to be working in any case.
7064
7065 2003-03-18 J. Brobecker <brobecker@gnat.com>
7066
7067 * observer.c (observer_test_first_observer): New static variable.
7068 (observer_test_second_observer): Likewise.
7069 (observer_test_third_observer): Likewise.
7070 (observer_test_first_notification_function): New static function.
7071 (observer_test_second_notification_function): Likewise.
7072 (observer_test_third_notification_function): Likewise.
7073
7074 2003-03-17 J. Brobecker <brobecker@gnat.com>
7075
7076 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7077 * somsolib.c (gdb_assert.h): Likewise.
7078 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7079 (somsolib.o): Likewise.
7080
7081 2003-03-17 Andrew Cagney <cagney@redhat.com>
7082
7083 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7084 BFD. Simplify setting of di.endian.
7085
7086 2003-03-17 Andrew Cagney <cagney@redhat.com>
7087
7088 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7089 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7090
7091 From Elena Zannoni <ezannoni@redhat.com>
7092 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7093 vector and floating-point parameters.
7094 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7095 convention.
7096 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7097
7098 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7099
7100 * MAINTAINERS: Remove my name from several maintainership roles.
7101
7102 2003-03-17 Andrew Cagney <cagney@redhat.com>
7103
7104 Fix frame off-by-one bug.
7105 * frame-unwind.h (frame_this_id_ftype): Replace
7106 frame_unwind_id_ftype.
7107 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7108 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7109 with "prev_register".
7110 * frame-unwind.c (frame_unwind_find_by_pc): Return
7111 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7112 comment.
7113 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7114 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7115 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7116 (dummy_frame_unwind): Update.
7117 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7118 sentinel_frame_register_unwind.
7119 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7120 (sentinel_frame_unwinder): Update.
7121 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7122 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7123 * frame.c (create_sentinel_frame): Update. Initialize
7124 "prologue_cache" instead of "unwind_cache".
7125 (frame_register_unwind): Call this frame's prev_register with the
7126 next frame and this frame's prologue cache.
7127 (get_prev_frame): Simplify. Always call prev frame's this_id with
7128 this frame and prev frame's prologue cache. Document that this
7129 call is shifted one to the left when compared to the
7130 frame_register_unwind call.
7131 (legacy_saved_regs_prev_register): Replace
7132 frame_saved_regs_register_unwind.
7133 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7134 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7135 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7136 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7137 (d10v_frame_unwind): Update.
7138 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7139 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7140 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7141 "saved_regs" with "this_saved_regs".
7142
7143 2003-03-16 Andrew Cagney <cagney@redhat.com>
7144
7145 * frame.c (frame_pop): Don't call target_store_registers. Fix
7146 problem reported by Mark Kettenis.
7147
7148 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7149
7150 * i386-tdep.c (i386_register_type): Renamed from
7151 i386_register_virtual_type. Adjust function signature.
7152 (i386_gdbarch_init): Set register_type instead of
7153 deprecated_max_register_raw_size,
7154 deprecated_max_register_virtual_size and register_virtual_type.
7155
7156 2003-03-14 Andrew Cagney <cagney@redhat.com>
7157
7158 * frame.c (get_prev_frame): When a legacy frame, always call
7159 legacy_get_prev_frame. Simplify unwind code using assumption that
7160 the unwinder is new.
7161 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7162 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7163 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7164
7165 2003-03-14 Andrew Cagney <cagney@redhat.com>
7166
7167 * frame.c (get_saved_register): Delete function.
7168 * frame.h (get_saved_register): Delete declaration.
7169 * xstormy16-tdep.c: Update comment.
7170 * regcache.h: Update comments.
7171 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7172 get_saved_register and extract_address, use
7173 frame_read_unsigned_register.
7174 (sparc_frame_saved_pc): Ditto.
7175 (sparc_get_saved_register): Instead of get_saved_register, use
7176 frame_register.
7177 (sparc_pop_frame): Ditto.
7178 * findvar.c: Update comments.
7179 (value_of_register): Call frame_register instead of
7180 get_saved_register.
7181 (value_from_register): Ditto.
7182 * config/sparc/tm-sparc.h: Update comment.
7183 * breakpoint.c: Update comment.
7184
7185 2003-03-14 Andrew Cagney <cagney@redhat.com>
7186
7187 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7188 GET_SAVED_REGISTER.
7189 * gdbarch.h, gdbarch.c: Re-generate.
7190 * frame.h: Update comments.
7191 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7192 * x86-64-tdep.c (x86_64_init_abi): Update.
7193 * sparc-tdep.c (sparc_gdbarch_init): Update.
7194 * sh-tdep.c (sh_gdbarch_init): Update.
7195 * mips-tdep.c (mips_gdbarch_init): Update.
7196 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7197 * cris-tdep.c (cris_gdbarch_init): Update.
7198 * ia64-tdep.c (ia64_gdbarch_init): Update.
7199 * frame.c (frame_register): Update.
7200 (get_saved_register): Update.
7201 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7202
7203 2003-03-13 Andrew Cagney <cagney@redhat.com>
7204
7205 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7206 * gdbarch.h, gdbarch.c: Regenerate.
7207 * valops.c (hand_function_call): Update comment.
7208 * stack.c (return_command): Update comment.
7209 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7210 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7212 * x86-64-tdep.c (x86_64_init_abi): Update.
7213 * vax-tdep.c (vax_gdbarch_init): Update.
7214 * v850-tdep.c (v850_gdbarch_init): Update.
7215 * sparc-tdep.c (sparc_gdbarch_init): Update.
7216 * sh-tdep.c (sh_gdbarch_init): Update.
7217 * s390-tdep.c (s390_gdbarch_init): Update.
7218 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7219 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7220 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7221 * mips-tdep.c (mips_gdbarch_init): Update.
7222 * mcore-tdep.c (mcore_gdbarch_init): Update.
7223 * m68k-tdep.c (m68k_gdbarch_init): Update.
7224 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7225 * ia64-tdep.c (ia64_gdbarch_init): Update.
7226 * i386-tdep.c (i386_gdbarch_init): Update.
7227 * hppa-tdep.c (hppa_gdbarch_init): Update.
7228 * h8300-tdep.c (h8300_gdbarch_init): Update.
7229 * frv-tdep.c (frv_gdbarch_init): Update.
7230 * cris-tdep.c (cris_gdbarch_init): Update.
7231 * avr-tdep.c (avr_gdbarch_init): Update.
7232 * arm-tdep.c (arm_gdbarch_init): Update.
7233 * alpha-tdep.c (alpha_gdbarch_init): Update.
7234
7235 2003-03-13 Andrew Cagney <cagney@redhat.com>
7236
7237 * frame.c (legacy_frame_p): New function.
7238 (get_prev_frame): Use legacy_frame_p.
7239 * frame.h (legacy_frame_p): Declare.
7240
7241 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7242
7243 * MAINTAINERS (write after approval): Alphabetically
7244 listing corrected.
7245
7246 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7247
7248 * MAINTAINERS (write after approval): Add myself.
7249
7250 2003-03-12 Andrew Cagney <cagney@redhat.com>
7251
7252 * frame.c (get_prev_frame): Rename the frame parameter to
7253 "this_frame".
7254 (get_next_frame, legacy_get_prev_frame): Ditto.
7255
7256 2003-03-12 Andrew Cagney <cagney@redhat.com>
7257
7258 * frame.c (get_current_frame): Check target_has_registers before
7259 checking target_has_stack.
7260 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7261 instead of deprecated_selected_frame.
7262 * findvar.c (value_of_register): Pass "frame", not
7263 deprecated_selected_frame, to value_of_builtin_reg.
7264
7265 2003-03-12 Andrew Cagney <cagney@redhat.com>
7266
7267 * regcache.c (regcache_cooked_write_signed): New function.
7268 (regcache_cooked_write_unsigned): New function.
7269 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7270 (regcache_cooked_read_signed): Fix regnum in range assertion.
7271 * regcache.h (regcache_cooked_write_signed): Declare.
7272 (regcache_cooked_write_unsigned): Declare.
7273
7274 2003-03-12 Andrew Cagney <cagney@redhat.com>
7275
7276 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7277 * gdbarch.h, gdbarch.c: Re-generate.
7278 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7279 * x86-64-tdep.h: Update.
7280 * x86-64-tdep.c (x86_64_init_abi): Update.
7281 * v850-tdep.c (v850_gdbarch_init): Update.
7282 * sparc-tdep.c (sparc_gdbarch_init): Update.
7283 * sh-tdep.c (sh_gdbarch_init): Update.
7284 * s390-tdep.c (s390_gdbarch_init): Update.
7285 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7286 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7287 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7288 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7289 * mips-tdep.c (mips_gdbarch_init): Update.
7290 * mcore-tdep.c (mcore_gdbarch_init): Update.
7291 * m68k-tdep.c (m68k_gdbarch_init): Update.
7292 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7293 * ia64-tdep.c (ia64_gdbarch_init): Update.
7294 * i386-tdep.c (i386_gdbarch_init): Update.
7295 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7296 * hppa-tdep.c (hppa_gdbarch_init): Update.
7297 * h8300-tdep.c (h8300_gdbarch_init): Update.
7298 * frv-tdep.c (frv_gdbarch_init): Update.
7299 * cris-tdep.c (cris_gdbarch_init): Update.
7300 * avr-tdep.c (avr_gdbarch_init): Update.
7301 * arm-tdep.c (arm_gdbarch_init): Update.
7302 * alpha-tdep.c (alpha_gdbarch_init): Update.
7303 * sh-tdep.c (sh_init_extra_frame_info): Update.
7304 (sh64_init_extra_frame_info): Update.
7305 * ns32knbsd-nat.c (frame_num_args): Update.
7306 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7307 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7308 (xstormy16_frame_chain_valid): Update.
7309 * vax-tdep.c (vax_saved_pc_after_call): Update.
7310 * v850-tdep.c (v850_frame_chain): Update.
7311 (v850_pop_frame): Update.
7312 (v850_init_extra_frame_info): Update.
7313 * sparc-tdep.c (setup_arbitrary_frame): Update.
7314 * ns32k-tdep.c (umax_frame_num_args): Update.
7315 * s390-tdep.c (s390_pop_frame_regular): Update.
7316 * mn10300-tdep.c (mn10300_frame_chain): Update.
7317 (mn10300_pop_frame_regular): Update.
7318 (mn10300_init_extra_frame_info): Update.
7319 * mips-tdep.c (mips_init_frame_pc_first): Update.
7320 (mips_frame_chain): Update.
7321 (mips_pop_frame): Update.
7322 * mcore-tdep.c (mcore_frame_chain): Update.
7323 (mcore_pop_frame): Update.
7324 (mcore_init_extra_frame_info): Update.
7325 * arch-utils.c (init_frame_pc_default): Update.
7326 * m68k-tdep.c (isi_frame_num_args): Update.
7327 (delta68_frame_num_args): Update.
7328 (news_frame_num_args): Update.
7329 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7330 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7331 (alpha_frame_chain): Update.
7332 (alpha_pop_frame): Update.
7333 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7334 (hppa_init_extra_frame_info): Update.
7335 (hppa_frame_chain): Update.
7336 (hppa_frame_chain_valid): Update.
7337 * cris-tdep.c (cris_init_extra_frame_info): Update.
7338 * avr-tdep.c (avr_init_extra_frame_info): Update.
7339 * arm-tdep.c (arm_frame_chain_valid): Update.
7340 (arm_init_extra_frame_info): Update.
7341 (arm_pop_frame): Update.
7342 * frame.c (frame_pc_unwind): Update.
7343 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7344 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7345 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7346 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7347 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7348 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7349
7350 2003-03-12 Andrew Cagney <cagney@redhat.com>
7351
7352 Eliminate the need for POP_FRAME.
7353 * frame.c (do_frame_unwind_register): New function.
7354 (frame_pop): When no POP_FRAME, pop the frame using register
7355 unwind and a scratch regcache.
7356 (frame_saved_regs_pop): Delete function.
7357 (trad_frame_unwinder): Update.
7358 * d10v-tdep.c (d10v_frame_pop): Delete function.
7359 (d10v_frame_unwind): Update.
7360 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7361 (sentinel_frame_unwinder): Update.
7362 * dummy-frame.c (dummy_frame_pop): Delete function.
7363 (dummy_frame_unwind): Update.
7364 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7365 (struct frame_unwind): Update.
7366
7367 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7368
7369 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7370 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7371 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7372 Do range checks on register number obtained from debugging info.
7373 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7374 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7375 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7376 mapping function.
7377 (do_fp_register_row): Fix typo which caused double type to be
7378 used when attempting to unpack a float.
7379
7380 2003-03-11 J. Brobecker <brobecker@gnat.com>
7381
7382 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7383
7384 2003-03-11 Andrew Cagney <cagney@redhat.com>
7385
7386 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7387 frame. Problem found by Corinna Vinschen.
7388
7389 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7390
7391 * doublest.c (floatformat_from_length): Accept also
7392 the real size of 'long double' type.
7393
7394 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7395
7396 From Klee Dienes <kdienes@apple.com>:
7397 * breakpoint.c (bpstat_copy): Copy the command lines as well
7398 as the old value, to match what is freed in bpstat_clear.
7399
7400 2003-03-10 David Carlton <carlton@math.stanford.edu>
7401
7402 * minsyms.c (add_minsym_to_hash_table): Replace
7403 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7404 (compare_minimal_symbols, compact_minimal_symbols)
7405 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7406 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7407 of DEPRECATED_SYMBOL_MATCHES_NAME.
7408 (lookup_minimal_symbol_solib_trampoline): Ditto.
7409
7410 2003-03-10 Andrew Cagney <cagney@redhat.com>
7411
7412 * regcache.h (regcache_cooked_read_ftype): Define.
7413 (regcache_save, regcache_restore): Add a cooked_read parameter.
7414 * regcache.c (regcache_save, regcache_restore): Update.
7415 (do_cooked_read): New function.
7416 (regcache_cpy): Pass do_cooked_read to regcache_save and
7417 regcache_restore.
7418
7419 2003-03-10 Andrew Cagney <cagney@redhat.com>
7420
7421 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7422 * gdbarch.h, gdbarch.c: Re-generate.
7423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7424 * x86-64-tdep.h: Update.
7425 * x86-64-tdep.c (x86_64_init_abi): Update.
7426 * v850-tdep.c (v850_gdbarch_init): Update.
7427 * sparc-tdep.c (sparc_gdbarch_init): Update.
7428 * sh-tdep.c (sh_gdbarch_init): Update.
7429 * s390-tdep.c (s390_gdbarch_init): Update.
7430 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7431 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7432 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7433 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7434 * mips-tdep.c (mips_gdbarch_init): Update.
7435 * mcore-tdep.c (mcore_gdbarch_init): Update.
7436 * m68k-tdep.c (m68k_gdbarch_init): Update.
7437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7438 * ia64-tdep.c (ia64_gdbarch_init): Update.
7439 * i386-tdep.c (i386_gdbarch_init): Update.
7440 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7441 * hppa-tdep.c (hppa_gdbarch_init): Update.
7442 * h8300-tdep.c (h8300_gdbarch_init): Update.
7443 * frv-tdep.c (frv_gdbarch_init): Update.
7444 * cris-tdep.c (cris_gdbarch_init): Update.
7445 * avr-tdep.c (avr_gdbarch_init): Update.
7446 * arm-tdep.c (arm_gdbarch_init): Update.
7447 * alpha-tdep.c (alpha_gdbarch_init): Update.
7448 * sh-tdep.c (sh_init_extra_frame_info): Update.
7449 (sh64_init_extra_frame_info): Update.
7450 * ns32knbsd-nat.c (frame_num_args): Update.
7451 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7452 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7453 (xstormy16_frame_chain_valid): Update.
7454 * vax-tdep.c (vax_saved_pc_after_call): Update.
7455 * v850-tdep.c (v850_frame_chain): Update.
7456 (v850_pop_frame): Update.
7457 (v850_init_extra_frame_info): Update.
7458 * sparc-tdep.c (setup_arbitrary_frame): Update.
7459 * ns32k-tdep.c (umax_frame_num_args): Update.
7460 * s390-tdep.c (s390_pop_frame_regular): Update.
7461 * mn10300-tdep.c (mn10300_frame_chain): Update.
7462 (mn10300_pop_frame_regular): Update.
7463 (mn10300_init_extra_frame_info): Update.
7464 * mips-tdep.c (mips_init_frame_pc_first): Update.
7465 (mips_frame_chain): Update.
7466 (mips_pop_frame): Update.
7467 * mcore-tdep.c (mcore_frame_chain): Update.
7468 (mcore_pop_frame): Update.
7469 (mcore_init_extra_frame_info): Update.
7470 * arch-utils.c (init_frame_pc_default): Update.
7471 * m68k-tdep.c (isi_frame_num_args): Update.
7472 (delta68_frame_num_args): Update.
7473 (news_frame_num_args): Update.
7474 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7475 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7476 (alpha_frame_chain): Update.
7477 (alpha_pop_frame): Update.
7478 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7479 (hppa_init_extra_frame_info): Update.
7480 (hppa_frame_chain): Update.
7481 (hppa_frame_chain_valid): Update.
7482 * cris-tdep.c (cris_init_extra_frame_info): Update.
7483 * avr-tdep.c (avr_init_extra_frame_info): Update.
7484 * arm-tdep.c (arm_frame_chain_valid): Update.
7485 (arm_init_extra_frame_info): Update.
7486 (arm_pop_frame): Update.
7487 * frame.c (frame_pc_unwind): Update.
7488 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7489 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7490 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7491 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7492 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7493 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7494
7495 2003-03-10 Andrew Cagney <cagney@redhat.com>
7496
7497 * gdbarch.sh (gdbarch_unwind_pc): New method.
7498 * gdbarch.h, gdbarch.c: Regenerate.
7499 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7500 but use read_pc and FRAME_SAVED_PC as fall backs.
7501 (frame_saved_regs_pc_unwind): Delete function.
7502 (trad_frame_unwinder): Update.
7503 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7504 (struct frame_unwind): Update.
7505 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7506 (dummy_frame_unwind): Update.
7507 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7508 (sentinel_frame_unwinder): Update.
7509 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7510 (d10v_frame_unwind): Update.
7511 (d10v_unwind_pc): New function.
7512 (d10v_gdbarch_init): Set unwind_pc.
7513
7514 2003-03-10 Andrew Cagney <cagney@redhat.com>
7515
7516 * gdbarch.h: Re-generate.
7517
7518 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7519 PC.
7520 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7521 the PC register.
7522
7523 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7524
7525 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7526
7527 2003-03-08 Andrew Cagney <cagney@redhat.com>
7528
7529 * cli-out.c: Update copyright.
7530 (cli_out_data): Define typedef. Use instead of ui_out_data.
7531
7532 2003-03-08 Andrew Cagney <cagney@redhat.com>
7533
7534 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7535 the result.
7536
7537 2003-03-07 Andrew Cagney <cagney@redhat.com>
7538
7539 * gdbarch.sh: Don't generate two macro definitions when an
7540 undefined macro taking no arguments.
7541 * gdbarch.h: Regenerate.
7542
7543 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7544
7545 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7546 (x86_64_unwind_dummy_id): New functions.
7547 (x86_64_init_abi): Register these two new functions.
7548
7549 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7550
7551 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7552 (x86_64_skip_prologue): Move prologue detection to
7553 separate function.
7554 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7555
7556 2003-03-05 Andrew Cagney <cagney@redhat.com>
7557
7558 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7559 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7560 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7561 to use unwind_dummy_id when a dummy frame.
7562 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7563 predicate.
7564 * gdbarch.h, gdbarch.c: Regneerate.
7565
7566 2003-03-05 Andrew Cagney <cagney@redhat.com>
7567
7568 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7569 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7570 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7571 values.
7572
7573 2003-03-05 Andrew Cagney <cagney@redhat.com>
7574
7575 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7576 (struct d10v_unwind_cache): Delete field "frameless". Replace
7577 "next_addr" with "sp_offset". Add "r11_offset".
7578 (d10v_frame_unwind_cache): Update.
7579 (prologue_find_regs): Update. When "mv r11, sp", save the
7580 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7581 RN was saved in r11_offset.
7582
7583 2003-03-05 Andrew Cagney <cagney@redhat.com>
7584
7585 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7586 cached PC value in the next frame.
7587
7588 2003-03-05 Andrew Cagney <cagney@redhat.com>
7589
7590 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7591 "id_unwind_cache" with "id".
7592 (frame_id_unwind): Delete declaration.
7593 * frame.c (frame_id_unwind): Delete function.
7594 (get_prev_frame): Call the frame id unwind method directly. Store
7595 the returned next frame's ID value in NEXT_FRAME. Note that there
7596 is a problem with the wrong unwind ID being called with the wrong
7597 unwind cache.
7598
7599 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7600
7601 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7602
7603 2003-03-05 James Ingham <jingham@apple.com>
7604 Daniel Jacobowitz <drow@mvista.com>
7605
7606 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7607 (auto_cp_abi): New variable.
7608 (current_cp_abi, num_cp_abis): Make static.
7609 (CP_ABI_MAX): Define.
7610 (cp_abis): Turn into an array.
7611 (value_virtual_fn_field): Fix formatting.
7612 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7613 takes a pointer.
7614 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7615 (list_cp_abis, _initialize_cp_abi): New functions.
7616 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7617 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7618 switch_to_cp_abi. Update prototype for register_cp_abi.
7619 * Makefile.in (cp-abi.o): Update dependencies.
7620 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7621 instead of switch_to_cp_abi.
7622 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7623 register_cp_abi.
7624 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7625 register_cp_abi.
7626 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7627
7628 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7629
7630 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7631 * dwarf2loc.c: Include "regcache.h".
7632 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7633 register_size.
7634 * Makefile.in (dwarf2loc.o): Update dependencies.
7635
7636 2003-03-04 Theodore A. Roth <troth@openavr.org>
7637
7638 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7639 number of io registers reported by remote target is not a multiple of
7640 step.
7641
7642 2003-03-04 David Carlton <carlton@math.stanford.edu>
7643
7644 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7645 (lookup_symbol_aux_psymtabs): Update call to
7646 lookup_partial_symbol.
7647 (lookup_transparent_type, find_main_psymtab)
7648 (make_symbol_overload_list): Ditto.
7649
7650 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7651
7652 * MAINTAINERS (Write after approval): Update my email address.
7653
7654 2003-03-03 Andrew Cagney <cagney@redhat.com>
7655
7656 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7657 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7658 predicate. Replace MAX_REGISTER_RAW_SIZE.
7659 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7660 MAX_REGISTER_VIRTUAL_SIZE.
7661 * regcache.c (legacy_max_register_raw_size): New function.
7662 (legacy_max_register_virtual_size): New function.
7663 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7664 (MAX_REGISTER_RAW_SIZE): Define.
7665 (legacy_max_register_raw_size): Declare.
7666 (legacy_max_register_virtual_size): Declare.
7667 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7668 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7669 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7670 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7671 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7672 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7673 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7674 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7675 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7676 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7677 * vax-tdep.c (vax_gdbarch_init): Update.
7678 * v850-tdep.c (v850_gdbarch_init): Update.
7679 * sparc-tdep.c (sparc_gdbarch_init): Update.
7680 * sh-tdep.c (sh_gdbarch_init): Update.
7681 * s390-tdep.c (s390_gdbarch_init): Update.
7682 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7683 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7684 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7685 * mips-tdep.c (mips_gdbarch_init): Update.
7686 * mcore-tdep.c (mcore_gdbarch_init): Update.
7687 * m68k-tdep.c (m68k_gdbarch_init): Update.
7688 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7689 * ia64-tdep.c (ia64_gdbarch_init): Update.
7690 * i386-tdep.c (i386_gdbarch_init): Update.
7691 * hppa-tdep.c (hppa_gdbarch_init): Update.
7692 * h8300-tdep.c (h8300_gdbarch_init): Update.
7693 * frv-tdep.c (frv_gdbarch_init): Update.
7694 * cris-tdep.c (cris_gdbarch_init): Update.
7695 * avr-tdep.c (avr_gdbarch_init): Update.
7696 * arm-tdep.c (arm_gdbarch_init): Update.
7697 * alpha-tdep.c (alpha_gdbarch_init): Update.
7698 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7699 max_register_raw_size or max_register_virtual_size.
7700
7701 2003-03-03 David Carlton <carlton@math.stanford.edu>
7702
7703 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7704 SYMBOL_MATCHES_NAME, add comment.
7705 (SYMBOL_MATCHES_NATURAL_NAME): New.
7706 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7707 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7708 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7709 * symtab.c (lookup_partial_symbol): Use
7710 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7711 unhelpful comment.
7712 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7713 SYMBOL_MATCHES_NAME.
7714 Fix for PR c++/33.
7715
7716 2003-03-03 David Carlton <carlton@math.stanford.edu>
7717
7718 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7719 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7720 by regexp matching against SYMBOL_NATURAL_NAME.
7721
7722 2003-03-03 David Carlton <carlton@math.stanford.edu>
7723
7724 * linespec.c (find_method): Extract code into collect_methods.
7725 (collect_methods): New.
7726
7727 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7728
7729 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7730 get_frame_base.
7731
7732 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7733 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7734
7735 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7736
7737 * arch-utils.c (generic_register_byte): Fix to use the loop index
7738 and not regnum when summing the size of all registers up to regnum.
7739
7740 2003-03-01 Andrew Cagney <cagney@redhat.com>
7741
7742 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7743 FRAME_INIT_SAVED_REGS.
7744 * gdbarch.h, gdbarch.c: Regenerate.
7745 * stack.c (frame_info): Update.
7746 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7747 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7748 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7749 * ns32k-tdep.c (ns32k_pop_frame): Update.
7750 * mips-tdep.c (mips_pop_frame): Update.
7751 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7752 * ia64-tdep.c (ia64_frame_chain): Update.
7753 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7754 (ia64_frameless_function_invocation): Update.
7755 (ia64_init_extra_frame_info): Update.
7756 (ia64_pop_frame_regular): Update.
7757 * frame.h (struct frame_info): Update comment.
7758 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7759 * frame.c (frame_saved_regs_register_unwind): Update.
7760 (frame_saved_regs_register_unwind): Update.
7761 (deprecated_generic_get_saved_register): Update.
7762 * cris-tdep.c: Update comment.
7763 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7764 Rename macro.
7765 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7766 * x86-64-tdep.c (x86_64_init_abi): Update.
7767 * vax-tdep.c (vax_gdbarch_init): Update.
7768 * v850-tdep.c (v850_gdbarch_init): Update.
7769 * sparc-tdep.c (sparc_gdbarch_init): Update.
7770 * sh-tdep.c (sh_gdbarch_init): Update.
7771 * s390-tdep.c (s390_gdbarch_init): Update.
7772 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7773 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7774 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7775 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7776 * mips-tdep.c (mips_gdbarch_init): Update.
7777 * mcore-tdep.c (mcore_gdbarch_init): Update.
7778 * m68k-tdep.c (m68k_gdbarch_init): Update.
7779 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7780 * ia64-tdep.c (ia64_gdbarch_init): Update.
7781 * i386-tdep.c (i386_gdbarch_init): Update.
7782 * frv-tdep.c (frv_gdbarch_init): Update.
7783 * avr-tdep.c (avr_gdbarch_init): Update.
7784 * arm-tdep.c (arm_gdbarch_init): Update.
7785 * alpha-tdep.c (alpha_gdbarch_init): Update.
7786
7787 2003-03-01 Andrew Cagney <cagney@redhat.com>
7788
7789 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7790 option enum and switch. When no windows, set the interpreter to
7791 INTERP_CONSOLE.
7792
7793 2003-03-01 Andrew Cagney <cagney@redhat.com>
7794
7795 * main.c (captured_main): Replace magic option characters with an
7796 enum.
7797
7798 2003-03-01 Andrew Cagney <cagney@redhat.com>
7799
7800 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7801 INIT_EXTRA_FRAME_INFO.
7802 * gdbarch.h, gdbarch.c: Regenerate.
7803 * arm-tdep.c: Update comments.
7804 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7805 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7806 * frame.h, avr-tdep.c: Ditto.
7807 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7808 (create_new_frame, legacy_get_prev_frame): Ditto.
7809 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7810 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7811 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7812 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7813 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7814 * v850-tdep.c (v850_gdbarch_init): Ditto.
7815 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7816 * sh-tdep.c (sh_gdbarch_init): Ditto.
7817 * s390-tdep.c (s390_gdbarch_init): Ditto.
7818 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7819 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7820 * mips-tdep.c (mips_gdbarch_init): Ditto.
7821 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7822 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7823 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7824 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7825 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7826 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7827 * frv-tdep.c (frv_gdbarch_init): Ditto.
7828 * cris-tdep.c (cris_gdbarch_init): Ditto.
7829 * avr-tdep.c (avr_gdbarch_init): Ditto.
7830 * arm-tdep.c (arm_gdbarch_init): Ditto.
7831 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7832 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7833
7834 2003-03-01 Andrew Cagney <cagney@redhat.com>
7835
7836 * gdbarch.sh (register_type): New function with predicate.
7837 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7838 * gdbarch.h, gdbarch.c: Re-generate.
7839 * arch-utils.c (generic_register_byte): Use generic_register_size.
7840 (generic_register_size): When available, use
7841 gdbarch_register_type.
7842 * regcache.c (init_regcache_descr): When available, initialize the
7843 register type array using gdbarch_register_type. If the
7844 architecture supplies gdbarch_register_type, do not use the legacy
7845 regcache layout.
7846 * d10v-tdep.c (d10v_register_type): Replace
7847 d10v_register_virtual_type.
7848 (d10v_gdbarch_init): Set register_type instead of
7849 register_virtual_type.
7850
7851 2003-03-01 Andrew Cagney <cagney@redhat.com>
7852
7853 * Makefile.in (ax-gdb.o): Update dependencies.
7854 * ax-gdb.c: Include "regcache.h".
7855 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7856 * findvar.c (value_of_register): Ditto.
7857 * infcmd.c (default_print_registers_info): Ditto.
7858
7859 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7860
7861 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7862 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7863
7864 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7865
7866 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7867 of STREQ.
7868
7869 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
7870
7871 * Makefile.in (dwarf2loc.o): Update dependencies.
7872 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7873 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7874 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7875 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7876 (locexpr_tracepoint_var_ref): New function.
7877 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7878
7879 2003-02-28 Andrew Cagney <cagney@redhat.com>
7880
7881 * regcache.c (register_size): New function.
7882 * regcache.h (register_size): Declare
7883 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7884 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7885
7886 2003-02-28 David Carlton <carlton@math.stanford.edu>
7887
7888 * linespec.c (decode_compound): Extract code into find_method.
7889 (find_method): New.
7890
7891 2003-02-28 J. Brobecker <brobecker@gnat.com>
7892
7893 * Makefile.in: Add rules to build and link in observer.o.
7894
7895 2003-02-27 J. Brobecker <brobecker@gnat.com>
7896
7897 * observer.c: Minor comments edits.
7898
7899 2003-02-27 J. Brobecker <brobecker@gnat.com>
7900
7901 * observer.h, observer.c: New file.
7902
7903 2003-02-27 Andrew Cagney <cagney@redhat.com>
7904
7905 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7906
7907 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7908
7909 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7910 (M6812_OP_STS_EXT): Likewise.
7911 (m6811_prologue): Use the above to recognize prologue.
7912 (m6812_prologue): Likewise.
7913
7914 2003-02-27 David Carlton <carlton@math.stanford.edu>
7915
7916 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7917 SYMBOL_PRINT_NAME.
7918 (compare_psymbols): Ditto.
7919 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7920
7921 2003-02-27 Michael Snyder <msnyder@redhat.com>
7922
7923 * f-lang.c (build_fortran_types): New function.
7924 (_initialize_f_language): Gdbarch-register built-in fortran types.
7925 * doublest.c (extract_floating): Fix warning text.
7926
7927 2003-02-27 Andrew Cagney <cagney@redhat.com>
7928
7929 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7930 predicate. Replaces PUSH_DUMMY_FRAME.
7931 * gdbarch.h, gdbarch.c: Regnerate.
7932 * valops.c (hand_function_call): Update. Call
7933 generic_push_dummy_frame directly.
7934 * vax-tdep.c (vax_gdbarch_init): Update.
7935 * sparc-tdep.c (sparc_gdbarch_init): Update.
7936 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7937 * m68k-tdep.c (m68k_gdbarch_init): Update.
7938 * hppa-tdep.c (hppa_gdbarch_init): Update.
7939 * alpha-tdep.c (alpha_gdbarch_init): Update.
7940 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7941 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7942 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7943 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7944 push_dummy_frame to generic_push_dummy_frame.
7945 * v850-tdep.c (v850_gdbarch_init): Ditto.
7946 * sh-tdep.c (sh_gdbarch_init): Ditto.
7947 * s390-tdep.c (s390_gdbarch_init): Ditto.
7948 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7949 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7950 * mips-tdep.c (mips_gdbarch_init): Ditto.
7951 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7953 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7954 * i386-tdep.c (i386_gdbarch_init): Ditto.
7955 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7956 * frv-tdep.c (frv_gdbarch_init): Ditto.
7957 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7958 * cris-tdep.c (cris_gdbarch_init): Ditto.
7959 * avr-tdep.c (avr_gdbarch_init): Ditto.
7960 * arm-tdep.c (arm_gdbarch_init): Ditto.
7961
7962 2003-02-26 Kevin Buettner <kevinb@redhat.com>
7963
7964 * mips-tdep.c (show_mips_abi): New function.
7965 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7966 command ``show mips abi''.
7967
7968 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
7969
7970 From Elena Zannoni <ezannoni@redhat.com>
7971 * dbxread.c (process_one_symbol): Only record line 0 if one or
7972 more sline entries have been seen for the function.
7973
7974 2003-02-26 Michael Chastain <mec@shout.net>
7975
7976 * configure: Regenerate with autoconf 000227.
7977
7978 2003-02-26 Michael Chastain <mec@shout.net>
7979
7980 Close PR build/660.
7981 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7982 for old libc5/glibc.
7983 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7984
7985 2003-02-26 Kris Warkentin <kewarken@qnx.com>
7986
7987 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7988 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7989
7990 2003-02-26 Michael Chastain <mec@shout.net>
7991
7992 * configure.in: New variable HAVE_UINTPTR_T.
7993 * configure, config.in: Regenerated.
7994
7995 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
7996
7997 Fix PR build/1097.
7998 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
7999
8000 2003-02-25 Andrew Cagney <cagney@redhat.com>
8001
8002 * frame.c (get_prev_frame): Add comment on check for
8003 inside_entry_func. Only check for inside_entry_file when not a
8004 dummy and not a sentinel. Check that the new frame is not inner
8005 to the old frame.
8006
8007 2003-02-25 Andrew Cagney <cagney@redhat.com>
8008
8009 * frame.c (frame_debug): New variable.
8010 (_initialize_frame): Add "set/show debug frame" command.
8011 (get_prev_frame): When frame_debug, print reason why unwind
8012 failed.
8013
8014 2003-02-25 Michael Chastain <mec@shout.net>
8015
8016 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8017 to avoid uintptr_t definition problems.
8018
8019 2003-02-25 David Carlton <carlton@math.stanford.edu>
8020
8021 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8022 (SYMBOL_LINKAGE_NAME): Ditto.
8023 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8024 SYMBOL_LINKAGE_NAME.
8025 (struct general_symbol_info): Expand comment.
8026 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8027 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8028 (SYMBOL_MATCHES_REGEXP): Ditto.
8029 * symtab.c (symbol_natural_name): New function.
8030 * objfiles.h: Replace all uses of SYMBOL_NAME by
8031 DEPRECATED_SYMBOL_NAME.
8032 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8033 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8034 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8035 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8036 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8037 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8038 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8039 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8040 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8041 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8042 * ada-exp.y: Ditto.
8043 * ada-exp.y: Update copyright.
8044 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8045 * cp-valprint.c: Ditto.
8046
8047 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8048
8049 * infptrace.c (detach): Do not flag error if ptrace detach fails
8050 and errno is set to ESRCH.
8051
8052 2003-02-24 Andrew Cagney <cagney@redhat.com>
8053
8054 * infptrace.c (udot_info): Change type of udot_off to long. Use
8055 paddr when printing udot_off's value.
8056
8057 2003-02-24 David Carlton <carlton@math.stanford.edu>
8058
8059 * symtab.c (make_symbol_overload_list): Only read in partial
8060 symtabs containing a matching partial symbol.
8061
8062 2003-02-24 David Carlton <carlton@math.stanford.edu>
8063
8064 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8065 do the comparison, not strcmp.
8066 * symfile.c (compare_psymbols): Ditto.
8067 * defs.h: Declare strcmp_iw_ordered.
8068 * utils.c (strcmp_iw_ordered): New function.
8069
8070 2003-02-24 Jim Blandy <jimb@redhat.com>
8071
8072 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8073 support, shared libs): Remove my name from here, to better reflect
8074 reality.
8075
8076 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8077
8078 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8079 (target_ops): Add to_have_continuable_watchpoint.
8080 * target.c (update_current_target): Add INHERIT line for
8081 to_have_continuable_watchpoint.
8082 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8083 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8084 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8085 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8086
8087 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8088
8089 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8090 maintainership.
8091
8092 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8093
8094 * solib.c (solib_open): Call target defined search function after
8095 failing with solib-search-path.
8096 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8097 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8098
8099 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8100
8101 * MAINTAINERS: Add myself to Write After section.
8102
8103 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8104
8105 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8106
8107 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8108
8109 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8110 (m68hc11_add_reggroups): New function.
8111 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8112 (m68hc11_gdbarch_init): Install the reggroups.
8113 (_initialize_m68hc11_tdep): Initialize them.
8114
8115 2003-02-21 James E Wilson <wilson@tuliptree.org>
8116
8117 * MAINTAINERS: Update my email address.
8118
8119 2003-02-21 David Carlton <carlton@math.stanford.edu>
8120
8121 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8122
8123 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8124
8125 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8126 * symtab.h: Add opaque declarations of struct axs_value and
8127 struct agent_expr.
8128 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8129 (struct location_funcs): New type.
8130 (struct symbol): Add "loc" to aux_value.
8131 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8132 * dwarf2read.c: Include "dwarf2expr.h".
8133 (dwarf2_symbol_mark_computed): New function.
8134 (read_func_scope): Use it.
8135 (var_decode_location): New function.
8136 (new_symbol): Use it.
8137 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8138
8139 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8140 (dwarf2expr_h, dwarf2loc_h): New variables.
8141 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8142 (dwarf2expr.o, dwarf2loc.o): New rules.
8143 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8144 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8145 LOC_COMPUTED_ARG.
8146 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8147 * m2-exp.y (yylex): Likewise.
8148 * printcmd.c (address_info, print_frame_args): Likewise.
8149 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8150 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8151 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8152 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8153 * symtab.c (lookup_block_symbol): Likewise.
8154
8155 2003-02-20 Adam Fedor <fedor@gnu.org>
8156
8157 * symtab.h: Remove objc_specific struct
8158 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8159 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8160 Have language_objc use cplus_specific struct.
8161
8162 2003-02-20 Tom Tromey <tromey@redhat.com>
8163
8164 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8165 TYPE_NAME, when printing a String value. PR java/1075.
8166
8167 2003-02-20 Adam Fedor <fedor@gnu.org>
8168
8169 * objc-lang.h (find_methods): Remove declaration.
8170 * objc-lang.c (find_methods): Make static.
8171
8172 2003-02-20 Christopher Faylor <cgf@redhat.com>
8173
8174 * win32-nat.c (get_image_name): Check return value from
8175 ReadProcessMemory.
8176 (child_xfer_memory): Ditto.
8177
8178 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8179
8180 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8181 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8182 '${exec_prefix}' (in addition to the expansion thereof) as
8183 relocatable.
8184 * configure: Rebuilt.
8185
8186 2003-02-20 David Carlton <carlton@math.stanford.edu>
8187
8188 * symtab.c (search_symbols): Revert the search_symbols part of my
8189 2002-12-23 patch. Add comment.
8190
8191 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8192
8193 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8194 * dbxread.c (elfstab_build_psymtabs): Don't call
8195 install_minimal_symbols.
8196 (stabsect_build_psymtabs): Likewise.
8197 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8198 earlier.
8199 * somread.c (som_symfile_read): Call install_minimal_symbols
8200 and do_cleanups earlier.
8201 * nlmread.c (nlm_symfile_read): Likewise.
8202 * mdebugread.c (elfmdebug_build_psymtabs): Call
8203 install_minimal_symbols and make appropriate cleanups.
8204
8205 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8206
8207 * solib.c (reload_shared_libraries): New function.
8208 (_initialize_solib): Add callbacks for ``set solib-search-path''
8209 and ``set solib-absolute-prefix''.
8210
8211 2003-02-20 David Carlton <carlton@math.stanford.edu>
8212
8213 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8214 expand comment.
8215 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8216 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8217 * ada-typeprint.c (ada_typedef_print): Ditto.
8218 * ax-gdb.c (gen_var_ref): Ditto.
8219 * breakpoint.c (print_one_breakpoint): Ditto.
8220 * buildsym.c (finish_block): Ditto.
8221 * c-valprint.c (c_val_print): Ditto.
8222 * expprint.c (print_subexp): Ditto.
8223 * findvar.c (locate_var_value): Ditto.
8224 * infcmd.c (jump_command): Ditto.
8225 * linespec.c (decode_line_2, decode_compound): Ditto.
8226 * maint.c (maintenance_translate_address): Ditto.
8227 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8228 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8229 Ditto.
8230 * p-valprint.c (pascal_val_print): Ditto.
8231 * stabsread.c (define_symbol): Ditto.
8232 * stack.c (print_frame, frame_info, print_block_frame_locals)
8233 (print_frame_arg_vars, return_command): Ditto.
8234 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8235 * symmisc.c (print_symbol): Ditto.
8236 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8237 (compare_search_syms, print_symbol_info, print_msymbol_info)
8238 (rbreak_command): Ditto.
8239 * tracepoint.c (tracepoints_info): Ditto.
8240 * typeprint.c (typedef_print): Ditto.
8241 * valops.c (value_of_variable, hand_function_call): Ditto.
8242 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8243 * ada-typeprint.c: Update Copyright.
8244 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8245 * tracepoint.c, cli/cli-cmds.c: Ditto.
8246
8247 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8248
8249 * frame.c (generic_unwind_get_saved_register): Make non-static.
8250 * frame.h (generic_unwind_get_saved_register): Declare.
8251 * mips-tdep.c (read_next_frame_reg): Fetch register from
8252 current regcache when frame is NULL.
8253 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8254 that must be NULL.
8255 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8256 instead of frame_register_unwind().
8257
8258 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8259
8260 * remote-sim.c (gdbsim_insert_breakpoint)
8261 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8262 code.
8263
8264 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8265
8266 * remote.c (_initialize_remote): Add commands "set/show remote
8267 hardware-watchpoint-limit" and "set/show remote
8268 hardware-breakpoint-limit".
8269 (remote_hw_watchpoint_limit): Initialize to -1.
8270 (remote_hw_breakpoint_limit): Ditto.
8271 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8272
8273 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8274
8275 * coff-pe-read.c: New file - support reading of minimal symbols from a
8276 portable executable using the export table.
8277 * coff-pe-read.h: New file.
8278 * coffread.c: Include coff-pe-read.h.
8279 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8280 debugging symbols found.
8281 * Makefile.in (SFILES): Add coff-pe-read.o.
8282 (coff_pe_read_h): Define.
8283 (COMMON_OBS): Add coff-pe-read.o.
8284 (coffread.o): Add coff_pe_read_h dependency.
8285 (coff-pe-read.o): New target.
8286
8287 2003-02-19 David Carlton <carlton@math.stanford.edu>
8288
8289 * Makefile.in (SFILES): Add block.c.
8290 (block_h): New.
8291 (COMMON_OBS): Add block.o.
8292 (block.o): New.
8293 (x86-64-tdep.o): Add $(block_h).
8294 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8295 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8296 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8297 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8298 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8299 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8300 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8301 * value.h: Add opaque declaration for struct block.
8302 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8303 * ada-lang.h: Ditto.
8304 * x86-64-tdep.c: #include "block.h"
8305 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8306 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8307 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8308 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8309 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8310 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8311 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8312 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8313 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8314 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8315 * symtab.c (block_function): Ditto.
8316 (contained_in): Ditto.
8317 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8318 block.h. Add opaque declaration for struct block.
8319 * symtab.h: Move block_function and contained_in declarations to
8320 block.h. Add opaque declarations for struct block, struct
8321 blockvector.
8322 (struct block): Move to block.h.
8323 (struct blockvector): Ditto.
8324 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8325 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8326 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8327 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8328 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8329 Ditto.
8330 * block.c: New file.
8331 * block.h: New file.
8332
8333 2003-02-19 Theodore A. Roth <troth@openavr.org>
8334
8335 * avr-tdep.c (avr_extract_return_value): Remove function.
8336 (avr_store_return_value): Remove function.
8337 (avr_extract_struct_value_address): Remove function.
8338 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8339
8340 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8341
8342 * rs6000-tdep.c: Include "gdb_assert.h".
8343 (registers_e500): Add "acc" and "spefscr".
8344 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8345 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8346 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8347 really is "r0".
8348 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8349
8350 2003-02-18 Keith Seitz <keiths@redhat.com>
8351
8352 * Makefile.in: Add gdbtk-interps.c.
8353
8354 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8355
8356 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8357 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8358
8359 2003-02-18 Andrew Cagney <cagney@redhat.com>
8360
8361 * symtab.h (struct objfile): Add opaque declaration.
8362
8363 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8364
8365 From Jim Ingham <jingham@apple.com>:
8366 * dbxread.c (process_one_symbol): Use last_function_start rather
8367 than function_start_offset to find the real beginning of the
8368 current function. The latter is just the text section offset on
8369 some systems, the former is always the real function start.
8370
8371 2003-02-17 Andrew Cagney <cagney@redhat.com>
8372
8373 * configure.in: Revert ${target} != ${host}.
8374
8375 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8376
8377 * configure.in (Makefile): Use the test ${target} != ${host},
8378 instead of the absence of the "nm.h" file, to determine of the
8379 configuration non-native.
8380 * configure: Regenerate.
8381
8382 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8383
8384 From Brian Ford <ford@vss.fsi.com>
8385
8386 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8387 conditionalize tui_active test.
8388 (lookup_cmd_1): Ditto.
8389
8390 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8391
8392 * configure.in: Add check for _etext.
8393 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8394 available.
8395 * config.in, configure: regenerated.
8396
8397 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8398
8399 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8400
8401 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8402
8403 * main.c (tui_version): Delete variable.
8404 (captured_main): When --tui, set interpreter_p to "tui" instead of
8405 enabling tui_version.
8406 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8407 tui_version.
8408 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8409 * cli/cli-cmds.c (disassemble_command): Ditto.
8410 * defs.h (tui_version): Delete declaration.
8411 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8412 (tui-interp.o): Add rules.
8413 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8414
8415 2003-02-14 Christopher Faylor <cgf@redhat.com>
8416
8417 * win32-nat.c (register_loaded_dll): Correctly set address range for
8418 just-loaded dll.
8419
8420 2003-02-12 Jason Molenda (jmolenda@apple.com)
8421
8422 * symmisc.c (print_objfile_statistics): Include information about
8423 the number of psymtabs and symtabs in each object file.
8424
8425 2003-02-13 Keith R Seitz <keiths@redhat.com>
8426
8427 * main.h (struct captured_main_args): Add interpreter_p.
8428 * main.c (captured_main): Initialize interpreter_p from context.
8429 * gdb.c (main): Set interpreter_p argument.
8430 * Makefile.in (gdb.o): Add dependency for interps.h.
8431
8432 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8433
8434 * event-top.c (cli_command_loop): Delete declaration.
8435 (_initialize_event_loop): Delete function setting event_loop_hook.
8436 * event-top.h (cli_command_loop): Declare. Update copyright.
8437 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8438 * interps.c (current_interp_command_loop): When event_loop_p, call
8439 cli_command_loop.
8440
8441 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8442
8443 * interps.h (interp_command_loop_ftype): Change return type to
8444 void.
8445
8446 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8447
8448 * x86-64-tdep.c (x86_64_extract_return_value)
8449 (x86_64_store_return_value): Use regcache instead of regbuf.
8450 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8451 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8452
8453 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8454
8455 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8456 * aclocal.m4: Regenerate.
8457 * configure: Regenerate.
8458
8459 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8460 TCL_LD_SEARCH_FLAGS.
8461
8462 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8463
8464 * dwarf2cfi.c: Reindented.
8465
8466 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8467
8468 * interps.c (clear_interpreter_hooks): Convert function definition
8469 to ISO C.
8470
8471 2003-02-07 David Carlton <carlton@math.stanford.edu>
8472
8473 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8474
8475 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8476
8477 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8478 (struct type): ...to here.
8479 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8480 field.
8481 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8482 (replace_type): Set length on all type variants for a given type.
8483
8484 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8485
8486 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8487 <sys/stat.h>.
8488 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8489
8490 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8491
8492 * Makefile.in (symm-nat.o): Update dependencies.
8493 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8494 (lynx-nat.o, ia64-linux-nat.): Ditto.
8495 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8496 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8497 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8498
8499 * Makefile.in (inflow_h): Define.
8500 (procfs.o, inflow.o, procfs.o): Update dependencies.
8501 * inftarg.c (child_stop): Delete extern declaration of
8502 inferior_process_group. Include "inflow.h".
8503 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8504 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8505 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8506 (our_process_group, inferior_process_group): Extern declarations.
8507
8508 * procfs.c: Include "gdb_assert.h".
8509
8510 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8511 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8512 * jv-typeprint.c (java_type_print_base): Ditto.
8513 * typeprint.c (typedef_print): Eliminate STREQ.
8514 * cli/cli-script.c (define_command, define_command): Ditto.
8515 * main.c (captured_main): Ditto.
8516 * values.c (lookup_internalvar): Ditto.
8517 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8518 within `if' conditional.
8519 * linespec.c (decode_line_2): Ditto.
8520 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8521 (bfd_openw_with_cleanup): Ditto.
8522
8523 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8524
8525 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8526 legacy_extract_return_value and store_return_value to
8527 legacy_return_value.
8528
8529 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8530
8531 * win32-nat.c (get_relocated_section_addrs): New function. Find
8532 section load addresses for symbol handling in relocated DLLs.
8533 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8534
8535 2003-02-05 Fred Fish <fnf@intrinsity.com>
8536
8537 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8538 '=' and '!='.
8539 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8540 with '&' and '=='.
8541 (angel_RDI_info): Ditto.
8542 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8543 with '&' and '!='.
8544 (threads_continue_all_with_signals): Ditto.
8545
8546 2003-02-05 Jim Ingham <jingham@apple.com>
8547 Keith Seitz <keiths@redhat.com>
8548 Elena Zannoni <ezannoni@redhat.com>
8549 Andrew Cagney <ac131313@redhat.com>
8550
8551 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8552 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8553 (SUBDIR_MI_OBS): Add "mi-interp.o".
8554 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8555 (SFILES): Add "interps.c".
8556 (COMMON_OBS): Add "interps.o".
8557 (interps_h, mi_main_h): Define.
8558 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8559 (mi-main.o, main.o, event-top.o): Update dependencies.
8560 * cli/cli-interp.c: New file.
8561 * interps.h, interps.c: New files.
8562 * top.c: (gdb_init): Don't install the default interpreter, handed
8563 by captured_main.
8564 * main.c: Include "interps.h".
8565 (interpreter_p): Note that it should malloc'ed.
8566 (captured_command_loop): Call current_interp_command_loop.
8567 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8568 xfree and xstrdup when updating interpreter_p. Install the
8569 default interpreter. Add hack to stop mi1's copyright notice
8570 being encoded.
8571 * event-top.h (gdb_setup_readline): Declare.
8572 (gdb_disable_readline): Declare.
8573 * event-top.c: Include "interps.h".
8574 (display_gdb_prompt): Call current_interp_display_prompt_p.
8575 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8576 gdb_stdlog, and gdb_stdtarg.
8577 (_initialize_event_loop): Don't call gdb_setup_readline.
8578 * cli-out.c (cli_out_set_stream): New function.
8579 * cli-out.h (cli_out_set_stream): Declare.
8580
8581 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8582
8583 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8584 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8585 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8586 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8587 config/i386/i386v42mp.mt: Removed.
8588
8589 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8590
8591 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8592 GDB_OSABI_SOLARIS.
8593
8594 2003-02-05 Michael Chastain <mec@shout.net>
8595
8596 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8597 2.12.1 and earlier versions.
8598
8599 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8600
8601 Remove orphaned hosts, targets and files.
8602 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8603 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8604 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8605 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8606 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8607 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8608 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8609 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8610 * config/sparc/tm-sp64sim.h: Delete.
8611 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8612 hosts.
8613 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8614 mips*-dec-mach3* targets.
8615
8616 2003-02-04 Michael Chastain <mec@shout.net>
8617
8618 * NEWS: Fix typo: sepcifying -> specifying.
8619
8620 2003-02-04 Michael Chastain <mec@shout.net>
8621
8622 * dwarfread.c: Add documentation on the state of dwarf-1,
8623 looking towards obsoletion.
8624
8625 2003-02-03 Michael Chastain <mec@shout.net>
8626
8627 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8628 gdb/testsuite/gdb.c++/pr-1023.exp.
8629
8630 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8631
8632 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8633 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8634
8635 * utils.c (init_page_info): Delete reference to MPW in comments.
8636 * main.c (captured_main): Delete #ifdef MPW.
8637
8638 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8639
8640 * NEWS: Note that the m32r-*-elf* is obsolete.
8641 * monitor.c (monitor_expect): Obsolete reference to m32r.
8642 * configure.tgt: Mark m32r-*-elf* as obsolete.
8643 * MAINTAINERS: Mark m32k as obsolete.
8644 * m32r-rom.c: Obsolete file.
8645 * config/m32r/m32r.mt: Obsolete file.
8646 * config/m32r/tm-m32r.h: Obsolete file.
8647 * m32r-stub.c: Obsolete file.
8648 * m32r-tdep.c: Obsolete file.
8649
8650 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8651
8652 * NEWS: Mention that the z8k-zilog-none is obsolete.
8653 * MAINTAINERS: Mark z8k as obsolete.
8654 * configure.tgt: Obsolete the z8k-*-coff* target.
8655 * config/z8k/z8k.mt: Obsolete file.
8656 * config/z8k/tm-z8k.h: Obsolete file.
8657 * z8k-tdep.c: Obsolete file.
8658
8659 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8660
8661 * NEWS: Mention that the mn10200-elf is obsolete.
8662 * configure.tgt: Obsolete mn10200-*-* target.
8663 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8664 mention that the mn10200 is obsolete.
8665 * breakpoint.h: Ditto.
8666 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8667 * config/mn10200/mn10200.mt: Obsolete file.
8668 * config/mn10200/tm-mn10200.h: Obsolete file.
8669 * mn10200-tdep.c: Obsolete file.
8670
8671 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8672
8673 * MAINTAINERS: Mark h8500 as obsolete.
8674 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8675 * findvar.c (value_from_register): Ditto.
8676 * h8500-tdep.c: Mark file as obsolete.
8677 * config/h8500/h8500.mt: Ditto.
8678 * config/h8500/tm-h8500.h: Ditto.
8679 * NEWS: Mention that h8500 is obsolete.
8680
8681 2003-02-04 David Carlton <carlton@math.stanford.edu>
8682
8683 * objfiles.c (allocate_objfile): Always set name. Add comment at
8684 start of function.
8685 * jv-lang.c (get_dynamics_objfile): Add comment.
8686
8687 2003-02-04 David Carlton <carlton@math.stanford.edu>
8688
8689 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8690 * printcmd.c (build_address_symbolic): Replace uses of
8691 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8692 SYMBOL_NAME, and asm_demangle.
8693 Update copyright.
8694
8695 2003-02-04 David Carlton <carlton@math.stanford.edu>
8696
8697 * linespec.c (decode_compound): Extract code into
8698 lookup_prefix_sym.
8699 (lookup_prefix_sym): New function.
8700
8701 2003-02-04 David Carlton <carlton@math.stanford.edu>
8702
8703 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8704 FLOAT_COERCION_BADNESS.
8705 * gdbtypes.c (rank_one_type): Replace all uses of
8706 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8707
8708 2003-02-04 Jim Blandy <jimb@redhat.com>
8709
8710 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8711 section, let dwarf_macinfo_section point to it, not
8712 dwarf_loc_section.
8713
8714 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8715
8716 Pointed out by Anton Blanchard <anton@samba.org>.
8717 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8718 (ppc_linux_at_sigtramp_return_path): Use it.
8719
8720 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8721
8722 * defs.h (streq): Add prototype.
8723 * utils.c (streq): New function.
8724
8725 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8726 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8727 * mdebugread.c (new_symbol): Likewise.
8728 * stabsread.c (define_symbol): Likewise.
8729 * coffread.c (process_coff_symbol): Likewise.
8730 * dwarfread.c (new_symbol): Likewise.
8731
8732 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8733 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8734 here.
8735 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8736 SYMBOL_INIT_DEMANGLED_NAME.
8737 * objfiles.c: Include "hashtab.h".
8738 (allocate_objfile): Call htab_set_functions_ex for the
8739 demangled_names_hash.
8740 (free_objfile): Call htab_delete for the demangled_names_hash.
8741 * objfiles.h (struct htab): Add declaration.
8742 (struct objfile): Add demangled_names_hash.
8743 * symfile.c: Include "hashtab.h".
8744 (reread_symbols): Call htab_delete for the demangled_names_hash.
8745 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8746 SYMBOL_NAME in the bcache.
8747 * symtab.c: Include "hashtab.h". Update comments.
8748 (create_demangled_names_hash, symbol_set_names): New functions.
8749 (symbol_find_demangled_name): New function, broken out from
8750 symbol_init_demangled_names.
8751 (symbol_init_demangled_names): Use it.
8752 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8753 (SYMBOL_SET_NAMES): New macro.
8754 (symbol_set_names): Add prototype.
8755
8756 2003-02-03 Jim Blandy <jimb@redhat.com>
8757
8758 Use a single, consistent representation for an empty minimal
8759 symbol table in an objfile.
8760 * objfiles.c (terminate_minimal_symbol_table): New function.
8761 (allocate_objfile): Call it.
8762 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8763 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8764 non-NULL.
8765 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8766 objfile has minimal symbols, compare minimal_symbol_count to zero,
8767 instead of comparing msymbols with NULL.
8768 * objfiles.c (have_minimal_symbols): Same.
8769 * solib-sunos.c (solib_add_common_symbols): Call
8770 terminate_minimal_symbol_table.
8771 * symfile.c (reread_symbols): Same.
8772
8773 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8774
8775 * s390-tdep.c (s390_address_class_type_flags)
8776 (s390_address_class_type_flags_to_name)
8777 (s390_address_class_name_to_type_flags): New functions.
8778 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8779 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8780
8781 2003-02-03 Michael Snyder <msnyder@redhat.com>
8782
8783 * arm-tdep.c: Fix spell-o in comment.
8784
8785 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8786
8787 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8788 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8789 error messages to contain BFD filename.
8790
8791 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8792
8793 Fix PR gdb/742 gdb/743 gdb/877
8794 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8795 (do_mixed_source_and_assembly): Use
8796 make_cleanup_ui_out_tuple_begin_end and
8797 make_cleanup_ui_out_tuple_begin_end.
8798 (do_mixed_source_and_assembly): Ditto.
8799 * thread.c (do_captured_list_thread_ids): Ditto.
8800 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8801 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8802 ui_out_tuple_end): Delete prototypes.
8803 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8804 ui_out_list_end, ui_out_tuple_end): Delete.
8805
8806 From Kevin Buettner <kevinb@redhat.com>:
8807 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8808 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8809 (do_cleanup_table_end): New functions.
8810 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8811 Use cleanups to invoke_ui_out_tuple_end().
8812 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8813 * cli/cli-setshow.c (cmd_show_list): Use
8814 make_cleanup_ui_out_tuple_begin_end.
8815
8816 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8817
8818 * frame.c (frame_unwind_register): New function.
8819 (frame_unwind_unsigned_register): Use.
8820 (frame_unwind_signed_register): Use.
8821 (frame_read_register): New function.
8822 * frame.h (frame_unwind_register): Declare.
8823 (frame_read_register): Declare.
8824
8825 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8826 and frame_unwind_register instead of read_memory, write_register
8827 and deprecated_write_register_bytes.
8828
8829 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8830
8831 * frame.h: Note that namelen can be negative.
8832 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8833 NAME's length.
8834
8835 * NEWS: Mention that the d10v's `regs' command is deprecated.
8836 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8837 (d10v_print_registers_info): New function.
8838 (show_regs): Call d10v_print_registers_info.
8839 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8840
8841 2003-02-02 Mark Kettenis <kettenis@gnu.org>
8842
8843 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8844 lost in the previous patch.
8845
8846 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8847
8848 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
8849 * stack.c (print_frame_info_base): Output complete FRAME tuple
8850 for synthesized frames.
8851
8852 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8853
8854 * mips-nat.c (zerobuf): Delete.
8855 (fetch_inferior_registers): Alloc local zerobuf.
8856 (fetch_core_registers): Alloc local zerobuf.
8857 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8858 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8859 * thread-db.c (thread_db_store_registers): Ditto.
8860 * sh-tdep.c (sh_do_register): Ditto.
8861 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8862 * remote-sim.c (gdbsim_store_register): Ditto.
8863 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8864 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8865 * monitor.c (monitor_supply_register): Ditto.
8866 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8867 * mips-nat.c (fetch_inferior_registers): Ditto.
8868 * m68klinux-nat.c (fetch_register): Ditto.
8869 * lynx-nat.c (fetch_inferior_registers): Ditto.
8870 (fetch_inferior_registers): Ditto.
8871 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8872 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8873 (hpux_thread_store_registers): Ditto.
8874 * hppah-nat.c (fetch_register): Ditto.
8875 * hppab-nat.c (fetch_register): Ditto.
8876 * hppa-tdep.c (pa_register_look_aside): Ditto.
8877 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8878 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8879
8880 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8881
8882 * gdbarch.sh: Explictly specify all method levels. When a
8883 variable with an empty level, provide a non-multi-arch default.
8884 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8885 * gdbarch.h: Re-generate.
8886 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8887 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8888
8889 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8890
8891 * defs.h (host_pointer_to_address): Delete declaration.
8892 (address_to_host_pointer): Delete declaration.
8893 * utils.c (host_pointer_to_address): Delete function.
8894 (address_to_host_pointer): Delete function.
8895 * procfs.c (procfs_address_to_host_pointer): New function.
8896 * procfs.c (proc_set_watchpoint): Use.
8897 (procfs_can_use_hw_breakpoint): Update comments.
8898 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8899 (som_solib_add): Use.
8900 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8901 * hppa-tdep.c (unwind_command): Use.
8902
8903 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8904
8905 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8906 strlen d_name.
8907
8908 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8909 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8910 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8911 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8912 (define_symbol): Update.
8913 * symfile.c (generic_load): Remove references to nindy.
8914 * symtab.c: Remove references to nindy.
8915
8916 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8917
8918 * infcmd.c (print_float_info): Delete code conditional on
8919 FLOAT_INFO.
8920 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8921 * config/m68k/nm-apollo68b.h: Ditto.
8922 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8923 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8924 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8925
8926 2003-02-01 Mark Kettenis <kettenis@gnu.org>
8927
8928 * config/i386/tm-i386os9k.h: Removed.
8929
8930 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8931 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8932 they're identical to i[3456]86-*-sysv* now.
8933 * config/i386/i386v32.mh: Removed.
8934 * config/i386/xm-i386v32.h: Removed.
8935 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8936
8937 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8938
8939 * config/i386/i386dgux.mh: Removed.
8940 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8941
8942 * configure.in: Fix typo.
8943 * configure: Regenerated.
8944
8945 2003-01-31 David Carlton <carlton@math.stanford.edu>
8946
8947 * dwarf2read.c (dwarf2_locate_sections): Set
8948 dwarf_ranges_section.
8949
8950 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8951
8952 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8953 * utils.c: Update comments documenting legitimate uses of PTR.
8954
8955 * utils.c: Re-indent.
8956
8957 * config/djgpp/fnchange.lst: Delete nindy files.
8958 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8959 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8960 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8961 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8962 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8963 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8964 * Makefile.in (init.c): Remove nindy references.
8965 (saber_gdb): Delete rule.
8966 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8967 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8968 and a68v-nat.c.
8969 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8970 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8971 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8972 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8973 nindy-share/stop.h.
8974 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8975 * saber.suppress: Delete file.
8976
8977 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
8978
8979 * dbxread.c (stabs_data): New static variable.
8980 (fill_symbuf): Support an in-memory buffer for stabs data.
8981 (stabs_seek): New function.
8982 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8983 (read_ofile_symtab): Use stabs_seek.
8984 (elfstab_build_psymtabs): Take an asection* instead of
8985 an offset and size. Relocate the stabs data if necessary.
8986 Save the section* for dbx_psymtab_to_symtab.
8987 * dwarf2read.c: Add section variables for each debug section.
8988 (dwarf2_locate_sections): Fill them in.
8989 (dwarf2_read_section): Take an asection* argument.
8990 Relocate the section contents if necessary.
8991 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
8992 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
8993 it to dwarf2_read_section.
8994 (dwarf2_build_frame_info): Update callers.
8995 * elfread.c (elf_symfile_read): Update call to
8996 elfstab_build_psymtabs.
8997 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
8998 (DBX_STAB_SECTION): New macro.
8999 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9000 * symfile.c (symfile_dummy_outputs): New function.
9001 (symfile_relocate_debug_section): New function.
9002 * symfile.h (symfile_relocate_debug_section): Add prototype.
9003
9004 2003-01-31 Richard Henderson <rth@redhat.com>
9005
9006 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9007 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9008 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9009 * alpha-tdep.c (alpha_register_name): Add "unique".
9010 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9011 (ALPHA_UNIQUE_REGNUM): New.
9012 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9013
9014 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9015
9016 * README: Remove reference to Ericsson 1800 monitor.
9017 * Makefile.in (remote-es.o): Delete rule.
9018 (ALLDEPFILES): Delete remote-es.c.
9019 * remote-es.c: Delete file.
9020 * config/m68k/es1800.mt: Delete file.
9021 * config/djgpp/fnchange.lst: Update.
9022 * configure.tgt: Delete m68*-ericsson-* target.
9023
9024 2003-01-31 Adam Fedor <fedor@gnu.org>
9025
9026 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9027 Remove duplicate/shadowing variable of same name.
9028
9029 2003-01-30 Jim Blandy <jimb@redhat.com>
9030
9031 * symfile.c (find_separate_debug_file): Assert that the objfile's
9032 directory name we compute ends with a slash, and then assume that
9033 that's so everywhere we use it.
9034
9035 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9036
9037 * valops.c (value_assign): Flush frame cache after stores to memory
9038 also.
9039
9040 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9041
9042 * Makefile.in (mon960-rom.o): Delete rule.
9043 * mon960-rom.c: Delete file.
9044
9045 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9046
9047 * d10v-tdep.c: Include "frame-unwind.h".
9048 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9049 list.
9050 (next_addr, uses_frame): Delete.
9051 (struct d10v_unwind_cache): Define.
9052 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9053 Use info instead of next_addr and uses_frame globals.
9054 (d10v_frame_init_saved_regs): Delete function.
9055 (d10v_init_extra_frame_info): Delete function.
9056 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9057 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9058 init_frame_pc or frame_saved_pc.
9059 (d10v_pop_frame): Delete function.
9060 (do_d10v_pop_frame): Delete function.
9061 (d10v_frame_chain): Delete function.
9062 (d10v_frame_chain_valid): Delete function.
9063 (d10v_frame_pc_unwind): New function.
9064 (d10v_frame_id_unwind): New function.
9065 (saved_regs_unwinder): New function.
9066 (d10v_frame_register_unwind): New function.
9067 (d10v_frame_pop): New function.
9068 (d10v_frame_unwind): New variable.
9069 (d10v_frame_p): New function.
9070 (d10v_frame_saved_pc): Delete function.
9071 * Makefile.in (d10v-tdep.o): Update dependencies.
9072
9073 2003-01-30 J. Brobecker <brobecker@gnat.com>
9074
9075 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9076 causing some regressions due to a change in the default value
9077 for this macro.
9078
9079 2003-01-29 Richard Henderson <rth@redhat.com>
9080 Elena Zannoni <ezannoni@redhat.com>
9081 Daniel Jacobowitz <drow@mvista.com>
9082
9083 Fix PR gdb/961.
9084 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9085 variables.
9086 (RANGES_SECTION): New.
9087 (dwarf_ranges_buffer): New variable.
9088 (struct comp_unit_head): Add member "die".
9089 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9090 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9091 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9092 (dwarf2_locate_sections): Likewise.
9093 (dwarf2_build_psymtabs): Read .debug_ranges.
9094 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9095 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9096 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9097 Look for DW_AT_ranges and return the bounding box.
9098
9099 2003-01-29 Brian Ford <ford@vss.fsi.com>
9100
9101 * win32-nat.c (cygwin_pid): Removed as unused.
9102 (child_attach): Try fall back to Cygwin pid.
9103
9104 2003-01-29 Jim Blandy <jimb@redhat.com>
9105
9106 * objfiles.h (struct objfile): Doc fix.
9107
9108 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9109
9110 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9111 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9112 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9113 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9114 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9115 (FRAME_SAVED_PC): Change to a function with predicate.
9116 * gdbarch.h, gdbarch.c: Re-generate.
9117
9118 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9119
9120 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9121
9122 * complaints.c (complain): Delete function.
9123 * complaints.h (struct deprecated_complaint): Delete definition.
9124 (complain): Delete declaration.
9125
9126 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9127
9128 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9129 dummy frames.
9130
9131 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9132
9133 * sentinel-frame.h, sentinel-frame.c: New files.
9134 * Makefile.in (frame.o): Update dependencies.
9135 (SFILES): Add sentinel-frame.c.
9136 (sentinel_frame_h): Define.
9137 (COMMON_OBS): Add sentinel-frame.o.
9138 (sentinel-frame.o): Specify dependencies.
9139 * frame.c: Include "sentinel-frame.h".
9140 (frame_register_unwind): Rewrite assuming that there is always a a
9141 ->next frame.
9142 (frame_register, generic_unwind_get_saved_register): Ditto.
9143 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9144 (create_sentinel_frame, unwind_to_current_frame): New functions.
9145 (get_current_frame): Rewrite using create_sentinel_frame and
9146 unwind_to_current_frame. When possible, always create a frame.
9147 (create_new_frame): Set next to the sentinel frame.
9148 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9149 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9150 ID cache when necessary.
9151 (frame_saved_regs_id_unwind): Use frame_relative_level.
9152 (deprecated_generic_get_saved_register): Use frame_relative_level,
9153 get_frame_saved_regs, get_frame_pc, get_frame_base and
9154 get_next_frame.
9155 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9156 frame_register.
9157
9158 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9159
9160 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9161
9162 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9163
9164 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9165 (maintenance_set_profile_cmd): Use error () instead of warning ().
9166
9167 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9168
9169 * configure.in: Check that -pg works if using --enable-profiling.
9170 Check for monstartup and _mcleanup regardless of --enable-profiling.
9171 * maint.c: Check for monstartup and _mcleanup before using them.
9172 * config.in: Regenerated.
9173 * configure: Regenerated.
9174
9175 2003-01-24 Nick Clifton <nickc@redhat.com>
9176
9177 * Add sh2e support:
9178
9179 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9180
9181 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9182 (sh2e_show_regs): New.
9183 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9184 * config/sh/tm-sh.h: Added sh2e to comments.
9185
9186 2003-01-23 Jim Blandy <jimb@redhat.com>
9187
9188 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9189 symbols found)" message here; we haven't checked for a separate
9190 debug info file yet, so we don't know yet.
9191 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9192 we've looked everywhere. Also, there's no need to print a special
9193 message when we're loading the separate debug info file: the one
9194 symbol_file_add prints is fine.
9195
9196 2003-01-23 Alexander Larsson <alexl@redhat.com>
9197 Jim Blandy <jimb@redhat.com>
9198
9199 Add support for executables whose debug info has been separated
9200 out into a separate file, leaving only a link behind.
9201 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9202 and separate_debug_objfile_backlink.
9203 (put_objfile_before): New declaration.
9204 * symfile.c: #include "filenames.h".
9205 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9206 debug info in a separate file, read that, too. Save the addrs
9207 argument, so we can use it again to read the separated debug info;
9208 syms_from_objfile modifies the table we pass it.
9209 (reread_symbols): After re-reading an objfile, call
9210 reread_separate_symbols to refresh its separate debug info
9211 objfile, if it has one.
9212 (reread_separate_symbols, find_separate_debug_file,
9213 get_debug_link_info, separate_debug_file_exists): New functions.
9214 (debug_file_directory): New global var.
9215 (_initialize_symfile): Initialize debug_file_directory, and
9216 provide the new `set debug-file-directory' command to let the user
9217 change it.
9218 * objfiles.c (free_objfile): If this objfile has its debug info in
9219 a separate objfile, free that one too. If this is itself a
9220 separate debug info objfile, clear our parent's backlink.
9221 (put_objfile_before): New function.
9222 * utils.c (gnu_debuglink_crc32): New function.
9223 * defs.h (gnu_debuglink_crc32): New declaration.
9224 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9225 * configure.in: Handle --with-separate-debug-dir config option.
9226 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9227 * acconfig.h (DEBUGDIR): New macro.
9228 * configure, aclocal.m4, config.in: Regenerated.
9229
9230 2003-01-22 Jim Blandy <jimb@redhat.com>
9231
9232 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9233 like the old symbol_file_add, but taking new arguments: you can
9234 now pass in either a `struct section_addr_info' list to say where
9235 each section is loaded, or a `struct section_offsets' table. Pass
9236 these new arguments through to syms_from_objfile as appropriate.
9237 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9238 with the appropriate quiescent values for the new arguments.
9239
9240 * symfile.c: #include "gdb_assert.h".
9241 (syms_from_objfile): Add the ability to pass in a section offset
9242 table directly, as an alternative to the section_addr_info table.
9243 Document arguments better.
9244 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9245 * symfile.h (syms_from_objfile): Update declaration.
9246 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9247 syms_from_objfile.
9248 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9249
9250 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9251
9252 Original patch by Tom Tromey <tromey@cygnus.com> and
9253 Jason Molenda <jmolenda@apple.com>.
9254 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9255 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9256 * NEWS: Mention profiling.
9257 * configure.in (--enable-gdbtk): Fix typo.
9258 (--enable-profiling): New. Set PROFILE_CFLAGS.
9259 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9260 Fill in function.
9261 (profiling_state): New variable.
9262 (mcleanup_wrapper): New function.
9263 (_initialize_maint): Remove NOTYET, fix call to
9264 add_setshow_boolean_cmd for "maint set profile".
9265 * configure: Regenerated.
9266
9267 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9268
9269 * Makefile.in (install-gdbtk): Install PNG images too.
9270
9271 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9272
9273 * exec.c (text_start): Delete global variable.
9274 (exec_file_attach): Make text_start local to the function.
9275 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9276 * valops.c (hand_function_call): Delete code that handles
9277 BEFORE_TEXT_END and AFTER_TEXT_END.
9278 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9279 of CALL_DUMMY_LOCATION.
9280 * gdbarch.c: Regenerate.
9281 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9282 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9283 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9284 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9285 (text_end): Delete extern declaration.
9286
9287 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9288
9289 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9290 * blockframe.c (backtrace_below_main): Move to "frame.c".
9291 (frame_chain_valid): Delete check for backtrace_below_main.
9292 (_initialize_blockframe): Delete initialization, move ``set
9293 backtrace-below-main'' command to "frame.c".
9294 (do_flush_frames_sfunc): Delete function.
9295 * frame.c: Include "command.h" and "gdbcmd.h".
9296 (frame_type_from_pc): New function.
9297 (create_new_frame): Use frame_type_from_pc.
9298 (legacy_get_prev_frame): New function.
9299 (get_prev_frame): Rewrite. When an old style frame, call
9300 legacy_get_prev_frame. Otherwize, unwind the PC first.
9301 (_initialize_frame): Add ``set backtrace-below-main'' command.
9302 * Makefile.in (frame.o): Update dependencies.
9303
9304 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9305
9306 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9307 DEPRECATED_REGISTERS_INFO.
9308
9309 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9310
9311 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9312 Maintainers'. Update `Various Maintainers'.
9313
9314 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9315
9316 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9317 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9318 Suppress actual parameters when `-'.
9319 * gdbarch.h, gdbarch.c: Regenerate.
9320
9321 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9322
9323 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9324 code handling dummy frames.
9325
9326 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9327
9328 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9329 (struct frame_unwind): Add field pop.
9330 * frame.h (frame_pop): Declare.
9331 * frame.c (frame_saved_regs_pop): New function.
9332 (trad_frame_unwinder): Add frame_saved_regs_pop.
9333 (frame_pop): New function.
9334 * dummy-frame.c (dummy_frame_pop): New function.
9335 (discard_innermost_dummy): New function.
9336 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9337 (dummy_frame_unwind): Add dummy_frame_pop.
9338 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9339 * valops.c (hand_function_call): Ditto.
9340 * stack.c (return_command): Ditto.
9341
9342 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9343
9344 * cris-tdep.c: Fix function declaration indentation.
9345 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9346 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9347 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9348 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9349 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9350 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9351
9352 2003-01-18 Michael Chastain <mec@shout.net>
9353
9354 * README (Unpacking and Installation -- quick overview):
9355 Warn against ".../gdb-5.3/gdb/configure".
9356
9357 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9358
9359 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9360 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9361 (struct frame_unwind): Declare opaque.
9362 (dummy_frame_p): Declare function.
9363 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9364 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9365 * dummy-frame.c: Include "frame-unwind.h".
9366 (dummy_frame_p): New function.
9367 (dummy_frame_unwind): New variable.
9368 * frame.c: Include "frame-unwind.h".
9369 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9370 to use the new unwind field.
9371 (set_unwind_by_pc): Delete function.
9372 (create_new_frame, get_prev_frame): Set unwind field using
9373 frame_unwind_find_by_pc.
9374 (trad_frame_unwind, trad_frame_unwinder): New variables.
9375 * frame.h (trad_frame_unwind): Declare variable.
9376 (frame_id_unwind_ftype): Delete declaration.
9377 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9378 (struct frame_unwind): Declare opaque.
9379 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9380 register_unwind with a single unwind pointer.
9381 * frame-unwind.h, frame-unwind.c: New files.
9382 * Makefile.in (SFILES): Add frame-unwind.c.
9383 (frame_unwind_h): Define.
9384 (COMMON_OBS): Add frame-unwind.o.
9385 (frame-unwind.o): Specify dependencies.
9386 (frame.o, dummy-frame.o): Update dependencies.
9387
9388 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9389
9390 * ada-valprint.c: Eliminate PTR.
9391 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9392 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9393 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9394 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9395 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9396 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9397 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9398
9399 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9400
9401 * main.c (captured_main): Don't use PTR.
9402 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9403 * gdbtypes.c (lookup_primitive_typename): Ditto.
9404 (lookup_struct_elt_type): Ditto.
9405 * f-valprint.c (info_common_command): Ditto.
9406 (list_all_visible_commons): Ditto.
9407 * jv-typeprint.c (java_type_print_base): Ditto.
9408
9409 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9410 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9411 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9412 i386-interix-nat.c and i386-interix-tdep.c. Rename
9413 m68klinux-nat.c and m68klinux-tdep.c. Rename
9414 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9415 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9416 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9417 * main.c (captured_main): Use xfree, not free.
9418
9419 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9420
9421 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9422 ID back using a parameter.
9423 * frame.c (frame_id_unwind): Update call.
9424 (frame_saved_regs_id_unwind): Update.
9425 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9426 * dummy-frame.h (struct frame_id): Add opaque declaration.
9427 (dummy_frame_id_unwind): Update declaration.
9428
9429 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9430
9431 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9432
9433 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9434
9435 * MAINTAINERS (Stephen P. Smith): Updated email address.
9436
9437 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9438
9439 Fix PR gdb/898
9440 * breakpoint.c (until_break_command): Add new argument. Use it to
9441 decide whether to stop only at the current frame or not.
9442 * breakpoint.h (until_break_command): Update prototype.
9443 * infcmd.c (until_command): Add new argument to until_break_command
9444 call.
9445 (advance_command): New function.
9446 (_initialize_infcmd): Update help string for 'until' command.
9447 Add new 'advance' command.
9448
9449 2003-01-14 David Carlton <carlton@math.stanford.edu>
9450
9451 * linespec.c (decode_line_1): Normalize comments.
9452 (set_flags): Ditto.
9453 (locate_first_half): Ditto.
9454 (decode_compound): Ditto.
9455 (symtab_from_filename): Ditto.
9456 (decode_all_digits): Ditto.
9457 (decode_dollar): Ditto.
9458 (find_methods): Ditto.
9459 (find_toplevel_char): Ditto.
9460
9461 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9462
9463 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9464 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9465 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9466 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9467 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9468 * language.c, language.h, m32r-tdep.c: Update copyright.
9469 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9470 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9471 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9472 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9473 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9474 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9475
9476 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9477
9478 * stabsread.h (process_later, resolve_cfront_continuation):
9479 Obsolete.
9480 Update copyright years.
9481 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9482 Update copyright year.
9483 * dbxread.c(struct cont_elem): Obsolete.
9484 (process_later, process_now): Obsolete functions.
9485 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9486 Update copyright year.
9487 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9488 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9489 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9490 (parse_partial_symbols): Obsolete cfront support.
9491 * stabsread.c
9492 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9493 macros.
9494 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9495 read_cfront_baseclasses, read_cfront_member_functions,
9496 resolve_cfront_continuation,read_cfront_static_fields,
9497 copy_cfront_struct_fields): Obsolete functions.
9498 (define_symbol, read_one_struct_field): Obsolete cfront support.
9499 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9500 Update Copyright year.
9501
9502 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9503
9504 * stack.c (print_frame_info, print_stack_frame_base_stub,
9505 print_stack_frame_base, show_and_print_stack_frame_stub,
9506 show_and_print_stack_frame, print_only_stack_frame_stub,
9507 print_only_stack_frame): Delete functions.
9508 (print_stack_frame_stub): Call print_frame_info instead of
9509 print_frame_info_base.
9510 (print_frame_info_base): Rename to print_frame_info.
9511 (backtrace_command_1): Call print_frame_info, instead of
9512 print_frame_info_base.
9513 (current_frame_command): Call print_stack_frame, instead of
9514 print_only_stack_frame.
9515 (frame_command): Call print_stack_frame, instead of
9516 show_and_print_stack_frame.
9517 (up_command): Ditto.
9518 (down_command): Ditto.
9519 * frame.h (print_only_stack_frame): Delete prototype.
9520 * infrun.c (normal_stop): Call print_stack_frame, instead of
9521 show_and_print_stack_frame.
9522 * thread.c (info_threads_command): Call print_stack_frame, instead
9523 of print_only_stack_frame.
9524
9525 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9526
9527 * README (Graphical interface to GDB): Update URL. Point at
9528 gdb/links/.
9529
9530 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9531 version match.
9532
9533 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9534
9535 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9536 lines.
9537
9538 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9539
9540 * thread-db.c (attach_thread): Prototype.
9541 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9542 thread information (ti), and valid flags (th_valid, ti_valid).
9543 (attach_thread): Move target_pid_to_str call to after the thread
9544 is added to GDB's list. Initialize the cache.
9545 (thread_get_info_callback, thread_db_map_id2thr)
9546 (thread_db_get_info): New functions.
9547 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9548 (thread_db_store_registers, thread_db_thread_alive)
9549 (thread_db_get_thread_local_address): Use them.
9550 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9551 of calling error() for threads in unknown state.
9552
9553 (clear_lwpid_callback): New function.
9554 (thread_db_resume): Use it to clear the cache.
9555
9556 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9557
9558 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9559 (resume_callback): Remove dead code.
9560
9561 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9562
9563 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9564 predicate.
9565 * gdbarch.h, gdbarch.c: Regenerate.
9566 * stack.c (frame_info): Only initialize the saved registers when
9567 FRAME_INIT_SAVED_REGS_P.
9568 * frame.c (frame_saved_regs_register_unwind): Assert
9569 FRAME_INIT_SAVED_REGS_P.
9570 (deprecated_generic_get_saved_register): Ditto.
9571
9572 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9573
9574 * source.c (openp): Squelch warning about "filename".
9575
9576 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9577
9578 * source.c (openp): If the file does not exist don't necessarily
9579 search the path.
9580
9581 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9582
9583 Fix PR gdb/872.
9584 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9585 (integer_types_same_name_p): New function.
9586 (rank_one_type): Use it.
9587 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9588
9589 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9590
9591 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9592 variables.
9593 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9594 * configure.in: Add --with-sysroot.
9595 * configure: Regenerated.
9596 * main.c (gdb_sysroot): New variable.
9597 (captured_main): Initialize gdb_sysroot.
9598 * defs.h (gdb_sysroot): New extern declaration.
9599 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9600
9601 2003-01-12 Michael Chastain <mec@shout.net>
9602
9603 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9604
9605 2003-01-12 Michael Chastain <mec@shout.net>
9606
9607 * top.c (print_gdb_version): Bump copyright year to 2003.
9608
9609 2003-01-12 David Carlton <carlton@bactrian.org>
9610
9611 * linespec.c (symtab_from_filename): Rename variable 's' to
9612 'file_symtab'.
9613
9614 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9615
9616 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9617 dummy frame.
9618 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9619
9620 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9621
9622 * d10v-tdep.c: Include "gdb_assert.h".
9623 (d10v_store_return_value): Rewrite to match current interface.
9624 (d10v_extract_struct_value_address): Ditto.
9625 (d10v_extract_return_value): Ditto.
9626 (d10v_gdbarch_init): Set store_restore_value,
9627 extract_struct_value_address and extract_return_value.
9628
9629 2003-01-12 J. Brobecker <brobecker@gnat.com>
9630
9631 * hpread.c (set_namestring): New procedure replacing the
9632 SET_NAMESTRING macro.
9633 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9634 by calls to set_namestring.
9635
9636 2003-01-11 J. Brobecker <brobecker@gnat.com>
9637
9638 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9639 a compilation warning.
9640 (hpread_process_one_debug_symbol): Likewise.
9641
9642 2003-01-10 David Carlton <carlton@math.stanford.edu>
9643
9644 * linespec.c (decode_line_1): Rename variable 's' to
9645 'file_symtab'.
9646 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9647 (decode_dollar): Ditto.
9648 (decode_variable): Ditto.
9649 (symbol_found): Ditto.
9650
9651 2003-01-09 Michael Chastain <mec@shout.net>
9652
9653 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9654
9655 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9656
9657 * win32-nat.c (set_process_privilege): New function.
9658 (child_attach): Call set_process_privilege() to enable the
9659 SE_DEBUG_NAME user privilege if available in process token.
9660
9661 2003-01-10 J. Brobecker <brobecker@gnat.com>
9662
9663 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9664 compilation error in the previous revision.
9665
9666 2003-01-09 David Carlton <carlton@math.stanford.edu>
9667
9668 * linespec.c: Update copyright.
9669
9670 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9671
9672 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9673 than inferior_ptid.
9674 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9675
9676 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9677
9678 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9679 Update comments.
9680 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9681 (frame_saved_regs_zalloc): Update.
9682 (frame_saved_regs_register_unwind): Update.
9683 (create_new_frame): Update.
9684 (get_prev_frame): Update.
9685 (frame_extra_info_zalloc): Update.
9686 (deprecated_get_frame_saved_regs): Update.
9687 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9688 * cris-tdep.c: Update comment.
9689
9690 * somsolib.h: Fix function indentation.
9691 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9692 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9693 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9694 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9695 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9696
9697 * infrun.c (follow_fork): Use ISO C definition.
9698 * expprint.c (print_subexp): Use xfree instead of free.
9699 * charset.c: Include "gdb_string.h" instead of <string.h>.
9700 (register_iconv_charsets): Use ISO C definition.
9701 (host_charset, target_charset): Ditto.
9702 * Makefile.in (charset.o): Update dependencies.
9703 (mi-cmd-env.o): Update dependencies.
9704
9705 2003-01-08 Andrew Cagney <cagney@redhat.com>
9706
9707 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9708 get_frame_base.
9709
9710 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9711
9712 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9713 build directories. Save edited gdb output in Mbuild.log. If a
9714 build fails, remove any final GDB executable.
9715
9716 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9717
9718 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9719 replacing hex constants with function names and stripping leading
9720 file name directory prefixes.
9721
9722 2003-01-08 Andrew Cagney <cagney@redhat.com>
9723
9724 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9725 get_frame_base.
9726
9727 2003-01-08 David Carlton <carlton@math.stanford.edu>
9728
9729 * linespec.c (decode_line_1): Move code into decode_variable.
9730 (decode_variable): New function.
9731
9732 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9733
9734 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9735
9736 2003-01-08 Andrew Cagney <cagney@redhat.com>
9737
9738 * cris-tdep.c (cris_frame_init_saved_regs): Use
9739 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9740 saved_regs buffer.
9741 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9742 (sh64_nofp_frame_init_saved_regs): Ditto.
9743 (sh_fp_frame_init_saved_regs): Ditto.
9744 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9745 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9746 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9747 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9748
9749 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9750
9751 * minsyms.c (lookup_minimal_symbol): Update comment.
9752 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9753 (lookup_minimal_symbol_solib_trampoline): Likewise.
9754
9755 2003-01-08 Andrew Cagney <cagney@redhat.com>
9756
9757 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9758 frame_relative_level.
9759
9760 * alpha-tdep.c: Use get_frame_extra_info.
9761 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9762 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9763 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9764 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9765
9766 * alpha-tdep.c: Use get_next_frame.
9767 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9768 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9769 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9770 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9771 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9772 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9773 * xstormy16-tdep.c: Ditto.
9774
9775 2003-01-07 Andrew Cagney <cagney@redhat.com>
9776
9777 * alpha-tdep.c: Use get_frame_base.
9778 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9779 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9780 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9781 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9782 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9783 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9784 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9785 * config/sparc/tm-sparc.h: Ditto.
9786
9787 2003-01-07 Andrew Cagney <cagney@redhat.com>
9788
9789 * frame.c (deprecated_get_frame_context): New function.
9790 (deprecated_set_frame_context): New function.
9791 * frame.h (deprecated_get_frame_context): Declare.
9792 (deprecated_set_frame_context): Declare.
9793 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9794 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9795
9796 2003-01-07 Andrew Cagney <cagney@redhat.com>
9797
9798 * frame.c (deprecated_set_frame_next_hack): New function.
9799 (deprecated_set_frame_prev_hack): New function.
9800 * frame.h (deprecated_set_frame_next_hack): Declare.
9801 (deprecated_set_frame_prev_hack): Declare.
9802 * mcore-tdep.c (analyze_dummy_frame): Use
9803 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9804 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9805
9806 2003-01-07 David Carlton <carlton@math.stanford.edu>
9807
9808 * linespec.c (decode_line_1): Move code into decode_dollar.
9809 (decode_dollar): New function.
9810
9811 2003-01-07 Andrew Cagney <cagney@redhat.com>
9812
9813 * arm-tdep.c (arm_init_extra_frame_info): Use
9814 deprecated_update_frame_base_hack.
9815 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9816 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9817 (fix_frame_pointer): Ditto.
9818 (mn10300_analyze_prologue): Ditto.
9819
9820 2003-01-07 Andrew Cagney <cagney@redhat.com>
9821
9822 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9823 extra_info using frame_extra_info_zalloc.
9824 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9825 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9826 (sh64_init_extra_frame_info): Ditto.
9827 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9828 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9829 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9830 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9831 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9832 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9833 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9834 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9835 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9836 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9837 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9838 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9839
9840 * mn10300-tdep.c (analyze_dummy_frame): Use
9841 deprecated_set_frame_extra_info_hack.
9842 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9843
9844 2003-01-07 J. Brobecker <brobecker@gnat.com>
9845
9846 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9847 class is not scText. These do not define "real" procedures.
9848 (parse_partial_symbols): Likewise.
9849
9850 2003-01-06 Michael Snyder <msnyder@redhat.com>
9851
9852 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9853
9854 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9855
9856 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9857 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9858 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9859 deprecated_frame_xmalloc_with_cleanup.
9860 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9861 deprecated_frame_xmalloc.
9862 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9863 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9864
9865 2003-01-06 Andrew Cagney <cagney@redhat.com>
9866
9867 * x86-64-linux-tdep.c: Include "osabi.h".
9868 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9869
9870 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9871
9872 2003-01-06 Andrew Cagney <cagney@redhat.com>
9873
9874 * MAINTAINERS (Target Instruction Set Architectures): Update
9875 arm-elf. Can be built with -Werror, has been multiarched.
9876
9877 * value.h (unpack_long): Make buffer parameter constant.
9878 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9879 * scm-lang.h (scm_parse): Ditto.
9880 * defs.h (extract_typed_address, extract_address): Ditto.
9881 (extract_long_unsigned_integer): Ditto.
9882 * inferior.h (unsigned_pointer_to_address): Ditto.
9883 (signed_pointer_to_address): Ditto.
9884 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9885 * gdbarch.h, gdbarch.c: Regenerate.
9886 * findvar.c (extract_long_unsigned_integer): Update.
9887 (extract_address): Update.
9888 (extract_typed_address): Update.
9889 (unsigned_pointer_to_address): Update.
9890 * values.c (unpack_long): Update.
9891 (unpack_double): Update.
9892 (unpack_pointer): Update.
9893 (unpack_field_as_long): Update.
9894 * d10v-tdep.c (d10v_pointer_to_address): Update.
9895 * avr-tdep.c (avr_pointer_to_address): Update.
9896 * scm-lang.c (scm_unpack): Update.
9897 * findvar.c (signed_pointer_to_address): Update.
9898
9899 2003-01-06 Michal Ludvig <mludvig@suse.cz>
9900
9901 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
9902 since it is in i386-tdep.c.
9903
9904 2003-01-06 J. Brobecker <brobecker@gnat.com>
9905
9906 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9907 failure introduced in the previous change.
9908
9909 2003-01-05 Michael Chastain <mec@shout.net>
9910
9911 * README: Remove references to deleted remote-*.c files:
9912 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9913 remote-nrom.c, remote-os9k.c, remote-udi.c.
9914
9915 2003-01-05 Mark Kettenis <kettenis@gnu.org>
9916
9917 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9918 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9919 i386_get_longjmp_target.
9920
9921 2003-01-05 Andrew Cagney <ac131313@redhat.com>
9922
9923 * arm-tdep.c (prologue_cache): Change to a pointer.
9924 (_initialize_arm_tdep): Allocate prologue_cache.
9925 (check_prologue_cache): Update.
9926 (save_prologue_cache): Update.
9927 (arm_gdbarch_init): Update.
9928
9929 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9930
9931 * stabsread.c (update_method_name_from_physname): Call complaint()
9932 instead of error.
9933
9934 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9935
9936 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9937 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9938 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9939
9940 * blockframe.c: Include "gdbcmd.h" and "command.h".
9941 (backtrace_below_main): New variable.
9942 (file_frame_chain_valid, func_frame_chain_valid)
9943 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9944 (generic_func_frame_chain_valid): Remove functions.
9945 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9946 (_initialize_blockframe): New function.
9947 * Makefile.in (blockframe.o): Update dependencies.
9948 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9949 comment. Call frame_chain_valid ().
9950 * frame.h: Remove old prototypes. Add prototype for
9951 frame_chain_valid and update comments to match.
9952 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9953 Remove old comment.
9954 * gdbarch.h: Regenerated.
9955 * gdbarch.c: Regenerated.
9956
9957 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9958 set_gdbarch_frame_chain_valid.
9959 * avr-tdep.c (avr_gdbarch_init): Likewise.
9960 * cris-tdep.c (cris_gdbarch_init): Likewise.
9961 * frv-tdep.c (frv_gdbarch_init): Likewise.
9962 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9963 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9964 (i386_nw_init_abi): Likewise.
9965 (i386_gdbarch_init): Likewise.
9966 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9967 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9968 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9969 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9970 * mips-tdep.c (mips_gdbarch_init): Likewise.
9971 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9972 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9973 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9974 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9975 * s390-tdep.c (s390_gdbarch_init): Likewise.
9976 * sh-tdep.c (sh_gdbarch_init): Likewise.
9977 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9978 * v850-tdep.c (v850_gdbarch_init): Likewise.
9979 * vax-tdep.c (vax_gdbarch_init): Likewise.
9980 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9981
9982 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9983 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9984 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9985 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9986 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9987 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9988 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9989 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9990
9991 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
9992
9993 * Makefile.in (acconfig_h): Remove incorrect macro.
9994 (config_h): Define.
9995 (osabi.o): Update dependencies.
9996 * configure.tgt: Set gdb_osabi based on target triplet.
9997 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
9998 * configure: Regenerated.
9999 * config.in: Regenerated.
10000 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10001 (GDB_OSABI_DEFAULT): Define if not already defined.
10002 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10003 (set_osabi_string): New variables.
10004 (gdbarch_register_osabi): Add new OS ABI to
10005 gdb_osabi_available_names.
10006 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10007 (set_osabi, show_osabi): New functions.
10008 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10009
10010 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * arch-utils.c (gdbarch_info_init): Set osabi to
10013 GDB_OSABI_UNINITIALIZED.
10014 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10015 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10016 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10017 * gdbarch.c: Regenerated.
10018 * gdbarch.h: Regenerated.
10019 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10020 there's no BFD.
10021 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10022 * osabi.h (enum gdb_osabi): Move to defs.h.
10023 (gdbarch_init_osabi): Update prototype.
10024 * defs.h (enum gdb_osabi): Moved here.
10025 * Makefile.in: Update dependencies.
10026
10027 * alpha-tdep.h: Don't include "osabi.h".
10028 (struct gdbarch_tdep): Remove osabi member.
10029 * alpha-tdep.c: Include "osabi.h".
10030 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10031 iterate over arches. Update call to gdbarch_init_osabi.
10032 (alpha_dump_tdep): Don't dump osabi.
10033 * alpha-linux-tdep.c: Include "osabi.h".
10034 * alpha-osf1-tdep.c: Include "osabi.h".
10035 * alphafbsd-tdep.c: Include "osabi.h".
10036 * alphanbsd-tdep.c: Include "osabi.h".
10037
10038 * arm-tdep.h: Don't include "osabi.h".
10039 (struct gdbarch_tdep): Remove osabi member.
10040 * arm-tdep.c: Include "osabi.h".
10041 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10042 iterate over arches. Update call to gdbarch_init_osabi.
10043 (arm_dump_tdep): Don't dump osabi.
10044 * arm-linux-tdep.c: Include "osabi.h".
10045 * armnbsd-tdep.c: Include "osabi.h".
10046
10047 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10048 Update call to gdbarch_init_osabi.
10049
10050 * i386-tdep.h: Don't include "osabi.h".
10051 (struct gdbarch_tdep): Remove osabi member.
10052 * i386-tdep.c: Include "osabi.h".
10053 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10054 iterate over arches. Update call to gdbarch_init_osabi.
10055 (i386_dump_tdep): Don't dump osabi.
10056 * i386-linux-tdep.c: Include "osabi.h".
10057 * i386-sol2-tdep.c: Include "osabi.h".
10058 * i386bsd-tdep.c: Include "osabi.h".
10059 * i386gnu-tdep.c: Include "osabi.h".
10060 * i386ly-tdep.c: Include "osabi.h".
10061 * i386nbsd-tdep.c: Include "osabi.h".
10062 * i386obsd-tdep.c: Include "osabi.h".
10063
10064 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10065 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10066 check osabi when iterating over arches. Update call to
10067 gdbarch_init_osabi.
10068 (mips_dump_tdep): Don't dump osabi.
10069
10070 * ns32k-tdep.h: Don't include "osabi.h".
10071 (struct gdbarch_tdep): Remove.
10072 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10073 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10074 allocate tdep. Update call to gdbarch_init_osabi.
10075 (ns32k_dump_tdep): Remove.
10076 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10077 * ns32knbsd-tdep.c: Include "osabi.h".
10078
10079 * ppc-tdep.h: Don't include "osabi.h".
10080 (struct gdbarch_tdep): Remove osabi member.
10081 * rs6000-tdep.c: Include "osabi.h".
10082 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10083 osabi when iterating over arches. Update call to
10084 gdbarch_init_osabi.
10085 (rs6000_dump_tdep): Don't dump osabi.
10086 * ppc-linux-tdep.c: Include "osabi.h".
10087 * ppcnbsd-tdep.c: Include "osabi.h".
10088
10089 * sh-tdep.h: Don't include "osabi.h".
10090 (struct gdbarch_tdep): Remove osabi member.
10091 * sh-tdep.c: Include "osabi.h".
10092 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10093 iterate over arches. Update call to gdbarch_init_osabi.
10094 (sh_dump_tdep): Don't dump osabi.
10095 * shnbsd-tdep.c: Include "osabi.h".
10096
10097 * sparc-tdep.c: Include "osabi.h".
10098 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10099 iterate over arches. Update call to gdbarch_init_osabi.
10100 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10101 tdep structure.
10102
10103 * vax-tdep.h: Don't include "osabi.h".
10104 (struct gdbarch_tdep): Remove.
10105 * vax-tdep.c: Include "osabi.h".
10106 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10107 iterate over arches. Don't allocate tdep. Update call
10108 to gdbarch_init_osabi.
10109 (vax_dump_tdep): Remove.
10110 (_initialize_vax_tdep): Update call to gdbarch_register.
10111
10112 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10113
10114 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10115 entirely.
10116 (breakpoint_re_set_one): Don't fetch the value for a disabled
10117 watchpoint.
10118
10119 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10120
10121 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10122 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10123 (COERCE_FLOAT_TO_DOUBLE): Remove.
10124 * gdbarch.c: Regenerate.
10125 * gdbarch.h: Regenerate.
10126 * Makefile.in: Remove value_h from gdbarch_h.
10127 * valops.c (coerce_float_to_double): New variable.
10128 (default_coerce_float_to_double): Remove.
10129 (standard_coerce_float_to_double): Remove.
10130 (value_arg_coerce): Use coerce_float_to_double.
10131 (_initialize_valops): Add "set coerce-float-to-double".
10132 * value.h (default_coerce_float_to_double): Remove prototype.
10133 (standard_coerce_float_to_double): Remove prototype.
10134
10135 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10136 prototyped.
10137 * mdebugread.c (parse_symbol): Likewise.
10138 * stabsread.c (define_symbol): Mark all functions as prototyped.
10139
10140 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10141 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10142 set_gdbarch_coerce_float_to_double.
10143 * arm-tdep.c (arm_gdbarch_init): Likewise.
10144 * frv-tdep.c (frv_gdbarch_init): Likewise.
10145 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10146 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10147 * mips-tdep.c (mips_gdbarch_init): Likewise.
10148 (mips_coerce_float_to_double): Remove.
10149 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10150 (rs6000_coerce_float_to_double): Remove.
10151 * s390-tdep.c (s390_gdbarch_init): Likewise.
10152 * sh-tdep.c (sh_gdbarch_init): Likewise.
10153 (sh_coerce_float_to_double): Remove.
10154 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10155 (sparc_coerce_float_to_double): Remove.
10156 * v850-tdep.c (v850_gdbarch_init): Likewise.
10157 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10158 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10159 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10160 (hppa_coerce_float_to_double): Remove prototype.
10161 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10162
10163 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10166
10167 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10168
10169 Suggested by Stewart Brown <sb24@avaya.com>:
10170 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10171 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10172 (c_type_print_varspec_suffix): Likewise.
10173
10174 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10175
10176 * configure.in: Don't set and AC_SUBST SUBDIRS.
10177 * configure: Regenerated.
10178
10179 * configure.in: Remove code dealing with shared libraries.
10180 * Makefile.in: Remove HLDFLAGS and HLDENV.
10181 * configure: Regenerated.
10182
10183 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10184
10185 * frame.c (deprecated_frame_xmalloc): New function.
10186 (deprecated_set_frame_saved_regs_hack): New function.
10187 (deprecated_set_frame_extra_info_hack): New function.
10188 * frame.h (deprecated_frame_xmalloc): Declare.
10189 (deprecated_set_frame_saved_regs_hack): Declare.
10190 (deprecated_set_frame_extra_info_hack): Declare.
10191
10192 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10193
10194 * configure.in: Move code that provides the --enable-gdbtk option
10195 right after the code that handles the --enable-tui option, and
10196 polish it somewhat.
10197 * configure: Regenerated.
10198
10199 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10200 AC_CHECK_FUNCS and remove the old check for pread64.
10201 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10202 * acconfig.h (_GNU_SOURCE): Add.
10203 (HAVE_PREAD64): Remove.
10204 * configure, aclocal.m4, config.in: Regenerated.
10205
10206 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10207
10208 * alpha-tdep.c: Use get_frame_saved_regs.
10209 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10210 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10211 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10212 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10213 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10214
10215 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10216
10217 * configure.in: Remove all use of the SUBDIRS variable; add
10218 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10219 code providing the --enable-multi-ice option, and move it right in
10220 front of the code that checks whether gdbserver is supported.
10221 Polish that too.
10222 * configure: Regenerated.
10223 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10224 @SUBDIRS@.
10225
10226 2003-01-03 Andrew Cagney <cagney@redhat.com>
10227
10228 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10229 * avr-tdep.c, cris-tdep.c: Ditto.
10230 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10231 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10232
10233 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10234
10235 * configure.in: Remove --enable-netrom option.
10236 * configure: Regenerated.
10237
10238 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10239
10240 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10241 declaration for `struct re_pattern_buffer' instead.
10242 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10243
10244 2003-01-03 J. Brobecker <brobecker@gnat.com>
10245
10246 * mdebugread.c (parse_symbol): Count until the stEnd matching
10247 the structure name.
10248
10249 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10250
10251 * configure.in: Remove --with-cpu option.
10252 subscripts. Remove evil changequotes here.
10253 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10254 * config.in, configure: Regenerated.
10255
10256 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10257 * configure.in: Cleanup section that sources GDB and BFD configure
10258 subscripts. Remove evil changequotes here.
10259 * config.in, configure: Regenerated.
10260
10261 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10262
10263 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10264 frame accessor methods.
10265 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10266 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10267 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10268 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10269 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10270 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10271 * z8k-tdep.c: Ditto.
10272
10273 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10274
10275 * configure.in: Remove UI_OUT configuration code.
10276 * ada-lang.c: Update assuming UI_OUT is always true.
10277 * Makefile.in (UIOUT_CFLAGS): Remove.
10278 * configure: Regenerated.
10279 * TODO: Remove blurb about elimination of -DUI_OUT.
10280
10281 * configure.in: Move code that provides the --enable-gdbcli,
10282 --enable-gdbmi options right before the code that handles the
10283 --enable-tui option. Polish a bit.
10284 * configure: Regenerated.
10285
10286 * configure.in: Rewrite check for GNU regex and the
10287 --without-included regex option, and move it into the "Checks for
10288 library functions" section. This makes us use the system regex
10289 again by default on systems with version 2 of the GNU C library.
10290 This was apparently broken.
10291 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10292 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10293 * config.in, configure: Regenerated.
10294
10295 * configure.in: Move code that provides the --enable-tui option
10296 before the "Checks for libraries" section. Polish the code
10297 somewhat and set need_curses to yes if we build the TUI. Rewrite
10298 code that looks for a library providing termcap functionality to
10299 match more closely what's done in the Readline library, and move
10300 it into to the "Checks for libraries" section.
10301 * configure: Regenerated.
10302 * Makefile.in (TERMCAP): Remove variable.
10303 * config/i386/go32.mh (TERMCAP): Remove variable.
10304
10305 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10306
10307 * MAINTAINERS: Mention gdb_mbuild.sh.
10308 * gdb_mbuild.sh: Rewrite.
10309
10310 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10311
10312 * configure.in: Fix typo in last change.
10313 * config.in, configure: Regenerated.
10314
10315 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10316
10317 * valarith.c (value_binop): Delete obsolete code and comments.
10318 * configure.host: Ditto.
10319 * buildsym.h (make_blockvector): Ditto.
10320 * buildsym.c (make_blockvector): Ditto.
10321 * defs.h (enum language): Ditto.
10322 (chill_demangle): Ditto.
10323 * elfread.c (elf_symtab_read): Ditto.
10324 * dwarfread.c (CHILL_PRODUCER): Ditto.
10325 (set_cu_language): Ditto.
10326 (handle_producer): Ditto.
10327 * expprint.c (print_subexp): Ditto.
10328 * gdbtypes.c (chill_varying_type): Ditto.
10329 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10330 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10331 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10332 (chill_varying_type): Ditto.
10333 * language.h (_LANG_chill): Ditto.
10334 * language.c (binop_result_type, integral_type): Ditto.
10335 (character_type, string_type, structured_type): Ditto.
10336 (lang_bool_type, binop_type_check): Ditto.
10337 * stabsread.h (os9k_stabs): Ditto.
10338 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10339 (define_symbol, read_type, read_struct_fields): Ditto.
10340 (read_array_type, read_enum_type, read_huge_number): Ditto.
10341 (read_range_type, start_stabs): Ditto.
10342 * symfile.c (init_filename_language_table): Ditto.
10343 (add_psymbol_with_dem_name_to_list): Ditto.
10344 * symtab.c (symbol_init_language_specific): Ditto.
10345 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10346 * symtab.h (struct general_symbol_info): Ditto.
10347 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10348 * typeprint.c (typedef_print): Ditto.
10349 * utils.c (fprintf_symbol_filtered): Ditto.
10350 * valops.c (value_cast, search_struct_field, value_slice): Delete
10351 obsolete code.
10352 (varying_to_slice): Delete function.
10353 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10354 (varying_to_slice): Delete declaration.
10355 * MAINTAINERS: Update.
10356
10357 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10358
10359 * configure.in: Reorganize "Checks for library functions section"
10360 a bit. Remove check for `btowc' and `isascii' functions.
10361 * configure: Regenerated.
10362
10363 * acconfig.h (_MSE_INT_H): Remove.
10364 * configure.in: Create "Checks for header files" section, and move
10365 appropriate tests there. Don't check for objlist.h, wchar.h,
10366 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10367 misdetection fix. Also add "Checks for types", "Checks for
10368 compiler characteristics" and "Checks for library functions"
10369 sections.
10370 * config.in, configure: Regenerated.
10371
10372 * configure.in: Create "Checks for programs" section, and move
10373 appropriate tests there.
10374
10375 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10376
10377 * configure.in: Create "Checks for libraries" section, and move
10378 appropriate tests there. Cleanup check for wctype in libw. Use
10379 AC_SEARCH_LIBS to see whether we need libsocket.
10380 * configure: Regenerated.
10381
10382 For older changes see ChangeLog-2002
10383 \f
10384 Local Variables:
10385 mode: change-log
10386 left-margin: 8
10387 fill-column: 74
10388 version-control: never
10389 End: