2003-08-10 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
edcf254d
AC
12003-08-10 Andrew Cagney <cagney@redhat.com>
2
3 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4 sprintf. Make "name" constant.
5
26604a34
MK
62003-08-10 Mark Kettenis <kettenis@gnu.org>
7
192285c6
MK
8 * i387-tdep.c (i387_register_to_value): Use get_frame_register
9 instead of frame_read_register.
10
f0925262
MK
11 * i386fbsd-nat.c: Include "i386-tdep.h".
12 (child_resume): Make `eflags' an ULONGEST. Use
13 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
14 instead of register_read and register_write.
15
a144416f
MK
16 * i386bsd-nat.c (fetch_inferior_registers,
17 store_inferior_registers): Don't use && at the end of a line.
18 (_initialize_i386bsd_nat): Fix typo.
19
fec74868
MK
20 * frame.c (_initialize_frame): Add missing backslash.
21
87232496
MK
22 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
23 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
24 and supply_register instead of manipulating the register buffer
25 directly.
26
c9b9de0b
MK
27 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
28 * config/i386/nm-i386sol2.h
29 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
30
26604a34
MK
31 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
32 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
33 instructions that GCC likes to mingle into the prologue. Fixes
34 gdb/1253 and gdb/1255.
35
25d29d70
AC
362003-08-09 Andrew Cagney <cagney@redhat.com>
37
38 Fix GDB PR cli/926.
39 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
40 * command.h (add_setshow_uinteger_cmd): Declare.
41 * frame.c (set_backtrace_cmd): New function.
42 (show_backtrace_cmd): New function.
43 * frame.c (_initialize_frame): Replace "set/show
44 backtrace-below-main" with "set/show backtrace past-main". Add
45 command "set/show backtrace limit".
46 (backtrace_past_main): Rename "backtrace_below_main".
47 (backtrace_limit): New variable.
48 (get_prev_frame): Update. Check the backtrace_limit.
49
9ebf4acf
AC
502003-08-09 Andrew Cagney <cagney@redhat.com>
51
52 * defs.h (xstrprintf): Declare.
53 * utils.c (xstrprintf): New function.
54 * breakpoint.c (insert_breakpoints): Replace sprintf and
55 non-literal format strings, with xstrprintf and cleanups.
56 (delete_breakpoint,breakpoint_re_set): Ditto.
57 (commands_command, insert_breakpoints): Ditto.
58 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
59 (break_at_finish_command_1): Ditto.
60
3771659b
AC
612003-08-09 Andrew Cagney <cagney@redhat.com>
62
63 * MAINTAINERS (language support): List Adam Fedor as Objective C
64 maintainer.
65
b4263afa
JB
662003-08-08 J. Brobecker <brobecker@gnat.com>
67
68 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
69 are now multiarched.
70
d84defb1
JB
712003-08-08 J. Brobecker <brobecker@gnat.com>
72
73 * config/pa/tm-hppa64.h: Remove lots of macros that are no
74 longer necessary now that hppa64 is partially multiarch'ed.
75
f786f615
AC
762003-08-08 Andrew Cagney <cagney@redhat.com>
77
78 * interps.c (interp_set): Check for a NULL "old_interp".
79
c938e9b0
L
802003-08-08 H.J. Lu <hongjiu.lu@intel.com>
81
82 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
83 (install-only): Support DESTDIR.
84 (uninstall): Likewise.
85 (install-gdbtk): Likewise.
86
9a146a11
EZ
872003-08-08 Elena Zannoni <ezannoni@redhat.com>
88
89 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
90 contains something meaningful at all times.
91
92Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 93
62599e99 94 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 95
56296155
BC
96Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
97
62599e99 98 * MAINTAINERS (write after approval): Added self.
56296155 99
9710e734
AC
1002003-08-07 Andrew Cagney <cagney@redhat.com>
101
102 * inferior.h (AT_SYMBOL): Define.
103 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
104 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
105 * mips-tdep.c (mips_call_dummy_address): Delete function.
106 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
107 set call_dummy_address.
108
98b3ab73
AC
1092003-08-07 Andrew Cagney <cagney@redhat.com>
110
111 * language.c (op_error): Delete function.
112 (binop_type_check): Delete function.
113 * language.h (type_op_error, range_op_error): Delete macros.
114 (op_error): Delete declaration.
115
2fcf52f0
AC
1162003-08-07 Andrew Cagney <cagney@redhat.com>
117
118 * interps.h (INTERP_MI2, INTERP_MI3): Define.
119
abd4220e 1202003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 121
abd4220e 122 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 123 (x86_64_push_arguments): Skip the red zone.
abd4220e 124
9dd5f34f
AC
1252003-08-05 Andrew Cagney <cagney@redhat.com>
126
127 * reggroups.c (reggroup_next): Check for the final entry.
128
e5e78edc
AC
1292003-08-04 Andrew Cagney <cagney@redhat.com>
130
ab4e3d93
AC
131 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
132 * cli/cli-script.c (define_command): Call query directly, instead
133 of passing it a buffer.
134 * ocd.c (ocd_error): Pass error a constant format string.
135 * remote-mips.c (mips_error): Use fputs_filtered.
136
1062ca82
AC
137 * solib-svr4.c (_initialize_svr4_solib): Update
138 register_gdbarch_data call.
139 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
140
fcc1c85c
AC
141 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
142 (register_gdbarch_data): Delete "free" parameter. Update
143 comments.
144 * gdbarch.h, gdbarch.c: Re-generate.
145 * reggroups.c (_initialize_reggroup): Update.
146 * gnu-v3-abi.c (init_gnuv3_ops): Update.
147 * frame-base.c (_initialize_frame_base): Update.
148 * frame-unwind.c (_initialize_frame_unwind): Update.
149 * user-regs.c (_initialize_user_regs): Update.
150 * remote.c (_initialize_remote): Update.
151 * regcache.c (_initialize_regcache): Update.
152
116f06ea
AC
153 * regcache.c (xfree_regcache_descr): Delete function.
154 (_initialize_regcache): Update call to register_gdbarch_data.
155 (init_regcache_descr, init_legacy_regcache_descr): Use
156 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
157
e5e78edc
AC
158 * remote.c (free_remote_state): Delete function.
159 (_initialize_remote): Update register_gdbarch_data.
160 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
161 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
162
6c7d17ba
AC
1632003-08-04 Andrew Cagney <cagney@redhat.com>
164
165 * reggroups.c (struct reggroup_el): Define.
166 (struct reggroups): Delete field "nr_group". Replace array
167 "group" with a "first" to "last" linked list.
168 (reggroups_init): Update. Allocate using gdbarch's obstack.
169 (reggroups_free): Delete function.
170 (add_group): Update. Add "el" parameter.
171 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
172 (default_groups): Update.
173 (reggroup_next): Replace reggroups.
174 (reggroups_dump): Update.
175 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
176 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
177 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
178
89b7795b
DJ
1792003-08-04 Daniel Jacobowitz <drow@mvista.com>
180
181 * Makefile.in (tui-interp.o): Update dependencies.
182
306d9ac5
DC
1832003-08-04 David Carlton <carlton@kealia.com>
184
185 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
186 to internal_error call.
187 * source.c (forward_search_command): Add "%s" format argument.
188 (reverse_search_command): Ditto.
189 * top.c (quit_confirm): Ditto.
190 * cli/cli-setshow.c (do_setshow_command): Ditto.
191 * cp-valprint.c (cp_print_class_method): Replace
192 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
193 (cp_print_class_member): Ditto.
194 * event-top.c (command_line_handler): Ditto.
195 * linux-proc.c (linux_info_proc_cmd): Ditto.
196 * p-typeprint.c (pascal_type_print_base): Ditto.
197 * p-valprint.c (pascal_object_print_class_method): Ditto.
198 (pascal_object_print_class_member): Ditto.
199 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
200 * remote.c (remote_cisco_section_offsets): Ditto.
201 * top.c (command_line_input): Ditto.
202 * utils.c (vwarning,error_stream,quit): Ditto.
203 * valprint.c (print_floating,print_binary_chars)
204 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
205
57bfe177
AC
2062003-08-04 Andrew Cagney <cagney@redhat.com>
207
208 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
209
e546b999
AC
2102003-08-02 Andrew Cagney <cagney@redhat.com>
211
212 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
213 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
214 amd64fbsd-nat.c.
215
91092ee5
AC
2162003-08-02 Andrew Cagney <cagney@redhat.com>
217
218 * Makefile.in: Update all dependencies and definitions.
219
889f28e2
AF
2202003-08-02 Adam Fedor <fedor@gnu.org>
221
222 * linespec.c (is_objc_method_format): New function
223 (decode_line_1, locate_first_half): Use it.
224 Fixes PR objc/1298
225
880bc914
AC
2262003-08-01 Andrew Cagney <cagney@redhat.com>
227
228 * NEWS: Mention that m32r is multi-arch.
229 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
230 * configure.tgt: Recognize m32r-*-*.
231 * config/m32r/tm-m32r.h: Delete file.
232 * config/m32r/m32r.mt: New file.
233 * m32r-rom.c (m32r_upload_command): Use hostent only when
234 gethostname succeeds, in order to avoid a compilation
235 warning.
236 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
237 compiler warning.
238
19f59343
MS
2392003-08-01 Michael Snyder <msnyder@redhat.com>
240
241 * sh-tdep.c (sh_frame_align): New gdbarch method.
242 (sh_gdbarch_init): Set up frame_align method.
243
4e7d7511
MS
2442003-07-31 Michael Snyder <msnyder@redhat.com>
245
246 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
247 which is already covered by the new frames infrastructure.
248
63022984
AC
2492003-07-31 Andrew Cagney <cagney@redhat.com>
250
251 * user-regs.c (struct user_reg): Add "next" link.
252 (struct user_regs): Replace "user" with "first" and "last" links.
253 (append_user_reg): Add pre-allocated "reg" parameter.
254 (builtin_user_regs): Provide initial value for "last".
255 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
256 (user_regs_init): Allocate memory from the gdbarch obstack.
257 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
258 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
259 linked list.
260 (usernum_to_user_reg): New function.
261 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
262 (value_of_user_reg): Use usernum_to_user_reg.
263 (user_regs_free): Delete function.
264 (_initialize_user_regs): Update register_gdbarch_data call.
265
7cf6e574
DJ
2662003-07-31 Daniel Jacobowitz <drow@mvista.com>
267
268 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
269
c48a845b
MS
2702003-07-30 Michael Snyder <msnyder@redhat.com>
271
4e7d7511 272 * value.h (value_being_returned): Add a struct_addr argument.
c48a845b
MS
273 * infcall.c (call_function_by_hand): Pass struct_addr to
274 value_being_returned.
275 * infcmd.c (print_return_value): Pass zero as struct_addr.
276 * values.c (value_being_returned): If struct_addr is passed,
277 use it instead of trying to recover it from the inferior.
278
f0d8db19
KB
2792003-07-30 Kevin Buettner <kevinb@redhat.com>
280
281 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
282 the prologue analyzer won't need to attempt to extract the pc
283 value from the woefully incomplete dummy frame.
284 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
285 possible. Disable code which modifies the frame.
286
e5c113a1
AC
2872003-07-28 Andrew Cagney <cagney@redhat.com>
288
289 * annotate.c (annotate_breakpoints_headers): Restrict annotation
290 to level 2.
291 (annotate_breakpoints_table, annotate_record): Ditto.
292 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
293 (annotate_field_name_end, annotate_field_value): Ditto.
294 (annotate_field_end, annotate_frame_source_begin): Ditto.
295 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
296 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
297 (annotate_frame_begin, annotate_frame_function_name): Ditto.
298 (annotate_frame_address_end, annotate_frame_address): Ditto.
299 (annotate_frame_args, annotate_frame_end): Ditto.
300 (annotate_frame_where, annotate_arg_begin): Ditto.
301 (annotate_arg_name_end, annotate_arg_value): Ditto.
302 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
303 (annotate_function_call, annotate_signal_name): Ditto.
304 (annotate_signal_string, annotate_signal_name_end): Ditto.
305 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
306 (annotate_value_begin, annotate_value_history_value): Ditto.
307 (annotate_value_history_end, annotate_value_end): Ditto.
308 (annotate_display_begin, annotate_display_number_end): Ditto.
309 (annotate_display_format, annotate_display_expression): Ditto.
310 (annotate_display_expression_end, annotate_display_value): Ditto.
311 (annotate_display_end, annotate_array_section_begin): Ditto.
312 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
313 (annotate_elt, annotate_array_section_end): Ditto.
314
bb1db049
AC
3152003-07-28 Andrew Cagney <cagney@redhat.com>
316
317 * regcache.c (struct regcache_descr): Update comments on
318 nr_raw_registers.
319 (init_legacy_regcache_descr): Don't set nr_raw_registers or
320 sizeof_raw_register_valid_p.
321 (init_regcache_descr): Set nr_raw_registers and
322 sizeof_raw_register_valid_p before calling
323 init_legacy_regcache_descr.
324
20e6603c
AC
3252003-07-28 Andrew Cagney <cagney@redhat.com>
326
327 * mips-tdep.c (print_gp_register_row): Print the GPR's register
328 MOD NUM_REGS.
329
db742940
DJ
3302003-07-28 Daniel Jacobowitz <drow@mvista.com>
331
332 * thread.c (info_threads_command): Use get_selected_frame ().
333 Check that there is at least one non-sentinel frame.
334
ce7f4371
SC
3352003-07-27 Stephane Carrez <stcarrez@nerim.fr>
336
337 * m68hc11-tdep.c (struct frame_extra_info): Remove.
338 (m68hc11_pop_frame): Remove.
339 (m68hc11_frame_saved_pc): Remove.
340 (m68hc11_frame_chain): Remove.
341 (m68hc11_frame_init_saved_regs): Remove.
342 (m68hc11_init_extra_frame_info): Remove.
343 (m68hc11_store_struct_return): Remove.
344 (m68hc11_saved_pc_after_call): Remove.
345
1ea653ae
SC
3462003-07-27 Stephane Carrez <stcarrez@nerim.fr>
347
348 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
349 frame unwind information.
350 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
351 and adapted for frame unwinding.
352 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
353 (m68hc11_unwind_pc): New function.
354 (m68hc11_frame_unwind_cache): New function to analyze frames.
355 (m68hc11_frame_this_id): New function to create new frame struct.
356 (m68hc11_frame_prev_register): New function to unwind a register from
357 the frame.
358 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
359 (m68hc11_frame_p): New function for the above.
360 (m68hc11_frame_base_address): New function to return fp of frame.
361 (m68hc11_frame_args_address): Update for frame.
362 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
363 (m68hc11_unwind_sp): New function.
364 (m68hc11_unwind_dummy_id): New function.
365 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
366 calls.
367
c8a7f6ac
SC
3682003-07-27 Stephane Carrez <stcarrez@nerim.fr>
369
370 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
371 (m68hc11_guess_from_prologue): Advance the pc and frame size only
372 when we are beyond the current pc.
373
3dc990bf
SC
3742003-07-27 Stephane Carrez <stcarrez@nerim.fr>
375
376 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
377 from m68hc11_push_arguments.
378 (m68hc11_push_arguments): Remove.
379 (m68hc11_push_return_address): Remove.
380 (m68hc11_gdbarch_init): Install the above; remove above deprecated
381 handlers; remove deprecated_extra_stack_alignment_needed.
382
222e5d1d
AC
3832003-07-27 Andrew Cagney <cagney@redhat.com>
384
385 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
386 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
387 REAL_PC and not the pointer.
388 * hppa-hpux-tdep.c: Include frame.h
389
a7e9a47e
AC
3902003-07-27 Andrew Cagney <cagney@redhat.com>
391
392 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
393 GDB_MULTI_ACH_PARTIAL.
394
7e3dd49e
AC
3952003-07-27 Andrew Cagney <cagney@redhat.com>
396
397 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
398 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
399 operator at start and not end of line.
400 (decode_prologue): Ditto.
401 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
402 frame_unwind_register_unsigned instead of
403 frame_unwind_unsigned_register.
404 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
405 read_register.
406 (m32r_push_dummy_call): Use register_size instead of
407 REGISTER_RAW_SIZE.
408 (m32r_frame_sniffer): Replace m32r_frame_p.
409 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
410 * m32r-rom.c (report_transfer_performance): Delete extern
411 declaration.
412 (m32r_load, m32r_upload_command): Use print_transfer_performance
413 instead of report_transfer_performance.
414 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
415 / add_show_from_set.
416
0880807f
AC
4172003-07-26 Andrew Cagney <cagney@redhat.com>
418
419 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
420 store_return_value and extract_struct_value_address.
421
64ae9269
DJ
4222003-07-26 Daniel Jacobowitz <drow@mvista.com>
423
424 PR c++/1267
425 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
426 NULL, default to the section containing PC.
427
e286caf2
SC
4282003-07-24 Stephane Carrez <stcarrez@nerim.fr>
429
430 * NEWS: Mention "regs" deprecated for m68hc11 too.
431
432 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
433 (m68hc11_print_register): New function to print out one register.
434 (m68hc11_print_registers_info): New function to print registers.
435 (show_regs): Deprecate and use the above.
436 (m68hc11_gdbarch_init): Install the print_registers_info.
437
705b278b
JJ
4382003-07-24 Jeff Johnston <jjohnstn@redhat.com>
439
440 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
441 that we have a SIGTRAP before returning non-zero.
442
63cd4198
EZ
4432003-07-23 Michal Ludvig <mludvig@suse.cz>
444 Elena Zannoni <ezannoni@redhat.com>
445
446 * linespec.c (decode_line_2): Avoid crash if
447 find_function_start_sal() returns empty record.
448
6926787d
AS
4492003-07-23 Andreas Schwab <schwab@suse.de>
450
451 * ia64-tdep.c (ia64_print_insn): New function.
452 (ia64_gdbarch_init): Set print_insn to it.
453 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
454 deprecated_tm_print_insn_info.
455
708cc1b6
MS
4562003-07-22 Michael Snyder <msnyder@redhat.com>
457
458 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
459 handle 8-bit returns (long long).
460 (h8300h_extract_return_value): Ditto.
461 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
462
aebd7893
AC
4632003-07-22 Andrew Cagney <cagney@redhat.com>
464
465 * gdbarch.c Include "gdb_obstack.h".
466 (struct gdbarch): Add an "obstack".
467 (alloc_gdbarch_data): Allocate the gdbarch data using
468 GDBARCH_OBSTACK_CALLOC.
469 (free_gdbarch_data): Delete function.
470 (gdbarch_obstack_zalloc): New function.
471 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
472 Assert that the architecture is not initialized.
473 (gdbarch_alloc): Allocate an obstack, allocate the architecture
474 vector from the obstack.
475 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
476 architecture obstack.
477 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
478 (set_gdbarch_data): Assert that the data is not initialized.
479 (struct gdbarch_data): Delete member "free".
480 (register_gdbarch_data): Do not initialize "free".
481 * gdbarch.h, gdbarch.c: Re-generate.
482
153721e6
AC
4832003-07-22 Andrew Cagney <cagney@redhat.com>
484
485 * configure.in (build_warnings): Add -Wformat-nonliteral.
486 * configure: Re-generate.
487
c193f044 4882003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
489
490 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 491
c3228f12
EZ
4922003-07-22 Elena Zannoni <ezannoni@redhat.com>
493
494 * findvar.c (read_var_value): Remove case for thread local storage
495 variables. It is now entirely handled by the dwarf2 location
496 expression code.
497 * printcmd.c (address_info): Ditto.
498 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
499 enumeration value.
500 (struct symbol): Remove objfile field, which was used by
501 LOC_THREAD_LOCAL_STATIC only.
502 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
503 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
504 usage of objfile pointer.
505 * dwarf2loc.c (locexpr_describe_location): Add case to handle
506 thread local variables.
507 Add include of objfiles.h.
508 * dwarf2expr.c (execute_stack_op): Add comments about thread local
509 storage variables.
510 * Makefile.in (dwarf2loc.o): Update dependencies.
511
aef9bcd2
AC
5122003-07-22 Andrew Cagney <cagney@redhat.com>
513
514 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
515 get_frame_base.
516 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
517 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
518 (struct value): Add opaque declaration.
519 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
520
d95a8903
AC
5212003-07-21 Andrew Cagney <cagney@redhat.com>
522
523 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
524 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
525
4db73d49
SC
5262003-07-20 Stephane Carrez <stcarrez@nerim.fr>
527
528 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
529 regcache_cooked_read_unsigned instead of read_register.
530 (m68hc11_saved_pc_after_call): Likewise.
531 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
532 instead of write_register.
533 (m68hc11_register_type): New function.
534 (m68hc11_register_virtual_type): Remove.
535 (m68hc11_store_return_value): Convert to use the regcache.
536 (m68hc11_extract_struct_value_address): Likewise.
537 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
538 m68hc11_register_type; undeprecate store_return_value and
539 extract_struct_value_address.
540
ef2b8fcd
SC
5412003-07-20 Stephane Carrez <stcarrez@nerim.fr>
542
543 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
544 and translate to use regcache.
545 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
546
625b0b97
AC
5472003-07-18 Andrew Cagney <cagney@redhat.com>
548
549 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
550 * gdbarch.h, gdbarch.c: Re-generate.
551 * i386-tdep.c (i386_gdbarch_init): Do not set
552 DWARF2_BUILD_FRAME_INFO.
553 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
554 unconditionally.
555 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
556 DWARF2_BUILD_FRAME_INFO.
557
22b0d388
AC
5582003-07-18 Andrew Cagney <cagney@redhat.com>
559
560 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
561 * disasm.c (gdb_disassemble_info): Initilize di.arch.
562
1ce5d6dd
AC
5632003-07-18 Andrew Cagney <cagney@redhat.com>
564
565 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
566 frame_unwind_address_in_block, instead of frame_pc_unwind.
567 (dwarf2_frame_cache): Ditto.
568
e6e5e94c
AC
5692003-07-18 Andrew Cagney <cagney@redhat.com>
570
571 * user-regs.h (struct gdbarch): Declare opaque.
572 * ui-out.h (struct ui_file): Declare opaque.
573 * dwarf2-frame.h (struct frame_info): Declare opaque.
574
5483d879
KW
5752003-07-18 Kris Warkentin <kewarken@qnx.com>
576
577 * nto-procfs.c: Clean ARI hits. Change #include <..> to
578 #include "...".
579 (procfs_meminfo): Change strerror to safe_strerror.
580 (procfs_can_run): Remove K&R badness.
581
278a7cf7
MS
5822003-07-17 Michael Snyder <msnyder@redhat.com>
583
584 * remote-sim.c: Comment typo fix.
585
606e3b82
AC
5862003-07-17 Andrew Cagney <cagney@redhat.com>
587
588 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
589 configure.
590 * sparc-tdep.c (sparc_intreg_size): Make non-static.
591 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
592 GDB_MULTI_ARCH_PARTIAL.
593
c43af07c
EZ
5942003-07-17 Elena Zannoni <ezannoni@redhat.com>
595
596 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
597 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
598 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
599
3b85b0f1
TR
6002003-07-16 Theodore A. Roth <troth@openavr.org>
601
602 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
603 found.
604 (avr_frame_unwind_cache): Don't unwind FP for main.
605 Update a comment.
606 Save the computed prev_sp.
607 (avr_saved_regs_unwinder): Remove function.
608 (avr_frame_prev_register): Use PC unwind logic from
609 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
610
336d1bba
AC
6112003-07-16 Andrew Cagney <cagney@redhat.com>
612
613 * frame-base.h (frame_base_p_ftype): Delete definition.
614 (frame_base_append_predicate): Delete declaration.
615 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
616 (frame_unwind_append_predicate): Delete declaration.
617 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
618 (append_predicate): Delete parameter "p".
619 (frame_unwind_append_predicate): Delete function.
620 (frame_unwind_append_sniffer): Update call to append_predicate.
621 (frame_unwind_free): Delete function.
622 (_initialize_frame_unwind): Pass NULL as "free" to
623 register_gdbarch_data.
624 (frame_unwind_init): Append the dummy_frame_sniffer.
625 (frame_unwind_find_by_frame): Simplify.
626 * frame-base.c (struct frame_base_table): Delete field "p".
627 (append_predicate): Delete parameter "p".
628 (frame_base_append_predicate): Delete function.
629 (frame_base_append_sniffer): Update call to append_predicate.
630 (frame_base_free): Delete function.
631 (frame_base_find_by_frame): Simplify.
632 (_initialize_frame_base): Pass NULL as "free" to
633 register_gdbarch_data.
634 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
635 (x86_64_sigtramp_frame_sniffer): Replace
636 "x86_64_sigtramp_frame_p".
637 (x86_64_init_abi): Set the frame unwind sniffers.
638 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
639 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
640 (m68k_gdbarch_init): Set the frame unwind sniffers.
641 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
642 "i386_sigtramp_frame_p".
643 (i386_frame_sniffer): Replace "i386_frame_p".
644 (i386_gdbarch_init): Set the frame unwind sniffers.
645 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
646 (avr_gdbarch_init): Set the frame unwind sniffers.
647 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
648 "alpha_sigtramp_frame_p"
649 (alpha_heuristic_frame_sniffer): Replace
650 "alpha_heuristic_frame_p".
651 (alpha_gdbarch_init): Set the frame unwind sniffers.
652 (alpha_dwarf2_init_abi): Ditto.
653 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
654 "alpha_debug_frame_p".
655 (alpha_mdebug_frame_base_sniffer): Replace
656 "alpha_mdebug_frame_base_p".
657 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
658 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
659 (d10v_gdbarch_init): Set the frame unwind sniffer.
660 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
661 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
662 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
663 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
664 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
665 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
666
48db5a3c
CV
6672003-07-16 Michael Snyder <msnyder@redhat.com>
668
669 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
670 should go thru sh_dsp_register_sim_regno, else the dsp regs
671 will not get the right values.
672
6732003-07-16 Corinna Vinschen <vinschen@redhat.com>
674
675 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
676 deprecated_store_floating by call to store_typed_floating.
677 (sh_sh4_register_convert_to_raw): Substitute call to
678 deprecated_extract_floating by call to extract_typed_floating.
679
6802003-07-16 Corinna Vinschen <vinschen@redhat.com>
681
682 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
683
6842003-07-16 Corinna Vinschen <vinschen@redhat.com>
685
686 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
687 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
688 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
689 as possible.
690 (do_pseudo_register): Remove.
691 (sh_push_dummy_code): New function.
692 (sh64_store_struct_return): Rename from sh_store_struct_return.
693 Only called for sh64 now.
694 (sh_extract_struct_value_address): Regcache'ify.
695 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
696 and accomodate new tasks.
697 (sh64_push_return_address): Rename from sh_push_return_address.
698 Only called for sh64 now.
699 (sh_default_extract_return_value): Rename from sh_extract_return_value.
700 Regcache'ify.
701 (sh3e_sh4_extract_return_value): Regcache'ify.
702 (sh_default_store_return_value): Ditto.
703 (sh3e_sh4_store_return_value): Ditto.
704 (sh_default_register_byte): Remove.
705 (sh_sh4_register_byte): Remove.
706 (sh_default_register_raw_size): Remove.
707 (sh_sh4_register_raw_size): Remove.
708 (sh_register_virtual_size): Remove.
709 (sh_sh3e_register_virtual_type): Remove.
710 (sh_sh3e_register_type): New function.
711 (sh_sh4_register_virtual_type): Remove.
712 (sh_sh4_register_type): New function.
713 (sh_default_register_virtual_type): Remove.
714 (sh_default_register_type): New function.
715 (do_fv_register_info): Add parameters to accomodate call from
716 sh_print_registers_info.
717 (do_dr_register_info): Ditto.
718 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
719 Add parameters to accomodate call from sh_print_registers_info.
720 (sh_do_fp_register): Ditto.
721 (sh64_do_pseudo_register): Call do_dr_register_info,
722 do_fv_register_info and sh_do_fp_register with default parameters.
723 (sh_do_register): Add parameters to accomodate call from
724 sh_print_registers_info.
725 (sh_print_register): Ditto.
726 (sh_print_registers_info): Rename from sh_do_registers_info.
727 Add parameters to be used as gdbarch_print_registers_info
728 implementation. Accomodate removed do_pseudo_register function
729 pointer.
730 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
731 function pointer. Call sh_print_register with default parameters.
732 (sh64_do_registers_info): Call sh_print_registers_info instead of
733 sh_do_registers_info.
734 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
735 detection of deprecated vs. non-deprecated functionality.
736 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
737 function pointer assignments by direct function calls.
738
e8a89fe2
AC
7392003-07-15 Andrew Cagney <cagney@redhat.com>
740
741 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
742 (frame_register_unwind, create_new_frame): Ditto.
743 (legacy_get_prev_frame, get_frame_type): Ditto.
744 (get_frame_base_address): Use frame_base_find_by_frame.
745 (get_frame_locals_address): Use frame_base_find_by_frame.
746 (get_frame_args_address): Use frame_base_find_by_frame.
747 * frame-base.h (frame_base_sniffer_ftype): Declare.
748 (frame_base_append_sniffer): Declare.
749 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
750 * frame-base.c (append_predicate): Add a "sniffer" parameter.
751 (frame_base_append_sniffer): New function.
752 (frame_base_append_predicate): Add a NULL sniffer.
753 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
754 (struct frame_base_table): Add "sniffer".
755 (frame_base_free): Free the "sniffer" table.
756 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
757 (frame_unwind_append_sniffer): Declare.
758 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
759 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
760 (struct frame_unwind_table): Add "sniffer", delete "middle".
761 (append_predicate): Add "sniffer" parameter, append the sniffer.
762 (frame_unwind_init): Update append_predicate call.
763 (frame_unwind_append_sniffer): New function.
764 (frame_unwind_append_predicate): Update append_predicate call.
765 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
766
0714963c
AC
7672003-07-15 Andrew Cagney <cagney@redhat.com>
768
769 * frame.c (get_prev_frame): Move disabled inside_entry_func to
770 before code inhibiting repeated unwind attempts. Add to
771 commentary on that test's problems.
772 * blockframe.c (inside_main_func): Look for "main" in the minimal
773 symbol table.
774 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
775 identical.
776
d9170e22
AC
7772003-07-15 Andrew Cagney <cagney@redhat.com>
778
779 * complaints.c (struct explanation): Define.
780 (struct complaints): Change type of "explanation" to "struct
781 explanation".
782 (symfile_explanations): Convert to a "struct explanation" table.
783 (vcomplaint): Update.
784
eba29c8c
ML
7852003-07-15 Michal Ludvig <mludvig@suse.cz>
786
787 * x86-64-linux-nat.c (regmap): Removed.
788 (supply_gregset, fill_gregset): Call
789 x86_64_linux_(fill,supply)_gregset functions.
790 * x86-64-linux-tdep.c (USER_*): New defines.
791 (user_to_gdb_regmap, x86_64_core_fns): New structure.
792 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
793 New functions.
794 (fetch_core_registers): Ditto.
795 (_initialize_x86_64_linux_tdep): Call add_core_fns().
796 * x86-64-linux-tdep.h: New file.
797 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
798 and core-regset.o.
799 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
800
68cc0bfb
MK
8012003-07-13 Mark Kettenis <kettenis@gnu.org>
802
88a115f7
MK
803 * x86-64-tdep.c (x86_64_store_return_value): Use
804 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 805
68cc0bfb
MK
806 * configure.host: Add x86_64-*-freebsd*.
807 * configure.tgt: Add x86_64-*-freebsd*.
808 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
809 * amd64fbsd-nat.c: New file.
810 * amd64fbsd-tdep.c: New file.
811 * config/i386/nm-fbsd64.h: New file.
812 * config/i386/fbsd64.mh: New file.
813 * config/i386/fbsd64.mt: New file.
814
138e7be5
MK
8152003-07-11 Mark Kettenis <kettenis@gnu.org>
816
817 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
818 `sc_regs_offset' and `sc_fpregs_offset'.
819 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
820 SIGFRAME_FPREGSAVE_OFF): Remove defines.
821 (alpha_sigtramp_register_address): Rewrite to use new members of
822 `struct gdbarch_tdep'.
823 (alpha_gdbarch_init): Initialize new members of struct
824 gdbarch_tdep'.
825 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
826 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
827 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
828 (alphafbsd_pc_in_sigtramp): Implement.
829 (alphafbsd_sigtramp_offset): New function.
830 (alphafbsd_sigcontext_addr): New function.
831 (alphafbsd_init_abi): Initialize signal trampoline related members
832 of `struct gdbarch_tdep'.
833 (_initialize_alphafbsd_tdep): Add prototype.
834
95303a68
TR
8352003-07-11 Theodore A. Roth <troth@openavr.org>
836
ba292e4c
TR
837 * Makefile.in (install-only): Quote sed expression when generating
838 transformed_name.
95303a68 839
6896c0c7
RH
8402003-07-11 Richard Henderson <rth@redhat.com>
841
842 * Makefile.in (dwarf2-frame.o): Add complaints_h.
843 * dwarf2-frame.c: Include complaints.h.
844 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
845 variable initialization; return NULL on error.
846 (decode_frame_entry): New.
847
8edd5d01
AC
8482003-07-11 Andrew Cagney <cagney@redhat.com>
849
c4a09524
AC
850 * frame.h (frame_address_in_block): Delete declaration.
851 * blockframe.c (frame_address_in_block): Delete function.
852 (get_frame_block): Use get_frame_address_in_block.
853 (block_innermost_frame): Ditto.
854 * stack.c (print_frame, backtrace_command_1): Ditto.
855
8edd5d01
AC
856 * frame.h (get_frame_address_in_block): Declare.
857 (frame_unwind_address_in_block): Declare.
858 * frame.c (frame_unwind_address_in_block): New function.
859 (get_frame_address_in_block): New function.
860
f7968451
AC
8612003-07-10 Andrew Cagney <cagney@redhat.com>
862
863 * gdbarch.sh: Simplify predicate methods. Remove need to provide
864 pre-default. Note: re-generate has no effect.
865
ae99b398
AC
8662003-07-10 Andrew Cagney <cagney@redhat.com>
867
868 * gdbarch.sh: When a variable, but not a function, compare against
869 0. Fix problem in previous patch.
870 * gdbarch.c: Re-generate.
871
956ac328
AC
8722003-07-10 Andrew Cagney <cagney@redhat.com>
873
874 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
875 functions against NULL, not 0.
876 * gdbarch.c: Re-generate.
877
287c3240
FF
8782003-07-10 Fred Fish <fnf@ninemoons.com>
879
880 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
881 null string instead of a null pointer.
882 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
883
32f63c4b
MS
8842003-07-09 Michael Snyder <msnyder@redhat.com>
885
886 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
887
402ecd56
MK
8882003-07-09 Mark Kettenis <kettenis@gnu.org>
889
890 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
891 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
892 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
893 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
894 * x86-64-tdep.c: ... from here.
895
c481dac7
AS
8962003-07-09 Andreas Schwab <schwab@suse.de>
897
898 * m68k-tdep.h (enum struct_return): Define.
899 (struct gdbarch_tdep): Add struct_return.
900 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
901 bytes are padded to the right, not to the left. Pass struct value
902 address in register %a1, not on stack.
903 (m68k_use_struct_convention): New function.
904 (m68k_gdbarch_init): Set use_struct_convention. Initialize
905 struct_return in tdep to pcc_struct_return.
906 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
907 reg_struct_return.
908
64176fa3
JB
9092003-07-09 Joel Brobecker <brobecker@gnat.com>
910
911 * somread.c (som_symfile_offsets): Fix compilation error.
912
96a4ee76
AC
9132003-07-09 Andrew Cagney <cagney@redhat.com>
914
915 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
916 Add comments about the checks.
917
1517c6d1
AC
9182003-07-08 Andrew Cagney <cagney@redhat.com>
919
920 * Makefile.in: Make dependency section headers consistent.
921 (config_h): Move to $BUILD headers section.
922 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
923 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
924 (ada-exp.tab.c): Move to YACC/LEX section.
925 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
926 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
927
dc5dd1eb
KW
9282003-07-08 Kris Warkentin <kewarken@qnx.com>
929
930 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
931 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
932 of strerror with safe_strerror, use ISO C function definitions,
933 and replace instances of sprintf with snprintf.
dc5dd1eb 934
612dde91
AC
9352003-07-07 Andrew Cagney <cagney@redhat.com>
936
937 * frame.c (get_prev_frame): Enable check for identical frames.
938 Update comments. Update error messages.
939
492c11d3
JB
9402003-07-07 Joel Brobecker <brobecker@gnat.com>
941
942 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
943
376a5a49
JB
9442003-07-07 Joel Brobecker <brobecker@gnat.com>
945
946 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
947 sort_symtab_syms, no longer necessary.
948
22b4a9ad
JB
9492003-07-07 Joel Brobecker <brobecker@gnat.com>
950
951 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
952
5bbcb741
JB
9532003-07-07 Joel Brobecker <brobecker@gnat.com>
954
955 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
956 (mips_register_byte): Likewise.
957
c139e7d9
DJ
9582003-07-07 Daniel Jacobowitz <drow@mvista.com>
959
960 * Makefile.in (sparc_tdep_h): New.
961 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
962 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
963 * sparc-linux-nat.c: Include "sparc-tdep.h".
964 * sparc-nat.c: Likewise.
965 * sparc-tdep.c: Likewise.
966 * sparc64nbsd-nat.c: Likewise.
967 * sparcnbsd-nat.c: Likewise.
968 * sparcnbsd-tdep.c: Likewise.
969 * sparc-tdep.h: New file.
970 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
971 and sparc_npc_regnum.
972
fd8f87c5
DJ
9732003-07-07 Daniel Jacobowitz <drow@mvista.com>
974
975 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
976 (mips_linux_cannot_store_register): List supported instead of
977 unsupported registers.
978
13adf674
DJ
9792003-07-07 Daniel Jacobowitz <drow@mvista.com>
980
981 * disasm.c (dump_insns): Separate instructions from addresses.
982
8de307e0
AS
9832003-07-07 Andreas Schwab <schwab@suse.de>
984
985 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
986 dependencies.
987 * m68k-tdep.c (NUM_FREGS): Delete.
988 (SIG_PC_FP_OFFSET): Delete.
989 (TARGET_M68K): Delete.
990 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
991 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
992 P_MOVEL_SP, P_MOVEML_SP): Define.
993 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
994 P_TRAP): Delete.
995 (m68k_register_raw_size): Delete.
996 (m68k_register_virtual_size): Delete.
997 (m68k_register_type): Renamed from m68k_register_virtual_type and
998 add gdbarch argument.
999 (m68k_store_struct_return): Delete.
1000 (m68k_deprecated_extract_return_value): Delete.
1001 (m68k_deprecated_extract_struct_value_address): Delete.
1002 (m68k_frame_chain): Delete.
1003 (m68k_frame_saved_pc): Delete.
1004 (m68k_fix_call_dummy): Delete.
1005 (m68k_push_dummy_frame): Delete.
1006 (m68k_pop_frame): Delete.
1007 (m68k_extract_return_value): New function.
1008 (m68k_store_return_value): Rewrite using regcache.
1009 (m68k_extract_struct_value_address): Rewrite using regcache.
1010 (m68k_push_dummy_call): New function.
1011 (struct m68k_frame_cache): Define.
1012 (m68k_alloc_frame_cache): New function.
1013 (m68k_analyze_frame_setup): New function.
1014 (m68k_analyze_register_saves): New function.
1015 (m68k_analyze_prologue): New function.
1016 (m68k_skip_prologue): Rewrite using above functions.
1017 (m68k_unwind_pc): New function.
1018 (m68k_frame_cache): New function.
1019 (m68k_frame_this_id): New function.
1020 (m68k_frame_prev_register): New function.
1021 (m68k_frame_unwind): New variable.
1022 (m68k_frame_p): New function.
1023 (m68k_sigtramp_frame_cache): New function.
1024 (m68k_sigtramp_frame_this_id): New function.
1025 (m68k_sigtramp_frame_prev_register): New function.
1026 (m68k_sigtramp_frame_unwind): New variable.
1027 (m68k_sigtramp_frame_p): New function.
1028 (m68k_frame_base_address): New function.
1029 (m68k_frame_base): New function.
1030 (m68k_unwind_dummy_id): New function.
1031 (fill_gregset): Use regcache_collect.
1032 (fill_fpregset): Likewise.
1033 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1034 defined.
1035 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1036 deprecated_init_frame_pc, deprecated_store_struct_return,
1037 deprecated_extract_return_value, deprecated_store_return_value,
1038 deprecated_frame_chain, deprecated_frame_saved_pc,
1039 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1040 deprecated_register_virtual_size,
1041 deprecated_max_register_raw_size,
1042 deprecated_max_register_virtual_size,
1043 deprecated_register_virtual_type, deprecated_register_size,
1044 deprecated_register_byte, deprecated_register_bytes,
1045 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1046 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1047 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1048 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1049 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1050 deprecated_push_dummy_frame, deprecated_pop_frame,
1051 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1052 only if SYSCALL_TRAP is defined. Set extract_return_value,
1053 store_return_value, extract_struct_value_address, register_type,
1054 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1055 predicates.
1056 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1057 M68K_MAX_REGISTER_SIZE): Define.
1058 (struct m68k_sigtramp_info): Define.
1059 (struct gdbarch_tdep): Add get_sigtramp_info.
1060 * m68klinux-nat.c (fetch_register): Use register_size instead of
1061 REGISTER_RAW_SIZE. Don't put assignment in if.
1062 (store_register): Likewise.
1063 (fetch_inferior_registers): Likewise.
1064 (store_inferior_registers): Likewise.
1065 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1066 (m68k_linux_frame_saved_pc): Delete.
1067 (m68k_linux_sigcontext_reg_offset,
1068 m68k_linux_ucontext_reg_offset): Define.
1069 (m68k_linux_get_sigtramp_info): New function.
1070 (m68k_linux_extract_return_value): Rewrite using regcache.
1071 (m68k_linux_store_return_value): Likewise.
1072 (m68k_linux_extract_struct_value_address): Likewise.
1073 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1074 Don't set deprecated_frame_saved_pc,
1075 deprecated_extract_return_value, deprecated_store_return_value,
1076 deprecated_extract_struct_value_address. Set
1077 extract_return_value, store_return_value,
1078 extract_struct_value_address.
1079
eb8bc282
AC
10802003-07-07 Andrew Cagney <cagney@redhat.com>
1081
1082 * expprint.c: Include "user-regs.h" instead of "frame.h".
1083 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1084 frame_map_regnum_to_name.
1085 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1086 (frame_map_name_to_regnum): Simplify, call
1087 user_reg_map_name_to_regnum.
1088 (frame_map_regnum_to_name): Simplify, call
1089 user_reg_map_regnum_to_name.
1090 (frame_register_unwind): Update.
1091 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1092 (_initialize_frame_reg): Call user_reg_add_builtin.
1093 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1094 (value_of_register): Use value_of_user_reg.
1095 * eval.c (evaluate_subexp_standard): Update.
1096 * parse.c (write_dollar_variable): Update.
1097 * d10v-tdep.c (d10v_print_registers_info): Update.
1098 * infcmd.c (registers_info): Update.
1099 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1100 (builtin_regs_h): Delete macro.
1101 (user_regs_h): Define.
1102 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1103 (builtin-regs.o): Delete target.
1104 (user-regs.o): Specify dependencies.
1105 (expprint.o): Update dependencies.
1106 (findvar.o): Update dependencies.
1107 (frame.o): Update dependencies.
1108 (std-regs.o): Update dependencies.
1109
9f476a01
CF
11102003-07-06 Christopher Faylor <cgf@redhat.com>
1111
1112 * win32-nat.c (solib_symbols_add): Use one variable for all section
1113 address stuff. Pass variable rather than address of variable to
1114 safe_symbol_file_add.
1115
a731b831
AS
11162003-07-06 Andreas Schwab <schwab@suse.de>
1117
1118 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1119
9f83329d
JB
11202003-07-04 Joel Brobecker <brobecker@gnat.com>
1121
1122 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1123
27e28cc5
KW
11242003-07-04 Kris Warkentin <kewarken@qnx.com>
1125
1126 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1127
11282003-07-04 Kris Warkentin <kewarken@qnx.com>
1129
1130 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1131 * config/i386/nto.mh: New file.
1132 * config/i386/nm-nto.h: New file.
1133 * configure.host: Add i[3456]86-*-nto*.
1134
100f2e98
JB
11352003-07-03 Joel Brobecker <brobecker@gnat.com>
1136
1137 * remote-vx.c (vx_add_symbols): Fix compilation error.
1138
e23457df
AC
11392003-07-03 Andrew Cagney <cagney@redhat.com>
1140
1141 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1142 * gdbarch.h, gdbarch.c: Re-generate.
1143 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1144 (legacy_register_name): Declare.
1145 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1146 (REGISTER_NAME): Define.
1147 * sparc-tdep.c (legacy_register_name): New function.
1148 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1149 (REGISTER_NAME): Define.
1150 (hppa64_register_name): Declare.
1151 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1152 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1153 (hppa64_register_name): New function.
1154 (hppa_register_name): New function.
1155 * arch-utils.c (legacy_register_name): Delete.
1156 * arch-utils.h (legacy_register_name): Delete.
1157
38caaeec
DJ
11582003-07-03 Daniel Jacobowitz <drow@mvista.com>
1159
1160 * cli/cli-interp.c (cli_interpreter_resume): Update the
1161 cli_uiout's stream to gdb_stdout.
1162
dadd712e
AC
11632003-07-03 Andrew Cagney <cagney@redhat.com>
1164
1165 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1166 predicate.
1167 * gdbarch.h, gdbarch.c: Re-generate.
1168 * regcache.c (init_regcache_descr): Use legacy code when either
1169 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1170
c7f1390e
DJ
11712003-07-02 Daniel Jacobowitz <drow@mvista.com>
1172
1173 * NEWS: Move "set logging" entry into GDB 6.0 section.
1174
4bc8c588
JB
11752003-07-02 Jim Blandy <jimb@redhat.com>
1176
a9dd42f1
JB
1177 * s390-tdep.c (struct frame_extra_info): new member:
1178 'stack_bought_valid'.
1179 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1180 initialize fextra_info->stack_bought.
1181 (s390_frameless_function_invocation): Don't trust the value of
1182 fextra_info_ptr->stack_bought unless
1183 fextra_info->stack_bought_valid is set.
1184
4bc8c588
JB
1185 New S390 prologue analyzer.
1186 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1187 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1188 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1189 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1190 compute_x_addr, s390_on_stack, s390_store,
1191 s390_get_signal_frame_info): New functions.
1192 (S390_NUM_SPILL_SLOTS): New macro.
1193 (s390_get_frame_info): Rewritten.
1194 (is_arg_reg): Deleted.
1195
1196 Break out the decoding of S/390 instructions into separate
1197 functions, to make it more legible, and easier to check
1198 against the spec.
1199 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1200 is_rx, is_rxe): New functions.
1201 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1202 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1203 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1204 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1205 enums for opcode values. (Is this an improvement?)
1206
fd13a04a
AC
12072003-07-02 Andrew Cagney <cagney@redhat.com>
1208
1209 * i386-tdep.c: Revert change committed as part of trad-frame code
1210 below.
1211
3f8091c1
DJ
12122003-07-02 Daniel Jacobowitz <drow@mvista.com>
1213
1214 * breakpoint.c (insert_catchpoint): Make static.
1215
8dd5115e
AS
12162003-07-02 Andreas Schwab <schwab@suse.de>
1217
1218 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1219 former ia64_push_arguments and ia64_push_return_address, and use
1220 regcache functions instead of read/write_register.
1221 (ia64_gdbarch_init): Set push_dummy_call instead of
1222 deprecated_push_arguments and deprecated_push_return_address.
1223
a2229c23
AJ
12242003-07-01 Andreas Jaeger <aj@suse.de>
1225
1226 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1227 before the call.
1228 Set %rax only to number of SSE registers used.
1229
3b3850e8
AC
12302003-07-01 Andrew Cagney <cagney@redhat.com>
1231
1232 * trad-frame.h: Update comments, a -1 .addr is reserved.
1233 (trad_frame_value_p, trad_frame_addr_p): Declare.
1234 (trad_frame_reg_p): Declare.
1235 (trad_frame_set_value): Rename trad_frame_register_value.
1236 (trad_frame_set_unknown): Declare.
1237 * trad-frame.c (trad_frame_realreg_p): New function.
1238 (trad_frame_addr_p, trad_frame_value_p): New function.
1239 (trad_frame_set_unknown): New function.
1240 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1241 (trad_frame_prev_register): Use trad_frame_realreg_p,
1242 trad_frame_addr_p and trad_frame_value_p.
1243 (trad_frame_set_value): Rename trad_frame_register_value.
1244 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1245 and trad_frame_set_value.
a2229c23 1246
4d819d0e
JB
12472003-06-30 Jim Blandy <jimb@redhat.com>
1248
1249 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1250 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1251 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1252 for 16 registers, and then 32 more bytes.
1253 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1254 New macros.
1255 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1256 Move up in the file, since it's now used by is_simple_arg.
1257 (is_simple_arg): Don't assume registers are four bytes long.
1258 Exclude all double arguments. Extended floats are not simple
1259 args.
1260 (is_power_of_two): New function.
1261 (pass_by_copy_ref): Call is_power_of_two, and check that the
1262 length fits in a register, rather than listing all the acceptable
1263 sizes. Extended floats are not passed by reference.
1264 (s390_push_arguments): Don't assume registers are four bytes long.
1265 Reserve an argument register to point to the buffer for structures
1266 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1267 S390_STACK_FRAME_OVERHEAD.
1268
1ad828f1
AS
12692003-06-30 Andreas Schwab <schwab@suse.de>
1270
1271 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1272 format error message.
1273
39b00981
JB
12742003-06-30 Joel Brobecker <brobecker@gnat.com>
1275
1276 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1277
b2a7f303
DC
12782003-06-30 David Carlton <carlton@kealia.com>
1279
1280 Band-aid for PR c++/1245.
1281 * Makefile.in (cp-support.o): Depend on complaints_h.
1282 * cp-support.c: Include complaints.h. Add declaration for
1283 find_last_component.
1284 (cp_find_first_component): Separate code into
1285 cp_find_first_component_aux.
1286 (cp_find_first_component_aux): Call demangled_name_complaint.
1287 (demangled_name_complaint): New.
1288
a257b5bb
AC
12892003-06-30 Andrew Cagney <cagney@redhat.com>
1290
1291 * remote.c (remote_write_bytes): Explicitly compute and then use
1292 the payload size. Update comments to reflect. Fixes problem of
1293 GDB not sending small packets as found by Fred Fish.
1294
0a2cfde4
AC
12952003-06-30 Andrew Cagney <cagney@redhat.com>
1296
1297 * remote.c (remote_async_wait): Fix -Wformat problem.
1298
3fcb8548
AC
12992003-06-29 Andrew Cagney <cagney@redhat.com>
1300
1301 * remote.c (remote_wait): Call error, and not warning, when the
1302 packet is corrupt.
1303 (remote_async_wait): Ditto.
1304
9f9970a3
DJ
13052003-06-29 Daniel Jacobowitz <drow@mvista.com>
1306
1307 * sparc-tdep.c (sparc_y_regnum): Make external again.
1308
83a8ccca
DJ
13092003-06-29 Daniel Jacobowitz <drow@mvista.com>
1310
1311 * cli/cli-logging.c (pop_output_files): Add void to function
1312 definition.
1313
d2cf594a
AC
13142003-06-29 Andrew Cagney <cagney@redhat.com>
1315
1316 * frame.c (frame_register_unwind): Use unsigned char when dumping
1317 the buffer contents.
1318
0fac0b41
DJ
13192003-06-28 Daniel Jacobowitz <drow@mvista.com>
1320
1321 * cli/cli-logging.c: New file.
1322 * cli-out.c (struct ui_out_data): Add original_stream.
1323 (cli_redirect): New function.
1324 (cli_ui_out_impl): Add cli_redirect.
1325 (cli_out_new): Initialize original_stream.
1326 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1327 (uo_redirect, ui_out_redirect): New.
1328 * ui-out.h (struct ui_out_impl): Add redirect member.
1329 (redirect_ftype): New.
1330 (ui_out_redirect): Add prototype.
1331 * Makefile.in: Add rules for cli-logging.c.
1332 * NEWS: Mention "set logging".
1333
88a07d7c
EZ
13342003-06-27 Elena Zannoni <ezannoni@redhat.com>
1335
1336 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1337
4eb58876
AC
13382003-06-27 Andrew Cagney <cagney@redhat.com>
1339
1340 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1341 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1342 * avr-tdep.c (avr_call_dummy_address): Delete function.
1343 (avr_gdbarch_init): Do not set call_dummy_address.
1344
1549f619
EZ
13452003-06-27 Elena Zannoni <ezannoni@redhat.com>
1346
1347 * symfile.c (syms_from_objfile): Move variables to inner block.
1348 Move the checks for the non-mainline case a bit earlier to avoid
1349 doing some useless computations.
1350
3cb3398d
EZ
13512003-06-27 Elena Zannoni <ezannoni@redhat.com>
1352
1353 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1354
3799ccc6
EZ
13552003-06-26 Elena Zannoni <ezannoni@redhat.com>
1356
1357 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1358 sections.
1359
ce1f6491
MC
13602003-06-26 Michael Chastain <mec@shout.net>
1361
1362 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1363 gdb/testsuite/gdb.c++/pr-1210.exp.
1364
d958dfd0
AC
13652003-06-26 Andrew Cagney <cagney@redhat.com>
1366
1367 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1368 altivec_expression.h and altivec_registers.h.
1369
d31431ed
AC
13702003-06-26 Andrew Cagney <cagney@redhat.com>
1371
1372 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1373 info->mach when MIPS16. Patch suggested by Fred Fish.
1374
714b1282
AC
13752003-06-26 Andrew Cagney <cagney@redhat.com>
1376
1377 * utils.c (internal_vproblem): Print the problem to a reason
1378 buffer and then pass to query. Make the msg variable more local.
1379
42efa47a
AC
13802003-06-26 Andrew Cagney <cagney@redhat.com>
1381
1382 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1383 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1384 * gdbarch.h, gdbarch.c: Re-generate.
1385 * frame-base.c (default_frame_args_address): Update. Use
1386 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1387 not available.
1388 (default_frame_locals_address): Ditto for
1389 DEPRECATED_FRAME_LOCALS_ADDRESS.
1390 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1391 (vax_frame_num_args): Update.
1392 (vax_gdbarch_init): Update.
1393 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1394 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1395 * mcore-tdep.c (mcore_gdbarch_init): Update.
1396 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1397 * ia64-tdep.c (ia64_gdbarch_init): Update.
1398 * symtab.h (address_class): Update comments.
1399 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1400 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1401 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1402 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1403 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1404 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1405 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1406 * alpha-mdebug-tdep.c: Update.
1407 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1408
8ffd9b1b
AJ
14092003-06-26 Andreas Jaeger <aj@suse.de>
1410
1411 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1412 of SSE registers so that varargs functions work. Rework handling
1413 of passing arguments on the stack.
1414 (x86_64_store_return_value): Return double and float values in SSE
1415 register.
1416
e8ac10a6
MC
14172003-06-24 Michael Chastain <mec@shout.net>
1418
1419 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1420 the "constructor breakpoints ignored" bug.
1421
986af8e6
DC
14222003-06-25 David Carlton <carlton@kealia.com>
1423
1424 * MAINTAINERS: Update e-mail address.
1425
d64558a5
JB
14262003-06-24 Jim Blandy <jimb@redhat.com>
1427
e538d2d7
JB
1428 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1429
02631ec0
JB
1430 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1431 function.
1432 (ppc_linux_init_abi): Register it as the
1433 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1434
e716d87a
JB
1435 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1436 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1437 method.
1438
d64558a5
JB
1439 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1440 (ppc64_standard_linkage_target): Use it.
1441
449a5da4
AC
14422003-06-23 Andrew Cagney <cagney@redhat.com>
1443
1444 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1445 for 0 "int0" and 4 "int32" sized registers.
1446 * gdbtypes.c (builtin_type_int0): Define.
1447 (build_gdbtypes): Initialize builtin_type_int0.
1448 * gdbtypes.h (builtin_type_int0): Declare.
1449
b2a02dda
SC
14502003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1451
1452 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1453 as characters are unsigned.
1454
fba3138e
DJ
14552003-06-22 Daniel Jacobowitz <drow@mvista.com>
1456
1457 PR gdb/1179
1458 * dwarfread.c (struct_type): Skip static fields without crashing.
1459
f6c8180b
AC
14602003-06-22 Andrew Cagney <cagney@redhat.com>
1461
1462 GDB 6.0 branch created.
f2c06f52
AC
1463 * README: Update.
1464 * PROBLEMS: Update. Empty.
1465 * NEWS: Update.
f6c8180b 1466
ae822768
DJ
14672003-06-22 Daniel Jacobowitz <drow@mvista.com>
1468
1469 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1470 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1471
261de166
AC
14722003-06-22 Andrew Cagney <cagney@redhat.com>
1473
1474 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1475 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1476 Velikov.
1477
30e94205
DJ
14782003-06-22 Daniel Jacobowitz <drow@mvista.com>
1479
1480 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1481 compilers.
1482
9e14d721
DJ
14832003-06-21 Daniel Jacobowitz <drow@mvista.com>
1484
1485 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1486 argument of val_print.
1487 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1488 to the address argument of baseclass_offset or target_read_memory.
1489 Do add it to the argument of cp_print_value_fields.
1490
a4b8ebc8
AC
14912003-06-21 Andrew Cagney <cagney@redhat.com>
1492
1493 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1494 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1495 instead of 0..NUM_REGS.
1496 (mips_register_reggroup_p): New function.
1497 (mips_pseudo_register_write): New function.
1498 (mips_pseudo_register_read): New function.
1499 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1500 based on the register's type.
1501 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1502 cooked.
1503 (mips_get_saved_register): Simplify. Assert that REGNO is a
1504 pseudo / cooked.
1505 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1506 (mips_register_type): Replace mips_register_virtual_type. Map
1507 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1508 when available.
1509 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1510 that the register is cooked / virtual.
1511 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1512 Only get the extra info when needed.
1513 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1514 (mips32_heuristic_proc_desc): Fetch the cooked register.
1515 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1516 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1517 (mips_print_register): Use gdbarch_register_type, instead of
1518 REGISTER_VIRTUAL_TYPE.
1519 (print_gp_register_row): Use gdbarch_register_type, instead of
1520 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1521 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1522 Print the pseudo / cooked registers.
1523 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1524 Print the pseudo / cooked registers.
1525 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1526 REG_NUM is pseudo / cooked.
1527 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1528 (mips_n32n64_xfer_return_value): Ditto.
1529 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1530 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1531 (mips_register_sim_regno): New function.
1532 (mips_gdbarch_init): Set deprecated_register_byte,
1533 register_group_p, pseudo_register_write, pseudo_register_read,
1534 register_sim_regno, and num_pseudo_regs. Set register_type,
1535 instead of register_virtual_type.
1536 * Makefile.in (mips-tdep.o): Update dependencies.
1537 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1538 REGISTER_VIRTUAL_TYPE.
1539 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1540 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1541 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1542 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1543 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1544
325ed089
DJ
15452003-06-21 Daniel Jacobowitz <drow@mvista.com>
1546
1547 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1548 * cli/cli-cmds.c: Include "gdb_vfork.h".
1549 (shell_escape): Use vfork.
1550
f0e7d0e8
AC
15512003-06-21 Andrew Cagney <cagney@redhat.com>
1552
c57bb9fa
AC
1553 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1554 32 bit floating-point register saves.
1555
6e51443a
AC
1556 * frame.h (deprecated_unwind_get_saved_register): Delete.
1557 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1558 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1559 and deprecated_get_next_frame_hack instead of
1560 deprecated_unwind_get_saved_register.
1561
ed183c7c
AC
1562 * mips-tdep.c (mips_dump_tdep): Do not print
1563 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1564
f0e7d0e8
AC
1565 * frame.c (get_frame_register): New function.
1566 (frame_unwind_register_signed): New function.
1567 (get_frame_register_signed): New function.
1568 (frame_unwind_register_unsigned): New function.
1569 (get_frame_register_unsigned): New function.
1570 * frame.h: Add comments on naming schema.
1571 (get_frame_register, frame_unwind_register_signed): Declare.
1572 (get_frame_register_signed, get_frame_register_signed): Declare.
1573 (frame_unwind_register_unsigned): Declare.
1574 (get_frame_register_unsigned): Declare.
1575
2224d941
TR
15762003-06-20 Theodore A. Roth <troth@openavr.org>
1577
1578 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1579
8619218d
TR
15802003-06-20 Theodore A. Roth <troth@openavr.org>
1581
1582 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1583 (avr_read_sp): Ditto.
1584
0b1b50c0
DJ
15852003-06-20 Daniel Jacobowitz <drow@mvista.com>
1586
1587 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1588 * config/arm/nm-linux.h: Likewise.
1589 * config/arm/tm-linux.h: Likewise.
1590 * config/ia64/nm-linux.h: Likewise.
1591 * config/ia64/tm-ia64.h: Likewise.
1592 * config/s390/tm-linux.h: Likewise.
1593 * config/s390/tm-s390.h: Likewise.
1594 * s390-nat.c: Likewise.
1595 * s390-tdep.c: Likewise.
1596
1597 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1598 * config/ia64/linux.mt: Likewise.
1599 * config/m68k/linux.mh: Likewise.
1600 * config/mips/linux.mt: Likewise.
1601 * config/powerpc/linux.mh: Likewise.
1602 * config/sh/linux.mt: Likewise.
1603
c8c18e65
KW
16042003-06-19 Kris Warkentin <kewarken@qnx.com>
1605
1606 * solib.c (solib_open): Change tests for whether to search
1607 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1608 comments.
1609
dcccef2e
TR
16102003-06-19 Theodore A. Roth <troth@openavr.org>
1611
1612 * avr-tdep.c (avr_frame_address): Delete function.
1613 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1614 set_gdbarch_frame_args_address.
1615
5861a190
AC
16162003-06-19 Andrew Cagney <cagney@redhat.com>
1617
1618 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1619 (REGISTER_CONVERT_FROM_TYPE): Delete.
1620 (mips_register_convert_to_type): Delete declaration.
1621 (mips_register_convert_from_type): Delete declaration.
1622 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1623 kernel/.
1624
0274a8ce
MS
16252003-06-19 Michael Snyder <msnyder@redhat.com>
1626
1627 * linux-nat.h: New file.
1628 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 1629 * lin-lwp.c: Include linux-nat.h.
0274a8ce 1630 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 1631 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
1632 (linux_make_note_section): Iterate over lwps instead of threads.
1633 (linux_do_thread_registers): Use lwp instead of merged pid.
1634 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 1635 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
1636 Add dependency on linux_nat_h.
1637
adf5f719
TR
16382003-06-19 Theodore A. Roth <troth@openavr.org>
1639
1640 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1641
6766a268
DJ
16422003-06-19 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * varobj.c (get_type, get_target_type): Use check_typedef.
1645
1171114a
DJ
16462003-06-19 Daniel Jacobowitz <drow@mvista.com>
1647
1648 * breakpoint.c (insert_catchpoint): Call internal_error.
1649
adcf68a2
TR
16502003-06-19 Theodore A. Roth <troth@openavr.org>
1651
1652 * avr-tdep.c (avr_push_dummy_code): Delete function.
1653 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1654
ea67f13b
DJ
16552003-06-19 Daniel Jacobowitz <drow@mvista.com>
1656
1657 * arch-utils.c (default_prepare_to_proceed): Remove.
1658 (generic_prepare_to_proceed): Remove.
1659 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1660 (generic_prepare_to_proceed): Remove prototype.
1661 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1662 * gdbarch.c: Regenerate.
1663 * gdbarch.h: Regenerate.
1664 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1665 * hppah-nat.c (hppa_switched_threads): Remove.
1666 * infrun.c (prepare_to_proceed): New static function, copied from
1667 generic_prepare_to_proceed. Remove select_it argument.
1668 (proceed): Call prepare_to_proceed.
1669 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1670 variables.
1671 (ptrace_wait): Don't set the removed variables.
1672 (hppa_switched_threads): Remove.
1673 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1674 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1675 (lin_lwp_prepare_to_proceed): Remove prototype.
1676 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1677 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1678
4add8633
TR
16792003-06-18 Theodore A. Roth <troth@openavr.org>
1680
1681 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1682 trad-frame.h.
1683 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1684 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1685 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1686 (AVR_PROLOGUE_*): Enumerate prologue types.
1687 (struct frame_extra_info): Remove.
1688 (struct avr_unwind_cache): Define.
1689 (avr_write_sp): Delete function.
1690 (avr_read_fp): Ditto.
1691 (avr_init_extra_frame_info): Ditto.
1692 (avr_pop_frame): Ditto.
1693 (avr_frame_saved_pc): Ditto.
1694 (avr_saved_pc_after_call): Ditto.
1695 (avr_push_return_address): Ditto.
1696 (avr_frame_chain): Ditto.
1697 (avr_store_struct_return): Ditto.
1698 (avr_push_arguments): Ditto.
1699 (avr_scan_prologue): Update comments. Changed to set up the info for
1700 cache unwinding. Now returns end of prologue PC.
1701 (avr_skip_prologue): Better handling of functions lacking a prologue
1702 by using avr_scan_prologue.
1703 (avr_scan_arg_moves): New function.
1704 (avr_saved_regs_unwinder): Ditto.
1705 (avr_frame_unwind_cache): Ditto.
1706 (avr_unwind_pc): Ditto.
1707 (avr_frame_this_id): Ditto.
1708 (avr_frame_prev_register): Ditto.
1709 (avr_frame_p): Ditto.
1710 (avr_frame_base_address ): Ditto.
1711 (avr_unwind_dummy_id): Ditto.
1712 (avr_push_dummy_code): Ditto.
1713 (push_stack_item): Ditto.
1714 (pop_stack_item): Ditto.
1715 (avr_push_dummy_call): Ditto.
1716 (struct stack_item): Define.
1717 (avr_frame_unwind): Declare structure.
1718 (avr_frame_base): Ditto.
1719 (avr_gdbarch_init): Remove calls to
1720 set_gdbarch_deprecated_init_frame_pc,
1721 set_gdbarch_deprecated_target_read_fp,
1722 set_gdbarch_deprecated_dummy_write_sp,
1723 set_gdbarch_deprecated_fp_regnum,
1724 set_gdbarch_deprecated_push_arguments,
1725 set_gdbarch_deprecated_push_return_address,
1726 set_gdbarch_deprecated_pop_frame,
1727 set_gdbarch_deprecated_store_struct_return,
1728 set_gdbarch_deprecated_frame_init_saved_regs,
1729 set_gdbarch_deprecated_init_extra_frame_info,
1730 set_gdbarch_deprecated_frame_chain,
1731 set_gdbarch_deprecated_frame_saved_pc,
1732 set_gdbarch_deprecated_saved_pc_after_call.
1733 Add calls to set_gdbarch_push_dummy_call,
1734 set_gdbarch_push_dummy_code,
1735 frame_unwind_append_predicate,
1736 frame_base_set_default,
1737 set_gdbarch_unwind_dummy_id,
1738 set_gdbarch_unwind_pc.
1739 Wrap a long line.
1740
7be04a68
MS
17412003-06-18 Corinna Vinschen <vinschen@redhat.com>
1742
1743 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1744 registers for H8/300S.
1745 (h8300_print_registers_info): Ditto.
8ffd9b1b 1746 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 1747
ae087d01
DJ
17482003-06-18 Daniel Jacobowitz <drow@mvista.com>
1749
1750 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1751 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1752 (lin_lwp_wait): Likewise. Update comments.
1753 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1754 (pull_pid_from_list, linux_record_stopped_pid): New.
1755
07d8f827
SC
17562003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1757
1758 * ada-lang.c (scan_discrim_bound): Name first argument.
1759 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1760 declared by ALL_BLOCK_SYMBOLS.
1761
7cb47b14
SC
17622003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1763
1764 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1765 ("regcache.h"): Include it.
1766 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1767
6ad8ae5c
DJ
17682003-06-17 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * NEWS: Mention gdbserver detach change and "disconnect" command.
1771 * infcmd.c (disconnect_command): New function.
1772 (_initialize_infcmd): Add ``disconnect'' command.
1773 * remote.c (remote_async_detach): Delete.
1774 (remote_detach): Merge remote_async_detach.
1775 (remote_disconnect): New.
1776 (init_remote_ops): Set to_disconnect.
1777 (init_remote_cisco_ops): Likewise.
1778 (init_remote_async_ops): Likewise. Use remote_detach.
1779 * target.c (cleanup_target): Default to_disconnect.
1780 (update_current_target): Inherit to_disconnect.
1781 (target_disconnect, debug_to_disconnect): New functions.
1782 (setup_target_debug): Set to_disconnect.
1783 * target.h (struct target_ops): Add to_disconnect.
1784 (target_disconnect): Add prototype.
1785
687595f9
DJ
17862003-06-17 Daniel Jacobowitz <drow@mvista.com>
1787
1788 * breakpoint.c (insert_catchpoint): New function.
1789 (insert_breakpoints): Use catch_exceptions to call
1790 insert_catchpoint. Disable catchpoints if they fail to insert.
1791
29239a8f
DJ
17922003-06-17 Daniel Jacobowitz <drow@mvista.com>
1793
1794 * symfile.c (reread_symbols): Clear sym_private.
1795
2cdf3c63
AC
17962003-06-17 Andrew Cagney <cagney@redhat.com>
1797
1798 * trad-frame.h (struct frame_info): Add opaque declaration.
1799 * remote-fileio.h (struct cmd_list_element): Add opaque
1800 declaration.
1801 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1802 comments.
1803
cf0e1e0d
DJ
18042003-06-17 Daniel Jacobowitz <drow@mvista.com>
1805
1806 * remote.c (remote_prepare_to_store): Replace call to
1807 deprecated_read_register_bytes with multiple regcache_raw_read
1808 calls.
1809
192cdb19
KW
18102003-06-17 Kris Warkentin <kewarken@qnx.com>
1811
1812 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1813 (nto_find_and_open_solib): Likewise.
1814 (nto_init_solib_absolute_prefix): Likewise.
1815 (_initialize_nto_tdep): Fix indentation.
1816
89929b45
KW
18172003-06-17 Kris Warkentin <kewarken@qnx.com>
1818
1819 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1820
46019f27
KW
18212003-06-17 Kris Warkentin <kewarken@qnx.com>
1822
1823 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1824
1a38736e
JB
18252003-06-17 Jim Blandy <jimb@redhat.com>
1826
1827 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1828
3605c34a
TR
18292003-06-16 Theodore A. Roth <troth@openavr.org>
1830
1831 * avr-tdep.c (avr_extract_return_value): New function.
1832 (avr_gdbarch_init): Set extract_return_value method.
1833
870b3035
AC
18342003-06-16 Andrew Cagney <cagney@redhat.com>
1835
1836 * frame.h (deprecated_get_next_frame_hack): Declare.
1837 * frame.c (legacy_saved_regs_prev_register): Only require
1838 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1839 there are always saved regs.
1840 (deprecated_generic_get_saved_register): Do not require
1841 DEPRECATED_FRAME_INIT_SAVED_REGS.
1842 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1843 use frame ID unwind instead.
1844 (deprecated_get_next_frame_hack): New function.
1845
63d47a7d
CV
18462003-06-16 Corinna Vinschen <vinschen@redhat.com>
1847
1848 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1849 (h8300_push_dummy_call): ...this function. Some minor optimization.
1850 (h8300_push_return_address): Remove.
1851 (h8300_gdbarch_init): Remove calls to
1852 set_gdbarch_deprecated_dummy_write_sp,
1853 set_gdbarch_deprecated_push_arguments and
1854 set_gdbarch_deprecated_push_return_address.
1855 Add call to set_gdbarch_push_dummy_call.
1856
4bb1dc5e
CV
18572003-06-16 Corinna Vinschen <vinschen@redhat.com>
1858
1859 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1860 (E_PSEUDO_EXR_REGNUM): Ditto.
1861 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 1862 registers into safe registers.
4bb1dc5e
CV
1863 (h8300_skip_prologue): Check for stm instruction to push registers
1864 used for register variables onto stack.
1865 (gdb_print_insn_h8300): Remove.
1866 (h8300_examine_prologue): Add a comment.
1867 (h8300_register_name): Take pseudo registers into account.
1868 (h8300s_register_name): Ditto.
1869 (h8300sx_register_name): Ditto.
1870 (h8300_print_register): Ditto.
1871 (h8300_print_registers_info): Define "nice" printing order.
1872 (h8300_saved_pc_after_call): Take pseudo registers into account.
1873 (h8300_register_type): Ditto. Return type used for remote connection
1874 when requesting real CCR or EXR register, return actual type when
1875 requesting pseudo CCR or EXR.
1876 (h8300_pseudo_register_read): New function.
1877 (h8300_pseudo_register_write): Ditto.
1878 (h8300_dbg_reg_to_regnum): Ditto.
1879 (h8300s_dbg_reg_to_regnum): Ditto.
1880 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1881 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1882 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1883 set_gdbarch_print_insn architecture dependent.
1884 Call set_gdbarch_pseudo_register_read and
1885 set_gdbarch_pseudo_register_write.
1886 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1887
a59fe496
AC
18882003-06-16 Andrew Cagney <cagney@redhat.com>
1889
1890 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1891 * gdbarch.h, gdbarch.c: Re-generate.
1892 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1893 * s390-tdep.c (s390_gdbarch_init): Update.
1894 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1895 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1896 * mips-tdep.c (mips_gdbarch_init): Update.
1897 * mcore-tdep.c (mcore_gdbarch_init): Update.
1898 * cris-tdep.c (cris_gdbarch_init): Update.
1899 * infcall.c (call_function_by_hand): Update.
1900 * ia64-tdep.c (ia64_push_arguments): Update comment.
1901 * frame.c (legacy_get_prev_frame): Do not assume
1902 SAVE_DUMMY_FRAME_TOS_P.
1903 * dummy-frame.c (find_dummy_frame): Update comment.
1904
6f4e5a41
AC
19052003-06-16 Andrew Cagney <cagney@redhat.com>
1906
1907 * regcache.c (do_cooked_read): Do not use register_valid_p.
1908
72fab697
TR
19092003-06-15 Theodore A. Roth <troth@openavr.org>
1910
1911 * avr-tdep.c (avr_register_type): Remove a blank line.
1912 (avr_scan_prologue): Correct some comments.
1913
e3d8b004
TR
19142003-06-15 Theodore A. Roth <troth@openavr.org>
1915
1916 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1917 prologue types.
8ffd9b1b 1918 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
1919 option.
1920 Add code to scan -mcall-prologues for mega devices.
1921
866b76ea
TR
19222003-06-15 Theodore A. Roth <troth@openavr.org>
1923
1924 * avr-tdep.c (avr_register_byte): Delete function.
1925 (avr_register_raw_size): Delete function.
1926 (avr_register_virtual_size): Delete function.
1927 (avr_register_virtual_type): Delete function.
1928 (avr_register_type): New function.
1929 (avr_address_to_pointer): Remove unused code.
1930 (avr_read_fp): Need to read FP as two separate bytes due to change to
1931 avr_register_type() usage.
1932 (avr_gdbarch_init): Don't set deprecated_register_size.
1933 Don't set deprecated_register_bytes.
1934 Don't set deprecated_register_byte.
1935 Don't set deprecated_register_raw_size.
1936 Don't set deprecated_max_register_raw_size.
1937 Don't set deprecated_register_virtual_size.
1938 Don't set deprecated_max_register_virtual_size.
1939 Don't set deprecated_register_virtual_type.
1940 Set register_type method.
1941
3993f6b1
DJ
19422003-06-15 Daniel Jacobowitz <drow@mvista.com>
1943
1944 * Makefile.in (linux-nat.o): Add rule.
1945 * linux-nat.c: New file.
1946 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1947 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1948 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1949 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1950 * config/arm/linux.mh (NATDEPFILES): Likewise.
1951 * config/i386/linux.mh (NATDEPFILES): Likewise.
1952 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1953 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1954 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1955 * config/mips/linux.mh (NATDEPFILES): Likewise.
1956 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1957 * config/s390/s390.mh (NATDEPFILES): Likewise.
1958 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1959
786a90bb
MK
19602003-06-15 Mark Kettenis <kettenis@gnu.org>
1961
1962 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1963 replace out-of-date comment.
1964
3bd3f01e
AC
19652003-06-15 Andrew Cagney <cagney@redhat.com>
1966
1967 * rdi-share/host.h (Fail): Change to a varargs function.
1968 * remote-rdi.c (Fail): Update.
8ffd9b1b 1969
de5b9bb9
MK
19702003-06-15 Mark Kettenis <kettenis@gnu.org>
1971
1972 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1973 (i386_convert_register_p, i386_register_to_value,
1974 i386_register_from_value): Handle types longer than 8 bytes.
1975
d532c08f
MK
19762003-06-15 Mark Kettenis <kettenis@gnu.org>
1977
1978 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1979 Move floating-point code to new function in i387-tdep.c.
1980 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1981 New functions containing code moved here from i386-tdep.c.
1982 * i387-tdep.h: Add opaque declaration for `struct type'.
1983 (i387_register_to_value, i387_value_to_register): New prototypes.
1984 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1985 (x86_64_init_abi): Set convert_register_p, register_to_value and
1986 value_to_register here.
8ffd9b1b 1987
42c466d7
AC
19882003-06-14 Andrew Cagney <cagney@redhat.com>
1989
1990 * mips-tdep.c (mips_register_to_value): Make static.
1991 (mips_value_to_register): Make static.
1992 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1993 * ia64-tdep.c (ia64_register_raw_size): Make static.
1994 (ia64_register_virtual_size): Make static.
1995 (ia64_register_byte): Make static.
1996 * i387-tdep.c: Include "i387-tdep.h".
1997 (print_387_control_word): Delete function.
1998 (print_387_status_word): Delete function.
1999 (print_387_status_bits): Delete function.
2000 (print_387_control_bits): Delete function.
2001 * Makefile.in (i387-tdep.o): Update dependencies.
2002 * rdi-share/host.h (Fail): Declare.
2003 * remote-rdi.c (Fail): Update to match declaration.
2004
2a9cda49
AC
20052003-06-14 Andrew Cagney <cagney@redhat.com>
2006
2007 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2008 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2009 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2010 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2011 * README: Delete reference to remote-array.
2012 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2013 (remote-array.o): Delete target.
2014 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2015 * remote-array.c: Delete file.
2016
ff2e87ac
AC
20172003-06-14 Andrew Cagney <cagney@redhat.com>
2018 Mark Kettenis <kettenis@gnu.org>
2019
2020 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2021 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2022 parameter with "frame".
2023 * gdbarch.h, gdbarch.c: Re-generate.
2024 * frame.h (put_frame_register): Declare.
2025 * frame.c (put_frame_register): New function.
2026 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2027 (legacy_register_to_value): Rewrite, use "frame" to get the
2028 register value.
2029 (legacy_value_to_register): Rewrite, use "frame" to find the
2030 register's location before storing.
2031 * arch-utils.h (legacy_convert_register_p): Update.
2032 (legacy_register_to_value, legacy_value_to_register): Update.
2033 * findvar.c (value_from_register): Rewrite, eliminate use of
2034 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2035 "frame" to REGISTER_TO_VALUE.
2036 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2037 lval_reg_frame_relative + lval_register branch of the switch. Do
2038 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2039 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2040 I386_EDI_REGNUM): New defines.
2041 (i386_next_regnum, i386_convert_register_p,
2042 i386_register_to_value, i386_value_to_register): New functions.
2043 (i386_register_convertible, i386_register_convert_to_virtual,
2044 i386_convert_to_raw): Remove functions.
2045 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2046 value_to_register instead of register_convertible,
2047 register_convert_to_virtual and register_convert_to_raw.
2048 * mips-tdep.c (mips_convert_register_p): New function.
2049 (mips_value_to_register): Replace mips_register_convert_from_type.
2050 (mips_register_to_value): Replace mips_register_convert_to_type.
2051 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2052 register_to_value.
2053 * alpha-tdep.c (alpha_convert_register_p): Update.
2054 (alpha_value_to_register): Update, store the register.
2055 (alpha_register_to_value): Update, fetch the register.
2056
98be1e77
TR
20572003-06-14 Theodore A. Roth <troth@openavr.org>
2058
2059 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2060 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2061 Don't set deprecated_call_dummy_words.
2062 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2063 Don't set remote_translate_xfer_address.
2064 (avr_io_reg_read_command): Remove commented out debug printf.
2065 Wrap a long line.
2066
57bc6122
TR
20672003-06-14 Theodore A. Roth <troth@openavr.org>
2068
2069 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2070 causes gdb to seg fault.
2071
eb01fc62
DJ
20722003-06-14 Daniel Jacobowitz <drow@mvista.com>
2073
2074 * sparc-nat.c (fetch_inferior_registers): Correct
2075 a reference to "registers".
2076
3b3e6bee
DJ
20772003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2078
2079 * Makefile.in (exc_request_U_h): Define
2080 (exc_request_S_h): Likewise.
2081 (msg_reply_S_h): Likewise.
2082 (msg_U_h): Likewise.
2083 (notify_S_h): Likewise.
2084 (process_reply_S_h): Likewise.
2085 (gnu-nat.o): Depend on gdb_obstack_h
2086 * gnu-nat.c: Include "gdb_obstack.h".
2087
b8de8283
AC
20882003-06-13 Andrew Cagney <cagney@redhat.com>
2089
2090 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2091 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 2092
f3be58bc
AC
20932003-06-13 Andrew Cagney <cagney@redhat.com>
2094
2095 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2096 when deprecated REGISTER macros can be deleted.
2097 * gdbarch.h, gdbarch.c: Re-generate.
2098
4c0122c8
JB
20992003-06-13 Jim Blandy <jimb@redhat.com>
2100
2101 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2102 Linux entry point symbols for _dl_debug_state, too.
2103
3e210248
AC
21042003-06-13 Andrew Cagney <cagney@redhat.com>
2105
2106 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2107 available, do not use the FP register, and always save the TOS.
2108 * dummy-frame.c (dummy_frame_this_id): Do not assert
2109 SAVE_DUMMY_FRAME_TOS.
2110 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2111 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2112 (i386_push_dummy_call): Add 8 to the returned SP.
2113 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2114 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2115 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2116 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2117 (x86_64_push_dummy_call): Return "sp + 16".
2118 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2119 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2120 save_dummy_frame_tos.
2121
0b65af49
JB
21222003-06-13 Jim Blandy <jimb@redhat.com>
2123
2124 * frv-tdep.c (frv_use_struct_convention): Delete static
2125 declaration for function deleted in my change of 2003-06-12.
2126
4ea2465e
TR
21272003-06-13 Theodore A. Roth <troth@openavr.org>
2128
2129 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2130 (avr_pointer_to_address): Shift code addrs left 1 bit.
2131 (avr_convert_from_func_ptr_addr): Delete function since operation is
2132 better handled by avr_address_to_pointer and avr_pointer_to_address.
2133 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2134
1581182a
MK
21352003-06-13 Mark Kettenis <kettenis@gnu.org>
2136
2137 From Kelley Cook <kelleycook@wideopenwest.com>:
2138 * configure.host: Accept i[34567]86 variants.
2139 * configure.tgt: Likewise.
2140 * nlm/configure.in: Likewise.
2141 * nlm/configure: Regenerated.
2142
7aa1783e
RE
21432003-06-13 Richard Earnshaw <rearnsha@arm.com>
2144
2145 * arm-tdep.c (solib-svr4.h): Dont' include it.
2146 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2147 * arm-linux-tdep.c: ... here. Make static.
2148 (arm_linux_init_abi): Register it.
2149 (solib-svr4.h): Include it.
2150 * Makefile.in: Update dependencies.
2151 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2152 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2153
0261a0d0
CV
21542003-06-13 Corinna Vinschen <vinschen@redhat.com>
2155
2156 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2157 indicate registers used for return values.
2158 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2159 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2160 members.
2161 (h8300_init_extra_frame_info): Ditto.
2162 (h8300_frame_locals_address): Removed.
2163 (h8300_frame_args_address): Removed.
2164 (h8300_extract_return_value): Use new regcache structure. Only care
2165 for 16 bit CPUs.
2166 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2167 (h8300_store_return_value): Use new regcache structure. Only care
2168 for 16 bit CPUs.
2169 (h8300h_store_return_value): Same function for 32 bit CPUs.
2170 (h8300_store_struct_return): Removed.
2171 (h8300_extract_struct_value_address): Use new regcache structure.
2172 (h8300h_extract_struct_value_address): Removed.
2173 (h8300_push_dummy_code): New function.
2174 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2175 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2176 set_gdbarch_store_return_value architecture dependent.
2177 Call set_gdbarch_push_dummy_code and
2178 set_gdbarch_extract_struct_value_address.
2179 Remove calls to set_gdbarch_frame_args_address,
2180 set_gdbarch_frame_locals_address,
2181 set_gdbarch_deprecated_store_struct_return,
2182 set_gdbarch_deprecated_extract_return_value,
2183 set_gdbarch_deprecated_extract_struct_value_address,
2184 set_gdbarch_deprecated_call_dummy_words and
2185 set_gdbarch_deprecated_sizeof_call_dummy_words.
2186
055c394a
CV
21872003-06-13 Corinna Vinschen <vinschen@redhat.com>
2188
2189 * h8300-tdep.c (h8300_register_byte): Remove.
2190 (h8300h_register_byte): Remove.
2191 (h8300_register_virtual_type): Remove. Substitute by...
2192 (h8300_register_type): New function.
2193 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2194 (h8300h_extract_struct_value_address): Ditto.
2195 (h8300_gdbarch_init): Drop calls to
2196 set_gdbarch_deprecated_register_byte and
2197 set_gdbarch_deprecated_register_virtual_type.
2198 Add call to set_gdbarch_register_type.
2199
9c04cab7
AC
22002003-06-13 Andrew Cagney <cagney@redhat.com>
2201
2202 * gdbarch.sh: Update comments on registers.
2203 (deprecated_register_byte): Rename register_byte.
2204 (deprecated_register_raw_size): Rename register_raw_size.
2205 (deprecated_register_virtual_size): Rename register_virtual_size.
2206 (deprecated_register_virtual_type): Rename register_virtual_type.
2207 * gdbarch.h, gdbarch.c: Re-generate.
2208 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2209 * vax-tdep.c (vax_gdbarch_init): Update.
2210 * v850-tdep.c (v850_gdbarch_init): Update.
2211 * sparc-tdep.c (sparc_gdbarch_init): Update.
2212 * sh-tdep.c (sh_gdbarch_init): Update.
2213 * s390-tdep.c (s390_gdbarch_init): Update.
2214 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2215 * ns32k-tdep.c: Update.
2216 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2217 * mips-tdep.c (mips_gdbarch_init): Update.
2218 * mcore-tdep.c (mcore_gdbarch_init): Update.
2219 * m68k-tdep.c (m68k_gdbarch_init): Update.
2220 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2221 * ia64-tdep.c (ia64_gdbarch_init): Update.
2222 * hppa-tdep.c (hppa_gdbarch_init): Update.
2223 * h8300-tdep.c (h8300_gdbarch_init): Update.
2224 * frv-tdep.c (frv_gdbarch_init): Update.
2225 * cris-tdep.c (cris_gdbarch_init): Update.
2226 * avr-tdep.c (avr_gdbarch_init): Update.
2227 * alpha-tdep.c (alpha_gdbarch_init): Update.
2228 * arm-tdep.c (arm_gdbarch_init): Update.
2229
b060cbea
AC
22302003-06-13 Andrew Cagney <cagney@redhat.com>
2231
2232 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2233 mips_o32_use_struct_convention with always_use_struct_convention.
2234
0fc9922a
DC
22352003-06-12 David Carlton <carlton@kealia.com>
2236
2237 * cp-namespace.c (cp_set_block_scope): Comment out
2238 processing_has_namespace_info branch.
2239
1fd35568
JB
22402003-06-12 Jim Blandy <jimb@redhat.com>
2241
f470a70a
JB
2242 Recognize and skip 64-bit PowerPC Linux linkage functions.
2243 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2244 insn_pattern, insns_match_pattern, d_field, ds_field): New
2245 functions, macros, and types for working with PPC instructions.
2246 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2247 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2248 ppc64_skip_trampoline_code): New functions, variables, and macros
2249 for recognizing and skipping linkage functions.
2250 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2251 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2252
49ff75ad
JB
2253 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2254 register offsets for both the 32- and 64-bit interfaces.
2255
bd918c83
JB
2256 Actually finish the job started by my change of 2003-05-29.
2257 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2258 other #definition of this.
2259 (ppc_linux_skip_trampoline_code): Remove declaration.
2260 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2261 static.
2262 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2263 method for GDBARCH.
2264
2265 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2266 'long' on ppc64-*-linux*.
2267
f8c59253
JB
2268 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2269 isn't #defined, assume the register doesn't exist: act as if
2270 tdep->ppc_mq_regnum were -1.
2271
8fbb30b1
JB
2272 * configure.host, configure.tgt: Add entries for
2273 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2274 powerpc/linux.mt.
2275 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2276 New files.
2277
1fd35568
JB
2278 * arch-utils.c (always_use_struct_convention): New function.
2279 * arch-utils.h (always_use_struct_convention): New prototype.
2280 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2281 (alpha_gdbarch_init): Register always_use_struct_convention,
2282 instead of alpha_use_struct_convention.
2283 * cris-tdep.c (cris_use_struct_convention): Delete.
2284 (cris_gdbarch_init): Register always_use_struct_convention,
2285 instead of cris_use_struct_convention.
2286 * frv-tdep.c (frv_use_struct_convention): Delete.
2287 (frv_gdbarch_init): Register always_use_struct_convention,
2288 instead of frv_use_struct_convention.
2289 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2290 (h8300_gdbarch_init): Register always_use_struct_convention,
2291 instead of h8300_use_struct_convention.
e3305dd9 2292 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
2293 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2294 instead of mips_o32_use_struct_convention.
2295
e14e6e9c
AC
22962003-06-12 Andrew Cagney <cagney@redhat.com>
2297
2298 * wince.c: Include "mips-tdep.h".
2299 * mips-tdep.h (mips_next_pc): Declare.
2300 * mcore-tdep.c: Make more local functions static.
2301 * Makefile.in (wince.o): Update dependencies.
2302
2335f48e
DC
23032003-06-12 David Carlton <carlton@kealia.com>
2304
2305 * symtab.c (lookup_symbol_aux_minsyms): Replace
2306 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2307 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2308 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2309 SYMBOL_NATURAL_NAME.
2310
f70a7d61
AS
23112003-06-12 Andreas Schwab <schwab@suse.de>
2312
2313 * Makefile.in (tuiDisassem.o): Update dependencies.
2314
b6429628
DC
23152003-06-12 David Carlton <carlton@bactrian.org>
2316
2317 * symtab.h: Delete declaration of make_symbol_overload_list.
2318 Add declaration of lookup_partial_symbol.
2319 * symtab.c (remove_params): Move to cp-support.c.
2320 (overload_list_add_symbol, make_symbol_overload_list)
2321 (sym_return_val_size, sym_return_val_index): Ditto.
2322 (lookup_partial_symbol): Make extern.
2323 * cp-support.h: Add declaration of make_symbol_overload_list.
2324 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2325 symtab.h, and block.h.
2326 (remove_params): Move here from symtab.c.
2327 (overload_list_add_symbol, make_symbol_overload_list)
2328 (sym_return_val_size, sym_return_val_index): Ditto.
2329 * valops.c: Include cp-support.h.
2330 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2331 frame_h, and block_h.
2332 (valops.o): Depend on cp_support_h.
2333
084edea5
CV
23342003-06-12 Corinna Vinschen <vinschen@redhat.com>
2335
2336 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2337 substitute by NUM_REGS throughout.
2338 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2339 (h8300s_register_name): New function for H8S registers.
2340 (h8300sx_register_name): Ditto for H8SX registers.
2341 (h8300_print_register): Revise register printing, avoid depending
2342 on 32 bit long.
0261a0d0 2343 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
2344 (h8300h_register_byte): New function for any other architecture.
2345 (h8300_register_raw_size): Remove.
2346 (h8300_register_virtual_type): Revise to return actually useful
2347 type.
2348 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2349 (h8300h_extract_struct_value_address): New function for any other
2350 architecture.
2351 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2352 set_gdbarch_register_name, set_gdbarch_register_byte,
2353 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2354 Remove calls to set_gdbarch_deprecated_register_size,
2355 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2356 set_gdbarch_deprecated_max_register_raw_size,
2357 set_gdbarch_register_virtual_size and
2358 set_gdbarch_deprecated_max_register_virtual_size entirely.
2359 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2360 set_gdbarch_long_double_bit.
2361
06194148
JJ
23622003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2363
8ffd9b1b
AJ
2364 * doublest.c (convert_doublest_to_floatformat): When dealing
2365 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
2366 processing a full 32 bits of mantissa.
2367
de4f826b
DC
23682003-06-11 David Carlton <carlton@bactrian.org>
2369
2370 * dictionary.h: New.
2371 * dictionary.c: New.
2372 * block.h: Add opaque declaration for struct dictionary.
2373 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2374 'sym' members.
2375 (BLOCK_DICT): New macro.
2376 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2377 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2378 BLOCK_SHOULD_SORT.
2379 (ALL_BLOCK_SYMBOLS): Update definition.
2380 * Makefile.in (SFILES): Add dictionary.c.
2381 (dictionary_h): New.
2382 (COMMON_OBS): Add dictionary.o.
2383 (dictionary.o): New.
2384 (ada-lang.o): Depend on dictionary_h.
2385 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2386 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2387 (mi-cmd-stack.o): Ditto.
2388 (gdbtk-cmds.o): Update dependencies.
2389 (gdbtk-stack.o): Ditto.
2390 * ada-lang.c: Include dictionary.h.
2391 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2392 (fill_in_ada_prototype, debug_print_block): Ditto.
2393 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2394 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2395 'is_sorted'.
2396 * mdebugread.c: Include dictionary.h.
2397 (struct parse_stack): Delete 'maxsyms' member.
2398 (parse_symbol): Update calls to new_block. Delete calls to
2399 shrink_block. Use dictionary methods.
2400 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2401 Update calls to new_symtab. Don't maintain maxsyms data.
2402 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2403 (add_symbol): Just call dict_add_symbol.
2404 (new_symtab): Delete 'maxsyms' argument.
2405 (new_symtab): Update calls to new_block.
2406 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2407 (shrink_block): Delete function.
2408 (fixup_sigtramp): Update call to new_block. Add symbol via
2409 dict_add_symbol.
2410 * jv-lang.c: Include dictionary.h.
2411 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2412 appropriately. Set class_symtab->free_func. Make sure the
2413 blockvector is big enough to hold two blocks.
2414 (add_class_symtab_symbol): Use dictionary methods.
2415 (free_class_block): New function.
2416 (type_from_class): Replace explicit iteration by
2417 ALL_BLOCK_SYMBOLS.
2418 * symtab.h (struct symtab): Replace 'free_ptr' method by
2419 'free_func'.
2420 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2421 sort_symtab_syms.
2422 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2423 sort_symtab_syms.
2424 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2425 Include dictionary.h.
2426 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2427 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2428 sort_symtab_syms.
2429 * objfiles.c: Include dictionary.h.
2430 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2431 * buildsym.c: Include dictionary.h.
2432 (finish_block): Use dictionary methods.
2433 (end_symtab): Set free_func to NULL, not free_ptr.
2434 * tracepoint.c: Include dictionary.h.
2435 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2436 (scope_info): Ditto.
2437 * stack.c: Include dictionary.h.
2438 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2439 (print_block_frame_labels, print_frame_arg_vars)
2440 (print_frame_args): Ditto.
2441 * symmisc.c (free_symtab_block): Use dictionary methods.
2442 (dump_symtab): Ditto.
2443 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2444 Include dictionary.h.
2445 * symfile.h: Delete declarations of sort_block_syms,
2446 sort_symtab_syms.
2447 * symfile.c (sort_block_syms): Delete.
2448 (sort_symtab_syms): Delete.
2449 * symtab.c: Include dictionary.h.
2450 (lookup_block_symbol): Use dictionary iterators.
2451 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2452 (search_symbols, make_symbol_completion_list): Ditto.
2453 (make_symbol_overload_list): Ditto.
2454 * valops.c (value_of_local): Use dict_empty.
2455 Include dictionary.h.
2456
a31f978c
JB
24572003-06-11 J. Brobecker <brobecker@gnat.com>
2458
2459 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2460
526e70c0
DC
24612003-06-11 David Carlton <carlton@bactrian.org>
2462
2463 * block.h (BLOCK_SHOULD_SORT): Delete.
2464 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2465 blocks.
2466 * ada-lang.c (ada_add_block_symbols): Ditto.
2467 * symfile.c (sort_block_syms): Delete.
2468 (sort_symtab_syms): Ditto.
2469 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2470 declarations.
2471 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2472 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2473 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2474 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2475 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2476 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2477 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2478
33c08150
JJ
24792003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2480
8ffd9b1b 2481 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
2482 bits to 128.
2483
781a750d
AC
24842003-06-11 Andrew Cagney <cagney@redhat.com>
2485
2486 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2487 REGISTER_CONVERTIBLE.
2488 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2489 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2490 * gdbarch.h, gdbarch.c: Re-generate.
2491 * arch-utils.h (deprecated_register_convertible_not): Rename
2492 generic_register_convertible_not.
2493 * arch-utils.c (deprecated_register_convertible_not): Rename
2494 generic_register_convertible.
2495 (legacy_convert_register_p, legacy_register_to_value): Update.
2496 * sh-tdep.c (sh64_push_arguments): Update.
2497 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2498 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2499 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2500 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2501 * arch-utils.c (legacy_value_to_register): Update.
2502 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2503 (rs6000_register_convert_to_raw): Make parameter "from" const.
2504 * mips-tdep.c (mips_gdbarch_init): Update.
2505 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2506 * infcmd.c (default_print_registers_info): Update.
2507 * ia64-tdep.c (ia64_gdbarch_init): Update.
2508 (ia64_register_convert_to_raw): Make parameter "from" const.
2509 * i386-tdep.c (i386_gdbarch_init): Update.
2510 (i386_register_convert_to_raw): Update.
2511
cd90e54f
AC
25122003-06-11 Andrew Cagney <cagney@redhat.com>
2513
2514 * remote-fileio.c: Include "remote-fileio.h".
2515 * Makefile.in (remote-fileio.o): Update dependencies.
2516 (remote_fileio_h): Fix typo.
2517
a78f21af
AC
25182003-06-11 Andrew Cagney <cagney@redhat.com>
2519
2520 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2521 (xstormy16_save_dummy_frame_tos): Make static.
2522 (_initialize_xstormy16_tdep): Add declaration.
2523 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2524 * v850-tdep.c: Make local functions static.
2525 (_initialize_v850_tdep): Add declaration.
2526 * sparc-tdep.c: Make local functions static.
2527 (_initialize_sparc_tdep): Add declaration.
2528 * sh-tdep.c: Make local functions static.
2529 (_initialize_sh_tdep): Add declaration.
2530 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2531 * s390-tdep.c: Make local functions static.
2532 (_initialize_s390_tdep): Add declaration.
2533 * dbxread.c (find_stab_function_addr): Make static.
2534 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2535 * ocd.c (_initialize_remote_ocd): Add declaration.
2536 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2537 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2538 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2539 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2540 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2541 * remote-array.c (_initialize_array): Add declaration.
2542 (_initialize_remote_monitors): Add declaration.
2543 * remote-mips.c: Make local functions static.
2544 (_initialize_remote_mips): Add declaration.
2545 * mcore-tdep.c: Make all local functions static.
2546 (_initialize_mcore_tdep): Add declaration.
2547 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2548 * abug-rom.c (_initialize_abug_rom): Add declaration.
2549 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2550 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2551 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2552 * remote-est.c (_initialize_est): Add declaration.
2553 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2554 (m68hc11_call_dummy_address): Make static.
2555 * ia64-tdep.c: Make local functions static.
2556 (_initialize_ia64_tdep): Add declaration.
2557 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2558 * monitor.c (monitor_wait_filter): Make static.
2559 (_initialize_remote_monitors): Add declaration.
2560 * remote-hms.c (_initialize_remote_hms): Add declaration.
2561 * remote-e7000.c (fetch_regs_from_dump): Make static.
2562 (expect_n): Make static.
2563 (_initialize_remote_e7000): Add declaration.
2564 * ser-e7kpc.c: Always include "defs.h".
2565 (_initialize_ser_e7000pc): Add declaration.
2566 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2567 * cris-tdep.c: Make all but one function static.
2568 (_initialize_cris_tdep): Add declaration.
2569 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2570 * solib.c (update_solib_list): Make static.
2571 (_initialize_solib): Add declaration.
2572 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2573 (_initialize_avr_tdep): Add declaration.
2574 * remote-rdi.c (voiddummy): Make static.
2575 (_initialize_remote_rdi): Add declaration.
2576 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2577 * remote-rdp.c (send_rdp): Make static.
2578 (_initialize_remote_rdp): Add declaration.
2579 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2580
cbcdb1f5
CV
25812003-06-11 Corinna Vinschen <vinschen@redhat.com>
2582
2583 * remote-fileio.c: Make ari happy.
2584
a191ea8d
JB
25852003-06-10 J. Brobecker <brobecker@gnat.com>
2586
2587 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2588 fetching the trailing bytes of the buffer we are about to write.
2589
0ef75e11
AC
25902003-06-10 Andrew Cagney <cagney@redhat.com>
2591
2592 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2593 * Makefile.in (remote-fileio.o): Update dependencies.
2594 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2595 include <setjmp.h>, or <sys/types.h> conditional on USG.
2596 (remote_fio_jmp_buf): Delete global variable.
2597
449092f6 25982003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 2599 Martin M. Hunt <hunt@redhat.com>
449092f6 2600
559fa028
AC
2601 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2602 (SFILES): Add remote-fileio.c.
2603 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2604 dependencies for building remote.o.
449092f6
CV
2605 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2606 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 2607 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
2608 static storage class.
2609 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2610 'F' packet.
2611 (_initialize_remote): Call initialize_remote_fileio().
2612 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
2613 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2614 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2615 (captured_main): Initialize new ui_files.
2616 * ui-file.c: Add read and fgets input functions.
2617 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2618 (null_file_read): New function.
2619 (ui_file_read): New function.
2620 (set_ui_file_read): New function.
2621 (stdio_file_read): New function.
2622 * ui-file.h: New type ui_file_read_ftype.
2623 (set_ui_file_read): Declare.
2624 (ui_file_read): Declare.
2625
248de703
AC
26262003-06-09 Andrew Cagney <cagney@redhat.com>
2627
2628 * frame.h (deprecated_unwind_get_saved_register): Rename
2629 generic_unwind_get_saved_register, update comments.
2630 * mips-tdep.c (mips_get_saved_register): Update.
2631 * frame.c (deprecated_unwind_get_saved_register): Update.
2632
0ed8aa57
AC
26332003-06-09 Andrew Cagney <cagney@redhat.com>
2634
2635 * vax-tdep.c (vax_frame_locals_address): Delete function.
2636 (vax_gdbarch_init): Do not set frame_locals_address.
2637 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2638 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2639 * s390-tdep.c (s390_frame_args_address): Delete function.
2640 (s390_gdbarch_init): Do not set frame_args_address or
2641 frame_locals_address.
2642 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2643 (ns32k_gdbarch_init): Do not set frame_locals_address.
2644 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2645 (hppa_frame_locals_address): Delete function.
2646 (hppa_gdbarch_init): Do not set frame_args_address, or
2647 frame_locals_address.
2648 * arm-tdep.c (arm_frame_args_address): Delete.
2649 (arm_frame_locals_address): Delete.
2650 (arm_gdbarch_init): Do not set frame_args_address, or
2651 frame_locals_address.
2652
983a287a
AC
26532003-06-09 Andrew Cagney <cagney@redhat.com>
2654
2655 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2656 * gdbarch.h, gdbarch.c: Re-generate.
2657 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2658 * arch-utils.c (frame_num_args_unknown): Delete function.
2659 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2660 (frame_info): Use FRAME_NUM_ARGS_P.
2661 * arm-tdep.c (arm_frame_num_args): Delete function.
2662 (arm_gdbarch_init): Do not set frame_num_args.
2663 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2664 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2665 (hppa_gdbarch_init): Do not set frame_num_args.
2666 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2667 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2668 frame_num_args to default frame_num_args_unknown.
2669 * v850-tdep.c (v850_gdbarch_init): Ditto.
2670 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2671 * sh-tdep.c (sh_gdbarch_init): Ditto.
2672 * s390-tdep.c (s390_gdbarch_init): Ditto.
2673 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2674 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2675 * mips-tdep.c (mips_gdbarch_init): Ditto.
2676 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2677 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2678 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2679 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2680 * i386-tdep.c (i386_gdbarch_init): Ditto.
2681 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2682 * frv-tdep.c (frv_gdbarch_init): Ditto.
2683 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2684 * cris-tdep.c (cris_gdbarch_init): Ditto.
2685 * avr-tdep.c (avr_gdbarch_init): Ditto.
2686 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2687
8d3b0994
AC
26882003-06-09 Andrew Cagney <cagney@redhat.com>
2689
2690 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2691 (print_frame_args): Moved to "stack.c".
2692 * stack.c: Include "gdb_assert.h".
2693 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2694 (print_frame_args): Moved from "printcmd.c".
2695 * frame.h (print_frame_args): Delete declaration.
2696 * Makefile.in (stack.o): Update dependencies.
2697
25e3a86b
AC
26982003-06-08 Andrew Cagney <cagney@redhat.com>
2699
2700 * frame.c (get_prev_frame): Remove reference to
2701 frame_args_address_correct in comments.
2702 * frame-base.c (default_frame_args_address): Delete code
2703 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2704 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2705 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2706 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2707 (vax_frame_args_address_correct): Delete declaration.
2708
a9e5fdc2
AC
27092003-06-08 Andrew Cagney <cagney@redhat.com>
2710
2711 * gdbarch.sh (UNWIND_SP): Add.
2712 * gdbarch.h, gdbarch.c: Re-generate.
2713 * frame.c (frame_sp_unwind): New function.
2714 (get_frame_sp): New function.
2715 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2716 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2717 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2718 value.
2719 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2720 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2721
8983bd83
AC
27222003-06-08 Andrew Cagney <cagney@redhat.com>
2723
7fec2c59
AC
2724 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2725 REMOTE_BREAKPOINT.
2726 * remote.c: Update.
2727 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2728 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2729 * config/m68k/tm-sun3.h: Update.
2730 * config/m68k/tm-m68klynx.h: Update.
2731 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2732
8983bd83
AC
2733 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2734 trad_frame". Update comments.
2735 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2736 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2737 (trad_frame_register_value, trad_frame_prev_register): Update.
2738
b9362cc7
AC
27392003-06-08 Andrew Cagney <cagney@redhat.com>
2740
2741 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2742 from GCC's acinclude.m4.
2743 * configure.in: Check for getopt's delcaration.
8ffd9b1b 2744 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
2745 * main.c (error_init): Delete declaration.
2746 * defs.h (error_init): Declare.
2747 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2748 (rs6000_convert_from_func_ptr_addr): Make static.
2749 (_initialize_rs6000_tdep): Add declaration.
2750 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2751 (show_commands, set_verbose, show_history): Delete declaration.
2752 * top.h (set_verbose): Add declaration.
2753 (show_history, set_history, show_commands): Add declaration.
2754 (do_restore_instream_cleanup): Add declaration.
2755 * objc-lang.c (specialcmp): Make static.
2756 (print_object_command): Make static.
2757 (find_objc_msgsend): Make static.
2758 (find_objc_msgcall_submethod_helper): Make static.
2759 (find_objc_msgcall_submethod): Make static.
2760 (_initialize_objc_language): Add declaration.
2761 (find_implementation_from_class): Make static.
2762 (find_implementation): Make static.
2763 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2764 * objc-lang.h (lookup_struct_typedef): Add declaration.
2765 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2766 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2767 (do_restore_user_call_depth): Make static.
2768 (do_restore_instream_cleanup): Delete declaration.
2769 (dont_repeat): Delete declaration.
2770 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2771 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2772 * reggroups.c (_initialize_reggroup): Add declaration.
2773 * cp-support.c (_initialize_cp_support): Add declaration.
2774 * cp-abi.c (_initialize_cp_abi): Add declaration.
2775 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2776 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2777 (_initialize_gnu_v3_abi): Add declaration.
2778 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2779 (_initialize_gnu_v2_abi): Add declaration.
2780 * frame-base.c (_initialize_frame_base): Add declaration.
2781 * doublest.c (floatformat_from_length): Make static.
2782 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2783 * frame.c (create_sentinel_frame): Make static.
2784 (_initialize_frame): Add declaration.
2785 * top.c (do_catch_errors): Make static.
2786 (gdb_rl_operate_and_get_next_completion): Make static.
2787 * typeprint.c: Include "typeprint.h".
2788 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2789 (sentinel_frame_this_id): Make static.
2790 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2791 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2792 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2793 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2794 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2795 * maint.c (maintenance_print_architecture): Make static.
2796 * signals/signals.c (_initialize_signals): Add declaration.
2797 * std-regs.c (_initialize_frame_reg): Add declaration.
2798 * jv-exp.y (push_variable): ISO C definition.
2799 (push_qualified_expression_name): Ditto.
2800 * memattr.c (_initialize_mem): Add declaration.
2801 * remote.c (remote_check_watch_resources): Make static.
2802 (remote_stopped_by_watchpoint): Make static.
2803 (remote_stopped_data_address): Make static.
2804 * d10v-tdep.c (nr_dmap_regs): Make static.
2805 (a0_regnum): Make static.
2806 (d10v_frame_unwind_cache): Make static.
2807 (d10v_frame_p): Make static.
2808 * osabi.c (show_osabi): Make static.
2809 (_initialize_gdb_osabi): Add extern declaration.
2810 * gdbtypes.c (make_qualified_type): Make static.
2811 (safe_parse_type): Make static.
2812 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2813 * macrotab.c (macro_bcache_free): Make static.
2814 * interps.c (interp_set_quiet): Make static.
2815 (interpreter_exec_cmd): Make static.
2816 * stack.h (select_frame_command): New file.
2817 * stack.c: Include "stack.h".
2818 (select_frame_command_wrapper): Delete function.
2819 (select_frame_command): Make global.
2820 * infcall.c: Include "infcall.h".
2821 * linespec.c: Include "linespec.h".
2822 * symfile.c (sections_overlap): Make static.
2823 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2824 * charset.c (_initialize_charset): Add missing prototype.
2825 * regcache.c (init_legacy_regcache_descr): Make static.
2826 (do_regcache_xfree): Make static.
2827 (regcache_xfer_part): Make static.
2828 (_initialize_regcache): Add missing prototype.
2829 * breakpoint.c (parse_breakpoint_sals): Make static.
2830 (breakpoint_sals_to_pc): Make static.
2831 * interps.h (clear_interpreter_hooks): ISO C declaration.
2832 * Makefile.in (stack_h): Define.
2833 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2834 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2835
a0f267c7
AC
28362003-06-08 Andrew Cagney <cagney@redhat.com>
2837
2838 * Makefile.in (d10v-tdep.o): Update dependencies.
2839 (SFILES): Add trad-frame.c.
2840 (trad_frame_h): Define.
2841 (COMMON_OBS): Add trad-frame.o.
2842 (trad-frame.o): Specify dependencies.
2843 * d10v-tdep.c: Include "trad-frame.h".
2844 (saved_regs_unwinder): Delete function.
2845 (d10v_frame_prev_register): Use trad_frame_prev_register.
2846 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2847 trad_frame", delete "regs" and "prev_sp".
2848 (prologue_find_regs): Use trad-frame.
2849 * trad-frame.h, trad-frame.c: New files.
2850
4538b4f4
MK
28512003-06-08 Mark Kettenis <kettenis@gnu.org>
2852
2853 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2854
a0273b2f
AF
28552003-06-07 Adam Fedor <fedor@gnu.org>
2856
2857 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2858 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2859 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2860 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 2861 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
2862 Use it.
2863
3a6c3343
AC
28642003-06-07 Andrew Cagney <cagney@redhat.com>
2865
2866 * symfile.h: Re-indent, clean up comments.
2867
b46e02f6
AC
28682003-06-07 Andrew Cagney <cagney@redhat.com>
2869
2870 * inferior.h (deprecated_write_sp): Replace
2871 generic_target_write_sp.
2872 * regcache.c (deprecated_write_sp): Replace
2873 generic_target_write_sp.
2874 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2875 * vax-tdep.c (vax_gdbarch_init): Update.
2876 * v850-tdep.c (v850_gdbarch_init): Update.
2877 * sparc-tdep.c (sparc_gdbarch_init): Update.
2878 * sh-tdep.c (sh_gdbarch_init): Update.
2879 * s390-tdep.c (s390_gdbarch_init): Update.
2880 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2881 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2882 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2883 * mcore-tdep.c (mcore_gdbarch_init): Update.
2884 * m68k-tdep.c (m68k_gdbarch_init): Update.
2885 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2886 * ia64-tdep.c (ia64_gdbarch_init): Update.
2887 * h8300-tdep.c (h8300_gdbarch_init): Update.
2888 * frv-tdep.c (frv_gdbarch_init): Update.
2889 * cris-tdep.c (cris_gdbarch_init): Update.
2890 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2891
a42e117c
AC
28922003-06-07 Andrew Cagney <cagney@redhat.com>
2893
2894 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2895 Assert that PC_REGNUM is valid.
2896 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2897
bd1ce8ba
AC
28982003-06-07 Andrew Cagney <cagney@redhat.com>
2899
2900 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2901 * gdbarch.h, gdbarch.c: Regenerate.
2902 * mn10300-tdep.c: Include "gdb_assert.h".
2903 (mn10300_read_fp): New function.
2904 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2905 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2906 * ia64-tdep.c: Include "gdb_assert.h".
2907 (ia64_read_fp): New function.
2908 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2909 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2910 * regcache.c (generic_target_read_sp): Delete function.
2911 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2912 * inferior.h (generic_target_read_sp): Delete declaration.
2913 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2914 generic_target_read_sp.
2915 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2916 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2917 * sh-tdep.c (sh_gdbarch_init): Ditto.
2918 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2919 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2920
ec5cbaec
AC
29212003-06-07 Andrew Cagney <cagney@redhat.com>
2922
2923 * gdbarch.sh: Comment each field of startup_gdbarch.
2924 * gdbarch.h, gdbarch.c: Re-generate.
2925
cde9ea48
AC
29262003-06-07 Andrew Cagney <cagney@redhat.com>
2927
2928 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2929 * gdbarch.h, gdbarch.c: Re-generate.
2930 * regcache.c: Update comments on read_pc et.al.
2931 (generic_target_read_pc): Delete function.
2932 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2933 * inferior.h (generic_target_read_pc): Delete declaration.
2934 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2935 generic_target_read_pc.
2936 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2937 * sh-tdep.c (sh_gdbarch_init): Ditto.
2938 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2939 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 2940
9a90a780
AC
29412003-06-07 Andrew Cagney <cagney@redhat.com>
2942
2943 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2944 "index" with "special_local_sect". Use strcmp instead of STREQ.
2945 Append period to coments.
2946
a39a16c4
MM
29472003-06-06 Mark Mitchell <mark@codesourcery.com>
2948
2949 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2950 (elfstab_offset_sections): Likewise.
2951 * gdb-stabs.h (stab_section_info): Likewise.
2952 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2953 * objfiles.c (objfile_relocate): Likewise.
2954 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2955 * remote.c (get_offsets): Likewise.
2956 (remote_cisco_objfile_relocate): Likewise.
2957 * somread.c (som_symfile_offsets): Likewise.
2958 * symfile.c (alloc_section_addr_info): New function.
2959 (build_section_addr_info_from_section_tab): Use it.
2960 (free_section_addr_info): Adjust.
2961 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2962 (syms_from_objfile): Allocate local_addr dynamically.
2963 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2964 dynamically.
2965 (add_symbol_file_command): Allocate sect_opts dynamically.
2966 (reread_symbols): Avoid use of SECT_OFF_MAX.
2967 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2968 (alloc_section_addr_info): Declare it.
2969 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2970 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2971 dynamically.
2972 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 2973
20c6c2f8
AC
29742003-06-06 Andrew Cagney <cagney@redhat.com>
2975
2976 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2977 (d10v_frame_unwind_cache): Do not set "return_pc".
2978
884a26c8
MS
29792003-06-06 Michael Snyder <msnyder@redhat.com>
2980
2981 * h8300-tdep.c: Make tidy (long lines).
2982
088ce440
ML
29832003-06-06 Michal Ludvig <mludvig@suse.cz>
2984
8ffd9b1b 2985 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
2986 to regcache_collect().
2987
7d773d96
JB
29882003-06-05 J. Brobecker <brobecker@gnat.com>
2989
2990 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2991 pc_in_sigtramp multiarch method.
2992 (hppa_hpux_som_init_abi): Use it.
2993 (hppa_hpux_elf_init_abi): Likewise.
2994 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2995 macro has been multiarched.
2996 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2997 macro here, as hppa64 isn't multiarched yet.
2998
1df6926e
AC
29992003-06-05 Andrew Cagney <cagney@redhat.com>
3000
3001 * Makefile.in (value_h): Add $(frame_h).
3002 * value.h: Include "frame.h".
3003 (struct value): Replace "frame_addr" with "frame_id".
3004 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3005 * values.c (allocate_value): Use VALUE_FRAME_ID.
3006 (value_copy): Use VALUE_FRAME_ID.
3007 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3008 * valops.c (value_assign): Update. Use frame_find_by_id.
3009
6b53acc6
ML
30102003-06-05 Michal Ludvig <mludvig@suse.cz>
3011
3012 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3013 in each pass.
3014
4d9850d3
JJ
30152003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3016
3017 * thread-db.c (check_event): For create/death event breakpoints,
3018 loop through all messages to ensure that we read the message
3019 corresponding to the breakpoint we are at.
3020
8efca6ba
MS
30212003-06-04 Michael Snyder <msnyder@redhat.com>
3022
3023 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3024
0912c7f2
MK
30252003-06-04 Mark Kettenis <kettenis@gnu.org>
3026
3027 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3028 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3029 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3030 when handling .eh_frame sections.
3031
4e370325
JB
30322003-06-04 J. Brobecker <brobecker@gnat.com>
3033
3034 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3035 prepare_to_proceed procedure instead of the hppa-specific one.
3036 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3037
b757528f 30382003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 3039
b757528f
JJ
3040 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3041 * config.in: Regenerated.
3042 * configure.in: Add test for syscall function and check for
3043 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3044 * configure: Regenerated.
3045 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3046 <sys/syscall.h>.
3047 (kill_lwp): New function that uses tkill syscall or
3048 uses kill, depending on whether threading model is nptl or not.
3049 All callers of kill() changed to use kill_lwp().
3050 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3051 see if all threads have already exited in the nptl model.
3052 (stop_and_resume_callback): New callback function used by the
3053 lin_lwp_wait thread exit handling code.
3054 (stop_wait_callback): Check for threads already having exited and
3055 delete such threads fromt the lwp list when discovered.
3056 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 3057
b757528f
JJ
3058 Roland McGrath <roland@redhat.com>
3059 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3060 nptl libthread_db.
3061
087779b1
RH
30622003-06-03 Richard Henderson <rth@redhat.com>
3063
b21fd293
RH
3064 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3065 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3066 (alpha_sigtramp_frame_prev_register): Likewise.
3067 (alpha_heuristic_frame_prev_register): Likewise.
3068 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3069
8ffd9b1b 3070 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
3071 alpha-specific register id names.
3072 (alpha_mdebug_frame_unwind_cache): Likewise.
3073 (alpha_mdebug_frame_prev_register): Likewise.
3074
baa490c4
RH
30752003-06-03 Richard Henderson <rth@redhat.com>
3076
3077 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3078 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3079 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3080 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3081 unwind routines.
3082 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3083 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3084 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3085
3086 * alpha-linux-tdep.c: Remove unnecessary includes.
3087 * Makefile.in (alpha-linux-tdep.o): Update.
3088
30892003-06-03 Richard Henderson <rth@redhat.com>
3090
3091 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3092 (alphabsd_fill_fpreg): Likewise.
3093
f534e522
JB
30942003-06-03 J. Brobecker <brobecker@gnat.com>
3095
3096 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3097 references to struct frame_info fields by calls to the equivalent
3098 accessors. Necessary now that frame_info is opaque.
3099
4035536b
JB
31002003-06-03 J. Brobecker <brobecker@gnat.com>
3101
3102 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3103 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3104 structure, field no longer exists.
3105
0bd79c5c
JB
31062003-06-03 J. Brobecker <brobecker@gnat.com>
3107
3108 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3109 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3110
37bb6d9f
JB
31112003-06-03 J. Brobecker <brobecker@gnat.com>
3112
3113 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3114 references to struct frame_info fields by calls to the equivalent
3115 accessors. Necessary now that frame_info is opaque.
3116
852ee05c
JB
31172003-06-03 J. Brobecker <brobecker@gnat.com>
3118
3119 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3120 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3121 structure, field no longer exists.
3122
7d58c67d
TR
31232003-06-03 Theodore A. Roth <troth@openavr.org>
3124
8ffd9b1b 3125 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
3126 accumulation of the size of all registers instead of blindly using
3127 DEPRECATED_REGISTER_BYTES.
3128
0a48e7e8
MS
31292003-06-03 Michael Snyder <msnyder@redhat.com>
3130
3131 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3132 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3133 for h8300sx.
3134
9798ab0d
JB
31352003-06-03 J. Brobecker <brobecker@gnat.com>
3136
3137 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3138 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3139
00b037e2
AC
31402003-06-03 Andrew Cagney <cagney@redhat.com>
3141
3142 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3143 (sparc_convert_to_raw): Delete function.
3144 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3145 register_convert_to_virtual.
3146
043b2f77
JJ
31472003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3148
3149 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3150 layer if not dealing with a statically-linked threaded program.
3151
f43caff8
KW
31522003-06-03 Kris Warkentin <kewarken@qnx.com>
3153
3154 * solib.c (solib_open): Update comment to reflect actual search order.
3155
ae1e7417
AC
31562003-06-03 Andrew Cagney <cagney@redhat.com>
3157
3158 * frame.c (get_frame_memory_signed): New function.
3159 (get_frame_memory, get_frame_memory_unsigned): New function.
3160 (get_frame_arch): New function.
3161 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3162 (get_frame_memory, get_frame_unsigned_memory): Declare.
3163 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3164 get_frame_memory_unsigned and get_frame_arch.
3165 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3166
cb123844
RG
31672003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3168
3169 * MAINTAINERS (write after approval): Add myself.
3170
1bb792e9
JB
31712003-06-03 Jim Blandy <jimb@redhat.com>
3172
3173 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3174 elements of gregset_t are 64 bits each, but access registers
3175 are still 32 bits, so they're packed two per gregset_t
3176 element. Unpack/pack them properly.
3177
aee8d8ba
DC
31782003-06-02 David Carlton <carlton@bactrian.org>
3179
3180 * linespec.c (find_methods): Break out code into
3181 add_matching_methods and add_constructors.
3182 (add_matching_methods): New.
3183 (add_constructors): Ditto.
3184
bf7488d2
AC
31852003-06-02 Andrew Cagney <cagney@redhat.com>
3186
bf7488d2
AC
3187 * sparc-tdep.c (sparc_print_registers): Delete call to
3188 REGISTER_CONVERTIBLE.
3189 (sparc_gdbarch_init): Do not set register_convertible.
3190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3191 * frv-tdep.c (frv_gdbarch_init): Ditto.
3192 * cris-tdep.c (cris_gdbarch_init): Ditto.
3193
adedef68
EZ
31942003-06-02 Elena Zannoni <ezannoni@redhat.com>
3195
8ffd9b1b 3196 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
3197 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3198 (syms_from_objfile): Ditto.
3199
650fcc91
AS
32002003-06-03 Andreas Schwab <schwab@suse.de>
3201
3202 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3203 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3204
df4a182b
RH
32052003-06-02 Richard Henderson <rth@redhat.com>
3206
3207 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3208 a member of all_reggroup.
3209
c483c494
RH
32102003-06-02 Richard Henderson <rth@redhat.com>
3211
3212 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3213 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3214 (alpha_lds, alpha_sts): New.
3215 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 3216 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
3217 restructure and fail for type sizes other than 4 or 8.
3218 (alpha_value_to_register): Similarly.
3219 (alpha_extract_return_value): Use alpha_sts.
3220 (alpha_store_return_value): Use alpha_lds.
3221 (alpha_gdbarch_init): Update hooks.
3222
b38b6be2
RH
32232003-06-02 Richard Henderson <rth@redhat.com>
3224
3225 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3226 regnum identifiers.
3227 (alpha_sigtramp_register_address): Likewise.
3228
98a8e1e5
RH
32292003-06-02 Richard Henderson <rth@redhat.com>
3230
3231 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3232 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3233 * alpha-tdep.h: Declare them.
3234
3235 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3236 Remove zerobuf. Don't error on UNIQUE.
3237 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3238 (ALPHA_REGSET_UNIQUE): Provide default.
3239 (supply_gregset): Use alpha_supply_int_regs.
3240 (fill_gregset): Use alpha_fill_int_regs.
3241 (supply_fpregset): Use alpha_supply_fp_regs.
3242 (fill_fpregset): Use alpha_fill_fp_regs.
3243 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3244 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3245 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3246 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3247 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3248 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3249
67dfac52
RH
32502003-06-02 Richard Henderson <rth@redhat.com>
3251
f75d70cc
RH
3252 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3253
67dfac52
RH
3254 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3255 (alpha_store_return_value): Likewise.
3256
0cf566ec
DC
32572003-06-02 David Carlton <carlton@math.stanford.edu>
3258
3259 * block.c (contained_in): Add 'const' to arguments.
3260 (block_function): Ditto.
3261 * block.h: Update declarations for block_function and
3262 contained_in.
3263
cdef89d0
DC
32642003-06-02 David Carlton <carlton@math.stanford.edu>
3265
3266 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3267 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3268 * p-valprint.c (pascal_val_print): Ditto.
3269 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3270
72667056
RH
32712003-06-02 Richard Henderson <rth@redhat.com>
3272
98a8e1e5
RH
3273 * alpha-tdep.c (alpha_push_dummy_call): Use
3274 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 3275
8ffd9b1b 3276 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
3277 sign-extension of 32-bit values.
3278 (alpha_store_return_value): Similarly.
0ede8eca 3279
98a8e1e5
RH
3280 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3281 (alpha_extract_return_value): Likewise.
3282 (alpha_store_return_value): Likewise.
7b5e1cb3 3283
98a8e1e5
RH
3284 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3285 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 3286
98a8e1e5
RH
3287 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3288 (alpha_extract_struct_value_address): Likewise.
3289 (alpha_store_return_value): Likewise.
3290 (alpha_store_struct_return): Remove.
3291 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 3292
98a8e1e5
RH
3293 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3294 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3295 macros where appropriate.
3296 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3297 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 3298
98a8e1e5
RH
3299 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3300 for SP, GP; void_func_ptr for PC; non-language-specific types
3301 for all others.
3302 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 3303
6dd77b81
RH
33042003-06-02 Richard Henderson <rth@redhat.com>
3305
3306 * top.h (lim_at_start): Declare.
3307 * main.c (captured_main): Set it.
3308 * top.c (lim_at_start): Define.
3309 (command_loop): Use it instead of &environ.
3310 * event-top.c (command_handler): Likewise.
3311
f4dbdb54
JT
33122003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3313
3314 * mipsnbsd-tdep.c: Update copyright years.
3315 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3316
8f285956
RH
33172003-06-01 Richard Henderson <rth@redhat.com>
3318
98a8e1e5
RH
3319 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3320 (alpha-linux-tdep.o): Update dependencies.
3321 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3322 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 3323
615967cb
RH
33242003-06-01 Richard Henderson <rth@redhat.com>
3325
98a8e1e5
RH
3326 * alpha-tdep.c (alpha_register_reggroup_p): New.
3327 (alpha_gdbarch_init): Register it.
615967cb 3328
b59661bd
AC
33292003-06-02 Andrew Cagney <cagney@redhat.com>
3330
3331 * dwarfread.c: Eliminate "register"
3332 (decode_die_type): Eliminate assignment within "if".
3333 (struct_type, decode_array_element_type): Ditto.
3334 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3335 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3336 (decode_modified_type, completedieinfo): Ditto.
3337 * block.c: Eliminate "register".
3338 (blockvector_for_pc_sect): Eliminate assignment within "if".
3339 * cp-support.h (struct symbol): Opaque declaration.
3340 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3341
5ef165c2
RH
33422003-06-01 Richard Henderson <rth@redhat.com>
3343
98a8e1e5
RH
3344 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3345 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 3346
143985b7
AF
33472003-06-01 Adam Fedor <fedor@gnu.org>
3348
3349 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3350 * gdbarch.[ch]: Regenerate.
3351 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3352 (hppa_gdbarch_init): Set it in the gdbarch vector.
3353 * i386-tdep.c (i386_fetch_pointer_argument): New
3354 (i386_gdbarch_init): Set it into gdbarch.
3355 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3356 (rs6000_gdbarch_init): Set it in gdbarch.
3357 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3358 (sparc_gdbarch_init): Set it in gdbarch.
3359
ae0167b9
AC
33602003-06-01 Andrew Cagney <cagney@redhat.com>
3361
7c0b4a20
AC
3362 * defs.h (extract_address): Delete declaration.
3363 * findvar.c (extract_address): Delete function.
3364 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3365 extract_address with the inline equivalent,
3366 extract_unsigned_integer.
3367 (xstormy16_extract_struct_value_address): Ditto.
3368 (xstormy16_pointer_to_address): Ditto.
3369 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3370 * v850-tdep.c (v850_push_arguments): Ditto.
3371 (v850_extract_return_value): Ditto.
3372 (v850_extract_struct_value_address): Ditto.
3373 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3374 (sparcnbsd_get_longjmp_target_64): Ditto.
3375 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3376 (get_longjmp_target): Ditto.
3377 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3378 (sh64_extract_struct_value_address): Ditto.
3379 (sh_push_arguments): Ditto.
3380 (sh64_push_arguments): Ditto.
3381 * remote-vxsparc.c (vx_read_register): Ditto.
3382 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3383 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3384 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3385 * mipsv4-nat.c (get_longjmp_target): Ditto.
3386 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3387 * mips-nat.c (get_longjmp_target): Ditto.
3388 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3389 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3390 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3391 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3392 * irix5-nat.c (get_longjmp_target): Ditto.
3393 * irix4-nat.c (get_longjmp_target): Ditto.
3394 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3395 (ia64_push_arguments): Ditto.
3396 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3397 * h8300-tdep.c (h8300_push_arguments): Ditto.
3398 (h8300_store_return_value): Ditto.
3399 (h8300_extract_struct_value_address): Ditto.
3400 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3401 (frv_push_arguments): Ditto.
3402 * avr-tdep.c (avr_pointer_to_address): Ditto.
3403 (avr_push_arguments): Ditto.
3404 * arm-tdep.c (arm_push_dummy_call): Ditto.
3405 (arm_get_longjmp_target): Ditto.
3406 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3407 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3408 (alpha_get_longjmp_target): Ditto.
3409
ae0167b9
AC
3410 * solib-irix.c (extract_mips_address): Inline extract_address,
3411 replacing it with extract_signed_integer.
3412 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3413 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3414 (first_link_map_member, open_symbol_file_object): Ditto.
3415 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3416 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3417 (LM_NEXT, LM_NAME): Ditto.
3418
44d88583
RH
34192003-06-01 Richard Henderson <rth@redhat.com>
3420
98a8e1e5
RH
3421 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3422 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3423 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3424 (alpha_cannot_store_register): Likewise.
3425 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3426 * alpha-nat.c (supply_gregset): Likewise.
3427 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 3428
310e9b6a
AC
34292003-06-01 Andrew Cagney <cagney@redhat.com>
3430
3431 * infcall.c (call_function_by_hand): Update comment on
3432 DEPRECATED_DUMMY_WRITE_SP.
3433
3434 * mips-tdep.c (mips_gdbarch_init): Do not set
3435 deprecated_dummy_write_sp.
3436 (mips_eabi_push_dummy_call): Set the SP register.
3437 (mips_o64_push_dummy_call): Set the SP register.
3438 (mips_o32_push_dummy_call): Set the SP register.
3439 (mips_n32n64_push_dummy_call): Set the SP register.
3440
5ab84872
RH
34412003-06-01 Richard Henderson <rth@redhat.com>
3442
98a8e1e5
RH
3443 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3444 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3445 (supply_gregset): Likewise.
3446 * alpha-tdep.c (alpha_store_return_value): Likewise.
3447 (alpha_get_longjmp_target): Likewise.
3448 (alpha_register_name): Constify array.
3449 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3450 deprecated_register_size, deprecated_register_bytes,
3451 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3452 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3453 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 3454
09cc52fd
RH
34552003-06-01 Richard Henderson <rth@redhat.com>
3456
3457 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3458 from arg_reg_buffer to regcache to avoid double conversion.
3459
c7f16359
MK
34602003-06-01 Mark Kettenis <kettenis@gnu.org>
3461
3462 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3463 SP_REGNUM.
3464 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3465 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3466
7131cb6e
RH
34672003-06-01 Richard Henderson <rth@redhat.com>
3468
98a8e1e5
RH
3469 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3470 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 3471
f3e0f90b
RH
34722003-06-01 Richard Henderson <rth@redhat.com>
3473
98a8e1e5
RH
3474 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3475 not overlapping PC_REGNUM.
f3e0f90b 3476
c88e30c0
RH
34772003-06-01 Richard Henderson <rth@redhat.com>
3478
98a8e1e5
RH
3479 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3480 alpha_push_arguments. Don't dump argument register data to
3481 the target stack. Fix float and 128-bit long double semantics.
3482 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3483 (alpha_fix_call_dummy): Remove.
3484 (alpha_call_dummy_words): Remove.
3485 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 3486
f1a559ae
RH
34872003-06-01 Richard Henderson <rth@redhat.com>
3488
3489 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3490
5e045346
AC
34912003-06-01 Andrew Cagney <cagney@redhat.com>
3492
95404a3e
AC
3493 * mips-tdep.c (is_mips16_addr): New function.
3494 (make_mips16_addr, unmake_mips16_addr): New functions.
3495 (pc_is_mips16, mips_fetch_instruction): Use.
3496 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3497 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3498 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3499 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3500 TARGET_MIPS.
3501 * config/mips/tm-mips.h: Update copyright.
3502 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3503 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3504 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3505 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3506 (TM_PRINT_INSN_MACH): Delete.
3507 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3508
5e045346
AC
3509 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3510 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3511 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3512 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3513 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3514 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3515 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3516 mips*-*-riscos* and mips*-*-sysv* onto mips.
3517 * config/mips/mips64.mt: New file.
3518 * config/mips/mips.mt: New file.
3519 * config/mips/littlemips.mt: Delete file.
3520 * config/mips/decstation.mt: Delete file.
3521 * config/mips/vr4300el.mt: Delete file.
3522 * config/mips/vr5000el.mt: Delete file.
3523 * config/mips/vr5000.mt: Delete file.
3524 * config/mips/vr4100.mt: Delete file.
3525 * config/mips/vr4xxxel.mt: Delete file.
3526 * config/mips/vr4300.mt: Delete file.
3527 * config/mips/vr4xxx.mt: Delete file.
3528 * config/mips/bigmips.mt: Delete file.
3529 * config/mips/bigmips64.mt: Delete file.
3530 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3531 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3532 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3533 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3534 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3535 "tm-bigmips.h".
3536 * config/mips/tm-irix3.h: Ditto.
3537 * config/mips/tm-mipsv4.h: Ditto.
3538 * config/mips/tm-embed.h: Ditto.
3539 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3540 "tm-bigmips64.h".
3541 * config/mips/tm-vr5000el.h: Delete file.
3542 * config/mips/tm-tx39l.h: Delete file.
3543 * config/mips/tm-vr4300el.h: Delete file.
3544 * config/mips/tm-vr4xxxel.h: Delete file.
3545 * config/mips/tm-vr4300.h: Delete file.
3546 * config/mips/tm-vr4100.h: Delete file.
3547 * config/mips/tm-vr4xxx.h: Delete file.
3548 * config/mips/tm-vr5000.h: Delete file.
3549 * config/mips/tm-embedl64.h: Delete file.
3550 * config/mips/tm-embedl.h: Delete file.
3551 * config/mips/tm-embed64.h: Delete file.
3552 * config/mips/tm-bigmips64.h: Delete file.
3553 * config/mips/tm-bigmips.h: Delete file.
3554
2473a4a9
MK
35552003-06-01 Mark Kettenis <kettenis@gnu.org>
3556
97a5b208
MK
3557 Fix gdb/1216.
3558 * shnbsd-nat.c: Include "sh-tdep.h".
3559
2473a4a9
MK
3560 From Richard Henderson <rth@redhat.com>:
3561 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3562
e0f7ec59
AC
35632003-05-31 Andrew Cagney <cagney@redhat.com>
3564
3565 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3566 forward declaration.
3567 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3568 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3569 (mips_find_saved_regs): Use set_reg_offset.
3570 (mips_frame_init_saved_regs): Delete function.
3571 (mips_pop_frame): Call mips_find_saved_regs instead of
3572 DEPRECATED_FRAME_INIT_SAVED_REGS.
3573
68dcc709
AC
35742003-05-31 Andrew Cagney <cagney@redhat.com>
3575
3576 * mips-tdep.c (mips_gdbarch_init): Do not set
3577 deprecated_max_register_raw_size, register_virtual_size, and
3578 deprecated_max_register_virtual_size.
3579
cfc14b3a
MK
35802003-05-31 Mark Kettenis <kettenis@gnu.org>
3581
6405b0a6
MK
3582 * i386-tdep.c: Include "dwarf2-frame.h".
3583 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3584 * Makefile.in (i386-tdep.o): Update dependencies.
3585
cfc14b3a
MK
3586 * dwarf2-frame.c, dwarf2-frame.h: New files.
3587 * Makefile.in (SFILES): Add dwarf2-frame.c.
3588 (dwarf2_frame_h): Define.
3589 (COMMON_OBS): Add dwarf2-frame.o.
3590 (dwarf2-frame.o): Add dependencies.
3591
6a2751d2
AJ
35922003-05-31 Andreas Jaeger <aj@suse.de>
3593
3594 * x86-64-linux-nat.c: Fix comment.
3595
1c3545ae
MK
35962003-05-31 Mark Kettenis <kettenis@gnu.org>
3597
10f93086
MK
3598 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3599 function signature.
3600
1c3545ae
MK
3601 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3602 have a sigcontext_addr handler.
3603 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3604 sigcontext_addr handler.
3605
e11c53d2
AC
36062003-05-31 Andrew Cagney <cagney@redhat.com>
3607
3608 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3609 (print_fp_register_row): Replace do_fp_register_row.
3610 (mips_print_fp_register): Add "file" and "frame" parameters.
3611 (mips_print_register): Add "file" and "frame" parameters.
3612 (mips_print_registers_info): Replace mips_do_registers_info.
3613 (mips_gdbarch_init): Set print_registers_info instead of
3614 deprecated_do_registers_info.
3615 (mips_read_fp_register_single): Add "frame" parameter.
3616 (mips_read_fp_register_double): Add "frame" parameter.
3617
a3386186
MK
36182003-05-31 Mark Kettenis <kettenis@gnu.org>
3619
70913449
MK
3620 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3621 Fixes a bug where GDB would print the wrong register names for
3622 targets without SSE.
3623
2b5e0749
MK
3624 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3625 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3626 registers.
3627
3628 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3629 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3630 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3631 TDEP->sc_sp_offset.
3632
a3386186
MK
3633 From Michal Ludvig <mludvig@suse.cz>:
3634 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3635 and `sc_num_regs'.
3636 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3637 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3638 I386_ST0_REGNUM): Move here from...
3639 * i386-tdep.c: ... here.
3640 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3641 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3642 registers if possible.
3643 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3644 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3645 Remove variables.
3646 (i386bsd_sc_reg_offset): New variable.
3647 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3648 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3649 TDEP->sc_sp_offset.
3650 (i386fbsd_sc_reg_offset): New variable.
3651 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3652 TDEP->sc_num_regs.
3653 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3654 variables.
3655 (i386fbsd4_sc_reg_offset): New variable.
3656 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3657 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3658 TDEP->sc_sp_offset.
3659 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3660 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3661 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3662 Remove variables.
3663 (i386nbsd_sc_reg_offset): New variable.
3664 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3665 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3666 TDEP->sc_sp_offset.
3667 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3668 Remove variables.
3669 (i386obsd_sc_reg_offset): New variable.
3670 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3671 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3672 TDEP->sc_sp_offset.
3673 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3674 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3675 for frame pointer offset in `struct sigcontext'.
3676
25ab4790
AC
36772003-05-31 Andrew Cagney <cagney@redhat.com>
3678
3679 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3680 architecture methods call_dummy_words, sizeof_call_dummy_words,
3681 push_return_address, store_struct_return, and fix_call_dummy. Set
3682 push_dummy_call instead of deprecated_push_arguments.
3683 (mips_store_struct_return): Delete function.
3684 (mips_fix_call_dummy): Delete function.
3685 (mips_push_return_address): Delete function.
3686 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3687 RA_REGNUM and T9_REGNUM.
3688 (mips_n32n64_push_dummy_call): Ditto for
3689 mips_n32n64_push_arguments.
3690 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3691 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3692
6a65450a
AC
36932003-05-31 Andrew Cagney <cagney@redhat.com>
3694
3695 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3696 "dummy_addr" to "bp_addr".
3697 * infcall.c (call_function_by_hand): Pass "funaddr" to
3698 gdbarch_push_dummy_call.
3699 * gdbarch.h, gdbarch.c: Re-generate.
3700 * i386-tdep.c (i386_push_dummy_call): Update.
3701 * arm-tdep.c (arm_push_dummy_call): Update.
3702 * d10v-tdep.c (d10v_push_dummy_call): Update.
3703
c4f35dd8
MK
37042003-05-31 Mark Kettenis <kettenis@gnu.org>
3705
3706 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3707 variable declarations.
3708 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3709 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3710 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3711 x86_64_init_frame_pc, x86_64_init_frame_pc,
3712 x86_64_function_has_prologue): Remove prototypes.
3713 (X86_64_NUM_GREGS): New define.
3714 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3715 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3716 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3717 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3718 XMM1_REGNUM): Remove defines.
3719 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3720 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3721 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3722 X86_64_XMM1_REGNUM): New defines.
3723 (struct x86_64_register_info): Renamed from `struct
3724 register_info'. Remove `size' member.
3725 (x86_64_register_info_table): Remove variable.
3726 (x86_64_register_info): New variable.
3727 (X86_64_NUM_REGS): New define.
3728 (X86_64_NUM_GREGS): Remove define.
3729 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3730 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3731 Remove variables.
3732 (x86_54_dwarf2_reg_to_regnum): Remove function.
3733 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3734 (x86_64_dwarf_reg_to_regnum): New function.
3735 (x86_64_register_name): Rewrite.
3736 (x86_64_register_raw_size): Remove function.
3737 (x86_64_register_byte_table): Remove variable.
3738 (x86_64_register_byte): Remove function.
3739 (x86_64_register_virtual_type): Remove function.
3740 (x86_64_register_type): New function.
3741 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3742 x86_64_register_convert_to_raw): Remove functions.
3743 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3744 (x86_64_use_struct_convention): Make static. Adjust for renamed
3745 defines.
3746 (x86_64_frame_init_saved_regs): Remove function.
3747 (x86_64_push_arguments): Make static. Change to accept a regcache
3748 as argument.
3749 (x86_64_store_return_value, x86_64_extract_return_value): Make
3750 static. Rewrite based on i386 counterparts.
3751 (x86_64_push_dummy_call): New function.
3752 (X86_64_NUM_SAVED_REGS): New define.
3753 (x86_64_register_number): Remove function.
3754 (x86_64_store_struct_return): Remove function.
3755 (x86_64_frameless_function_invocation,
3756 x86_64_function_has_prologue): Remove functions.
3757 (PROLOG_BUFSIZE): Remove define.
3758 (struct x86_64_frame_cache): New structure.
3759 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3760 x86_64_frame_cache, x86_64_frame_this_id,
3761 x86_64_frame_prev_register, x86_64_frame_p,
3762 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3763 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3764 functions.
3765 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3766 variables.
3767 (x86_64_skip_prologue): Rewrite in terms of
3768 x86_64_analyze_prologue.
3769 (x86_64_frame_base_address): New function.
3770 (x86_64_frame_base): New variable.
3771 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3772 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3773 set deprecated_fp_regnum, deprecated_register_size,
3774 deprecated_register_bytes, register_raw_size, register_byte,
3775 register_virtual_type, register_convertiable,
3776 register_convert_to_virtual, convert_to_raw,
3777 deprecated_get_saved_register, deprecated_target_read_fp,
3778 deprecated_push_arguments, deprecated_push_return_address,
3779 deprecated_pop_frame, deprecated_store_struct_return,
3780 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3781 frameless_function_invocation, deprecated_frame_saved_pc,
3782 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3783 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3784 deprecated_init_frame_pc and virtual_frame_pointer. Call
3785 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3786 and x86_64_frame_p. Call frame_base_set_default to register
3787 x86_64_frame_base.
3788 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3789 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3790 (_initialize_x86_64_tdep): Remove function.
3791 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3792 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3793 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3794 define.
3795 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3796 (x86_64_linux_sigcontext_addr): Rewrite.
3797 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3798 x86_64_linux_frame_saved_pc): Remove functions.
3799 (x86_64_linux_pc_in_sigtramp): Renamed from
3800 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3801 trampoline.
3802 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3803 Remove_functions.
3804 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3805 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3806 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3807 (x86_64_regmap): Rename to regmap.
3808 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3809 x86_64_num_gregs.
3810 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3811 x86_64_regmap.
3812 (x86_64_fxsave_offset): Remove function.
3813 (supply_fpregset): Simply call x86_64_supply_fxsave.
3814 (fill_fpregset): Simply call x86_64_fill_fxsave.
3815 (fetch_inferior_registers, store_inferior_registers): Avoid
3816 asignment in if-statement.
3817 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3818 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3819 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3820 (fetch_core_registers): Remove function.
3821 (linux_elf_core_fns): Remove.
3822 (offsetoff): Don't define.
3823 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3824 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3825 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3826 add core-regset.o.
3827 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3828 protection against multiple includes instead of NM_X86_64_h. Add
3829 various comments. Include "config/nm-linux.h". Don't include
3830 <signal.h>.
3831 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3832 GET_THREAD_SIGNALS): Remove defines.
3833 (x86_64_register_u_addr, kernel_u_size,
3834 lin_thread_get_thread_signals): Remove prototypes.
3835 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3836 [HAVE_LINK_H]: Don't include "solib.h".
3837 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3838 * config/i386/tm-x86-64linux.h: Fix comments.
3839 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3840 x86-64-tdep.o): Update dependencies.
3841
c25083af
AC
38422003-05-30 Andrew Cagney <cagney@redhat.com>
3843
c8f55a7b
AC
3844 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3845 Change parameter type to a "struct regcache *".
3846
c25083af
AC
3847 * gdbarch.sh: Regardless of the multi-arch level, always define
3848 the macro when not already defined.
3849 * gdbarch.h, gdbarch.c: Re-generate.
3850
fbe586ae
RH
38512003-05-30 Richard Henderson <rth@redhat.com>
3852
3853 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3854 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3855 (alpha_mdebug_frame_this_id): Likewise.
3856 (alpha_mdebug_frame_prev_register): Likewise.
3857 (alpha_mdebug_frame_base_address): Likewise.
3858 (alpha_mdebug_frame_locals_address): Likewise.
3859 (alpha_mdebug_frame_args_address): Likewise.
3860 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3861 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3862 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3863 loop increment.
3864 (alpha_heuristic_frame_this_id): Make static.
3865 (alpha_heuristic_frame_prev_register): Likewise.
3866 (alpha_heuristic_frame_base_address): Likewise.
3867 * alpha-tdep.h: Update.
3868
acd5c798
MK
38692003-05-30 Mark Kettenis <kettenis@gnu.org>
3870
3871 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3872 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3873 defenitions.
3874 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3875 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3876 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3877 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3878 I386_ST0_REGNUM): New defines.
3879 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3880 codestream_get): Remove define.
3881 (codestream_next_addr, condestream_addr, condestream_buf,
3882 codestream_off, codestream_cnt): Remove variables.
3883 (codestream_fill, codestream_seek, codestream_read): Remove
3884 functions.
3885 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3886 functionality.
3887 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3888 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3889 i386_frame_saved_pc, i386_saved_pc_after_call,
3890 i386_frame_num_args, i386_frame_init_saved_regs,
3891 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3892 i386_push_arguments): Remove functions.
3893 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3894 functionality. Use i386_analyze_prologue instead of
3895 i386_get_frame_setup.
3896 (I386_NUM_SAVED_REGS): New define.
3897 (struct i386_frame_cache): New structure.
3898 (i386_alloc_frame_cache, i386_analyze_struct_return,
3899 i386_skip_probe, i386_analyze_frame_setup,
3900 i386_analyze_register_saves, i386_analyze_prologue,
3901 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3902 i386_frame_prev_register, i386_sigtramp_frame_cache,
3903 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3904 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3905 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3906 New functions.
3907 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3908 New variables.
3909 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3910 I386_EAX_REGNUM and I386_EDX_REGNUM.
3911 (i386_extract_return_value, i386_store_return_value): Use
3912 I386_ST0_REGNUM where appropriate.
3913 (i386_extract_struct_value_address): Rewrite to use extract_address.
3914 (i386_svr4_pc_in_sigtramp): Add comment.
3915 (i386_svr4_sigcontext_addr): Rewrite.
3916 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3917 TDEP->sc_sp_offset.
3918 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3919 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3920 of new defines. Set push_dummy_call, don't set
3921 deprecated_push_arguments, deprecated_push_return_address,
3922 deprecated_pop_frame. Don't set parm_boundary. Don't set
3923 deprecated_frame_chain, deprecated_frame_saved_pc,
3924 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3925 save_dummy_frame_tos, unwind_pc. Call
3926 frame_unwind_append_predicate and frame_base_set_default. Don't
3927 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3928 Don't set frameless_function_invocation. Don't set
3929 deprecated_register_bytes, deprecated_register_size,
3930 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3931 * i386-linux-tdep.c: Fix formatting in some comments.
3932 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3933 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3934 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3935 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3936 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3937 redundant parentheses.
3938 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3939 (i386_linux_sigcontext_addr): Use it. Rewrite.
3940 (find_minsym_and_objfile): Change name of second argument.
3941 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3942 changed. Use frame_pc_unwind instead of
3943 DEPRECATED_SAVED_PC_AFTER_CALL.
3944 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3945 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3946 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3947 unwinder.
3948 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3949 "dummy-frame.h".
3950 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3951 (_initialize_i386_cygwin_tdep): New prototype.
3952 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3953 deprecated_frame_chain_valid.
3954 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3955 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3956 Rely on the SVR4 defaults.
3957 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3958 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3959
c89b70f1
AC
39602003-05-30 Andrew Cagney <cagney@redhat.com>
3961
3962 * infcall.c (call_function_by_hand): Always call
3963 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3964
85b32d22
RH
39652003-05-30 Richard Henderson <rth@redhat.com>
3966
c89b70f1
AC
3967 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3968 increment.
85b32d22 3969
bfe51b1e
JB
39702003-05-29 Jim Blandy <jimb@redhat.com>
3971
3972 Use gdbarch methods for solib stuff on PowerPC Linux.
3973 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3974 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3975 show through.
3976 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3977 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3978 giving the same effect as the #definitions above.
3979
1abf022c
AF
39802003-05-29 Adam Fedor <fedor@gnu.org>
3981
3982 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3983 (find_implementation_from_class): Replace it with the standard
3984 case i.e. do nothing.
3985
d2427a71
RH
39862003-05-29 Richard Henderson <rth@redhat.com>
3987
3988 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3989 (alpha_linux_sigtramp_offset): Use it. Make static.
3990 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3991 update for new frame model.
3992 * alpha-mdebug-tdep.c: New file.
3993 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3994 (alpha_osf1_init_abi): Install it.
3995 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3996 (linked_proc_desc_table): Remove.
3997 (alpha_frame_past_sigtramp_frame): Remove.
3998 (alpha_dynamic_sigtramp_offset): Remove.
3999 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4000 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4001 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4002 (push_sigtramp_desc): Remove.
4003 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4004 (alpha_cannot_store_register): Likewise.
4005 (alpha_sigcontext_addr): Remove.
4006 (alpha_find_saved_regs): Remove.
4007 (alpha_frame_init_saved_regs): Remove.
4008 (alpha_init_frame_pc_first): Remove.
4009 (read_next_frame_reg): Remove.
4010 (alpha_frame_saved_pc): Remove.
4011 (alpha_saved_pc_after_call): Remove.
4012 (temp_proc_desc, temp_saved_regs): Remove.
4013 (alpha_about_to_return): Remove.
4014 (cached_proc_desc): Remove.
4015 (alpha_frame_chain): Remove.
4016 (alpha_print_extra_frame_info): Remove.
4017 (alpha_init_extra_frame_info): Remove.
4018 (alpha_frame_locals_address): Remove.
4019 (alpha_frame_args_address): Remove.
4020 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4021 (alpha_push_dummy_frame): Remove.
4022 (alpha_pop_frame): Remove.
4023 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4024 (alpha_read_insn): New.
4025 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4026 for different insn encodings.
4027 (alpha_in_lenient_prologue): Remove.
4028 (struct alpha_sigtramp_unwind_cache): New.
4029 (alpha_sigtramp_frame_unwind_cache): New.
4030 (alpha_sigtramp_register_address): New.
4031 (alpha_sigtramp_frame_this_id): New.
4032 (alpha_sigtramp_frame_prev_register): New.
4033 (alpha_sigtramp_frame_unwind): New.
4034 (alpha_sigtramp_frame_p): New.
4035 (struct alpha_heuristic_unwind_cache): New.
4036 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4037 don't count nop insns that occur between functions.
4038 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4039 heuristic_proc_desc, but without the mdebug wrapping.
4040 (alpha_heuristic_frame_this_id): New.
4041 (alpha_heuristic_frame_prev_register): New.
4042 (alpha_heuristic_frame_unwind): New.
4043 (alpha_heuristic_frame_p): New.
4044 (alpha_heuristic_frame_base_address): New.
4045 (alpha_heuristic_frame_base): New.
4046 (alpha_unwind_dummy_id): New.
4047 (alpha_unwind_pc): New.
4048 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4049 frame related deprecated initializations; install replacements.
4050 (alpha_dump_tdep): Remove.
4051 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4052 (alpha_read_insn, alpha_after_prologue,
4053 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4054 alpha_heuristic_frame_prev_register,
4055 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4056 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4057 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4058 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4059
93ec1121
AC
40602003-05-29 Andrew Cagney <cagney@redhat.com>
4061
4062 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4063 dependant on the availability of ASSERT_FUNCTION.
4064 (ASSERT_FUNCTION): Do not define when there is no function name.
4065
98f08d3d
KB
40662003-05-29 Kevin Buettner <kevinb@redhat.com>
4067
4068 From Jimi X <jimix@watson.ibm.com>:
4069 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4070
0897f59b
JB
40712003-05-28 Jim Blandy <jimb@redhat.com>
4072
4073 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4074 argument to ptrace to int; the system headers should give it the
4075 right type, and pointers don't fit in ints on powerpc64-*-*.
4076
14898363
L
40772003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4078
4079 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4080 DW_TAG_catch_block.
4081
a7a48797
EZ
40822003-05-26 Elena Zannoni <ezannoni@redhat.com>
4083
4084 * stabsread.c (dbx_lookup_type): Make static.
4085 (read_type): Ditto.
4086 (add_undefined_type): Ditto.
4087 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4088 not export.
4089
f5479e9c
EZ
40902003-05-26 Elena Zannoni <ezannoni@redhat.com>
4091
4092 * hpread.c (hpread_has_name): Make static.
4093 (hpread_psymtab_to_symtab): Ditto.
4094 (file_exists): Ditto.
4095 (hpread_call_pxdb): Ditto.
4096 (hpread_pxdb_needed): Ditto.
4097 (hpread_quick_traverse): Ditto.
4098 (hpread_get_header): Ditto.
4099 (hpread_get_lntt): Ditto.
4100 (hpread_get_slt): Ditto.
4101 (class_of): Ditto.
4102
eb2e12d7
AS
41032003-05-25 Andreas Schwab <schwab@suse.de>
4104
78bf922a
AS
4105 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4106 stack_align and deprecated_extra_stack_alignment_needed.
4107 (m68k_stack_align): Delete.
4108
eb2e12d7
AS
4109 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4110 (m68k_register_virtual_size): Likewise.
4111 (altos_skip_prologue): Remove obsolete function.
4112 (isi_frame_num_args): Likewise.
4113 (news_frame_num_args): Likewise.
4114 (m68k_fix_call_dummy): Make static.
4115 (m68k_push_dummy_frame): Likewise.
4116 (m68k_pop_frame): Likewise.
4117 (m68k_skip_prologue): Likewise.
4118 (m68k_frame_init_saved_regs): Likewise.
4119 (m68k_saved_pc_after_call): Likewise.
4120 (m68k_get_longjmp_target): Make multi-arch.
4121 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4122 structure. Register m68k_get_longjmp_target if enabled.
4123 * m68k-tdep.h (struct gdbarch_tdep): Define.
4124 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4125
4126 * Makefile.in (config.status): Also depend on configure.tgt
4127 and configure.host.
4128 (m68klinux-tdep.o): Update dependencies.
4129 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4130 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4131 (M68K_LINUX_JB_PC): Define.
4132 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4133 and take additional parameter.
4134 (m68k_linux_sigtramp_saved_pc): Update.
4135 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4136 m68k_linux_pc_in_sigtramp, in_plt_section,
4137 find_solib_trampoline_target.
4138 * config/m68k/tm-linux.h: Don't include any tm headers.
4139 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4140 (JB_ELEMENT_SIZE): Likewise.
4141 (JB_PC): Likewise.
4142 (GET_LONGJMP_TARGET): Likewise.
4143 (IN_SIGTRAMP): Likewise.
4144 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4145
eb2c22dc
MK
41462003-05-25 Mark Kettenis <kettenis@gnu.org>
4147
4148 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4149 (sparc32_push_arguments): Re-implement by calling
4150 sparc32_do_push_arguments.
4151
44b7b84e
MK
41522003-05-25 Mark Kettenis <kettenis@gnu.org>
4153
4154 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4155 SPARC_O1_REGNUM): New defines.
4156 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4157 (sparc32_store_return_value): New function.
4158 (sparc_extract_struct_value_address): Rewrite to operate on a
4159 regcache.
4160 (sparc_gdbarch_init): Don't set
4161 deprecated_extract_struct_value_address. Set
4162 extract_struct_value_address instead. Don't set
4163 deprecated_extract_return_value and deprecated_store_return_value
4164 for 32-bit targets. Set extract_return_value and
4165 store_return_value instead.
4166 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4167 DEPRECTAED_EXTRACT_RETURN_VALUE,
4168 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4169 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4170 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4171 (sparc_store_return_value): Remove prototype.
4172 (sparc32_store_return_value): New prototype.
4173 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4174 Adjust prototypes.
4175
f6ad61e3
MK
41762003-05-24 Mark Kettenis <kettenis@gnu.org>
4177
4178 * sparcnbsd-tdep.c: Include "gdb_string.h".
4179
b276f1bb
AC
41802003-05-23 Andrew Cagney <cagney@redhat.com>
4181
4182 * p-valprint.c (pascal_val_print): Replace extract_address with
4183 the inline equivalent extract_unsigned_integer.
4184 * jv-valprint.c (java_value_print): Ditto.
4185 * ada-valprint.c (ada_val_print_1): Ditto.
4186 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4187
e76c5fcc
TR
41882003-05-23 Theodore A. Roth <troth@openavr.org>
4189
4190 * blockframe.c (frameless_look_for_prologue): Remove unused
4191 after_prologue variable.
4192
2cdd89cb
MK
41932003-05-23 Mark Kettenis <kettenis@gnu.org>
4194
4195 * blockframe.c (get_pc_function_start): Rewrite to avoid
4196 asignments in if-statements.
4197
182d43bc
EZ
41982003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4199
4200 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 4201 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
4202 files, don't relocate absolute symbols (and do use mst_abs).
4203
e8f3fcdd
AC
42042003-05-23 Andrew Cagney <cagney@redhat.com>
4205
4206 * objc-lang.c: Include "gdb_assert.h".
4207 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4208 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4209 (gdb_check, gdb_check_fatal): Delete functions.
4210 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4211 gdb_assert.
4212 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4213 * Makefile.in (objc-lang.o): Update dependencies.
4214
3c23e6fb
ILT
42152003-05-22 Ian Lance Taylor <ian@airs.com>
4216
4217 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4218 with fprintf_filtered, not fprintf_unfiltered.
4219
af1342ab
AC
42202003-05-22 Andrew Cagney <cagney@redhat.com>
4221
4222 * stack.c (frame_info): Inline extract_address, replacing it with
4223 extract_unsigned_integer.
4224 * findvar.c (unsigned_pointer_to_address): Ditto.
4225 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4226 * dwarf2expr.c (dwarf2_read_address): Ditto.
4227 * frame.c (frame_pc_unwind): Update comment.
4228 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4229
47e242ec
JJ
42302003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4231
4232 * infptrace.c (detach): Call print_sys_errmsg rather than
4233 perror_with_name to issue warning message when errno is non-zero
4234 after calling ptrace detach.
4235
e2ac8128
JB
42362003-05-21 J. Brobecker <brobecker@gnat.com>
4237
4238 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4239 macro definitions from here...
4240 * hppa-tdep.c: ...to there.
4241
92b3541e
KB
42422003-05-20 Kevin Buettner <kevinb@redhat.com>
4243
4244 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4245 register_ptrace_addr(). Fix all callers.
4246
55809acb
AS
42472003-05-21 Andreas Schwab <schwab@suse.de>
4248
4249 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4250 dependencies.
4251 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4252 end.
4253 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4254 (_initialize_m68k_linux_tdep): New function.
4255 (m68k_linux_frame_saved_pc): Make static.
4256 (m68k_linux_extract_return_value): Likewise.
4257 (m68k_linux_store_return_value): Likewise.
4258 (m68k_linux_extract_struct_value_address): Likewise.
4259 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4260 Remove.
4261 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4262 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4263 (DEPRECATED_FRAME_SAVED_PC): Remove.
4264
0fbc10f7
KW
42652003-05-20 Kris Warkentin <kewarken@qnx.com>
4266
4267 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4268 regset numbering rather than our own.
4269
58da2eb2
DC
42702003-05-19 David Carlton <carlton@bactrian.org>
4271
4272 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4273
1fcb5155
DC
42742003-05-19 David Carlton <carlton@bactrian.org>
4275
4276 Partial fix for PR c++/827.
4277 * cp-support.h: Include symtab.h.
4278 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4279 * cp-namespace.c: Update contributors.
4280 (cp_lookup_symbol_nonlocal): New.
4281 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4282 (lookup_symbol_file): Ditto.
4283 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4284 * block.h: Declare block_scope, block_using, block_global_block.
4285 * block.c (block_scope): New.
4286 (block_using, block_global_block): Ditto.
4287 * Makefile.in (cp_support_h): Depend on symtab_h.
4288 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4289
5f9a71c3
DC
42902003-05-19 David Carlton <carlton@bactrian.org>
4291
4292 * language.h (struct language_defn): Add 'la_value_of_this'
4293 and 'la_lookup_symbol_nonlocal' members.
4294 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4295 lookup_symbol_static, lookup_symbol_global,
4296 lookup_symbol_aux_block.
4297 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4298 if we should search fields of this and how to do static/global
4299 lookup.
4300 (lookup_symbol_aux_block): Make extern.
4301 (basic_lookup_symbol_nonlocal): New.
4302 (lookup_symbol_static, lookup_symbol_global): Ditto.
4303 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4304 'la_lookup_symbol_nonlocal' members.
4305 * c-lang.c (c_language_defn, cplus_language_defn)
4306 (asm_language_defn, minimal_language_defn): Ditto.
4307 * jv-lang.c (java_language_defn): Ditto.
4308 * language.c (unknown_language_defn, auto_language_defn)
4309 (local_language_defn): Ditto.
4310 * m2-lang.c (m2_language_defn): Ditto.
4311 * objc-lang.c (objc_language_defn): Ditto.
4312 * scm-lang.c (scm_language_defn): Ditto.
4313 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4314 * p-lang.c (pascal_language_defn): Ditto for both.
4315 * Makefile.in (f-lang.o): Depend on value_h.
4316 (p-lang.o): Ditto.
4317
89a9d1b1
DC
43182003-05-19 David Carlton <carlton@bactrian.org>
4319
4320 * block.h: Declare block_static_block.
4321 * block.c (block_static_block): New.
4322 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4323 lookup_symbol_aux_local, calling block_static_block instead.
4324 (lookup_symbol_aux_local): Delete 'static_block' argument.
4325
eed3f8ab
DC
43262003-05-19 David Carlton <carlton@bactrian.org>
4327
4328 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4329
a09d8bda
ML
43302003-05-19 Michal Ludvig <mludvig@suse.cz>
4331
4332 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4333 register numbers mapping.
4334
69636828
AF
43352003-05-18 Adam Fedor <fedor@gnu.org>
4336
4337 * symtab.c (completion_list_objc_symbol): New function.
4338 (make_symbol_completion_list): Use it to add ObjC symbols
4339 when looking though the list.
4340 (language_search_unquoted_string): New function.
4341 (make_file_symbol_completion_list): Use it.
4342
55baeb84
AS
43432003-05-18 Andreas Schwab <schwab@suse.de>
4344
d0b45d99
AS
4345 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4346 dependencies.
4347 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4348 as m68k_linux_extract_return_value.
4349 (DEPRECATED_STORE_RETURN_VALUE): Define as
4350 m68k_linux_store_return_value.
4351 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4352 m68k_linux_extract_struct_value_address.
4353 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4354 get_next_frame, get_frame_base, get_frame_pc.
4355 (m68k_linux_frame_saved_pc): Use get_frame_base.
4356 (m68k_linux_extract_return_value): New function.
4357 (m68k_linux_store_return_value): New function.
4358 (m68k_linux_extract_struct_value_address): New function.
4359 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4360
55baeb84
AS
4361 * c-exp.y (typebase): Remove duplicate occurence of
4362 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 4363 of lookup_signed_typename.
55baeb84 4364
b6b08ebf
MK
43652003-05-18 Mark Kettenis <kettenis@gnu.org>
4366
4367 * dwarf2loc.c (find_location_expression): Change type of second
4368 argument to `size_t *'.
4369 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4370 for size variable.
4371
5ad1c190
DC
43722003-05-18 David Carlton <carlton@bactrian.org>
4373
4374 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4375 'linkage_name'. Add comment.
4376 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4377 'linkage_name'.
4378 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4379 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4380 (lookup_block_symbol): Ditto.
4381
b8b527c5
AC
43822003-05-16 Andrew Cagney <cagney@redhat.com>
4383
4384 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4385 * gdbarch.h, gdbarch.c: Re-generate.
4386 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4387 * TODO (REGISTER_BYTES): Delete reference.
4388 * alpha-tdep.c (alpha_gdbarch_init): Update.
4389 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4390 * x86-64-tdep.c (x86_64_init_abi): Update.
4391 * vax-tdep.c (vax_gdbarch_init): Update.
4392 * v850-tdep.c (v850_gdbarch_init): Update.
4393 * sparc-tdep.c (sparc_gdbarch_init): Update.
4394 * sh-tdep.c (sh_gdbarch_init): Update.
4395 * s390-tdep.c (s390_gdbarch_init): Update.
4396 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4397 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4398 (ns32k_gdbarch_init_32382): Update.
4399 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4400 * mcore-tdep.c (mcore_gdbarch_init): Update.
4401 * m68k-tdep.c (m68k_gdbarch_init): Update.
4402 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4403 * ia64-tdep.c (ia64_gdbarch_init): Update.
4404 * i386-tdep.c (i386_gdbarch_init): Update.
4405 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4406 * hppa-tdep.c (hppa_gdbarch_init): Update.
4407 * h8300-tdep.c (h8300_gdbarch_init): Update.
4408 * frv-tdep.c (frv_gdbarch_init): Update.
4409 * cris-tdep.c (cris_gdbarch_init): Update.
4410 * avr-tdep.c (avr_gdbarch_init): Update.
4411 * arm-tdep.c (arm_gdbarch_init): Update.
4412 * sparc-tdep.c (sparc_pop_frame): Update.
4413 * rs6000-tdep.c (rs6000_pop_frame): Update.
4414 * remote.c (init_remote_state): Update.
4415 (remote_prepare_to_store): Update.
4416 * remote-vx.c (vx_prepare_to_store): Update.
4417 * remote-sds.c (sds_fetch_registers): Update.
4418 (sds_prepare_to_store): Update.
4419 * remote-array.c: Update.
4420 * regcache.c (init_legacy_regcache_descr): Update.
4421 (init_regcache_descr): Update.
4422 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4423 (mips_o64_extract_return_value): Update.
4424 * irix5-nat.c (fetch_core_registers): Update.
4425 * irix4-nat.c (fetch_core_registers): Update.
4426 * i386-tdep.h: Update.
4427 * hppa-tdep.c (pa_do_registers_info): Update.
4428 (pa_do_strcat_registers_info): Update.
4429 * cris-tdep.c (cris_register_bytes_ok): Update.
4430 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4431 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4432 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4433 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4434 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4435 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4436 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4437 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4438 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4439 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4440 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4441 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4442 (REGISTER_BYTES_OK): Update.
4443 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4444 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4445
ee2842e2
ILT
44462003-05-16 Ian Lance Taylor <ian@airs.com>
4447
4448 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4449 (vax_print_insn, print_insn_arg): Remove static functions.
4450 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4451 print_insn_vax from opcodes library.
4452 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4453
973177d3
AC
44542003-05-15 Andrew Cagney <cagney@redhat.com>
4455
aaab4dba
AC
4456 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4457 * target.h (memory_breakpoint_from_pc): Delete declaration.
4458 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4459 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4460 * monitor.c (monitor_insert_breakpoint): Use
4461 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4462 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4463 * gdbarch.h, gdbarch.c: Re-generate.
4464 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4465 (sparc_gdbarch_init): Set breakpoint_from_pc to
4466 sparc_breakpoint_from_pc.
4467 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4468 (BREAKPOINT_FROM_PC): Define.
4469 (sparc_breakpoint_from_pc): Declare.
4470 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4471 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4472 (BREAKPOINT_FROM_PC): Define.
4473 (BREAKPOINT): Delete macro.
4474 * target.h: Update comment.
4475 * s390-tdep.c (s390_gdbarch_init): Update comments.
4476 * remote.c: Update comments.
4477 * remote-mips.c: Update comments.
4478 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4479 * mem-break.c: Update comment.
4480 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4481 (ia64_memory_insert_breakpoint): Update.
4482 * config/sparc/tm-sparc.h: Update comment.
4483 * config/pa/tm-hppa64.h: Update comment.
4484 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4485 (rs6000_breakpoint_from_pc): Update.
4486 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4487 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4488 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4489 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4490 (mips_breakpoint_from_pc): Update.
4491 (mips_dump_tdep): Update.
4492
e06963ff
AC
4493 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4494 * minsyms.c (lookup_minimal_symbol): Inline
4495 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4496
973177d3
AC
4497 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4498 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4499 * p-lang.c (pascal_printstr): Ditto.
4500 * objc-lang.c (objc_printstr): Ditto.
4501 * m2-lang.c (m2_printstr): Ditto.
4502 * jv-valprint.c (java_print_value_fields): Ditto.
4503 * f-lang.c (f_printstr): Ditto.
4504 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4505 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4506 for repeat_count_threshold.
4507 * Makefile.in (cp-valprint.o): Update dependencies.
4508
5ea2bd7f 45092003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 4510
5ea2bd7f
JJ
4511 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4512 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
4513 they start with mov r2,r12. Support skipping over indirect stores
4514 of the input registers. Upon hitting a non-nop branch instruction
4515 or predicated instruction, bail out by setting lim_pc to the current
4516 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
4517 beyond our calculated value and we have trust_limit set,
4518 use the lim_pc value.
4519
cc8c88f3
AC
45202003-05-15 Andrew Cagney <cagney@redhat.com>
4521
4522 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4523 generic_find_dummy_frame.
4524 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4525 (deprecated_generic_find_dummy_frame): Update.
4526 (deprecated_read_register_dummy): Update.
4527 * frame.c (deprecated_generic_get_saved_register): Update.
4528
909cd28e
TR
45292003-05-15 Theodore A. Roth <troth@openavr.org>
4530
4531 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4532 (avr_gdbarch_init): Set breakpoint_from_pc method.
4533
b923b08d
AC
45342003-05-15 Andrew Cagney <cagney@redhat.com>
4535
4536 * regcache.c (build_regcache): Set deprecated_register_valid
4537 directly.
4538 (deprecated_grub_regcache_for_register_valid): Delete function.
4539 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4540 declaration.
4541
ae2f03ac 45422003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
4543
4544 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
4545 * symtab.c (lookup_symbol_aux): Delete calls to
4546 lookup_symbol_aux_minsyms.
4547 (lookup_symbol_aux_minsyms): Comment out function and
4548 prototype. Delete lookup by mangled name.
ae2f03ac 4549
18ec9831
KB
45502003-05-14 Kevin Buettner <kevinb@redhat.com>
4551
4552 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4553 correctly indicate an empty stack and ``stack_allocated'' to the
4554 indicate the number of elements initially allocated.
4555 (dwarf_expr_grow_stack): Simplify method for computing new
4556 stack size. Don't loop infinitely if ``stack_len'' is zero.
4557 (execute_stack_op): Move ``ctx->in_reg'' initialization
4558 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4559 be used in conjuction with DW_OP_piece. Revise error message
4560 accordingly.
4561
de18ac1f
TR
45622003-05-14 Theodore A. Roth <troth@openavr.org>
4563
4564 * MAINTAINERS: Update my email address.
4565 * avr-tdep.c: Ditto.
4566
176620f1
EZ
45672003-05-14 Elena Zannoni <ezannoni@redhat.com>
4568
4569 * symtab.h (enum domain_enum): Rename from namespace_enum.
4570 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4571 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4572 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4573 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4574 TYPES_NAMESPACE, METHODS_NAMESPACE.
4575 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4576 (struct symbol, struct partial_symbol): Rename field
4577 'namespace_enum namespace' to 'domain_enum domain'.
4578 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4579 Delete old define kludge for namespace.
4580
4581 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4582 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4583 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4584 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4585 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4586 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4587 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4588 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4589 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4590 occurrences of the above.
4591
b7f31508
ILT
45922003-05-14 Ian Lance Taylor <ian@airs.com>
4593
4594 * Makefile.in (install-only): Use $(SHELL) when running
4595 mkinstalldirs.
4596
2fdbdd39
ILT
45972003-05-13 Ian Lance Taylor <ian@airs.com>
4598
a208d82c
ILT
4599 * MAINTAINERS (write after approval): Add myself.
4600
2fdbdd39
ILT
4601 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4602 second and third arguments.
4603 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4604 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4605
fbd9dcd3
AC
46062003-05-13 Andrew Cagney <cagney@redhat.com>
4607
4608 * defs.h (store_address): Delete declaration.
4609 findvar.c (store_address): Delete function.
4610 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4611 store_unsigned_integer.
4612 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4613 * v850-tdep.c (v850_push_arguments): Ditto.
4614 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4615 * sh-tdep.c (sh64_get_saved_register): Ditto.
4616 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4617 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4618 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4619 (mips_get_saved_register): Ditto.
4620 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4621 (find_func_descr, ia64_push_arguments): Ditto.
4622 * i386-tdep.c (i386_push_arguments): Ditto.
4623 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4624 * frv-tdep.c (frv_push_arguments): Ditto.
4625 * frame.c (legacy_saved_regs_prev_register): Ditto.
4626 (deprecated_generic_get_saved_register): Ditto.
4627 * findvar.c (unsigned_address_to_pointer): Ditto.
4628 * dwarf2read.c (dwarf2_const_value): Ditto.
4629 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4630 * alpha-tdep.c (alpha_push_arguments): Ditto.
4631
6760f9e6
JB
46322003-05-12 J. Brobecker <brobecker@gnat.com>
4633
4634 * NEWS: Mention that the hppa-hpux port has been partially
4635 multiarched (32bit ABIT only, so far).
4636
30e221b4
AC
46372003-05-11 Andrew Cagney <cagney@redhat.com>
4638
4639 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4640 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4641 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4642 sim/testsuite/sim/arm/misaligned2.ms, and
4643 sim/testsuite/sim/arm/misaligned3.ms.
4644 * disasm.h (struct ui_file): Add opaque struct declaration.
4645 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4646 * frame.h (struct ui_file): Ditto.
4647
dea7f9ba
MK
46482003-05-11 Mark Kettenis <kettenis@gnu.org>
4649
4650 * value.h: Pretty print.
4651
01986c48
MK
46522003-05-10 Mark Kettenis <kettenis@gnu.org>
4653
4654 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4655
123a958e
AC
46562003-05-08 Andrew Cagney <cagney@redhat.com>
4657
4658 * regcache.h (max_register_size): Delete declaration.
4659 * regcache.c (max_register_size): Delete function.
4660 (struct regcache_descr): Delete field "max_register_size".
4661 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4662 registers fit in MAX_REGISTER_SIZE.
4663 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4664 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4665 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4666 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4667 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4668 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4669 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4670 * dve3900-rom.c, hppa-tdep.c: Ditto.
4671
eb294659
DC
46722003-05-08 David Carlton <carlton@math.stanford.edu>
4673
4674 * valops.c (push_word): Fix typo.
4675
d9d9c31f
AC
46762003-05-08 Andrew Cagney <cagney@redhat.com>
4677
4678 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4679 * gdbarch.h: Re-generate.
4680 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4681 (legacy_max_register_raw_size): Delete declaration.
4682 * regcache.c (legacy_max_register_raw_size): Delete function.
4683 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4684 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4685 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4686 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4687 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4688 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4689 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4690 * findvar.c, dwarf2cfi.c: Ditto.
4691
22540ece
AC
46922003-05-08 Andrew Cagney <cagney@redhat.com>
4693
4694 * mips-tdep.c (read_signed_register): New function, moved to here
4695 from "regcache.c".
4696 (read_signed_register_pid): Ditto.
4697 * regcache.c (read_signed_register_pid): Delete function, moved to
4698 "mips-tdep.c".
4699 (read_signed_register): Ditto.
4700 * regcache.h (read_signed_register): Delete declaration.
4701 (read_signed_register_pid): Delete declaration.
4702
0c92afe8
AC
47032003-05-08 Andrew Cagney <cagney@redhat.com>
4704
4705 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4706 * gdbarch.h: Re-generate.
4707 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4708 (legacy_max_register_virtual_size): Delete declaration.
4709 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4710 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4711 * tracepoint.c (memrange_sortmerge): Ditto.
4712 * sparc-tdep.c (sparc_print_registers): Ditto.
4713 * regcache.c (legacy_max_register_virtual_size): Delete function.
4714
6037b830
JB
47152002-05-08 J. Brobecker <brobecker@gnat.com>
4716
4717 * fork-child.c (escape_bang_in_quoted_argument): New function.
4718 (fork_inferior): Escape '!' characters in quoted arguments
4719 only when needed.
4720
5d62c8b1
JB
47212003-05-08 J. Brobecker <brobecker@gnat.com>
4722
4723 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4724 the language of the CU is not currently supported by GDB.
4725
20a0e81d
JB
47262003-05-08 J. Brobecker <brobecker@gnat.com>
4727
4728 * defs.h (language): Add language_minimal enum value.
4729 * c-lang.c (minimal_language_defn): New language definition.
4730 (_initialize_c_language): Add the new minimal language to the list
4731 of languages known to GDB.
4732
710ee10a
KB
47332003-05-08 Kevin Buettner <kevinb@redhat.com>
4734
4735 * frame.c (get_frame_type): Don't attempt to lazily initialize
4736 frame's unwinder for legacy frames.
4737
1750fa04
AC
47382003-05-07 Andrew Cagney <cagney@redhat.com>
4739
4740 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4741 and "regcache" parameters.
4742 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4743
ddf9f258 47442003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4745
4746 * dwarf2read.c (dwarf_decode_lines): Only use output of
4747 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
4748 the current address.
4749
87767c29
AC
47502003-05-07 Andrew Cagney <cagney@redhat.com>
4751
4752 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4753 code.
4754
5e7b2f39
JB
47552003-05-07 Jim Blandy <jimb@redhat.com>
4756
4757 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4758 'maint info symtabs' and 'maint info psymtabs'.
4759 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4760 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4761 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4762 Declarations updated.
4763 * maint.c (maintenance_list_command): Delete.
4764 (_initialize_maint_cmds): Update calls to add_cmd.
4765 * gdbcmd.h (maintenancelistlist): Delete declaration.
4766 * cli/cli-cmds.c (maintenancelistlist): Delete.
4767 (init_cmd_lists): Don't initialize it.
4768 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4769
f6684c31
AC
47702003-05-07 Andrew Cagney <cagney@redhat.com>
4771
4772 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4773 "regcache".
4774 (d10v_print_registers_info): Update.
4775 (d10v_dmap_register, d10v_imap_register): Delete functions.
4776 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4777 and "imap_register".
4778 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4779 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4780 * arch-utils.c (generic_remote_translate_xfer_address): Add
4781 "regcache" and "gdbarch" parameters.
4782 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4783 parameter. Change class to multi-arch.
4784 * gdbarch.h, gdbarch.c: Re-generate.
4785 * remote.c (remote_xfer_memory): Use
4786 gdbarch_remote_translate_xfer_address.
8ffd9b1b 4787
e4846b08
JJ
47882003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4789
4790 * infrun.c (prev_pc): Move declaration ahead of proceed().
4791 (proceed): Refresh prev_pc value before resuming.
4792 (stop_stepping): Remove code to refresh prev_pc.
4793
6b71b8ac
KW
47942003-05-06 Kris Warkentin <kewarken@qnx.com>
4795
4796 * nto-tdep.c: Removed stray comment.
4797
47979a4b
KW
47982003-05-06 Kris Warkentin <kewarken@qnx.com>
4799
4800 * i386-nto-tdep.c: Fix old K&R function definitions.
4801 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4802 Also change add_show_from_set() call to add_setshow_cmd().
4803 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4804
00905d52
AC
48052003-05-05 Andrew Cagney <cagney@redhat.com>
4806
4807 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4808 (fprint_dummy_frames): New function.
4809 (maintenance_print_dummy_frames): New function.
4810 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4811 * frame.c (fprint_frame_id): Make global.
4812 * frame.h (fprint_frame_id): Declare.
4813 * Makefile.in (dummy-frame.o): Update dependencies.
4814
b1e29e33
AC
48152003-05-05 Andrew Cagney <cagney@redhat.com>
4816
4817 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4818 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4819 SIZEOF_CALL_DUMMY_WORDS.
4820 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4821 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4822 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4823 CALL_DUMMY_BREAKPOINT_OFFSET.
4824 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4825 CALL_DUMMY_START_OFFSET.
4826 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4827 * gdbarch.h, gdbarch.c: Re-generate.
4828 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4829 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4830 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4831 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4832 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4833 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4834 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4835 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4836 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4837 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4838 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4839 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4840 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4841 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4842 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
4843
48442003-05-05 Kris Warkentin <kewarken@qnx.com>
4845
4846 * configure.tgt: Add i[3456]86-*-nto*.
4847 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4848 * nto-tdep.c: New file. Neutrino target support routines.
4849 * nto-tdep.h: New file. Neutrino target header.
4850 * config/tm-qnxnto.h: New file.
4851 * config/i386/i386nto.mt: New file.
4852 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 4853
0ce3d317
AC
48542003-05-04 Andrew Cagney <cagney@redhat.com>
4855
4856 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4857 (load_infrun_state): Ditto.
4858 (struct thread_info): Drop "prev_func_name" field.
4859 * thread.c (load_infrun_state): Update.
4860 (save_infrun_state): Update.
4861 * infrun.c (prev_func_name): Delete variable.
4862 (init_wait_for_inferior): Do not clear prev_func_name.
4863 (stop_stepping, keep_going, context_switch): Do not swap
4864 prev_func_name.
4865 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4866 instead of PC_IN_SIGTRAMP.
4867
46654a5b
AC
48682003-05-04 Andrew Cagney <cagney@redhat.com>
4869
4870 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4871 REGISTER_BYTE with register_offset_hack.
4872 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4873 that REGISTER_BYTE is consistent with the regcache.
4874 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4875 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 4876
14b08c1b
MK
48772003-05-04 Mark Kettenis <kettenis@gnu.org>
4878
04c8243f
MK
4879 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4880 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4881
14b08c1b
MK
4882 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4883
c7a11e01
JB
48842003-05-03 J. Brobecker <brobecker@gnat.com>
4885
4886 From Thierry Schneider <tpschneider1@yahoo.com>
4887 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4888 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4889 (mi-cmd-symbol.o): Add rule.
4890
7043d8dc
AC
48912003-05-03 Andrew Cagney <cagney@redhat.com>
4892
4893 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4894 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4895 * gdbarch.h, gdbarch.c: Re-generate.
4896 * d10v-tdep.c (d10v_push_dummy_code): New function.
4897 (d10v_gdbarch_init): Set push_dummy_code.
4898 * infcall.c (legacy_push_dummy_code): New function.
4899 (generic_push_dummy_code): New function.
4900 (push_dummy_code): New function.
4901 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4902 instead of dummy_addr, to push_dummy_call. Move call to
4903 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4904 switch.
4905 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4906
92bf2b80
AC
49072003-05-03 Andrew Cagney <cagney@redhat.com>
4908
4909 * disasm.h (print_insn): Declare.
4910 * disasm.c (init_gdb_disassemble_info): New function.
4911 (gdb_disassembly): Call init_gdb_disassemble_info.
4912 (gdb_print_insn): New function.
4913 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4914 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4915 * mcore-tdep.c: Include "disasm.h"
4916 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4917 * d10v-tdep.c: Include "disasm.h".
4918 (display_trace): Call gdb_print_insn, instead of print_insn.
4919 (print_insn): Delete function.
4920 * printcmd.c: Include "disasm.h".
4921 (print_insn): Delete function.
4922 (print_formatted): Call gdb_print_insn, instead of print_insn.
4923 * Makefile.in (printcmd.o): Update dependencies.
4924 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 4925
27d94c49
AC
49262003-05-02 Andrew Cagney <cagney@redhat.com>
4927
82de1e5b
AC
4928 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4929 PC_REGNUM, re-indent.
4930 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4931 PC_REGNUM isn't set.
4932
27d94c49
AC
4933 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4934 * gdbarch.h, gdbarch.c: Re-generate.
4935 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4936 register_virtual_size, pc_regnum, or register_bytes.
4937 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4938 (d10v_register_type): Use D10V_PC_REGNUM.
4939 (d10v_print_registers_info, d10v_read_pc): Ditto.
4940 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4941 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4942
a9c0dc7f
DC
49432003-05-02 David Carlton <carlton@bactrian.org>
4944
4945 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4946 the name with mstrsave.
4947
e33d66ec
EZ
49482003-05-02 Elena Zannoni <ezannoni@redhat.com>
4949
4950 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4951 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4952 (host_charset_name, target_charset_name): New vars for use by
4953 set/show commands.
4954 (host_charset_enum, target_charset_enum): New enums for set/show
4955 commands.
4956 (set_charset_sfunc, set_host_charset_sfunc,
4957 set_target_charset_sfunc): New functions.
4958 (set_host_charset, set_target_charset): Make static.
4959 (list_charsets, set_host_charset_command,
4960 set_target_charset_command): Delete functions.
4961 (show_charset_command): Rewrite as....
4962 (show_charset): Hook this up with the set/show command mechanism.
4963 (_initialize_charset): Change names of charsets to match the
4964 set/show enums. Use host_charset_name and target_charset_name.
4965 Use set/show mechanism for charset, host-charset, target-charset
4966 commands. Do not make 'show host-charset' and 'show
4967 target-charset' be aliases of 'show charset'.
4968
4969 * charset.h (set_host_charset, set_target_charset): Don't export,
4970 they are not used outside the file.
4971
2b6fd0d8
AC
49722003-05-01 Andrew Cagney <cagney@redhat.com>
4973
4974 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4975 (gdb_disassembly): Make "di" non static, always initialize and
4976 cleanup. Always use dis_asm_read_memory.
4977 (gdb_dis_asm_read_memory): Delete function.
4978
6ae2f580
AC
49792003-05-01 Andrew Cagney <cagney@redhat.com>
4980
4981 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4982 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4983
810ecf9f
AC
49842003-04-30 Andrew Cagney <cagney@redhat.com>
4985
4986 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4987 "tm_print_insn_info".
4988 (TARGET_PRINT_INSN_INFO): Delete macro.
4989 (dis_asm_read_memory): Delete function declaration.
4990 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4991 (tm_print_insn_info): Delete variable definition.
4992 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4993 * gdbarch.h, gdbarch.c: Re-generate.
4994 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4995 "deprecated_tm_print_insn_info".
4996 * mcore-tdep.c (mcore_dump_insn): Ditto.
4997 * mips-tdep.c (mips_gdbarch_init): Ditto.
4998 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4999 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5000 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5001 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5002 instead of TARGET_PRINT_INSN_INFO, add comment.
5003 * s390-tdep.c (s390_get_frame_info): Instead of
5004 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5005 (s390_check_function_end, s390_is_sigreturn): Ditto.
5006 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5007 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5008 * disasm.c: Include "gdbcore.h".
5009 (_initialize_disasm): New function, initialize
5010 "deprecated_tm_print_insn_info".
5011 (deprecated_tm_print_insn_info): New variable.
5012 (dis_asm_read_memory): Moved from "corefile.c", made static.
5013 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5014 * Makefile.in (disasm.o): Update dependencies.
5015
07020390
AC
50162003-04-30 Andrew Cagney <cagney@redhat.com>
5017
5018 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5019
a9fa03de
AF
50202003-04-29 Adam Fedor <fedor@gnu.org>
5021
5022 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5023 * infcall.c (find_function_addr): Make non-static.
5024 * infcall.h (find_function_addr): Declare.
5025 * Makefile.in (eval.o): Update dependencies.
5026
1bae87b9
AF
50272003-04-28 Adam Fedor <fedor@gnu.org>
5028
5029 * symtab.c (symbol_find_demangled_name): Check for and demangle
5030 ObjC symbols.
5031 (symbol_init_demangled_name): Init for language_objc as well.
5032
0ba6dca9
AC
50332003-04-28 Andrew Cagney <cagney@redhat.com>
5034
5035 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5036 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5037 * gdbarch.h, gdbarch.c: Re-generate.
5038 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5039 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5040 * inferior.h (deprecated_read_fp): Rename read_fp.
5041 (generic_target_read_fp): Delete declaration.
5042 * regcache.c (generic_target_read_fp): Delete function.
5043 (deprecated_read_fp): Replace read_fp, use
5044 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5045 * d10v-tdep.c (d10v_read_fp): Delete function.
5046 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5047
5048 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5049 deprecated_target_read_fp to generic_target_read_fp.
5050 * sh-tdep.c (sh_gdbarch_init): Ditto.
5051 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5053 * frv-tdep.c (frv_gdbarch_init): Ditto.
5054
5055 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5056 deprecated_fp_regnum.
5057 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5058 * vax-tdep.c (vax_gdbarch_init): Ditto.
5059 * v850-tdep.c (v850_gdbarch_init): Ditto.
5060 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5061 * sh-tdep.c (sh_gdbarch_init): Ditto.
5062 * s390-tdep.c (s390_gdbarch_init): Ditto.
5063 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5064 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5065 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5066 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5067 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5068 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5069 * i386-tdep.c (i386_gdbarch_init): Ditto.
5070 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5071 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5072 * frv-tdep.c (frv_gdbarch_init): Ditto.
5073 * cris-tdep.c (cris_gdbarch_init): Ditto.
5074 * avr-tdep.c (avr_gdbarch_init): Ditto.
5075 * arm-tdep.c (arm_gdbarch_init): Ditto.
5076 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5077
5078 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5079 * v850-tdep.c (v850_gdbarch_init): Ditto.
5080 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5081 * sh-tdep.c (sh_gdbarch_init): Ditto.
5082 * s390-tdep.c (s390_gdbarch_init): Ditto.
5083 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5084 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5085 * mips-tdep.c (mips_gdbarch_init): Ditto.
5086 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5087 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5088 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5089 * frv-tdep.c (frv_gdbarch_init): Ditto.
5090 * avr-tdep.c (avr_gdbarch_init): Ditto.
5091 * arm-tdep.c (arm_gdbarch_init): Ditto.
5092
5093 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5094 DEPRECATED_FP_REGNUM.
5095 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5096 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5097 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5098 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5099 (sparc32_register_virtual_type): Ditto.
5100 * sh-tdep.c (sh64_frame_chain): Ditto.
5101 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5102 (sh_nofp_frame_init_saved_regs): Ditto.
5103 (sh64_nofp_frame_init_saved_regs): Ditto.
5104 (sh_fp_frame_init_saved_regs): Ditto.
5105 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5106 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5107 * procfs.c (procfs_fetch_registers): Ditto.
5108 (procfs_store_registers): Ditto.
5109 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5110 (store_inferior_registers, fetch_core_registers): Ditto.
5111 (fetch_kcore_registers, clear_regs): Ditto.
5112 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5113 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5114 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5115 * nlm/i386.c (do_status): Ditto.
5116 * mipsv4-nat.c (supply_gregset): Ditto.
5117 * mips-tdep.c: Ditto for comments.
5118 * mips-nat.c (fetch_inferior_registers): Ditto.
5119 (store_inferior_registers, fetch_core_registers): Ditto.
5120 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5121 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5122 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5123 (i386_do_pop_frame, i386_register_type): Ditto.
5124 * hppa-tdep.c (hppa_frame_chain): Ditto.
5125 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5126 (hppa_pop_frame, hppa_read_fp): Ditto.
5127 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5128 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5129 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5130 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5131 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5132 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5133 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5134 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5135 * blockframe.c: Ditto for comments.
5136 * arch-utils.h: Ditto for comments.
5137 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5138 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5139 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5140 * alpha-tdep.h: Ditto for comments.
5141 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5142 (alpha_cannot_store_register): Ditto.
5143 (alpha_push_dummy_frame): Ditto.
5144 * alpha-nat.c (supply_gregset): Ditto.
5145
5146 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5147 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5148 * config/sparc/tm-sparc.h: Update comment.
5149
5150 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5151 deprecated_read_fp instead of TARGET_READ_FP.
5152 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5153 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5154 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5155 deprecated_read_fp instead of read_fp.
5156 * s390-tdep.c (s390_push_arguments): Ditto.
5157 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5158 * frame.h: Ditto in comments.
5159 * frame.c (legacy_get_prev_frame): Ditto.
5160 * dummy-frame.c (dummy_frame_this_id): Ditto.
5161 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5162
d7a27068
AC
51632003-04-28 Andrew Cagney <cagney@redhat.com>
5164
5165 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5166 * gdbarch.h, gdbarch.c: Re-generate.
5167 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5168 * vax-tdep.c (_initialize_vax_tdep): Update.
5169 * v850-tdep.c (_initialize_v850_tdep): Update.
5170 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5171 * s390-tdep.c (_initialize_s390_tdep): Update.
5172 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5173 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5174 * mips-tdep.c (_initialize_mips_tdep): Update.
5175 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5176 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5177 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5178 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5179 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5180 * frv-tdep.c (_initialize_frv_tdep): Update.
5181 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5182 (_initialize_cris_tdep): Update.
5183 * arch-utils.c (legacy_print_insn): Update.
5184 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5185
d2630e69
AF
51862003-04-26 Adam Fedor <fedor@gnu.org>
5187
5188 * linespec.c (decode_objc): New function to decode ObjC calls
5189 (decode_line_1): Check for ObjC calls (using decode_objc)
5190 * Makefile (linespec.o): Update dependencies.
5191
3086aeae
DJ
51922003-04-26 Daniel Jacobowitz <drow@mvista.com>
5193
5194 * breakpoint.h (struct breakpoint_ops): New.
5195 (struct breakpoint): Add ops member.
5196
5197 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5198 (mention): Use new breakpoint ops member.
5199 (set_raw_breakpoint): Initialize ops field to NULL.
5200 (print_exception_catchpoint, print_one_exception_catchpoint)
5201 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5202 (gnu_v3_exception_catchpoint_ops): New.
5203 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5204
1fbec6c3
AF
52052003-04-25 Adam Fedor <fedor@gnu.org>
5206
5207 * Makefile.in (COMMON_OBS): Add objc-lang.o
5208
0ef21242
AC
52092003-04-25 Andrew Cagney <cagney@redhat.com>
5210
5211 * d10v-tdep.c (print_insn): Delete function.
5212 (display_trace): Use TARGET_PRINT_INSN.
5213 (_initialize_d10v_tdep): Do not set tm_print_insn.
5214 (d10v_gdbarch_init): Set print_insn.
5215
f75493ed
AC
52162003-04-25 Andrew Cagney <cagney@redhat.com>
5217
5218 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5219 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5220 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5221 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5222 (nr_dmap_regs, a0_regnum): ... new functions.
5223 (d10v_print_registers_info): Use a0_regnum, use register_size.
5224 (d10v_register_byte): Delete function.
5225 (d10v_register_raw_size): Delete function.
5226 (d10v_register_type): Use a0_regnum.
5227 (d10v_print_registers_info): Use a0_regnum.
5228 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5229 (d10v_gdbarch_init): Do not set register_byte or
5230 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5231 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5232 extract_address.
5233 (trace_command): Use XCALLOC.
5234 (print_insn): Delete reference to tm_print_insn.
5235 (saved_regs_unwinder): Use store_unsigned_integer instead of
5236 store_address.
5237 * frame.h (FRAME_OBSTACK_CALLOC): Define
5238
2202b100
DC
52392003-04-25 David Carlton <carlton@bactrian.org>
5240
5241 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5242
4e45ca2e
AF
52432003-04-24 Adam Fedor <fedor@gnu.org>
5244
5245 * objc-lang.c: Include "valprint.h"
5246 * Makefile.in (objc-lang.o): Update dependencies.
5247
93de3e7f
AF
52482003-04-24 Adam Fedor <fedor@gnu.org>
5249
8ffd9b1b 5250 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
5251 architecture dependant compilation and mark as unimplemented
5252 (until they get put in the gdbarch vector).
5253
0f20eeea
DC
52542003-04-23 David Carlton <carlton@bactrian.org>
5255
5256 * cp-support.c (cp_find_first_component): Accept 'operator' in
5257 more locations.
5258
74cfe982
AC
52592003-04-23 Andrew Cagney <cagney@redhat.com>
5260
5261 * infcall.c (call_function_by_hand): Eliminate redundant
5262 indentation. Move "saved_async" and "old_cleanups" to where they
5263 are needed.
8ffd9b1b 5264
52557533
AC
52652003-04-23 Andrew Cagney <cagney@redhat.com>
5266
5267 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5268 and "buffer". Move the "name" code to where it is needed.
5269
158775de
AC
52702003-04-23 Andrew Cagney <cagney@redhat.com>
5271
5272 * infcall.c (call_function_by_hand): Move variables "start_sp",
5273 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5274 code to ON_STACK switch branch.
8ffd9b1b 5275
ebc7896c
AC
52762003-04-23 Andrew Cagney <cagney@redhat.com>
5277
5278 * infcall.c (call_function_by_hand): Make declaration of "i",
5279 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5280 lint.
5281
d727590f
AC
52822003-04-23 Andrew Cagney <cagney@redhat.com>
5283
5284 * infcall.c (call_function_by_hand): Delete variable
5285 "n_method_args". Localize "param_type"'s declaration to the loop
5286 that it is used. Reinstate code assigning to said variable -
5287 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5288 Rationalize code using "param_type".
5289
d585e13a
AC
52902003-04-22 Andrew Cagney <cagney@redhat.com>
5291
5292 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5293 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5294 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5295 to DEPRECATED_PUSH_RETURN_ADDRESS.
5296
051caad9
KB
52972003-04-22 Kevin Buettner <kevinb@redhat.com>
5298
5299 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5300 on the DWARF2 register number prior to fetching a register.
5301
77296879
JB
53022003-04-22 J. Brobecker <brobecker@gnat.com>
5303
5304 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5305 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 5306 this macro was always set to 0.
77296879
JB
5307 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5308 considering the fact that this macro was always set to 0.
5309 * hppa-tdep.h (hppa_store_return_value): Likewise.
5310 (hppa_extract_return_value): Likewise.
5311
4252f1df
JB
53122003-04-22 J. Brobecker <brobecker@gnat.com>
5313
5314 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5315 the hppa-pro target only.
5316
14604c6b
JB
53172003-04-21 J. Brobecker <brobecker@gnat.com>
5318
5319 Ongoing multi-arch conversion effort for HP/UX:
5320 * config/pa/tm-hppa.h: Move all macro that are no longer
5321 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5322 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5323
77eb01d1
JB
53242003-04-21 J. Brobecker <brobecker@gnat.com>
5325
5326 * config/pa/tm-hppa.h: Obsolete a section that was only used
5327 for hppa-pro.
5328
61995b3b
JB
53292003-04-21 J. Brobecker <brobecker@gnat.com>
5330
5331 Ongoing multi-arch conversion for HP/UX.
5332 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5333 if already defined (allows hppa64 to stay non-multiarched for now).
5334 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5335
4aa79dcc
AC
53362003-04-21 Andrew Cagney <cagney@redhat.com>
5337
5338 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5339
0f751ff2
AC
53402003-04-21 Andrew Cagney <cagney@redhat.com>
5341
5342 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5343 "i386_num_mmx_regs".
5344
04714b91
AC
53452003-04-21 Andrew Cagney <cagney@redhat.com>
5346
5347 * infcall.c: New file.
5348 * infcall.h: New file.
5349 * valarith.c: Include "infcall.h".
5350 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5351 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5352 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5353 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5354 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5355 (SFILES): Add "infcall.c"
5356 (COMMON_OBS): Add "infcall.o".
5357 (infcall.o): Specify dependencies.
5358 * value.h (call_function_by_hand): Delete declaration.
5359 * inferior.h (run_stack_dummy): Delete declaration.
5360 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5361 (run_stack_dummy): Move to "infcall.c", merged into
5362 call_function_by_hand.
5363 * valops.c (call_function_by_hand): Moved to "infcall.c".
5364 (find_function_addr, value_arg_coerce): Ditto.
5365 (unwindonsignal_p, coerce_float_to_double): Ditto.
5366 (_initialize_valops): Move "set/show coerce-float-to-double", and
5367 "set/show unwindonsignal" commands to "infcall.c".
5368 * v850-tdep.c, target.h: Update comments.
5369 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5370 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5371 (sh64_init_extra_frame_info): Update comments.
5372 * mn10300-tdep.c: Update comments.
5373 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5374 * config/sparc/tm-sparc.h: Update comments.
5375 * breakpoint.h: Update comments.
5376 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5377 * arm-tdep.c: Update comment.
5378
f9d3c2a8
MK
53792003-04-19 Mark Kettenis <kettenis@gnu.org>
5380
c40e1eab
MK
5381 * i386-tdep.c (i386_num_register_names): New variable.
5382 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5383 (MM0_REGNUM): Remove redundant parentheses in define.
5384 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5385 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5386 i386_mxcsr_regnum_p): Remove redundant parentheses.
5387 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 5388
94ea66b3
MK
5389 * i386-tdep.c (i386_extract_return_value,
5390 i386_store_return_value): Correct check for availability of
5391 floating-point registers.
5392
54299a1d
MK
5393 * i386-tdep.c (i386_frame_num_args): Remove function.
5394 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5395
c86c27af
MK
5396 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5397 mmx_regnum_to_fp_regnum. Adjust all callers.
5398
f9d3c2a8
MK
5399 * i386-tdep.c (i386_get_longjmp_target): Use
5400 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5401 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5402 extract_address.
5403
94ba74a9
MK
54042003-04-19 Mark Kettenis <kettenis@gnu.org>
5405
5406 * core-regset.c: Update comments to reflect reality. Re-order
5407 includes.
5408 (fetch_core_registers): Use switch instead of if. Remove
5409 redundant prototype.
5410
4074e13c
JB
54112003-04-18 Jim Blandy <jimb@redhat.com>
5412
5413 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 5414 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 5415
e3ab4aba
RH
54162003-04-17 Richard Henderson <rth@redhat.com>
5417
5418 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5419
627bf7c1
EZ
54202003-04-17 Michael Snyder <msnyder@redhat.com>
5421 Karen Bennet <bennet@redhat.com>
5422
5423 Committed by Elena Zannoni <ezannoni@redhat.com>
5424 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 5425
514621a9
EZ
54262003-04-17 Elena Zannoni <ezannoni@redhat.com>
5427
5428 * values.c (value_being_returned): Don't fetch the return
fbe586ae 5429 value if the return type is void.
514621a9 5430
b4acd559
JJ
54312003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5432
5433 * thread-db.c: Reindented.
8ffd9b1b 5434
530b167e 54352003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
5436
5437 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5438 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
5439 as types.
5440
0a48e7e8
MS
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
8ffd9b1b 5464
ab9fe00e
KB
54652003-04-16 Kevin Buettner <kevinb@redhat.com>
5466
610a3745 5467 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
5468 the size of ``long double'' to 16, instead of 8.
5469
e64a344c
MK
54702003-04-16 Mark Kettenis <kettenis@gnu.org>
5471
5472 * i386-linux-nat.c: Add some whitespace to make things more
5473 readable.
5474 (fetch_register, store_register, fetch_inferior_registers,
5475 store_inferior_registers): Get rid of assignment in if-statement.
5476 (store_register): Fix typo in error message.
5477
25d41031
AC
54782003-04-16 Andrew Cagney <cagney@redhat.com>
5479
5480 * utils.c (xmmalloc): Always allocate something, matches
5481 libiberty/xmalloc's semantics.
5482 (xmrealloc, xmcalloc): Ditto.
5483
c50901fd
AC
54842003-04-16 Andrew Cagney <cagney@redhat.com>
5485
5486 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5487 update comments.
5488 (get_frame_type): Initialize unwind and type when needed.
5489 (get_frame_id, frame_register_unwind): Ditto.
5490
f81824a9
AC
54912003-04-16 Andrew Cagney <cagney@redhat.com>
5492
5493 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5494 obsolete.
5495 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5496 * sparcl-stub.c: Obsolete file.
5497 * config/sparc/tm-sparclet.h: Obsolete file.
5498 * sparclet-stub.c: Obsolete file.
5499 * sparclet-rom.c: Obsolete file.
5500 * sparcl-tdep.c: Obsolete file.
5501 * config/sparc/tm-sparclite.h: Obsolete file.
5502 * config/sparc/sparclite.mt: Obsolete file.
5503 * config/sparc/sparclet.mt: Obsolete file.
5504 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5505 sparc86x-*-* obsolete.
5506
9219021c
DC
55072003-04-15 David Carlton <carlton@math.stanford.edu>
5508
5509 * Makefile.in (SFILES): Add cp-namespace.c.
5510 (COMMON_OBS): Add cp-namespace.o.
5511 (block.o): Depend on gdb_obstack_h and cp_support_h.
5512 (buildsym.o): Depend on cp_support_h.
5513 (cp-namespace.o): New.
5514 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5515 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5516 (dwarf2read.o): Depend on cp_support_h.
5517 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5518 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5519 processing_current_namespace.
5520 (read_namespace): Update processing_current_namespace; check for
5521 anonymous namespaces.
5522 (dwarf2_name): New function.
5523 (dwarf2_extension): Ditto.
5524 * cp-support.h: Update copyright, contributors.
5525 Add inclusion guards.
5526 Add opaque declaration for structs obstack, block, symbol.
5527 (struct using_direct): New struct.
5528 Add declarations for cp_find_first_component,
5529 cp_entire_prefix_len, processing_has_namespace_info,
5530 processing_current_namespace, cp_is_anonymous,
5531 cp_add_using_directive, cp_initialize_namespace,
5532 cp_finalize_namespace, cp_set_block_scope,
5533 cp_scan_for_anonymous_namespaces.
5534 * cp-namespace.c: New file.
5535 * cp-support.c: Update copyright.
5536 Include ctype.h, gdb_assert.h, gdbcmd.h.
5537 New variable maint_cplus_cmd_list.
5538 (cp_find_first_component): New function.
5539 (cp_entire_prefix_len, maint_cplus_command)
5540 (first_component_command, _initialize_cp_support): Ditto.
5541 * buildsym.c: Include cp-support.h.
5542 New variable using_list.
5543 (add_symbol_to_list): Check for anonymous namespaces.
5544 (finish_block): Set block's scope.
5545 (start_symtab): Initialize C++ namespace support.
5546 (end_symtab): Finalize C++ namespace support.
5547 * block.h: Add opaque declarations for structs
5548 block_namespace_info, using_direct, and obstack.
5549 Add declarations for block_set_scope and block_set_using.
5550 (struct block): Add 'language_specific' member.
5551 (BLOCK_NAMESPACE): New macro.
5552 * block.c: Include gdb_obstack.h and cp-support.h.
5553 (struct block_namespace_info): New struct.
5554 (block_set_scope): New function.
5555 (block_set_using, block_initialize_namespace): Ditto.
5556
d5a921c9
KB
55572003-04-14 Kevin Buettner <kevinb@redhat.com>
5558
5559 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5560 (locate_base): Return early if there aren't any link map offsets.
5561 (svr4_solib_create_inferior_hook): Warn if shared library support
5562 is unavailable.
5563
d2a52b27
DC
55642003-04-14 David Carlton <carlton@math.stanford.edu>
5565
5566 * symtab.c (symbol_set_names): Add prefix when storing Java names
5567 in hash table. Fix for PR java/1039.
5568
980cae7a
DC
55692003-04-14 David Carlton <carlton@math.stanford.edu>
5570
5571 * symtab.c (symbol_set_names): Rename 'name' arg to
5572 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5573 * symtab.h: Change 'name' argument in declaration of
5574 symbol_set_names to 'linkage_name'.
5575 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5576
e227b13c
AC
55772003-04-14 Andrew Cagney <cagney@redhat.com>
5578
5579 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5580 return the fully sign-extended register value.
5581 (get_frame_pointer): Ditto.
5582 (mips_pop_frame): Initialize "proc_desc" after checking for a
5583 dummy frame.
5584
36712a20
AC
55852003-04-14 Andrew Cagney <cagney@redhat.com>
5586
5587 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5588 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5589 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5590 (mips_push_register): Delete function.
5591 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5592 PUSH_FP_REGNUM.
5593
44ea7b70
JB
55942003-04-14 Jim Blandy <jimb@redhat.com>
5595
5596 * symmisc.c: #include "gdb_regex.h".
5597 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5598 functions.
5599 * maint.c (maintenance_list_command): New function.
5600 (_initialize_maint_cmds): Register the above as commands.
5601 * symtab.h (maintenance_list_symtabs,
5602 maintenance_list_psymtabs): New declarations.
5603 * cli/cli-cmds.c (maintenancelistlist): New variable.
5604 (init_cmd_lists): Initialize it.
5605 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5606 * gdbcmd.h (maintenancelistlist): New declaration.
5607 * Makefile.in (symmisc.o): Update dependencies.
5608
2d0c7962
EZ
56092003-04-14 Elena Zannoni <ezannoni@redhat.com>
5610
5611 * s390-nat.c: Include asm/types.h for addr_t.
5612
1947a811
CV
56132003-04-14 Corinna Vinschen <vinschen@redhat.com>
5614
5615 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5616 actually incoming type.
5617
adb616d7
AC
56182003-04-13 Andrew Cagney <cagney@redhat.com>
5619
5620 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5621 get_next_frame and get_frame_saved_regs.
5622
9b5e151c
AC
56232003-04-13 Andrew Cagney <cagney@redhat.com>
5624
5625 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5626 of gdbarch_num_regs.
5627
ef6e7e13
AC
56282003-04-13 Andrew Cagney <cagney@redhat.com>
5629
5630 * frame.h: Mention what replaced what in "struct frame_info".
5631 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5632 deprecated_update_frame_base_hack and
5633 deprecated_update_frame_pc_hack.
5634 * hppa-tdep.c: Ditto.
5635
61fbb938
DJ
56362003-04-13 Daniel Jacobowitz <drow@mvista.com>
5637
5638 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5639 to read_reg and update its comment. Remove regnum member.
5640 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5641 Don't call read_reg when setting in_reg. Call read_reg to get
5642 the frame base if it's in a register. Return the register number
5643 on the stack instead of in the context. Remove extra arguments
5644 to read_reg.
5645 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5646 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5647 the register number on the expression stack.
5648 (needs_frame_read_reg): Remove extra arguments.
5649
0d53c4c4
DJ
56502003-04-13 Daniel Jacobowitz <drow@mvista.com>
5651
5652 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5653 made non-static.
5654 (execute_stack_op): All callers updated.
5655 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5656 * dwarf2loc.c (find_location_expression): New function.
5657 (dwarf_expr_frame_base): Call it.
5658 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5659 (dwarf2_tracepoint_var_ref): New function, broken out from
5660 locexpr_tracepoint_var_ref.
5661 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5662 Make static.
5663 (loclist_read_variable, loclist_read_needs_frame): New functions.
5664 (loclist_describe_location, loclist_tracepoint_var_ref): New
5665 functions.
5666 (dwarf2_loclist_funcs): New struct location_funcs.
5667 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5668 (struct dwarf2_locexpr_baton): Add comments.
5669 (dwarf2_loclist_funcs): New extern.
5670 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5671 base_address and base_known.
5672 (dwarf_loc_buffer): New variable.
5673 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5674 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5675 (dwarf2_has_info): Initialize dwarf_loc_offset.
5676 (dwarf2_build_psymtabs): Read in .debug_loc.
5677 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5678 DWARF_LOC_SIZE.
5679 (psymtab_to_symtab_1): Likewise. Move base address calculation
5680 here, from...
5681 (dwarf2_get_pc_bounds): ... here. Use the base address from
5682 cu_header.
5683 (dwarf2_symbol_mark_computed): Handle location lists.
5684
6aca59a3
DJ
56852003-04-13 Daniel Jacobowitz <drow@mvista.com>
5686
5687 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5688 if the linkage name demangled successfully.
5689
aca1fcd0
MK
56902003-04-13 Mark Kettenis <kettenis@gnu.org>
5691
97095916
MK
5692 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5693 disassmbly_flavour): Removed.
5694
aca1fcd0
MK
5695 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5696
562a961f
MK
56972003-04-13 Mark Kettenis <kettenis@gnu.org>
5698
5699 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5700
bd013d54
AC
57012003-04-12 Andrew Cagney <cagney@redhat.com>
5702
5703 * frame.h (struct frame_info): Move definition from here ...
5704 * frame.c (struct frame_info): ... to here.
5705
167ef8b1
AC
57062003-04-12 Andrew Cagney <cagney@redhat.com>
5707
5708 * gdbthread.h (save_infrun_state): Delete parameter
5709 "prev_func_start".
5710 (struct thread_info): Delete field "prev_func_start".
5711 (load_infrun_state): Ditto.
5712 * thread.c (load_infrun_state, save_infrun_state): Update.
5713 * infrun.c (prev_func_start): Delete variable.
5714 (context_switch, init_wait_for_inferior): Update.
5715 (stop_stepping, keep_going): Update.
5716
da3331ec
AC
57172003-04-12 Andrew Cagney <cagney@redhat.com>
5718
5719 * gdbarch.sh: Add missing opaque declarations.
5720 * gdbarch.h: Regnerate.
5721 * symtab.h: Add missing opaque declarations.
5722 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5723 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5724 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5725 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5726 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5727 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5728 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5729 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5730 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5731 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5732 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5733 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5734 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5735
18adea3f
AC
57362003-04-11 Andrew Cagney <cagney@redhat.com>
5737
5738 * frame.c (get_frame_id): Return this frame's "id".
5739 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5740 function start.
5741 (legacy_saved_regs_this_id): Replace function body with
5742 internal-error.
5743 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5744 FRAME_OBSTACK_ZALLOC.
5745 (create_new_frame): Mark the frame ID as valid.
5746
2252e863
AO
57472003-04-11 Alexandre Oliva <aoliva@redhat.com>
5748
5749 * Makefile.in (libbfd_h): Added missing setting.
5750 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5751 according to the selected ABI.
5752
a8245ab8
JJ
57532003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5754
5755 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5756
6913c89a
AC
57572003-04-11 Andrew Cagney <cagney@redhat.com>
5758
5759 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5760 SAVED_PC_AFTER_CALL.
5761 * gdbarch.h, gdbarch.c: Regenerate.
5762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5763 * x86-64-tdep.c (x86_64_init_abi): Update.
5764 * vax-tdep.c (vax_gdbarch_init): Update.
5765 * v850-tdep.c (v850_gdbarch_init): Update.
5766 * sparc-tdep.c (sparc_gdbarch_init): Update.
5767 * sh-tdep.c (sh_gdbarch_init): Update.
5768 * s390-tdep.c (s390_gdbarch_init): Update.
5769 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5770 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5771 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5772 * mips-tdep.c (mips_gdbarch_init): Update.
5773 * mcore-tdep.c (mcore_gdbarch_init): Update.
5774 * m68k-tdep.c (m68k_gdbarch_init): Update.
5775 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5776 * ia64-tdep.c (ia64_gdbarch_init): Update.
5777 (ia64_saved_pc_after_call): Update declaration.
5778 * i386ly-tdep.c (i386lynx_init_abi): Update.
5779 * i386-tdep.c (i386_gdbarch_init): Update.
5780 * hppa-tdep.c (hppa_gdbarch_init): Update.
5781 * h8300-tdep.c (h8300_gdbarch_init): Update.
5782 * frv-tdep.c (frv_gdbarch_init): Update.
5783 * cris-tdep.c (cris_gdbarch_init): Update.
5784 * avr-tdep.c (avr_gdbarch_init): Update.
5785 * arm-tdep.c (arm_gdbarch_init): Update.
5786 * alpha-tdep.c (alpha_gdbarch_init): Update.
5787 * ns32knbsd-nat.c (frame_num_args): Update.
5788 * ns32k-tdep.c (umax_frame_num_args): Update.
5789 * mips-tdep.c (mips_init_frame_pc_first): Update.
5790 * infrun.c (step_over_function): Update.
5791 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5792 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5793 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5794 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5795 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5796 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5797 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5798 * arch-utils.c (init_frame_pc_default): Update.
5799 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5800 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5801 declaration.
8ffd9b1b 5802
38edeab8
AC
58032003-04-11 Andrew Cagney <cagney@redhat.com>
5804
5805 * i387-tdep.c: Update copyright.
5806 (i387_to_double): Delete function.
5807 (double_to_i387): Delete function.
5808
81f8a206
AC
58092003-04-10 Andrew Cagney <cagney@redhat.com>
5810
5811 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5812 frame's function's address. Simplify.
5813 (d10v_frame_unwind_cache): Check that the frame's function is
5814 non-zero.
5815
6e691f7a
JB
58162003-04-10 Jim Blandy <jimb@redhat.com>
5817
5818 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5819 call to set_gdbarch_deprecated_push_arguments.
5820
7f78e237
AC
58212003-04-10 Andrew Cagney <cagney@redhat.com>
5822
5823 * frame.c (fprint_frame_id): New function.
5824 (fprint_frame_type, fprint_frame): New function.
5825 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5826 (create_sentinel_frame, get_frame_id): Ditto.
5827 (frame_id_p, frame_id_eq): Ditto.
5828 (frame_id_inner, create_new_frame): Ditto.
5829 (legacy_get_prev_frame, get_prev_frame): Ditto.
5830 (deprecated_update_frame_pc_hack): Ditto.
5831 (frame_register_unwind): Ditto.
5832 (deprecated_update_frame_base_hack): Ditto.
5833
f870b49b
CV
58342003-04-10 Corinna Vinschen <vinschen@redhat.com>
5835
5836 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5837 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5838 frame_chain function.
5839 * Makefile.in: Add dependencies due to above change.
5840
7c86889b
CV
58412003-04-10 Corinna Vinschen <vinschen@redhat.com>
5842
5843 * blockframe.c (legacy_frame_chain_valid): Move call to
5844 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5845 inside_entry_file.
5846
d0a55772
AC
58472003-04-09 Andrew Cagney <cagney@redhat.com>
5848
5849 * frame.h (struct frame_id): Replace "pc" and "base" with
5850 "stack_addr" and "code_addr". Update comments.
5851 (frame_id_build): Update parameter names and comment.
5852 (struct frame_info): Replace "id_p" and "id" with "this_id".
5853 * dummy-frame.c (dummy_frame_this_id): Update.
5854 * breakpoint.c (print_one_breakpoint): Update.
5855 * frame.c (get_frame_id): Update.
5856 (get_frame_base, frame_id_build): Update.
5857 (create_sentinel_frame, legacy_get_prev_frame): Update.
5858 (deprecated_update_frame_base_hack): Update.
5859 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5860 (frame_id_inner): Ditto.
5861
ac16bf07
AC
58622003-04-09 Andrew Cagney <cagney@redhat.com>
5863
5864 * defs.h (gdb_print_host_address): Make "addr" parameter a
5865 pointer constant.
5866 * utils.c (gdb_print_host_address): Update.
5867
366cfc9e
KB
58682003-04-09 Kevin Buettner <kevinb@redhat.com>
5869
5870 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5871 register number for R0 is 0.
5872
cd983b5c
JB
58732003-04-09 J. Brobecker <brobecker@gnat.com>
5874
5875 * frame.h (struct gdbarch): Add opaque structure definition
5876 to avoid a compilation warning on LynxOS 4.0.
5877
d1340264
AC
58782003-04-09 Andrew Cagney <cagney@redhat.com>
5879
5880 * frame.h (struct frame_info): Delete field "pc". Replace
5881 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5882 structure.
5883 * frame.c (frame_pc_unwind): Update.
5884 (create_sentinel_frame): Do not set "pc".
5885 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5886 (get_frame_pc): Call frame_pc_unwind.
5887 (deprecated_update_frame_pc_hack): Update.
5888 (create_new_frame): Use "pc" not "->pc".
5889
90a6fffb
AC
58902003-04-09 Andrew Cagney <cagney@redhat.com>
5891
5892 * frame.c (get_frame_id): Eliminate code updating "frame".
5893 (legacy_get_prev_frame): Ditto.
5894 (get_frame_base): Return id.base directly.
5895 (deprecated_update_frame_base_hack): Update "id.base".
5896 * frame.h (struct frame_info): Delete field "frame".
5897
2fbce691
AC
58982003-04-09 Andrew Cagney <cagney@redhat.com>
5899
5900 * NEWS: Mention that the "Sequent family" is obsolete.
5901 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5902 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5903 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5904 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5905 * config/i386/tm-ptx4.h: Obsolete file.
5906 * config/i386/tm-ptx.h: Obsolete file.
5907 * symm-tdep.c: Obsolete file.
5908 * config/i386/symmetry.mt: Obsolete file.
5909 * config/i386/tm-symmetry.h: Obsolete file.
5910 * symm-nat.c: Obsolete file.
5911 * config/i386/nm-symmetry.h: Obsolete file.
5912 * config/i386/xm-symmetry.h: Obsolete file.
5913 * config/i386/symmetry.mh: Obsolete file.
5914 * config/i386/nm-ptx4.h: Obsolete file.
5915 * config/i386/ptx4.mh: Obsolete file.
5916 * config/i386/ptx.mt: Obsolete file.
5917 * config/i386/ptx.mh: Obsolete file.
5918 * config/i386/xm-ptx4.h: Obsolete file.
5919 * config/i386/xm-ptx.h: Obsolete file.
5920
78c43945
AC
59212003-04-09 Andrew Cagney <cagney@redhat.com>
5922
5923 Obsolete mips*-*-mach3*.
5924 * NEWS: Mention that mips*-*-mach3* is obsolete.
5925 * m3-nat.c: Obsolete file.
5926 * config/nm-m3.h: Obsolete file.
5927 * config/mips/tm-mipsm3.h: Obsolete file.
5928 * config/mips/mipsm3.mt: Obsolete file.
5929 * config/mips/mipsm3.mh: Obsolete file.
5930 * config/mips/xm-mipsm3.h: Obsolete file.
5931 * mipsm3-nat.c: Obsolete file.
5932 * configure.host: Obsolete mips-dec-mach3*.
5933 * configure.tgt: Obsolete mips*-*-mach3*.
5934
f1908289
AC
59352003-04-09 Andrew Cagney <cagney@redhat.com>
5936
5937 * doublest.h: Update copyright.
5938 (deprecated_store_floating, deprecated_extract_floating): Rename
5939 store_floating and extract_floating. Update comments.
5940 * doublest.c: Update copyright.
5941 (extract_floating_by_length): Replace extract_floating.
5942 (store_floating_by_length): Replace store_floating.
5943 (deprecated_extract_floating): New function.
5944 (deprecated_store_floating): New function.
5945 (extract_typed_floating): Call extract_floating_by_length.
5946 (store_typed_floating): Call store_floating_by_length.
5947 * x86-64-tdep.c (x86_64_store_return_value): Update.
5948 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5949 (sh64_extract_return_value): Update.
5950 (sh_sh4_register_convert_to_virtual): Update.
5951 (sh_sh64_register_convert_to_virtual): Update.
5952 (sh_sh4_register_convert_to_raw): Update.
5953 (sh_sh64_register_convert_to_raw): Update.
5954 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5955 (rs6000_register_convert_to_raw): Update.
5956 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5957 (ia64_register_convert_to_raw): Update.
5958 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5959 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5960 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5961 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5962 (alpha_register_convert_to_raw): Update.
5963
4443bd83
AC
59642003-04-08 Andrew Cagney <cagney@redhat.com>
5965
5966 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5967 * gdbarch.h, gdbarch.c: Re-generate.
5968 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5969 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5970 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5971 conditionally, use frame_pc_unwind as an alternative. Add
5972 comments.
5973 * arch-utils.c (init_frame_pc_default): Only call
5974 SAVED_PC_AFTER_CALL when available.
5975
c0236d92
EZ
59762003-04-08 Elena Zannoni <ezannoni@redhat.com>
5977
fbe586ae 5978 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5979 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5980 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5981 (start_remote): Ditto.
5982 (handle_inferior_event): Ditto.
5983 (save_inferior_status): Ditto.
5984 (restore_inferior_status): Ditto.
5985 * infcmd.c (attach_command): Ditto.
5986 * fork-child.c (startup_inferior): Ditto.
fbe586ae 5987 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5988 * alpha-tdep.c (heuristic_proc_start): Ditto.
5989 * mips-tdep.c (heuristic_proc_start): Ditto.
5990 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5991 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5992 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5993 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5994 * remote-vx.c (vx_create_inferior): Ditto.
5995
59962003-04-08 Elena Zannoni <ezannoni@redhat.com>
5997
5998 * infrun.c (stop_soon_quietly): Make it an enum, to better
5999 override the default behavior of handle_inferior_event.
6000 (clear_proceed_status): Update uses of stop_soon_quietly to
6001 reflect that it is now an enum.
6002 (start_remote): Ditto.
6003 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6004 is set to handle the new GNU/Linux kernel behavior for
6005 attach/sigstop. Update uses of stop_soon_quietly.
6006 * inferior.h (enum stop_kind): New enum.
6007 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6008 Reset normal handle_inferior_event behavior, afterwards.
6009 * fork-child.c (startup_inferior): Update.
6010 * alpha-tdep.c (heuristic_proc_start): Update.
6011 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6012 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6013 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6014 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6015 * remote-vx.c (vx_create_inferior): Update.
6016 * mips-tdep.c (heuristic_proc_start): Update.
6017
1211bce3
EZ
60182003-04-07 Elena Zannoni <ezannoni@redhat.com>
6019
6020 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 6021 be freed more than once, causing wild memory corruptions.
1211bce3 6022 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 6023 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 6024 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 6025 with the "core" target.
1211bce3 6026
f0ef6b29
KB
60272003-04-07 Kevin Buettner <kevinb@redhat.com>
6028
6029 * mips-tdep.c (mips_print_fp_register): New function, created from
6030 do_fp_register_row(). Registers are now (also) printed as hex.
6031 Only one register is printed per row.
6032 (mips_print_register, do_fp_register_row): Print floating point
6033 registers with mips_print_fp_register().
6034
8cf71652
AC
60352003-04-06 Andrew Cagney <cagney@redhat.com>
6036
5e488a7b
AC
6037 * valprint.h (inspect_it): Add extern declaration.
6038 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6039 (selectors_info, classes_info): Ditto.
6040 (find_objc_msgcall): Fix indentation.
6041 (objc_printstr): Delete extern declarations.
6042
8cf71652
AC
6043 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6044
e6ba3bc9
AC
60452003-04-06 Andrew Cagney <cagney@redhat.com>
6046
6047 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6048 Update comment.
6049 * frame.c (legacy_saved_regs_this_id): Update.
6050 (legacy_get_prev_frame): Update.
6051 * xstormy16-tdep.c: Update comment.
6052 * sparc-tdep.c (sparc_frame_chain): Update comment.
6053 * blockframe.c (legacy_frame_chain_valid): Update.
6054
55e1d7e7
AC
60552003-04-06 Andrew Cagney <cagney@redhat.com>
6056
996179ee
AC
6057 * valprint.c (val_print_type_code_int): Delete #ifdef
6058 PRINT_TYPELESS_INTEGER code.
6059
55e1d7e7
AC
6060 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6061 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6062 multi-arch definition.
6063 * gdbarch.h: Re-generate.
6064
43bd9a9e
AC
60652003-04-05 Andrew Cagney <cagney@redhat.com>
6066
6067 Eliminate FRAME_FIND_SAVED_REGS.
6068 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6069 Change FSR parameter to a pointer.
6070 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6071 Assume FSR parameter is a pointer.
6072 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6073 Make fsr a pointer.
6074 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6075 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6076 saved_regs a pointer.
6077 (hppa_frame_saved_pc): Ditto.
6078 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6079 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6080 pointer.
6081 (restore_pc_queue): Make fsr a pointer.
6082 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6083 (hppa_frame_chain): Make saved_regs a pointer, call
6084 hppa_frame_init_saved_regs.
6085 * sparc-tdep.c: Include "gdb_assert.h".
6086 (sparc_frame_find_saved_regs): Replace internal_error with
6087 gdb_assert.
6088 * remote-vxsparc.c (vx_read_register): Delete reference to
6089 FRAME_FIND_SAVED_REGS.
6090 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6091 * gdbarch.h: Regenerate.
6092 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6093 (deprecated_get_frame_saved_regs): Delete declaration.
6094 (struct frame_saved_regs): Delete definition.
6095 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6096 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6097 (hppa_frame_find_saved_regs): Delete declaration.
6098 (FRAME_FIND_SAVED_REGS): Delete macro.
6099 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6100 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6101 FRAME_FIND_SAVED_REGS in comment.
6102
be41e9f4
AC
61032003-04-05 Andrew Cagney <cagney@redhat.com>
6104
6105 * frame.c (frame_func_unwind, get_frame_func): New functions.
6106 * frame.h (get_frame_func, frame_func_unwind): Declare.
6107 (struct frame_info): Add field "prev_func" for caching the
6108 previous frame's function address.
6109 * arm-tdep.c (arm_frameless_function_invocation): Combine
6110 get_pc_function_start and get_frame_pc into get_frame_func.
6111 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6112 (sh64_nofp_frame_init_saved_regs): Ditto.
6113 * s390-tdep.c (s390_function_start): Ditto.
6114 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6115 (rs6000_frameless_function_invocation): Ditto.
6116 (rs6000_frame_saved_pc): Ditto.
6117 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6118 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6119 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6120 (i386_frame_init_saved_regs): Ditto.
6121 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6122 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6123 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6124 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6125 * blockframe.c (frameless_look_for_prologue): Ditto.
6126
a01dd7cc
AC
61272003-04-05 Andrew Cagney <cagney@redhat.com>
6128
6129 * frame.c (legacy_get_prev_frame): Link prev to next at the
6130 function start. Update comments.
6131
5e5592e6
AC
61322003-04-05 Andrew Cagney <cagney@redhat.com>
6133
6134 * frame.c (get_frame_id): Update comment.
6135 (legacy_get_prev_frame): Update comment.
6136 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6137 * gdbarch.h: Regenerate.
6138 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6139 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6140
6fba5002
AC
61412003-04-05 Andrew Cagney <cagney@redhat.com>
6142
6143 * stack.c (print_frame_info): Use get_frame_pc.
6144
7df05f2b
AC
61452003-04-04 Andrew Cagney <cagney@redhat.com>
6146
6147 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6148 the frame's type from the unwinder.
6149 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6150 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6151 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6152 (get_frame_base_address): Use get_frame_type.
6153 (get_frame_locals_address, get_frame_args_address): Ditto.
6154 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6155 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6156 (struct frame_info): Add comment explaining why the frame contains
6157 a "type" field.
6158 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6159 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6160 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6161 NORMAL_FRAME.
6162 * frame-unwind.h: Include "frame.h".
6163 (struct frame_unwind): Add "type" field.
6164 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 6165
11889732
AC
61662003-04-04 Andrew Cagney <cagney@redhat.com>
6167
6168 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6169 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6170 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6171 get_frame_base.
6172 (d10v_unwind_dummy_id): Use frame_id_build.
6173 * frame.c (find_frame_sal): Use get_frame_pc.
6174 (create_new_frame): Use deprecated_update_frame_pc_hack and
6175 deprecated_update_frame_base_hack.
6176 (create_sentinel_frame): Add comment about ->pc going away.
6177 (get_prev_frame): Add comment about ->pc going away.
6178 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6179 frame_id_build, deprecated_update_frame_pc_hack and
6180 deprecated_update_frame_base_hack.
6181 (select_frame): Use get_frame_pc.
6182 (legacy_saved_regs_this_id): Use frame_id_build.
6183
50c46a0d
EZ
61842003-04-04 Elena Zannoni <ezannoni@redhat.com>
6185
fbe586ae
RH
6186 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6187 signed integer case.
6188 (classify_argument): Handle enumerations and references.
50c46a0d 6189
50bbdbd9
AC
61902003-04-04 Andrew Cagney <cagney@redhat.com>
6191
6192 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6193 ID to NULL.
6194
36018d2e
AF
61952003-04-01 Adam Fedor <fedor@gnu.org>
6196
6197 * gdb/objc-lang.c (selectors_info): Replace calls to
6198 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6199 SYMBOL_NATURAL_NAME.
6200 (classes_info, find_methods): Likewise.
6201
35cec841
KB
62022003-04-03 Kevin Buettner <kevinb@redhat.com>
6203
6204 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6205 ``mach'' to the value determined by bfd_default_set_arch_mach().
6206
43136899
BR
62072003-04-02 Bob Rossi <bob_rossi@cox.net>
6208
6209 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6210 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6211 (mi-cmd-file.o): Update dependencies.
6212
040b99fd
KB
62132003-04-01 Kevin Buettner <kevinb@redhat.com>
6214
6215 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6216 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6217
9a3d7dfd
AF
62182003-04-01 Adam Fedor <fedor@gnu.org>
6219
6220 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6221 * language.h (struct language_defn): Add la_demangle.
6222 (language_demangle): Declare.
6223 * language.c (language_demangle): New function.
6224 (unk_lang_demangle): Likewise.
6225 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 6226 Add ukn_lang_demangle.
9a3d7dfd 6227 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 6228 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
6229 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6230 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6231 * jv-lang.c (java_demangle): New function
6232 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
6233 * objc-lang.c (objc_demangle): Add options argument
6234 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
6235 * maint.c (maintenance_demangle): Replace switch with
6236 call to language_demangle.
6237 * utils.c (fprintf_symbol_filtered): Likewise.
6238
5e074003
AC
62392003-04-01 Andrew Cagney <cagney@redhat.com>
6240
6241 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6242 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6243 PRINT_TYPELESS_INTEGER.
6244 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6245 PUSH_RETURN_ADDRESS.
6246
270cb5d6
AC
62472003-04-01 Andrew Cagney <cagney@redhat.com>
6248
6249 * Makefile.in (d10v-tdep.o): Update dependencies.
6250 * d10v-tdep.c: Include "frame-base.h".
6251 (d10v_frame_unwind): Make constant.
6252 (d10v_frame_base_address): New function.
6253 (d10v_frame_base): New variable.
6254 (d10v_gdbarch_init): Set frame_base default.
6255 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6256 comment for base.
6257 (d10v_frame_unwind_cache): Set and use "prev_sp".
6258 (d10v_frame_this_id): Use the previous frame's inner most stack
6259 address and this frame's func address for the frame ID. Use
6260 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 6261
6bfb3e36
AC
62622003-04-01 Andrew Cagney <cagney@redhat.com>
6263
6264 * frame.h (get_frame_locals_address, get_frame_args_address):
6265 Refer to the base address, instead of the address of the first
6266 local or parameter.
8ffd9b1b 6267
da62e633
AC
62682003-04-01 Andrew Cagney <cagney@redhat.com>
6269
6270 Add frame debug info addresses:
6271 * frame-base.c: New file.
6272 * frame-base.h: New file.
6273 * frame.h (struct frame_base): Add opaque declaration.
6274 (get_frame_base): Update comment.
6275 (get_frame_base_address): Declare.
6276 (get_frame_locals_address): Declare.
6277 (get_frame_args_address): Declare.
6278 (struct frame_info): Add "base" and "base_cache". Update
6279 comments on the unwinder.
6280 * frame.c: Include "frame-base.h".
6281 (get_frame_locals_address): New function.
6282 (get_frame_base_address): New function.
6283 (get_frame_args_address): New function.
6284 * findvar.c (read_var_value): Use get_frame_locals_address and
6285 get_frame_args_address.
6286 * stack.c (frame_info): Use get_frame_locals_address and
6287 get_frame_args_address.
6288 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6289 moved to "frame-base.c".
6290 * printcmd.c (print_frame_nameless_args): Ditto.
6291 * symtab.h (address_class): Update comments.
6292 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6293 get_frame_base_address.
6294 * dwarf2expr.c (execute_stack_op): Ditto.
6295 * Makefile.in (frame_base_h): Define.
6296 (frame.o): Update dependencies.
6297 (frame-base.o): Add dependencies.
6298 (SFILES): Add frame-base.c.
6299 (COMMON_OBS): Add frame-base.o.
6300
3d30e9c2
AC
63012003-04-01 Andrew Cagney <cagney@redhat.com>
6302
6303 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6304 CALL_DUMMY_LENGTH): Ditto.
6305 * gdbarch.c: Re-generate.
6306 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6307 (CALL_DUMMY_LENGTH): Delete macro.
6308 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6309 * arm-tdep.c (arm_gdbarch_init): Ditto.
6310 * avr-tdep.c (avr_gdbarch_init): Ditto.
6311 * cris-tdep.c (cris_gdbarch_init): Ditto.
6312 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6313 * frv-tdep.c (frv_gdbarch_init): Ditto.
6314 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6315 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6316 * i386-tdep.c (i386_gdbarch_init): Ditto.
6317 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6318 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6319 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6320 * mips-tdep.c (mips_gdbarch_init): Ditto.
6321 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6322 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6323 * s390-tdep.c (s390_gdbarch_init): Ditto.
6324 * sh-tdep.c (sh_gdbarch_init): Ditto.
6325 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6326 * v850-tdep.c (v850_gdbarch_init): Ditto.
6327 * vax-tdep.c (vax_gdbarch_init): Ditto.
6328 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6329
ce0c7262
CV
63302003-04-01 Corinna Vinschen <vinschen@redhat.com>
6331
6332 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6333
73dd234f
AC
63342003-04-01 Andrew Cagney <cagney@redhat.com>
6335
6336 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6337 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6338 * gdbarch.h, gdbarch.c: Re-generate.
6339 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6340 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6341 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6342 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6343 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6344 * infcmd.c (run_stack_dummy): Simplify assuming
6345 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6346 * infrun.c (handle_inferior_event): Ditto.
6347 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6348 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6349 * arm-tdep.c (arm_gdbarch_init): Ditto.
6350 * avr-tdep.c (avr_gdbarch_init): Ditto.
6351 * cris-tdep.c (cris_gdbarch_init): Ditto.
6352 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6353 * frv-tdep.c (frv_gdbarch_init): Ditto.
6354 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6355 * i386-tdep.c (i386_gdbarch_init): Ditto.
6356 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6357 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6358 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6359 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6360 * mips-tdep.c (mips_gdbarch_init): Ditto.
6361 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6362 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6363 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6364 * s390-tdep.c (s390_gdbarch_init): Ditto.
6365 * sh-tdep.c (sh_gdbarch_init): Ditto.
6366 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6367 * v850-tdep.c (v850_gdbarch_init): Ditto.
6368 * vax-tdep.c (vax_gdbarch_init): Ditto.
6369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6370
97606a13
DJ
63712003-04-01 Daniel Jacobowitz <drow@mvista.com>
6372
6373 * symfile.c (symfile_relocate_debug_section): Update call to
6374 bfd_simple_get_relocated_section_contents.
6375
e8ab51f7
AC
63762003-03-31 Andrew Cagney <cagney@redhat.com>
6377
6378 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6379 * gdbarch.h, gdbarch.c: Regenerate.
6380 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6381 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6382 available.
6383 * frame.h (generic_fix_call_dummy): Delete declaration.
6384 * dummy-frame.h: Update comment.
6385 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6386 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6387 fix_call_dummy.
6388 * sh-tdep.c (sh_gdbarch_init): Ditto.
6389 * s390-tdep.c (s390_gdbarch_init): Ditto.
6390 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6391 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6392 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6393 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6394 * i386-tdep.c (i386_gdbarch_init): Ditto.
6395 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6396 * frv-tdep.c (frv_gdbarch_init): Ditto.
6397 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6398 * cris-tdep.c (cris_gdbarch_init): Ditto.
6399 * avr-tdep.c (avr_gdbarch_init): Ditto.
6400 * arm-tdep.c (arm_gdbarch_init): Ditto.
6401
018d1b48
JB
64022003-03-31 J. Brobecker <brobecker@gnat.com>
6403
6404 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6405 (INIT_FRAME_AP): Likewise.
6406 (EXTRA_FRAME_INFO): Likewise.
6407
e9a2674e
AC
64082003-03-31 Andrew Cagney <cagney@redhat.com>
6409
6410 * gdbarch.sh: Include "symfile.h".
6411 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6412 * gdbarch.h, gdbarch.c: Re-generate.
6413 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6414 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6415 call_dummy_address, the default is at entry_point_address.
6416 * v850-tdep.c (v850_gdbarch_init): Ditto.
6417 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6418 * sh-tdep.c (sh_gdbarch_init): Ditto.
6419 * s390-tdep.c (s390_gdbarch_init): Ditto.
6420 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6421 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6422 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6423 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6424 * i386-tdep.c (i386_gdbarch_init): Ditto.
6425 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6426 * frv-tdep.c (frv_gdbarch_init): Ditto.
6427 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6428 * cris-tdep.c (cris_gdbarch_init): Ditto.
6429 * arm-tdep.c (arm_gdbarch_init): Ditto.
6430
e8a8712a
AC
64312003-03-31 Andrew Cagney <cagney@redhat.com>
6432
6433 * gdbarch.sh (CALL_DUMMY_P): Delete.
6434 * gdbarch.h, gdbarch.c: Re-generate.
6435 * inferior.h (CALL_DUMMY_P): Delete macro.
6436 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6437 * vax-tdep.c (vax_gdbarch_init): Update.
6438 * v850-tdep.c (v850_gdbarch_init): Update.
6439 * sparc-tdep.c (sparc_gdbarch_init): Update.
6440 * sh-tdep.c (sh_gdbarch_init): Update.
6441 * s390-tdep.c (s390_gdbarch_init): Update.
6442 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6443 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6444 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6445 * mips-tdep.c (mips_gdbarch_init): Update.
6446 * mcore-tdep.c (mcore_gdbarch_init): Update.
6447 * m68k-tdep.c (m68k_gdbarch_init): Update.
6448 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6449 * ia64-tdep.c (ia64_gdbarch_init): Update.
6450 * i386-tdep.c (i386_gdbarch_init): Update.
6451 * h8300-tdep.c (h8300_gdbarch_init): Update.
6452 * frv-tdep.c (frv_gdbarch_init): Update.
6453 * d10v-tdep.c (d10v_gdbarch_init): Update.
6454 * cris-tdep.c (cris_gdbarch_init): Update.
6455 * breakpoint.c (deprecated_frame_in_dummy): Update.
6456 * avr-tdep.c (avr_gdbarch_init): Update.
6457 * alpha-tdep.c (alpha_gdbarch_init): Update.
6458 * arm-tdep.c (arm_gdbarch_init): Update.
6459 * dummy-frame.c (dummy_frame_this_id): Update comments.
6460 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6461 * frame.c (legacy_get_prev_frame): Ditto.
6462 * valops.c (call_function_by_hand): Delete function.
6463 (hand_function_call): Rename to call_function_by_hand
6464
ed234cf8
AC
64652003-03-30 Andrew Cagney <cagney@redhat.com>
6466
6467 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 6468 * value.h (struct value): Update comment.
ed234cf8 6469
06c77151
AC
64702003-03-30 Andrew Cagney <cagney@redhat.com>
6471
6c2b5168
AC
6472 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6473 D10V_FP_REGNUM.
6474 (d10v_gdbarch_init): Do not set fp_regnum.
6475
06c77151
AC
6476 * frame.c (get_frame_base): Force ID initialization.
6477 (get_prev_frame): Move computation of the frame ID from here ...
6478 (get_frame_id): ... to here.
6479 (legacy_get_prev_frame): Mark the frame ID as valid.
6480 * frame.h (struct frame_info): Add field "id_p".
6481
97a1a11c
MK
64822003-03-30 Mark Kettenis <kettenis@gnu.org>
6483
6484 * i386-tdep.c (i386_store_struct_return): Removed.
6485 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6486
6c0e89ed
AC
64872003-03-30 Andrew Cagney <cagney@redhat.com>
6488
6489 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6490 * gdbarch.h, gdbarch.c: Regenerate.
6491 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6492 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6493 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6494 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6495 * i386-tdep.c (i386_gdbarch_init): Ditto.
6496 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6497 * cris-tdep.c (cris_gdbarch_init): Ditto.
6498 * vax-tdep.c (vax_gdbarch_init): Ditto.
6499 * s390-tdep.c (s390_gdbarch_init): Ditto.
6500 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6501 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6502 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6503 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6504 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6505 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6506 * sparc-tdep.c (sparc_gdbarch_init): Update.
6507 * sh-tdep.c (sh_gdbarch_init): Update.
6508 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6509 * mips-tdep.c (mips_gdbarch_init): Update.
6510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6511 * ia64-tdep.c (ia64_gdbarch_init): Update.
6512 * frv-tdep.c (frv_gdbarch_init): Update.
6513 * avr-tdep.c (avr_gdbarch_init): Update.
6514 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6515 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6516 instead of when push_dummy_call is not available.
8ffd9b1b 6517
f7dd6af2
AC
65182003-03-30 Andrew Cagney <cagney@redhat.com>
6519
6520 * infttrace.c: Include "gdbthread.h".
6521 (parent_attach_all): Fix function signature.
6522 (call_ptrace): Update call.
6523 * Makefile.in (infttrace.o): Update dependencies.
6524
28f617b3
AC
65252003-03-30 Andrew Cagney <cagney@redhat.com>
6526
6527 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6528 PUSH_RETURN_ADDRESS.
6529 * gdbarch.h, gdbarch.c: Regenerate.
6530 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6531 * x86-64-tdep.c (x86_64_init_abi): Update.
6532 * v850-tdep.c (v850_gdbarch_init): Update.
6533 * sparc-tdep.c (sparc_gdbarch_init): Update.
6534 * sh-tdep.c (sh_gdbarch_init): Update.
6535 * s390-tdep.c (s390_gdbarch_init): Update.
6536 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6537 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6538 * mips-tdep.c (mips_gdbarch_init): Update.
6539 * mcore-tdep.c (mcore_gdbarch_init): Update.
6540 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6541 * ia64-tdep.c (ia64_gdbarch_init): Update.
6542 * i386-tdep.c (i386_gdbarch_init): Update.
6543 * h8300-tdep.c (h8300_gdbarch_init): Update.
6544 * frv-tdep.c (frv_gdbarch_init): Update.
6545 * cris-tdep.c (cris_gdbarch_init): Update.
6546 * avr-tdep.c (avr_gdbarch_init): Update.
6547 * arm-tdep.c (arm_gdbarch_init): Update.
6548 * valops.c (hand_function_call): Update.
6549
4d628cd7
AC
65502003-03-29 Andrew Cagney <cagney@redhat.com>
6551
6552 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6553 sizeof_call_dummy_words.
6554 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6555 define.
6556 * gdbarch.h: Regenerate.
8ffd9b1b 6557
65e82032
AC
65582003-03-29 Andrew Cagney <cagney@redhat.com>
6559
6560 * infttrace.h: New file.
6561 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6562 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6563 (hpread_read_doc_function_type): Detect an initialized type1.
6564 (hpread_quick_traverse): Initialize mod_name_string.
6565 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6566 (som_solib_get_solib_by_pc): Declare.
6567 (so_lib_thread_start_addr): Declare.
6568 (no_shared_libraries): Declare.
6569 * somread.c (init_import_symbols): Make static. Add forward
6570 declaration.
6571 * config/pa/nm-hppah.h: Include "infttrace.h" for
6572 parent_attach_all.
6573 (hppa_insert_hw_watchpoint): Declare.
6574 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6575 * hppah-nat.c: Include "gdb_string.h".
6576 (parent_attach_all): Delete extern declaration, moved to
6577 "infttrace.h".
6578 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6579 int.
6580 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6581 * Makefile.in (infttrace_h): Define.
6582 (hpread.o): Update dependencies.
6583 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6584 * hppa-hpux-tdep.c: Include "gdb_string.h".
6585 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6586 * infrun.c (handle_inferior_event): Always initialize
6587 stepped_after_stopped_by_watchpoint. Add default and remove
6588 fallthrough in switch statement.
6589 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6590 parameter to int.
6591 (hppa_remove_hw_watchpoint): Ditto.
6592
2c3bbe77
AC
65932003-03-29 Andrew Cagney <cagney@redhat.com>
6594
6595 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6596 offset.
6597
2dd604e7
RE
65982003-03-29 Richard Earnshaw <rearnsha@arm.com>
6599
6600 * arm-tdep.c (arm_push_arguments): Delete.
6601 (struct stack_item): New type.
6602 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6603 (arm_store_struct_return): Delte.
6604 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6605 arm_push_arguments or arm_store_struct_return.
6606
e8933a55
AC
66072003-03-28 Andrew Cagney <cagney@redhat.com>
6608
6609 * Makefile.in (d10v-tdep.o): Update dependencies.
6610 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6611 * d10v-tdep.c: Include "remote.h".
6612 (target_resume_hook): Delete extern declaration.
6613 (target_wait_loop_hook): Ditto.
6614 (tdisassemble_command): Eliminate assignment in "if" conditional.
6615 (d10v_ts2_register_sim_regno): Eliminate call to
6616 legacy_register_sim_regno.
6617 (d10v_ts3_register_sim_regno): Ditto.
6618
6949171e
JJ
66192003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6620
6621 * thread.c: Reindented.
6622 * lin-lwp.c: Ditto.
6623 * linux-proc.c: Ditto.
6624
98c7071f
BR
66252003-03-28 Bob Rossi <bob_rossi@cox.net>
6626
fbe586ae 6627 * MAINTAINERS (write after approval): Add myself.
98c7071f 6628
5edc9ca6
TR
66292003-03-27 Theodore A. Roth <troth@openavr.org>
6630
6631 * objc-exp.y: Add missing semi-colons.
6632
378bfd1b
AC
66332003-03-27 Andrew Cagney <cagney@redhat.com>
6634
6635 * regcache.c (write_sp): Delete function and references.
6636 * inferior.h (write_sp): Delete declaration.
6637 * valops.c (hand_function_call): Replace write_sp with
6638 TARGET_WRITE_SP.
6639 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6640 (sparc_pop_frame): Ditto.
8ffd9b1b 6641
56056df7
AC
66422003-03-27 Andrew Cagney <cagney@redhat.com>
6643
6644 * NEWS: Mention removal of support for hppa*-*-bsd* and
6645 hppa*-*-osf* natives, and hppa*-*-pro* target.
6646 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6647 * config/pa/xm-pa.h: Obsolete file.
6648 * config/pa/xm-hppab.h: Obsolete file.
6649 * config/pa/nm-hppab.h: Obsolete file.
6650 * config/pa/tm-hppab.h: Obsolete file.
6651 * config/pa/tm-hppao.h: Obsolete file.
6652 * config/pa/nm-hppao.h: Obsolete file.
6653 * config/pa/tm-pro.h: Obsolete file.
6654 * config/pa/hppaosf.mt: Obsolete file.
6655 * config/pa/hppaosf.mh: Obsolete file.
6656 * config/pa/hppapro.mt: Obsolete file.
6657 * config/pa/hppabsd.mt: Obsolete file.
6658 * config/pa/hppabsd.mh: Obsolete file.
6659 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6660 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6661 hppa*-*-osf*.
6662
5873a88d
AC
66632003-03-27 Andrew Cagney <cagney@redhat.com>
6664
6665 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6666 push_arguments. Don't set push_return_address or write_sp.
6667 (d10v_push_dummy_call): Replace d10v_push_arguments.
6668 (d10v_push_return_address, d10v_write_sp): Delete function,
6669 handled by push_dummy_call.
6670
b81774d8
AC
66712003-03-26 Andrew Cagney <cagney@redhat.com>
6672
6673 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6674 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6675 regcache and dummy_addr parameters.
6676 * gdbarch.h, gdbarch.c: Re-generate.
6677 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6678 available; assume it will handle stack alignment and return
6679 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6680 legacy_push_arguments.
6681 (legacy_push_arguments): Rename default_push_arguments.
6682 * value.h (legacy_push_arguments): Rename default_push_arguments.
6683 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6684 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6685 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6686 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6687 * config/i386/tm-symmetry.h: Update.
6688 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6689 * x86-64-tdep.c (x86_64_init_abi): Update.
6690 * v850-tdep.c (v850_gdbarch_init): Update.
6691 * sparc-tdep.c (sparc_gdbarch_init): Update.
6692 * sh-tdep.c (sh_gdbarch_init): Update.
6693 * s390-tdep.c (s390_gdbarch_init): Update.
6694 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6695 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6696 * mips-tdep.c (mips_gdbarch_init): Update.
6697 * mcore-tdep.c (mcore_gdbarch_init): Update.
6698 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6699 * ia64-tdep.c (ia64_gdbarch_init): Update.
6700 * i386-tdep.c (i386_gdbarch_init): Update.
6701 * hppa-tdep.c (hppa_gdbarch_init): Update.
6702 * h8300-tdep.c (h8300_gdbarch_init): Update.
6703 * frv-tdep.c (frv_gdbarch_init): Update.
6704 * d10v-tdep.c (d10v_gdbarch_init): Update.
6705 * cris-tdep.c (cris_gdbarch_init): Update.
6706 * avr-tdep.c (avr_gdbarch_init): Update.
6707 * arm-tdep.c (arm_gdbarch_init): Update.
6708 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6709 * alpha-tdep.c (alpha_gdbarch_init): Update.
6710
f541410f
DJ
67112003-03-26 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * signals/signals.c (do_target_signal_to_host): Correct realtime
6714 signal range test.
6715
69f567ae
DJ
67162003-03-26 Daniel Jacobowitz <drow@mvista.com>
6717
6718 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6719 (struct sal_chain, map_catch_names): Remove.
6720 (catch_exception_command_1): Don't call
6721 handle_gnu_4_16_catch_command.
6722
d5d14a5a
DJ
67232003-03-26 Daniel Jacobowitz <drow@mvista.com>
6724
6725 From Mark Dettinger <dettinge@de.ibm.com>:
6726 * dwarf2cfi.c (read_2u): Increment pointer by two.
6727
bdd73e22
DJ
67282003-03-26 Daniel Jacobowitz <drow@mvista.com>
6729
6730 * signals/signals.c: Fix typos in last change.
6731
960cb555
DJ
67322003-03-26 Daniel Jacobowitz <drow@mvista.com>
6733
6734 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6735 not already defined. Use __SIGRTMIN if available.
6736 (target_signal_from_host): Remove SIGRTMIN block.
6737 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6738 the signal is within the realtime range.
6739
f636b87d
AF
67402003-03-25 Adam Fedor <fedor@gnu.org>
6741
6742 * Makefile.in (infrun.o): Add $(language_h)
6743 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6744 for language specific trampolines.
6745 * language.h (struct language_defn): Add skip_trampoline.
6746 (skip_language_trampoline): Declare.
6747 * language.c (unk_lang_trampoline, skip_language_trampoline):
6748 New functions.
6749 (unknown_language_defn, auto_language_defn, local_language_defn):
6750 Add ukn_lang_trampoline.
6751 * ada-lang.c (ada_language_defn): Add NULL for language
6752 specific skip_trampoline.
6753 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6754 scm-lang.c: Likewise.
6755 * objc-lang.c (objc_skip_trampoline): New function.
6756 (objc_language_defn): Add objc_skip_trampoline.
6757
28f617b3 67582003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
6759
6760 * frame.c (get_prev_frame): Delay validating a frame's ID -
6761 non-NULL, didn't go backwards - until an attempt to unwind it to
6762 the previous frame.
6763
f933a9c5
AC
67642003-03-25 Andrew Cagney <cagney@redhat.com>
6765
6766 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6767 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6768 * gdbarch.h, gdbarch.c: Re-generate.
6769 * config/sparc/tm-sparc.h
6770 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6771 * sparc-tdep.c (sparc_gdbarch_init): Set
6772 deprecated_extra_stack_alignment_needed.
6773 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6774 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6775 extra_stack_alignment_needed.
6776 * v850-tdep.c (v850_gdbarch_init): Ditto.
6777 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6778 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6779 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6780 * cris-tdep.c (cris_gdbarch_init): Ditto.
6781 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6783
4183d812
AC
67842003-03-25 Andrew Cagney <cagney@redhat.com>
6785
6786 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6787 STORE_STRUCT_RETURN.
6788 * gdbarch.h, gdbarch.c: Regenerate.
6789 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6790 (d10v_push_arguments): Set the struct return register.
6791 (d10v_gdbarch_init): Update.
6792 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6793 * x86-64-tdep.c (x86_64_init_abi): Update.
6794 * vax-tdep.c (vax_gdbarch_init): Update.
6795 * v850-tdep.c (v850_gdbarch_init): Update.
6796 * sparc-tdep.c (sparc_gdbarch_init): Update.
6797 * sh-tdep.c (sh_gdbarch_init): Update.
6798 * s390-tdep.c (s390_gdbarch_init): Update.
6799 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6800 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6801 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6802 * mips-tdep.c (mips_gdbarch_init): Update.
6803 * mcore-tdep.c (mcore_gdbarch_init): Update.
6804 * m68k-tdep.c (m68k_gdbarch_init): Update.
6805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6806 * ia64-tdep.c (ia64_gdbarch_init): Update.
6807 * i386-tdep.c (i386_gdbarch_init): Update.
6808 * hppa-tdep.c (hppa_gdbarch_init): Update.
6809 * h8300-tdep.c (h8300_gdbarch_init): Update.
6810 * frv-tdep.c (frv_gdbarch_init): Update.
6811 * cris-tdep.c (cris_gdbarch_init): Update.
6812 * avr-tdep.c (avr_gdbarch_init): Update.
6813 * arm-tdep.c (arm_gdbarch_init): Update.
6814 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 6815
1bf6d5cc
AC
68162003-03-25 Andrew Cagney <cagney@redhat.com>
6817
6818 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6819 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6820 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6821 * gdbarch.h, gdbarch.c: Regenerate.
6822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6823 call_dummy_stack_adjust_p.
6824 * vax-tdep.c (vax_gdbarch_init): Ditto.
6825 * v850-tdep.c (v850_gdbarch_init): Ditto.
6826 * sh-tdep.c (sh_gdbarch_init): Ditto.
6827 * s390-tdep.c (s390_gdbarch_init): Ditto.
6828 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6829 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6830 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6831 * mips-tdep.c (mips_gdbarch_init): Ditto.
6832 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6833 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6834 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6835 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6836 * i386-tdep.c (i386_gdbarch_init): Ditto.
6837 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6838 * frv-tdep.c (frv_gdbarch_init): Ditto.
6839 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6840 * cris-tdep.c (cris_gdbarch_init): Ditto.
6841 * avr-tdep.c (avr_gdbarch_init): Ditto.
6842 * arm-tdep.c (arm_gdbarch_init): Ditto.
6843 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6844 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6845 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6846 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6847 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6848 call_dummy_stack_adjust_p.
6849 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6850 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6851 * sparc-tdep.c (sparc32_push_arguments): Update.
6852 * valops.c (hand_function_call): Update.
6853
71c08af0
CV
68542003-03-25 Corinna Vinschen <vinschen@redhat.com>
6855
6856 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6857 set_gdbarch_char_signed.
6858
30757f90
RE
68592003-03-25 Richard Earnshaw <rearnsha@arm.com>
6860
6861 PR cli/548
6862 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6863
03d48a7d
RE
68642003-03-25 Richard Earnshaw <rearnsha@arm.com>
6865
6866 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6867 (_initialize_arm_tdep): Don't set tm_print_insn.
6868
2cf6873c
AF
68692003-03-24 Adam Fedor <fedor@gnu.org>
6870
6871 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6872 * objc-lang.h: Add multiple inclusion protection.
6873 (start_msglist, add_msglist, end_msglist): Additional declarations.
6874
17c0759e
RE
68752003-03-24 Richard Earnshaw <rearnsha@arm.com>
6876
6877 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6878 value was renamed to ARM_FLOAT_SOFT_FPA.
6879
618ce49f
AC
68802003-03-23 Andrew Cagney <cagney@redhat.com>
6881
6882 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6883 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6884 * gdbarch.h, gdbarch.c: Regenerate.
6885 * valops.c (hand_function_call): Update.
6886 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6887 * frame.c (legacy_saved_regs_this_id): Update.
6888 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6889 * dummy-frame.h: Update.
6890 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6891 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6892 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6893 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6894 * config/m68k/tm-sun3.h: Update.
6895 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6896 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6897 * x86-64-tdep.c (x86_64_init_abi): Update.
6898 * vax-tdep.c (vax_gdbarch_init): Update.
6899 * v850-tdep.c (v850_gdbarch_init): Update.
6900 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6901 * sh-tdep.c (sh_gdbarch_init): Update.
6902 * s390-tdep.c (s390_gdbarch_init): Update.
6903 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6904 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6905 (frame_get_saved_regs): Update.
6906 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6907 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6908 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6909 * mips-tdep.c (mips_gdbarch_init): Update.
6910 * mcore-tdep.c (mcore_gdbarch_init): Update.
6911 * m68k-tdep.c (m68k_gdbarch_init): Update.
6912 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6913 * ia64-tdep.c (ia64_gdbarch_init): Update.
6914 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6915 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6916 (i386_interix_back_one_frame): Update.
6917 * hppa-tdep.c (hppa_gdbarch_init): Update.
6918 (hppa_init_extra_frame_info): Update.
6919 * h8300-tdep.c (h8300_gdbarch_init): Update.
6920 * frv-tdep.c (frv_gdbarch_init): Update.
6921 * cris-tdep.c (cris_gdbarch_init): Update.
6922 * avr-tdep.c (avr_gdbarch_init): Update.
6923 * arm-tdep.c (arm_gdbarch_init): Update.
6924 * alpha-tdep.c (alpha_gdbarch_init): Update.
6925
fd50bc42
RE
69262003-03-22 Richard Earnshaw <rearnsha@arm.com>
6927
6928 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6929 (arm_get_fp_model): Declare.
6930 * arm-tdep.c (fp_model_strings): New string array.
6931 (arm_fp_model, current_fp_model): New variables.
6932 (arm_get_fp_model): New function.
6933 (arm_set_fp): New function.
6934 (set_fp_model_sfunc): New function.
6935 (show_fp_model): New function.
6936 (_initialize_arm_tdep): Add new command to set/show the FPU.
6937 (arm_extract_return_value): Use arm_get_fp_model.
6938 (arm_store_return_value): Likewise.
6939 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6940 to initialize the floating-point data types.
6941 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6942 model is FPA.
6943
26304000
RE
69442003-03-22 Richard Earnshaw <rearnsha@arm.com>
6945
6946 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6947 the current setting of each value.
6948 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 6949 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
6950 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6951 commands and add new version as subcommands of "set/show arm".
6952
afd7eef0
RE
69532003-03-22 Richard Earnshaw <rearnsha@arm.com>
6954
6955 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6956 (set_arm_command, show_arm_command): New functions.
6957 (_initialize_arm_tdep): Add them.
6958 (num_disassembly_options): Renamed from num_flavor_options.
6959 (valid_disassembly_styles): Renamed from valid_flavors.
6960 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 6961 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
6962 set_disassembly_flavor_sfunc.
6963 (set_disassembly_style): Renamed from set_disassembly_flavor.
6964 (arm_othernames): Updated.
6965 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6966 command. Add "set/show arm disassembly" commands. Deprecate
6967 "othernames" command.
6968
299a7944
RE
69692003-03-22 Richard Earnshaw <rearnsha@arm.com>
6970
6971 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6972 (arm-tdep.o): Depend on elf_arm_h.
6973
c1dac9e6
RE
69742003-03-22 Richard Earnshaw <rearnsha@arm.com>
6975
6976 * Makefile.in (coff_internal_h): Define.
6977 (arm-tdep.o): Update dependencies.
6978
2702d96c
RE
69792003-03-22 Richard Earnshaw <rearnsha@arm.com>
6980
6981 * arm-tdep.c (prologue_cache): Delete.
6982 (check_prologue_cache, save_prologue_cache): Delete.
6983 (arm_scan_prologue): Don't check or update the prologue_cache.
6984 (arm_gdb_arch_init): Don't initialize it.
6985 (_initialize_arm_tdep): Likewise.
6986
27d5d74b
SC
69872003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6988
6989 * MAINTAINERS (tui): Maintainer of tui code.
6990
1762d96d
CV
69912003-03-21 Corinna Vinschen <vinschen@redhat.com>
6992
6993 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6994 (i386-cygwin-tdep.o): Add dependencies.
6995 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6996 * i386-cygwin-tdep.c: New file.
6997 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6998 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6999
4c2e2391
AC
70002003-03-20 Andrew Cagney <cagney@redhat.com>
7001
f20d38b7
AC
7002 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7003 (handle_inferior_event): Remove code calling
7004 DYNAMIC_TRAMPOLINE_NEXTPC.
7005
0022b738
AC
7006 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7007 already has a full path.
7008
864dbc90
AC
7009 * main.c (gdb_main): Return 1.
7010 (captured_main): Call error to report an invalid interpreter.
7011
4c2e2391
AC
7012 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7013 * alpha-osf1-tdep.c: Include "gdb_string.h".
7014
5ef7553b
JB
70152003-03-19 J. Brobecker <brobecker@gnat.com>
7016
7017 Continuing work to convert the hppa targets to multiarch partial.
7018
7019 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7020 method, now that hppa_push_dummy_frame has a conformant prototype.
7021 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7022 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7023 for the switch to multiarch partial.
7024
7bde8967
KB
70252003-03-19 Kevin Buettner <kevinb@redhat.com>
7026
7027 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7028 when iss is issNull.
7029
b006a9e9
KB
70302003-03-18 Kevin Buettner <kevinb@redhat.com>
7031
7032 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7033 NUM_REGS bounds check.
7034
5e2e9765
KB
70352003-03-18 Kevin Buettner <kevinb@redhat.com>
7036
7037 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7038 * mips-tdep.c (gdb_assert.h): Include.
7039 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7040 (mips_register_name): Handle integer registers explicitly. Add
7041 bounds checking.
7042 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7043 (mips_lsi33k_reg_names): Don't list integer registers; they're
7044 handled by mips_register_name() now.
7045 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7046 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7047 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7048 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7049 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7050
a2867626
AC
70512003-03-18 Andrew Cagney <cagney@redhat.com>
7052
7053 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7054 a void pointer.
7055 * gdbtypes.h (print_scalar_formatted): Update declaration.
7056 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7057
06600e06
JB
70582003-03-18 J. Brobecker <brobecker@gnat.com>
7059
7060 * infrun.c (observer.h): Add #include.
7061 (normal_stop): Add call to observer_notify_normal_stop.
7062 * Makefile.in (infrun.o): Add dependency on observer.h.
7063
7daf4f5b
JB
70642003-03-18 J. Brobecker <brobecker@gnat.com>
7065
7066 Continuing work to convert the hppa targets to multiarch partial.
7067 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7068 parameter. Reformat comment.
7069 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7070 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7071 to match new profile.
7072
3371ccc0
JB
70732003-03-18 J. Brobecker <brobecker@gnat.com>
7074
7075 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7076 appear to be working in any case.
7077
4fbe891e
JB
70782003-03-18 J. Brobecker <brobecker@gnat.com>
7079
7080 * observer.c (observer_test_first_observer): New static variable.
7081 (observer_test_second_observer): Likewise.
7082 (observer_test_third_observer): Likewise.
7083 (observer_test_first_notification_function): New static function.
7084 (observer_test_second_notification_function): Likewise.
7085 (observer_test_third_notification_function): Likewise.
7086
a7ff40e7
JB
70872003-03-17 J. Brobecker <brobecker@gnat.com>
7088
7089 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7090 * somsolib.c (gdb_assert.h): Likewise.
7091 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7092 (somsolib.o): Likewise.
7093
26ca4152
AC
70942003-03-17 Andrew Cagney <cagney@redhat.com>
7095
7096 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7097 BFD. Simplify setting of di.endian.
7098
0a613259
AC
70992003-03-17 Andrew Cagney <cagney@redhat.com>
7100
7101 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7102 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7103
7104 From Elena Zannoni <ezannoni@redhat.com>
7105 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7106 vector and floating-point parameters.
7107 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7108 convention.
7109 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7110
1132738f
FN
71112003-03-17 Fernando Nasser <fnasser@redhat.com>
7112
7113 * MAINTAINERS: Remove my name from several maintainership roles.
7114
6dc42492
AC
71152003-03-17 Andrew Cagney <cagney@redhat.com>
7116
7117 Fix frame off-by-one bug.
7118 * frame-unwind.h (frame_this_id_ftype): Replace
7119 frame_unwind_id_ftype.
7120 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7121 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7122 with "prev_register".
7123 * frame-unwind.c (frame_unwind_find_by_pc): Return
7124 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7125 comment.
7126 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7127 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7128 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7129 (dummy_frame_unwind): Update.
7130 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7131 sentinel_frame_register_unwind.
7132 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7133 (sentinel_frame_unwinder): Update.
7134 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7135 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7136 * frame.c (create_sentinel_frame): Update. Initialize
7137 "prologue_cache" instead of "unwind_cache".
7138 (frame_register_unwind): Call this frame's prev_register with the
7139 next frame and this frame's prologue cache.
7140 (get_prev_frame): Simplify. Always call prev frame's this_id with
7141 this frame and prev frame's prologue cache. Document that this
7142 call is shifted one to the left when compared to the
7143 frame_register_unwind call.
7144 (legacy_saved_regs_prev_register): Replace
7145 frame_saved_regs_register_unwind.
7146 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7147 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7148 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7149 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7150 (d10v_frame_unwind): Update.
7151 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7152 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7153 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7154 "saved_regs" with "this_saved_regs".
7155
efd710d6
AC
71562003-03-16 Andrew Cagney <cagney@redhat.com>
7157
7158 * frame.c (frame_pop): Don't call target_store_registers. Fix
7159 problem reported by Mark Kettenis.
7160
4e259f09
MK
71612003-03-16 Mark Kettenis <kettenis@gnu.org>
7162
7163 * i386-tdep.c (i386_register_type): Renamed from
7164 i386_register_virtual_type. Adjust function signature.
7165 (i386_gdbarch_init): Set register_type instead of
7166 deprecated_max_register_raw_size,
7167 deprecated_max_register_virtual_size and register_virtual_type.
7168
055bb976
AC
71692003-03-14 Andrew Cagney <cagney@redhat.com>
7170
7171 * frame.c (get_prev_frame): When a legacy frame, always call
7172 legacy_get_prev_frame. Simplify unwind code using assumption that
7173 the unwinder is new.
7174 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7175 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7176 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7177
ac2adee5
AC
71782003-03-14 Andrew Cagney <cagney@redhat.com>
7179
7180 * frame.c (get_saved_register): Delete function.
7181 * frame.h (get_saved_register): Delete declaration.
7182 * xstormy16-tdep.c: Update comment.
7183 * regcache.h: Update comments.
7184 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7185 get_saved_register and extract_address, use
7186 frame_read_unsigned_register.
7187 (sparc_frame_saved_pc): Ditto.
7188 (sparc_get_saved_register): Instead of get_saved_register, use
7189 frame_register.
7190 (sparc_pop_frame): Ditto.
7191 * findvar.c: Update comments.
7192 (value_of_register): Call frame_register instead of
7193 get_saved_register.
7194 (value_from_register): Ditto.
7195 * config/sparc/tm-sparc.h: Update comment.
7196 * breakpoint.c: Update comment.
7197
129c1cd6
AC
71982003-03-14 Andrew Cagney <cagney@redhat.com>
7199
7200 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7201 GET_SAVED_REGISTER.
7202 * gdbarch.h, gdbarch.c: Re-generate.
7203 * frame.h: Update comments.
7204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7205 * x86-64-tdep.c (x86_64_init_abi): Update.
7206 * sparc-tdep.c (sparc_gdbarch_init): Update.
7207 * sh-tdep.c (sh_gdbarch_init): Update.
7208 * mips-tdep.c (mips_gdbarch_init): Update.
7209 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7210 * cris-tdep.c (cris_gdbarch_init): Update.
7211 * ia64-tdep.c (ia64_gdbarch_init): Update.
7212 * frame.c (frame_register): Update.
7213 (get_saved_register): Update.
7214 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 7215
749b82f6
AC
72162003-03-13 Andrew Cagney <cagney@redhat.com>
7217
7218 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7219 * gdbarch.h, gdbarch.c: Regenerate.
7220 * valops.c (hand_function_call): Update comment.
7221 * stack.c (return_command): Update comment.
7222 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7223 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7224 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7225 * x86-64-tdep.c (x86_64_init_abi): Update.
7226 * vax-tdep.c (vax_gdbarch_init): Update.
7227 * v850-tdep.c (v850_gdbarch_init): Update.
7228 * sparc-tdep.c (sparc_gdbarch_init): Update.
7229 * sh-tdep.c (sh_gdbarch_init): Update.
7230 * s390-tdep.c (s390_gdbarch_init): Update.
7231 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7232 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7233 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7234 * mips-tdep.c (mips_gdbarch_init): Update.
7235 * mcore-tdep.c (mcore_gdbarch_init): Update.
7236 * m68k-tdep.c (m68k_gdbarch_init): Update.
7237 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7238 * ia64-tdep.c (ia64_gdbarch_init): Update.
7239 * i386-tdep.c (i386_gdbarch_init): Update.
7240 * hppa-tdep.c (hppa_gdbarch_init): Update.
7241 * h8300-tdep.c (h8300_gdbarch_init): Update.
7242 * frv-tdep.c (frv_gdbarch_init): Update.
7243 * cris-tdep.c (cris_gdbarch_init): Update.
7244 * avr-tdep.c (avr_gdbarch_init): Update.
7245 * arm-tdep.c (arm_gdbarch_init): Update.
7246 * alpha-tdep.c (alpha_gdbarch_init): Update.
7247
1594fa56
AC
72482003-03-13 Andrew Cagney <cagney@redhat.com>
7249
7250 * frame.c (legacy_frame_p): New function.
7251 (get_prev_frame): Use legacy_frame_p.
7252 * frame.h (legacy_frame_p): Declare.
7253
7717fda3
V
72542003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7255
fbe586ae 7256 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
7257 listing corrected.
7258
0c67cbe9
V
72592003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7260
fbe586ae 7261 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 7262
03febf99
AC
72632003-03-12 Andrew Cagney <cagney@redhat.com>
7264
7265 * frame.c (get_prev_frame): Rename the frame parameter to
7266 "this_frame".
7267 (get_next_frame, legacy_get_prev_frame): Ditto.
7268
0a1e1ca1
AC
72692003-03-12 Andrew Cagney <cagney@redhat.com>
7270
7271 * frame.c (get_current_frame): Check target_has_registers before
7272 checking target_has_stack.
7273 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7274 instead of deprecated_selected_frame.
7275 * findvar.c (value_of_register): Pass "frame", not
7276 deprecated_selected_frame, to value_of_builtin_reg.
7277
a66a9c23
AC
72782003-03-12 Andrew Cagney <cagney@redhat.com>
7279
7280 * regcache.c (regcache_cooked_write_signed): New function.
7281 (regcache_cooked_write_unsigned): New function.
7282 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7283 (regcache_cooked_read_signed): Fix regnum in range assertion.
7284 * regcache.h (regcache_cooked_write_signed): Declare.
7285 (regcache_cooked_write_unsigned): Declare.
7286
8bedc050
AC
72872003-03-12 Andrew Cagney <cagney@redhat.com>
7288
7289 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7290 * gdbarch.h, gdbarch.c: Re-generate.
7291 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7292 * x86-64-tdep.h: Update.
7293 * x86-64-tdep.c (x86_64_init_abi): Update.
7294 * v850-tdep.c (v850_gdbarch_init): Update.
7295 * sparc-tdep.c (sparc_gdbarch_init): Update.
7296 * sh-tdep.c (sh_gdbarch_init): Update.
7297 * s390-tdep.c (s390_gdbarch_init): Update.
7298 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7299 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7300 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7301 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7302 * mips-tdep.c (mips_gdbarch_init): Update.
7303 * mcore-tdep.c (mcore_gdbarch_init): Update.
7304 * m68k-tdep.c (m68k_gdbarch_init): Update.
7305 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7306 * ia64-tdep.c (ia64_gdbarch_init): Update.
7307 * i386-tdep.c (i386_gdbarch_init): Update.
7308 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7309 * hppa-tdep.c (hppa_gdbarch_init): Update.
7310 * h8300-tdep.c (h8300_gdbarch_init): Update.
7311 * frv-tdep.c (frv_gdbarch_init): Update.
7312 * cris-tdep.c (cris_gdbarch_init): Update.
7313 * avr-tdep.c (avr_gdbarch_init): Update.
7314 * arm-tdep.c (arm_gdbarch_init): Update.
7315 * alpha-tdep.c (alpha_gdbarch_init): Update.
7316 * sh-tdep.c (sh_init_extra_frame_info): Update.
7317 (sh64_init_extra_frame_info): Update.
7318 * ns32knbsd-nat.c (frame_num_args): Update.
7319 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7320 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7321 (xstormy16_frame_chain_valid): Update.
7322 * vax-tdep.c (vax_saved_pc_after_call): Update.
7323 * v850-tdep.c (v850_frame_chain): Update.
7324 (v850_pop_frame): Update.
7325 (v850_init_extra_frame_info): Update.
7326 * sparc-tdep.c (setup_arbitrary_frame): Update.
7327 * ns32k-tdep.c (umax_frame_num_args): Update.
7328 * s390-tdep.c (s390_pop_frame_regular): Update.
7329 * mn10300-tdep.c (mn10300_frame_chain): Update.
7330 (mn10300_pop_frame_regular): Update.
7331 (mn10300_init_extra_frame_info): Update.
7332 * mips-tdep.c (mips_init_frame_pc_first): Update.
7333 (mips_frame_chain): Update.
7334 (mips_pop_frame): Update.
7335 * mcore-tdep.c (mcore_frame_chain): Update.
7336 (mcore_pop_frame): Update.
7337 (mcore_init_extra_frame_info): Update.
7338 * arch-utils.c (init_frame_pc_default): Update.
7339 * m68k-tdep.c (isi_frame_num_args): Update.
7340 (delta68_frame_num_args): Update.
7341 (news_frame_num_args): Update.
7342 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7343 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7344 (alpha_frame_chain): Update.
7345 (alpha_pop_frame): Update.
7346 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7347 (hppa_init_extra_frame_info): Update.
7348 (hppa_frame_chain): Update.
7349 (hppa_frame_chain_valid): Update.
7350 * cris-tdep.c (cris_init_extra_frame_info): Update.
7351 * avr-tdep.c (avr_init_extra_frame_info): Update.
7352 * arm-tdep.c (arm_frame_chain_valid): Update.
7353 (arm_init_extra_frame_info): Update.
7354 (arm_pop_frame): Update.
7355 * frame.c (frame_pc_unwind): Update.
7356 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7357 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7358 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7359 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7360 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7361 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7362
7a25a7c1
AC
73632003-03-12 Andrew Cagney <cagney@redhat.com>
7364
7365 Eliminate the need for POP_FRAME.
7366 * frame.c (do_frame_unwind_register): New function.
7367 (frame_pop): When no POP_FRAME, pop the frame using register
7368 unwind and a scratch regcache.
7369 (frame_saved_regs_pop): Delete function.
7370 (trad_frame_unwinder): Update.
7371 * d10v-tdep.c (d10v_frame_pop): Delete function.
7372 (d10v_frame_unwind): Update.
7373 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7374 (sentinel_frame_unwinder): Update.
7375 * dummy-frame.c (dummy_frame_pop): Delete function.
7376 (dummy_frame_unwind): Update.
7377 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7378 (struct frame_unwind): Update.
7379
2f38ef89
KB
73802003-03-11 Kevin Buettner <kevinb@redhat.com>
7381
7382 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7383 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7384 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7385 Do range checks on register number obtained from debugging info.
7386 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7387 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7388 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7389 mapping function.
7390 (do_fp_register_row): Fix typo which caused double type to be
7391 used when attempting to unpack a float.
7392
552f4abf
JB
73932003-03-11 J. Brobecker <brobecker@gnat.com>
7394
7395 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7396
e0d2ae16
AC
73972003-03-11 Andrew Cagney <cagney@redhat.com>
7398
7399 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7400 frame. Problem found by Corinna Vinschen.
7401
ddbfdd06
PM
74022003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7403
7404 * doublest.c (floatformat_from_length): Accept also
7405 the real size of 'long double' type.
7406
088b2ddc 74072003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 7408
088b2ddc 7409 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
7410 * breakpoint.c (bpstat_copy): Copy the command lines as well
7411 as the old value, to match what is freed in bpstat_clear.
7412
f56f77c1
DC
74132003-03-10 David Carlton <carlton@math.stanford.edu>
7414
7415 * minsyms.c (add_minsym_to_hash_table): Replace
7416 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7417 (compare_minimal_symbols, compact_minimal_symbols)
7418 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7419 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7420 of DEPRECATED_SYMBOL_MATCHES_NAME.
7421 (lookup_minimal_symbol_solib_trampoline): Ditto.
7422
5602984a
AC
74232003-03-10 Andrew Cagney <cagney@redhat.com>
7424
7425 * regcache.h (regcache_cooked_read_ftype): Define.
7426 (regcache_save, regcache_restore): Add a cooked_read parameter.
7427 * regcache.c (regcache_save, regcache_restore): Update.
7428 (do_cooked_read): New function.
7429 (regcache_cpy): Pass do_cooked_read to regcache_save and
7430 regcache_restore.
7431
8bedc050
AC
74322003-03-10 Andrew Cagney <cagney@redhat.com>
7433
7434 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7435 * gdbarch.h, gdbarch.c: Re-generate.
7436 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7437 * x86-64-tdep.h: Update.
7438 * x86-64-tdep.c (x86_64_init_abi): Update.
7439 * v850-tdep.c (v850_gdbarch_init): Update.
7440 * sparc-tdep.c (sparc_gdbarch_init): Update.
7441 * sh-tdep.c (sh_gdbarch_init): Update.
7442 * s390-tdep.c (s390_gdbarch_init): Update.
7443 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7444 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7445 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7446 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7447 * mips-tdep.c (mips_gdbarch_init): Update.
7448 * mcore-tdep.c (mcore_gdbarch_init): Update.
7449 * m68k-tdep.c (m68k_gdbarch_init): Update.
7450 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7451 * ia64-tdep.c (ia64_gdbarch_init): Update.
7452 * i386-tdep.c (i386_gdbarch_init): Update.
7453 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7454 * hppa-tdep.c (hppa_gdbarch_init): Update.
7455 * h8300-tdep.c (h8300_gdbarch_init): Update.
7456 * frv-tdep.c (frv_gdbarch_init): Update.
7457 * cris-tdep.c (cris_gdbarch_init): Update.
7458 * avr-tdep.c (avr_gdbarch_init): Update.
7459 * arm-tdep.c (arm_gdbarch_init): Update.
7460 * alpha-tdep.c (alpha_gdbarch_init): Update.
7461 * sh-tdep.c (sh_init_extra_frame_info): Update.
7462 (sh64_init_extra_frame_info): Update.
7463 * ns32knbsd-nat.c (frame_num_args): Update.
7464 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7465 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7466 (xstormy16_frame_chain_valid): Update.
7467 * vax-tdep.c (vax_saved_pc_after_call): Update.
7468 * v850-tdep.c (v850_frame_chain): Update.
7469 (v850_pop_frame): Update.
7470 (v850_init_extra_frame_info): Update.
7471 * sparc-tdep.c (setup_arbitrary_frame): Update.
7472 * ns32k-tdep.c (umax_frame_num_args): Update.
7473 * s390-tdep.c (s390_pop_frame_regular): Update.
7474 * mn10300-tdep.c (mn10300_frame_chain): Update.
7475 (mn10300_pop_frame_regular): Update.
7476 (mn10300_init_extra_frame_info): Update.
7477 * mips-tdep.c (mips_init_frame_pc_first): Update.
7478 (mips_frame_chain): Update.
7479 (mips_pop_frame): Update.
7480 * mcore-tdep.c (mcore_frame_chain): Update.
7481 (mcore_pop_frame): Update.
7482 (mcore_init_extra_frame_info): Update.
7483 * arch-utils.c (init_frame_pc_default): Update.
7484 * m68k-tdep.c (isi_frame_num_args): Update.
7485 (delta68_frame_num_args): Update.
7486 (news_frame_num_args): Update.
7487 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7488 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7489 (alpha_frame_chain): Update.
7490 (alpha_pop_frame): Update.
7491 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7492 (hppa_init_extra_frame_info): Update.
7493 (hppa_frame_chain): Update.
7494 (hppa_frame_chain_valid): Update.
7495 * cris-tdep.c (cris_init_extra_frame_info): Update.
7496 * avr-tdep.c (avr_init_extra_frame_info): Update.
7497 * arm-tdep.c (arm_frame_chain_valid): Update.
7498 (arm_init_extra_frame_info): Update.
7499 (arm_pop_frame): Update.
7500 * frame.c (frame_pc_unwind): Update.
7501 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7502 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7503 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7504 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7505 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7506 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7507
12cc2063
AC
75082003-03-10 Andrew Cagney <cagney@redhat.com>
7509
7510 * gdbarch.sh (gdbarch_unwind_pc): New method.
7511 * gdbarch.h, gdbarch.c: Regenerate.
7512 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7513 but use read_pc and FRAME_SAVED_PC as fall backs.
7514 (frame_saved_regs_pc_unwind): Delete function.
7515 (trad_frame_unwinder): Update.
7516 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7517 (struct frame_unwind): Update.
7518 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7519 (dummy_frame_unwind): Update.
7520 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7521 (sentinel_frame_unwinder): Update.
7522 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7523 (d10v_frame_unwind): Update.
7524 (d10v_unwind_pc): New function.
7525 (d10v_gdbarch_init): Set unwind_pc.
7526
ef840a37
AC
75272003-03-10 Andrew Cagney <cagney@redhat.com>
7528
a2ce2e56
AC
7529 * gdbarch.h: Re-generate.
7530
ef840a37
AC
7531 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7532 PC.
7533 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7534 the PC register.
7535
08f3424b
MK
75362003-03-08 Mark Kettenis <kettenis@gnu.org>
7537
7538 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7539
1248ede2
AC
75402003-03-08 Andrew Cagney <cagney@redhat.com>
7541
7542 * cli-out.c: Update copyright.
7543 (cli_out_data): Define typedef. Use instead of ui_out_data.
7544
f49bacc8
AC
75452003-03-08 Andrew Cagney <cagney@redhat.com>
7546
7547 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7548 the result.
7549
9b05f993
AC
75502003-03-07 Andrew Cagney <cagney@redhat.com>
7551
7552 * gdbarch.sh: Don't generate two macro definitions when an
7553 undefined macro taking no arguments.
7554 * gdbarch.h: Regenerate.
8ffd9b1b 7555
166f4c7b
ML
75562002-03-07 Michal Ludvig <mludvig@suse.cz>
7557
7558 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7559 (x86_64_unwind_dummy_id): New functions.
7560 (x86_64_init_abi): Register these two new functions.
7561
6d686a84
ML
75622003-03-07 Michal Ludvig <mludvig@suse.cz>
7563
7564 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 7565 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
7566 separate function.
7567 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7568
6314f104
AC
75692003-03-05 Andrew Cagney <cagney@redhat.com>
7570
7571 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7572 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7573 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7574 to use unwind_dummy_id when a dummy frame.
7575 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7576 predicate.
7577 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 7578
ceea5145
AC
75792003-03-05 Andrew Cagney <cagney@redhat.com>
7580
7581 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7582 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7583 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7584 values.
7585
0d843116
AC
75862003-03-05 Andrew Cagney <cagney@redhat.com>
7587
7588 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7589 (struct d10v_unwind_cache): Delete field "frameless". Replace
7590 "next_addr" with "sp_offset". Add "r11_offset".
7591 (d10v_frame_unwind_cache): Update.
7592 (prologue_find_regs): Update. When "mv r11, sp", save the
7593 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7594 RN was saved in r11_offset.
7595
b2579786
AC
75962003-03-05 Andrew Cagney <cagney@redhat.com>
7597
7598 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7599 cached PC value in the next frame.
7600
218e5956
AC
76012003-03-05 Andrew Cagney <cagney@redhat.com>
7602
7603 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7604 "id_unwind_cache" with "id".
7605 (frame_id_unwind): Delete declaration.
7606 * frame.c (frame_id_unwind): Delete function.
7607 (get_prev_frame): Call the frame id unwind method directly. Store
7608 the returned next frame's ID value in NEXT_FRAME. Note that there
7609 is a problem with the wrong unwind ID being called with the wrong
7610 unwind cache.
7611
ed363b1b
DJ
76122003-03-05 Daniel Jacobowitz <drow@mvista.com>
7613
7614 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7615
fe1f4a5e
DJ
76162003-03-05 James Ingham <jingham@apple.com>
7617 Daniel Jacobowitz <drow@mvista.com>
7618
7619 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7620 (auto_cp_abi): New variable.
7621 (current_cp_abi, num_cp_abis): Make static.
7622 (CP_ABI_MAX): Define.
7623 (cp_abis): Turn into an array.
7624 (value_virtual_fn_field): Fix formatting.
7625 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7626 takes a pointer.
7627 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7628 (list_cp_abis, _initialize_cp_abi): New functions.
7629 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7630 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7631 switch_to_cp_abi. Update prototype for register_cp_abi.
7632 * Makefile.in (cp-abi.o): Update dependencies.
7633 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7634 instead of switch_to_cp_abi.
7635 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7636 register_cp_abi.
7637 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7638 register_cp_abi.
7639 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7640
e4adbba9
DJ
76412003-03-05 Daniel Jacobowitz <drow@mvista.com>
7642
7643 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7644 * dwarf2loc.c: Include "regcache.h".
7645 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7646 register_size.
7647 * Makefile.in (dwarf2loc.o): Update dependencies.
7648
91ccbfc1
TR
76492003-03-04 Theodore A. Roth <troth@openavr.org>
7650
7651 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7652 number of io registers reported by remote target is not a multiple of
7653 step.
7654
3d4e8fd2
DC
76552003-03-04 David Carlton <carlton@math.stanford.edu>
7656
7657 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7658 (lookup_symbol_aux_psymtabs): Update call to
7659 lookup_partial_symbol.
7660 (lookup_transparent_type, find_main_psymtab)
7661 (make_symbol_overload_list): Ditto.
7662
ed42d87b
KH
76632003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7664
7665 * MAINTAINERS (Write after approval): Update my email address.
7666
a0ed5532
AC
76672003-03-03 Andrew Cagney <cagney@redhat.com>
7668
7669 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7670 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7671 predicate. Replace MAX_REGISTER_RAW_SIZE.
7672 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7673 MAX_REGISTER_VIRTUAL_SIZE.
7674 * regcache.c (legacy_max_register_raw_size): New function.
7675 (legacy_max_register_virtual_size): New function.
7676 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7677 (MAX_REGISTER_RAW_SIZE): Define.
7678 (legacy_max_register_raw_size): Declare.
7679 (legacy_max_register_virtual_size): Declare.
7680 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7681 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7682 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7683 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7684 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7685 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7686 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7687 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7688 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7690 * vax-tdep.c (vax_gdbarch_init): Update.
7691 * v850-tdep.c (v850_gdbarch_init): Update.
7692 * sparc-tdep.c (sparc_gdbarch_init): Update.
7693 * sh-tdep.c (sh_gdbarch_init): Update.
7694 * s390-tdep.c (s390_gdbarch_init): Update.
7695 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7696 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7697 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7698 * mips-tdep.c (mips_gdbarch_init): Update.
7699 * mcore-tdep.c (mcore_gdbarch_init): Update.
7700 * m68k-tdep.c (m68k_gdbarch_init): Update.
7701 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7702 * ia64-tdep.c (ia64_gdbarch_init): Update.
7703 * i386-tdep.c (i386_gdbarch_init): Update.
7704 * hppa-tdep.c (hppa_gdbarch_init): Update.
7705 * h8300-tdep.c (h8300_gdbarch_init): Update.
7706 * frv-tdep.c (frv_gdbarch_init): Update.
7707 * cris-tdep.c (cris_gdbarch_init): Update.
7708 * avr-tdep.c (avr_gdbarch_init): Update.
7709 * arm-tdep.c (arm_gdbarch_init): Update.
7710 * alpha-tdep.c (alpha_gdbarch_init): Update.
7711 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7712 max_register_raw_size or max_register_virtual_size.
7713
8e437497
DC
77142003-03-03 David Carlton <carlton@math.stanford.edu>
7715
7716 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7717 SYMBOL_MATCHES_NAME, add comment.
7718 (SYMBOL_MATCHES_NATURAL_NAME): New.
7719 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7720 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7721 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7722 * symtab.c (lookup_partial_symbol): Use
7723 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7724 unhelpful comment.
7725 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7726 SYMBOL_MATCHES_NAME.
7727 Fix for PR c++/33.
7728
25120b0d
DC
77292003-03-03 David Carlton <carlton@math.stanford.edu>
7730
7731 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7732 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7733 by regexp matching against SYMBOL_NATURAL_NAME.
7734
78a11fb4
DC
77352003-03-03 David Carlton <carlton@math.stanford.edu>
7736
7737 * linespec.c (find_method): Extract code into collect_methods.
7738 (collect_methods): New.
7739
645dd519
MK
77402003-03-02 Mark Kettenis <kettenis@gnu.org>
7741
b4700d91
MK
7742 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7743 get_frame_base.
7744
645dd519
MK
7745 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7746 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7747
0aa7e1aa
SC
77482003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7749
8ffd9b1b 7750 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
7751 and not regnum when summing the size of all registers up to regnum.
7752
f30ee0bc
AC
77532003-03-01 Andrew Cagney <cagney@redhat.com>
7754
7755 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7756 FRAME_INIT_SAVED_REGS.
7757 * gdbarch.h, gdbarch.c: Regenerate.
7758 * stack.c (frame_info): Update.
7759 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7760 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7761 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7762 * ns32k-tdep.c (ns32k_pop_frame): Update.
7763 * mips-tdep.c (mips_pop_frame): Update.
7764 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7765 * ia64-tdep.c (ia64_frame_chain): Update.
7766 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7767 (ia64_frameless_function_invocation): Update.
7768 (ia64_init_extra_frame_info): Update.
7769 (ia64_pop_frame_regular): Update.
7770 * frame.h (struct frame_info): Update comment.
7771 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7772 * frame.c (frame_saved_regs_register_unwind): Update.
7773 (frame_saved_regs_register_unwind): Update.
7774 (deprecated_generic_get_saved_register): Update.
7775 * cris-tdep.c: Update comment.
7776 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7777 Rename macro.
7778 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7779 * x86-64-tdep.c (x86_64_init_abi): Update.
7780 * vax-tdep.c (vax_gdbarch_init): Update.
7781 * v850-tdep.c (v850_gdbarch_init): Update.
7782 * sparc-tdep.c (sparc_gdbarch_init): Update.
7783 * sh-tdep.c (sh_gdbarch_init): Update.
7784 * s390-tdep.c (s390_gdbarch_init): Update.
7785 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7786 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7787 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7788 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7789 * mips-tdep.c (mips_gdbarch_init): Update.
7790 * mcore-tdep.c (mcore_gdbarch_init): Update.
7791 * m68k-tdep.c (m68k_gdbarch_init): Update.
7792 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7793 * ia64-tdep.c (ia64_gdbarch_init): Update.
7794 * i386-tdep.c (i386_gdbarch_init): Update.
7795 * frv-tdep.c (frv_gdbarch_init): Update.
7796 * avr-tdep.c (avr_gdbarch_init): Update.
7797 * arm-tdep.c (arm_gdbarch_init): Update.
7798 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7799
42fa7c0f
AC
78002003-03-01 Andrew Cagney <cagney@redhat.com>
7801
7802 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7803 option enum and switch. When no windows, set the interpreter to
7804 INTERP_CONSOLE.
8ffd9b1b 7805
49c7e338
AC
78062003-03-01 Andrew Cagney <cagney@redhat.com>
7807
7808 * main.c (captured_main): Replace magic option characters with an
7809 enum.
7810
e9582e71
AC
78112003-03-01 Andrew Cagney <cagney@redhat.com>
7812
7813 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7814 INIT_EXTRA_FRAME_INFO.
7815 * gdbarch.h, gdbarch.c: Regenerate.
7816 * arm-tdep.c: Update comments.
7817 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7818 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7819 * frame.h, avr-tdep.c: Ditto.
7820 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7821 (create_new_frame, legacy_get_prev_frame): Ditto.
7822 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7823 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7824 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7825 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7826 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7827 * v850-tdep.c (v850_gdbarch_init): Ditto.
7828 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7829 * sh-tdep.c (sh_gdbarch_init): Ditto.
7830 * s390-tdep.c (s390_gdbarch_init): Ditto.
7831 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7832 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7833 * mips-tdep.c (mips_gdbarch_init): Ditto.
7834 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7835 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7836 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7837 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7838 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7839 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7840 * frv-tdep.c (frv_gdbarch_init): Ditto.
7841 * cris-tdep.c (cris_gdbarch_init): Ditto.
7842 * avr-tdep.c (avr_gdbarch_init): Ditto.
7843 * arm-tdep.c (arm_gdbarch_init): Ditto.
7844 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7845 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7846
35cac7cf
AC
78472003-03-01 Andrew Cagney <cagney@redhat.com>
7848
7849 * gdbarch.sh (register_type): New function with predicate.
7850 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7851 * gdbarch.h, gdbarch.c: Re-generate.
7852 * arch-utils.c (generic_register_byte): Use generic_register_size.
7853 (generic_register_size): When available, use
7854 gdbarch_register_type.
7855 * regcache.c (init_regcache_descr): When available, initialize the
7856 register type array using gdbarch_register_type. If the
7857 architecture supplies gdbarch_register_type, do not use the legacy
7858 regcache layout.
7859 * d10v-tdep.c (d10v_register_type): Replace
7860 d10v_register_virtual_type.
7861 (d10v_gdbarch_init): Set register_type instead of
7862 register_virtual_type.
7863
7b83296f
AC
78642003-03-01 Andrew Cagney <cagney@redhat.com>
7865
7866 * Makefile.in (ax-gdb.o): Update dependencies.
7867 * ax-gdb.c: Include "regcache.h".
7868 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7869 * findvar.c (value_of_register): Ditto.
7870 * infcmd.c (default_print_registers_info): Ditto.
7871
eadc1c87
MK
78722003-03-01 Mark Kettenis <kettenis@gnu.org>
7873
7874 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7875 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7876
14143612
MK
78772003-03-01 Mark Kettenis <kettenis@gnu.org>
7878
7879 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7880 of STREQ.
7881
a55cc764
DJ
78822003-02-28 Daniel Jacobowitz <drow@mvista.com>
7883
7884 * Makefile.in (dwarf2loc.o): Update dependencies.
7885 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7886 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7887 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7888 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7889 (locexpr_tracepoint_var_ref): New function.
7890 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7891
08a617da
AC
78922003-02-28 Andrew Cagney <cagney@redhat.com>
7893
7894 * regcache.c (register_size): New function.
7895 * regcache.h (register_size): Declare
7896 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7897 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7898
4224873a
DC
78992003-02-28 David Carlton <carlton@math.stanford.edu>
7900
7901 * linespec.c (decode_compound): Extract code into find_method.
7902 (find_method): New.
7903
ccdc5d7f
JB
79042003-02-28 J. Brobecker <brobecker@gnat.com>
7905
7906 * Makefile.in: Add rules to build and link in observer.o.
7907
974e8ced
JB
79082003-02-27 J. Brobecker <brobecker@gnat.com>
7909
7910 * observer.c: Minor comments edits.
7911
7a28f973
JB
79122003-02-27 J. Brobecker <brobecker@gnat.com>
7913
7914 * observer.h, observer.c: New file.
7915
27cddce2
AC
79162003-02-27 Andrew Cagney <cagney@redhat.com>
7917
7918 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7919
b94a41a1
SC
79202003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7921
7922 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7923 (M6812_OP_STS_EXT): Likewise.
7924 (m6811_prologue): Use the above to recognize prologue.
7925 (m6812_prologue): Likewise.
7926
c8be8951
DC
79272003-02-27 David Carlton <carlton@math.stanford.edu>
7928
7929 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7930 SYMBOL_PRINT_NAME.
7931 (compare_psymbols): Ditto.
7932 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7933
d05bb1fc
MS
79342003-02-27 Michael Snyder <msnyder@redhat.com>
7935
4e845cd3
MS
7936 * f-lang.c (build_fortran_types): New function.
7937 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
7938 * doublest.c (extract_floating): Fix warning text.
7939
f3824013
AC
79402003-02-27 Andrew Cagney <cagney@redhat.com>
7941
7942 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7943 predicate. Replaces PUSH_DUMMY_FRAME.
7944 * gdbarch.h, gdbarch.c: Regnerate.
7945 * valops.c (hand_function_call): Update. Call
7946 generic_push_dummy_frame directly.
7947 * vax-tdep.c (vax_gdbarch_init): Update.
7948 * sparc-tdep.c (sparc_gdbarch_init): Update.
7949 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7950 * m68k-tdep.c (m68k_gdbarch_init): Update.
7951 * hppa-tdep.c (hppa_gdbarch_init): Update.
7952 * alpha-tdep.c (alpha_gdbarch_init): Update.
7953 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7954 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7955 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7956 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7957 push_dummy_frame to generic_push_dummy_frame.
7958 * v850-tdep.c (v850_gdbarch_init): Ditto.
7959 * sh-tdep.c (sh_gdbarch_init): Ditto.
7960 * s390-tdep.c (s390_gdbarch_init): Ditto.
7961 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7962 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7963 * mips-tdep.c (mips_gdbarch_init): Ditto.
7964 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7965 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7966 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7967 * i386-tdep.c (i386_gdbarch_init): Ditto.
7968 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7969 * frv-tdep.c (frv_gdbarch_init): Ditto.
7970 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7971 * cris-tdep.c (cris_gdbarch_init): Ditto.
7972 * avr-tdep.c (avr_gdbarch_init): Ditto.
7973 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 7974
ad188201
KB
79752003-02-26 Kevin Buettner <kevinb@redhat.com>
7976
7977 * mips-tdep.c (show_mips_abi): New function.
7978 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7979 command ``show mips abi''.
7980
6b37567a 79812003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7982
6b37567a 7983 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 7984 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
7985 more sline entries have been seen for the function.
7986
d3e0a5bf
MC
79872003-02-26 Michael Chastain <mec@shout.net>
7988
7989 * configure: Regenerate with autoconf 000227.
7990
18972eea
MC
79912003-02-26 Michael Chastain <mec@shout.net>
7992
7993 Close PR build/660.
7994 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7995 for old libc5/glibc.
7996 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7997
0bbde931
KW
79982003-02-26 Kris Warkentin <kewarken@qnx.com>
7999
8000 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8001 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8002
27ca5dad
MC
80032003-02-26 Michael Chastain <mec@shout.net>
8004
8005 * configure.in: New variable HAVE_UINTPTR_T.
8006 * configure, config.in: Regenerated.
8007
6f88d630
DJ
80082003-02-26 Daniel Jacobowitz <drow@mvista.com>
8009
8010 Fix PR build/1097.
8011 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8012
b14185ce
AC
80132003-02-25 Andrew Cagney <cagney@redhat.com>
8014
8015 * frame.c (get_prev_frame): Add comment on check for
8016 inside_entry_func. Only check for inside_entry_file when not a
8017 dummy and not a sentinel. Check that the new frame is not inner
8018 to the old frame.
8019
ac2bd0a9
AC
80202003-02-25 Andrew Cagney <cagney@redhat.com>
8021
8022 * frame.c (frame_debug): New variable.
8023 (_initialize_frame): Add "set/show debug frame" command.
8024 (get_prev_frame): When frame_debug, print reason why unwind
8025 failed.
8026
b18a0fd2
MC
80272003-02-25 Michael Chastain <mec@shout.net>
8028
8029 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8030 to avoid uintptr_t definition problems.
8031
22abf04a
DC
80322003-02-25 David Carlton <carlton@math.stanford.edu>
8033
8034 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8035 (SYMBOL_LINKAGE_NAME): Ditto.
8036 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8037 SYMBOL_LINKAGE_NAME.
8038 (struct general_symbol_info): Expand comment.
8039 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8040 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8041 (SYMBOL_MATCHES_REGEXP): Ditto.
8042 * symtab.c (symbol_natural_name): New function.
8043 * objfiles.h: Replace all uses of SYMBOL_NAME by
8044 DEPRECATED_SYMBOL_NAME.
8045 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8046 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8047 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8048 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8049 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8050 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8051 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8052 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8053 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8054 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8055 * ada-exp.y: Ditto.
8056 * ada-exp.y: Update copyright.
8057 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8058 * cp-valprint.c: Ditto.
8059
1a5848f6
JJ
80602003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8061
8062 * infptrace.c (detach): Do not flag error if ptrace detach fails
8063 and errno is set to ESRCH.
8064
7343d46a
AC
80652003-02-24 Andrew Cagney <cagney@redhat.com>
8066
8067 * infptrace.c (udot_info): Change type of udot_off to long. Use
8068 paddr when printing udot_off's value.
8069
49fa1dc2
DC
80702003-02-24 David Carlton <carlton@math.stanford.edu>
8071
8072 * symtab.c (make_symbol_overload_list): Only read in partial
8073 symtabs containing a matching partial symbol.
8074
0fe19209
DC
80752003-02-24 David Carlton <carlton@math.stanford.edu>
8076
8077 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8078 do the comparison, not strcmp.
8079 * symfile.c (compare_psymbols): Ditto.
8080 * defs.h: Declare strcmp_iw_ordered.
8081 * utils.c (strcmp_iw_ordered): New function.
8082
8e3ee7b5
JB
80832003-02-24 Jim Blandy <jimb@redhat.com>
8084
8085 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8086 support, shared libs): Remove my name from here, to better reflect
8087 reality.
8088
7df1a324
KW
80892003-02-24 Kris Warkentin <kewarken@qnx.com>
8090
8091 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8092 (target_ops): Add to_have_continuable_watchpoint.
8093 * target.c (update_current_target): Add INHERIT line for
8094 to_have_continuable_watchpoint.
8095 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8096 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8097 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8098 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8099
d1c76907
EZ
81002003-02-24 Elena Zannoni <ezannoni@redhat.com>
8101
8102 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8103 maintainership.
8104
2610b0bf
KW
81052003-02-24 Kris Warkentin <kewarken@qnx.com>
8106
f46169db
KW
8107 * solib.c (solib_open): Call target defined search function after
8108 failing with solib-search-path.
8109 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8110 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 8111
9a3c34fe
KW
81122003-02-24 Kris Warkentin <kewarken@qnx.com>
8113
f46169db 8114 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 8115
2417dd25
SC
81162003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8117
8118 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8119
b631436b
SC
81202003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8121
8122 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8123 (m68hc11_add_reggroups): New function.
8124 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8125 (m68hc11_gdbarch_init): Install the reggroups.
8126 (_initialize_m68hc11_tdep): Initialize them.
8127
0aa8c1e4
JW
81282003-02-21 James E Wilson <wilson@tuliptree.org>
8129
8130 * MAINTAINERS: Update my email address.
8131
50ceaba5
DC
81322003-02-21 David Carlton <carlton@math.stanford.edu>
8133
8134 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8135
4c2df51b
DJ
81362003-02-21 Daniel Jacobowitz <drow@mvista.com>
8137
8138 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8139 * symtab.h: Add opaque declarations of struct axs_value and
8140 struct agent_expr.
8141 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8142 (struct location_funcs): New type.
8143 (struct symbol): Add "loc" to aux_value.
8144 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8145 * dwarf2read.c: Include "dwarf2expr.h".
8146 (dwarf2_symbol_mark_computed): New function.
8147 (read_func_scope): Use it.
8148 (var_decode_location): New function.
8149 (new_symbol): Use it.
8150 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8151
8152 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8153 (dwarf2expr_h, dwarf2loc_h): New variables.
8154 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8155 (dwarf2expr.o, dwarf2loc.o): New rules.
8156 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8157 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8158 LOC_COMPUTED_ARG.
8159 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8160 * m2-exp.y (yylex): Likewise.
8161 * printcmd.c (address_info, print_frame_args): Likewise.
8162 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8163 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8164 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8165 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8166 * symtab.c (lookup_block_symbol): Likewise.
8167
5784d15e
AF
81682003-02-20 Adam Fedor <fedor@gnu.org>
8169
8170 * symtab.h: Remove objc_specific struct
8171 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8172 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8173 Have language_objc use cplus_specific struct.
8174
d4cad8db
TT
81752003-02-20 Tom Tromey <tromey@redhat.com>
8176
8177 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8178 TYPE_NAME, when printing a String value. PR java/1075.
8179
2f9a90b4
AF
81802003-02-20 Adam Fedor <fedor@gnu.org>
8181
d38074a8 8182 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 8183 * objc-lang.c (find_methods): Make static.
2f9a90b4 8184
6f17862b
CF
81852003-02-20 Christopher Faylor <cgf@redhat.com>
8186
8187 * win32-nat.c (get_image_name): Check return value from
8188 ReadProcessMemory.
8189 (child_xfer_memory): Ditto.
8190
715d1656
AO
81912003-02-20 Alexandre Oliva <aoliva@redhat.com>
8192
8193 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8194 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8195 '${exec_prefix}' (in addition to the expansion thereof) as
8196 relocatable.
8197 * configure: Rebuilt.
8198
b1262a02
DC
81992003-02-20 David Carlton <carlton@math.stanford.edu>
8200
8201 * symtab.c (search_symbols): Revert the search_symbols part of my
8202 2002-12-23 patch. Add comment.
8203
7134143f
DJ
82042002-02-20 Daniel Jacobowitz <drow@mvista.com>
8205
8206 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8207 * dbxread.c (elfstab_build_psymtabs): Don't call
8208 install_minimal_symbols.
8209 (stabsect_build_psymtabs): Likewise.
8210 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8211 earlier.
8212 * somread.c (som_symfile_read): Call install_minimal_symbols
8213 and do_cleanups earlier.
8214 * nlmread.c (nlm_symfile_read): Likewise.
8215 * mdebugread.c (elfmdebug_build_psymtabs): Call
8216 install_minimal_symbols and make appropriate cleanups.
8217
cf466558
KB
82182003-02-20 Kevin Buettner <kevinb@redhat.com>
8219
8220 * solib.c (reload_shared_libraries): New function.
8221 (_initialize_solib): Add callbacks for ``set solib-search-path''
8222 and ``set solib-absolute-prefix''.
8223
de5ad195
DC
82242003-02-20 David Carlton <carlton@math.stanford.edu>
8225
8226 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8227 expand comment.
8228 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8229 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8230 * ada-typeprint.c (ada_typedef_print): Ditto.
8231 * ax-gdb.c (gen_var_ref): Ditto.
8232 * breakpoint.c (print_one_breakpoint): Ditto.
8233 * buildsym.c (finish_block): Ditto.
8234 * c-valprint.c (c_val_print): Ditto.
8235 * expprint.c (print_subexp): Ditto.
8236 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
8237 * infcmd.c (jump_command): Ditto.
8238 * linespec.c (decode_line_2, decode_compound): Ditto.
8239 * maint.c (maintenance_translate_address): Ditto.
8240 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
8241 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8242 Ditto.
8ffd9b1b
AJ
8243 * p-valprint.c (pascal_val_print): Ditto.
8244 * stabsread.c (define_symbol): Ditto.
de5ad195 8245 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
8246 (print_frame_arg_vars, return_command): Ditto.
8247 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8248 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
8249 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8250 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
8251 (rbreak_command): Ditto.
8252 * tracepoint.c (tracepoints_info): Ditto.
8253 * typeprint.c (typedef_print): Ditto.
8254 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
8255 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8256 * ada-typeprint.c: Update Copyright.
8257 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8258 * tracepoint.c, cli/cli-cmds.c: Ditto.
8259
f796e4be
KB
82602003-02-20 Kevin Buettner <kevinb@redhat.com>
8261
8262 * frame.c (generic_unwind_get_saved_register): Make non-static.
8263 * frame.h (generic_unwind_get_saved_register): Declare.
8264 * mips-tdep.c (read_next_frame_reg): Fetch register from
8265 current regcache when frame is NULL.
8266 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8267 that must be NULL.
8268 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8269 instead of frame_register_unwind().
8270
836cc9f4
AC
82712003-02-20 Andrew Cagney <ac131313@redhat.com>
8272
8273 * remote-sim.c (gdbsim_insert_breakpoint)
8274 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8275 code.
8276
501eef12
AC
82772003-02-20 Andrew Cagney <ac131313@redhat.com>
8278
8279 * remote.c (_initialize_remote): Add commands "set/show remote
8280 hardware-watchpoint-limit" and "set/show remote
8281 hardware-breakpoint-limit".
8282 (remote_hw_watchpoint_limit): Initialize to -1.
8283 (remote_hw_breakpoint_limit): Ditto.
8284 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8285
1b6bc7e0
CF
82862003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8287
8288 * coff-pe-read.c: New file - support reading of minimal symbols from a
8289 portable executable using the export table.
8290 * coff-pe-read.h: New file.
8291 * coffread.c: Include coff-pe-read.h.
8292 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8293 debugging symbols found.
8294 * Makefile.in (SFILES): Add coff-pe-read.o.
8295 (coff_pe_read_h): Define.
8296 (COMMON_OBS): Add coff-pe-read.o.
8297 (coffread.o): Add coff_pe_read_h dependency.
8298 (coff-pe-read.o): New target.
8299
fe898f56
DC
83002003-02-19 David Carlton <carlton@math.stanford.edu>
8301
8302 * Makefile.in (SFILES): Add block.c.
8303 (block_h): New.
8304 (COMMON_OBS): Add block.o.
8305 (block.o): New.
8306 (x86-64-tdep.o): Add $(block_h).
8307 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8308 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8309 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8310 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8311 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8312 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8313 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8314 * value.h: Add opaque declaration for struct block.
8315 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8316 * ada-lang.h: Ditto.
8317 * x86-64-tdep.c: #include "block.h"
8318 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8319 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8320 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8321 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8322 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8323 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8324 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8325 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8326 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8327 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8328 * symtab.c (block_function): Ditto.
8329 (contained_in): Ditto.
8330 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8331 block.h. Add opaque declaration for struct block.
8332 * symtab.h: Move block_function and contained_in declarations to
8333 block.h. Add opaque declarations for struct block, struct
8334 blockvector.
8335 (struct block): Move to block.h.
8336 (struct blockvector): Ditto.
8337 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8338 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8339 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8340 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8341 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8342 Ditto.
8343 * block.c: New file.
8344 * block.h: New file.
8345
173345b5
TR
83462003-02-19 Theodore A. Roth <troth@openavr.org>
8347
8348 * avr-tdep.c (avr_extract_return_value): Remove function.
8349 (avr_store_return_value): Remove function.
8350 (avr_extract_struct_value_address): Remove function.
8351 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8352
338ef23d
AC
83532003-02-19 Andrew Cagney <ac131313@redhat.com>
8354
8355 * rs6000-tdep.c: Include "gdb_assert.h".
8356 (registers_e500): Add "acc" and "spefscr".
8357 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8358 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8359 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8360 really is "r0".
8361 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8362
5412f5f3
KS
83632003-02-18 Keith Seitz <keiths@redhat.com>
8364
8365 * Makefile.in: Add gdbtk-interps.c.
8366
881324eb
KB
83672003-02-18 Kevin Buettner <kevinb@redhat.com>
8368
8369 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8370 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8371
6a2f5abf
AC
83722003-02-18 Andrew Cagney <cagney@redhat.com>
8373
8374 * symtab.h (struct objfile): Add opaque declaration.
8375
54c7009d
EZ
83762003-02-18 Elena Zannoni <ezannoni@redhat.com>
8377
8378 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
8379 * dbxread.c (process_one_symbol): Use last_function_start rather
8380 than function_start_offset to find the real beginning of the
8381 current function. The latter is just the text section offset on
8382 some systems, the former is always the real function start.
54c7009d 8383
7ee6d7eb
AC
83842003-02-17 Andrew Cagney <cagney@redhat.com>
8385
8386 * configure.in: Revert ${target} != ${host}.
8387
2846da9b
AC
83882003-02-17 Andrew Cagney <ac131313@redhat.com>
8389
8390 * configure.in (Makefile): Use the test ${target} != ${host},
8391 instead of the absence of the "nm.h" file, to determine of the
8392 configuration non-native.
8393 * configure: Regenerate.
8ffd9b1b 8394
3b27aeea
EZ
83952003-02-14 Elena Zannoni <ezannoni@redhat.com>
8396
fbe586ae 8397 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
8398
8399 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8400 conditionalize tui_active test.
8401 (lookup_cmd_1): Ditto.
8402
b0b1c2c0
MK
84032003-02-14 Mark Kettenis <kettenis@gnu.org>
8404
8405 * configure.in: Add check for _etext.
8406 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8407 available.
8408 * config.in, configure: regenerated.
8409
8f05cde5
DJ
84102003-02-14 Daniel Jacobowitz <drow@mvista.com>
8411
8412 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8413
021e7609
AC
84142003-02-14 Andrew Cagney <ac131313@redhat.com>
8415
8416 * main.c (tui_version): Delete variable.
8417 (captured_main): When --tui, set interpreter_p to "tui" instead of
8418 enabling tui_version.
8419 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8420 tui_version.
8421 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8422 * cli/cli-cmds.c (disassemble_command): Ditto.
8423 * defs.h (tui_version): Delete declaration.
8424 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8425 (tui-interp.o): Add rules.
8426 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8427
e325dcec
CF
84282003-02-14 Christopher Faylor <cgf@redhat.com>
8429
36ffb041 8430 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
8431 just-loaded dll.
8432
c4f90d87
JM
84332003-02-12 Jason Molenda (jmolenda@apple.com)
8434
fbe586ae
RH
8435 * symmisc.c (print_objfile_statistics): Include information about
8436 the number of psymtabs and symtabs in each object file.
c4f90d87 8437
e46e5ccd
KS
84382003-02-13 Keith R Seitz <keiths@redhat.com>
8439
8440 * main.h (struct captured_main_args): Add interpreter_p.
8441 * main.c (captured_main): Initialize interpreter_p from context.
8442 * gdb.c (main): Set interpreter_p argument.
8443 * Makefile.in (gdb.o): Add dependency for interps.h.
8444
fe97fe9c
AC
84452003-02-12 Andrew Cagney <ac131313@redhat.com>
8446
8447 * event-top.c (cli_command_loop): Delete declaration.
8448 (_initialize_event_loop): Delete function setting event_loop_hook.
8449 * event-top.h (cli_command_loop): Declare. Update copyright.
8450 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8451 * interps.c (current_interp_command_loop): When event_loop_p, call
8452 cli_command_loop.
8453
1cdac4ef
AC
84542003-02-12 Andrew Cagney <ac131313@redhat.com>
8455
8456 * interps.h (interp_command_loop_ftype): Change return type to
8457 void.
8458
48037ead
ML
84592003-02-12 Michal Ludvig <mludvig@suse.cz>
8460
8461 * x86-64-tdep.c (x86_64_extract_return_value)
8462 (x86_64_store_return_value): Use regcache instead of regbuf.
8463 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8464 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8465
033afc63
AC
84662003-02-11 Andrew Cagney <ac131313@redhat.com>
8467
8468 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8469 * aclocal.m4: Regenerate.
8470 * configure: Regenerate.
8471
8472 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8473 TCL_LD_SEARCH_FLAGS.
8474
40d02bca
ML
84752003-02-10 Michal Ludvig <mludvig@suse.cz>
8476
8477 * dwarf2cfi.c: Reindented.
8478
11308a41
AC
84792003-02-09 Andrew Cagney <ac131313@redhat.com>
8480
8481 * interps.c (clear_interpreter_hooks): Convert function definition
8482 to ISO C.
8483
e1c1c0f6
DC
84842003-02-07 David Carlton <carlton@math.stanford.edu>
8485
8486 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8487
ab5d3da6
KB
84882003-02-07 Kevin Buettner <kevinb@redhat.com>
8489
8490 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8491 (struct type): ...to here.
8492 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8493 field.
8494 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8495 (replace_type): Set length on all type variants for a given type.
8496
b8a92b82
AC
84972003-02-07 Andrew Cagney <ac131313@redhat.com>
8498
8499 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8500 <sys/stat.h>.
8501 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 8502
5cb316ef
AC
85032003-02-06 Andrew Cagney <ac131313@redhat.com>
8504
2555fe1a
AC
8505 * Makefile.in (symm-nat.o): Update dependencies.
8506 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8507 (lynx-nat.o, ia64-linux-nat.): Ditto.
8508 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8509 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8510 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8511
44270758
AC
8512 * Makefile.in (inflow_h): Define.
8513 (procfs.o, inflow.o, procfs.o): Update dependencies.
8514 * inftarg.c (child_stop): Delete extern declaration of
8515 inferior_process_group. Include "inflow.h".
8516 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8517 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8518 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8519 (our_process_group, inferior_process_group): Extern declarations.
8520
df8f7274
AC
8521 * procfs.c: Include "gdb_assert.h".
8522
5cb316ef
AC
8523 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8524 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8525 * jv-typeprint.c (java_type_print_base): Ditto.
8526 * typeprint.c (typedef_print): Eliminate STREQ.
8527 * cli/cli-script.c (define_command, define_command): Ditto.
8528 * main.c (captured_main): Ditto.
8529 * values.c (lookup_internalvar): Ditto.
8530 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8531 within `if' conditional.
8532 * linespec.c (decode_line_2): Ditto.
8533 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8534 (bfd_openw_with_cleanup): Ditto.
8535
2a28ccea
MK
85362003-02-07 Mark Kettenis <kettenis@gnu.org>
8537
8538 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8539 legacy_extract_return_value and store_return_value to
8540 legacy_return_value.
8541
786b8124
CF
85422003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8543
8544 * win32-nat.c (get_relocated_section_addrs): New function. Find
8545 section load addresses for symbol handling in relocated DLLs.
8546 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8547
b871e4ec
FF
85482003-02-05 Fred Fish <fnf@intrinsity.com>
8549
8550 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8551 '=' and '!='.
8552 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8553 with '&' and '=='.
8554 (angel_RDI_info): Ditto.
8555 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8556 with '&' and '!='.
8557 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 8558
4389a95a 85592003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
8560 Keith Seitz <keiths@redhat.com>
8561 Elena Zannoni <ezannoni@redhat.com>
8562 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
8563
8564 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8565 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8566 (SUBDIR_MI_OBS): Add "mi-interp.o".
8567 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8568 (SFILES): Add "interps.c".
8569 (COMMON_OBS): Add "interps.o".
8570 (interps_h, mi_main_h): Define.
8571 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8572 (mi-main.o, main.o, event-top.o): Update dependencies.
8573 * cli/cli-interp.c: New file.
8574 * interps.h, interps.c: New files.
8575 * top.c: (gdb_init): Don't install the default interpreter, handed
8576 by captured_main.
8577 * main.c: Include "interps.h".
8578 (interpreter_p): Note that it should malloc'ed.
8579 (captured_command_loop): Call current_interp_command_loop.
8580 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8581 xfree and xstrdup when updating interpreter_p. Install the
8582 default interpreter. Add hack to stop mi1's copyright notice
8583 being encoded.
8584 * event-top.h (gdb_setup_readline): Declare.
8585 (gdb_disable_readline): Declare.
8586 * event-top.c: Include "interps.h".
8587 (display_gdb_prompt): Call current_interp_display_prompt_p.
8588 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8589 gdb_stdlog, and gdb_stdtarg.
8590 (_initialize_event_loop): Don't call gdb_setup_readline.
8591 * cli-out.c (cli_out_set_stream): New function.
8592 * cli-out.h (cli_out_set_stream): Declare.
8593
ff3b5810
MK
85942003-02-06 Mark Kettenis <kettenis@gnu.org>
8595
8596 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8597 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8598 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8599 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8600 config/i386/i386v42mp.mt: Removed.
8601
5b729aa5
MK
86022003-02-05 Mark Kettenis <kettenis@gnu.org>
8603
8604 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8605 GDB_OSABI_SOLARIS.
8606
8cc15142
MC
86072003-02-05 Michael Chastain <mec@shout.net>
8608
8609 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8610 2.12.1 and earlier versions.
8611
5aa5d4b9
AC
86122003-02-05 Andrew Cagney <ac131313@redhat.com>
8613
8614 Remove orphaned hosts, targets and files.
8615 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8616 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8617 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8618 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8619 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8620 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8621 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8622 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8623 * config/sparc/tm-sp64sim.h: Delete.
8624 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8625 hosts.
8626 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8627 mips*-dec-mach3* targets.
8628
b68767c1
MC
86292003-02-04 Michael Chastain <mec@shout.net>
8630
8631 * NEWS: Fix typo: sepcifying -> specifying.
8632
5ae7ca1d
MC
86332003-02-04 Michael Chastain <mec@shout.net>
8634
8635 * dwarfread.c: Add documentation on the state of dwarf-1,
8636 looking towards obsoletion.
8637
d08a4280
MC
86382003-02-03 Michael Chastain <mec@shout.net>
8639
8640 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8641 gdb/testsuite/gdb.c++/pr-1023.exp.
8642
e9be73e4
AC
86432003-02-04 Andrew Cagney <ac131313@redhat.com>
8644
8645 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8646 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8647
8648 * utils.c (init_page_info): Delete reference to MPW in comments.
8649 * main.c (captured_main): Delete #ifdef MPW.
8650
05d57f6f
AC
86512003-02-04 Andrew Cagney <ac131313@redhat.com>
8652
8ffd9b1b 8653 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
8654 * monitor.c (monitor_expect): Obsolete reference to m32r.
8655 * configure.tgt: Mark m32r-*-elf* as obsolete.
8656 * MAINTAINERS: Mark m32k as obsolete.
8657 * m32r-rom.c: Obsolete file.
8658 * config/m32r/m32r.mt: Obsolete file.
8659 * config/m32r/tm-m32r.h: Obsolete file.
8660 * m32r-stub.c: Obsolete file.
8661 * m32r-tdep.c: Obsolete file.
8662
8b0e5691
AC
86632003-02-04 Andrew Cagney <ac131313@redhat.com>
8664
8665 * NEWS: Mention that the z8k-zilog-none is obsolete.
8666 * MAINTAINERS: Mark z8k as obsolete.
8667 * configure.tgt: Obsolete the z8k-*-coff* target.
8668 * config/z8k/z8k.mt: Obsolete file.
8669 * config/z8k/tm-z8k.h: Obsolete file.
8670 * z8k-tdep.c: Obsolete file.
8671
67f16606
AC
86722003-02-04 Andrew Cagney <ac131313@redhat.com>
8673
8674 * NEWS: Mention that the mn10200-elf is obsolete.
8675 * configure.tgt: Obsolete mn10200-*-* target.
8676 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8677 mention that the mn10200 is obsolete.
8678 * breakpoint.h: Ditto.
8679 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8680 * config/mn10200/mn10200.mt: Obsolete file.
8681 * config/mn10200/tm-mn10200.h: Obsolete file.
8682 * mn10200-tdep.c: Obsolete file.
8683
fd2299bd
AC
86842003-02-04 Andrew Cagney <ac131313@redhat.com>
8685
8686 * MAINTAINERS: Mark h8500 as obsolete.
8687 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8688 * findvar.c (value_from_register): Ditto.
8689 * h8500-tdep.c: Mark file as obsolete.
8690 * config/h8500/h8500.mt: Ditto.
8691 * config/h8500/tm-h8500.h: Ditto.
8692 * NEWS: Mention that h8500 is obsolete.
8693
eb9a305d
DC
86942003-02-04 David Carlton <carlton@math.stanford.edu>
8695
8696 * objfiles.c (allocate_objfile): Always set name. Add comment at
8697 start of function.
8698 * jv-lang.c (get_dynamics_objfile): Add comment.
8699
406fc7fb
DC
87002003-02-04 David Carlton <carlton@math.stanford.edu>
8701
8702 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8703 * printcmd.c (build_address_symbolic): Replace uses of
8704 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8705 SYMBOL_NAME, and asm_demangle.
8706 Update copyright.
8707
93d91629
DC
87082003-02-04 David Carlton <carlton@math.stanford.edu>
8709
8710 * linespec.c (decode_compound): Extract code into
8711 lookup_prefix_sym.
8712 (lookup_prefix_sym): New function.
8713
1c5cb38e
DC
87142003-02-04 David Carlton <carlton@math.stanford.edu>
8715
8716 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8717 FLOAT_COERCION_BADNESS.
8718 * gdbtypes.c (rank_one_type): Replace all uses of
8719 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8720
0cf824c9
JB
87212003-02-04 Jim Blandy <jimb@redhat.com>
8722
8723 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8724 section, let dwarf_macinfo_section point to it, not
8725 dwarf_loc_section.
8726
a2d356b0
DJ
87272003-02-04 Daniel Jacobowitz <drow@mvista.com>
8728
8729 Pointed out by Anton Blanchard <anton@samba.org>.
8730 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8731 (ppc_linux_at_sigtramp_return_path): Use it.
8732
2de7ced7
DJ
87332003-02-04 Daniel Jacobowitz <drow@mvista.com>
8734
8735 * defs.h (streq): Add prototype.
8736 * utils.c (streq): New function.
8737
8738 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8739 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8740 * mdebugread.c (new_symbol): Likewise.
8741 * stabsread.c (define_symbol): Likewise.
8742 * coffread.c (process_coff_symbol): Likewise.
8743 * dwarfread.c (new_symbol): Likewise.
8744
8745 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8746 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8747 here.
8748 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8749 SYMBOL_INIT_DEMANGLED_NAME.
8750 * objfiles.c: Include "hashtab.h".
8751 (allocate_objfile): Call htab_set_functions_ex for the
8752 demangled_names_hash.
8753 (free_objfile): Call htab_delete for the demangled_names_hash.
8754 * objfiles.h (struct htab): Add declaration.
8755 (struct objfile): Add demangled_names_hash.
8756 * symfile.c: Include "hashtab.h".
8757 (reread_symbols): Call htab_delete for the demangled_names_hash.
8758 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8759 SYMBOL_NAME in the bcache.
8760 * symtab.c: Include "hashtab.h". Update comments.
8761 (create_demangled_names_hash, symbol_set_names): New functions.
8762 (symbol_find_demangled_name): New function, broken out from
8763 symbol_init_demangled_names.
8764 (symbol_init_demangled_names): Use it.
8765 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8766 (SYMBOL_SET_NAMES): New macro.
8767 (symbol_set_names): Add prototype.
8768
15831452
JB
87692003-02-03 Jim Blandy <jimb@redhat.com>
8770
8771 Use a single, consistent representation for an empty minimal
8772 symbol table in an objfile.
8773 * objfiles.c (terminate_minimal_symbol_table): New function.
8774 (allocate_objfile): Call it.
8775 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8776 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 8777 non-NULL.
15831452
JB
8778 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8779 objfile has minimal symbols, compare minimal_symbol_count to zero,
8780 instead of comparing msymbols with NULL.
8781 * objfiles.c (have_minimal_symbols): Same.
8782 * solib-sunos.c (solib_add_common_symbols): Call
8783 terminate_minimal_symbol_table.
8784 * symfile.c (reread_symbols): Same.
8ffd9b1b 8785
ffc65945
KB
87862003-02-03 Kevin Buettner <kevinb@redhat.com>
8787
8788 * s390-tdep.c (s390_address_class_type_flags)
8789 (s390_address_class_type_flags_to_name)
8790 (s390_address_class_name_to_type_flags): New functions.
8791 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8792 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8793
f211c6d4
MS
87942003-02-03 Michael Snyder <msnyder@redhat.com>
8795
8796 * arm-tdep.c: Fix spell-o in comment.
8797
659b0389
ML
87982003-02-03 Michal Ludvig <mludvig@suse.cz>
8799
8800 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8801 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 8802 error messages to contain BFD filename.
659b0389 8803
3b31d625
EZ
88042003-02-02 Elena Zannoni <ezannoni@redhat.com>
8805
997b089a 8806 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
8807 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8808 (do_mixed_source_and_assembly): Use
8809 make_cleanup_ui_out_tuple_begin_end and
8810 make_cleanup_ui_out_tuple_begin_end.
8811 (do_mixed_source_and_assembly): Ditto.
8812 * thread.c (do_captured_list_thread_ids): Ditto.
8813 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8814 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8815 ui_out_tuple_end): Delete prototypes.
8816 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8817 ui_out_list_end, ui_out_tuple_end): Delete.
8818
8819 From Kevin Buettner <kevinb@redhat.com>:
8820 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
8821 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8822 (do_cleanup_table_end): New functions.
8823 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8824 Use cleanups to invoke_ui_out_tuple_end().
8825 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
8826 * cli/cli-setshow.c (cmd_show_list): Use
8827 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 8828
5b181d62
AC
88292003-02-02 Andrew Cagney <ac131313@redhat.com>
8830
8831 * frame.c (frame_unwind_register): New function.
8832 (frame_unwind_unsigned_register): Use.
8833 (frame_unwind_signed_register): Use.
8834 (frame_read_register): New function.
8835 * frame.h (frame_unwind_register): Declare.
8836 (frame_read_register): Declare.
8837
8838 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8839 and frame_unwind_register instead of read_memory, write_register
8840 and deprecated_write_register_bytes.
8841
5f601589
AC
88422003-02-02 Andrew Cagney <ac131313@redhat.com>
8843
8844 * frame.h: Note that namelen can be negative.
8845 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8846 NAME's length.
8847
8848 * NEWS: Mention that the d10v's `regs' command is deprecated.
8849 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8850 (d10v_print_registers_info): New function.
8851 (show_regs): Call d10v_print_registers_info.
8852 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8853
6a3fe0a4
MK
88542003-02-02 Mark Kettenis <kettenis@gnu.org>
8855
8856 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8857 lost in the previous patch.
8858
075559bc
AC
88592003-02-01 Andrew Cagney <ac131313@redhat.com>
8860
8861 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
8862 * stack.c (print_frame_info_base): Output complete FRAME tuple
8863 for synthesized frames.
075559bc 8864
6789195b
AC
88652003-02-02 Andrew Cagney <ac131313@redhat.com>
8866
8867 * mips-nat.c (zerobuf): Delete.
8868 (fetch_inferior_registers): Alloc local zerobuf.
8869 (fetch_core_registers): Alloc local zerobuf.
8870 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8871 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8872 * thread-db.c (thread_db_store_registers): Ditto.
8873 * sh-tdep.c (sh_do_register): Ditto.
8874 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8875 * remote-sim.c (gdbsim_store_register): Ditto.
8876 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8877 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8878 * monitor.c (monitor_supply_register): Ditto.
8879 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8880 * mips-nat.c (fetch_inferior_registers): Ditto.
8881 * m68klinux-nat.c (fetch_register): Ditto.
8882 * lynx-nat.c (fetch_inferior_registers): Ditto.
8883 (fetch_inferior_registers): Ditto.
8884 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8885 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8886 (hpux_thread_store_registers): Ditto.
8887 * hppah-nat.c (fetch_register): Ditto.
8888 * hppab-nat.c (fetch_register): Ditto.
8889 * hppa-tdep.c (pa_register_look_aside): Ditto.
8890 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8891 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8892
e669114a
AC
88932003-02-01 Andrew Cagney <ac131313@redhat.com>
8894
8895 * gdbarch.sh: Explictly specify all method levels. When a
8896 variable with an empty level, provide a non-multi-arch default.
8897 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8898 * gdbarch.h: Re-generate.
8899 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8900 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8901
9a043c1d
AC
89022003-02-01 Andrew Cagney <ac131313@redhat.com>
8903
8904 * defs.h (host_pointer_to_address): Delete declaration.
8905 (address_to_host_pointer): Delete declaration.
8906 * utils.c (host_pointer_to_address): Delete function.
8907 (address_to_host_pointer): Delete function.
8908 * procfs.c (procfs_address_to_host_pointer): New function.
8909 * procfs.c (proc_set_watchpoint): Use.
8910 (procfs_can_use_hw_breakpoint): Update comments.
8911 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8912 (som_solib_add): Use.
8913 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8914 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 8915
7ca9f392
AC
89162003-02-01 Andrew Cagney <ac131313@redhat.com>
8917
94bbfd30
AC
8918 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8919 strlen d_name.
8920
7ca9f392
AC
8921 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8922 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8923 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8924 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8925 (define_symbol): Update.
8926 * symfile.c (generic_load): Remove references to nindy.
8927 * symtab.c: Remove references to nindy.
8928
31a85ea2
AC
89292003-02-01 Andrew Cagney <ac131313@redhat.com>
8930
8931 * infcmd.c (print_float_info): Delete code conditional on
8932 FLOAT_INFO.
8933 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8934 * config/m68k/nm-apollo68b.h: Ditto.
8935 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8936 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8937 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8938
f6e85fc8
MK
89392003-02-01 Mark Kettenis <kettenis@gnu.org>
8940
6015b6a0
MK
8941 * config/i386/tm-i386os9k.h: Removed.
8942
f7a30bdf
MK
8943 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8944 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8945 they're identical to i[3456]86-*-sysv* now.
8946 * config/i386/i386v32.mh: Removed.
8947 * config/i386/xm-i386v32.h: Removed.
8948 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8949
28d52111
MK
8950 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8951
4d3f6bce
MK
8952 * config/i386/i386dgux.mh: Removed.
8953 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8954
f6e85fc8
MK
8955 * configure.in: Fix typo.
8956 * configure: Regenerated.
8957
53955967
DC
89582003-01-31 David Carlton <carlton@math.stanford.edu>
8959
8960 * dwarf2read.c (dwarf2_locate_sections): Set
8961 dwarf_ranges_section.
8962
b1364885
AC
89632003-01-31 Andrew Cagney <ac131313@redhat.com>
8964
8dbb1c65
AC
8965 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8966 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 8967
8731e58e
AC
8968 * utils.c: Re-indent.
8969
b1364885
AC
8970 * config/djgpp/fnchange.lst: Delete nindy files.
8971 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8972 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8973 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8974 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8975 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8976 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8977 * Makefile.in (init.c): Remove nindy references.
8978 (saber_gdb): Delete rule.
8979 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8980 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8981 and a68v-nat.c.
8982 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8983 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8984 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8985 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8986 nindy-share/stop.h.
8987 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8988 * saber.suppress: Delete file.
8989
086df311
DJ
89902003-01-31 Daniel Jacobowitz <drow@mvista.com>
8991
8992 * dbxread.c (stabs_data): New static variable.
8993 (fill_symbuf): Support an in-memory buffer for stabs data.
8994 (stabs_seek): New function.
8995 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8996 (read_ofile_symtab): Use stabs_seek.
8997 (elfstab_build_psymtabs): Take an asection* instead of
8998 an offset and size. Relocate the stabs data if necessary.
8999 Save the section* for dbx_psymtab_to_symtab.
9000 * dwarf2read.c: Add section variables for each debug section.
9001 (dwarf2_locate_sections): Fill them in.
9002 (dwarf2_read_section): Take an asection* argument.
9003 Relocate the section contents if necessary.
9004 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9005 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9006 it to dwarf2_read_section.
9007 (dwarf2_build_frame_info): Update callers.
9008 * elfread.c (elf_symfile_read): Update call to
9009 elfstab_build_psymtabs.
9010 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9011 (DBX_STAB_SECTION): New macro.
8ffd9b1b 9012 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
9013 * symfile.c (symfile_dummy_outputs): New function.
9014 (symfile_relocate_debug_section): New function.
9015 * symfile.h (symfile_relocate_debug_section): Add prototype.
9016
87d1b352
RH
90172003-01-31 Richard Henderson <rth@redhat.com>
9018
9019 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9020 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9021 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9022 * alpha-tdep.c (alpha_register_name): Add "unique".
9023 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9024 (ALPHA_UNIQUE_REGNUM): New.
9025 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9026
c48861fb
AC
90272003-01-31 Andrew Cagney <ac131313@redhat.com>
9028
9029 * README: Remove reference to Ericsson 1800 monitor.
9030 * Makefile.in (remote-es.o): Delete rule.
9031 (ALLDEPFILES): Delete remote-es.c.
9032 * remote-es.c: Delete file.
9033 * config/m68k/es1800.mt: Delete file.
9034 * config/djgpp/fnchange.lst: Update.
9035 * configure.tgt: Delete m68*-ericsson-* target.
9036
d764a824
AF
90372003-01-31 Adam Fedor <fedor@gnu.org>
9038
9039 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9040 Remove duplicate/shadowing variable of same name.
9041
fe36c4f4
JB
90422003-01-30 Jim Blandy <jimb@redhat.com>
9043
9044 * symfile.c (find_separate_debug_file): Assert that the objfile's
9045 directory name we compute ends with a slash, and then assume that
9046 that's so everywhere we use it.
9047
cb741690
DJ
90482003-01-30 Daniel Jacobowitz <drow@mvista.com>
9049
9050 * valops.c (value_assign): Flush frame cache after stores to memory
9051 also.
9052
96ee5227
AC
90532003-01-30 Andrew Cagney <ac131313@redhat.com>
9054
9055 * Makefile.in (mon960-rom.o): Delete rule.
9056 * mon960-rom.c: Delete file.
9057
7f6104a9
AC
90582003-01-30 Andrew Cagney <ac131313@redhat.com>
9059
9060 * d10v-tdep.c: Include "frame-unwind.h".
9061 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9062 list.
9063 (next_addr, uses_frame): Delete.
9064 (struct d10v_unwind_cache): Define.
9065 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9066 Use info instead of next_addr and uses_frame globals.
9067 (d10v_frame_init_saved_regs): Delete function.
9068 (d10v_init_extra_frame_info): Delete function.
9069 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9070 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9071 init_frame_pc or frame_saved_pc.
9072 (d10v_pop_frame): Delete function.
9073 (do_d10v_pop_frame): Delete function.
9074 (d10v_frame_chain): Delete function.
9075 (d10v_frame_chain_valid): Delete function.
9076 (d10v_frame_pc_unwind): New function.
9077 (d10v_frame_id_unwind): New function.
9078 (saved_regs_unwinder): New function.
9079 (d10v_frame_register_unwind): New function.
9080 (d10v_frame_pop): New function.
9081 (d10v_frame_unwind): New variable.
9082 (d10v_frame_p): New function.
9083 (d10v_frame_saved_pc): Delete function.
9084 * Makefile.in (d10v-tdep.o): Update dependencies.
9085
cad2e848
JB
90862003-01-30 J. Brobecker <brobecker@gnat.com>
9087
9088 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9089 causing some regressions due to a change in the default value
9090 for this macro.
9091
af34e669
DJ
90922003-01-29 Richard Henderson <rth@redhat.com>
9093 Elena Zannoni <ezannoni@redhat.com>
9094 Daniel Jacobowitz <drow@mvista.com>
9095
9096 Fix PR gdb/961.
8ffd9b1b 9097 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
9098 variables.
9099 (RANGES_SECTION): New.
9100 (dwarf_ranges_buffer): New variable.
9101 (struct comp_unit_head): Add member "die".
9102 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9103 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9104 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9105 (dwarf2_locate_sections): Likewise.
9106 (dwarf2_build_psymtabs): Read .debug_ranges.
9107 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9108 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9109 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9110 Look for DW_AT_ranges and return the bounding box.
9111
baa93fa6
CF
91122003-01-29 Brian Ford <ford@vss.fsi.com>
9113
9114 * win32-nat.c (cygwin_pid): Removed as unused.
9115 (child_attach): Try fall back to Cygwin pid.
9116
c63f977f
JB
91172003-01-29 Jim Blandy <jimb@redhat.com>
9118
9119 * objfiles.h (struct objfile): Doc fix.
9120
d62d1979
AC
91212003-01-29 Andrew Cagney <ac131313@redhat.com>
9122
9123 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9124 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9125 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9126 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9127 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9128 (FRAME_SAVED_PC): Change to a function with predicate.
9129 * gdbarch.h, gdbarch.c: Re-generate.
9130
1ae18a04
AC
91312003-01-28 Andrew Cagney <ac131313@redhat.com>
9132
52287340
AC
9133 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9134
1ae18a04
AC
9135 * complaints.c (complain): Delete function.
9136 * complaints.h (struct deprecated_complaint): Delete definition.
9137 (complain): Delete declaration.
9138
f2c16bd6
KB
91392003-01-28 Kevin Buettner <kevinb@redhat.com>
9140
9141 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9142 dummy frames.
9143
a94dd1fd
AC
91442003-01-27 Andrew Cagney <ac131313@redhat.com>
9145
9146 * sentinel-frame.h, sentinel-frame.c: New files.
9147 * Makefile.in (frame.o): Update dependencies.
9148 (SFILES): Add sentinel-frame.c.
9149 (sentinel_frame_h): Define.
9150 (COMMON_OBS): Add sentinel-frame.o.
9151 (sentinel-frame.o): Specify dependencies.
9152 * frame.c: Include "sentinel-frame.h".
9153 (frame_register_unwind): Rewrite assuming that there is always a a
9154 ->next frame.
9155 (frame_register, generic_unwind_get_saved_register): Ditto.
9156 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9157 (create_sentinel_frame, unwind_to_current_frame): New functions.
9158 (get_current_frame): Rewrite using create_sentinel_frame and
9159 unwind_to_current_frame. When possible, always create a frame.
9160 (create_new_frame): Set next to the sentinel frame.
9161 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9162 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9163 ID cache when necessary.
9164 (frame_saved_regs_id_unwind): Use frame_relative_level.
9165 (deprecated_generic_get_saved_register): Use frame_relative_level,
9166 get_frame_saved_regs, get_frame_pc, get_frame_base and
9167 get_next_frame.
9168 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9169 frame_register.
9170
5378adc4
DJ
91712003-01-27 Daniel Jacobowitz <drow@mvista.com>
9172
9173 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9174
51ee2ddc
DJ
91752003-01-27 Daniel Jacobowitz <drow@mvista.com>
9176
9177 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9178 (maintenance_set_profile_cmd): Use error () instead of warning ().
9179
d9feb4e7
DJ
91802003-01-27 Daniel Jacobowitz <drow@mvista.com>
9181
9182 * configure.in: Check that -pg works if using --enable-profiling.
9183 Check for monstartup and _mcleanup regardless of --enable-profiling.
9184 * maint.c: Check for monstartup and _mcleanup before using them.
9185 * config.in: Regenerated.
9186 * configure: Regenerated.
9187
2d188dd3
NC
91882003-01-24 Nick Clifton <nickc@redhat.com>
9189
9190 * Add sh2e support:
9191
9192 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9193
9194 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9195 (sh2e_show_regs): New.
9196 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9197 * config/sh/tm-sh.h: Added sh2e to comments.
9198
cb3c37b2
JB
91992003-01-23 Jim Blandy <jimb@redhat.com>
9200
9201 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9202 symbols found)" message here; we haven't checked for a separate
9203 debug info file yet, so we don't know yet.
9204 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9205 we've looked everywhere. Also, there's no need to print a special
9206 message when we're loading the separate debug info file: the one
9207 symbol_file_add prints is fine.
9208
5b5d99cf
JB
92092003-01-23 Alexander Larsson <alexl@redhat.com>
9210 Jim Blandy <jimb@redhat.com>
9211
9212 Add support for executables whose debug info has been separated
9213 out into a separate file, leaving only a link behind.
9214 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9215 and separate_debug_objfile_backlink.
9216 (put_objfile_before): New declaration.
9217 * symfile.c: #include "filenames.h".
9218 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9219 debug info in a separate file, read that, too. Save the addrs
9220 argument, so we can use it again to read the separated debug info;
9221 syms_from_objfile modifies the table we pass it.
9222 (reread_symbols): After re-reading an objfile, call
9223 reread_separate_symbols to refresh its separate debug info
9224 objfile, if it has one.
9225 (reread_separate_symbols, find_separate_debug_file,
9226 get_debug_link_info, separate_debug_file_exists): New functions.
9227 (debug_file_directory): New global var.
9228 (_initialize_symfile): Initialize debug_file_directory, and
9229 provide the new `set debug-file-directory' command to let the user
9230 change it.
9231 * objfiles.c (free_objfile): If this objfile has its debug info in
9232 a separate objfile, free that one too. If this is itself a
9233 separate debug info objfile, clear our parent's backlink.
9234 (put_objfile_before): New function.
9235 * utils.c (gnu_debuglink_crc32): New function.
9236 * defs.h (gnu_debuglink_crc32): New declaration.
9237 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9238 * configure.in: Handle --with-separate-debug-dir config option.
9239 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9240 * acconfig.h (DEBUGDIR): New macro.
9241 * configure, aclocal.m4, config.in: Regenerated.
9242
7e8580c1
JB
92432003-01-22 Jim Blandy <jimb@redhat.com>
9244
7904e09f
JB
9245 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9246 like the old symbol_file_add, but taking new arguments: you can
9247 now pass in either a `struct section_addr_info' list to say where
9248 each section is loaded, or a `struct section_offsets' table. Pass
9249 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 9250 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
9251 with the appropriate quiescent values for the new arguments.
9252
7e8580c1
JB
9253 * symfile.c: #include "gdb_assert.h".
9254 (syms_from_objfile): Add the ability to pass in a section offset
9255 table directly, as an alternative to the section_addr_info table.
9256 Document arguments better.
9257 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9258 * symfile.h (syms_from_objfile): Update declaration.
9259 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9260 syms_from_objfile.
9261 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9262
d28f9cdf
DJ
92632003-01-22 Daniel Jacobowitz <drow@mvista.com>
9264
9265 Original patch by Tom Tromey <tromey@cygnus.com> and
9266 Jason Molenda <jmolenda@apple.com>.
9267 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9268 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9269 * NEWS: Mention profiling.
9270 * configure.in (--enable-gdbtk): Fix typo.
9271 (--enable-profiling): New. Set PROFILE_CFLAGS.
9272 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9273 Fill in function.
9274 (profiling_state): New variable.
9275 (mcleanup_wrapper): New function.
9276 (_initialize_maint): Remove NOTYET, fix call to
9277 add_setshow_boolean_cmd for "maint set profile".
9278 * configure: Regenerated.
9279
df21e465
MH
92802003-01-21 Martin M. Hunt <hunt@redhat.com>
9281
9282 * Makefile.in (install-gdbtk): Install PNG images too.
9283
73c1f219
AC
92842003-01-21 Andrew Cagney <ac131313@redhat.com>
9285
9286 * exec.c (text_start): Delete global variable.
9287 (exec_file_attach): Make text_start local to the function.
9288 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9289 * valops.c (hand_function_call): Delete code that handles
9290 BEFORE_TEXT_END and AFTER_TEXT_END.
9291 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9292 of CALL_DUMMY_LOCATION.
9293 * gdbarch.c: Regenerate.
9294 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9295 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9296 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9297 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9298 (text_end): Delete extern declaration.
9299
eb4f72c5
AC
93002003-01-21 Andrew Cagney <ac131313@redhat.com>
9301
9302 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9303 * blockframe.c (backtrace_below_main): Move to "frame.c".
9304 (frame_chain_valid): Delete check for backtrace_below_main.
9305 (_initialize_blockframe): Delete initialization, move ``set
9306 backtrace-below-main'' command to "frame.c".
9307 (do_flush_frames_sfunc): Delete function.
9308 * frame.c: Include "command.h" and "gdbcmd.h".
9309 (frame_type_from_pc): New function.
9310 (create_new_frame): Use frame_type_from_pc.
9311 (legacy_get_prev_frame): New function.
9312 (get_prev_frame): Rewrite. When an old style frame, call
9313 legacy_get_prev_frame. Otherwize, unwind the PC first.
9314 (_initialize_frame): Add ``set backtrace-below-main'' command.
9315 * Makefile.in (frame.o): Update dependencies.
9316
778ce8cc
AC
93172003-01-19 Andrew Cagney <ac131313@redhat.com>
9318
9319 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9320 DEPRECATED_REGISTERS_INFO.
9321
01c193c8
AC
93222003-01-19 Andrew Cagney <ac131313@redhat.com>
9323
9324 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9325 Maintainers'. Update `Various Maintainers'.
9326
dedc2a2b
AC
93272003-01-19 Andrew Cagney <ac131313@redhat.com>
9328
9329 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9330 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9331 Suppress actual parameters when `-'.
9332 * gdbarch.h, gdbarch.c: Regenerate.
9333
b7261c70
AC
93342003-01-19 Andrew Cagney <ac131313@redhat.com>
9335
9336 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9337 code handling dummy frames.
9338
dbe9fe58
AC
93392003-01-19 Andrew Cagney <ac131313@redhat.com>
9340
9341 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9342 (struct frame_unwind): Add field pop.
9343 * frame.h (frame_pop): Declare.
9344 * frame.c (frame_saved_regs_pop): New function.
9345 (trad_frame_unwinder): Add frame_saved_regs_pop.
9346 (frame_pop): New function.
9347 * dummy-frame.c (dummy_frame_pop): New function.
9348 (discard_innermost_dummy): New function.
9349 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9350 (dummy_frame_unwind): Add dummy_frame_pop.
9351 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9352 * valops.c (hand_function_call): Ditto.
9353 * stack.c (return_command): Ditto.
9354
570b8f7c
AC
93552003-01-18 Andrew Cagney <ac131313@redhat.com>
9356
9357 * cris-tdep.c: Fix function declaration indentation.
9358 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9359 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9360 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9361 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9362 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9363 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9364
93652003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
9366
9367 * README (Unpacking and Installation -- quick overview):
9368 Warn against ".../gdb-5.3/gdb/configure".
9369
494cca16
AC
93702003-01-18 Andrew Cagney <ac131313@redhat.com>
9371
9372 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9373 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9374 (struct frame_unwind): Declare opaque.
9375 (dummy_frame_p): Declare function.
9376 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9377 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9378 * dummy-frame.c: Include "frame-unwind.h".
9379 (dummy_frame_p): New function.
9380 (dummy_frame_unwind): New variable.
9381 * frame.c: Include "frame-unwind.h".
9382 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9383 to use the new unwind field.
9384 (set_unwind_by_pc): Delete function.
9385 (create_new_frame, get_prev_frame): Set unwind field using
9386 frame_unwind_find_by_pc.
9387 (trad_frame_unwind, trad_frame_unwinder): New variables.
9388 * frame.h (trad_frame_unwind): Declare variable.
9389 (frame_id_unwind_ftype): Delete declaration.
9390 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9391 (struct frame_unwind): Declare opaque.
9392 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9393 register_unwind with a single unwind pointer.
9394 * frame-unwind.h, frame-unwind.c: New files.
9395 * Makefile.in (SFILES): Add frame-unwind.c.
9396 (frame_unwind_h): Define.
9397 (COMMON_OBS): Add frame-unwind.o.
9398 (frame-unwind.o): Specify dependencies.
9399 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 9400
4efb68b1
AC
94012003-01-18 Andrew Cagney <ac131313@redhat.com>
9402
9403 * ada-valprint.c: Eliminate PTR.
9404 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9405 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9406 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9407 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9408 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9409 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9410 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 9411
a84d24ee
AC
94122003-01-17 Andrew Cagney <ac131313@redhat.com>
9413
762f08a3
AC
9414 * main.c (captured_main): Don't use PTR.
9415 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9416 * gdbtypes.c (lookup_primitive_typename): Ditto.
9417 (lookup_struct_elt_type): Ditto.
9418 * f-valprint.c (info_common_command): Ditto.
9419 (list_all_visible_commons): Ditto.
9420 * jv-typeprint.c (java_type_print_base): Ditto.
9421
a84d24ee
AC
9422 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9423 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9424 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9425 i386-interix-nat.c and i386-interix-tdep.c. Rename
9426 m68klinux-nat.c and m68klinux-tdep.c. Rename
9427 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9428 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9429 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9430 * main.c (captured_main): Use xfree, not free.
9431
c170fb60
AC
94322003-01-16 Andrew Cagney <ac131313@redhat.com>
9433
9434 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9435 ID back using a parameter.
9436 * frame.c (frame_id_unwind): Update call.
9437 (frame_saved_regs_id_unwind): Update.
9438 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9439 * dummy-frame.h (struct frame_id): Add opaque declaration.
9440 (dummy_frame_id_unwind): Update declaration.
9441
867f3898
AC
94422003-01-15 Andrew Cagney <ac131313@redhat.com>
9443
9444 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9445
40622be8 94462003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 9447
40622be8 9448 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 9449
ae66c1fc
EZ
94502003-01-14 Elena Zannoni <ezannoni@redhat.com>
9451
997b089a 9452 Fix PR gdb/898
ae66c1fc
EZ
9453 * breakpoint.c (until_break_command): Add new argument. Use it to
9454 decide whether to stop only at the current frame or not.
9455 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 9456 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
9457 call.
9458 (advance_command): New function.
9459 (_initialize_infcmd): Update help string for 'until' command.
9460 Add new 'advance' command.
9461
a04257e6
DC
94622003-01-14 David Carlton <carlton@math.stanford.edu>
9463
9464 * linespec.c (decode_line_1): Normalize comments.
9465 (set_flags): Ditto.
9466 (locate_first_half): Ditto.
9467 (decode_compound): Ditto.
9468 (symtab_from_filename): Ditto.
9469 (decode_all_digits): Ditto.
9470 (decode_dollar): Ditto.
9471 (find_methods): Ditto.
9472 (find_toplevel_char): Ditto.
9473
1bac305b
AC
94742003-01-13 Andrew Cagney <ac131313@redhat.com>
9475
9476 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9477 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9478 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9479 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9480 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9481 * language.c, language.h, m32r-tdep.c: Update copyright.
9482 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9483 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9484 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9485 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9486 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9487 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9488
25caa7a8
EZ
94892003-01-13 Elena Zannoni <ezannoni@redhat.com>
9490
9491 * stabsread.h (process_later, resolve_cfront_continuation):
9492 Obsolete.
9493 Update copyright years.
9494 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9495 Update copyright year.
9496 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 9497 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
9498 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9499 Update copyright year.
9500 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9501 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9502 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9503 (parse_partial_symbols): Obsolete cfront support.
9504 * stabsread.c
9505 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9506 macros.
9507 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9508 read_cfront_baseclasses, read_cfront_member_functions,
9509 resolve_cfront_continuation,read_cfront_static_fields,
9510 copy_cfront_struct_fields): Obsolete functions.
9511 (define_symbol, read_one_struct_field): Obsolete cfront support.
9512 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9513 Update Copyright year.
9514
7789c6f5
EZ
95152003-01-13 Elena Zannoni <ezannoni@redhat.com>
9516
9517 * stack.c (print_frame_info, print_stack_frame_base_stub,
9518 print_stack_frame_base, show_and_print_stack_frame_stub,
9519 show_and_print_stack_frame, print_only_stack_frame_stub,
9520 print_only_stack_frame): Delete functions.
9521 (print_stack_frame_stub): Call print_frame_info instead of
9522 print_frame_info_base.
9523 (print_frame_info_base): Rename to print_frame_info.
9524 (backtrace_command_1): Call print_frame_info, instead of
9525 print_frame_info_base.
9526 (current_frame_command): Call print_stack_frame, instead of
9527 print_only_stack_frame.
9528 (frame_command): Call print_stack_frame, instead of
9529 show_and_print_stack_frame.
9530 (up_command): Ditto.
9531 (down_command): Ditto.
9532 * frame.h (print_only_stack_frame): Delete prototype.
9533 * infrun.c (normal_stop): Call print_stack_frame, instead of
9534 show_and_print_stack_frame.
9535 * thread.c (info_threads_command): Call print_stack_frame, instead
9536 of print_only_stack_frame.
9537
3f5a3016
AC
95382003-01-13 Andrew Cagney <ac131313@redhat.com>
9539
d99ba314
AC
9540 * README (Graphical interface to GDB): Update URL. Point at
9541 gdb/links/.
9542
3f5a3016
AC
9543 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9544 version match.
9545
083ae935
DJ
95462003-01-13 Daniel Jacobowitz <drow@mvista.com>
9547
9548 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9549 lines.
9550
5365276c
DJ
95512003-01-13 Daniel Jacobowitz <drow@mvista.com>
9552
9553 * thread-db.c (attach_thread): Prototype.
9554 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9555 thread information (ti), and valid flags (th_valid, ti_valid).
9556 (attach_thread): Move target_pid_to_str call to after the thread
9557 is added to GDB's list. Initialize the cache.
9558 (thread_get_info_callback, thread_db_map_id2thr)
9559 (thread_db_get_info): New functions.
9560 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9561 (thread_db_store_registers, thread_db_thread_alive)
9562 (thread_db_get_thread_local_address): Use them.
9563 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9564 of calling error() for threads in unknown state.
9565
9566 (clear_lwpid_callback): New function.
9567 (thread_db_resume): Use it to clear the cache.
9568
9fc30b6b
DJ
95692003-01-13 Daniel Jacobowitz <drow@mvista.com>
9570
9571 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9572 (resume_callback): Remove dead code.
9573
8f871025
AC
95742003-01-13 Andrew Cagney <ac131313@redhat.com>
9575
9576 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9577 predicate.
9578 * gdbarch.h, gdbarch.c: Regenerate.
9579 * stack.c (frame_info): Only initialize the saved registers when
9580 FRAME_INIT_SAVED_REGS_P.
9581 * frame.c (frame_saved_regs_register_unwind): Assert
9582 FRAME_INIT_SAVED_REGS_P.
9583 (deprecated_generic_get_saved_register): Ditto.
9584
3f565f1e
DJ
95852003-01-13 Daniel Jacobowitz <drow@mvista.com>
9586
9587 * source.c (openp): Squelch warning about "filename".
9588
072b1022
DJ
95892003-01-13 Daniel Jacobowitz <drow@mvista.com>
9590
9591 * source.c (openp): If the file does not exist don't necessarily
9592 search the path.
9593
973ccf8b
DJ
95942003-01-13 Daniel Jacobowitz <drow@mvista.com>
9595
9596 Fix PR gdb/872.
9597 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9598 (integer_types_same_name_p): New function.
9599 (rank_one_type): Use it.
9600 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9601
030292b7
DJ
96022003-01-13 Daniel Jacobowitz <drow@mvista.com>
9603
9604 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9605 variables.
9606 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9607 * configure.in: Add --with-sysroot.
9608 * configure: Regenerated.
9609 * main.c (gdb_sysroot): New variable.
9610 (captured_main): Initialize gdb_sysroot.
9611 * defs.h (gdb_sysroot): New extern declaration.
9612 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9613
afb5d334
MC
96142003-01-12 Michael Chastain <mec@shout.net>
9615
9616 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9617
751ceeb4
MC
96182003-01-12 Michael Chastain <mec@shout.net>
9619
9620 * top.c (print_gdb_version): Bump copyright year to 2003.
9621
94cd26f8
DC
96222003-01-12 David Carlton <carlton@bactrian.org>
9623
9624 * linespec.c (symtab_from_filename): Rename variable 's' to
9625 'file_symtab'.
9626
1ce79225
AC
96272003-01-12 Andrew Cagney <ac131313@redhat.com>
9628
9629 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9630 dummy frame.
9631 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9632
fa1fd571
AC
96332003-01-12 Andrew Cagney <ac131313@redhat.com>
9634
9635 * d10v-tdep.c: Include "gdb_assert.h".
9636 (d10v_store_return_value): Rewrite to match current interface.
9637 (d10v_extract_struct_value_address): Ditto.
9638 (d10v_extract_return_value): Ditto.
9639 (d10v_gdbarch_init): Set store_restore_value,
9640 extract_struct_value_address and extract_return_value.
9641
68b8d23e
JB
96422003-01-12 J. Brobecker <brobecker@gnat.com>
9643
9644 * hpread.c (set_namestring): New procedure replacing the
9645 SET_NAMESTRING macro.
9646 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9647 by calls to set_namestring.
9648
96492003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
9650
9651 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9652 a compilation warning.
9653 (hpread_process_one_debug_symbol): Likewise.
9654
88d262ca
DC
96552003-01-10 David Carlton <carlton@math.stanford.edu>
9656
9657 * linespec.c (decode_line_1): Rename variable 's' to
9658 'file_symtab'.
9659 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9660 (decode_dollar): Ditto.
9661 (decode_variable): Ditto.
9662 (symbol_found): Ditto.
9663
86669319
MC
96642003-01-09 Michael Chastain <mec@shout.net>
9665
9666 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9667
616a9dc4
CV
96682003-01-07 Corinna Vinschen <vinschen@redhat.com>
9669
9670 * win32-nat.c (set_process_privilege): New function.
9671 (child_attach): Call set_process_privilege() to enable the
9672 SE_DEBUG_NAME user privilege if available in process token.
9673
3269bcfa
JB
96742003-01-10 J. Brobecker <brobecker@gnat.com>
9675
9676 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9677 compilation error in the previous revision.
9678
2b0ee454
DC
96792003-01-09 David Carlton <carlton@math.stanford.edu>
9680
9681 * linespec.c: Update copyright.
9682
b3ba1b44
DJ
96832003-01-09 Daniel Jacobowitz <drow@mvista.com>
9684
9685 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9686 than inferior_ptid.
9687 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9688
4ef3f3be
AC
96892003-01-09 Andrew Cagney <ac131313@redhat.com>
9690
479ab5a0
AC
9691 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9692 Update comments.
9693 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9694 (frame_saved_regs_zalloc): Update.
9695 (frame_saved_regs_register_unwind): Update.
9696 (create_new_frame): Update.
9697 (get_prev_frame): Update.
9698 (frame_extra_info_zalloc): Update.
9699 (deprecated_get_frame_saved_regs): Update.
9700 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9701 * cris-tdep.c: Update comment.
9702
bde58177
AC
9703 * somsolib.h: Fix function indentation.
9704 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9705 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9706 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9707 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9708 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9709
4ef3f3be
AC
9710 * infrun.c (follow_fork): Use ISO C definition.
9711 * expprint.c (print_subexp): Use xfree instead of free.
9712 * charset.c: Include "gdb_string.h" instead of <string.h>.
9713 (register_iconv_charsets): Use ISO C definition.
9714 (host_charset, target_charset): Ditto.
9715 * Makefile.in (charset.o): Update dependencies.
9716 (mi-cmd-env.o): Update dependencies.
9717
1c615f7a
AC
97182003-01-08 Andrew Cagney <cagney@redhat.com>
9719
9720 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9721 get_frame_base.
9722
c9a1dc08
AC
97232003-01-08 Andrew Cagney <ac131313@redhat.com>
9724
9725 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9726 build directories. Save edited gdb output in Mbuild.log. If a
9727 build fails, remove any final GDB executable.
9728
dbad9d94
AC
97292003-01-08 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9732 replacing hex constants with function names and stripping leading
9733 file name directory prefixes.
9734
8d357cca
AC
97352003-01-08 Andrew Cagney <cagney@redhat.com>
9736
9737 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9738 get_frame_base.
9739
bca02a8a
DC
97402003-01-08 David Carlton <carlton@math.stanford.edu>
9741
9742 * linespec.c (decode_line_1): Move code into decode_variable.
9743 (decode_variable): New function.
9744
7f8ab3a0
AC
97452003-01-08 Andrew Cagney <ac131313@redhat.com>
9746
9747 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9748
7b5849cc
AC
97492003-01-08 Andrew Cagney <cagney@redhat.com>
9750
9751 * cris-tdep.c (cris_frame_init_saved_regs): Use
9752 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9753 saved_regs buffer.
9754 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9755 (sh64_nofp_frame_init_saved_regs): Ditto.
9756 (sh_fp_frame_init_saved_regs): Ditto.
9757 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9758 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9759 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9760 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9761
72a5efb3
DJ
97622003-01-08 Daniel Jacobowitz <drow@mvista.com>
9763
9764 * minsyms.c (lookup_minimal_symbol): Update comment.
9765 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9766 (lookup_minimal_symbol_solib_trampoline): Likewise.
9767
11c02a10
AC
97682003-01-08 Andrew Cagney <cagney@redhat.com>
9769
aab3ea25
AC
9770 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9771 frame_relative_level.
9772
da50a4b7
AC
9773 * alpha-tdep.c: Use get_frame_extra_info.
9774 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9775 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9776 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9777 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9778
11c02a10
AC
9779 * alpha-tdep.c: Use get_next_frame.
9780 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9781 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9782 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9783 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9784 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9785 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9786 * xstormy16-tdep.c: Ditto.
8ffd9b1b 9787
1e2330ba
AC
97882003-01-07 Andrew Cagney <cagney@redhat.com>
9789
9790 * alpha-tdep.c: Use get_frame_base.
9791 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9792 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9793 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9794 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9795 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9796 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9797 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9798 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 9799
2d75187b
AC
98002003-01-07 Andrew Cagney <cagney@redhat.com>
9801
9802 * frame.c (deprecated_get_frame_context): New function.
9803 (deprecated_set_frame_context): New function.
9804 * frame.h (deprecated_get_frame_context): Declare.
9805 (deprecated_set_frame_context): Declare.
9806 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9807 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 9808
483d36b2
AC
98092003-01-07 Andrew Cagney <cagney@redhat.com>
9810
9811 * frame.c (deprecated_set_frame_next_hack): New function.
9812 (deprecated_set_frame_prev_hack): New function.
9813 * frame.h (deprecated_set_frame_next_hack): Declare.
9814 (deprecated_set_frame_prev_hack): Declare.
9815 * mcore-tdep.c (analyze_dummy_frame): Use
9816 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9817 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9818
14e91ac5
DC
98192003-01-07 David Carlton <carlton@math.stanford.edu>
9820
9821 * linespec.c (decode_line_1): Move code into decode_dollar.
9822 (decode_dollar): New function.
9823
b0c6b05c
AC
98242003-01-07 Andrew Cagney <cagney@redhat.com>
9825
9826 * arm-tdep.c (arm_init_extra_frame_info): Use
9827 deprecated_update_frame_base_hack.
9828 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9829 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9830 (fix_frame_pointer): Ditto.
9831 (mn10300_analyze_prologue): Ditto.
9832
a00a19e9
AC
98332003-01-07 Andrew Cagney <cagney@redhat.com>
9834
9835 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9836 extra_info using frame_extra_info_zalloc.
9837 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9838 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9839 (sh64_init_extra_frame_info): Ditto.
9840 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9841 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9842 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9843 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9844 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9845 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9846 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9847 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9848 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9849 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9850 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9851 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9852
9853 * mn10300-tdep.c (analyze_dummy_frame): Use
9854 deprecated_set_frame_extra_info_hack.
9855 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9856
1fb4c65b
JB
98572003-01-07 J. Brobecker <brobecker@gnat.com>
9858
9859 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9860 class is not scText. These do not define "real" procedures.
9861 (parse_partial_symbols): Likewise.
9862
9fe7d6bf
MS
98632003-01-06 Michael Snyder <msnyder@redhat.com>
9864
9865 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9866
f6c609c4
AC
98672003-01-06 Andrew Cagney <ac131313@redhat.com>
9868
9869 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9870 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9871 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9872 deprecated_frame_xmalloc_with_cleanup.
9873 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9874 deprecated_frame_xmalloc.
9875 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9876 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9877
d995ff4b
AC
98782003-01-06 Andrew Cagney <cagney@redhat.com>
9879
84dc46cb
AC
9880 * x86-64-linux-tdep.c: Include "osabi.h".
9881 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9882
d995ff4b
AC
9883 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9884
66140c26
AC
98852003-01-06 Andrew Cagney <cagney@redhat.com>
9886
9887 * MAINTAINERS (Target Instruction Set Architectures): Update
9888 arm-elf. Can be built with -Werror, has been multiarched.
9889
9890 * value.h (unpack_long): Make buffer parameter constant.
9891 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9892 * scm-lang.h (scm_parse): Ditto.
9893 * defs.h (extract_typed_address, extract_address): Ditto.
9894 (extract_long_unsigned_integer): Ditto.
9895 * inferior.h (unsigned_pointer_to_address): Ditto.
9896 (signed_pointer_to_address): Ditto.
9897 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9898 * gdbarch.h, gdbarch.c: Regenerate.
9899 * findvar.c (extract_long_unsigned_integer): Update.
9900 (extract_address): Update.
9901 (extract_typed_address): Update.
9902 (unsigned_pointer_to_address): Update.
9903 * values.c (unpack_long): Update.
9904 (unpack_double): Update.
9905 (unpack_pointer): Update.
9906 (unpack_field_as_long): Update.
9907 * d10v-tdep.c (d10v_pointer_to_address): Update.
9908 * avr-tdep.c (avr_pointer_to_address): Update.
9909 * scm-lang.c (scm_unpack): Update.
9910 * findvar.c (signed_pointer_to_address): Update.
9911
b089b3da
ML
99122003-01-06 Michal Ludvig <mludvig@suse.cz>
9913
8ffd9b1b 9914 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
9915 since it is in i386-tdep.c.
9916
aff87235
JB
99172003-01-06 J. Brobecker <brobecker@gnat.com>
9918
9919 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9920 failure introduced in the previous change.
9921
34f5e845
MC
99222003-01-05 Michael Chastain <mec@shout.net>
9923
9924 * README: Remove references to deleted remote-*.c files:
9925 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9926 remote-nrom.c, remote-os9k.c, remote-udi.c.
9927
28bcfd30
MK
99282003-01-05 Mark Kettenis <kettenis@gnu.org>
9929
9930 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9931 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9932 i386_get_longjmp_target.
9933
15a5b3ee
AC
99342003-01-05 Andrew Cagney <ac131313@redhat.com>
9935
9936 * arm-tdep.c (prologue_cache): Change to a pointer.
9937 (_initialize_arm_tdep): Allocate prologue_cache.
9938 (check_prologue_cache): Update.
9939 (save_prologue_cache): Update.
9940 (arm_gdbarch_init): Update.
9941
c263362b
DJ
99422003-01-04 Daniel Jacobowitz <drow@mvista.com>
9943
9944 * stabsread.c (update_method_name_from_physname): Call complaint()
9945 instead of error.
9946
51603483
DJ
99472003-01-04 Daniel Jacobowitz <drow@mvista.com>
9948
9949 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9950 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9951 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9952
9953 * blockframe.c: Include "gdbcmd.h" and "command.h".
9954 (backtrace_below_main): New variable.
9955 (file_frame_chain_valid, func_frame_chain_valid)
9956 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9957 (generic_func_frame_chain_valid): Remove functions.
9958 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9959 (_initialize_blockframe): New function.
9960 * Makefile.in (blockframe.o): Update dependencies.
9961 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9962 comment. Call frame_chain_valid ().
9963 * frame.h: Remove old prototypes. Add prototype for
9964 frame_chain_valid and update comments to match.
9965 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9966 Remove old comment.
9967 * gdbarch.h: Regenerated.
9968 * gdbarch.c: Regenerated.
9969
9970 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9971 set_gdbarch_frame_chain_valid.
9972 * avr-tdep.c (avr_gdbarch_init): Likewise.
9973 * cris-tdep.c (cris_gdbarch_init): Likewise.
9974 * frv-tdep.c (frv_gdbarch_init): Likewise.
9975 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9976 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9977 (i386_nw_init_abi): Likewise.
9978 (i386_gdbarch_init): Likewise.
9979 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9980 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9981 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9982 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9983 * mips-tdep.c (mips_gdbarch_init): Likewise.
9984 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9985 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9986 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9987 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9988 * s390-tdep.c (s390_gdbarch_init): Likewise.
9989 * sh-tdep.c (sh_gdbarch_init): Likewise.
9990 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9991 * v850-tdep.c (v850_gdbarch_init): Likewise.
9992 * vax-tdep.c (vax_gdbarch_init): Likewise.
9993 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9994
9995 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9996 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9997 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9998 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9999 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10000 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10001 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10002 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10003
b00a8037
DJ
100042002-01-04 Daniel Jacobowitz <drow@mvista.com>
10005
10006 * Makefile.in (acconfig_h): Remove incorrect macro.
10007 (config_h): Define.
10008 (osabi.o): Update dependencies.
10009 * configure.tgt: Set gdb_osabi based on target triplet.
10010 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10011 * configure: Regenerated.
10012 * config.in: Regenerated.
10013 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10014 (GDB_OSABI_DEFAULT): Define if not already defined.
10015 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10016 (set_osabi_string): New variables.
10017 (gdbarch_register_osabi): Add new OS ABI to
10018 gdb_osabi_available_names.
10019 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10020 (set_osabi, show_osabi): New functions.
10021 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10022
4be87837
DJ
100232003-01-04 Daniel Jacobowitz <drow@mvista.com>
10024
10025 * arch-utils.c (gdbarch_info_init): Set osabi to
10026 GDB_OSABI_UNINITIALIZED.
10027 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10028 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10029 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10030 * gdbarch.c: Regenerated.
10031 * gdbarch.h: Regenerated.
10032 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10033 there's no BFD.
10034 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10035 * osabi.h (enum gdb_osabi): Move to defs.h.
10036 (gdbarch_init_osabi): Update prototype.
10037 * defs.h (enum gdb_osabi): Moved here.
10038 * Makefile.in: Update dependencies.
10039
10040 * alpha-tdep.h: Don't include "osabi.h".
10041 (struct gdbarch_tdep): Remove osabi member.
10042 * alpha-tdep.c: Include "osabi.h".
10043 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10044 iterate over arches. Update call to gdbarch_init_osabi.
10045 (alpha_dump_tdep): Don't dump osabi.
10046 * alpha-linux-tdep.c: Include "osabi.h".
10047 * alpha-osf1-tdep.c: Include "osabi.h".
10048 * alphafbsd-tdep.c: Include "osabi.h".
10049 * alphanbsd-tdep.c: Include "osabi.h".
10050
10051 * arm-tdep.h: Don't include "osabi.h".
10052 (struct gdbarch_tdep): Remove osabi member.
10053 * arm-tdep.c: Include "osabi.h".
10054 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10055 iterate over arches. Update call to gdbarch_init_osabi.
10056 (arm_dump_tdep): Don't dump osabi.
10057 * arm-linux-tdep.c: Include "osabi.h".
10058 * armnbsd-tdep.c: Include "osabi.h".
10059
10060 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10061 Update call to gdbarch_init_osabi.
10062
10063 * i386-tdep.h: Don't include "osabi.h".
10064 (struct gdbarch_tdep): Remove osabi member.
10065 * i386-tdep.c: Include "osabi.h".
10066 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10067 iterate over arches. Update call to gdbarch_init_osabi.
10068 (i386_dump_tdep): Don't dump osabi.
10069 * i386-linux-tdep.c: Include "osabi.h".
10070 * i386-sol2-tdep.c: Include "osabi.h".
10071 * i386bsd-tdep.c: Include "osabi.h".
10072 * i386gnu-tdep.c: Include "osabi.h".
10073 * i386ly-tdep.c: Include "osabi.h".
10074 * i386nbsd-tdep.c: Include "osabi.h".
10075 * i386obsd-tdep.c: Include "osabi.h".
10076
10077 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10078 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10079 check osabi when iterating over arches. Update call to
10080 gdbarch_init_osabi.
10081 (mips_dump_tdep): Don't dump osabi.
10082
10083 * ns32k-tdep.h: Don't include "osabi.h".
10084 (struct gdbarch_tdep): Remove.
10085 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10086 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10087 allocate tdep. Update call to gdbarch_init_osabi.
10088 (ns32k_dump_tdep): Remove.
10089 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10090 * ns32knbsd-tdep.c: Include "osabi.h".
10091
10092 * ppc-tdep.h: Don't include "osabi.h".
10093 (struct gdbarch_tdep): Remove osabi member.
10094 * rs6000-tdep.c: Include "osabi.h".
10095 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10096 osabi when iterating over arches. Update call to
10097 gdbarch_init_osabi.
10098 (rs6000_dump_tdep): Don't dump osabi.
10099 * ppc-linux-tdep.c: Include "osabi.h".
10100 * ppcnbsd-tdep.c: Include "osabi.h".
10101
10102 * sh-tdep.h: Don't include "osabi.h".
10103 (struct gdbarch_tdep): Remove osabi member.
10104 * sh-tdep.c: Include "osabi.h".
10105 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10106 iterate over arches. Update call to gdbarch_init_osabi.
10107 (sh_dump_tdep): Don't dump osabi.
10108 * shnbsd-tdep.c: Include "osabi.h".
10109
10110 * sparc-tdep.c: Include "osabi.h".
10111 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10112 iterate over arches. Update call to gdbarch_init_osabi.
10113 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10114 tdep structure.
10115
10116 * vax-tdep.h: Don't include "osabi.h".
10117 (struct gdbarch_tdep): Remove.
10118 * vax-tdep.c: Include "osabi.h".
10119 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10120 iterate over arches. Don't allocate tdep. Update call
10121 to gdbarch_init_osabi.
10122 (vax_dump_tdep): Remove.
10123 (_initialize_vax_tdep): Update call to gdbarch_register.
10124
a881cf8e
DJ
101252003-01-04 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10128 entirely.
10129 (breakpoint_re_set_one): Don't fetch the value for a disabled
10130 watchpoint.
10131
1e698235
DJ
101322003-01-04 Daniel Jacobowitz <drow@mvista.com>
10133
10134 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10135 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10136 (COERCE_FLOAT_TO_DOUBLE): Remove.
10137 * gdbarch.c: Regenerate.
10138 * gdbarch.h: Regenerate.
10139 * Makefile.in: Remove value_h from gdbarch_h.
10140 * valops.c (coerce_float_to_double): New variable.
10141 (default_coerce_float_to_double): Remove.
10142 (standard_coerce_float_to_double): Remove.
10143 (value_arg_coerce): Use coerce_float_to_double.
10144 (_initialize_valops): Add "set coerce-float-to-double".
10145 * value.h (default_coerce_float_to_double): Remove prototype.
10146 (standard_coerce_float_to_double): Remove prototype.
10147
10148 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10149 prototyped.
10150 * mdebugread.c (parse_symbol): Likewise.
10151 * stabsread.c (define_symbol): Mark all functions as prototyped.
10152
10153 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10154 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10155 set_gdbarch_coerce_float_to_double.
10156 * arm-tdep.c (arm_gdbarch_init): Likewise.
10157 * frv-tdep.c (frv_gdbarch_init): Likewise.
10158 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10159 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10160 * mips-tdep.c (mips_gdbarch_init): Likewise.
10161 (mips_coerce_float_to_double): Remove.
10162 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10163 (rs6000_coerce_float_to_double): Remove.
10164 * s390-tdep.c (s390_gdbarch_init): Likewise.
10165 * sh-tdep.c (sh_gdbarch_init): Likewise.
10166 (sh_coerce_float_to_double): Remove.
10167 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10168 (sparc_coerce_float_to_double): Remove.
10169 * v850-tdep.c (v850_gdbarch_init): Likewise.
10170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10171 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10172 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10173 (hppa_coerce_float_to_double): Remove prototype.
10174 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10175
f436a26a
DJ
101762003-01-04 Daniel Jacobowitz <drow@mvista.com>
10177
10178 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10179
248f8055
DJ
101802003-01-04 Daniel Jacobowitz <drow@mvista.com>
10181
10182 Suggested by Stewart Brown <sb24@avaya.com>:
10183 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10184 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10185 (c_type_print_varspec_suffix): Likewise.
10186
72cfdc76
MK
101872003-01-04 Mark Kettenis <kettenis@gnu.org>
10188
bfd260bb
MK
10189 * configure.in: Don't set and AC_SUBST SUBDIRS.
10190 * configure: Regenerated.
10191
72cfdc76
MK
10192 * configure.in: Remove code dealing with shared libraries.
10193 * Makefile.in: Remove HLDFLAGS and HLDENV.
10194 * configure: Regenerated.
10195
c8b8a898
AC
101962003-01-04 Andrew Cagney <ac131313@redhat.com>
10197
10198 * frame.c (deprecated_frame_xmalloc): New function.
10199 (deprecated_set_frame_saved_regs_hack): New function.
10200 (deprecated_set_frame_extra_info_hack): New function.
10201 * frame.h (deprecated_frame_xmalloc): Declare.
10202 (deprecated_set_frame_saved_regs_hack): Declare.
10203 (deprecated_set_frame_extra_info_hack): Declare.
10204
14abd0fb
MK
102052003-01-04 Mark Kettenis <kettenis@gnu.org>
10206
8ee53726
MK
10207 * configure.in: Move code that provides the --enable-gdbtk option
10208 right after the code that handles the --enable-tui option, and
10209 polish it somewhat.
10210 * configure: Regenerated.
10211
14abd0fb
MK
10212 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10213 AC_CHECK_FUNCS and remove the old check for pread64.
10214 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10215 * acconfig.h (_GNU_SOURCE): Add.
10216 (HAVE_PREAD64): Remove.
10217 * configure, aclocal.m4, config.in: Regenerated.
10218
b2fb4676
AC
102192003-01-03 Andrew Cagney <ac131313@redhat.com>
10220
10221 * alpha-tdep.c: Use get_frame_saved_regs.
10222 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10223 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10224 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10225 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10226 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10227
8dcde887
MK
102282003-01-03 Mark Kettenis <kettenis@gnu.org>
10229
10230 * configure.in: Remove all use of the SUBDIRS variable; add
10231 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10232 code providing the --enable-multi-ice option, and move it right in
10233 front of the code that checks whether gdbserver is supported.
10234 Polish that too.
10235 * configure: Regenerated.
10236 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10237 @SUBDIRS@.
10238
8ccd593b
AC
102392003-01-03 Andrew Cagney <cagney@redhat.com>
10240
10241 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10242 * avr-tdep.c, cris-tdep.c: Ditto.
10243 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10244 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 10245
91151a06
MK
102462003-01-03 Mark Kettenis <kettenis@gnu.org>
10247
10248 * configure.in: Remove --enable-netrom option.
10249 * configure: Regenerated.
10250
8fe84d01
MK
102512003-01-03 Mark Kettenis <kettenis@gnu.org>
10252
10253 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10254 declaration for `struct re_pattern_buffer' instead.
10255 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10256
f0394be6
JB
102572003-01-03 J. Brobecker <brobecker@gnat.com>
10258
10259 * mdebugread.c (parse_symbol): Count until the stEnd matching
10260 the structure name.
10261
27e9bf90
MK
102622003-01-02 Mark Kettenis <kettenis@gnu.org>
10263
93d331ba
MK
10264 * configure.in: Remove --with-cpu option.
10265 subscripts. Remove evil changequotes here.
10266 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10267 * config.in, configure: Regenerated.
8ffd9b1b 10268
27e9bf90
MK
10269 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10270 * configure.in: Cleanup section that sources GDB and BFD configure
10271 subscripts. Remove evil changequotes here.
10272 * config.in, configure: Regenerated.
10273
50abf9e5
AC
102742003-01-02 Andrew Cagney <ac131313@redhat.com>
10275
10276 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10277 frame accessor methods.
10278 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10279 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10280 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10281 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10282 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10283 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10284 * z8k-tdep.c: Ditto.
8ffd9b1b 10285
287c1a40
MK
102862003-01-02 Mark Kettenis <kettenis@gnu.org>
10287
f5dbc56d
MK
10288 * configure.in: Remove UI_OUT configuration code.
10289 * ada-lang.c: Update assuming UI_OUT is always true.
10290 * Makefile.in (UIOUT_CFLAGS): Remove.
10291 * configure: Regenerated.
10292 * TODO: Remove blurb about elimination of -DUI_OUT.
10293
627af7ea
MK
10294 * configure.in: Move code that provides the --enable-gdbcli,
10295 --enable-gdbmi options right before the code that handles the
10296 --enable-tui option. Polish a bit.
10297 * configure: Regenerated.
10298
06825bd1
MK
10299 * configure.in: Rewrite check for GNU regex and the
10300 --without-included regex option, and move it into the "Checks for
10301 library functions" section. This makes us use the system regex
10302 again by default on systems with version 2 of the GNU C library.
10303 This was apparently broken.
10304 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10305 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10306 * config.in, configure: Regenerated.
10307
287c1a40
MK
10308 * configure.in: Move code that provides the --enable-tui option
10309 before the "Checks for libraries" section. Polish the code
10310 somewhat and set need_curses to yes if we build the TUI. Rewrite
10311 code that looks for a library providing termcap functionality to
10312 match more closely what's done in the Readline library, and move
10313 it into to the "Checks for libraries" section.
10314 * configure: Regenerated.
10315 * Makefile.in (TERMCAP): Remove variable.
10316 * config/i386/go32.mh (TERMCAP): Remove variable.
10317
684e56bf
AC
103182003-01-02 Andrew Cagney <ac131313@redhat.com>
10319
10320 * MAINTAINERS: Mention gdb_mbuild.sh.
10321 * gdb_mbuild.sh: Rewrite.
10322
e1ea1d75
MK
103232003-01-02 Mark Kettenis <kettenis@gnu.org>
10324
10325 * configure.in: Fix typo in last change.
10326 * config.in, configure: Regenerated.
10327
1b831c93
AC
103282003-01-02 Andrew Cagney <ac131313@redhat.com>
10329
10330 * valarith.c (value_binop): Delete obsolete code and comments.
10331 * configure.host: Ditto.
10332 * buildsym.h (make_blockvector): Ditto.
10333 * buildsym.c (make_blockvector): Ditto.
10334 * defs.h (enum language): Ditto.
10335 (chill_demangle): Ditto.
10336 * elfread.c (elf_symtab_read): Ditto.
10337 * dwarfread.c (CHILL_PRODUCER): Ditto.
10338 (set_cu_language): Ditto.
10339 (handle_producer): Ditto.
10340 * expprint.c (print_subexp): Ditto.
10341 * gdbtypes.c (chill_varying_type): Ditto.
10342 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10343 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10344 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10345 (chill_varying_type): Ditto.
10346 * language.h (_LANG_chill): Ditto.
10347 * language.c (binop_result_type, integral_type): Ditto.
10348 (character_type, string_type, structured_type): Ditto.
10349 (lang_bool_type, binop_type_check): Ditto.
10350 * stabsread.h (os9k_stabs): Ditto.
10351 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10352 (define_symbol, read_type, read_struct_fields): Ditto.
10353 (read_array_type, read_enum_type, read_huge_number): Ditto.
10354 (read_range_type, start_stabs): Ditto.
10355 * symfile.c (init_filename_language_table): Ditto.
10356 (add_psymbol_with_dem_name_to_list): Ditto.
10357 * symtab.c (symbol_init_language_specific): Ditto.
10358 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10359 * symtab.h (struct general_symbol_info): Ditto.
10360 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10361 * typeprint.c (typedef_print): Ditto.
10362 * utils.c (fprintf_symbol_filtered): Ditto.
10363 * valops.c (value_cast, search_struct_field, value_slice): Delete
10364 obsolete code.
10365 (varying_to_slice): Delete function.
10366 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10367 (varying_to_slice): Delete declaration.
10368 * MAINTAINERS: Update.
10369
8bb2c122
MK
103702003-01-02 Mark Kettenis <kettenis@gnu.org>
10371
97bf5e38
MK
10372 * configure.in: Reorganize "Checks for library functions section"
10373 a bit. Remove check for `btowc' and `isascii' functions.
10374 * configure: Regenerated.
10375
5ee754fc
MK
10376 * acconfig.h (_MSE_INT_H): Remove.
10377 * configure.in: Create "Checks for header files" section, and move
10378 appropriate tests there. Don't check for objlist.h, wchar.h,
10379 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10380 misdetection fix. Also add "Checks for types", "Checks for
10381 compiler characteristics" and "Checks for library functions"
10382 sections.
10383 * config.in, configure: Regenerated.
10384
8bb2c122
MK
10385 * configure.in: Create "Checks for programs" section, and move
10386 appropriate tests there.
10387
9a156167
MK
103882003-01-01 Mark Kettenis <kettenis@gnu.org>
10389
10390 * configure.in: Create "Checks for libraries" section, and move
10391 appropriate tests there. Cleanup check for wctype in libw. Use
10392 AC_SEARCH_LIBS to see whether we need libsocket.
10393 * configure: Regenerated.
10394
a80e2bcb 10395For older changes see ChangeLog-2002
c906108c
SS
10396\f
10397Local Variables:
10398mode: change-log
10399left-margin: 8
10400fill-column: 74
10401version-control: never
10402End:
This page took 0.92461 seconds and 4 git commands to generate.