]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
eedfad0c56e5b48e9a6b3494e0f8f65418162e06
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2003-08-20 Michael Snyder <msnyder@redhat.com>
2
3 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
5 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6 argument passing.
7 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
8 functions, replace sh_push_dummy_call.
9 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
10
11 2003-08-20 Michael Chastain <mec@shout.net>
12
13 * gdbtypes.h (struct main_type): Rearrange to save space.
14
15 2003-08-20 Michael Snyder <msnyder@redhat.com>
16
17 * trad-frame.c: Comment typo fix.
18
19 2003-08-20 Michael Snyder <msnyder@redhat.com>
20 Kevin Buettner <kevinb@redhat.com>
21
22 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
23 (frv_frame_init_saved_regs): Add declaration.
24 (frame_extra_info): Add new field ``saved_regs''.
25 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
26 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
27 Update frame related code.
28 (frv_extract_struct_value_address): Adjust formatting.
29 * Makefile.in (frv-tdep.o): Update dependencies.
30 * config/frv/tm-frv.h (target_insert_watchpoint)
31 (target_remove_watchpoint, target_insert_hw_breakpoint)
32 (target_remove_hw_breakpoint): Delete these macros.
33 (remote_insert_watchpoint, remote_remove_watchpoint)
34 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
35 these declarations.
36
37 2003-08-20 Michael Chastain <mec@shout.net>
38
39 * defs.h (ENUM_BITFIELD): New macro.
40 * symtab.h (ENUM_BITFIELD): Use it.
41 (BYTE_BITFIELD): Remove old macro, which was already disabled.
42
43 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
44
45 * MAINTAINERS (write after approval): Add myself.
46
47 2003-08-18 Andrew Cagney <cagney@redhat.com>
48
49 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
50 * gdbarch.h, gdbarch.c: Re-generate.
51 * infcall.c (call_function_by_hand): Adjust the SP by
52 frame_red_zone_size before allocating any stack space.
53 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
54 * x86-64-tdep.c (x86_64_frame_align): New function.
55 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
56
57 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
58 Remove code adjusting SP so that it skips over the Red Zone.
59
60 2003-08-18 Mark Kettenis <kettenis@gnu.org>
61
62 * NEWS (New native configurations): Mention FreeBSD/amd64.
63
64 2003-08-18 Andrew Cagney <cagney@redhat.com>
65
66 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
67 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
68 "m68k_frame_p".
69 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
70
71 2003-08-18 Mark Kettenis <kettenis@gnu.org>
72
73 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
74
75 2003-08-18 Michal Ludvig <mludvig@suse.cz>
76
77 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
78 Define.
79 * i386-linux-nat.c: Include "linux-nat.h".
80 (child_post_startup_inferior): New function.
81
82 2003-08-18 Mark Kettenis <kettenis@gnu.org>
83
84 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
85 at the start of a frameless function. This probably fixes PR
86 backtrace/1338.
87
88 2003-08-17 Michael Chastain <mec@shout.net>
89
90 * symfile.c (find_sym_fns): Remove special case for apollo target.
91
92 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
93
94 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
95 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
96 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
97 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
98 (linux_supports_tracevforkdone): New function.
99 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
100 TRACEVFORKDONE.
101 (child_follow_fork): Handle vfork.
102 (linux_handle_extended_wait): Likewise. Also handle exec.
103 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
104 * NEWS: Mention fork tracing.
105
106 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
107
108 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
109
110 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
111
112 * Makefile.in (i386-linux-nat.o): Update dependencies.
113 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
114 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
115 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
116 * i386-linux-nat.c: Include "linux-nat.h".
117 (child_post_startup_inferior): New function.
118 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
119 * infptrace.c (kill_inferior): Wrap in #ifdef.
120 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
121 attaching to each LWP.
122 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
123 (init_lin_lwp_ops): Fill in some more operations.
124 * linux-nat.h (linux_enable_event_reporting)
125 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
126 prototypes.
127 * linux-nat.c (linux_enable_event_reporting): New function.
128 (child_post_attach, linux_child_post_startup_inferior)
129 (child_post_startup_inferior, child_follow_fork)
130 (linux_handle_extended_wait, kill_inferior): New functions.
131
132 2003-08-16 Andrew Cagney <cagney@redhat.com>
133
134 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
135 * gdbarch.h, gdbarch.c: Re-generate.
136
137 2003-08-16 Mark Kettenis <kettenis@gnu.org>
138
139 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
140
141 2003-08-16 Andrew Cagney <cagney@redhat.com>
142
143 * NEWS: Mention that "set prompt-escape-char" was deleted.
144 * top.c (get_prompt_1): Delete function.
145 (gdb_prompt_escape):
146 (init_main): Do not clear "gdb_prompt_escape". Delete "set
147 prompt-escape-char" command.
148 (MAX_PROMPT_SIZE): Delete macro.
149 (get_prompt): Simplify, do not call get_prompt_1.
150
151 2003-08-16 Andrew Cagney <cagney@redhat.com>
152
153 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
154 -Werror. -Wformat-nonliteral problems.
155
156 2003-08-15 J. Brobecker <brobecker@gnat.com>
157
158 Further multiarching work mostly for hppa64-*-hpux11:
159 * hppa-tdep.h: New file.
160 * hppa-tdep.c: #include hppa-tdep.c.
161 (hppa32_num_regs): Renamed from hppa_num_regs.
162 (hppa64_num_regs): New constant.
163 (hppa64_call_dummy_breakpoint_offset): New constant.
164 (hppa32_call_dummy_length): New constant.
165 (hppa64_call_dummy_length): New constant.
166 (hppa32_stack_align): Make name 32bit explicit.
167 (hppa32_register_virtual_type): Likewise.
168 (hppa32_extract_return_value): Likewise.
169 (hppa32_use_struct_convention): Likewise.
170 (hppa32_store_return_value): Likewise.
171 (hppa64_register_virtual_type): New function.
172 (hppa64_extract_return_value): New function.
173 (hppa64_use_struct_convention): New function.
174 (hppa64_store_return_value): New function.
175 (hppa_frame_locals_address): Remove declaration, function does
176 not exist anymore.
177 (hppa_register_byte): Add support for PA64 ABI.
178 (hppa_gdbarch_init): Add support for PA64 ABI.
179 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
180 Make name 32bit explicit.
181 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
182 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
183 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
184 (hppa64_hpux_frame_base_before_sigtramp): New function.
185 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
186 * config/pa/tm-hppa64.h: Remove macros that are no longer
187 necessary now that the gdbarch vector is properly setup.
188 Transform some macros into function calls. Some minor cleanup.
189 * config/pa/tm-hppah.h: Update function calls in macros
190 following the function renaming in hppa-hpux-tdep.c.
191 * Makefile.in (hppa_tdep_h): New variable.
192 (hppa-tdep.o): Add dependency over hppa_tdep_h.
193
194 2003-08-14 Michael Snyder <msnyder@redhat.com>
195
196 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
197
198 2003-08-13 J. Brobecker <brobecker@gnat.com>
199
200 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
201 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
202 routine.
203
204 2003-08-13 Michael Snyder <msnyder@redhat.com>
205
206 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
207 (frv_saved_pc_after_call): Use deprecated ftype.
208 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
209 (frv_remote_translate_xfer_address): Remove.
210 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
211
212 2003-08-13 J. Brobecker <brobecker@gnat.com>
213
214 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
215 initialization after the common gdbarch initialization, not before.
216
217 2003-08-13 J. Brobecker <brobecker@gnat.com>
218
219 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
220 (ADDR_BITS_REMOVE): Remove, redundant.
221
222 2003-08-13 J. Brobecker <brobecker@gnat.com>
223
224 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
225 gdbarch method to clear the 2 low bits of text addresses.
226
227 2003-08-12 Andrew Cagney <cagney@redhat.com>
228
229 * Makefile.in (dsrec.o): Update dependencies.
230 * dsrec.c: Include "gdb_assert.h".
231 (make_srec): Use snprintf instead of sprintf, use a literal format
232 string.
233
234 2003-08-12 Andrew Cagney <cagney@redhat.com>
235
236 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
237 FRAME_OBSTACK_ZALLOC.
238
239 2003-08-12 Kevin Buettner <kevinb@redhat.com>
240
241 * i386-tdep.c (i386_gdbarch_init): Enable default support for
242 SSE registers.
243
244 2003-08-10 Mark Kettenis <kettenis@gnu.org>
245
246 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
247 amd64fbsd_sc_reg_offset): Add extern declarations.
248 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
249 declarations.
250
251 2003-08-11 Ben Elliston <bje@wasabisystems.com>
252
253 * MAINTAINERS (write after approval): Update my mail address.
254
255 2003-08-10 Andrew Cagney <cagney@redhat.com>
256
257 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
258
259 2003-08-10 Mark Kettenis <kettenis@gnu.org>
260
261 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
262 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
263 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
264 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
265 i386bsd_sc_reg_offset): Add extern declarations.
266 * i386obsd-nat.c: Include "i386-tdep.h"
267 (_initialize_i386obsd_nat): Remove extern declarations.
268 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
269 declarations.
270 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
271 declarations.
272
273 * i386-tdep.c (i386_register_to_value): Use get_frame_register
274 instead of frame_read_register.
275 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
276 instead of frame_read_register. Use I386_ESP_REGNUM instead of
277 SP_REGNUM.
278 (i386_frame_prev_register): Use frame_unwind_register_unsigned
279 instead of frame_unwind_unsigned_register. Use
280 I386_EFLAGS_REGISTER instead of PS_REGNUM.
281 (i386_get_longjmp_target): Use regcache_read_unsigned_register
282 instead of read_register. Use builtin_type_void_data_ptr instead
283 of builtin_type_void_func_ptr when extracting the address of the
284 jmp_buf.
285 (i386_extract_return_value, i386_store_return_value,
286 i386_pseudo_register_read, i386_pseudo_register_write): Use
287 register_size instead REGISTER_RAW_SIZE.
288
289 2003-08-10 Andrew Cagney <cagney@redhat.com>
290
291 * infcall.c (call_function_by_hand): Use xstrprintf instead of
292 sprintf. Make "name" constant.
293
294 2003-08-10 Mark Kettenis <kettenis@gnu.org>
295
296 * i387-tdep.c (i387_register_to_value): Use get_frame_register
297 instead of frame_read_register.
298 (i387_print_float_info): Use get_frame_register and
299 get_frame_register_unsigned instead of frame_register_read.
300
301 * i386fbsd-nat.c: Include "i386-tdep.h".
302 (child_resume): Make `eflags' an ULONGEST. Use
303 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
304 instead of register_read and register_write.
305
306 * i386bsd-nat.c (fetch_inferior_registers,
307 store_inferior_registers): Don't use && at the end of a line.
308 (_initialize_i386bsd_nat): Fix typo.
309
310 * frame.c (_initialize_frame): Add missing backslash.
311
312 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
313 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
314 and supply_register instead of manipulating the register buffer
315 directly.
316
317 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
318 * config/i386/nm-i386sol2.h
319 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
320
321 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
322 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
323 instructions that GCC likes to mingle into the prologue. Fixes
324 gdb/1253 and gdb/1255.
325
326 2003-08-09 Andrew Cagney <cagney@redhat.com>
327
328 Fix GDB PR cli/926.
329 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
330 * command.h (add_setshow_uinteger_cmd): Declare.
331 * frame.c (set_backtrace_cmd): New function.
332 (show_backtrace_cmd): New function.
333 * frame.c (_initialize_frame): Replace "set/show
334 backtrace-below-main" with "set/show backtrace past-main". Add
335 command "set/show backtrace limit".
336 (backtrace_past_main): Rename "backtrace_below_main".
337 (backtrace_limit): New variable.
338 (get_prev_frame): Update. Check the backtrace_limit.
339
340 2003-08-09 Andrew Cagney <cagney@redhat.com>
341
342 * defs.h (xstrprintf): Declare.
343 * utils.c (xstrprintf): New function.
344 * breakpoint.c (insert_breakpoints): Replace sprintf and
345 non-literal format strings, with xstrprintf and cleanups.
346 (delete_breakpoint,breakpoint_re_set): Ditto.
347 (commands_command, insert_breakpoints): Ditto.
348 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
349 (break_at_finish_command_1): Ditto.
350
351 2003-08-09 Andrew Cagney <cagney@redhat.com>
352
353 * MAINTAINERS (language support): List Adam Fedor as Objective C
354 maintainer.
355
356 2003-08-08 J. Brobecker <brobecker@gnat.com>
357
358 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
359 are now multiarched.
360
361 2003-08-08 J. Brobecker <brobecker@gnat.com>
362
363 * config/pa/tm-hppa64.h: Remove lots of macros that are no
364 longer necessary now that hppa64 is partially multiarch'ed.
365
366 2003-08-08 Andrew Cagney <cagney@redhat.com>
367
368 * interps.c (interp_set): Check for a NULL "old_interp".
369
370 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
371
372 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
373 (install-only): Support DESTDIR.
374 (uninstall): Likewise.
375 (install-gdbtk): Likewise.
376
377 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
378
379 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
380 contains something meaningful at all times.
381
382 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
383
384 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
385
386 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
387
388 * MAINTAINERS (write after approval): Added self.
389
390 2003-08-07 Andrew Cagney <cagney@redhat.com>
391
392 * inferior.h (AT_SYMBOL): Define.
393 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
394 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
395 * mips-tdep.c (mips_call_dummy_address): Delete function.
396 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
397 set call_dummy_address.
398
399 2003-08-07 Andrew Cagney <cagney@redhat.com>
400
401 * language.c (op_error): Delete function.
402 (binop_type_check): Delete function.
403 * language.h (type_op_error, range_op_error): Delete macros.
404 (op_error): Delete declaration.
405
406 2003-08-07 Andrew Cagney <cagney@redhat.com>
407
408 * interps.h (INTERP_MI2, INTERP_MI3): Define.
409
410 2003-08-07 Michal Ludvig <mludvig@suse.cz>
411
412 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
413 (x86_64_push_arguments): Skip the red zone.
414
415 2003-08-05 Andrew Cagney <cagney@redhat.com>
416
417 * reggroups.c (reggroup_next): Check for the final entry.
418
419 2003-08-04 Andrew Cagney <cagney@redhat.com>
420
421 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
422 * cli/cli-script.c (define_command): Call query directly, instead
423 of passing it a buffer.
424 * ocd.c (ocd_error): Pass error a constant format string.
425 * remote-mips.c (mips_error): Use fputs_filtered.
426
427 * solib-svr4.c (_initialize_svr4_solib): Update
428 register_gdbarch_data call.
429 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
430
431 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
432 (register_gdbarch_data): Delete "free" parameter. Update
433 comments.
434 * gdbarch.h, gdbarch.c: Re-generate.
435 * reggroups.c (_initialize_reggroup): Update.
436 * gnu-v3-abi.c (init_gnuv3_ops): Update.
437 * frame-base.c (_initialize_frame_base): Update.
438 * frame-unwind.c (_initialize_frame_unwind): Update.
439 * user-regs.c (_initialize_user_regs): Update.
440 * remote.c (_initialize_remote): Update.
441 * regcache.c (_initialize_regcache): Update.
442
443 * regcache.c (xfree_regcache_descr): Delete function.
444 (_initialize_regcache): Update call to register_gdbarch_data.
445 (init_regcache_descr, init_legacy_regcache_descr): Use
446 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
447
448 * remote.c (free_remote_state): Delete function.
449 (_initialize_remote): Update register_gdbarch_data.
450 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
451 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
452
453 2003-08-04 Andrew Cagney <cagney@redhat.com>
454
455 * reggroups.c (struct reggroup_el): Define.
456 (struct reggroups): Delete field "nr_group". Replace array
457 "group" with a "first" to "last" linked list.
458 (reggroups_init): Update. Allocate using gdbarch's obstack.
459 (reggroups_free): Delete function.
460 (add_group): Update. Add "el" parameter.
461 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
462 (default_groups): Update.
463 (reggroup_next): Replace reggroups.
464 (reggroups_dump): Update.
465 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
466 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
467 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
468
469 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
470
471 * Makefile.in (tui-interp.o): Update dependencies.
472
473 2003-08-04 David Carlton <carlton@kealia.com>
474
475 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
476 to internal_error call.
477 * source.c (forward_search_command): Add "%s" format argument.
478 (reverse_search_command): Ditto.
479 * top.c (quit_confirm): Ditto.
480 * cli/cli-setshow.c (do_setshow_command): Ditto.
481 * cp-valprint.c (cp_print_class_method): Replace
482 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
483 (cp_print_class_member): Ditto.
484 * event-top.c (command_line_handler): Ditto.
485 * linux-proc.c (linux_info_proc_cmd): Ditto.
486 * p-typeprint.c (pascal_type_print_base): Ditto.
487 * p-valprint.c (pascal_object_print_class_method): Ditto.
488 (pascal_object_print_class_member): Ditto.
489 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
490 * remote.c (remote_cisco_section_offsets): Ditto.
491 * top.c (command_line_input): Ditto.
492 * utils.c (vwarning,error_stream,quit): Ditto.
493 * valprint.c (print_floating,print_binary_chars)
494 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
495
496 2003-08-04 Andrew Cagney <cagney@redhat.com>
497
498 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
499
500 2003-08-02 Andrew Cagney <cagney@redhat.com>
501
502 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
503 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
504 amd64fbsd-nat.c.
505
506 2003-08-02 Andrew Cagney <cagney@redhat.com>
507
508 * Makefile.in: Update all dependencies and definitions.
509
510 2003-08-02 Adam Fedor <fedor@gnu.org>
511
512 * linespec.c (is_objc_method_format): New function
513 (decode_line_1, locate_first_half): Use it.
514 Fixes PR objc/1298
515
516 2003-08-01 Andrew Cagney <cagney@redhat.com>
517
518 * NEWS: Mention that m32r is multi-arch.
519 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
520 * configure.tgt: Recognize m32r-*-*.
521 * config/m32r/tm-m32r.h: Delete file.
522 * config/m32r/m32r.mt: New file.
523 * m32r-rom.c (m32r_upload_command): Use hostent only when
524 gethostname succeeds, in order to avoid a compilation
525 warning.
526 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
527 compiler warning.
528
529 2003-08-01 Michael Snyder <msnyder@redhat.com>
530
531 * sh-tdep.c (sh_frame_align): New gdbarch method.
532 (sh_gdbarch_init): Set up frame_align method.
533
534 2003-07-31 Michael Snyder <msnyder@redhat.com>
535
536 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
537 which is already covered by the new frames infrastructure.
538
539 2003-07-31 Andrew Cagney <cagney@redhat.com>
540
541 * user-regs.c (struct user_reg): Add "next" link.
542 (struct user_regs): Replace "user" with "first" and "last" links.
543 (append_user_reg): Add pre-allocated "reg" parameter.
544 (builtin_user_regs): Provide initial value for "last".
545 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
546 (user_regs_init): Allocate memory from the gdbarch obstack.
547 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
548 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
549 linked list.
550 (usernum_to_user_reg): New function.
551 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
552 (value_of_user_reg): Use usernum_to_user_reg.
553 (user_regs_free): Delete function.
554 (_initialize_user_regs): Update register_gdbarch_data call.
555
556 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
557
558 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
559
560 2003-07-30 Michael Snyder <msnyder@redhat.com>
561
562 * value.h (value_being_returned): Add a struct_addr argument.
563 * infcall.c (call_function_by_hand): Pass struct_addr to
564 value_being_returned.
565 * infcmd.c (print_return_value): Pass zero as struct_addr.
566 * values.c (value_being_returned): If struct_addr is passed,
567 use it instead of trying to recover it from the inferior.
568
569 2003-07-30 Kevin Buettner <kevinb@redhat.com>
570
571 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
572 the prologue analyzer won't need to attempt to extract the pc
573 value from the woefully incomplete dummy frame.
574 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
575 possible. Disable code which modifies the frame.
576
577 2003-07-28 Andrew Cagney <cagney@redhat.com>
578
579 * annotate.c (annotate_breakpoints_headers): Restrict annotation
580 to level 2.
581 (annotate_breakpoints_table, annotate_record): Ditto.
582 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
583 (annotate_field_name_end, annotate_field_value): Ditto.
584 (annotate_field_end, annotate_frame_source_begin): Ditto.
585 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
586 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
587 (annotate_frame_begin, annotate_frame_function_name): Ditto.
588 (annotate_frame_address_end, annotate_frame_address): Ditto.
589 (annotate_frame_args, annotate_frame_end): Ditto.
590 (annotate_frame_where, annotate_arg_begin): Ditto.
591 (annotate_arg_name_end, annotate_arg_value): Ditto.
592 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
593 (annotate_function_call, annotate_signal_name): Ditto.
594 (annotate_signal_string, annotate_signal_name_end): Ditto.
595 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
596 (annotate_value_begin, annotate_value_history_value): Ditto.
597 (annotate_value_history_end, annotate_value_end): Ditto.
598 (annotate_display_begin, annotate_display_number_end): Ditto.
599 (annotate_display_format, annotate_display_expression): Ditto.
600 (annotate_display_expression_end, annotate_display_value): Ditto.
601 (annotate_display_end, annotate_array_section_begin): Ditto.
602 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
603 (annotate_elt, annotate_array_section_end): Ditto.
604
605 2003-07-28 Andrew Cagney <cagney@redhat.com>
606
607 * regcache.c (struct regcache_descr): Update comments on
608 nr_raw_registers.
609 (init_legacy_regcache_descr): Don't set nr_raw_registers or
610 sizeof_raw_register_valid_p.
611 (init_regcache_descr): Set nr_raw_registers and
612 sizeof_raw_register_valid_p before calling
613 init_legacy_regcache_descr.
614
615 2003-07-28 Andrew Cagney <cagney@redhat.com>
616
617 * mips-tdep.c (print_gp_register_row): Print the GPR's register
618 MOD NUM_REGS.
619
620 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
621
622 * thread.c (info_threads_command): Use get_selected_frame ().
623 Check that there is at least one non-sentinel frame.
624
625 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
626
627 * m68hc11-tdep.c (struct frame_extra_info): Remove.
628 (m68hc11_pop_frame): Remove.
629 (m68hc11_frame_saved_pc): Remove.
630 (m68hc11_frame_chain): Remove.
631 (m68hc11_frame_init_saved_regs): Remove.
632 (m68hc11_init_extra_frame_info): Remove.
633 (m68hc11_store_struct_return): Remove.
634 (m68hc11_saved_pc_after_call): Remove.
635
636 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
637
638 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
639 frame unwind information.
640 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
641 and adapted for frame unwinding.
642 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
643 (m68hc11_unwind_pc): New function.
644 (m68hc11_frame_unwind_cache): New function to analyze frames.
645 (m68hc11_frame_this_id): New function to create new frame struct.
646 (m68hc11_frame_prev_register): New function to unwind a register from
647 the frame.
648 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
649 (m68hc11_frame_p): New function for the above.
650 (m68hc11_frame_base_address): New function to return fp of frame.
651 (m68hc11_frame_args_address): Update for frame.
652 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
653 (m68hc11_unwind_sp): New function.
654 (m68hc11_unwind_dummy_id): New function.
655 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
656 calls.
657
658 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
659
660 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
661 (m68hc11_guess_from_prologue): Advance the pc and frame size only
662 when we are beyond the current pc.
663
664 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
665
666 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
667 from m68hc11_push_arguments.
668 (m68hc11_push_arguments): Remove.
669 (m68hc11_push_return_address): Remove.
670 (m68hc11_gdbarch_init): Install the above; remove above deprecated
671 handlers; remove deprecated_extra_stack_alignment_needed.
672
673 2003-07-27 Andrew Cagney <cagney@redhat.com>
674
675 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
676 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
677 REAL_PC and not the pointer.
678 * hppa-hpux-tdep.c: Include frame.h
679
680 2003-07-27 Andrew Cagney <cagney@redhat.com>
681
682 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
683 GDB_MULTI_ACH_PARTIAL.
684
685 2003-07-27 Andrew Cagney <cagney@redhat.com>
686
687 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
688 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
689 operator at start and not end of line.
690 (decode_prologue): Ditto.
691 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
692 frame_unwind_register_unsigned instead of
693 frame_unwind_unsigned_register.
694 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
695 read_register.
696 (m32r_push_dummy_call): Use register_size instead of
697 REGISTER_RAW_SIZE.
698 (m32r_frame_sniffer): Replace m32r_frame_p.
699 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
700 * m32r-rom.c (report_transfer_performance): Delete extern
701 declaration.
702 (m32r_load, m32r_upload_command): Use print_transfer_performance
703 instead of report_transfer_performance.
704 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
705 / add_show_from_set.
706
707 2003-07-26 Andrew Cagney <cagney@redhat.com>
708
709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
710 store_return_value and extract_struct_value_address.
711
712 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
713
714 PR c++/1267
715 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
716 NULL, default to the section containing PC.
717
718 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
719
720 * NEWS: Mention "regs" deprecated for m68hc11 too.
721
722 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
723 (m68hc11_print_register): New function to print out one register.
724 (m68hc11_print_registers_info): New function to print registers.
725 (show_regs): Deprecate and use the above.
726 (m68hc11_gdbarch_init): Install the print_registers_info.
727
728 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
729
730 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
731 that we have a SIGTRAP before returning non-zero.
732
733 2003-07-23 Michal Ludvig <mludvig@suse.cz>
734 Elena Zannoni <ezannoni@redhat.com>
735
736 * linespec.c (decode_line_2): Avoid crash if
737 find_function_start_sal() returns empty record.
738
739 2003-07-23 Andreas Schwab <schwab@suse.de>
740
741 * ia64-tdep.c (ia64_print_insn): New function.
742 (ia64_gdbarch_init): Set print_insn to it.
743 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
744 deprecated_tm_print_insn_info.
745
746 2003-07-22 Michael Snyder <msnyder@redhat.com>
747
748 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
749 handle 8-bit returns (long long).
750 (h8300h_extract_return_value): Ditto.
751 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
752
753 2003-07-22 Andrew Cagney <cagney@redhat.com>
754
755 * gdbarch.c Include "gdb_obstack.h".
756 (struct gdbarch): Add an "obstack".
757 (alloc_gdbarch_data): Allocate the gdbarch data using
758 GDBARCH_OBSTACK_CALLOC.
759 (free_gdbarch_data): Delete function.
760 (gdbarch_obstack_zalloc): New function.
761 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
762 Assert that the architecture is not initialized.
763 (gdbarch_alloc): Allocate an obstack, allocate the architecture
764 vector from the obstack.
765 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
766 architecture obstack.
767 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
768 (set_gdbarch_data): Assert that the data is not initialized.
769 (struct gdbarch_data): Delete member "free".
770 (register_gdbarch_data): Do not initialize "free".
771 * gdbarch.h, gdbarch.c: Re-generate.
772
773 2003-07-22 Andrew Cagney <cagney@redhat.com>
774
775 * configure.in (build_warnings): Add -Wformat-nonliteral.
776 * configure: Re-generate.
777
778 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
779
780 * dwarf2loc.c (locexpr_describe_location): Fix typos.
781
782 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
783
784 * findvar.c (read_var_value): Remove case for thread local storage
785 variables. It is now entirely handled by the dwarf2 location
786 expression code.
787 * printcmd.c (address_info): Ditto.
788 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
789 enumeration value.
790 (struct symbol): Remove objfile field, which was used by
791 LOC_THREAD_LOCAL_STATIC only.
792 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
793 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
794 usage of objfile pointer.
795 * dwarf2loc.c (locexpr_describe_location): Add case to handle
796 thread local variables.
797 Add include of objfiles.h.
798 * dwarf2expr.c (execute_stack_op): Add comments about thread local
799 storage variables.
800 * Makefile.in (dwarf2loc.o): Update dependencies.
801
802 2003-07-22 Andrew Cagney <cagney@redhat.com>
803
804 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
805 get_frame_base.
806 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
807 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
808 (struct value): Add opaque declaration.
809 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
810
811 2003-07-21 Andrew Cagney <cagney@redhat.com>
812
813 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
814 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
815
816 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
817
818 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
819 regcache_cooked_read_unsigned instead of read_register.
820 (m68hc11_saved_pc_after_call): Likewise.
821 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
822 instead of write_register.
823 (m68hc11_register_type): New function.
824 (m68hc11_register_virtual_type): Remove.
825 (m68hc11_store_return_value): Convert to use the regcache.
826 (m68hc11_extract_struct_value_address): Likewise.
827 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
828 m68hc11_register_type; undeprecate store_return_value and
829 extract_struct_value_address.
830
831 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
832
833 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
834 and translate to use regcache.
835 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
836
837 2003-07-18 Andrew Cagney <cagney@redhat.com>
838
839 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
840 * gdbarch.h, gdbarch.c: Re-generate.
841 * i386-tdep.c (i386_gdbarch_init): Do not set
842 DWARF2_BUILD_FRAME_INFO.
843 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
844 unconditionally.
845 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
846 DWARF2_BUILD_FRAME_INFO.
847
848 2003-07-18 Andrew Cagney <cagney@redhat.com>
849
850 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
851 * disasm.c (gdb_disassemble_info): Initilize di.arch.
852
853 2003-07-18 Andrew Cagney <cagney@redhat.com>
854
855 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
856 frame_unwind_address_in_block, instead of frame_pc_unwind.
857 (dwarf2_frame_cache): Ditto.
858
859 2003-07-18 Andrew Cagney <cagney@redhat.com>
860
861 * user-regs.h (struct gdbarch): Declare opaque.
862 * ui-out.h (struct ui_file): Declare opaque.
863 * dwarf2-frame.h (struct frame_info): Declare opaque.
864
865 2003-07-18 Kris Warkentin <kewarken@qnx.com>
866
867 * nto-procfs.c: Clean ARI hits. Change #include <..> to
868 #include "...".
869 (procfs_meminfo): Change strerror to safe_strerror.
870 (procfs_can_run): Remove K&R badness.
871
872 2003-07-17 Michael Snyder <msnyder@redhat.com>
873
874 * remote-sim.c: Comment typo fix.
875
876 2003-07-17 Andrew Cagney <cagney@redhat.com>
877
878 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
879 configure.
880 * sparc-tdep.c (sparc_intreg_size): Make non-static.
881 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
882 GDB_MULTI_ARCH_PARTIAL.
883
884 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
885
886 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
887 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
888 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
889
890 2003-07-16 Theodore A. Roth <troth@openavr.org>
891
892 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
893 found.
894 (avr_frame_unwind_cache): Don't unwind FP for main.
895 Update a comment.
896 Save the computed prev_sp.
897 (avr_saved_regs_unwinder): Remove function.
898 (avr_frame_prev_register): Use PC unwind logic from
899 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
900
901 2003-07-16 Andrew Cagney <cagney@redhat.com>
902
903 * frame-base.h (frame_base_p_ftype): Delete definition.
904 (frame_base_append_predicate): Delete declaration.
905 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
906 (frame_unwind_append_predicate): Delete declaration.
907 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
908 (append_predicate): Delete parameter "p".
909 (frame_unwind_append_predicate): Delete function.
910 (frame_unwind_append_sniffer): Update call to append_predicate.
911 (frame_unwind_free): Delete function.
912 (_initialize_frame_unwind): Pass NULL as "free" to
913 register_gdbarch_data.
914 (frame_unwind_init): Append the dummy_frame_sniffer.
915 (frame_unwind_find_by_frame): Simplify.
916 * frame-base.c (struct frame_base_table): Delete field "p".
917 (append_predicate): Delete parameter "p".
918 (frame_base_append_predicate): Delete function.
919 (frame_base_append_sniffer): Update call to append_predicate.
920 (frame_base_free): Delete function.
921 (frame_base_find_by_frame): Simplify.
922 (_initialize_frame_base): Pass NULL as "free" to
923 register_gdbarch_data.
924 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
925 (x86_64_sigtramp_frame_sniffer): Replace
926 "x86_64_sigtramp_frame_p".
927 (x86_64_init_abi): Set the frame unwind sniffers.
928 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
929 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
930 (m68k_gdbarch_init): Set the frame unwind sniffers.
931 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
932 "i386_sigtramp_frame_p".
933 (i386_frame_sniffer): Replace "i386_frame_p".
934 (i386_gdbarch_init): Set the frame unwind sniffers.
935 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
936 (avr_gdbarch_init): Set the frame unwind sniffers.
937 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
938 "alpha_sigtramp_frame_p"
939 (alpha_heuristic_frame_sniffer): Replace
940 "alpha_heuristic_frame_p".
941 (alpha_gdbarch_init): Set the frame unwind sniffers.
942 (alpha_dwarf2_init_abi): Ditto.
943 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
944 "alpha_debug_frame_p".
945 (alpha_mdebug_frame_base_sniffer): Replace
946 "alpha_mdebug_frame_base_p".
947 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
948 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
949 (d10v_gdbarch_init): Set the frame unwind sniffer.
950 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
951 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
952 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
953 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
954 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
955 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
956
957 2003-07-16 Michael Snyder <msnyder@redhat.com>
958
959 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
960 should go thru sh_dsp_register_sim_regno, else the dsp regs
961 will not get the right values.
962
963 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
964
965 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
966 deprecated_store_floating by call to store_typed_floating.
967 (sh_sh4_register_convert_to_raw): Substitute call to
968 deprecated_extract_floating by call to extract_typed_floating.
969
970 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
971
972 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
973
974 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
975
976 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
977 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
978 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
979 as possible.
980 (do_pseudo_register): Remove.
981 (sh_push_dummy_code): New function.
982 (sh64_store_struct_return): Rename from sh_store_struct_return.
983 Only called for sh64 now.
984 (sh_extract_struct_value_address): Regcache'ify.
985 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
986 and accomodate new tasks.
987 (sh64_push_return_address): Rename from sh_push_return_address.
988 Only called for sh64 now.
989 (sh_default_extract_return_value): Rename from sh_extract_return_value.
990 Regcache'ify.
991 (sh3e_sh4_extract_return_value): Regcache'ify.
992 (sh_default_store_return_value): Ditto.
993 (sh3e_sh4_store_return_value): Ditto.
994 (sh_default_register_byte): Remove.
995 (sh_sh4_register_byte): Remove.
996 (sh_default_register_raw_size): Remove.
997 (sh_sh4_register_raw_size): Remove.
998 (sh_register_virtual_size): Remove.
999 (sh_sh3e_register_virtual_type): Remove.
1000 (sh_sh3e_register_type): New function.
1001 (sh_sh4_register_virtual_type): Remove.
1002 (sh_sh4_register_type): New function.
1003 (sh_default_register_virtual_type): Remove.
1004 (sh_default_register_type): New function.
1005 (do_fv_register_info): Add parameters to accomodate call from
1006 sh_print_registers_info.
1007 (do_dr_register_info): Ditto.
1008 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
1009 Add parameters to accomodate call from sh_print_registers_info.
1010 (sh_do_fp_register): Ditto.
1011 (sh64_do_pseudo_register): Call do_dr_register_info,
1012 do_fv_register_info and sh_do_fp_register with default parameters.
1013 (sh_do_register): Add parameters to accomodate call from
1014 sh_print_registers_info.
1015 (sh_print_register): Ditto.
1016 (sh_print_registers_info): Rename from sh_do_registers_info.
1017 Add parameters to be used as gdbarch_print_registers_info
1018 implementation. Accomodate removed do_pseudo_register function
1019 pointer.
1020 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
1021 function pointer. Call sh_print_register with default parameters.
1022 (sh64_do_registers_info): Call sh_print_registers_info instead of
1023 sh_do_registers_info.
1024 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
1025 detection of deprecated vs. non-deprecated functionality.
1026 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
1027 function pointer assignments by direct function calls.
1028
1029 2003-07-15 Andrew Cagney <cagney@redhat.com>
1030
1031 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
1032 (frame_register_unwind, create_new_frame): Ditto.
1033 (legacy_get_prev_frame, get_frame_type): Ditto.
1034 (get_frame_base_address): Use frame_base_find_by_frame.
1035 (get_frame_locals_address): Use frame_base_find_by_frame.
1036 (get_frame_args_address): Use frame_base_find_by_frame.
1037 * frame-base.h (frame_base_sniffer_ftype): Declare.
1038 (frame_base_append_sniffer): Declare.
1039 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
1040 * frame-base.c (append_predicate): Add a "sniffer" parameter.
1041 (frame_base_append_sniffer): New function.
1042 (frame_base_append_predicate): Add a NULL sniffer.
1043 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
1044 (struct frame_base_table): Add "sniffer".
1045 (frame_base_free): Free the "sniffer" table.
1046 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
1047 (frame_unwind_append_sniffer): Declare.
1048 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
1049 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
1050 (struct frame_unwind_table): Add "sniffer", delete "middle".
1051 (append_predicate): Add "sniffer" parameter, append the sniffer.
1052 (frame_unwind_init): Update append_predicate call.
1053 (frame_unwind_append_sniffer): New function.
1054 (frame_unwind_append_predicate): Update append_predicate call.
1055 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
1056
1057 2003-07-15 Andrew Cagney <cagney@redhat.com>
1058
1059 * frame.c (get_prev_frame): Move disabled inside_entry_func to
1060 before code inhibiting repeated unwind attempts. Add to
1061 commentary on that test's problems.
1062 * blockframe.c (inside_main_func): Look for "main" in the minimal
1063 symbol table.
1064 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
1065 identical.
1066
1067 2003-07-15 Andrew Cagney <cagney@redhat.com>
1068
1069 * complaints.c (struct explanation): Define.
1070 (struct complaints): Change type of "explanation" to "struct
1071 explanation".
1072 (symfile_explanations): Convert to a "struct explanation" table.
1073 (vcomplaint): Update.
1074
1075 2003-07-15 Michal Ludvig <mludvig@suse.cz>
1076
1077 * x86-64-linux-nat.c (regmap): Removed.
1078 (supply_gregset, fill_gregset): Call
1079 x86_64_linux_(fill,supply)_gregset functions.
1080 * x86-64-linux-tdep.c (USER_*): New defines.
1081 (user_to_gdb_regmap, x86_64_core_fns): New structure.
1082 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
1083 New functions.
1084 (fetch_core_registers): Ditto.
1085 (_initialize_x86_64_linux_tdep): Call add_core_fns().
1086 * x86-64-linux-tdep.h: New file.
1087 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
1088 and core-regset.o.
1089 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
1090
1091 2003-07-13 Mark Kettenis <kettenis@gnu.org>
1092
1093 * x86-64-tdep.c (x86_64_store_return_value): Use
1094 regcache_cooked_write_part instead of regcache_cooked_write.
1095
1096 * configure.host: Add x86_64-*-freebsd*.
1097 * configure.tgt: Add x86_64-*-freebsd*.
1098 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
1099 * amd64fbsd-nat.c: New file.
1100 * amd64fbsd-tdep.c: New file.
1101 * config/i386/nm-fbsd64.h: New file.
1102 * config/i386/fbsd64.mh: New file.
1103 * config/i386/fbsd64.mt: New file.
1104
1105 2003-07-11 Mark Kettenis <kettenis@gnu.org>
1106
1107 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
1108 `sc_regs_offset' and `sc_fpregs_offset'.
1109 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
1110 SIGFRAME_FPREGSAVE_OFF): Remove defines.
1111 (alpha_sigtramp_register_address): Rewrite to use new members of
1112 `struct gdbarch_tdep'.
1113 (alpha_gdbarch_init): Initialize new members of struct
1114 gdbarch_tdep'.
1115 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
1116 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
1117 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
1118 (alphafbsd_pc_in_sigtramp): Implement.
1119 (alphafbsd_sigtramp_offset): New function.
1120 (alphafbsd_sigcontext_addr): New function.
1121 (alphafbsd_init_abi): Initialize signal trampoline related members
1122 of `struct gdbarch_tdep'.
1123 (_initialize_alphafbsd_tdep): Add prototype.
1124
1125 2003-07-11 Theodore A. Roth <troth@openavr.org>
1126
1127 * Makefile.in (install-only): Quote sed expression when generating
1128 transformed_name.
1129
1130 2003-07-11 Richard Henderson <rth@redhat.com>
1131
1132 * Makefile.in (dwarf2-frame.o): Add complaints_h.
1133 * dwarf2-frame.c: Include complaints.h.
1134 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
1135 variable initialization; return NULL on error.
1136 (decode_frame_entry): New.
1137
1138 2003-07-11 Andrew Cagney <cagney@redhat.com>
1139
1140 * frame.h (frame_address_in_block): Delete declaration.
1141 * blockframe.c (frame_address_in_block): Delete function.
1142 (get_frame_block): Use get_frame_address_in_block.
1143 (block_innermost_frame): Ditto.
1144 * stack.c (print_frame, backtrace_command_1): Ditto.
1145
1146 * frame.h (get_frame_address_in_block): Declare.
1147 (frame_unwind_address_in_block): Declare.
1148 * frame.c (frame_unwind_address_in_block): New function.
1149 (get_frame_address_in_block): New function.
1150
1151 2003-07-10 Andrew Cagney <cagney@redhat.com>
1152
1153 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1154 pre-default. Note: re-generate has no effect.
1155
1156 2003-07-10 Andrew Cagney <cagney@redhat.com>
1157
1158 * gdbarch.sh: When a variable, but not a function, compare against
1159 0. Fix problem in previous patch.
1160 * gdbarch.c: Re-generate.
1161
1162 2003-07-10 Andrew Cagney <cagney@redhat.com>
1163
1164 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1165 functions against NULL, not 0.
1166 * gdbarch.c: Re-generate.
1167
1168 2003-07-10 Fred Fish <fnf@ninemoons.com>
1169
1170 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1171 null string instead of a null pointer.
1172 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1173
1174 2003-07-09 Michael Snyder <msnyder@redhat.com>
1175
1176 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1177
1178 2003-07-09 Mark Kettenis <kettenis@gnu.org>
1179
1180 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1181 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1182 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1183 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1184 * x86-64-tdep.c: ... from here.
1185
1186 2003-07-09 Andreas Schwab <schwab@suse.de>
1187
1188 * m68k-tdep.h (enum struct_return): Define.
1189 (struct gdbarch_tdep): Add struct_return.
1190 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1191 bytes are padded to the right, not to the left. Pass struct value
1192 address in register %a1, not on stack.
1193 (m68k_use_struct_convention): New function.
1194 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1195 struct_return in tdep to pcc_struct_return.
1196 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1197 reg_struct_return.
1198
1199 2003-07-09 Joel Brobecker <brobecker@gnat.com>
1200
1201 * somread.c (som_symfile_offsets): Fix compilation error.
1202
1203 2003-07-09 Andrew Cagney <cagney@redhat.com>
1204
1205 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1206 Add comments about the checks.
1207
1208 2003-07-08 Andrew Cagney <cagney@redhat.com>
1209
1210 * Makefile.in: Make dependency section headers consistent.
1211 (config_h): Move to $BUILD headers section.
1212 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1213 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1214 (ada-exp.tab.c): Move to YACC/LEX section.
1215 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1216 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1217
1218 2003-07-08 Kris Warkentin <kewarken@qnx.com>
1219
1220 * nto-procfs.c: Cleaned up a bunch of ARI hits.
1221 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1222 of strerror with safe_strerror, use ISO C function definitions,
1223 and replace instances of sprintf with snprintf.
1224
1225 2003-07-07 Andrew Cagney <cagney@redhat.com>
1226
1227 * frame.c (get_prev_frame): Enable check for identical frames.
1228 Update comments. Update error messages.
1229
1230 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1231
1232 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1233
1234 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1235
1236 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1237 sort_symtab_syms, no longer necessary.
1238
1239 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1240
1241 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1242
1243 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1244
1245 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1246 (mips_register_byte): Likewise.
1247
1248 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1249
1250 * Makefile.in (sparc_tdep_h): New.
1251 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1252 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1253 * sparc-linux-nat.c: Include "sparc-tdep.h".
1254 * sparc-nat.c: Likewise.
1255 * sparc-tdep.c: Likewise.
1256 * sparc64nbsd-nat.c: Likewise.
1257 * sparcnbsd-nat.c: Likewise.
1258 * sparcnbsd-tdep.c: Likewise.
1259 * sparc-tdep.h: New file.
1260 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1261 and sparc_npc_regnum.
1262
1263 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1264
1265 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1266 (mips_linux_cannot_store_register): List supported instead of
1267 unsupported registers.
1268
1269 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1270
1271 * disasm.c (dump_insns): Separate instructions from addresses.
1272
1273 2003-07-07 Andreas Schwab <schwab@suse.de>
1274
1275 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1276 dependencies.
1277 * m68k-tdep.c (NUM_FREGS): Delete.
1278 (SIG_PC_FP_OFFSET): Delete.
1279 (TARGET_M68K): Delete.
1280 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1281 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1282 P_MOVEL_SP, P_MOVEML_SP): Define.
1283 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1284 P_TRAP): Delete.
1285 (m68k_register_raw_size): Delete.
1286 (m68k_register_virtual_size): Delete.
1287 (m68k_register_type): Renamed from m68k_register_virtual_type and
1288 add gdbarch argument.
1289 (m68k_store_struct_return): Delete.
1290 (m68k_deprecated_extract_return_value): Delete.
1291 (m68k_deprecated_extract_struct_value_address): Delete.
1292 (m68k_frame_chain): Delete.
1293 (m68k_frame_saved_pc): Delete.
1294 (m68k_fix_call_dummy): Delete.
1295 (m68k_push_dummy_frame): Delete.
1296 (m68k_pop_frame): Delete.
1297 (m68k_extract_return_value): New function.
1298 (m68k_store_return_value): Rewrite using regcache.
1299 (m68k_extract_struct_value_address): Rewrite using regcache.
1300 (m68k_push_dummy_call): New function.
1301 (struct m68k_frame_cache): Define.
1302 (m68k_alloc_frame_cache): New function.
1303 (m68k_analyze_frame_setup): New function.
1304 (m68k_analyze_register_saves): New function.
1305 (m68k_analyze_prologue): New function.
1306 (m68k_skip_prologue): Rewrite using above functions.
1307 (m68k_unwind_pc): New function.
1308 (m68k_frame_cache): New function.
1309 (m68k_frame_this_id): New function.
1310 (m68k_frame_prev_register): New function.
1311 (m68k_frame_unwind): New variable.
1312 (m68k_frame_p): New function.
1313 (m68k_sigtramp_frame_cache): New function.
1314 (m68k_sigtramp_frame_this_id): New function.
1315 (m68k_sigtramp_frame_prev_register): New function.
1316 (m68k_sigtramp_frame_unwind): New variable.
1317 (m68k_sigtramp_frame_p): New function.
1318 (m68k_frame_base_address): New function.
1319 (m68k_frame_base): New function.
1320 (m68k_unwind_dummy_id): New function.
1321 (fill_gregset): Use regcache_collect.
1322 (fill_fpregset): Likewise.
1323 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1324 defined.
1325 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1326 deprecated_init_frame_pc, deprecated_store_struct_return,
1327 deprecated_extract_return_value, deprecated_store_return_value,
1328 deprecated_frame_chain, deprecated_frame_saved_pc,
1329 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1330 deprecated_register_virtual_size,
1331 deprecated_max_register_raw_size,
1332 deprecated_max_register_virtual_size,
1333 deprecated_register_virtual_type, deprecated_register_size,
1334 deprecated_register_byte, deprecated_register_bytes,
1335 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1336 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1337 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1338 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1339 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1340 deprecated_push_dummy_frame, deprecated_pop_frame,
1341 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1342 only if SYSCALL_TRAP is defined. Set extract_return_value,
1343 store_return_value, extract_struct_value_address, register_type,
1344 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1345 predicates.
1346 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1347 M68K_MAX_REGISTER_SIZE): Define.
1348 (struct m68k_sigtramp_info): Define.
1349 (struct gdbarch_tdep): Add get_sigtramp_info.
1350 * m68klinux-nat.c (fetch_register): Use register_size instead of
1351 REGISTER_RAW_SIZE. Don't put assignment in if.
1352 (store_register): Likewise.
1353 (fetch_inferior_registers): Likewise.
1354 (store_inferior_registers): Likewise.
1355 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1356 (m68k_linux_frame_saved_pc): Delete.
1357 (m68k_linux_sigcontext_reg_offset,
1358 m68k_linux_ucontext_reg_offset): Define.
1359 (m68k_linux_get_sigtramp_info): New function.
1360 (m68k_linux_extract_return_value): Rewrite using regcache.
1361 (m68k_linux_store_return_value): Likewise.
1362 (m68k_linux_extract_struct_value_address): Likewise.
1363 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1364 Don't set deprecated_frame_saved_pc,
1365 deprecated_extract_return_value, deprecated_store_return_value,
1366 deprecated_extract_struct_value_address. Set
1367 extract_return_value, store_return_value,
1368 extract_struct_value_address.
1369
1370 2003-07-07 Andrew Cagney <cagney@redhat.com>
1371
1372 * expprint.c: Include "user-regs.h" instead of "frame.h".
1373 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1374 frame_map_regnum_to_name.
1375 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1376 (frame_map_name_to_regnum): Simplify, call
1377 user_reg_map_name_to_regnum.
1378 (frame_map_regnum_to_name): Simplify, call
1379 user_reg_map_regnum_to_name.
1380 (frame_register_unwind): Update.
1381 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1382 (_initialize_frame_reg): Call user_reg_add_builtin.
1383 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1384 (value_of_register): Use value_of_user_reg.
1385 * eval.c (evaluate_subexp_standard): Update.
1386 * parse.c (write_dollar_variable): Update.
1387 * d10v-tdep.c (d10v_print_registers_info): Update.
1388 * infcmd.c (registers_info): Update.
1389 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1390 (builtin_regs_h): Delete macro.
1391 (user_regs_h): Define.
1392 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1393 (builtin-regs.o): Delete target.
1394 (user-regs.o): Specify dependencies.
1395 (expprint.o): Update dependencies.
1396 (findvar.o): Update dependencies.
1397 (frame.o): Update dependencies.
1398 (std-regs.o): Update dependencies.
1399
1400 2003-07-06 Christopher Faylor <cgf@redhat.com>
1401
1402 * win32-nat.c (solib_symbols_add): Use one variable for all section
1403 address stuff. Pass variable rather than address of variable to
1404 safe_symbol_file_add.
1405
1406 2003-07-06 Andreas Schwab <schwab@suse.de>
1407
1408 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1409
1410 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1411
1412 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1413
1414 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1415
1416 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1417
1418 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1419
1420 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1421 * config/i386/nto.mh: New file.
1422 * config/i386/nm-nto.h: New file.
1423 * configure.host: Add i[3456]86-*-nto*.
1424
1425 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1426
1427 * remote-vx.c (vx_add_symbols): Fix compilation error.
1428
1429 2003-07-03 Andrew Cagney <cagney@redhat.com>
1430
1431 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1432 * gdbarch.h, gdbarch.c: Re-generate.
1433 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1434 (legacy_register_name): Declare.
1435 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1436 (REGISTER_NAME): Define.
1437 * sparc-tdep.c (legacy_register_name): New function.
1438 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1439 (REGISTER_NAME): Define.
1440 (hppa64_register_name): Declare.
1441 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1442 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1443 (hppa64_register_name): New function.
1444 (hppa_register_name): New function.
1445 * arch-utils.c (legacy_register_name): Delete.
1446 * arch-utils.h (legacy_register_name): Delete.
1447
1448 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1449
1450 * cli/cli-interp.c (cli_interpreter_resume): Update the
1451 cli_uiout's stream to gdb_stdout.
1452
1453 2003-07-03 Andrew Cagney <cagney@redhat.com>
1454
1455 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1456 predicate.
1457 * gdbarch.h, gdbarch.c: Re-generate.
1458 * regcache.c (init_regcache_descr): Use legacy code when either
1459 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1460
1461 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1462
1463 * NEWS: Move "set logging" entry into GDB 6.0 section.
1464
1465 2003-07-02 Jim Blandy <jimb@redhat.com>
1466
1467 * s390-tdep.c (struct frame_extra_info): new member:
1468 'stack_bought_valid'.
1469 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1470 initialize fextra_info->stack_bought.
1471 (s390_frameless_function_invocation): Don't trust the value of
1472 fextra_info_ptr->stack_bought unless
1473 fextra_info->stack_bought_valid is set.
1474
1475 New S390 prologue analyzer.
1476 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1477 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1478 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1479 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1480 compute_x_addr, s390_on_stack, s390_store,
1481 s390_get_signal_frame_info): New functions.
1482 (S390_NUM_SPILL_SLOTS): New macro.
1483 (s390_get_frame_info): Rewritten.
1484 (is_arg_reg): Deleted.
1485
1486 Break out the decoding of S/390 instructions into separate
1487 functions, to make it more legible, and easier to check
1488 against the spec.
1489 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1490 is_rx, is_rxe): New functions.
1491 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1492 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1493 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1494 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1495 enums for opcode values. (Is this an improvement?)
1496
1497 2003-07-02 Andrew Cagney <cagney@redhat.com>
1498
1499 * i386-tdep.c: Revert change committed as part of trad-frame code
1500 below.
1501
1502 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1503
1504 * breakpoint.c (insert_catchpoint): Make static.
1505
1506 2003-07-02 Andreas Schwab <schwab@suse.de>
1507
1508 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1509 former ia64_push_arguments and ia64_push_return_address, and use
1510 regcache functions instead of read/write_register.
1511 (ia64_gdbarch_init): Set push_dummy_call instead of
1512 deprecated_push_arguments and deprecated_push_return_address.
1513
1514 2003-07-01 Andreas Jaeger <aj@suse.de>
1515
1516 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1517 before the call.
1518 Set %rax only to number of SSE registers used.
1519
1520 2003-07-01 Andrew Cagney <cagney@redhat.com>
1521
1522 * trad-frame.h: Update comments, a -1 .addr is reserved.
1523 (trad_frame_value_p, trad_frame_addr_p): Declare.
1524 (trad_frame_reg_p): Declare.
1525 (trad_frame_set_value): Rename trad_frame_register_value.
1526 (trad_frame_set_unknown): Declare.
1527 * trad-frame.c (trad_frame_realreg_p): New function.
1528 (trad_frame_addr_p, trad_frame_value_p): New function.
1529 (trad_frame_set_unknown): New function.
1530 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1531 (trad_frame_prev_register): Use trad_frame_realreg_p,
1532 trad_frame_addr_p and trad_frame_value_p.
1533 (trad_frame_set_value): Rename trad_frame_register_value.
1534 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1535 and trad_frame_set_value.
1536
1537 2003-06-30 Jim Blandy <jimb@redhat.com>
1538
1539 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1540 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1541 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1542 for 16 registers, and then 32 more bytes.
1543 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1544 New macros.
1545 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1546 Move up in the file, since it's now used by is_simple_arg.
1547 (is_simple_arg): Don't assume registers are four bytes long.
1548 Exclude all double arguments. Extended floats are not simple
1549 args.
1550 (is_power_of_two): New function.
1551 (pass_by_copy_ref): Call is_power_of_two, and check that the
1552 length fits in a register, rather than listing all the acceptable
1553 sizes. Extended floats are not passed by reference.
1554 (s390_push_arguments): Don't assume registers are four bytes long.
1555 Reserve an argument register to point to the buffer for structures
1556 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1557 S390_STACK_FRAME_OVERHEAD.
1558
1559 2003-06-30 Andreas Schwab <schwab@suse.de>
1560
1561 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1562 format error message.
1563
1564 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1565
1566 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1567
1568 2003-06-30 David Carlton <carlton@kealia.com>
1569
1570 Band-aid for PR c++/1245.
1571 * Makefile.in (cp-support.o): Depend on complaints_h.
1572 * cp-support.c: Include complaints.h. Add declaration for
1573 find_last_component.
1574 (cp_find_first_component): Separate code into
1575 cp_find_first_component_aux.
1576 (cp_find_first_component_aux): Call demangled_name_complaint.
1577 (demangled_name_complaint): New.
1578
1579 2003-06-30 Andrew Cagney <cagney@redhat.com>
1580
1581 * remote.c (remote_write_bytes): Explicitly compute and then use
1582 the payload size. Update comments to reflect. Fixes problem of
1583 GDB not sending small packets as found by Fred Fish.
1584
1585 2003-06-30 Andrew Cagney <cagney@redhat.com>
1586
1587 * remote.c (remote_async_wait): Fix -Wformat problem.
1588
1589 2003-06-29 Andrew Cagney <cagney@redhat.com>
1590
1591 * remote.c (remote_wait): Call error, and not warning, when the
1592 packet is corrupt.
1593 (remote_async_wait): Ditto.
1594
1595 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1596
1597 * sparc-tdep.c (sparc_y_regnum): Make external again.
1598
1599 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1600
1601 * cli/cli-logging.c (pop_output_files): Add void to function
1602 definition.
1603
1604 2003-06-29 Andrew Cagney <cagney@redhat.com>
1605
1606 * frame.c (frame_register_unwind): Use unsigned char when dumping
1607 the buffer contents.
1608
1609 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1610
1611 * cli/cli-logging.c: New file.
1612 * cli-out.c (struct ui_out_data): Add original_stream.
1613 (cli_redirect): New function.
1614 (cli_ui_out_impl): Add cli_redirect.
1615 (cli_out_new): Initialize original_stream.
1616 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1617 (uo_redirect, ui_out_redirect): New.
1618 * ui-out.h (struct ui_out_impl): Add redirect member.
1619 (redirect_ftype): New.
1620 (ui_out_redirect): Add prototype.
1621 * Makefile.in: Add rules for cli-logging.c.
1622 * NEWS: Mention "set logging".
1623
1624 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1625
1626 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1627
1628 2003-06-27 Andrew Cagney <cagney@redhat.com>
1629
1630 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1631 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1632 * avr-tdep.c (avr_call_dummy_address): Delete function.
1633 (avr_gdbarch_init): Do not set call_dummy_address.
1634
1635 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1636
1637 * symfile.c (syms_from_objfile): Move variables to inner block.
1638 Move the checks for the non-mainline case a bit earlier to avoid
1639 doing some useless computations.
1640
1641 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1642
1643 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1644
1645 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1646
1647 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1648 sections.
1649
1650 2003-06-26 Michael Chastain <mec@shout.net>
1651
1652 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1653 gdb/testsuite/gdb.c++/pr-1210.exp.
1654
1655 2003-06-26 Andrew Cagney <cagney@redhat.com>
1656
1657 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1658 altivec_expression.h and altivec_registers.h.
1659
1660 2003-06-26 Andrew Cagney <cagney@redhat.com>
1661
1662 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1663 info->mach when MIPS16. Patch suggested by Fred Fish.
1664
1665 2003-06-26 Andrew Cagney <cagney@redhat.com>
1666
1667 * utils.c (internal_vproblem): Print the problem to a reason
1668 buffer and then pass to query. Make the msg variable more local.
1669
1670 2003-06-26 Andrew Cagney <cagney@redhat.com>
1671
1672 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1673 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1674 * gdbarch.h, gdbarch.c: Re-generate.
1675 * frame-base.c (default_frame_args_address): Update. Use
1676 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1677 not available.
1678 (default_frame_locals_address): Ditto for
1679 DEPRECATED_FRAME_LOCALS_ADDRESS.
1680 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1681 (vax_frame_num_args): Update.
1682 (vax_gdbarch_init): Update.
1683 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1684 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1685 * mcore-tdep.c (mcore_gdbarch_init): Update.
1686 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1687 * ia64-tdep.c (ia64_gdbarch_init): Update.
1688 * symtab.h (address_class): Update comments.
1689 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1690 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1691 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1692 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1693 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1694 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1695 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1696 * alpha-mdebug-tdep.c: Update.
1697 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1698
1699 2003-06-26 Andreas Jaeger <aj@suse.de>
1700
1701 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1702 of SSE registers so that varargs functions work. Rework handling
1703 of passing arguments on the stack.
1704 (x86_64_store_return_value): Return double and float values in SSE
1705 register.
1706
1707 2003-06-24 Michael Chastain <mec@shout.net>
1708
1709 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1710 the "constructor breakpoints ignored" bug.
1711
1712 2003-06-25 David Carlton <carlton@kealia.com>
1713
1714 * MAINTAINERS: Update e-mail address.
1715
1716 2003-06-24 Jim Blandy <jimb@redhat.com>
1717
1718 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1719
1720 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1721 function.
1722 (ppc_linux_init_abi): Register it as the
1723 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1724
1725 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1726 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1727 method.
1728
1729 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1730 (ppc64_standard_linkage_target): Use it.
1731
1732 2003-06-23 Andrew Cagney <cagney@redhat.com>
1733
1734 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1735 for 0 "int0" and 4 "int32" sized registers.
1736 * gdbtypes.c (builtin_type_int0): Define.
1737 (build_gdbtypes): Initialize builtin_type_int0.
1738 * gdbtypes.h (builtin_type_int0): Declare.
1739
1740 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1741
1742 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1743 as characters are unsigned.
1744
1745 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1746
1747 PR gdb/1179
1748 * dwarfread.c (struct_type): Skip static fields without crashing.
1749
1750 2003-06-22 Andrew Cagney <cagney@redhat.com>
1751
1752 GDB 6.0 branch created.
1753 * README: Update.
1754 * PROBLEMS: Update. Empty.
1755 * NEWS: Update.
1756
1757 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1758
1759 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1760 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1761
1762 2003-06-22 Andrew Cagney <cagney@redhat.com>
1763
1764 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1765 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1766 Velikov.
1767
1768 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1771 compilers.
1772
1773 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1774
1775 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1776 argument of val_print.
1777 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1778 to the address argument of baseclass_offset or target_read_memory.
1779 Do add it to the argument of cp_print_value_fields.
1780
1781 2003-06-21 Andrew Cagney <cagney@redhat.com>
1782
1783 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1784 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1785 instead of 0..NUM_REGS.
1786 (mips_register_reggroup_p): New function.
1787 (mips_pseudo_register_write): New function.
1788 (mips_pseudo_register_read): New function.
1789 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1790 based on the register's type.
1791 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1792 cooked.
1793 (mips_get_saved_register): Simplify. Assert that REGNO is a
1794 pseudo / cooked.
1795 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1796 (mips_register_type): Replace mips_register_virtual_type. Map
1797 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1798 when available.
1799 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1800 that the register is cooked / virtual.
1801 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1802 Only get the extra info when needed.
1803 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1804 (mips32_heuristic_proc_desc): Fetch the cooked register.
1805 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1806 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1807 (mips_print_register): Use gdbarch_register_type, instead of
1808 REGISTER_VIRTUAL_TYPE.
1809 (print_gp_register_row): Use gdbarch_register_type, instead of
1810 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1811 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1812 Print the pseudo / cooked registers.
1813 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1814 Print the pseudo / cooked registers.
1815 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1816 REG_NUM is pseudo / cooked.
1817 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1818 (mips_n32n64_xfer_return_value): Ditto.
1819 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1820 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1821 (mips_register_sim_regno): New function.
1822 (mips_gdbarch_init): Set deprecated_register_byte,
1823 register_group_p, pseudo_register_write, pseudo_register_read,
1824 register_sim_regno, and num_pseudo_regs. Set register_type,
1825 instead of register_virtual_type.
1826 * Makefile.in (mips-tdep.o): Update dependencies.
1827 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1828 REGISTER_VIRTUAL_TYPE.
1829 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1830 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1831 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1832 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1833 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1834
1835 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1836
1837 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1838 * cli/cli-cmds.c: Include "gdb_vfork.h".
1839 (shell_escape): Use vfork.
1840
1841 2003-06-21 Andrew Cagney <cagney@redhat.com>
1842
1843 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1844 32 bit floating-point register saves.
1845
1846 * frame.h (deprecated_unwind_get_saved_register): Delete.
1847 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1848 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1849 and deprecated_get_next_frame_hack instead of
1850 deprecated_unwind_get_saved_register.
1851
1852 * mips-tdep.c (mips_dump_tdep): Do not print
1853 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1854
1855 * frame.c (get_frame_register): New function.
1856 (frame_unwind_register_signed): New function.
1857 (get_frame_register_signed): New function.
1858 (frame_unwind_register_unsigned): New function.
1859 (get_frame_register_unsigned): New function.
1860 * frame.h: Add comments on naming schema.
1861 (get_frame_register, frame_unwind_register_signed): Declare.
1862 (get_frame_register_signed, get_frame_register_signed): Declare.
1863 (frame_unwind_register_unsigned): Declare.
1864 (get_frame_register_unsigned): Declare.
1865
1866 2003-06-20 Theodore A. Roth <troth@openavr.org>
1867
1868 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1869
1870 2003-06-20 Theodore A. Roth <troth@openavr.org>
1871
1872 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1873 (avr_read_sp): Ditto.
1874
1875 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1876
1877 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1878 * config/arm/nm-linux.h: Likewise.
1879 * config/arm/tm-linux.h: Likewise.
1880 * config/ia64/nm-linux.h: Likewise.
1881 * config/ia64/tm-ia64.h: Likewise.
1882 * config/s390/tm-linux.h: Likewise.
1883 * config/s390/tm-s390.h: Likewise.
1884 * s390-nat.c: Likewise.
1885 * s390-tdep.c: Likewise.
1886
1887 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1888 * config/ia64/linux.mt: Likewise.
1889 * config/m68k/linux.mh: Likewise.
1890 * config/mips/linux.mt: Likewise.
1891 * config/powerpc/linux.mh: Likewise.
1892 * config/sh/linux.mt: Likewise.
1893
1894 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1895
1896 * solib.c (solib_open): Change tests for whether to search
1897 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1898 comments.
1899
1900 2003-06-19 Theodore A. Roth <troth@openavr.org>
1901
1902 * avr-tdep.c (avr_frame_address): Delete function.
1903 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1904 set_gdbarch_frame_args_address.
1905
1906 2003-06-19 Andrew Cagney <cagney@redhat.com>
1907
1908 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1909 (REGISTER_CONVERT_FROM_TYPE): Delete.
1910 (mips_register_convert_to_type): Delete declaration.
1911 (mips_register_convert_from_type): Delete declaration.
1912 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1913 kernel/.
1914
1915 2003-06-19 Michael Snyder <msnyder@redhat.com>
1916
1917 * linux-nat.h: New file.
1918 * linux-nat.c: Include linux-nat.h.
1919 * lin-lwp.c: Include linux-nat.h.
1920 Move struct lwp_info def to linux-nat.h.
1921 * linux-proc.c: Include linux-nat.h.
1922 (linux_make_note_section): Iterate over lwps instead of threads.
1923 (linux_do_thread_registers): Use lwp instead of merged pid.
1924 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1925 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1926 Add dependency on linux_nat_h.
1927
1928 2003-06-19 Theodore A. Roth <troth@openavr.org>
1929
1930 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1931
1932 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1933
1934 * varobj.c (get_type, get_target_type): Use check_typedef.
1935
1936 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1937
1938 * breakpoint.c (insert_catchpoint): Call internal_error.
1939
1940 2003-06-19 Theodore A. Roth <troth@openavr.org>
1941
1942 * avr-tdep.c (avr_push_dummy_code): Delete function.
1943 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1944
1945 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1946
1947 * arch-utils.c (default_prepare_to_proceed): Remove.
1948 (generic_prepare_to_proceed): Remove.
1949 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1950 (generic_prepare_to_proceed): Remove prototype.
1951 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1952 * gdbarch.c: Regenerate.
1953 * gdbarch.h: Regenerate.
1954 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1955 * hppah-nat.c (hppa_switched_threads): Remove.
1956 * infrun.c (prepare_to_proceed): New static function, copied from
1957 generic_prepare_to_proceed. Remove select_it argument.
1958 (proceed): Call prepare_to_proceed.
1959 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1960 variables.
1961 (ptrace_wait): Don't set the removed variables.
1962 (hppa_switched_threads): Remove.
1963 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1964 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1965 (lin_lwp_prepare_to_proceed): Remove prototype.
1966 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1967 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1968
1969 2003-06-18 Theodore A. Roth <troth@openavr.org>
1970
1971 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1972 trad-frame.h.
1973 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1974 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1975 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1976 (AVR_PROLOGUE_*): Enumerate prologue types.
1977 (struct frame_extra_info): Remove.
1978 (struct avr_unwind_cache): Define.
1979 (avr_write_sp): Delete function.
1980 (avr_read_fp): Ditto.
1981 (avr_init_extra_frame_info): Ditto.
1982 (avr_pop_frame): Ditto.
1983 (avr_frame_saved_pc): Ditto.
1984 (avr_saved_pc_after_call): Ditto.
1985 (avr_push_return_address): Ditto.
1986 (avr_frame_chain): Ditto.
1987 (avr_store_struct_return): Ditto.
1988 (avr_push_arguments): Ditto.
1989 (avr_scan_prologue): Update comments. Changed to set up the info for
1990 cache unwinding. Now returns end of prologue PC.
1991 (avr_skip_prologue): Better handling of functions lacking a prologue
1992 by using avr_scan_prologue.
1993 (avr_scan_arg_moves): New function.
1994 (avr_saved_regs_unwinder): Ditto.
1995 (avr_frame_unwind_cache): Ditto.
1996 (avr_unwind_pc): Ditto.
1997 (avr_frame_this_id): Ditto.
1998 (avr_frame_prev_register): Ditto.
1999 (avr_frame_p): Ditto.
2000 (avr_frame_base_address ): Ditto.
2001 (avr_unwind_dummy_id): Ditto.
2002 (avr_push_dummy_code): Ditto.
2003 (push_stack_item): Ditto.
2004 (pop_stack_item): Ditto.
2005 (avr_push_dummy_call): Ditto.
2006 (struct stack_item): Define.
2007 (avr_frame_unwind): Declare structure.
2008 (avr_frame_base): Ditto.
2009 (avr_gdbarch_init): Remove calls to
2010 set_gdbarch_deprecated_init_frame_pc,
2011 set_gdbarch_deprecated_target_read_fp,
2012 set_gdbarch_deprecated_dummy_write_sp,
2013 set_gdbarch_deprecated_fp_regnum,
2014 set_gdbarch_deprecated_push_arguments,
2015 set_gdbarch_deprecated_push_return_address,
2016 set_gdbarch_deprecated_pop_frame,
2017 set_gdbarch_deprecated_store_struct_return,
2018 set_gdbarch_deprecated_frame_init_saved_regs,
2019 set_gdbarch_deprecated_init_extra_frame_info,
2020 set_gdbarch_deprecated_frame_chain,
2021 set_gdbarch_deprecated_frame_saved_pc,
2022 set_gdbarch_deprecated_saved_pc_after_call.
2023 Add calls to set_gdbarch_push_dummy_call,
2024 set_gdbarch_push_dummy_code,
2025 frame_unwind_append_predicate,
2026 frame_base_set_default,
2027 set_gdbarch_unwind_dummy_id,
2028 set_gdbarch_unwind_pc.
2029 Wrap a long line.
2030
2031 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
2032
2033 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
2034 registers for H8/300S.
2035 (h8300_print_registers_info): Ditto.
2036 (h8300_gdbarch_init): Accommodate register count for H8/300S.
2037
2038 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
2039
2040 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
2041 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2042 (lin_lwp_wait): Likewise. Update comments.
2043 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
2044 (pull_pid_from_list, linux_record_stopped_pid): New.
2045
2046 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
2047
2048 * ada-lang.c (scan_discrim_bound): Name first argument.
2049 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
2050 declared by ALL_BLOCK_SYMBOLS.
2051
2052 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
2053
2054 * ada-tasks.c (find_function_in_inferior): Don't declare it.
2055 ("regcache.h"): Include it.
2056 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
2057
2058 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2059
2060 * NEWS: Mention gdbserver detach change and "disconnect" command.
2061 * infcmd.c (disconnect_command): New function.
2062 (_initialize_infcmd): Add ``disconnect'' command.
2063 * remote.c (remote_async_detach): Delete.
2064 (remote_detach): Merge remote_async_detach.
2065 (remote_disconnect): New.
2066 (init_remote_ops): Set to_disconnect.
2067 (init_remote_cisco_ops): Likewise.
2068 (init_remote_async_ops): Likewise. Use remote_detach.
2069 * target.c (cleanup_target): Default to_disconnect.
2070 (update_current_target): Inherit to_disconnect.
2071 (target_disconnect, debug_to_disconnect): New functions.
2072 (setup_target_debug): Set to_disconnect.
2073 * target.h (struct target_ops): Add to_disconnect.
2074 (target_disconnect): Add prototype.
2075
2076 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2077
2078 * breakpoint.c (insert_catchpoint): New function.
2079 (insert_breakpoints): Use catch_exceptions to call
2080 insert_catchpoint. Disable catchpoints if they fail to insert.
2081
2082 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2083
2084 * symfile.c (reread_symbols): Clear sym_private.
2085
2086 2003-06-17 Andrew Cagney <cagney@redhat.com>
2087
2088 * trad-frame.h (struct frame_info): Add opaque declaration.
2089 * remote-fileio.h (struct cmd_list_element): Add opaque
2090 declaration.
2091 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
2092 comments.
2093
2094 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2095
2096 * remote.c (remote_prepare_to_store): Replace call to
2097 deprecated_read_register_bytes with multiple regcache_raw_read
2098 calls.
2099
2100 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2101
2102 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
2103 (nto_find_and_open_solib): Likewise.
2104 (nto_init_solib_absolute_prefix): Likewise.
2105 (_initialize_nto_tdep): Fix indentation.
2106
2107 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2108
2109 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
2110
2111 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2112
2113 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
2114
2115 2003-06-17 Jim Blandy <jimb@redhat.com>
2116
2117 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
2118
2119 2003-06-16 Theodore A. Roth <troth@openavr.org>
2120
2121 * avr-tdep.c (avr_extract_return_value): New function.
2122 (avr_gdbarch_init): Set extract_return_value method.
2123
2124 2003-06-16 Andrew Cagney <cagney@redhat.com>
2125
2126 * frame.h (deprecated_get_next_frame_hack): Declare.
2127 * frame.c (legacy_saved_regs_prev_register): Only require
2128 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
2129 there are always saved regs.
2130 (deprecated_generic_get_saved_register): Do not require
2131 DEPRECATED_FRAME_INIT_SAVED_REGS.
2132 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
2133 use frame ID unwind instead.
2134 (deprecated_get_next_frame_hack): New function.
2135
2136 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2137
2138 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
2139 (h8300_push_dummy_call): ...this function. Some minor optimization.
2140 (h8300_push_return_address): Remove.
2141 (h8300_gdbarch_init): Remove calls to
2142 set_gdbarch_deprecated_dummy_write_sp,
2143 set_gdbarch_deprecated_push_arguments and
2144 set_gdbarch_deprecated_push_return_address.
2145 Add call to set_gdbarch_push_dummy_call.
2146
2147 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2148
2149 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2150 (E_PSEUDO_EXR_REGNUM): Ditto.
2151 (h8300_is_argument_spill): Check for instructions moving argument
2152 registers into safe registers.
2153 (h8300_skip_prologue): Check for stm instruction to push registers
2154 used for register variables onto stack.
2155 (gdb_print_insn_h8300): Remove.
2156 (h8300_examine_prologue): Add a comment.
2157 (h8300_register_name): Take pseudo registers into account.
2158 (h8300s_register_name): Ditto.
2159 (h8300sx_register_name): Ditto.
2160 (h8300_print_register): Ditto.
2161 (h8300_print_registers_info): Define "nice" printing order.
2162 (h8300_saved_pc_after_call): Take pseudo registers into account.
2163 (h8300_register_type): Ditto. Return type used for remote connection
2164 when requesting real CCR or EXR register, return actual type when
2165 requesting pseudo CCR or EXR.
2166 (h8300_pseudo_register_read): New function.
2167 (h8300_pseudo_register_write): Ditto.
2168 (h8300_dbg_reg_to_regnum): Ditto.
2169 (h8300s_dbg_reg_to_regnum): Ditto.
2170 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2171 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2172 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2173 set_gdbarch_print_insn architecture dependent.
2174 Call set_gdbarch_pseudo_register_read and
2175 set_gdbarch_pseudo_register_write.
2176 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2177
2178 2003-06-16 Andrew Cagney <cagney@redhat.com>
2179
2180 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2181 * gdbarch.h, gdbarch.c: Re-generate.
2182 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2183 * s390-tdep.c (s390_gdbarch_init): Update.
2184 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2185 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2186 * mips-tdep.c (mips_gdbarch_init): Update.
2187 * mcore-tdep.c (mcore_gdbarch_init): Update.
2188 * cris-tdep.c (cris_gdbarch_init): Update.
2189 * infcall.c (call_function_by_hand): Update.
2190 * ia64-tdep.c (ia64_push_arguments): Update comment.
2191 * frame.c (legacy_get_prev_frame): Do not assume
2192 SAVE_DUMMY_FRAME_TOS_P.
2193 * dummy-frame.c (find_dummy_frame): Update comment.
2194
2195 2003-06-16 Andrew Cagney <cagney@redhat.com>
2196
2197 * regcache.c (do_cooked_read): Do not use register_valid_p.
2198
2199 2003-06-15 Theodore A. Roth <troth@openavr.org>
2200
2201 * avr-tdep.c (avr_register_type): Remove a blank line.
2202 (avr_scan_prologue): Correct some comments.
2203
2204 2003-06-15 Theodore A. Roth <troth@openavr.org>
2205
2206 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2207 prologue types.
2208 Properly scan prologues generated by gcc with the -mcall-prologues
2209 option.
2210 Add code to scan -mcall-prologues for mega devices.
2211
2212 2003-06-15 Theodore A. Roth <troth@openavr.org>
2213
2214 * avr-tdep.c (avr_register_byte): Delete function.
2215 (avr_register_raw_size): Delete function.
2216 (avr_register_virtual_size): Delete function.
2217 (avr_register_virtual_type): Delete function.
2218 (avr_register_type): New function.
2219 (avr_address_to_pointer): Remove unused code.
2220 (avr_read_fp): Need to read FP as two separate bytes due to change to
2221 avr_register_type() usage.
2222 (avr_gdbarch_init): Don't set deprecated_register_size.
2223 Don't set deprecated_register_bytes.
2224 Don't set deprecated_register_byte.
2225 Don't set deprecated_register_raw_size.
2226 Don't set deprecated_max_register_raw_size.
2227 Don't set deprecated_register_virtual_size.
2228 Don't set deprecated_max_register_virtual_size.
2229 Don't set deprecated_register_virtual_type.
2230 Set register_type method.
2231
2232 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
2233
2234 * Makefile.in (linux-nat.o): Add rule.
2235 * linux-nat.c: New file.
2236 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2237 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2238 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2239 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2240 * config/arm/linux.mh (NATDEPFILES): Likewise.
2241 * config/i386/linux.mh (NATDEPFILES): Likewise.
2242 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2243 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2244 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2245 * config/mips/linux.mh (NATDEPFILES): Likewise.
2246 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2247 * config/s390/s390.mh (NATDEPFILES): Likewise.
2248 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2249
2250 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2251
2252 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2253 replace out-of-date comment.
2254
2255 2003-06-15 Andrew Cagney <cagney@redhat.com>
2256
2257 * rdi-share/host.h (Fail): Change to a varargs function.
2258 * remote-rdi.c (Fail): Update.
2259
2260 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2261
2262 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2263 (i386_convert_register_p, i386_register_to_value,
2264 i386_register_from_value): Handle types longer than 8 bytes.
2265
2266 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2267
2268 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2269 Move floating-point code to new function in i387-tdep.c.
2270 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2271 New functions containing code moved here from i386-tdep.c.
2272 * i387-tdep.h: Add opaque declaration for `struct type'.
2273 (i387_register_to_value, i387_value_to_register): New prototypes.
2274 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2275 (x86_64_init_abi): Set convert_register_p, register_to_value and
2276 value_to_register here.
2277
2278 2003-06-14 Andrew Cagney <cagney@redhat.com>
2279
2280 * mips-tdep.c (mips_register_to_value): Make static.
2281 (mips_value_to_register): Make static.
2282 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2283 * ia64-tdep.c (ia64_register_raw_size): Make static.
2284 (ia64_register_virtual_size): Make static.
2285 (ia64_register_byte): Make static.
2286 * i387-tdep.c: Include "i387-tdep.h".
2287 (print_387_control_word): Delete function.
2288 (print_387_status_word): Delete function.
2289 (print_387_status_bits): Delete function.
2290 (print_387_control_bits): Delete function.
2291 * Makefile.in (i387-tdep.o): Update dependencies.
2292 * rdi-share/host.h (Fail): Declare.
2293 * remote-rdi.c (Fail): Update to match declaration.
2294
2295 2003-06-14 Andrew Cagney <cagney@redhat.com>
2296
2297 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2298 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2299 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2300 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2301 * README: Delete reference to remote-array.
2302 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2303 (remote-array.o): Delete target.
2304 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2305 * remote-array.c: Delete file.
2306
2307 2003-06-14 Andrew Cagney <cagney@redhat.com>
2308 Mark Kettenis <kettenis@gnu.org>
2309
2310 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2311 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2312 parameter with "frame".
2313 * gdbarch.h, gdbarch.c: Re-generate.
2314 * frame.h (put_frame_register): Declare.
2315 * frame.c (put_frame_register): New function.
2316 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2317 (legacy_register_to_value): Rewrite, use "frame" to get the
2318 register value.
2319 (legacy_value_to_register): Rewrite, use "frame" to find the
2320 register's location before storing.
2321 * arch-utils.h (legacy_convert_register_p): Update.
2322 (legacy_register_to_value, legacy_value_to_register): Update.
2323 * findvar.c (value_from_register): Rewrite, eliminate use of
2324 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2325 "frame" to REGISTER_TO_VALUE.
2326 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2327 lval_reg_frame_relative + lval_register branch of the switch. Do
2328 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2329 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2330 I386_EDI_REGNUM): New defines.
2331 (i386_next_regnum, i386_convert_register_p,
2332 i386_register_to_value, i386_value_to_register): New functions.
2333 (i386_register_convertible, i386_register_convert_to_virtual,
2334 i386_convert_to_raw): Remove functions.
2335 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2336 value_to_register instead of register_convertible,
2337 register_convert_to_virtual and register_convert_to_raw.
2338 * mips-tdep.c (mips_convert_register_p): New function.
2339 (mips_value_to_register): Replace mips_register_convert_from_type.
2340 (mips_register_to_value): Replace mips_register_convert_to_type.
2341 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2342 register_to_value.
2343 * alpha-tdep.c (alpha_convert_register_p): Update.
2344 (alpha_value_to_register): Update, store the register.
2345 (alpha_register_to_value): Update, fetch the register.
2346
2347 2003-06-14 Theodore A. Roth <troth@openavr.org>
2348
2349 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2350 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2351 Don't set deprecated_call_dummy_words.
2352 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2353 Don't set remote_translate_xfer_address.
2354 (avr_io_reg_read_command): Remove commented out debug printf.
2355 Wrap a long line.
2356
2357 2003-06-14 Theodore A. Roth <troth@openavr.org>
2358
2359 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2360 causes gdb to seg fault.
2361
2362 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2363
2364 * sparc-nat.c (fetch_inferior_registers): Correct
2365 a reference to "registers".
2366
2367 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2368
2369 * Makefile.in (exc_request_U_h): Define
2370 (exc_request_S_h): Likewise.
2371 (msg_reply_S_h): Likewise.
2372 (msg_U_h): Likewise.
2373 (notify_S_h): Likewise.
2374 (process_reply_S_h): Likewise.
2375 (gnu-nat.o): Depend on gdb_obstack_h
2376 * gnu-nat.c: Include "gdb_obstack.h".
2377
2378 2003-06-13 Andrew Cagney <cagney@redhat.com>
2379
2380 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2381 * gdbarch.h, gdbarch.c: Re-generate.
2382
2383 2003-06-13 Andrew Cagney <cagney@redhat.com>
2384
2385 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2386 when deprecated REGISTER macros can be deleted.
2387 * gdbarch.h, gdbarch.c: Re-generate.
2388
2389 2003-06-13 Jim Blandy <jimb@redhat.com>
2390
2391 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2392 Linux entry point symbols for _dl_debug_state, too.
2393
2394 2003-06-13 Andrew Cagney <cagney@redhat.com>
2395
2396 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2397 available, do not use the FP register, and always save the TOS.
2398 * dummy-frame.c (dummy_frame_this_id): Do not assert
2399 SAVE_DUMMY_FRAME_TOS.
2400 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2401 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2402 (i386_push_dummy_call): Add 8 to the returned SP.
2403 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2404 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2405 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2406 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2407 (x86_64_push_dummy_call): Return "sp + 16".
2408 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2409 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2410 save_dummy_frame_tos.
2411
2412 2003-06-13 Jim Blandy <jimb@redhat.com>
2413
2414 * frv-tdep.c (frv_use_struct_convention): Delete static
2415 declaration for function deleted in my change of 2003-06-12.
2416
2417 2003-06-13 Theodore A. Roth <troth@openavr.org>
2418
2419 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2420 (avr_pointer_to_address): Shift code addrs left 1 bit.
2421 (avr_convert_from_func_ptr_addr): Delete function since operation is
2422 better handled by avr_address_to_pointer and avr_pointer_to_address.
2423 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2424
2425 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2426
2427 From Kelley Cook <kelleycook@wideopenwest.com>:
2428 * configure.host: Accept i[34567]86 variants.
2429 * configure.tgt: Likewise.
2430 * nlm/configure.in: Likewise.
2431 * nlm/configure: Regenerated.
2432
2433 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2434
2435 * arm-tdep.c (solib-svr4.h): Dont' include it.
2436 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2437 * arm-linux-tdep.c: ... here. Make static.
2438 (arm_linux_init_abi): Register it.
2439 (solib-svr4.h): Include it.
2440 * Makefile.in: Update dependencies.
2441 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2442 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2443
2444 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2445
2446 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2447 indicate registers used for return values.
2448 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2449 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2450 members.
2451 (h8300_init_extra_frame_info): Ditto.
2452 (h8300_frame_locals_address): Removed.
2453 (h8300_frame_args_address): Removed.
2454 (h8300_extract_return_value): Use new regcache structure. Only care
2455 for 16 bit CPUs.
2456 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2457 (h8300_store_return_value): Use new regcache structure. Only care
2458 for 16 bit CPUs.
2459 (h8300h_store_return_value): Same function for 32 bit CPUs.
2460 (h8300_store_struct_return): Removed.
2461 (h8300_extract_struct_value_address): Use new regcache structure.
2462 (h8300h_extract_struct_value_address): Removed.
2463 (h8300_push_dummy_code): New function.
2464 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2465 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2466 set_gdbarch_store_return_value architecture dependent.
2467 Call set_gdbarch_push_dummy_code and
2468 set_gdbarch_extract_struct_value_address.
2469 Remove calls to set_gdbarch_frame_args_address,
2470 set_gdbarch_frame_locals_address,
2471 set_gdbarch_deprecated_store_struct_return,
2472 set_gdbarch_deprecated_extract_return_value,
2473 set_gdbarch_deprecated_extract_struct_value_address,
2474 set_gdbarch_deprecated_call_dummy_words and
2475 set_gdbarch_deprecated_sizeof_call_dummy_words.
2476
2477 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2478
2479 * h8300-tdep.c (h8300_register_byte): Remove.
2480 (h8300h_register_byte): Remove.
2481 (h8300_register_virtual_type): Remove. Substitute by...
2482 (h8300_register_type): New function.
2483 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2484 (h8300h_extract_struct_value_address): Ditto.
2485 (h8300_gdbarch_init): Drop calls to
2486 set_gdbarch_deprecated_register_byte and
2487 set_gdbarch_deprecated_register_virtual_type.
2488 Add call to set_gdbarch_register_type.
2489
2490 2003-06-13 Andrew Cagney <cagney@redhat.com>
2491
2492 * gdbarch.sh: Update comments on registers.
2493 (deprecated_register_byte): Rename register_byte.
2494 (deprecated_register_raw_size): Rename register_raw_size.
2495 (deprecated_register_virtual_size): Rename register_virtual_size.
2496 (deprecated_register_virtual_type): Rename register_virtual_type.
2497 * gdbarch.h, gdbarch.c: Re-generate.
2498 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2499 * vax-tdep.c (vax_gdbarch_init): Update.
2500 * v850-tdep.c (v850_gdbarch_init): Update.
2501 * sparc-tdep.c (sparc_gdbarch_init): Update.
2502 * sh-tdep.c (sh_gdbarch_init): Update.
2503 * s390-tdep.c (s390_gdbarch_init): Update.
2504 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2505 * ns32k-tdep.c: Update.
2506 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2507 * mips-tdep.c (mips_gdbarch_init): Update.
2508 * mcore-tdep.c (mcore_gdbarch_init): Update.
2509 * m68k-tdep.c (m68k_gdbarch_init): Update.
2510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2511 * ia64-tdep.c (ia64_gdbarch_init): Update.
2512 * hppa-tdep.c (hppa_gdbarch_init): Update.
2513 * h8300-tdep.c (h8300_gdbarch_init): Update.
2514 * frv-tdep.c (frv_gdbarch_init): Update.
2515 * cris-tdep.c (cris_gdbarch_init): Update.
2516 * avr-tdep.c (avr_gdbarch_init): Update.
2517 * alpha-tdep.c (alpha_gdbarch_init): Update.
2518 * arm-tdep.c (arm_gdbarch_init): Update.
2519
2520 2003-06-13 Andrew Cagney <cagney@redhat.com>
2521
2522 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2523 mips_o32_use_struct_convention with always_use_struct_convention.
2524
2525 2003-06-12 David Carlton <carlton@kealia.com>
2526
2527 * cp-namespace.c (cp_set_block_scope): Comment out
2528 processing_has_namespace_info branch.
2529
2530 2003-06-12 Jim Blandy <jimb@redhat.com>
2531
2532 Recognize and skip 64-bit PowerPC Linux linkage functions.
2533 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2534 insn_pattern, insns_match_pattern, d_field, ds_field): New
2535 functions, macros, and types for working with PPC instructions.
2536 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2537 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2538 ppc64_skip_trampoline_code): New functions, variables, and macros
2539 for recognizing and skipping linkage functions.
2540 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2541 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2542
2543 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2544 register offsets for both the 32- and 64-bit interfaces.
2545
2546 Actually finish the job started by my change of 2003-05-29.
2547 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2548 other #definition of this.
2549 (ppc_linux_skip_trampoline_code): Remove declaration.
2550 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2551 static.
2552 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2553 method for GDBARCH.
2554
2555 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2556 'long' on ppc64-*-linux*.
2557
2558 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2559 isn't #defined, assume the register doesn't exist: act as if
2560 tdep->ppc_mq_regnum were -1.
2561
2562 * configure.host, configure.tgt: Add entries for
2563 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2564 powerpc/linux.mt.
2565 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2566 New files.
2567
2568 * arch-utils.c (always_use_struct_convention): New function.
2569 * arch-utils.h (always_use_struct_convention): New prototype.
2570 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2571 (alpha_gdbarch_init): Register always_use_struct_convention,
2572 instead of alpha_use_struct_convention.
2573 * cris-tdep.c (cris_use_struct_convention): Delete.
2574 (cris_gdbarch_init): Register always_use_struct_convention,
2575 instead of cris_use_struct_convention.
2576 * frv-tdep.c (frv_use_struct_convention): Delete.
2577 (frv_gdbarch_init): Register always_use_struct_convention,
2578 instead of frv_use_struct_convention.
2579 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2580 (h8300_gdbarch_init): Register always_use_struct_convention,
2581 instead of h8300_use_struct_convention.
2582 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2583 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2584 instead of mips_o32_use_struct_convention.
2585
2586 2003-06-12 Andrew Cagney <cagney@redhat.com>
2587
2588 * wince.c: Include "mips-tdep.h".
2589 * mips-tdep.h (mips_next_pc): Declare.
2590 * mcore-tdep.c: Make more local functions static.
2591 * Makefile.in (wince.o): Update dependencies.
2592
2593 2003-06-12 David Carlton <carlton@kealia.com>
2594
2595 * symtab.c (lookup_symbol_aux_minsyms): Replace
2596 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2597 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2598 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2599 SYMBOL_NATURAL_NAME.
2600
2601 2003-06-12 Andreas Schwab <schwab@suse.de>
2602
2603 * Makefile.in (tuiDisassem.o): Update dependencies.
2604
2605 2003-06-12 David Carlton <carlton@bactrian.org>
2606
2607 * symtab.h: Delete declaration of make_symbol_overload_list.
2608 Add declaration of lookup_partial_symbol.
2609 * symtab.c (remove_params): Move to cp-support.c.
2610 (overload_list_add_symbol, make_symbol_overload_list)
2611 (sym_return_val_size, sym_return_val_index): Ditto.
2612 (lookup_partial_symbol): Make extern.
2613 * cp-support.h: Add declaration of make_symbol_overload_list.
2614 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2615 symtab.h, and block.h.
2616 (remove_params): Move here from symtab.c.
2617 (overload_list_add_symbol, make_symbol_overload_list)
2618 (sym_return_val_size, sym_return_val_index): Ditto.
2619 * valops.c: Include cp-support.h.
2620 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2621 frame_h, and block_h.
2622 (valops.o): Depend on cp_support_h.
2623
2624 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2625
2626 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2627 substitute by NUM_REGS throughout.
2628 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2629 (h8300s_register_name): New function for H8S registers.
2630 (h8300sx_register_name): Ditto for H8SX registers.
2631 (h8300_print_register): Revise register printing, avoid depending
2632 on 32 bit long.
2633 (h8300_register_byte): Only care for H8/300 registers.
2634 (h8300h_register_byte): New function for any other architecture.
2635 (h8300_register_raw_size): Remove.
2636 (h8300_register_virtual_type): Revise to return actually useful
2637 type.
2638 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2639 (h8300h_extract_struct_value_address): New function for any other
2640 architecture.
2641 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2642 set_gdbarch_register_name, set_gdbarch_register_byte,
2643 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2644 Remove calls to set_gdbarch_deprecated_register_size,
2645 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2646 set_gdbarch_deprecated_max_register_raw_size,
2647 set_gdbarch_register_virtual_size and
2648 set_gdbarch_deprecated_max_register_virtual_size entirely.
2649 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2650 set_gdbarch_long_double_bit.
2651
2652 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2653
2654 * doublest.c (convert_doublest_to_floatformat): When dealing
2655 with the implied integer bit, only alter mant_bits if we are
2656 processing a full 32 bits of mantissa.
2657
2658 2003-06-11 David Carlton <carlton@bactrian.org>
2659
2660 * dictionary.h: New.
2661 * dictionary.c: New.
2662 * block.h: Add opaque declaration for struct dictionary.
2663 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2664 'sym' members.
2665 (BLOCK_DICT): New macro.
2666 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2667 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2668 BLOCK_SHOULD_SORT.
2669 (ALL_BLOCK_SYMBOLS): Update definition.
2670 * Makefile.in (SFILES): Add dictionary.c.
2671 (dictionary_h): New.
2672 (COMMON_OBS): Add dictionary.o.
2673 (dictionary.o): New.
2674 (ada-lang.o): Depend on dictionary_h.
2675 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2676 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2677 (mi-cmd-stack.o): Ditto.
2678 (gdbtk-cmds.o): Update dependencies.
2679 (gdbtk-stack.o): Ditto.
2680 * ada-lang.c: Include dictionary.h.
2681 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2682 (fill_in_ada_prototype, debug_print_block): Ditto.
2683 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2684 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2685 'is_sorted'.
2686 * mdebugread.c: Include dictionary.h.
2687 (struct parse_stack): Delete 'maxsyms' member.
2688 (parse_symbol): Update calls to new_block. Delete calls to
2689 shrink_block. Use dictionary methods.
2690 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2691 Update calls to new_symtab. Don't maintain maxsyms data.
2692 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2693 (add_symbol): Just call dict_add_symbol.
2694 (new_symtab): Delete 'maxsyms' argument.
2695 (new_symtab): Update calls to new_block.
2696 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2697 (shrink_block): Delete function.
2698 (fixup_sigtramp): Update call to new_block. Add symbol via
2699 dict_add_symbol.
2700 * jv-lang.c: Include dictionary.h.
2701 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2702 appropriately. Set class_symtab->free_func. Make sure the
2703 blockvector is big enough to hold two blocks.
2704 (add_class_symtab_symbol): Use dictionary methods.
2705 (free_class_block): New function.
2706 (type_from_class): Replace explicit iteration by
2707 ALL_BLOCK_SYMBOLS.
2708 * symtab.h (struct symtab): Replace 'free_ptr' method by
2709 'free_func'.
2710 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2711 sort_symtab_syms.
2712 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2713 sort_symtab_syms.
2714 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2715 Include dictionary.h.
2716 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2717 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2718 sort_symtab_syms.
2719 * objfiles.c: Include dictionary.h.
2720 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2721 * buildsym.c: Include dictionary.h.
2722 (finish_block): Use dictionary methods.
2723 (end_symtab): Set free_func to NULL, not free_ptr.
2724 * tracepoint.c: Include dictionary.h.
2725 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2726 (scope_info): Ditto.
2727 * stack.c: Include dictionary.h.
2728 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2729 (print_block_frame_labels, print_frame_arg_vars)
2730 (print_frame_args): Ditto.
2731 * symmisc.c (free_symtab_block): Use dictionary methods.
2732 (dump_symtab): Ditto.
2733 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2734 Include dictionary.h.
2735 * symfile.h: Delete declarations of sort_block_syms,
2736 sort_symtab_syms.
2737 * symfile.c (sort_block_syms): Delete.
2738 (sort_symtab_syms): Delete.
2739 * symtab.c: Include dictionary.h.
2740 (lookup_block_symbol): Use dictionary iterators.
2741 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2742 (search_symbols, make_symbol_completion_list): Ditto.
2743 (make_symbol_overload_list): Ditto.
2744 * valops.c (value_of_local): Use dict_empty.
2745 Include dictionary.h.
2746
2747 2003-06-11 J. Brobecker <brobecker@gnat.com>
2748
2749 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2750
2751 2003-06-11 David Carlton <carlton@bactrian.org>
2752
2753 * block.h (BLOCK_SHOULD_SORT): Delete.
2754 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2755 blocks.
2756 * ada-lang.c (ada_add_block_symbols): Ditto.
2757 * symfile.c (sort_block_syms): Delete.
2758 (sort_symtab_syms): Ditto.
2759 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2760 declarations.
2761 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2762 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2763 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2764 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2765 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2766 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2767 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2768
2769 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2770
2771 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2772 bits to 128.
2773
2774 2003-06-11 Andrew Cagney <cagney@redhat.com>
2775
2776 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2777 REGISTER_CONVERTIBLE.
2778 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2779 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2780 * gdbarch.h, gdbarch.c: Re-generate.
2781 * arch-utils.h (deprecated_register_convertible_not): Rename
2782 generic_register_convertible_not.
2783 * arch-utils.c (deprecated_register_convertible_not): Rename
2784 generic_register_convertible.
2785 (legacy_convert_register_p, legacy_register_to_value): Update.
2786 * sh-tdep.c (sh64_push_arguments): Update.
2787 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2788 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2789 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2790 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2791 * arch-utils.c (legacy_value_to_register): Update.
2792 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2793 (rs6000_register_convert_to_raw): Make parameter "from" const.
2794 * mips-tdep.c (mips_gdbarch_init): Update.
2795 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2796 * infcmd.c (default_print_registers_info): Update.
2797 * ia64-tdep.c (ia64_gdbarch_init): Update.
2798 (ia64_register_convert_to_raw): Make parameter "from" const.
2799 * i386-tdep.c (i386_gdbarch_init): Update.
2800 (i386_register_convert_to_raw): Update.
2801
2802 2003-06-11 Andrew Cagney <cagney@redhat.com>
2803
2804 * remote-fileio.c: Include "remote-fileio.h".
2805 * Makefile.in (remote-fileio.o): Update dependencies.
2806 (remote_fileio_h): Fix typo.
2807
2808 2003-06-11 Andrew Cagney <cagney@redhat.com>
2809
2810 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2811 (xstormy16_save_dummy_frame_tos): Make static.
2812 (_initialize_xstormy16_tdep): Add declaration.
2813 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2814 * v850-tdep.c: Make local functions static.
2815 (_initialize_v850_tdep): Add declaration.
2816 * sparc-tdep.c: Make local functions static.
2817 (_initialize_sparc_tdep): Add declaration.
2818 * sh-tdep.c: Make local functions static.
2819 (_initialize_sh_tdep): Add declaration.
2820 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2821 * s390-tdep.c: Make local functions static.
2822 (_initialize_s390_tdep): Add declaration.
2823 * dbxread.c (find_stab_function_addr): Make static.
2824 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2825 * ocd.c (_initialize_remote_ocd): Add declaration.
2826 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2827 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2828 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2829 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2830 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2831 * remote-array.c (_initialize_array): Add declaration.
2832 (_initialize_remote_monitors): Add declaration.
2833 * remote-mips.c: Make local functions static.
2834 (_initialize_remote_mips): Add declaration.
2835 * mcore-tdep.c: Make all local functions static.
2836 (_initialize_mcore_tdep): Add declaration.
2837 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2838 * abug-rom.c (_initialize_abug_rom): Add declaration.
2839 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2840 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2841 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2842 * remote-est.c (_initialize_est): Add declaration.
2843 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2844 (m68hc11_call_dummy_address): Make static.
2845 * ia64-tdep.c: Make local functions static.
2846 (_initialize_ia64_tdep): Add declaration.
2847 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2848 * monitor.c (monitor_wait_filter): Make static.
2849 (_initialize_remote_monitors): Add declaration.
2850 * remote-hms.c (_initialize_remote_hms): Add declaration.
2851 * remote-e7000.c (fetch_regs_from_dump): Make static.
2852 (expect_n): Make static.
2853 (_initialize_remote_e7000): Add declaration.
2854 * ser-e7kpc.c: Always include "defs.h".
2855 (_initialize_ser_e7000pc): Add declaration.
2856 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2857 * cris-tdep.c: Make all but one function static.
2858 (_initialize_cris_tdep): Add declaration.
2859 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2860 * solib.c (update_solib_list): Make static.
2861 (_initialize_solib): Add declaration.
2862 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2863 (_initialize_avr_tdep): Add declaration.
2864 * remote-rdi.c (voiddummy): Make static.
2865 (_initialize_remote_rdi): Add declaration.
2866 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2867 * remote-rdp.c (send_rdp): Make static.
2868 (_initialize_remote_rdp): Add declaration.
2869 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2870
2871 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2872
2873 * remote-fileio.c: Make ari happy.
2874
2875 2003-06-10 J. Brobecker <brobecker@gnat.com>
2876
2877 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2878 fetching the trailing bytes of the buffer we are about to write.
2879
2880 2003-06-10 Andrew Cagney <cagney@redhat.com>
2881
2882 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2883 * Makefile.in (remote-fileio.o): Update dependencies.
2884 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2885 include <setjmp.h>, or <sys/types.h> conditional on USG.
2886 (remote_fio_jmp_buf): Delete global variable.
2887
2888 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2889 Martin M. Hunt <hunt@redhat.com>
2890
2891 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2892 (SFILES): Add remote-fileio.c.
2893 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2894 dependencies for building remote.o.
2895 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2896 * remote-fileio.h: New header file defining remote File-I/O interface.
2897 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2898 static storage class.
2899 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2900 'F' packet.
2901 (_initialize_remote): Call initialize_remote_fileio().
2902 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2903 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2904 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2905 (captured_main): Initialize new ui_files.
2906 * ui-file.c: Add read and fgets input functions.
2907 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2908 (null_file_read): New function.
2909 (ui_file_read): New function.
2910 (set_ui_file_read): New function.
2911 (stdio_file_read): New function.
2912 * ui-file.h: New type ui_file_read_ftype.
2913 (set_ui_file_read): Declare.
2914 (ui_file_read): Declare.
2915
2916 2003-06-09 Andrew Cagney <cagney@redhat.com>
2917
2918 * frame.h (deprecated_unwind_get_saved_register): Rename
2919 generic_unwind_get_saved_register, update comments.
2920 * mips-tdep.c (mips_get_saved_register): Update.
2921 * frame.c (deprecated_unwind_get_saved_register): Update.
2922
2923 2003-06-09 Andrew Cagney <cagney@redhat.com>
2924
2925 * vax-tdep.c (vax_frame_locals_address): Delete function.
2926 (vax_gdbarch_init): Do not set frame_locals_address.
2927 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2928 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2929 * s390-tdep.c (s390_frame_args_address): Delete function.
2930 (s390_gdbarch_init): Do not set frame_args_address or
2931 frame_locals_address.
2932 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2933 (ns32k_gdbarch_init): Do not set frame_locals_address.
2934 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2935 (hppa_frame_locals_address): Delete function.
2936 (hppa_gdbarch_init): Do not set frame_args_address, or
2937 frame_locals_address.
2938 * arm-tdep.c (arm_frame_args_address): Delete.
2939 (arm_frame_locals_address): Delete.
2940 (arm_gdbarch_init): Do not set frame_args_address, or
2941 frame_locals_address.
2942
2943 2003-06-09 Andrew Cagney <cagney@redhat.com>
2944
2945 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2946 * gdbarch.h, gdbarch.c: Re-generate.
2947 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2948 * arch-utils.c (frame_num_args_unknown): Delete function.
2949 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2950 (frame_info): Use FRAME_NUM_ARGS_P.
2951 * arm-tdep.c (arm_frame_num_args): Delete function.
2952 (arm_gdbarch_init): Do not set frame_num_args.
2953 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2954 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2955 (hppa_gdbarch_init): Do not set frame_num_args.
2956 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2957 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2958 frame_num_args to default frame_num_args_unknown.
2959 * v850-tdep.c (v850_gdbarch_init): Ditto.
2960 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2961 * sh-tdep.c (sh_gdbarch_init): Ditto.
2962 * s390-tdep.c (s390_gdbarch_init): Ditto.
2963 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2964 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2965 * mips-tdep.c (mips_gdbarch_init): Ditto.
2966 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2967 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2969 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2970 * i386-tdep.c (i386_gdbarch_init): Ditto.
2971 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2972 * frv-tdep.c (frv_gdbarch_init): Ditto.
2973 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2974 * cris-tdep.c (cris_gdbarch_init): Ditto.
2975 * avr-tdep.c (avr_gdbarch_init): Ditto.
2976 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2977
2978 2003-06-09 Andrew Cagney <cagney@redhat.com>
2979
2980 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2981 (print_frame_args): Moved to "stack.c".
2982 * stack.c: Include "gdb_assert.h".
2983 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2984 (print_frame_args): Moved from "printcmd.c".
2985 * frame.h (print_frame_args): Delete declaration.
2986 * Makefile.in (stack.o): Update dependencies.
2987
2988 2003-06-08 Andrew Cagney <cagney@redhat.com>
2989
2990 * frame.c (get_prev_frame): Remove reference to
2991 frame_args_address_correct in comments.
2992 * frame-base.c (default_frame_args_address): Delete code
2993 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2994 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2995 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2996 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2997 (vax_frame_args_address_correct): Delete declaration.
2998
2999 2003-06-08 Andrew Cagney <cagney@redhat.com>
3000
3001 * gdbarch.sh (UNWIND_SP): Add.
3002 * gdbarch.h, gdbarch.c: Re-generate.
3003 * frame.c (frame_sp_unwind): New function.
3004 (get_frame_sp): New function.
3005 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
3006 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
3007 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
3008 value.
3009 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
3010 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
3011
3012 2003-06-08 Andrew Cagney <cagney@redhat.com>
3013
3014 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
3015 REMOTE_BREAKPOINT.
3016 * remote.c: Update.
3017 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
3018 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
3019 * config/m68k/tm-sun3.h: Update.
3020 * config/m68k/tm-m68klynx.h: Update.
3021 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
3022
3023 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
3024 trad_frame". Update comments.
3025 * d10v-tdep.c (struct d10v_unwind_cache): Update.
3026 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
3027 (trad_frame_register_value, trad_frame_prev_register): Update.
3028
3029 2003-06-08 Andrew Cagney <cagney@redhat.com>
3030
3031 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
3032 from GCC's acinclude.m4.
3033 * configure.in: Check for getopt's delcaration.
3034 * aclocal.m4, config.in, configure: Re-generate.
3035 * main.c (error_init): Delete declaration.
3036 * defs.h (error_init): Declare.
3037 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
3038 (rs6000_convert_from_func_ptr_addr): Make static.
3039 (_initialize_rs6000_tdep): Add declaration.
3040 * cli/cli-cmds.c (dont_repeat): Delete declaration.
3041 (show_commands, set_verbose, show_history): Delete declaration.
3042 * top.h (set_verbose): Add declaration.
3043 (show_history, set_history, show_commands): Add declaration.
3044 (do_restore_instream_cleanup): Add declaration.
3045 * objc-lang.c (specialcmp): Make static.
3046 (print_object_command): Make static.
3047 (find_objc_msgsend): Make static.
3048 (find_objc_msgcall_submethod_helper): Make static.
3049 (find_objc_msgcall_submethod): Make static.
3050 (_initialize_objc_language): Add declaration.
3051 (find_implementation_from_class): Make static.
3052 (find_implementation): Make static.
3053 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
3054 * objc-lang.h (lookup_struct_typedef): Add declaration.
3055 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
3056 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
3057 (do_restore_user_call_depth): Make static.
3058 (do_restore_instream_cleanup): Delete declaration.
3059 (dont_repeat): Delete declaration.
3060 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
3061 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
3062 * reggroups.c (_initialize_reggroup): Add declaration.
3063 * cp-support.c (_initialize_cp_support): Add declaration.
3064 * cp-abi.c (_initialize_cp_abi): Add declaration.
3065 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
3066 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
3067 (_initialize_gnu_v3_abi): Add declaration.
3068 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
3069 (_initialize_gnu_v2_abi): Add declaration.
3070 * frame-base.c (_initialize_frame_base): Add declaration.
3071 * doublest.c (floatformat_from_length): Make static.
3072 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
3073 * frame.c (create_sentinel_frame): Make static.
3074 (_initialize_frame): Add declaration.
3075 * top.c (do_catch_errors): Make static.
3076 (gdb_rl_operate_and_get_next_completion): Make static.
3077 * typeprint.c: Include "typeprint.h".
3078 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
3079 (sentinel_frame_this_id): Make static.
3080 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
3081 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
3082 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
3083 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
3084 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
3085 * maint.c (maintenance_print_architecture): Make static.
3086 * signals/signals.c (_initialize_signals): Add declaration.
3087 * std-regs.c (_initialize_frame_reg): Add declaration.
3088 * jv-exp.y (push_variable): ISO C definition.
3089 (push_qualified_expression_name): Ditto.
3090 * memattr.c (_initialize_mem): Add declaration.
3091 * remote.c (remote_check_watch_resources): Make static.
3092 (remote_stopped_by_watchpoint): Make static.
3093 (remote_stopped_data_address): Make static.
3094 * d10v-tdep.c (nr_dmap_regs): Make static.
3095 (a0_regnum): Make static.
3096 (d10v_frame_unwind_cache): Make static.
3097 (d10v_frame_p): Make static.
3098 * osabi.c (show_osabi): Make static.
3099 (_initialize_gdb_osabi): Add extern declaration.
3100 * gdbtypes.c (make_qualified_type): Make static.
3101 (safe_parse_type): Make static.
3102 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
3103 * macrotab.c (macro_bcache_free): Make static.
3104 * interps.c (interp_set_quiet): Make static.
3105 (interpreter_exec_cmd): Make static.
3106 * stack.h (select_frame_command): New file.
3107 * stack.c: Include "stack.h".
3108 (select_frame_command_wrapper): Delete function.
3109 (select_frame_command): Make global.
3110 * infcall.c: Include "infcall.h".
3111 * linespec.c: Include "linespec.h".
3112 * symfile.c (sections_overlap): Make static.
3113 * cp-support.h (cp_initialize_namespace): ISO C declaration.
3114 * charset.c (_initialize_charset): Add missing prototype.
3115 * regcache.c (init_legacy_regcache_descr): Make static.
3116 (do_regcache_xfree): Make static.
3117 (regcache_xfer_part): Make static.
3118 (_initialize_regcache): Add missing prototype.
3119 * breakpoint.c (parse_breakpoint_sals): Make static.
3120 (breakpoint_sals_to_pc): Make static.
3121 * interps.h (clear_interpreter_hooks): ISO C declaration.
3122 * Makefile.in (stack_h): Define.
3123 (stack.o, typeprint.o, mi-main.o): Update dependencies.
3124 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
3125
3126 2003-06-08 Andrew Cagney <cagney@redhat.com>
3127
3128 * Makefile.in (d10v-tdep.o): Update dependencies.
3129 (SFILES): Add trad-frame.c.
3130 (trad_frame_h): Define.
3131 (COMMON_OBS): Add trad-frame.o.
3132 (trad-frame.o): Specify dependencies.
3133 * d10v-tdep.c: Include "trad-frame.h".
3134 (saved_regs_unwinder): Delete function.
3135 (d10v_frame_prev_register): Use trad_frame_prev_register.
3136 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
3137 trad_frame", delete "regs" and "prev_sp".
3138 (prologue_find_regs): Use trad-frame.
3139 * trad-frame.h, trad-frame.c: New files.
3140
3141 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3142
3143 * dwarf2cfi.c, dwarf2cfi.h: Remove.
3144
3145 2003-06-07 Adam Fedor <fedor@gnu.org>
3146
3147 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
3148 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
3149 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3150 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
3151 resolve_msgsend_super, resolve_msgsend_super_stret):
3152 Use it.
3153
3154 2003-06-07 Andrew Cagney <cagney@redhat.com>
3155
3156 * symfile.h: Re-indent, clean up comments.
3157
3158 2003-06-07 Andrew Cagney <cagney@redhat.com>
3159
3160 * inferior.h (deprecated_write_sp): Replace
3161 generic_target_write_sp.
3162 * regcache.c (deprecated_write_sp): Replace
3163 generic_target_write_sp.
3164 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3165 * vax-tdep.c (vax_gdbarch_init): Update.
3166 * v850-tdep.c (v850_gdbarch_init): Update.
3167 * sparc-tdep.c (sparc_gdbarch_init): Update.
3168 * sh-tdep.c (sh_gdbarch_init): Update.
3169 * s390-tdep.c (s390_gdbarch_init): Update.
3170 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3171 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3172 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3173 * mcore-tdep.c (mcore_gdbarch_init): Update.
3174 * m68k-tdep.c (m68k_gdbarch_init): Update.
3175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3176 * ia64-tdep.c (ia64_gdbarch_init): Update.
3177 * h8300-tdep.c (h8300_gdbarch_init): Update.
3178 * frv-tdep.c (frv_gdbarch_init): Update.
3179 * cris-tdep.c (cris_gdbarch_init): Update.
3180 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3181
3182 2003-06-07 Andrew Cagney <cagney@redhat.com>
3183
3184 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3185 Assert that PC_REGNUM is valid.
3186 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3187
3188 2003-06-07 Andrew Cagney <cagney@redhat.com>
3189
3190 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3191 * gdbarch.h, gdbarch.c: Regenerate.
3192 * mn10300-tdep.c: Include "gdb_assert.h".
3193 (mn10300_read_fp): New function.
3194 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3195 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3196 * ia64-tdep.c: Include "gdb_assert.h".
3197 (ia64_read_fp): New function.
3198 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3199 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3200 * regcache.c (generic_target_read_sp): Delete function.
3201 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3202 * inferior.h (generic_target_read_sp): Delete declaration.
3203 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3204 generic_target_read_sp.
3205 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3206 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3207 * sh-tdep.c (sh_gdbarch_init): Ditto.
3208 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3209 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3210
3211 2003-06-07 Andrew Cagney <cagney@redhat.com>
3212
3213 * gdbarch.sh: Comment each field of startup_gdbarch.
3214 * gdbarch.h, gdbarch.c: Re-generate.
3215
3216 2003-06-07 Andrew Cagney <cagney@redhat.com>
3217
3218 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3219 * gdbarch.h, gdbarch.c: Re-generate.
3220 * regcache.c: Update comments on read_pc et.al.
3221 (generic_target_read_pc): Delete function.
3222 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3223 * inferior.h (generic_target_read_pc): Delete declaration.
3224 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3225 generic_target_read_pc.
3226 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3227 * sh-tdep.c (sh_gdbarch_init): Ditto.
3228 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3229 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3230
3231 2003-06-07 Andrew Cagney <cagney@redhat.com>
3232
3233 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3234 "index" with "special_local_sect". Use strcmp instead of STREQ.
3235 Append period to coments.
3236
3237 2003-06-06 Mark Mitchell <mark@codesourcery.com>
3238
3239 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3240 (elfstab_offset_sections): Likewise.
3241 * gdb-stabs.h (stab_section_info): Likewise.
3242 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3243 * objfiles.c (objfile_relocate): Likewise.
3244 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3245 * remote.c (get_offsets): Likewise.
3246 (remote_cisco_objfile_relocate): Likewise.
3247 * somread.c (som_symfile_offsets): Likewise.
3248 * symfile.c (alloc_section_addr_info): New function.
3249 (build_section_addr_info_from_section_tab): Use it.
3250 (free_section_addr_info): Adjust.
3251 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3252 (syms_from_objfile): Allocate local_addr dynamically.
3253 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3254 dynamically.
3255 (add_symbol_file_command): Allocate sect_opts dynamically.
3256 (reread_symbols): Avoid use of SECT_OFF_MAX.
3257 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3258 (alloc_section_addr_info): Declare it.
3259 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3260 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3261 dynamically.
3262 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
3263
3264 2003-06-06 Andrew Cagney <cagney@redhat.com>
3265
3266 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3267 (d10v_frame_unwind_cache): Do not set "return_pc".
3268
3269 2003-06-06 Michael Snyder <msnyder@redhat.com>
3270
3271 * h8300-tdep.c: Make tidy (long lines).
3272
3273 2003-06-06 Michal Ludvig <mludvig@suse.cz>
3274
3275 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
3276 to regcache_collect().
3277
3278 2003-06-05 J. Brobecker <brobecker@gnat.com>
3279
3280 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3281 pc_in_sigtramp multiarch method.
3282 (hppa_hpux_som_init_abi): Use it.
3283 (hppa_hpux_elf_init_abi): Likewise.
3284 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3285 macro has been multiarched.
3286 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3287 macro here, as hppa64 isn't multiarched yet.
3288
3289 2003-06-05 Andrew Cagney <cagney@redhat.com>
3290
3291 * Makefile.in (value_h): Add $(frame_h).
3292 * value.h: Include "frame.h".
3293 (struct value): Replace "frame_addr" with "frame_id".
3294 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3295 * values.c (allocate_value): Use VALUE_FRAME_ID.
3296 (value_copy): Use VALUE_FRAME_ID.
3297 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3298 * valops.c (value_assign): Update. Use frame_find_by_id.
3299
3300 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3301
3302 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3303 in each pass.
3304
3305 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3306
3307 * thread-db.c (check_event): For create/death event breakpoints,
3308 loop through all messages to ensure that we read the message
3309 corresponding to the breakpoint we are at.
3310
3311 2003-06-04 Michael Snyder <msnyder@redhat.com>
3312
3313 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3314
3315 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3316
3317 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3318 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3319 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3320 when handling .eh_frame sections.
3321
3322 2003-06-04 J. Brobecker <brobecker@gnat.com>
3323
3324 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3325 prepare_to_proceed procedure instead of the hppa-specific one.
3326 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3327
3328 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3329
3330 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3331 * config.in: Regenerated.
3332 * configure.in: Add test for syscall function and check for
3333 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3334 * configure: Regenerated.
3335 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3336 <sys/syscall.h>.
3337 (kill_lwp): New function that uses tkill syscall or
3338 uses kill, depending on whether threading model is nptl or not.
3339 All callers of kill() changed to use kill_lwp().
3340 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3341 see if all threads have already exited in the nptl model.
3342 (stop_and_resume_callback): New callback function used by the
3343 lin_lwp_wait thread exit handling code.
3344 (stop_wait_callback): Check for threads already having exited and
3345 delete such threads fromt the lwp list when discovered.
3346 (stop_callback): Don't assert retcode of kill call.
3347
3348 Roland McGrath <roland@redhat.com>
3349 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3350 nptl libthread_db.
3351
3352 2003-06-03 Richard Henderson <rth@redhat.com>
3353
3354 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3355 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3356 (alpha_sigtramp_frame_prev_register): Likewise.
3357 (alpha_heuristic_frame_prev_register): Likewise.
3358 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3359
3360 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3361 alpha-specific register id names.
3362 (alpha_mdebug_frame_unwind_cache): Likewise.
3363 (alpha_mdebug_frame_prev_register): Likewise.
3364
3365 2003-06-03 Richard Henderson <rth@redhat.com>
3366
3367 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3368 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3369 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3370 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3371 unwind routines.
3372 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3373 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3374 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3375
3376 * alpha-linux-tdep.c: Remove unnecessary includes.
3377 * Makefile.in (alpha-linux-tdep.o): Update.
3378
3379 2003-06-03 Richard Henderson <rth@redhat.com>
3380
3381 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3382 (alphabsd_fill_fpreg): Likewise.
3383
3384 2003-06-03 J. Brobecker <brobecker@gnat.com>
3385
3386 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3387 references to struct frame_info fields by calls to the equivalent
3388 accessors. Necessary now that frame_info is opaque.
3389
3390 2003-06-03 J. Brobecker <brobecker@gnat.com>
3391
3392 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3393 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3394 structure, field no longer exists.
3395
3396 2003-06-03 J. Brobecker <brobecker@gnat.com>
3397
3398 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3399 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3400
3401 2003-06-03 J. Brobecker <brobecker@gnat.com>
3402
3403 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3404 references to struct frame_info fields by calls to the equivalent
3405 accessors. Necessary now that frame_info is opaque.
3406
3407 2003-06-03 J. Brobecker <brobecker@gnat.com>
3408
3409 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3410 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3411 structure, field no longer exists.
3412
3413 2003-06-03 Theodore A. Roth <troth@openavr.org>
3414
3415 * remote.c (init_remote_state): Compute sizeof_g_packet by
3416 accumulation of the size of all registers instead of blindly using
3417 DEPRECATED_REGISTER_BYTES.
3418
3419 2003-06-03 Michael Snyder <msnyder@redhat.com>
3420
3421 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3422 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3423 for h8300sx.
3424
3425 2003-06-03 J. Brobecker <brobecker@gnat.com>
3426
3427 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3428 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3429
3430 2003-06-03 Andrew Cagney <cagney@redhat.com>
3431
3432 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3433 (sparc_convert_to_raw): Delete function.
3434 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3435 register_convert_to_virtual.
3436
3437 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3438
3439 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3440 layer if not dealing with a statically-linked threaded program.
3441
3442 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3443
3444 * solib.c (solib_open): Update comment to reflect actual search order.
3445
3446 2003-06-03 Andrew Cagney <cagney@redhat.com>
3447
3448 * frame.c (get_frame_memory_signed): New function.
3449 (get_frame_memory, get_frame_memory_unsigned): New function.
3450 (get_frame_arch): New function.
3451 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3452 (get_frame_memory, get_frame_unsigned_memory): Declare.
3453 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3454 get_frame_memory_unsigned and get_frame_arch.
3455 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3456
3457 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3458
3459 * MAINTAINERS (write after approval): Add myself.
3460
3461 2003-06-03 Jim Blandy <jimb@redhat.com>
3462
3463 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3464 elements of gregset_t are 64 bits each, but access registers
3465 are still 32 bits, so they're packed two per gregset_t
3466 element. Unpack/pack them properly.
3467
3468 2003-06-02 David Carlton <carlton@bactrian.org>
3469
3470 * linespec.c (find_methods): Break out code into
3471 add_matching_methods and add_constructors.
3472 (add_matching_methods): New.
3473 (add_constructors): Ditto.
3474
3475 2003-06-02 Andrew Cagney <cagney@redhat.com>
3476
3477 * sparc-tdep.c (sparc_print_registers): Delete call to
3478 REGISTER_CONVERTIBLE.
3479 (sparc_gdbarch_init): Do not set register_convertible.
3480 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3481 * frv-tdep.c (frv_gdbarch_init): Ditto.
3482 * cris-tdep.c (cris_gdbarch_init): Ditto.
3483
3484 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3485
3486 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3487 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3488 (syms_from_objfile): Ditto.
3489
3490 2003-06-03 Andreas Schwab <schwab@suse.de>
3491
3492 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3493 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3494
3495 2003-06-02 Richard Henderson <rth@redhat.com>
3496
3497 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3498 a member of all_reggroup.
3499
3500 2003-06-02 Richard Henderson <rth@redhat.com>
3501
3502 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3503 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3504 (alpha_lds, alpha_sts): New.
3505 (alpha_convert_register_p): Change from _register_convertible.
3506 (alpha_register_to_value): Change from _convert_to_virtual;
3507 restructure and fail for type sizes other than 4 or 8.
3508 (alpha_value_to_register): Similarly.
3509 (alpha_extract_return_value): Use alpha_sts.
3510 (alpha_store_return_value): Use alpha_lds.
3511 (alpha_gdbarch_init): Update hooks.
3512
3513 2003-06-02 Richard Henderson <rth@redhat.com>
3514
3515 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3516 regnum identifiers.
3517 (alpha_sigtramp_register_address): Likewise.
3518
3519 2003-06-02 Richard Henderson <rth@redhat.com>
3520
3521 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3522 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3523 * alpha-tdep.h: Declare them.
3524
3525 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3526 Remove zerobuf. Don't error on UNIQUE.
3527 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3528 (ALPHA_REGSET_UNIQUE): Provide default.
3529 (supply_gregset): Use alpha_supply_int_regs.
3530 (fill_gregset): Use alpha_fill_int_regs.
3531 (supply_fpregset): Use alpha_supply_fp_regs.
3532 (fill_fpregset): Use alpha_fill_fp_regs.
3533 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3534 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3535 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3536 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3537 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3538 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3539
3540 2003-06-02 Richard Henderson <rth@redhat.com>
3541
3542 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3543
3544 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3545 (alpha_store_return_value): Likewise.
3546
3547 2003-06-02 David Carlton <carlton@math.stanford.edu>
3548
3549 * block.c (contained_in): Add 'const' to arguments.
3550 (block_function): Ditto.
3551 * block.h: Update declarations for block_function and
3552 contained_in.
3553
3554 2003-06-02 David Carlton <carlton@math.stanford.edu>
3555
3556 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3557 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3558 * p-valprint.c (pascal_val_print): Ditto.
3559 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3560
3561 2003-06-02 Richard Henderson <rth@redhat.com>
3562
3563 * alpha-tdep.c (alpha_push_dummy_call): Use
3564 builtin_type_ieee_double_little instead of builtin_type_double.
3565
3566 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3567 sign-extension of 32-bit values.
3568 (alpha_store_return_value): Similarly.
3569
3570 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3571 (alpha_extract_return_value): Likewise.
3572 (alpha_store_return_value): Likewise.
3573
3574 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3575 (alpha_store_return_value): Error on IEEE Quad floats.
3576
3577 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3578 (alpha_extract_struct_value_address): Likewise.
3579 (alpha_store_return_value): Likewise.
3580 (alpha_store_struct_return): Remove.
3581 (alpha_gdbarch_init): Update hook registration to match.
3582
3583 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3584 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3585 macros where appropriate.
3586 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3587 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3588
3589 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3590 for SP, GP; void_func_ptr for PC; non-language-specific types
3591 for all others.
3592 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3593
3594 2003-06-02 Richard Henderson <rth@redhat.com>
3595
3596 * top.h (lim_at_start): Declare.
3597 * main.c (captured_main): Set it.
3598 * top.c (lim_at_start): Define.
3599 (command_loop): Use it instead of &environ.
3600 * event-top.c (command_handler): Likewise.
3601
3602 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3603
3604 * mipsnbsd-tdep.c: Update copyright years.
3605 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3606
3607 2003-06-01 Richard Henderson <rth@redhat.com>
3608
3609 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3610 (alpha-linux-tdep.o): Update dependencies.
3611 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3612 * alpha-mdebug-tdep.c: Remove unneeded includes.
3613
3614 2003-06-01 Richard Henderson <rth@redhat.com>
3615
3616 * alpha-tdep.c (alpha_register_reggroup_p): New.
3617 (alpha_gdbarch_init): Register it.
3618
3619 2003-06-02 Andrew Cagney <cagney@redhat.com>
3620
3621 * dwarfread.c: Eliminate "register"
3622 (decode_die_type): Eliminate assignment within "if".
3623 (struct_type, decode_array_element_type): Ditto.
3624 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3625 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3626 (decode_modified_type, completedieinfo): Ditto.
3627 * block.c: Eliminate "register".
3628 (blockvector_for_pc_sect): Eliminate assignment within "if".
3629 * cp-support.h (struct symbol): Opaque declaration.
3630 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3631
3632 2003-06-01 Richard Henderson <rth@redhat.com>
3633
3634 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3635 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3636
3637 2003-06-01 Adam Fedor <fedor@gnu.org>
3638
3639 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3640 * gdbarch.[ch]: Regenerate.
3641 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3642 (hppa_gdbarch_init): Set it in the gdbarch vector.
3643 * i386-tdep.c (i386_fetch_pointer_argument): New
3644 (i386_gdbarch_init): Set it into gdbarch.
3645 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3646 (rs6000_gdbarch_init): Set it in gdbarch.
3647 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3648 (sparc_gdbarch_init): Set it in gdbarch.
3649
3650 2003-06-01 Andrew Cagney <cagney@redhat.com>
3651
3652 * defs.h (extract_address): Delete declaration.
3653 * findvar.c (extract_address): Delete function.
3654 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3655 extract_address with the inline equivalent,
3656 extract_unsigned_integer.
3657 (xstormy16_extract_struct_value_address): Ditto.
3658 (xstormy16_pointer_to_address): Ditto.
3659 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3660 * v850-tdep.c (v850_push_arguments): Ditto.
3661 (v850_extract_return_value): Ditto.
3662 (v850_extract_struct_value_address): Ditto.
3663 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3664 (sparcnbsd_get_longjmp_target_64): Ditto.
3665 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3666 (get_longjmp_target): Ditto.
3667 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3668 (sh64_extract_struct_value_address): Ditto.
3669 (sh_push_arguments): Ditto.
3670 (sh64_push_arguments): Ditto.
3671 * remote-vxsparc.c (vx_read_register): Ditto.
3672 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3673 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3674 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3675 * mipsv4-nat.c (get_longjmp_target): Ditto.
3676 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3677 * mips-nat.c (get_longjmp_target): Ditto.
3678 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3679 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3680 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3681 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3682 * irix5-nat.c (get_longjmp_target): Ditto.
3683 * irix4-nat.c (get_longjmp_target): Ditto.
3684 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3685 (ia64_push_arguments): Ditto.
3686 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3687 * h8300-tdep.c (h8300_push_arguments): Ditto.
3688 (h8300_store_return_value): Ditto.
3689 (h8300_extract_struct_value_address): Ditto.
3690 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3691 (frv_push_arguments): Ditto.
3692 * avr-tdep.c (avr_pointer_to_address): Ditto.
3693 (avr_push_arguments): Ditto.
3694 * arm-tdep.c (arm_push_dummy_call): Ditto.
3695 (arm_get_longjmp_target): Ditto.
3696 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3697 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3698 (alpha_get_longjmp_target): Ditto.
3699
3700 * solib-irix.c (extract_mips_address): Inline extract_address,
3701 replacing it with extract_signed_integer.
3702 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3703 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3704 (first_link_map_member, open_symbol_file_object): Ditto.
3705 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3706 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3707 (LM_NEXT, LM_NAME): Ditto.
3708
3709 2003-06-01 Richard Henderson <rth@redhat.com>
3710
3711 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3712 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3713 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3714 (alpha_cannot_store_register): Likewise.
3715 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3716 * alpha-nat.c (supply_gregset): Likewise.
3717 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3718
3719 2003-06-01 Andrew Cagney <cagney@redhat.com>
3720
3721 * infcall.c (call_function_by_hand): Update comment on
3722 DEPRECATED_DUMMY_WRITE_SP.
3723
3724 * mips-tdep.c (mips_gdbarch_init): Do not set
3725 deprecated_dummy_write_sp.
3726 (mips_eabi_push_dummy_call): Set the SP register.
3727 (mips_o64_push_dummy_call): Set the SP register.
3728 (mips_o32_push_dummy_call): Set the SP register.
3729 (mips_n32n64_push_dummy_call): Set the SP register.
3730
3731 2003-06-01 Richard Henderson <rth@redhat.com>
3732
3733 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3734 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3735 (supply_gregset): Likewise.
3736 * alpha-tdep.c (alpha_store_return_value): Likewise.
3737 (alpha_get_longjmp_target): Likewise.
3738 (alpha_register_name): Constify array.
3739 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3740 deprecated_register_size, deprecated_register_bytes,
3741 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3742 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3743 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3744
3745 2003-06-01 Richard Henderson <rth@redhat.com>
3746
3747 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3748 from arg_reg_buffer to regcache to avoid double conversion.
3749
3750 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3751
3752 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3753 SP_REGNUM.
3754 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3755 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3756
3757 2003-06-01 Richard Henderson <rth@redhat.com>
3758
3759 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3760 (decode_frame_entry): Set it. Skip FDE augmentation.
3761
3762 2003-06-01 Richard Henderson <rth@redhat.com>
3763
3764 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3765 not overlapping PC_REGNUM.
3766
3767 2003-06-01 Richard Henderson <rth@redhat.com>
3768
3769 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3770 alpha_push_arguments. Don't dump argument register data to
3771 the target stack. Fix float and 128-bit long double semantics.
3772 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3773 (alpha_fix_call_dummy): Remove.
3774 (alpha_call_dummy_words): Remove.
3775 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3776
3777 2003-06-01 Richard Henderson <rth@redhat.com>
3778
3779 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3780
3781 2003-06-01 Andrew Cagney <cagney@redhat.com>
3782
3783 * mips-tdep.c (is_mips16_addr): New function.
3784 (make_mips16_addr, unmake_mips16_addr): New functions.
3785 (pc_is_mips16, mips_fetch_instruction): Use.
3786 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3787 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3788 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3789 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3790 TARGET_MIPS.
3791 * config/mips/tm-mips.h: Update copyright.
3792 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3793 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3794 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3795 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3796 (TM_PRINT_INSN_MACH): Delete.
3797 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3798
3799 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3800 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3801 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3802 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3803 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3804 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3805 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3806 mips*-*-riscos* and mips*-*-sysv* onto mips.
3807 * config/mips/mips64.mt: New file.
3808 * config/mips/mips.mt: New file.
3809 * config/mips/littlemips.mt: Delete file.
3810 * config/mips/decstation.mt: Delete file.
3811 * config/mips/vr4300el.mt: Delete file.
3812 * config/mips/vr5000el.mt: Delete file.
3813 * config/mips/vr5000.mt: Delete file.
3814 * config/mips/vr4100.mt: Delete file.
3815 * config/mips/vr4xxxel.mt: Delete file.
3816 * config/mips/vr4300.mt: Delete file.
3817 * config/mips/vr4xxx.mt: Delete file.
3818 * config/mips/bigmips.mt: Delete file.
3819 * config/mips/bigmips64.mt: Delete file.
3820 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3821 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3822 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3823 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3824 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3825 "tm-bigmips.h".
3826 * config/mips/tm-irix3.h: Ditto.
3827 * config/mips/tm-mipsv4.h: Ditto.
3828 * config/mips/tm-embed.h: Ditto.
3829 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3830 "tm-bigmips64.h".
3831 * config/mips/tm-vr5000el.h: Delete file.
3832 * config/mips/tm-tx39l.h: Delete file.
3833 * config/mips/tm-vr4300el.h: Delete file.
3834 * config/mips/tm-vr4xxxel.h: Delete file.
3835 * config/mips/tm-vr4300.h: Delete file.
3836 * config/mips/tm-vr4100.h: Delete file.
3837 * config/mips/tm-vr4xxx.h: Delete file.
3838 * config/mips/tm-vr5000.h: Delete file.
3839 * config/mips/tm-embedl64.h: Delete file.
3840 * config/mips/tm-embedl.h: Delete file.
3841 * config/mips/tm-embed64.h: Delete file.
3842 * config/mips/tm-bigmips64.h: Delete file.
3843 * config/mips/tm-bigmips.h: Delete file.
3844
3845 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3846
3847 Fix gdb/1216.
3848 * shnbsd-nat.c: Include "sh-tdep.h".
3849
3850 From Richard Henderson <rth@redhat.com>:
3851 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3852
3853 2003-05-31 Andrew Cagney <cagney@redhat.com>
3854
3855 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3856 forward declaration.
3857 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3858 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3859 (mips_find_saved_regs): Use set_reg_offset.
3860 (mips_frame_init_saved_regs): Delete function.
3861 (mips_pop_frame): Call mips_find_saved_regs instead of
3862 DEPRECATED_FRAME_INIT_SAVED_REGS.
3863
3864 2003-05-31 Andrew Cagney <cagney@redhat.com>
3865
3866 * mips-tdep.c (mips_gdbarch_init): Do not set
3867 deprecated_max_register_raw_size, register_virtual_size, and
3868 deprecated_max_register_virtual_size.
3869
3870 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3871
3872 * i386-tdep.c: Include "dwarf2-frame.h".
3873 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3874 * Makefile.in (i386-tdep.o): Update dependencies.
3875
3876 * dwarf2-frame.c, dwarf2-frame.h: New files.
3877 * Makefile.in (SFILES): Add dwarf2-frame.c.
3878 (dwarf2_frame_h): Define.
3879 (COMMON_OBS): Add dwarf2-frame.o.
3880 (dwarf2-frame.o): Add dependencies.
3881
3882 2003-05-31 Andreas Jaeger <aj@suse.de>
3883
3884 * x86-64-linux-nat.c: Fix comment.
3885
3886 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3887
3888 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3889 function signature.
3890
3891 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3892 have a sigcontext_addr handler.
3893 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3894 sigcontext_addr handler.
3895
3896 2003-05-31 Andrew Cagney <cagney@redhat.com>
3897
3898 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3899 (print_fp_register_row): Replace do_fp_register_row.
3900 (mips_print_fp_register): Add "file" and "frame" parameters.
3901 (mips_print_register): Add "file" and "frame" parameters.
3902 (mips_print_registers_info): Replace mips_do_registers_info.
3903 (mips_gdbarch_init): Set print_registers_info instead of
3904 deprecated_do_registers_info.
3905 (mips_read_fp_register_single): Add "frame" parameter.
3906 (mips_read_fp_register_double): Add "frame" parameter.
3907
3908 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3909
3910 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3911 Fixes a bug where GDB would print the wrong register names for
3912 targets without SSE.
3913
3914 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3915 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3916 registers.
3917
3918 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3919 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3920 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3921 TDEP->sc_sp_offset.
3922
3923 From Michal Ludvig <mludvig@suse.cz>:
3924 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3925 and `sc_num_regs'.
3926 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3927 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3928 I386_ST0_REGNUM): Move here from...
3929 * i386-tdep.c: ... here.
3930 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3931 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3932 registers if possible.
3933 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3934 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3935 Remove variables.
3936 (i386bsd_sc_reg_offset): New variable.
3937 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3938 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3939 TDEP->sc_sp_offset.
3940 (i386fbsd_sc_reg_offset): New variable.
3941 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3942 TDEP->sc_num_regs.
3943 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3944 variables.
3945 (i386fbsd4_sc_reg_offset): New variable.
3946 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3947 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3948 TDEP->sc_sp_offset.
3949 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3950 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3951 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3952 Remove variables.
3953 (i386nbsd_sc_reg_offset): New variable.
3954 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3955 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3956 TDEP->sc_sp_offset.
3957 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3958 Remove variables.
3959 (i386obsd_sc_reg_offset): New variable.
3960 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3961 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3962 TDEP->sc_sp_offset.
3963 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3964 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3965 for frame pointer offset in `struct sigcontext'.
3966
3967 2003-05-31 Andrew Cagney <cagney@redhat.com>
3968
3969 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3970 architecture methods call_dummy_words, sizeof_call_dummy_words,
3971 push_return_address, store_struct_return, and fix_call_dummy. Set
3972 push_dummy_call instead of deprecated_push_arguments.
3973 (mips_store_struct_return): Delete function.
3974 (mips_fix_call_dummy): Delete function.
3975 (mips_push_return_address): Delete function.
3976 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3977 RA_REGNUM and T9_REGNUM.
3978 (mips_n32n64_push_dummy_call): Ditto for
3979 mips_n32n64_push_arguments.
3980 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3981 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3982
3983 2003-05-31 Andrew Cagney <cagney@redhat.com>
3984
3985 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3986 "dummy_addr" to "bp_addr".
3987 * infcall.c (call_function_by_hand): Pass "funaddr" to
3988 gdbarch_push_dummy_call.
3989 * gdbarch.h, gdbarch.c: Re-generate.
3990 * i386-tdep.c (i386_push_dummy_call): Update.
3991 * arm-tdep.c (arm_push_dummy_call): Update.
3992 * d10v-tdep.c (d10v_push_dummy_call): Update.
3993
3994 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3995
3996 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3997 variable declarations.
3998 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3999 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
4000 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
4001 x86_64_init_frame_pc, x86_64_init_frame_pc,
4002 x86_64_function_has_prologue): Remove prototypes.
4003 (X86_64_NUM_GREGS): New define.
4004 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
4005 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
4006 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
4007 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
4008 XMM1_REGNUM): Remove defines.
4009 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
4010 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
4011 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
4012 X86_64_XMM1_REGNUM): New defines.
4013 (struct x86_64_register_info): Renamed from `struct
4014 register_info'. Remove `size' member.
4015 (x86_64_register_info_table): Remove variable.
4016 (x86_64_register_info): New variable.
4017 (X86_64_NUM_REGS): New define.
4018 (X86_64_NUM_GREGS): Remove define.
4019 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
4020 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
4021 Remove variables.
4022 (x86_54_dwarf2_reg_to_regnum): Remove function.
4023 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
4024 (x86_64_dwarf_reg_to_regnum): New function.
4025 (x86_64_register_name): Rewrite.
4026 (x86_64_register_raw_size): Remove function.
4027 (x86_64_register_byte_table): Remove variable.
4028 (x86_64_register_byte): Remove function.
4029 (x86_64_register_virtual_type): Remove function.
4030 (x86_64_register_type): New function.
4031 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
4032 x86_64_register_convert_to_raw): Remove functions.
4033 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
4034 (x86_64_use_struct_convention): Make static. Adjust for renamed
4035 defines.
4036 (x86_64_frame_init_saved_regs): Remove function.
4037 (x86_64_push_arguments): Make static. Change to accept a regcache
4038 as argument.
4039 (x86_64_store_return_value, x86_64_extract_return_value): Make
4040 static. Rewrite based on i386 counterparts.
4041 (x86_64_push_dummy_call): New function.
4042 (X86_64_NUM_SAVED_REGS): New define.
4043 (x86_64_register_number): Remove function.
4044 (x86_64_store_struct_return): Remove function.
4045 (x86_64_frameless_function_invocation,
4046 x86_64_function_has_prologue): Remove functions.
4047 (PROLOG_BUFSIZE): Remove define.
4048 (struct x86_64_frame_cache): New structure.
4049 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
4050 x86_64_frame_cache, x86_64_frame_this_id,
4051 x86_64_frame_prev_register, x86_64_frame_p,
4052 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
4053 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
4054 functions.
4055 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
4056 variables.
4057 (x86_64_skip_prologue): Rewrite in terms of
4058 x86_64_analyze_prologue.
4059 (x86_64_frame_base_address): New function.
4060 (x86_64_frame_base): New variable.
4061 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
4062 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
4063 set deprecated_fp_regnum, deprecated_register_size,
4064 deprecated_register_bytes, register_raw_size, register_byte,
4065 register_virtual_type, register_convertiable,
4066 register_convert_to_virtual, convert_to_raw,
4067 deprecated_get_saved_register, deprecated_target_read_fp,
4068 deprecated_push_arguments, deprecated_push_return_address,
4069 deprecated_pop_frame, deprecated_store_struct_return,
4070 deprecated_frame_init_saved_regs, deprecated_frame_chain,
4071 frameless_function_invocation, deprecated_frame_saved_pc,
4072 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
4073 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
4074 deprecated_init_frame_pc and virtual_frame_pointer. Call
4075 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
4076 and x86_64_frame_p. Call frame_base_set_default to register
4077 x86_64_frame_base.
4078 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
4079 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
4080 (_initialize_x86_64_tdep): Remove function.
4081 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
4082 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
4083 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
4084 define.
4085 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
4086 (x86_64_linux_sigcontext_addr): Rewrite.
4087 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
4088 x86_64_linux_frame_saved_pc): Remove functions.
4089 (x86_64_linux_pc_in_sigtramp): Renamed from
4090 x86_64_linux_in_sigtramp. Try harder to recognize a signal
4091 trampoline.
4092 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
4093 Remove_functions.
4094 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
4095 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4096 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
4097 (x86_64_regmap): Rename to regmap.
4098 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
4099 x86_64_num_gregs.
4100 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
4101 x86_64_regmap.
4102 (x86_64_fxsave_offset): Remove function.
4103 (supply_fpregset): Simply call x86_64_supply_fxsave.
4104 (fill_fpregset): Simply call x86_64_fill_fxsave.
4105 (fetch_inferior_registers, store_inferior_registers): Avoid
4106 asignment in if-statement.
4107 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
4108 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
4109 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
4110 (fetch_core_registers): Remove function.
4111 (linux_elf_core_fns): Remove.
4112 (offsetoff): Don't define.
4113 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
4114 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
4115 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
4116 add core-regset.o.
4117 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
4118 protection against multiple includes instead of NM_X86_64_h. Add
4119 various comments. Include "config/nm-linux.h". Don't include
4120 <signal.h>.
4121 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
4122 GET_THREAD_SIGNALS): Remove defines.
4123 (x86_64_register_u_addr, kernel_u_size,
4124 lin_thread_get_thread_signals): Remove prototypes.
4125 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
4126 [HAVE_LINK_H]: Don't include "solib.h".
4127 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
4128 * config/i386/tm-x86-64linux.h: Fix comments.
4129 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
4130 x86-64-tdep.o): Update dependencies.
4131
4132 2003-05-30 Andrew Cagney <cagney@redhat.com>
4133
4134 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
4135 Change parameter type to a "struct regcache *".
4136
4137 * gdbarch.sh: Regardless of the multi-arch level, always define
4138 the macro when not already defined.
4139 * gdbarch.h, gdbarch.c: Re-generate.
4140
4141 2003-05-30 Richard Henderson <rth@redhat.com>
4142
4143 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
4144 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
4145 (alpha_mdebug_frame_this_id): Likewise.
4146 (alpha_mdebug_frame_prev_register): Likewise.
4147 (alpha_mdebug_frame_base_address): Likewise.
4148 (alpha_mdebug_frame_locals_address): Likewise.
4149 (alpha_mdebug_frame_args_address): Likewise.
4150 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4151 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4152 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4153 loop increment.
4154 (alpha_heuristic_frame_this_id): Make static.
4155 (alpha_heuristic_frame_prev_register): Likewise.
4156 (alpha_heuristic_frame_base_address): Likewise.
4157 * alpha-tdep.h: Update.
4158
4159 2003-05-30 Mark Kettenis <kettenis@gnu.org>
4160
4161 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4162 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4163 defenitions.
4164 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4165 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4166 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4167 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4168 I386_ST0_REGNUM): New defines.
4169 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4170 codestream_get): Remove define.
4171 (codestream_next_addr, condestream_addr, condestream_buf,
4172 codestream_off, codestream_cnt): Remove variables.
4173 (codestream_fill, codestream_seek, codestream_read): Remove
4174 functions.
4175 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4176 functionality.
4177 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4178 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4179 i386_frame_saved_pc, i386_saved_pc_after_call,
4180 i386_frame_num_args, i386_frame_init_saved_regs,
4181 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4182 i386_push_arguments): Remove functions.
4183 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4184 functionality. Use i386_analyze_prologue instead of
4185 i386_get_frame_setup.
4186 (I386_NUM_SAVED_REGS): New define.
4187 (struct i386_frame_cache): New structure.
4188 (i386_alloc_frame_cache, i386_analyze_struct_return,
4189 i386_skip_probe, i386_analyze_frame_setup,
4190 i386_analyze_register_saves, i386_analyze_prologue,
4191 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4192 i386_frame_prev_register, i386_sigtramp_frame_cache,
4193 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4194 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4195 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4196 New functions.
4197 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4198 New variables.
4199 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4200 I386_EAX_REGNUM and I386_EDX_REGNUM.
4201 (i386_extract_return_value, i386_store_return_value): Use
4202 I386_ST0_REGNUM where appropriate.
4203 (i386_extract_struct_value_address): Rewrite to use extract_address.
4204 (i386_svr4_pc_in_sigtramp): Add comment.
4205 (i386_svr4_sigcontext_addr): Rewrite.
4206 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4207 TDEP->sc_sp_offset.
4208 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4209 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4210 of new defines. Set push_dummy_call, don't set
4211 deprecated_push_arguments, deprecated_push_return_address,
4212 deprecated_pop_frame. Don't set parm_boundary. Don't set
4213 deprecated_frame_chain, deprecated_frame_saved_pc,
4214 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4215 save_dummy_frame_tos, unwind_pc. Call
4216 frame_unwind_append_predicate and frame_base_set_default. Don't
4217 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4218 Don't set frameless_function_invocation. Don't set
4219 deprecated_register_bytes, deprecated_register_size,
4220 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4221 * i386-linux-tdep.c: Fix formatting in some comments.
4222 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4223 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4224 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4225 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4226 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4227 redundant parentheses.
4228 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4229 (i386_linux_sigcontext_addr): Use it. Rewrite.
4230 (find_minsym_and_objfile): Change name of second argument.
4231 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4232 changed. Use frame_pc_unwind instead of
4233 DEPRECATED_SAVED_PC_AFTER_CALL.
4234 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4235 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4236 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4237 unwinder.
4238 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4239 "dummy-frame.h".
4240 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4241 (_initialize_i386_cygwin_tdep): New prototype.
4242 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4243 deprecated_frame_chain_valid.
4244 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4245 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4246 Rely on the SVR4 defaults.
4247 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4248 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4249
4250 2003-05-30 Andrew Cagney <cagney@redhat.com>
4251
4252 * infcall.c (call_function_by_hand): Always call
4253 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4254
4255 2003-05-30 Richard Henderson <rth@redhat.com>
4256
4257 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4258 increment.
4259
4260 2003-05-29 Jim Blandy <jimb@redhat.com>
4261
4262 Use gdbarch methods for solib stuff on PowerPC Linux.
4263 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4264 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4265 show through.
4266 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4267 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4268 giving the same effect as the #definitions above.
4269
4270 2003-05-29 Adam Fedor <fedor@gnu.org>
4271
4272 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4273 (find_implementation_from_class): Replace it with the standard
4274 case i.e. do nothing.
4275
4276 2003-05-29 Richard Henderson <rth@redhat.com>
4277
4278 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4279 (alpha_linux_sigtramp_offset): Use it. Make static.
4280 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4281 update for new frame model.
4282 * alpha-mdebug-tdep.c: New file.
4283 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4284 (alpha_osf1_init_abi): Install it.
4285 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4286 (linked_proc_desc_table): Remove.
4287 (alpha_frame_past_sigtramp_frame): Remove.
4288 (alpha_dynamic_sigtramp_offset): Remove.
4289 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4290 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4291 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4292 (push_sigtramp_desc): Remove.
4293 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4294 (alpha_cannot_store_register): Likewise.
4295 (alpha_sigcontext_addr): Remove.
4296 (alpha_find_saved_regs): Remove.
4297 (alpha_frame_init_saved_regs): Remove.
4298 (alpha_init_frame_pc_first): Remove.
4299 (read_next_frame_reg): Remove.
4300 (alpha_frame_saved_pc): Remove.
4301 (alpha_saved_pc_after_call): Remove.
4302 (temp_proc_desc, temp_saved_regs): Remove.
4303 (alpha_about_to_return): Remove.
4304 (cached_proc_desc): Remove.
4305 (alpha_frame_chain): Remove.
4306 (alpha_print_extra_frame_info): Remove.
4307 (alpha_init_extra_frame_info): Remove.
4308 (alpha_frame_locals_address): Remove.
4309 (alpha_frame_args_address): Remove.
4310 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4311 (alpha_push_dummy_frame): Remove.
4312 (alpha_pop_frame): Remove.
4313 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4314 (alpha_read_insn): New.
4315 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4316 for different insn encodings.
4317 (alpha_in_lenient_prologue): Remove.
4318 (struct alpha_sigtramp_unwind_cache): New.
4319 (alpha_sigtramp_frame_unwind_cache): New.
4320 (alpha_sigtramp_register_address): New.
4321 (alpha_sigtramp_frame_this_id): New.
4322 (alpha_sigtramp_frame_prev_register): New.
4323 (alpha_sigtramp_frame_unwind): New.
4324 (alpha_sigtramp_frame_p): New.
4325 (struct alpha_heuristic_unwind_cache): New.
4326 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4327 don't count nop insns that occur between functions.
4328 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4329 heuristic_proc_desc, but without the mdebug wrapping.
4330 (alpha_heuristic_frame_this_id): New.
4331 (alpha_heuristic_frame_prev_register): New.
4332 (alpha_heuristic_frame_unwind): New.
4333 (alpha_heuristic_frame_p): New.
4334 (alpha_heuristic_frame_base_address): New.
4335 (alpha_heuristic_frame_base): New.
4336 (alpha_unwind_dummy_id): New.
4337 (alpha_unwind_pc): New.
4338 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4339 frame related deprecated initializations; install replacements.
4340 (alpha_dump_tdep): Remove.
4341 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4342 (alpha_read_insn, alpha_after_prologue,
4343 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4344 alpha_heuristic_frame_prev_register,
4345 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4346 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4347 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4348 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4349
4350 2003-05-29 Andrew Cagney <cagney@redhat.com>
4351
4352 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4353 dependant on the availability of ASSERT_FUNCTION.
4354 (ASSERT_FUNCTION): Do not define when there is no function name.
4355
4356 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4357
4358 From Jimi X <jimix@watson.ibm.com>:
4359 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4360
4361 2003-05-28 Jim Blandy <jimb@redhat.com>
4362
4363 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4364 argument to ptrace to int; the system headers should give it the
4365 right type, and pointers don't fit in ints on powerpc64-*-*.
4366
4367 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4368
4369 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4370 DW_TAG_catch_block.
4371
4372 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4373
4374 * stabsread.c (dbx_lookup_type): Make static.
4375 (read_type): Ditto.
4376 (add_undefined_type): Ditto.
4377 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4378 not export.
4379
4380 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4381
4382 * hpread.c (hpread_has_name): Make static.
4383 (hpread_psymtab_to_symtab): Ditto.
4384 (file_exists): Ditto.
4385 (hpread_call_pxdb): Ditto.
4386 (hpread_pxdb_needed): Ditto.
4387 (hpread_quick_traverse): Ditto.
4388 (hpread_get_header): Ditto.
4389 (hpread_get_lntt): Ditto.
4390 (hpread_get_slt): Ditto.
4391 (class_of): Ditto.
4392
4393 2003-05-25 Andreas Schwab <schwab@suse.de>
4394
4395 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4396 stack_align and deprecated_extra_stack_alignment_needed.
4397 (m68k_stack_align): Delete.
4398
4399 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4400 (m68k_register_virtual_size): Likewise.
4401 (altos_skip_prologue): Remove obsolete function.
4402 (isi_frame_num_args): Likewise.
4403 (news_frame_num_args): Likewise.
4404 (m68k_fix_call_dummy): Make static.
4405 (m68k_push_dummy_frame): Likewise.
4406 (m68k_pop_frame): Likewise.
4407 (m68k_skip_prologue): Likewise.
4408 (m68k_frame_init_saved_regs): Likewise.
4409 (m68k_saved_pc_after_call): Likewise.
4410 (m68k_get_longjmp_target): Make multi-arch.
4411 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4412 structure. Register m68k_get_longjmp_target if enabled.
4413 * m68k-tdep.h (struct gdbarch_tdep): Define.
4414 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4415
4416 * Makefile.in (config.status): Also depend on configure.tgt
4417 and configure.host.
4418 (m68klinux-tdep.o): Update dependencies.
4419 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4420 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4421 (M68K_LINUX_JB_PC): Define.
4422 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4423 and take additional parameter.
4424 (m68k_linux_sigtramp_saved_pc): Update.
4425 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4426 m68k_linux_pc_in_sigtramp, in_plt_section,
4427 find_solib_trampoline_target.
4428 * config/m68k/tm-linux.h: Don't include any tm headers.
4429 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4430 (JB_ELEMENT_SIZE): Likewise.
4431 (JB_PC): Likewise.
4432 (GET_LONGJMP_TARGET): Likewise.
4433 (IN_SIGTRAMP): Likewise.
4434 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4435
4436 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4437
4438 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4439 (sparc32_push_arguments): Re-implement by calling
4440 sparc32_do_push_arguments.
4441
4442 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4443
4444 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4445 SPARC_O1_REGNUM): New defines.
4446 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4447 (sparc32_store_return_value): New function.
4448 (sparc_extract_struct_value_address): Rewrite to operate on a
4449 regcache.
4450 (sparc_gdbarch_init): Don't set
4451 deprecated_extract_struct_value_address. Set
4452 extract_struct_value_address instead. Don't set
4453 deprecated_extract_return_value and deprecated_store_return_value
4454 for 32-bit targets. Set extract_return_value and
4455 store_return_value instead.
4456 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4457 DEPRECTAED_EXTRACT_RETURN_VALUE,
4458 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4459 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4460 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4461 (sparc_store_return_value): Remove prototype.
4462 (sparc32_store_return_value): New prototype.
4463 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4464 Adjust prototypes.
4465
4466 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4467
4468 * sparcnbsd-tdep.c: Include "gdb_string.h".
4469
4470 2003-05-23 Andrew Cagney <cagney@redhat.com>
4471
4472 * p-valprint.c (pascal_val_print): Replace extract_address with
4473 the inline equivalent extract_unsigned_integer.
4474 * jv-valprint.c (java_value_print): Ditto.
4475 * ada-valprint.c (ada_val_print_1): Ditto.
4476 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4477
4478 2003-05-23 Theodore A. Roth <troth@openavr.org>
4479
4480 * blockframe.c (frameless_look_for_prologue): Remove unused
4481 after_prologue variable.
4482
4483 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4484
4485 * blockframe.c (get_pc_function_start): Rewrite to avoid
4486 asignments in if-statements.
4487
4488 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4489
4490 Committed by Elena Zannoni <ezannoni@redhat.com>.
4491 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4492 files, don't relocate absolute symbols (and do use mst_abs).
4493
4494 2003-05-23 Andrew Cagney <cagney@redhat.com>
4495
4496 * objc-lang.c: Include "gdb_assert.h".
4497 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4498 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4499 (gdb_check, gdb_check_fatal): Delete functions.
4500 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4501 gdb_assert.
4502 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4503 * Makefile.in (objc-lang.o): Update dependencies.
4504
4505 2003-05-22 Ian Lance Taylor <ian@airs.com>
4506
4507 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4508 with fprintf_filtered, not fprintf_unfiltered.
4509
4510 2003-05-22 Andrew Cagney <cagney@redhat.com>
4511
4512 * stack.c (frame_info): Inline extract_address, replacing it with
4513 extract_unsigned_integer.
4514 * findvar.c (unsigned_pointer_to_address): Ditto.
4515 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4516 * dwarf2expr.c (dwarf2_read_address): Ditto.
4517 * frame.c (frame_pc_unwind): Update comment.
4518 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4519
4520 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4521
4522 * infptrace.c (detach): Call print_sys_errmsg rather than
4523 perror_with_name to issue warning message when errno is non-zero
4524 after calling ptrace detach.
4525
4526 2003-05-21 J. Brobecker <brobecker@gnat.com>
4527
4528 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4529 macro definitions from here...
4530 * hppa-tdep.c: ...to there.
4531
4532 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4533
4534 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4535 register_ptrace_addr(). Fix all callers.
4536
4537 2003-05-21 Andreas Schwab <schwab@suse.de>
4538
4539 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4540 dependencies.
4541 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4542 end.
4543 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4544 (_initialize_m68k_linux_tdep): New function.
4545 (m68k_linux_frame_saved_pc): Make static.
4546 (m68k_linux_extract_return_value): Likewise.
4547 (m68k_linux_store_return_value): Likewise.
4548 (m68k_linux_extract_struct_value_address): Likewise.
4549 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4550 Remove.
4551 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4552 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4553 (DEPRECATED_FRAME_SAVED_PC): Remove.
4554
4555 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4556
4557 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4558 regset numbering rather than our own.
4559
4560 2003-05-19 David Carlton <carlton@bactrian.org>
4561
4562 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4563
4564 2003-05-19 David Carlton <carlton@bactrian.org>
4565
4566 Partial fix for PR c++/827.
4567 * cp-support.h: Include symtab.h.
4568 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4569 * cp-namespace.c: Update contributors.
4570 (cp_lookup_symbol_nonlocal): New.
4571 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4572 (lookup_symbol_file): Ditto.
4573 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4574 * block.h: Declare block_scope, block_using, block_global_block.
4575 * block.c (block_scope): New.
4576 (block_using, block_global_block): Ditto.
4577 * Makefile.in (cp_support_h): Depend on symtab_h.
4578 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4579
4580 2003-05-19 David Carlton <carlton@bactrian.org>
4581
4582 * language.h (struct language_defn): Add 'la_value_of_this'
4583 and 'la_lookup_symbol_nonlocal' members.
4584 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4585 lookup_symbol_static, lookup_symbol_global,
4586 lookup_symbol_aux_block.
4587 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4588 if we should search fields of this and how to do static/global
4589 lookup.
4590 (lookup_symbol_aux_block): Make extern.
4591 (basic_lookup_symbol_nonlocal): New.
4592 (lookup_symbol_static, lookup_symbol_global): Ditto.
4593 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4594 'la_lookup_symbol_nonlocal' members.
4595 * c-lang.c (c_language_defn, cplus_language_defn)
4596 (asm_language_defn, minimal_language_defn): Ditto.
4597 * jv-lang.c (java_language_defn): Ditto.
4598 * language.c (unknown_language_defn, auto_language_defn)
4599 (local_language_defn): Ditto.
4600 * m2-lang.c (m2_language_defn): Ditto.
4601 * objc-lang.c (objc_language_defn): Ditto.
4602 * scm-lang.c (scm_language_defn): Ditto.
4603 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4604 * p-lang.c (pascal_language_defn): Ditto for both.
4605 * Makefile.in (f-lang.o): Depend on value_h.
4606 (p-lang.o): Ditto.
4607
4608 2003-05-19 David Carlton <carlton@bactrian.org>
4609
4610 * block.h: Declare block_static_block.
4611 * block.c (block_static_block): New.
4612 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4613 lookup_symbol_aux_local, calling block_static_block instead.
4614 (lookup_symbol_aux_local): Delete 'static_block' argument.
4615
4616 2003-05-19 David Carlton <carlton@bactrian.org>
4617
4618 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4619
4620 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4621
4622 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4623 register numbers mapping.
4624
4625 2003-05-18 Adam Fedor <fedor@gnu.org>
4626
4627 * symtab.c (completion_list_objc_symbol): New function.
4628 (make_symbol_completion_list): Use it to add ObjC symbols
4629 when looking though the list.
4630 (language_search_unquoted_string): New function.
4631 (make_file_symbol_completion_list): Use it.
4632
4633 2003-05-18 Andreas Schwab <schwab@suse.de>
4634
4635 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4636 dependencies.
4637 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4638 as m68k_linux_extract_return_value.
4639 (DEPRECATED_STORE_RETURN_VALUE): Define as
4640 m68k_linux_store_return_value.
4641 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4642 m68k_linux_extract_struct_value_address.
4643 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4644 get_next_frame, get_frame_base, get_frame_pc.
4645 (m68k_linux_frame_saved_pc): Use get_frame_base.
4646 (m68k_linux_extract_return_value): New function.
4647 (m68k_linux_store_return_value): New function.
4648 (m68k_linux_extract_struct_value_address): New function.
4649 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4650
4651 * c-exp.y (typebase): Remove duplicate occurence of
4652 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4653 of lookup_signed_typename.
4654
4655 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4656
4657 * dwarf2loc.c (find_location_expression): Change type of second
4658 argument to `size_t *'.
4659 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4660 for size variable.
4661
4662 2003-05-18 David Carlton <carlton@bactrian.org>
4663
4664 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4665 'linkage_name'. Add comment.
4666 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4667 'linkage_name'.
4668 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4669 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4670 (lookup_block_symbol): Ditto.
4671
4672 2003-05-16 Andrew Cagney <cagney@redhat.com>
4673
4674 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4675 * gdbarch.h, gdbarch.c: Re-generate.
4676 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4677 * TODO (REGISTER_BYTES): Delete reference.
4678 * alpha-tdep.c (alpha_gdbarch_init): Update.
4679 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4680 * x86-64-tdep.c (x86_64_init_abi): Update.
4681 * vax-tdep.c (vax_gdbarch_init): Update.
4682 * v850-tdep.c (v850_gdbarch_init): Update.
4683 * sparc-tdep.c (sparc_gdbarch_init): Update.
4684 * sh-tdep.c (sh_gdbarch_init): Update.
4685 * s390-tdep.c (s390_gdbarch_init): Update.
4686 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4687 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4688 (ns32k_gdbarch_init_32382): Update.
4689 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4690 * mcore-tdep.c (mcore_gdbarch_init): Update.
4691 * m68k-tdep.c (m68k_gdbarch_init): Update.
4692 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4693 * ia64-tdep.c (ia64_gdbarch_init): Update.
4694 * i386-tdep.c (i386_gdbarch_init): Update.
4695 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4696 * hppa-tdep.c (hppa_gdbarch_init): Update.
4697 * h8300-tdep.c (h8300_gdbarch_init): Update.
4698 * frv-tdep.c (frv_gdbarch_init): Update.
4699 * cris-tdep.c (cris_gdbarch_init): Update.
4700 * avr-tdep.c (avr_gdbarch_init): Update.
4701 * arm-tdep.c (arm_gdbarch_init): Update.
4702 * sparc-tdep.c (sparc_pop_frame): Update.
4703 * rs6000-tdep.c (rs6000_pop_frame): Update.
4704 * remote.c (init_remote_state): Update.
4705 (remote_prepare_to_store): Update.
4706 * remote-vx.c (vx_prepare_to_store): Update.
4707 * remote-sds.c (sds_fetch_registers): Update.
4708 (sds_prepare_to_store): Update.
4709 * remote-array.c: Update.
4710 * regcache.c (init_legacy_regcache_descr): Update.
4711 (init_regcache_descr): Update.
4712 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4713 (mips_o64_extract_return_value): Update.
4714 * irix5-nat.c (fetch_core_registers): Update.
4715 * irix4-nat.c (fetch_core_registers): Update.
4716 * i386-tdep.h: Update.
4717 * hppa-tdep.c (pa_do_registers_info): Update.
4718 (pa_do_strcat_registers_info): Update.
4719 * cris-tdep.c (cris_register_bytes_ok): Update.
4720 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4721 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4722 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4723 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4724 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4725 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4726 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4727 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4728 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4729 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4730 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4731 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4732 (REGISTER_BYTES_OK): Update.
4733 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4734 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4735
4736 2003-05-16 Ian Lance Taylor <ian@airs.com>
4737
4738 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4739 (vax_print_insn, print_insn_arg): Remove static functions.
4740 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4741 print_insn_vax from opcodes library.
4742 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4743
4744 2003-05-15 Andrew Cagney <cagney@redhat.com>
4745
4746 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4747 * target.h (memory_breakpoint_from_pc): Delete declaration.
4748 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4749 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4750 * monitor.c (monitor_insert_breakpoint): Use
4751 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4752 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4753 * gdbarch.h, gdbarch.c: Re-generate.
4754 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4755 (sparc_gdbarch_init): Set breakpoint_from_pc to
4756 sparc_breakpoint_from_pc.
4757 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4758 (BREAKPOINT_FROM_PC): Define.
4759 (sparc_breakpoint_from_pc): Declare.
4760 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4761 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4762 (BREAKPOINT_FROM_PC): Define.
4763 (BREAKPOINT): Delete macro.
4764 * target.h: Update comment.
4765 * s390-tdep.c (s390_gdbarch_init): Update comments.
4766 * remote.c: Update comments.
4767 * remote-mips.c: Update comments.
4768 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4769 * mem-break.c: Update comment.
4770 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4771 (ia64_memory_insert_breakpoint): Update.
4772 * config/sparc/tm-sparc.h: Update comment.
4773 * config/pa/tm-hppa64.h: Update comment.
4774 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4775 (rs6000_breakpoint_from_pc): Update.
4776 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4777 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4778 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4779 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4780 (mips_breakpoint_from_pc): Update.
4781 (mips_dump_tdep): Update.
4782
4783 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4784 * minsyms.c (lookup_minimal_symbol): Inline
4785 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4786
4787 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4788 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4789 * p-lang.c (pascal_printstr): Ditto.
4790 * objc-lang.c (objc_printstr): Ditto.
4791 * m2-lang.c (m2_printstr): Ditto.
4792 * jv-valprint.c (java_print_value_fields): Ditto.
4793 * f-lang.c (f_printstr): Ditto.
4794 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4795 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4796 for repeat_count_threshold.
4797 * Makefile.in (cp-valprint.o): Update dependencies.
4798
4799 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4800
4801 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4802 (examine_prologue): Support looking through leaf functions, knowing
4803 they start with mov r2,r12. Support skipping over indirect stores
4804 of the input registers. Upon hitting a non-nop branch instruction
4805 or predicated instruction, bail out by setting lim_pc to the current
4806 pc value in the loop. At the end, if the lim_pc value is still
4807 beyond our calculated value and we have trust_limit set,
4808 use the lim_pc value.
4809
4810 2003-05-15 Andrew Cagney <cagney@redhat.com>
4811
4812 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4813 generic_find_dummy_frame.
4814 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4815 (deprecated_generic_find_dummy_frame): Update.
4816 (deprecated_read_register_dummy): Update.
4817 * frame.c (deprecated_generic_get_saved_register): Update.
4818
4819 2003-05-15 Theodore A. Roth <troth@openavr.org>
4820
4821 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4822 (avr_gdbarch_init): Set breakpoint_from_pc method.
4823
4824 2003-05-15 Andrew Cagney <cagney@redhat.com>
4825
4826 * regcache.c (build_regcache): Set deprecated_register_valid
4827 directly.
4828 (deprecated_grub_regcache_for_register_valid): Delete function.
4829 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4830 declaration.
4831
4832 2003-05-15 David Carlton <carlton@bactrian.org>
4833
4834 Committed by Elena Zannoni <ezannoni@redhat.com>
4835 * symtab.c (lookup_symbol_aux): Delete calls to
4836 lookup_symbol_aux_minsyms.
4837 (lookup_symbol_aux_minsyms): Comment out function and
4838 prototype. Delete lookup by mangled name.
4839
4840 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4841
4842 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4843 correctly indicate an empty stack and ``stack_allocated'' to the
4844 indicate the number of elements initially allocated.
4845 (dwarf_expr_grow_stack): Simplify method for computing new
4846 stack size. Don't loop infinitely if ``stack_len'' is zero.
4847 (execute_stack_op): Move ``ctx->in_reg'' initialization
4848 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4849 be used in conjuction with DW_OP_piece. Revise error message
4850 accordingly.
4851
4852 2003-05-14 Theodore A. Roth <troth@openavr.org>
4853
4854 * MAINTAINERS: Update my email address.
4855 * avr-tdep.c: Ditto.
4856
4857 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4858
4859 * symtab.h (enum domain_enum): Rename from namespace_enum.
4860 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4861 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4862 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4863 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4864 TYPES_NAMESPACE, METHODS_NAMESPACE.
4865 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4866 (struct symbol, struct partial_symbol): Rename field
4867 'namespace_enum namespace' to 'domain_enum domain'.
4868 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4869 Delete old define kludge for namespace.
4870
4871 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4872 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4873 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4874 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4875 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4876 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4877 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4878 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4879 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4880 occurrences of the above.
4881
4882 2003-05-14 Ian Lance Taylor <ian@airs.com>
4883
4884 * Makefile.in (install-only): Use $(SHELL) when running
4885 mkinstalldirs.
4886
4887 2003-05-13 Ian Lance Taylor <ian@airs.com>
4888
4889 * MAINTAINERS (write after approval): Add myself.
4890
4891 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4892 second and third arguments.
4893 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4894 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4895
4896 2003-05-13 Andrew Cagney <cagney@redhat.com>
4897
4898 * defs.h (store_address): Delete declaration.
4899 findvar.c (store_address): Delete function.
4900 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4901 store_unsigned_integer.
4902 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4903 * v850-tdep.c (v850_push_arguments): Ditto.
4904 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4905 * sh-tdep.c (sh64_get_saved_register): Ditto.
4906 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4907 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4908 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4909 (mips_get_saved_register): Ditto.
4910 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4911 (find_func_descr, ia64_push_arguments): Ditto.
4912 * i386-tdep.c (i386_push_arguments): Ditto.
4913 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4914 * frv-tdep.c (frv_push_arguments): Ditto.
4915 * frame.c (legacy_saved_regs_prev_register): Ditto.
4916 (deprecated_generic_get_saved_register): Ditto.
4917 * findvar.c (unsigned_address_to_pointer): Ditto.
4918 * dwarf2read.c (dwarf2_const_value): Ditto.
4919 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4920 * alpha-tdep.c (alpha_push_arguments): Ditto.
4921
4922 2003-05-12 J. Brobecker <brobecker@gnat.com>
4923
4924 * NEWS: Mention that the hppa-hpux port has been partially
4925 multiarched (32bit ABIT only, so far).
4926
4927 2003-05-11 Andrew Cagney <cagney@redhat.com>
4928
4929 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4930 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4931 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4932 sim/testsuite/sim/arm/misaligned2.ms, and
4933 sim/testsuite/sim/arm/misaligned3.ms.
4934 * disasm.h (struct ui_file): Add opaque struct declaration.
4935 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4936 * frame.h (struct ui_file): Ditto.
4937
4938 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4939
4940 * value.h: Pretty print.
4941
4942 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4943
4944 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4945
4946 2003-05-08 Andrew Cagney <cagney@redhat.com>
4947
4948 * regcache.h (max_register_size): Delete declaration.
4949 * regcache.c (max_register_size): Delete function.
4950 (struct regcache_descr): Delete field "max_register_size".
4951 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4952 registers fit in MAX_REGISTER_SIZE.
4953 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4954 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4955 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4956 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4957 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4958 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4959 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4960 * dve3900-rom.c, hppa-tdep.c: Ditto.
4961
4962 2003-05-08 David Carlton <carlton@math.stanford.edu>
4963
4964 * valops.c (push_word): Fix typo.
4965
4966 2003-05-08 Andrew Cagney <cagney@redhat.com>
4967
4968 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4969 * gdbarch.h: Re-generate.
4970 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4971 (legacy_max_register_raw_size): Delete declaration.
4972 * regcache.c (legacy_max_register_raw_size): Delete function.
4973 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4974 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4975 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4976 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4977 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4978 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4979 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4980 * findvar.c, dwarf2cfi.c: Ditto.
4981
4982 2003-05-08 Andrew Cagney <cagney@redhat.com>
4983
4984 * mips-tdep.c (read_signed_register): New function, moved to here
4985 from "regcache.c".
4986 (read_signed_register_pid): Ditto.
4987 * regcache.c (read_signed_register_pid): Delete function, moved to
4988 "mips-tdep.c".
4989 (read_signed_register): Ditto.
4990 * regcache.h (read_signed_register): Delete declaration.
4991 (read_signed_register_pid): Delete declaration.
4992
4993 2003-05-08 Andrew Cagney <cagney@redhat.com>
4994
4995 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4996 * gdbarch.h: Re-generate.
4997 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4998 (legacy_max_register_virtual_size): Delete declaration.
4999 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
5000 * d10v-tdep.c (d10v_print_registers_info): Ditto.
5001 * tracepoint.c (memrange_sortmerge): Ditto.
5002 * sparc-tdep.c (sparc_print_registers): Ditto.
5003 * regcache.c (legacy_max_register_virtual_size): Delete function.
5004
5005 2002-05-08 J. Brobecker <brobecker@gnat.com>
5006
5007 * fork-child.c (escape_bang_in_quoted_argument): New function.
5008 (fork_inferior): Escape '!' characters in quoted arguments
5009 only when needed.
5010
5011 2003-05-08 J. Brobecker <brobecker@gnat.com>
5012
5013 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
5014 the language of the CU is not currently supported by GDB.
5015
5016 2003-05-08 J. Brobecker <brobecker@gnat.com>
5017
5018 * defs.h (language): Add language_minimal enum value.
5019 * c-lang.c (minimal_language_defn): New language definition.
5020 (_initialize_c_language): Add the new minimal language to the list
5021 of languages known to GDB.
5022
5023 2003-05-08 Kevin Buettner <kevinb@redhat.com>
5024
5025 * frame.c (get_frame_type): Don't attempt to lazily initialize
5026 frame's unwinder for legacy frames.
5027
5028 2003-05-07 Andrew Cagney <cagney@redhat.com>
5029
5030 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
5031 and "regcache" parameters.
5032 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
5033
5034 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
5035
5036 * dwarf2read.c (dwarf_decode_lines): Only use output of
5037 check_cu_functions() when calling record_line(). Do not update
5038 the current address.
5039
5040 2003-05-07 Andrew Cagney <cagney@redhat.com>
5041
5042 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
5043 code.
5044
5045 2003-05-07 Jim Blandy <jimb@redhat.com>
5046
5047 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
5048 'maint info symtabs' and 'maint info psymtabs'.
5049 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
5050 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
5051 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
5052 Declarations updated.
5053 * maint.c (maintenance_list_command): Delete.
5054 (_initialize_maint_cmds): Update calls to add_cmd.
5055 * gdbcmd.h (maintenancelistlist): Delete declaration.
5056 * cli/cli-cmds.c (maintenancelistlist): Delete.
5057 (init_cmd_lists): Don't initialize it.
5058 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
5059
5060 2003-05-07 Andrew Cagney <cagney@redhat.com>
5061
5062 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
5063 "regcache".
5064 (d10v_print_registers_info): Update.
5065 (d10v_dmap_register, d10v_imap_register): Delete functions.
5066 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
5067 and "imap_register".
5068 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
5069 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
5070 * arch-utils.c (generic_remote_translate_xfer_address): Add
5071 "regcache" and "gdbarch" parameters.
5072 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
5073 parameter. Change class to multi-arch.
5074 * gdbarch.h, gdbarch.c: Re-generate.
5075 * remote.c (remote_xfer_memory): Use
5076 gdbarch_remote_translate_xfer_address.
5077
5078 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
5079
5080 * infrun.c (prev_pc): Move declaration ahead of proceed().
5081 (proceed): Refresh prev_pc value before resuming.
5082 (stop_stepping): Remove code to refresh prev_pc.
5083
5084 2003-05-06 Kris Warkentin <kewarken@qnx.com>
5085
5086 * nto-tdep.c: Removed stray comment.
5087
5088 2003-05-06 Kris Warkentin <kewarken@qnx.com>
5089
5090 * i386-nto-tdep.c: Fix old K&R function definitions.
5091 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
5092 Also change add_show_from_set() call to add_setshow_cmd().
5093 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
5094
5095 2003-05-05 Andrew Cagney <cagney@redhat.com>
5096
5097 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
5098 (fprint_dummy_frames): New function.
5099 (maintenance_print_dummy_frames): New function.
5100 (_initialize_dummy_frame): Add command "maint print dummy-frames".
5101 * frame.c (fprint_frame_id): Make global.
5102 * frame.h (fprint_frame_id): Declare.
5103 * Makefile.in (dummy-frame.o): Update dependencies.
5104
5105 2003-05-05 Andrew Cagney <cagney@redhat.com>
5106
5107 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
5108 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
5109 SIZEOF_CALL_DUMMY_WORDS.
5110 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
5111 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
5112 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
5113 CALL_DUMMY_BREAKPOINT_OFFSET.
5114 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
5115 CALL_DUMMY_START_OFFSET.
5116 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
5117 * gdbarch.h, gdbarch.c: Re-generate.
5118 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
5119 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
5120 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
5121 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
5122 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
5123 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
5124 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
5125 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
5126 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
5127 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
5128 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
5129 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
5130 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
5131 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
5132 * config/sparc/tm-sparc.h: Update.
5133
5134 2003-05-05 Kris Warkentin <kewarken@qnx.com>
5135
5136 * configure.tgt: Add i[3456]86-*-nto*.
5137 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
5138 * nto-tdep.c: New file. Neutrino target support routines.
5139 * nto-tdep.h: New file. Neutrino target header.
5140 * config/tm-qnxnto.h: New file.
5141 * config/i386/i386nto.mt: New file.
5142 * config/i386/tm-i386nto.h: New file.
5143
5144 2003-05-04 Andrew Cagney <cagney@redhat.com>
5145
5146 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
5147 (load_infrun_state): Ditto.
5148 (struct thread_info): Drop "prev_func_name" field.
5149 * thread.c (load_infrun_state): Update.
5150 (save_infrun_state): Update.
5151 * infrun.c (prev_func_name): Delete variable.
5152 (init_wait_for_inferior): Do not clear prev_func_name.
5153 (stop_stepping, keep_going, context_switch): Do not swap
5154 prev_func_name.
5155 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5156 instead of PC_IN_SIGTRAMP.
5157
5158 2003-05-04 Andrew Cagney <cagney@redhat.com>
5159
5160 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5161 REGISTER_BYTE with register_offset_hack.
5162 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5163 that REGISTER_BYTE is consistent with the regcache.
5164 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5165 * gdbarch.h, gdbarch.c: Regenerate.
5166
5167 2003-05-04 Mark Kettenis <kettenis@gnu.org>
5168
5169 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5170 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5171
5172 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5173
5174 2003-05-03 J. Brobecker <brobecker@gnat.com>
5175
5176 From Thierry Schneider <tpschneider1@yahoo.com>
5177 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5178 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5179 (mi-cmd-symbol.o): Add rule.
5180
5181 2003-05-03 Andrew Cagney <cagney@redhat.com>
5182
5183 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5184 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5185 * gdbarch.h, gdbarch.c: Re-generate.
5186 * d10v-tdep.c (d10v_push_dummy_code): New function.
5187 (d10v_gdbarch_init): Set push_dummy_code.
5188 * infcall.c (legacy_push_dummy_code): New function.
5189 (generic_push_dummy_code): New function.
5190 (push_dummy_code): New function.
5191 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5192 instead of dummy_addr, to push_dummy_call. Move call to
5193 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5194 switch.
5195 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5196
5197 2003-05-03 Andrew Cagney <cagney@redhat.com>
5198
5199 * disasm.h (print_insn): Declare.
5200 * disasm.c (init_gdb_disassemble_info): New function.
5201 (gdb_disassembly): Call init_gdb_disassemble_info.
5202 (gdb_print_insn): New function.
5203 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5204 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5205 * mcore-tdep.c: Include "disasm.h"
5206 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5207 * d10v-tdep.c: Include "disasm.h".
5208 (display_trace): Call gdb_print_insn, instead of print_insn.
5209 (print_insn): Delete function.
5210 * printcmd.c: Include "disasm.h".
5211 (print_insn): Delete function.
5212 (print_formatted): Call gdb_print_insn, instead of print_insn.
5213 * Makefile.in (printcmd.o): Update dependencies.
5214 (mcore-tdep.o, d10v-tdep.o): Ditto.
5215
5216 2003-05-02 Andrew Cagney <cagney@redhat.com>
5217
5218 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5219 PC_REGNUM, re-indent.
5220 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5221 PC_REGNUM isn't set.
5222
5223 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5224 * gdbarch.h, gdbarch.c: Re-generate.
5225 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5226 register_virtual_size, pc_regnum, or register_bytes.
5227 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5228 (d10v_register_type): Use D10V_PC_REGNUM.
5229 (d10v_print_registers_info, d10v_read_pc): Ditto.
5230 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5231 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5232
5233 2003-05-02 David Carlton <carlton@bactrian.org>
5234
5235 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5236 the name with mstrsave.
5237
5238 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
5239
5240 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5241 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5242 (host_charset_name, target_charset_name): New vars for use by
5243 set/show commands.
5244 (host_charset_enum, target_charset_enum): New enums for set/show
5245 commands.
5246 (set_charset_sfunc, set_host_charset_sfunc,
5247 set_target_charset_sfunc): New functions.
5248 (set_host_charset, set_target_charset): Make static.
5249 (list_charsets, set_host_charset_command,
5250 set_target_charset_command): Delete functions.
5251 (show_charset_command): Rewrite as....
5252 (show_charset): Hook this up with the set/show command mechanism.
5253 (_initialize_charset): Change names of charsets to match the
5254 set/show enums. Use host_charset_name and target_charset_name.
5255 Use set/show mechanism for charset, host-charset, target-charset
5256 commands. Do not make 'show host-charset' and 'show
5257 target-charset' be aliases of 'show charset'.
5258
5259 * charset.h (set_host_charset, set_target_charset): Don't export,
5260 they are not used outside the file.
5261
5262 2003-05-01 Andrew Cagney <cagney@redhat.com>
5263
5264 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5265 (gdb_disassembly): Make "di" non static, always initialize and
5266 cleanup. Always use dis_asm_read_memory.
5267 (gdb_dis_asm_read_memory): Delete function.
5268
5269 2003-05-01 Andrew Cagney <cagney@redhat.com>
5270
5271 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5272 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5273
5274 2003-04-30 Andrew Cagney <cagney@redhat.com>
5275
5276 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5277 "tm_print_insn_info".
5278 (TARGET_PRINT_INSN_INFO): Delete macro.
5279 (dis_asm_read_memory): Delete function declaration.
5280 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5281 (tm_print_insn_info): Delete variable definition.
5282 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5283 * gdbarch.h, gdbarch.c: Re-generate.
5284 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5285 "deprecated_tm_print_insn_info".
5286 * mcore-tdep.c (mcore_dump_insn): Ditto.
5287 * mips-tdep.c (mips_gdbarch_init): Ditto.
5288 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5289 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5290 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5291 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5292 instead of TARGET_PRINT_INSN_INFO, add comment.
5293 * s390-tdep.c (s390_get_frame_info): Instead of
5294 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5295 (s390_check_function_end, s390_is_sigreturn): Ditto.
5296 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5297 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5298 * disasm.c: Include "gdbcore.h".
5299 (_initialize_disasm): New function, initialize
5300 "deprecated_tm_print_insn_info".
5301 (deprecated_tm_print_insn_info): New variable.
5302 (dis_asm_read_memory): Moved from "corefile.c", made static.
5303 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5304 * Makefile.in (disasm.o): Update dependencies.
5305
5306 2003-04-30 Andrew Cagney <cagney@redhat.com>
5307
5308 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5309
5310 2003-04-29 Adam Fedor <fedor@gnu.org>
5311
5312 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5313 * infcall.c (find_function_addr): Make non-static.
5314 * infcall.h (find_function_addr): Declare.
5315 * Makefile.in (eval.o): Update dependencies.
5316
5317 2003-04-28 Adam Fedor <fedor@gnu.org>
5318
5319 * symtab.c (symbol_find_demangled_name): Check for and demangle
5320 ObjC symbols.
5321 (symbol_init_demangled_name): Init for language_objc as well.
5322
5323 2003-04-28 Andrew Cagney <cagney@redhat.com>
5324
5325 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5326 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5327 * gdbarch.h, gdbarch.c: Re-generate.
5328 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5329 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5330 * inferior.h (deprecated_read_fp): Rename read_fp.
5331 (generic_target_read_fp): Delete declaration.
5332 * regcache.c (generic_target_read_fp): Delete function.
5333 (deprecated_read_fp): Replace read_fp, use
5334 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5335 * d10v-tdep.c (d10v_read_fp): Delete function.
5336 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5337
5338 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5339 deprecated_target_read_fp to generic_target_read_fp.
5340 * sh-tdep.c (sh_gdbarch_init): Ditto.
5341 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5342 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5343 * frv-tdep.c (frv_gdbarch_init): Ditto.
5344
5345 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5346 deprecated_fp_regnum.
5347 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5348 * vax-tdep.c (vax_gdbarch_init): Ditto.
5349 * v850-tdep.c (v850_gdbarch_init): Ditto.
5350 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5351 * sh-tdep.c (sh_gdbarch_init): Ditto.
5352 * s390-tdep.c (s390_gdbarch_init): Ditto.
5353 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5354 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5355 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5356 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5357 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5358 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5359 * i386-tdep.c (i386_gdbarch_init): Ditto.
5360 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5361 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5362 * frv-tdep.c (frv_gdbarch_init): Ditto.
5363 * cris-tdep.c (cris_gdbarch_init): Ditto.
5364 * avr-tdep.c (avr_gdbarch_init): Ditto.
5365 * arm-tdep.c (arm_gdbarch_init): Ditto.
5366 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5367
5368 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5369 * v850-tdep.c (v850_gdbarch_init): Ditto.
5370 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5371 * sh-tdep.c (sh_gdbarch_init): Ditto.
5372 * s390-tdep.c (s390_gdbarch_init): Ditto.
5373 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5374 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5375 * mips-tdep.c (mips_gdbarch_init): Ditto.
5376 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5377 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5378 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5379 * frv-tdep.c (frv_gdbarch_init): Ditto.
5380 * avr-tdep.c (avr_gdbarch_init): Ditto.
5381 * arm-tdep.c (arm_gdbarch_init): Ditto.
5382
5383 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5384 DEPRECATED_FP_REGNUM.
5385 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5386 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5387 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5388 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5389 (sparc32_register_virtual_type): Ditto.
5390 * sh-tdep.c (sh64_frame_chain): Ditto.
5391 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5392 (sh_nofp_frame_init_saved_regs): Ditto.
5393 (sh64_nofp_frame_init_saved_regs): Ditto.
5394 (sh_fp_frame_init_saved_regs): Ditto.
5395 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5396 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5397 * procfs.c (procfs_fetch_registers): Ditto.
5398 (procfs_store_registers): Ditto.
5399 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5400 (store_inferior_registers, fetch_core_registers): Ditto.
5401 (fetch_kcore_registers, clear_regs): Ditto.
5402 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5403 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5404 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5405 * nlm/i386.c (do_status): Ditto.
5406 * mipsv4-nat.c (supply_gregset): Ditto.
5407 * mips-tdep.c: Ditto for comments.
5408 * mips-nat.c (fetch_inferior_registers): Ditto.
5409 (store_inferior_registers, fetch_core_registers): Ditto.
5410 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5411 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5412 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5413 (i386_do_pop_frame, i386_register_type): Ditto.
5414 * hppa-tdep.c (hppa_frame_chain): Ditto.
5415 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5416 (hppa_pop_frame, hppa_read_fp): Ditto.
5417 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5418 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5419 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5420 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5421 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5422 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5423 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5424 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5425 * blockframe.c: Ditto for comments.
5426 * arch-utils.h: Ditto for comments.
5427 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5428 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5429 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5430 * alpha-tdep.h: Ditto for comments.
5431 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5432 (alpha_cannot_store_register): Ditto.
5433 (alpha_push_dummy_frame): Ditto.
5434 * alpha-nat.c (supply_gregset): Ditto.
5435
5436 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5437 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5438 * config/sparc/tm-sparc.h: Update comment.
5439
5440 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5441 deprecated_read_fp instead of TARGET_READ_FP.
5442 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5443 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5444 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5445 deprecated_read_fp instead of read_fp.
5446 * s390-tdep.c (s390_push_arguments): Ditto.
5447 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5448 * frame.h: Ditto in comments.
5449 * frame.c (legacy_get_prev_frame): Ditto.
5450 * dummy-frame.c (dummy_frame_this_id): Ditto.
5451 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5452
5453 2003-04-28 Andrew Cagney <cagney@redhat.com>
5454
5455 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5456 * gdbarch.h, gdbarch.c: Re-generate.
5457 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5458 * vax-tdep.c (_initialize_vax_tdep): Update.
5459 * v850-tdep.c (_initialize_v850_tdep): Update.
5460 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5461 * s390-tdep.c (_initialize_s390_tdep): Update.
5462 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5463 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5464 * mips-tdep.c (_initialize_mips_tdep): Update.
5465 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5466 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5467 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5468 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5469 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5470 * frv-tdep.c (_initialize_frv_tdep): Update.
5471 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5472 (_initialize_cris_tdep): Update.
5473 * arch-utils.c (legacy_print_insn): Update.
5474 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5475
5476 2003-04-26 Adam Fedor <fedor@gnu.org>
5477
5478 * linespec.c (decode_objc): New function to decode ObjC calls
5479 (decode_line_1): Check for ObjC calls (using decode_objc)
5480 * Makefile (linespec.o): Update dependencies.
5481
5482 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5483
5484 * breakpoint.h (struct breakpoint_ops): New.
5485 (struct breakpoint): Add ops member.
5486
5487 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5488 (mention): Use new breakpoint ops member.
5489 (set_raw_breakpoint): Initialize ops field to NULL.
5490 (print_exception_catchpoint, print_one_exception_catchpoint)
5491 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5492 (gnu_v3_exception_catchpoint_ops): New.
5493 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5494
5495 2003-04-25 Adam Fedor <fedor@gnu.org>
5496
5497 * Makefile.in (COMMON_OBS): Add objc-lang.o
5498
5499 2003-04-25 Andrew Cagney <cagney@redhat.com>
5500
5501 * d10v-tdep.c (print_insn): Delete function.
5502 (display_trace): Use TARGET_PRINT_INSN.
5503 (_initialize_d10v_tdep): Do not set tm_print_insn.
5504 (d10v_gdbarch_init): Set print_insn.
5505
5506 2003-04-25 Andrew Cagney <cagney@redhat.com>
5507
5508 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5509 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5510 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5511 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5512 (nr_dmap_regs, a0_regnum): ... new functions.
5513 (d10v_print_registers_info): Use a0_regnum, use register_size.
5514 (d10v_register_byte): Delete function.
5515 (d10v_register_raw_size): Delete function.
5516 (d10v_register_type): Use a0_regnum.
5517 (d10v_print_registers_info): Use a0_regnum.
5518 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5519 (d10v_gdbarch_init): Do not set register_byte or
5520 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5521 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5522 extract_address.
5523 (trace_command): Use XCALLOC.
5524 (print_insn): Delete reference to tm_print_insn.
5525 (saved_regs_unwinder): Use store_unsigned_integer instead of
5526 store_address.
5527 * frame.h (FRAME_OBSTACK_CALLOC): Define
5528
5529 2003-04-25 David Carlton <carlton@bactrian.org>
5530
5531 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5532
5533 2003-04-24 Adam Fedor <fedor@gnu.org>
5534
5535 * objc-lang.c: Include "valprint.h"
5536 * Makefile.in (objc-lang.o): Update dependencies.
5537
5538 2003-04-24 Adam Fedor <fedor@gnu.org>
5539
5540 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5541 architecture dependant compilation and mark as unimplemented
5542 (until they get put in the gdbarch vector).
5543
5544 2003-04-23 David Carlton <carlton@bactrian.org>
5545
5546 * cp-support.c (cp_find_first_component): Accept 'operator' in
5547 more locations.
5548
5549 2003-04-23 Andrew Cagney <cagney@redhat.com>
5550
5551 * infcall.c (call_function_by_hand): Eliminate redundant
5552 indentation. Move "saved_async" and "old_cleanups" to where they
5553 are needed.
5554
5555 2003-04-23 Andrew Cagney <cagney@redhat.com>
5556
5557 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5558 and "buffer". Move the "name" code to where it is needed.
5559
5560 2003-04-23 Andrew Cagney <cagney@redhat.com>
5561
5562 * infcall.c (call_function_by_hand): Move variables "start_sp",
5563 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5564 code to ON_STACK switch branch.
5565
5566 2003-04-23 Andrew Cagney <cagney@redhat.com>
5567
5568 * infcall.c (call_function_by_hand): Make declaration of "i",
5569 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5570 lint.
5571
5572 2003-04-23 Andrew Cagney <cagney@redhat.com>
5573
5574 * infcall.c (call_function_by_hand): Delete variable
5575 "n_method_args". Localize "param_type"'s declaration to the loop
5576 that it is used. Reinstate code assigning to said variable -
5577 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5578 Rationalize code using "param_type".
5579
5580 2003-04-22 Andrew Cagney <cagney@redhat.com>
5581
5582 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5583 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5584 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5585 to DEPRECATED_PUSH_RETURN_ADDRESS.
5586
5587 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5588
5589 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5590 on the DWARF2 register number prior to fetching a register.
5591
5592 2003-04-22 J. Brobecker <brobecker@gnat.com>
5593
5594 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5595 Update all the tests using SOFT_FLOAT considering the fact that
5596 this macro was always set to 0.
5597 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5598 considering the fact that this macro was always set to 0.
5599 * hppa-tdep.h (hppa_store_return_value): Likewise.
5600 (hppa_extract_return_value): Likewise.
5601
5602 2003-04-22 J. Brobecker <brobecker@gnat.com>
5603
5604 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5605 the hppa-pro target only.
5606
5607 2003-04-21 J. Brobecker <brobecker@gnat.com>
5608
5609 Ongoing multi-arch conversion effort for HP/UX:
5610 * config/pa/tm-hppa.h: Move all macro that are no longer
5611 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5612 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5613
5614 2003-04-21 J. Brobecker <brobecker@gnat.com>
5615
5616 * config/pa/tm-hppa.h: Obsolete a section that was only used
5617 for hppa-pro.
5618
5619 2003-04-21 J. Brobecker <brobecker@gnat.com>
5620
5621 Ongoing multi-arch conversion for HP/UX.
5622 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5623 if already defined (allows hppa64 to stay non-multiarched for now).
5624 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5625
5626 2003-04-21 Andrew Cagney <cagney@redhat.com>
5627
5628 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5629
5630 2003-04-21 Andrew Cagney <cagney@redhat.com>
5631
5632 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5633 "i386_num_mmx_regs".
5634
5635 2003-04-21 Andrew Cagney <cagney@redhat.com>
5636
5637 * infcall.c: New file.
5638 * infcall.h: New file.
5639 * valarith.c: Include "infcall.h".
5640 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5641 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5642 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5643 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5644 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5645 (SFILES): Add "infcall.c"
5646 (COMMON_OBS): Add "infcall.o".
5647 (infcall.o): Specify dependencies.
5648 * value.h (call_function_by_hand): Delete declaration.
5649 * inferior.h (run_stack_dummy): Delete declaration.
5650 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5651 (run_stack_dummy): Move to "infcall.c", merged into
5652 call_function_by_hand.
5653 * valops.c (call_function_by_hand): Moved to "infcall.c".
5654 (find_function_addr, value_arg_coerce): Ditto.
5655 (unwindonsignal_p, coerce_float_to_double): Ditto.
5656 (_initialize_valops): Move "set/show coerce-float-to-double", and
5657 "set/show unwindonsignal" commands to "infcall.c".
5658 * v850-tdep.c, target.h: Update comments.
5659 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5660 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5661 (sh64_init_extra_frame_info): Update comments.
5662 * mn10300-tdep.c: Update comments.
5663 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5664 * config/sparc/tm-sparc.h: Update comments.
5665 * breakpoint.h: Update comments.
5666 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5667 * arm-tdep.c: Update comment.
5668
5669 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5670
5671 * i386-tdep.c (i386_num_register_names): New variable.
5672 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5673 (MM0_REGNUM): Remove redundant parentheses in define.
5674 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5675 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5676 i386_mxcsr_regnum_p): Remove redundant parentheses.
5677 (i386_register_name): Use i386_num_register_names.
5678
5679 * i386-tdep.c (i386_extract_return_value,
5680 i386_store_return_value): Correct check for availability of
5681 floating-point registers.
5682
5683 * i386-tdep.c (i386_frame_num_args): Remove function.
5684 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5685
5686 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5687 mmx_regnum_to_fp_regnum. Adjust all callers.
5688
5689 * i386-tdep.c (i386_get_longjmp_target): Use
5690 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5691 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5692 extract_address.
5693
5694 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5695
5696 * core-regset.c: Update comments to reflect reality. Re-order
5697 includes.
5698 (fetch_core_registers): Use switch instead of if. Remove
5699 redundant prototype.
5700
5701 2003-04-18 Jim Blandy <jimb@redhat.com>
5702
5703 * s390-tdep.c (s390_frame_align): New function.
5704 (s390_gdbarch_init): Register it with the gdbarch object.
5705
5706 2003-04-17 Richard Henderson <rth@redhat.com>
5707
5708 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5709
5710 2003-04-17 Michael Snyder <msnyder@redhat.com>
5711 Karen Bennet <bennet@redhat.com>
5712
5713 Committed by Elena Zannoni <ezannoni@redhat.com>
5714 * gdb_gcore.sh: New script to create a core dump of a process.
5715
5716 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5717
5718 * values.c (value_being_returned): Don't fetch the return
5719 value if the return type is void.
5720
5721 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5722
5723 * thread-db.c: Reindented.
5724
5725 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5726
5727 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5728 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5729 as types.
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5756
5757 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5758 the size of ``long double'' to 16, instead of 8.
5759
5760 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5761
5762 * i386-linux-nat.c: Add some whitespace to make things more
5763 readable.
5764 (fetch_register, store_register, fetch_inferior_registers,
5765 store_inferior_registers): Get rid of assignment in if-statement.
5766 (store_register): Fix typo in error message.
5767
5768 2003-04-16 Andrew Cagney <cagney@redhat.com>
5769
5770 * utils.c (xmmalloc): Always allocate something, matches
5771 libiberty/xmalloc's semantics.
5772 (xmrealloc, xmcalloc): Ditto.
5773
5774 2003-04-16 Andrew Cagney <cagney@redhat.com>
5775
5776 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5777 update comments.
5778 (get_frame_type): Initialize unwind and type when needed.
5779 (get_frame_id, frame_register_unwind): Ditto.
5780
5781 2003-04-16 Andrew Cagney <cagney@redhat.com>
5782
5783 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5784 obsolete.
5785 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5786 * sparcl-stub.c: Obsolete file.
5787 * config/sparc/tm-sparclet.h: Obsolete file.
5788 * sparclet-stub.c: Obsolete file.
5789 * sparclet-rom.c: Obsolete file.
5790 * sparcl-tdep.c: Obsolete file.
5791 * config/sparc/tm-sparclite.h: Obsolete file.
5792 * config/sparc/sparclite.mt: Obsolete file.
5793 * config/sparc/sparclet.mt: Obsolete file.
5794 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5795 sparc86x-*-* obsolete.
5796
5797 2003-04-15 David Carlton <carlton@math.stanford.edu>
5798
5799 * Makefile.in (SFILES): Add cp-namespace.c.
5800 (COMMON_OBS): Add cp-namespace.o.
5801 (block.o): Depend on gdb_obstack_h and cp_support_h.
5802 (buildsym.o): Depend on cp_support_h.
5803 (cp-namespace.o): New.
5804 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5805 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5806 (dwarf2read.o): Depend on cp_support_h.
5807 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5808 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5809 processing_current_namespace.
5810 (read_namespace): Update processing_current_namespace; check for
5811 anonymous namespaces.
5812 (dwarf2_name): New function.
5813 (dwarf2_extension): Ditto.
5814 * cp-support.h: Update copyright, contributors.
5815 Add inclusion guards.
5816 Add opaque declaration for structs obstack, block, symbol.
5817 (struct using_direct): New struct.
5818 Add declarations for cp_find_first_component,
5819 cp_entire_prefix_len, processing_has_namespace_info,
5820 processing_current_namespace, cp_is_anonymous,
5821 cp_add_using_directive, cp_initialize_namespace,
5822 cp_finalize_namespace, cp_set_block_scope,
5823 cp_scan_for_anonymous_namespaces.
5824 * cp-namespace.c: New file.
5825 * cp-support.c: Update copyright.
5826 Include ctype.h, gdb_assert.h, gdbcmd.h.
5827 New variable maint_cplus_cmd_list.
5828 (cp_find_first_component): New function.
5829 (cp_entire_prefix_len, maint_cplus_command)
5830 (first_component_command, _initialize_cp_support): Ditto.
5831 * buildsym.c: Include cp-support.h.
5832 New variable using_list.
5833 (add_symbol_to_list): Check for anonymous namespaces.
5834 (finish_block): Set block's scope.
5835 (start_symtab): Initialize C++ namespace support.
5836 (end_symtab): Finalize C++ namespace support.
5837 * block.h: Add opaque declarations for structs
5838 block_namespace_info, using_direct, and obstack.
5839 Add declarations for block_set_scope and block_set_using.
5840 (struct block): Add 'language_specific' member.
5841 (BLOCK_NAMESPACE): New macro.
5842 * block.c: Include gdb_obstack.h and cp-support.h.
5843 (struct block_namespace_info): New struct.
5844 (block_set_scope): New function.
5845 (block_set_using, block_initialize_namespace): Ditto.
5846
5847 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5848
5849 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5850 (locate_base): Return early if there aren't any link map offsets.
5851 (svr4_solib_create_inferior_hook): Warn if shared library support
5852 is unavailable.
5853
5854 2003-04-14 David Carlton <carlton@math.stanford.edu>
5855
5856 * symtab.c (symbol_set_names): Add prefix when storing Java names
5857 in hash table. Fix for PR java/1039.
5858
5859 2003-04-14 David Carlton <carlton@math.stanford.edu>
5860
5861 * symtab.c (symbol_set_names): Rename 'name' arg to
5862 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5863 * symtab.h: Change 'name' argument in declaration of
5864 symbol_set_names to 'linkage_name'.
5865 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5866
5867 2003-04-14 Andrew Cagney <cagney@redhat.com>
5868
5869 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5870 return the fully sign-extended register value.
5871 (get_frame_pointer): Ditto.
5872 (mips_pop_frame): Initialize "proc_desc" after checking for a
5873 dummy frame.
5874
5875 2003-04-14 Andrew Cagney <cagney@redhat.com>
5876
5877 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5878 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5879 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5880 (mips_push_register): Delete function.
5881 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5882 PUSH_FP_REGNUM.
5883
5884 2003-04-14 Jim Blandy <jimb@redhat.com>
5885
5886 * symmisc.c: #include "gdb_regex.h".
5887 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5888 functions.
5889 * maint.c (maintenance_list_command): New function.
5890 (_initialize_maint_cmds): Register the above as commands.
5891 * symtab.h (maintenance_list_symtabs,
5892 maintenance_list_psymtabs): New declarations.
5893 * cli/cli-cmds.c (maintenancelistlist): New variable.
5894 (init_cmd_lists): Initialize it.
5895 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5896 * gdbcmd.h (maintenancelistlist): New declaration.
5897 * Makefile.in (symmisc.o): Update dependencies.
5898
5899 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5900
5901 * s390-nat.c: Include asm/types.h for addr_t.
5902
5903 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5904
5905 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5906 actually incoming type.
5907
5908 2003-04-13 Andrew Cagney <cagney@redhat.com>
5909
5910 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5911 get_next_frame and get_frame_saved_regs.
5912
5913 2003-04-13 Andrew Cagney <cagney@redhat.com>
5914
5915 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5916 of gdbarch_num_regs.
5917
5918 2003-04-13 Andrew Cagney <cagney@redhat.com>
5919
5920 * frame.h: Mention what replaced what in "struct frame_info".
5921 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5922 deprecated_update_frame_base_hack and
5923 deprecated_update_frame_pc_hack.
5924 * hppa-tdep.c: Ditto.
5925
5926 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5927
5928 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5929 to read_reg and update its comment. Remove regnum member.
5930 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5931 Don't call read_reg when setting in_reg. Call read_reg to get
5932 the frame base if it's in a register. Return the register number
5933 on the stack instead of in the context. Remove extra arguments
5934 to read_reg.
5935 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5936 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5937 the register number on the expression stack.
5938 (needs_frame_read_reg): Remove extra arguments.
5939
5940 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5941
5942 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5943 made non-static.
5944 (execute_stack_op): All callers updated.
5945 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5946 * dwarf2loc.c (find_location_expression): New function.
5947 (dwarf_expr_frame_base): Call it.
5948 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5949 (dwarf2_tracepoint_var_ref): New function, broken out from
5950 locexpr_tracepoint_var_ref.
5951 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5952 Make static.
5953 (loclist_read_variable, loclist_read_needs_frame): New functions.
5954 (loclist_describe_location, loclist_tracepoint_var_ref): New
5955 functions.
5956 (dwarf2_loclist_funcs): New struct location_funcs.
5957 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5958 (struct dwarf2_locexpr_baton): Add comments.
5959 (dwarf2_loclist_funcs): New extern.
5960 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5961 base_address and base_known.
5962 (dwarf_loc_buffer): New variable.
5963 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5964 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5965 (dwarf2_has_info): Initialize dwarf_loc_offset.
5966 (dwarf2_build_psymtabs): Read in .debug_loc.
5967 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5968 DWARF_LOC_SIZE.
5969 (psymtab_to_symtab_1): Likewise. Move base address calculation
5970 here, from...
5971 (dwarf2_get_pc_bounds): ... here. Use the base address from
5972 cu_header.
5973 (dwarf2_symbol_mark_computed): Handle location lists.
5974
5975 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5976
5977 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5978 if the linkage name demangled successfully.
5979
5980 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5981
5982 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5983 disassmbly_flavour): Removed.
5984
5985 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5986
5987 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5988
5989 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5990
5991 2003-04-12 Andrew Cagney <cagney@redhat.com>
5992
5993 * frame.h (struct frame_info): Move definition from here ...
5994 * frame.c (struct frame_info): ... to here.
5995
5996 2003-04-12 Andrew Cagney <cagney@redhat.com>
5997
5998 * gdbthread.h (save_infrun_state): Delete parameter
5999 "prev_func_start".
6000 (struct thread_info): Delete field "prev_func_start".
6001 (load_infrun_state): Ditto.
6002 * thread.c (load_infrun_state, save_infrun_state): Update.
6003 * infrun.c (prev_func_start): Delete variable.
6004 (context_switch, init_wait_for_inferior): Update.
6005 (stop_stepping, keep_going): Update.
6006
6007 2003-04-12 Andrew Cagney <cagney@redhat.com>
6008
6009 * gdbarch.sh: Add missing opaque declarations.
6010 * gdbarch.h: Regnerate.
6011 * symtab.h: Add missing opaque declarations.
6012 * value.h, target.h, symfile.h, stabsread.h: Ditto.
6013 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
6014 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
6015 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
6016 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
6017 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
6018 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
6019 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
6020 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
6021 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
6022 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
6023 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
6024 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
6025
6026 2003-04-11 Andrew Cagney <cagney@redhat.com>
6027
6028 * frame.c (get_frame_id): Return this frame's "id".
6029 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
6030 function start.
6031 (legacy_saved_regs_this_id): Replace function body with
6032 internal-error.
6033 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
6034 FRAME_OBSTACK_ZALLOC.
6035 (create_new_frame): Mark the frame ID as valid.
6036
6037 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6038
6039 * Makefile.in (libbfd_h): Added missing setting.
6040 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
6041 according to the selected ABI.
6042
6043 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
6044
6045 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
6046
6047 2003-04-11 Andrew Cagney <cagney@redhat.com>
6048
6049 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
6050 SAVED_PC_AFTER_CALL.
6051 * gdbarch.h, gdbarch.c: Regenerate.
6052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6053 * x86-64-tdep.c (x86_64_init_abi): Update.
6054 * vax-tdep.c (vax_gdbarch_init): Update.
6055 * v850-tdep.c (v850_gdbarch_init): Update.
6056 * sparc-tdep.c (sparc_gdbarch_init): Update.
6057 * sh-tdep.c (sh_gdbarch_init): Update.
6058 * s390-tdep.c (s390_gdbarch_init): Update.
6059 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6060 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6061 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6062 * mips-tdep.c (mips_gdbarch_init): Update.
6063 * mcore-tdep.c (mcore_gdbarch_init): Update.
6064 * m68k-tdep.c (m68k_gdbarch_init): Update.
6065 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6066 * ia64-tdep.c (ia64_gdbarch_init): Update.
6067 (ia64_saved_pc_after_call): Update declaration.
6068 * i386ly-tdep.c (i386lynx_init_abi): Update.
6069 * i386-tdep.c (i386_gdbarch_init): Update.
6070 * hppa-tdep.c (hppa_gdbarch_init): Update.
6071 * h8300-tdep.c (h8300_gdbarch_init): Update.
6072 * frv-tdep.c (frv_gdbarch_init): Update.
6073 * cris-tdep.c (cris_gdbarch_init): Update.
6074 * avr-tdep.c (avr_gdbarch_init): Update.
6075 * arm-tdep.c (arm_gdbarch_init): Update.
6076 * alpha-tdep.c (alpha_gdbarch_init): Update.
6077 * ns32knbsd-nat.c (frame_num_args): Update.
6078 * ns32k-tdep.c (umax_frame_num_args): Update.
6079 * mips-tdep.c (mips_init_frame_pc_first): Update.
6080 * infrun.c (step_over_function): Update.
6081 * i386-linux-tdep.c (skip_hurd_resolver): Update.
6082 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
6083 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
6084 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6085 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6086 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
6087 * arm-linux-tdep.c (skip_hurd_resolver): Update.
6088 * arch-utils.c (init_frame_pc_default): Update.
6089 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6090 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
6091 declaration.
6092
6093 2003-04-11 Andrew Cagney <cagney@redhat.com>
6094
6095 * i387-tdep.c: Update copyright.
6096 (i387_to_double): Delete function.
6097 (double_to_i387): Delete function.
6098
6099 2003-04-10 Andrew Cagney <cagney@redhat.com>
6100
6101 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
6102 frame's function's address. Simplify.
6103 (d10v_frame_unwind_cache): Check that the frame's function is
6104 non-zero.
6105
6106 2003-04-10 Jim Blandy <jimb@redhat.com>
6107
6108 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
6109 call to set_gdbarch_deprecated_push_arguments.
6110
6111 2003-04-10 Andrew Cagney <cagney@redhat.com>
6112
6113 * frame.c (fprint_frame_id): New function.
6114 (fprint_frame_type, fprint_frame): New function.
6115 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
6116 (create_sentinel_frame, get_frame_id): Ditto.
6117 (frame_id_p, frame_id_eq): Ditto.
6118 (frame_id_inner, create_new_frame): Ditto.
6119 (legacy_get_prev_frame, get_prev_frame): Ditto.
6120 (deprecated_update_frame_pc_hack): Ditto.
6121 (frame_register_unwind): Ditto.
6122 (deprecated_update_frame_base_hack): Ditto.
6123
6124 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6125
6126 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
6127 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
6128 frame_chain function.
6129 * Makefile.in: Add dependencies due to above change.
6130
6131 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6132
6133 * blockframe.c (legacy_frame_chain_valid): Move call to
6134 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
6135 inside_entry_file.
6136
6137 2003-04-09 Andrew Cagney <cagney@redhat.com>
6138
6139 * frame.h (struct frame_id): Replace "pc" and "base" with
6140 "stack_addr" and "code_addr". Update comments.
6141 (frame_id_build): Update parameter names and comment.
6142 (struct frame_info): Replace "id_p" and "id" with "this_id".
6143 * dummy-frame.c (dummy_frame_this_id): Update.
6144 * breakpoint.c (print_one_breakpoint): Update.
6145 * frame.c (get_frame_id): Update.
6146 (get_frame_base, frame_id_build): Update.
6147 (create_sentinel_frame, legacy_get_prev_frame): Update.
6148 (deprecated_update_frame_base_hack): Update.
6149 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6150 (frame_id_inner): Ditto.
6151
6152 2003-04-09 Andrew Cagney <cagney@redhat.com>
6153
6154 * defs.h (gdb_print_host_address): Make "addr" parameter a
6155 pointer constant.
6156 * utils.c (gdb_print_host_address): Update.
6157
6158 2003-04-09 Kevin Buettner <kevinb@redhat.com>
6159
6160 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6161 register number for R0 is 0.
6162
6163 2003-04-09 J. Brobecker <brobecker@gnat.com>
6164
6165 * frame.h (struct gdbarch): Add opaque structure definition
6166 to avoid a compilation warning on LynxOS 4.0.
6167
6168 2003-04-09 Andrew Cagney <cagney@redhat.com>
6169
6170 * frame.h (struct frame_info): Delete field "pc". Replace
6171 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6172 structure.
6173 * frame.c (frame_pc_unwind): Update.
6174 (create_sentinel_frame): Do not set "pc".
6175 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6176 (get_frame_pc): Call frame_pc_unwind.
6177 (deprecated_update_frame_pc_hack): Update.
6178 (create_new_frame): Use "pc" not "->pc".
6179
6180 2003-04-09 Andrew Cagney <cagney@redhat.com>
6181
6182 * frame.c (get_frame_id): Eliminate code updating "frame".
6183 (legacy_get_prev_frame): Ditto.
6184 (get_frame_base): Return id.base directly.
6185 (deprecated_update_frame_base_hack): Update "id.base".
6186 * frame.h (struct frame_info): Delete field "frame".
6187
6188 2003-04-09 Andrew Cagney <cagney@redhat.com>
6189
6190 * NEWS: Mention that the "Sequent family" is obsolete.
6191 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6192 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6193 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6194 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6195 * config/i386/tm-ptx4.h: Obsolete file.
6196 * config/i386/tm-ptx.h: Obsolete file.
6197 * symm-tdep.c: Obsolete file.
6198 * config/i386/symmetry.mt: Obsolete file.
6199 * config/i386/tm-symmetry.h: Obsolete file.
6200 * symm-nat.c: Obsolete file.
6201 * config/i386/nm-symmetry.h: Obsolete file.
6202 * config/i386/xm-symmetry.h: Obsolete file.
6203 * config/i386/symmetry.mh: Obsolete file.
6204 * config/i386/nm-ptx4.h: Obsolete file.
6205 * config/i386/ptx4.mh: Obsolete file.
6206 * config/i386/ptx.mt: Obsolete file.
6207 * config/i386/ptx.mh: Obsolete file.
6208 * config/i386/xm-ptx4.h: Obsolete file.
6209 * config/i386/xm-ptx.h: Obsolete file.
6210
6211 2003-04-09 Andrew Cagney <cagney@redhat.com>
6212
6213 Obsolete mips*-*-mach3*.
6214 * NEWS: Mention that mips*-*-mach3* is obsolete.
6215 * m3-nat.c: Obsolete file.
6216 * config/nm-m3.h: Obsolete file.
6217 * config/mips/tm-mipsm3.h: Obsolete file.
6218 * config/mips/mipsm3.mt: Obsolete file.
6219 * config/mips/mipsm3.mh: Obsolete file.
6220 * config/mips/xm-mipsm3.h: Obsolete file.
6221 * mipsm3-nat.c: Obsolete file.
6222 * configure.host: Obsolete mips-dec-mach3*.
6223 * configure.tgt: Obsolete mips*-*-mach3*.
6224
6225 2003-04-09 Andrew Cagney <cagney@redhat.com>
6226
6227 * doublest.h: Update copyright.
6228 (deprecated_store_floating, deprecated_extract_floating): Rename
6229 store_floating and extract_floating. Update comments.
6230 * doublest.c: Update copyright.
6231 (extract_floating_by_length): Replace extract_floating.
6232 (store_floating_by_length): Replace store_floating.
6233 (deprecated_extract_floating): New function.
6234 (deprecated_store_floating): New function.
6235 (extract_typed_floating): Call extract_floating_by_length.
6236 (store_typed_floating): Call store_floating_by_length.
6237 * x86-64-tdep.c (x86_64_store_return_value): Update.
6238 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6239 (sh64_extract_return_value): Update.
6240 (sh_sh4_register_convert_to_virtual): Update.
6241 (sh_sh64_register_convert_to_virtual): Update.
6242 (sh_sh4_register_convert_to_raw): Update.
6243 (sh_sh64_register_convert_to_raw): Update.
6244 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6245 (rs6000_register_convert_to_raw): Update.
6246 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6247 (ia64_register_convert_to_raw): Update.
6248 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6249 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6250 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6251 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6252 (alpha_register_convert_to_raw): Update.
6253
6254 2003-04-08 Andrew Cagney <cagney@redhat.com>
6255
6256 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6257 * gdbarch.h, gdbarch.c: Re-generate.
6258 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6259 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6260 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6261 conditionally, use frame_pc_unwind as an alternative. Add
6262 comments.
6263 * arch-utils.c (init_frame_pc_default): Only call
6264 SAVED_PC_AFTER_CALL when available.
6265
6266 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6267
6268 * infrun.c (stop_soon): Rename from stop_soon_quietly.
6269 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6270 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6271 (start_remote): Ditto.
6272 (handle_inferior_event): Ditto.
6273 (save_inferior_status): Ditto.
6274 (restore_inferior_status): Ditto.
6275 * infcmd.c (attach_command): Ditto.
6276 * fork-child.c (startup_inferior): Ditto.
6277 * inferior.h (stop_soon): Rename from stop_soon_quietly.
6278 * alpha-tdep.c (heuristic_proc_start): Ditto.
6279 * mips-tdep.c (heuristic_proc_start): Ditto.
6280 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6281 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6282 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6283 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6284 * remote-vx.c (vx_create_inferior): Ditto.
6285
6286 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6287
6288 * infrun.c (stop_soon_quietly): Make it an enum, to better
6289 override the default behavior of handle_inferior_event.
6290 (clear_proceed_status): Update uses of stop_soon_quietly to
6291 reflect that it is now an enum.
6292 (start_remote): Ditto.
6293 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6294 is set to handle the new GNU/Linux kernel behavior for
6295 attach/sigstop. Update uses of stop_soon_quietly.
6296 * inferior.h (enum stop_kind): New enum.
6297 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6298 Reset normal handle_inferior_event behavior, afterwards.
6299 * fork-child.c (startup_inferior): Update.
6300 * alpha-tdep.c (heuristic_proc_start): Update.
6301 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6302 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6303 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6304 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6305 * remote-vx.c (vx_create_inferior): Update.
6306 * mips-tdep.c (heuristic_proc_start): Update.
6307
6308 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6309
6310 * disasm.c (dump_insns): Move variables inside loop, or they will
6311 be freed more than once, causing wild memory corruptions.
6312 (gdb_disassembly): Look for the substring "-thread",
6313 instead of "-threads" in the target name, to make sure to find
6314 the 'multi-thread' target. Also, make sure we do the right thing
6315 with the "core" target.
6316
6317 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6318
6319 * mips-tdep.c (mips_print_fp_register): New function, created from
6320 do_fp_register_row(). Registers are now (also) printed as hex.
6321 Only one register is printed per row.
6322 (mips_print_register, do_fp_register_row): Print floating point
6323 registers with mips_print_fp_register().
6324
6325 2003-04-06 Andrew Cagney <cagney@redhat.com>
6326
6327 * valprint.h (inspect_it): Add extern declaration.
6328 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6329 (selectors_info, classes_info): Ditto.
6330 (find_objc_msgcall): Fix indentation.
6331 (objc_printstr): Delete extern declarations.
6332
6333 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6334
6335 2003-04-06 Andrew Cagney <cagney@redhat.com>
6336
6337 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6338 Update comment.
6339 * frame.c (legacy_saved_regs_this_id): Update.
6340 (legacy_get_prev_frame): Update.
6341 * xstormy16-tdep.c: Update comment.
6342 * sparc-tdep.c (sparc_frame_chain): Update comment.
6343 * blockframe.c (legacy_frame_chain_valid): Update.
6344
6345 2003-04-06 Andrew Cagney <cagney@redhat.com>
6346
6347 * valprint.c (val_print_type_code_int): Delete #ifdef
6348 PRINT_TYPELESS_INTEGER code.
6349
6350 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6351 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6352 multi-arch definition.
6353 * gdbarch.h: Re-generate.
6354
6355 2003-04-05 Andrew Cagney <cagney@redhat.com>
6356
6357 Eliminate FRAME_FIND_SAVED_REGS.
6358 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6359 Change FSR parameter to a pointer.
6360 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6361 Assume FSR parameter is a pointer.
6362 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6363 Make fsr a pointer.
6364 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6365 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6366 saved_regs a pointer.
6367 (hppa_frame_saved_pc): Ditto.
6368 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6369 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6370 pointer.
6371 (restore_pc_queue): Make fsr a pointer.
6372 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6373 (hppa_frame_chain): Make saved_regs a pointer, call
6374 hppa_frame_init_saved_regs.
6375 * sparc-tdep.c: Include "gdb_assert.h".
6376 (sparc_frame_find_saved_regs): Replace internal_error with
6377 gdb_assert.
6378 * remote-vxsparc.c (vx_read_register): Delete reference to
6379 FRAME_FIND_SAVED_REGS.
6380 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6381 * gdbarch.h: Regenerate.
6382 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6383 (deprecated_get_frame_saved_regs): Delete declaration.
6384 (struct frame_saved_regs): Delete definition.
6385 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6386 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6387 (hppa_frame_find_saved_regs): Delete declaration.
6388 (FRAME_FIND_SAVED_REGS): Delete macro.
6389 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6390 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6391 FRAME_FIND_SAVED_REGS in comment.
6392
6393 2003-04-05 Andrew Cagney <cagney@redhat.com>
6394
6395 * frame.c (frame_func_unwind, get_frame_func): New functions.
6396 * frame.h (get_frame_func, frame_func_unwind): Declare.
6397 (struct frame_info): Add field "prev_func" for caching the
6398 previous frame's function address.
6399 * arm-tdep.c (arm_frameless_function_invocation): Combine
6400 get_pc_function_start and get_frame_pc into get_frame_func.
6401 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6402 (sh64_nofp_frame_init_saved_regs): Ditto.
6403 * s390-tdep.c (s390_function_start): Ditto.
6404 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6405 (rs6000_frameless_function_invocation): Ditto.
6406 (rs6000_frame_saved_pc): Ditto.
6407 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6408 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6409 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6410 (i386_frame_init_saved_regs): Ditto.
6411 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6412 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6413 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6414 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6415 * blockframe.c (frameless_look_for_prologue): Ditto.
6416
6417 2003-04-05 Andrew Cagney <cagney@redhat.com>
6418
6419 * frame.c (legacy_get_prev_frame): Link prev to next at the
6420 function start. Update comments.
6421
6422 2003-04-05 Andrew Cagney <cagney@redhat.com>
6423
6424 * frame.c (get_frame_id): Update comment.
6425 (legacy_get_prev_frame): Update comment.
6426 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6427 * gdbarch.h: Regenerate.
6428 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6429 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6430
6431 2003-04-05 Andrew Cagney <cagney@redhat.com>
6432
6433 * stack.c (print_frame_info): Use get_frame_pc.
6434
6435 2003-04-04 Andrew Cagney <cagney@redhat.com>
6436
6437 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6438 the frame's type from the unwinder.
6439 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6440 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6441 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6442 (get_frame_base_address): Use get_frame_type.
6443 (get_frame_locals_address, get_frame_args_address): Ditto.
6444 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6445 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6446 (struct frame_info): Add comment explaining why the frame contains
6447 a "type" field.
6448 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6449 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6450 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6451 NORMAL_FRAME.
6452 * frame-unwind.h: Include "frame.h".
6453 (struct frame_unwind): Add "type" field.
6454 * Makefile.in (frame_unwind_h): Add $(frame_h).
6455
6456 2003-04-04 Andrew Cagney <cagney@redhat.com>
6457
6458 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6459 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6460 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6461 get_frame_base.
6462 (d10v_unwind_dummy_id): Use frame_id_build.
6463 * frame.c (find_frame_sal): Use get_frame_pc.
6464 (create_new_frame): Use deprecated_update_frame_pc_hack and
6465 deprecated_update_frame_base_hack.
6466 (create_sentinel_frame): Add comment about ->pc going away.
6467 (get_prev_frame): Add comment about ->pc going away.
6468 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6469 frame_id_build, deprecated_update_frame_pc_hack and
6470 deprecated_update_frame_base_hack.
6471 (select_frame): Use get_frame_pc.
6472 (legacy_saved_regs_this_id): Use frame_id_build.
6473
6474 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6475
6476 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6477 signed integer case.
6478 (classify_argument): Handle enumerations and references.
6479
6480 2003-04-04 Andrew Cagney <cagney@redhat.com>
6481
6482 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6483 ID to NULL.
6484
6485 2003-04-01 Adam Fedor <fedor@gnu.org>
6486
6487 * gdb/objc-lang.c (selectors_info): Replace calls to
6488 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6489 SYMBOL_NATURAL_NAME.
6490 (classes_info, find_methods): Likewise.
6491
6492 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6493
6494 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6495 ``mach'' to the value determined by bfd_default_set_arch_mach().
6496
6497 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6498
6499 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6500 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6501 (mi-cmd-file.o): Update dependencies.
6502
6503 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6504
6505 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6506 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6507
6508 2003-04-01 Adam Fedor <fedor@gnu.org>
6509
6510 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6511 * language.h (struct language_defn): Add la_demangle.
6512 (language_demangle): Declare.
6513 * language.c (language_demangle): New function.
6514 (unk_lang_demangle): Likewise.
6515 (unknown_language_defn, auto_language_defn, local_language_defn):
6516 Add ukn_lang_demangle.
6517 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6518 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6519 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6520 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6521 * jv-lang.c (java_demangle): New function
6522 (java_language_defn): Use it for la_demangle element.
6523 * objc-lang.c (objc_demangle): Add options argument
6524 (objc_language_defn): Use objc_demangle for la_demangle element.
6525 * maint.c (maintenance_demangle): Replace switch with
6526 call to language_demangle.
6527 * utils.c (fprintf_symbol_filtered): Likewise.
6528
6529 2003-04-01 Andrew Cagney <cagney@redhat.com>
6530
6531 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6532 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6533 PRINT_TYPELESS_INTEGER.
6534 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6535 PUSH_RETURN_ADDRESS.
6536
6537 2003-04-01 Andrew Cagney <cagney@redhat.com>
6538
6539 * Makefile.in (d10v-tdep.o): Update dependencies.
6540 * d10v-tdep.c: Include "frame-base.h".
6541 (d10v_frame_unwind): Make constant.
6542 (d10v_frame_base_address): New function.
6543 (d10v_frame_base): New variable.
6544 (d10v_gdbarch_init): Set frame_base default.
6545 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6546 comment for base.
6547 (d10v_frame_unwind_cache): Set and use "prev_sp".
6548 (d10v_frame_this_id): Use the previous frame's inner most stack
6549 address and this frame's func address for the frame ID. Use
6550 frame_id_build. Don't analyze beyond the current instruction.
6551
6552 2003-04-01 Andrew Cagney <cagney@redhat.com>
6553
6554 * frame.h (get_frame_locals_address, get_frame_args_address):
6555 Refer to the base address, instead of the address of the first
6556 local or parameter.
6557
6558 2003-04-01 Andrew Cagney <cagney@redhat.com>
6559
6560 Add frame debug info addresses:
6561 * frame-base.c: New file.
6562 * frame-base.h: New file.
6563 * frame.h (struct frame_base): Add opaque declaration.
6564 (get_frame_base): Update comment.
6565 (get_frame_base_address): Declare.
6566 (get_frame_locals_address): Declare.
6567 (get_frame_args_address): Declare.
6568 (struct frame_info): Add "base" and "base_cache". Update
6569 comments on the unwinder.
6570 * frame.c: Include "frame-base.h".
6571 (get_frame_locals_address): New function.
6572 (get_frame_base_address): New function.
6573 (get_frame_args_address): New function.
6574 * findvar.c (read_var_value): Use get_frame_locals_address and
6575 get_frame_args_address.
6576 * stack.c (frame_info): Use get_frame_locals_address and
6577 get_frame_args_address.
6578 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6579 moved to "frame-base.c".
6580 * printcmd.c (print_frame_nameless_args): Ditto.
6581 * symtab.h (address_class): Update comments.
6582 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6583 get_frame_base_address.
6584 * dwarf2expr.c (execute_stack_op): Ditto.
6585 * Makefile.in (frame_base_h): Define.
6586 (frame.o): Update dependencies.
6587 (frame-base.o): Add dependencies.
6588 (SFILES): Add frame-base.c.
6589 (COMMON_OBS): Add frame-base.o.
6590
6591 2003-04-01 Andrew Cagney <cagney@redhat.com>
6592
6593 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6594 CALL_DUMMY_LENGTH): Ditto.
6595 * gdbarch.c: Re-generate.
6596 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6597 (CALL_DUMMY_LENGTH): Delete macro.
6598 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6599 * arm-tdep.c (arm_gdbarch_init): Ditto.
6600 * avr-tdep.c (avr_gdbarch_init): Ditto.
6601 * cris-tdep.c (cris_gdbarch_init): Ditto.
6602 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6603 * frv-tdep.c (frv_gdbarch_init): Ditto.
6604 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6605 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6606 * i386-tdep.c (i386_gdbarch_init): Ditto.
6607 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6608 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6609 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6610 * mips-tdep.c (mips_gdbarch_init): Ditto.
6611 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6612 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6613 * s390-tdep.c (s390_gdbarch_init): Ditto.
6614 * sh-tdep.c (sh_gdbarch_init): Ditto.
6615 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6616 * v850-tdep.c (v850_gdbarch_init): Ditto.
6617 * vax-tdep.c (vax_gdbarch_init): Ditto.
6618 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6619
6620 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6621
6622 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6623
6624 2003-04-01 Andrew Cagney <cagney@redhat.com>
6625
6626 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6627 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6628 * gdbarch.h, gdbarch.c: Re-generate.
6629 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6630 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6631 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6632 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6633 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6634 * infcmd.c (run_stack_dummy): Simplify assuming
6635 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6636 * infrun.c (handle_inferior_event): Ditto.
6637 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6638 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6639 * arm-tdep.c (arm_gdbarch_init): Ditto.
6640 * avr-tdep.c (avr_gdbarch_init): Ditto.
6641 * cris-tdep.c (cris_gdbarch_init): Ditto.
6642 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6643 * frv-tdep.c (frv_gdbarch_init): Ditto.
6644 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6645 * i386-tdep.c (i386_gdbarch_init): Ditto.
6646 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6648 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6649 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6650 * mips-tdep.c (mips_gdbarch_init): Ditto.
6651 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6652 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6653 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6654 * s390-tdep.c (s390_gdbarch_init): Ditto.
6655 * sh-tdep.c (sh_gdbarch_init): Ditto.
6656 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6657 * v850-tdep.c (v850_gdbarch_init): Ditto.
6658 * vax-tdep.c (vax_gdbarch_init): Ditto.
6659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6660
6661 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6662
6663 * symfile.c (symfile_relocate_debug_section): Update call to
6664 bfd_simple_get_relocated_section_contents.
6665
6666 2003-03-31 Andrew Cagney <cagney@redhat.com>
6667
6668 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6669 * gdbarch.h, gdbarch.c: Regenerate.
6670 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6671 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6672 available.
6673 * frame.h (generic_fix_call_dummy): Delete declaration.
6674 * dummy-frame.h: Update comment.
6675 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6676 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6677 fix_call_dummy.
6678 * sh-tdep.c (sh_gdbarch_init): Ditto.
6679 * s390-tdep.c (s390_gdbarch_init): Ditto.
6680 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6681 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6682 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6683 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6684 * i386-tdep.c (i386_gdbarch_init): Ditto.
6685 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6686 * frv-tdep.c (frv_gdbarch_init): Ditto.
6687 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6688 * cris-tdep.c (cris_gdbarch_init): Ditto.
6689 * avr-tdep.c (avr_gdbarch_init): Ditto.
6690 * arm-tdep.c (arm_gdbarch_init): Ditto.
6691
6692 2003-03-31 J. Brobecker <brobecker@gnat.com>
6693
6694 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6695 (INIT_FRAME_AP): Likewise.
6696 (EXTRA_FRAME_INFO): Likewise.
6697
6698 2003-03-31 Andrew Cagney <cagney@redhat.com>
6699
6700 * gdbarch.sh: Include "symfile.h".
6701 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6702 * gdbarch.h, gdbarch.c: Re-generate.
6703 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6704 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6705 call_dummy_address, the default is at entry_point_address.
6706 * v850-tdep.c (v850_gdbarch_init): Ditto.
6707 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6708 * sh-tdep.c (sh_gdbarch_init): Ditto.
6709 * s390-tdep.c (s390_gdbarch_init): Ditto.
6710 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6711 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6712 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6713 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6714 * i386-tdep.c (i386_gdbarch_init): Ditto.
6715 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6716 * frv-tdep.c (frv_gdbarch_init): Ditto.
6717 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6718 * cris-tdep.c (cris_gdbarch_init): Ditto.
6719 * arm-tdep.c (arm_gdbarch_init): Ditto.
6720
6721 2003-03-31 Andrew Cagney <cagney@redhat.com>
6722
6723 * gdbarch.sh (CALL_DUMMY_P): Delete.
6724 * gdbarch.h, gdbarch.c: Re-generate.
6725 * inferior.h (CALL_DUMMY_P): Delete macro.
6726 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6727 * vax-tdep.c (vax_gdbarch_init): Update.
6728 * v850-tdep.c (v850_gdbarch_init): Update.
6729 * sparc-tdep.c (sparc_gdbarch_init): Update.
6730 * sh-tdep.c (sh_gdbarch_init): Update.
6731 * s390-tdep.c (s390_gdbarch_init): Update.
6732 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6733 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6734 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6735 * mips-tdep.c (mips_gdbarch_init): Update.
6736 * mcore-tdep.c (mcore_gdbarch_init): Update.
6737 * m68k-tdep.c (m68k_gdbarch_init): Update.
6738 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6739 * ia64-tdep.c (ia64_gdbarch_init): Update.
6740 * i386-tdep.c (i386_gdbarch_init): Update.
6741 * h8300-tdep.c (h8300_gdbarch_init): Update.
6742 * frv-tdep.c (frv_gdbarch_init): Update.
6743 * d10v-tdep.c (d10v_gdbarch_init): Update.
6744 * cris-tdep.c (cris_gdbarch_init): Update.
6745 * breakpoint.c (deprecated_frame_in_dummy): Update.
6746 * avr-tdep.c (avr_gdbarch_init): Update.
6747 * alpha-tdep.c (alpha_gdbarch_init): Update.
6748 * arm-tdep.c (arm_gdbarch_init): Update.
6749 * dummy-frame.c (dummy_frame_this_id): Update comments.
6750 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6751 * frame.c (legacy_get_prev_frame): Ditto.
6752 * valops.c (call_function_by_hand): Delete function.
6753 (hand_function_call): Rename to call_function_by_hand
6754
6755 2003-03-30 Andrew Cagney <cagney@redhat.com>
6756
6757 2002-11-10 Klee Dienes <kdienes@apple.com>
6758 * value.h (struct value): Update comment.
6759
6760 2003-03-30 Andrew Cagney <cagney@redhat.com>
6761
6762 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6763 D10V_FP_REGNUM.
6764 (d10v_gdbarch_init): Do not set fp_regnum.
6765
6766 * frame.c (get_frame_base): Force ID initialization.
6767 (get_prev_frame): Move computation of the frame ID from here ...
6768 (get_frame_id): ... to here.
6769 (legacy_get_prev_frame): Mark the frame ID as valid.
6770 * frame.h (struct frame_info): Add field "id_p".
6771
6772 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6773
6774 * i386-tdep.c (i386_store_struct_return): Removed.
6775 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6776
6777 2003-03-30 Andrew Cagney <cagney@redhat.com>
6778
6779 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6780 * gdbarch.h, gdbarch.c: Regenerate.
6781 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6782 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6783 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6784 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6785 * i386-tdep.c (i386_gdbarch_init): Ditto.
6786 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6787 * cris-tdep.c (cris_gdbarch_init): Ditto.
6788 * vax-tdep.c (vax_gdbarch_init): Ditto.
6789 * s390-tdep.c (s390_gdbarch_init): Ditto.
6790 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6791 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6792 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6793 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6794 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6795 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6796 * sparc-tdep.c (sparc_gdbarch_init): Update.
6797 * sh-tdep.c (sh_gdbarch_init): Update.
6798 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6799 * mips-tdep.c (mips_gdbarch_init): Update.
6800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6801 * ia64-tdep.c (ia64_gdbarch_init): Update.
6802 * frv-tdep.c (frv_gdbarch_init): Update.
6803 * avr-tdep.c (avr_gdbarch_init): Update.
6804 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6805 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6806 instead of when push_dummy_call is not available.
6807
6808 2003-03-30 Andrew Cagney <cagney@redhat.com>
6809
6810 * infttrace.c: Include "gdbthread.h".
6811 (parent_attach_all): Fix function signature.
6812 (call_ptrace): Update call.
6813 * Makefile.in (infttrace.o): Update dependencies.
6814
6815 2003-03-30 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6818 PUSH_RETURN_ADDRESS.
6819 * gdbarch.h, gdbarch.c: Regenerate.
6820 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6821 * x86-64-tdep.c (x86_64_init_abi): Update.
6822 * v850-tdep.c (v850_gdbarch_init): Update.
6823 * sparc-tdep.c (sparc_gdbarch_init): Update.
6824 * sh-tdep.c (sh_gdbarch_init): Update.
6825 * s390-tdep.c (s390_gdbarch_init): Update.
6826 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6827 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6828 * mips-tdep.c (mips_gdbarch_init): Update.
6829 * mcore-tdep.c (mcore_gdbarch_init): Update.
6830 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6831 * ia64-tdep.c (ia64_gdbarch_init): Update.
6832 * i386-tdep.c (i386_gdbarch_init): Update.
6833 * h8300-tdep.c (h8300_gdbarch_init): Update.
6834 * frv-tdep.c (frv_gdbarch_init): Update.
6835 * cris-tdep.c (cris_gdbarch_init): Update.
6836 * avr-tdep.c (avr_gdbarch_init): Update.
6837 * arm-tdep.c (arm_gdbarch_init): Update.
6838 * valops.c (hand_function_call): Update.
6839
6840 2003-03-29 Andrew Cagney <cagney@redhat.com>
6841
6842 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6843 sizeof_call_dummy_words.
6844 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6845 define.
6846 * gdbarch.h: Regenerate.
6847
6848 2003-03-29 Andrew Cagney <cagney@redhat.com>
6849
6850 * infttrace.h: New file.
6851 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6852 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6853 (hpread_read_doc_function_type): Detect an initialized type1.
6854 (hpread_quick_traverse): Initialize mod_name_string.
6855 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6856 (som_solib_get_solib_by_pc): Declare.
6857 (so_lib_thread_start_addr): Declare.
6858 (no_shared_libraries): Declare.
6859 * somread.c (init_import_symbols): Make static. Add forward
6860 declaration.
6861 * config/pa/nm-hppah.h: Include "infttrace.h" for
6862 parent_attach_all.
6863 (hppa_insert_hw_watchpoint): Declare.
6864 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6865 * hppah-nat.c: Include "gdb_string.h".
6866 (parent_attach_all): Delete extern declaration, moved to
6867 "infttrace.h".
6868 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6869 int.
6870 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6871 * Makefile.in (infttrace_h): Define.
6872 (hpread.o): Update dependencies.
6873 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6874 * hppa-hpux-tdep.c: Include "gdb_string.h".
6875 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6876 * infrun.c (handle_inferior_event): Always initialize
6877 stepped_after_stopped_by_watchpoint. Add default and remove
6878 fallthrough in switch statement.
6879 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6880 parameter to int.
6881 (hppa_remove_hw_watchpoint): Ditto.
6882
6883 2003-03-29 Andrew Cagney <cagney@redhat.com>
6884
6885 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6886 offset.
6887
6888 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6889
6890 * arm-tdep.c (arm_push_arguments): Delete.
6891 (struct stack_item): New type.
6892 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6893 (arm_store_struct_return): Delte.
6894 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6895 arm_push_arguments or arm_store_struct_return.
6896
6897 2003-03-28 Andrew Cagney <cagney@redhat.com>
6898
6899 * Makefile.in (d10v-tdep.o): Update dependencies.
6900 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6901 * d10v-tdep.c: Include "remote.h".
6902 (target_resume_hook): Delete extern declaration.
6903 (target_wait_loop_hook): Ditto.
6904 (tdisassemble_command): Eliminate assignment in "if" conditional.
6905 (d10v_ts2_register_sim_regno): Eliminate call to
6906 legacy_register_sim_regno.
6907 (d10v_ts3_register_sim_regno): Ditto.
6908
6909 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6910
6911 * thread.c: Reindented.
6912 * lin-lwp.c: Ditto.
6913 * linux-proc.c: Ditto.
6914
6915 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6916
6917 * MAINTAINERS (write after approval): Add myself.
6918
6919 2003-03-27 Theodore A. Roth <troth@openavr.org>
6920
6921 * objc-exp.y: Add missing semi-colons.
6922
6923 2003-03-27 Andrew Cagney <cagney@redhat.com>
6924
6925 * regcache.c (write_sp): Delete function and references.
6926 * inferior.h (write_sp): Delete declaration.
6927 * valops.c (hand_function_call): Replace write_sp with
6928 TARGET_WRITE_SP.
6929 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6930 (sparc_pop_frame): Ditto.
6931
6932 2003-03-27 Andrew Cagney <cagney@redhat.com>
6933
6934 * NEWS: Mention removal of support for hppa*-*-bsd* and
6935 hppa*-*-osf* natives, and hppa*-*-pro* target.
6936 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6937 * config/pa/xm-pa.h: Obsolete file.
6938 * config/pa/xm-hppab.h: Obsolete file.
6939 * config/pa/nm-hppab.h: Obsolete file.
6940 * config/pa/tm-hppab.h: Obsolete file.
6941 * config/pa/tm-hppao.h: Obsolete file.
6942 * config/pa/nm-hppao.h: Obsolete file.
6943 * config/pa/tm-pro.h: Obsolete file.
6944 * config/pa/hppaosf.mt: Obsolete file.
6945 * config/pa/hppaosf.mh: Obsolete file.
6946 * config/pa/hppapro.mt: Obsolete file.
6947 * config/pa/hppabsd.mt: Obsolete file.
6948 * config/pa/hppabsd.mh: Obsolete file.
6949 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6950 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6951 hppa*-*-osf*.
6952
6953 2003-03-27 Andrew Cagney <cagney@redhat.com>
6954
6955 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6956 push_arguments. Don't set push_return_address or write_sp.
6957 (d10v_push_dummy_call): Replace d10v_push_arguments.
6958 (d10v_push_return_address, d10v_write_sp): Delete function,
6959 handled by push_dummy_call.
6960
6961 2003-03-26 Andrew Cagney <cagney@redhat.com>
6962
6963 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6964 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6965 regcache and dummy_addr parameters.
6966 * gdbarch.h, gdbarch.c: Re-generate.
6967 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6968 available; assume it will handle stack alignment and return
6969 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6970 legacy_push_arguments.
6971 (legacy_push_arguments): Rename default_push_arguments.
6972 * value.h (legacy_push_arguments): Rename default_push_arguments.
6973 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6974 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6975 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6976 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6977 * config/i386/tm-symmetry.h: Update.
6978 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6979 * x86-64-tdep.c (x86_64_init_abi): Update.
6980 * v850-tdep.c (v850_gdbarch_init): Update.
6981 * sparc-tdep.c (sparc_gdbarch_init): Update.
6982 * sh-tdep.c (sh_gdbarch_init): Update.
6983 * s390-tdep.c (s390_gdbarch_init): Update.
6984 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6985 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6986 * mips-tdep.c (mips_gdbarch_init): Update.
6987 * mcore-tdep.c (mcore_gdbarch_init): Update.
6988 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6989 * ia64-tdep.c (ia64_gdbarch_init): Update.
6990 * i386-tdep.c (i386_gdbarch_init): Update.
6991 * hppa-tdep.c (hppa_gdbarch_init): Update.
6992 * h8300-tdep.c (h8300_gdbarch_init): Update.
6993 * frv-tdep.c (frv_gdbarch_init): Update.
6994 * d10v-tdep.c (d10v_gdbarch_init): Update.
6995 * cris-tdep.c (cris_gdbarch_init): Update.
6996 * avr-tdep.c (avr_gdbarch_init): Update.
6997 * arm-tdep.c (arm_gdbarch_init): Update.
6998 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6999 * alpha-tdep.c (alpha_gdbarch_init): Update.
7000
7001 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
7002
7003 * signals/signals.c (do_target_signal_to_host): Correct realtime
7004 signal range test.
7005
7006 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
7007
7008 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
7009 (struct sal_chain, map_catch_names): Remove.
7010 (catch_exception_command_1): Don't call
7011 handle_gnu_4_16_catch_command.
7012
7013 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
7014
7015 From Mark Dettinger <dettinge@de.ibm.com>:
7016 * dwarf2cfi.c (read_2u): Increment pointer by two.
7017
7018 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
7019
7020 * signals/signals.c: Fix typos in last change.
7021
7022 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
7023
7024 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
7025 not already defined. Use __SIGRTMIN if available.
7026 (target_signal_from_host): Remove SIGRTMIN block.
7027 (do_target_signal_to_host): Remove SIGRTMIN block; check that
7028 the signal is within the realtime range.
7029
7030 2003-03-25 Adam Fedor <fedor@gnu.org>
7031
7032 * Makefile.in (infrun.o): Add $(language_h)
7033 * infrun.c (handle_inferior_event): Use skip_language_trampoline
7034 for language specific trampolines.
7035 * language.h (struct language_defn): Add skip_trampoline.
7036 (skip_language_trampoline): Declare.
7037 * language.c (unk_lang_trampoline, skip_language_trampoline):
7038 New functions.
7039 (unknown_language_defn, auto_language_defn, local_language_defn):
7040 Add ukn_lang_trampoline.
7041 * ada-lang.c (ada_language_defn): Add NULL for language
7042 specific skip_trampoline.
7043 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
7044 scm-lang.c: Likewise.
7045 * objc-lang.c (objc_skip_trampoline): New function.
7046 (objc_language_defn): Add objc_skip_trampoline.
7047
7048 2003-03-25 Andrew Cagney <cagney@redhat.com>
7049
7050 * frame.c (get_prev_frame): Delay validating a frame's ID -
7051 non-NULL, didn't go backwards - until an attempt to unwind it to
7052 the previous frame.
7053
7054 2003-03-25 Andrew Cagney <cagney@redhat.com>
7055
7056 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
7057 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
7058 * gdbarch.h, gdbarch.c: Re-generate.
7059 * config/sparc/tm-sparc.h
7060 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
7061 * sparc-tdep.c (sparc_gdbarch_init): Set
7062 deprecated_extra_stack_alignment_needed.
7063 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
7064 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
7065 extra_stack_alignment_needed.
7066 * v850-tdep.c (v850_gdbarch_init): Ditto.
7067 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7068 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7069 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7070 * cris-tdep.c (cris_gdbarch_init): Ditto.
7071 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7072 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7073
7074 2003-03-25 Andrew Cagney <cagney@redhat.com>
7075
7076 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
7077 STORE_STRUCT_RETURN.
7078 * gdbarch.h, gdbarch.c: Regenerate.
7079 * d10v-tdep.c (d10v_store_struct_return): Delete function.
7080 (d10v_push_arguments): Set the struct return register.
7081 (d10v_gdbarch_init): Update.
7082 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7083 * x86-64-tdep.c (x86_64_init_abi): Update.
7084 * vax-tdep.c (vax_gdbarch_init): Update.
7085 * v850-tdep.c (v850_gdbarch_init): Update.
7086 * sparc-tdep.c (sparc_gdbarch_init): Update.
7087 * sh-tdep.c (sh_gdbarch_init): Update.
7088 * s390-tdep.c (s390_gdbarch_init): Update.
7089 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7090 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7091 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7092 * mips-tdep.c (mips_gdbarch_init): Update.
7093 * mcore-tdep.c (mcore_gdbarch_init): Update.
7094 * m68k-tdep.c (m68k_gdbarch_init): Update.
7095 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7096 * ia64-tdep.c (ia64_gdbarch_init): Update.
7097 * i386-tdep.c (i386_gdbarch_init): Update.
7098 * hppa-tdep.c (hppa_gdbarch_init): Update.
7099 * h8300-tdep.c (h8300_gdbarch_init): Update.
7100 * frv-tdep.c (frv_gdbarch_init): Update.
7101 * cris-tdep.c (cris_gdbarch_init): Update.
7102 * avr-tdep.c (avr_gdbarch_init): Update.
7103 * arm-tdep.c (arm_gdbarch_init): Update.
7104 * alpha-tdep.c (alpha_gdbarch_init): Update.
7105
7106 2003-03-25 Andrew Cagney <cagney@redhat.com>
7107
7108 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
7109 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
7110 CALL_DUMMY_STACK_ADJUST with a predicate variable.
7111 * gdbarch.h, gdbarch.c: Regenerate.
7112 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7113 call_dummy_stack_adjust_p.
7114 * vax-tdep.c (vax_gdbarch_init): Ditto.
7115 * v850-tdep.c (v850_gdbarch_init): Ditto.
7116 * sh-tdep.c (sh_gdbarch_init): Ditto.
7117 * s390-tdep.c (s390_gdbarch_init): Ditto.
7118 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7119 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7120 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7121 * mips-tdep.c (mips_gdbarch_init): Ditto.
7122 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7123 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7124 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7125 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7126 * i386-tdep.c (i386_gdbarch_init): Ditto.
7127 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7128 * frv-tdep.c (frv_gdbarch_init): Ditto.
7129 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7130 * cris-tdep.c (cris_gdbarch_init): Ditto.
7131 * avr-tdep.c (avr_gdbarch_init): Ditto.
7132 * arm-tdep.c (arm_gdbarch_init): Ditto.
7133 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7134 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7135 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
7136 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7137 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
7138 call_dummy_stack_adjust_p.
7139 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
7140 (CALL_DUMMY_STACK_ADJUST): Delete macro.
7141 * sparc-tdep.c (sparc32_push_arguments): Update.
7142 * valops.c (hand_function_call): Update.
7143
7144 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
7145
7146 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
7147 set_gdbarch_char_signed.
7148
7149 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7150
7151 PR cli/548
7152 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7153
7154 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7155
7156 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7157 (_initialize_arm_tdep): Don't set tm_print_insn.
7158
7159 2003-03-24 Adam Fedor <fedor@gnu.org>
7160
7161 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7162 * objc-lang.h: Add multiple inclusion protection.
7163 (start_msglist, add_msglist, end_msglist): Additional declarations.
7164
7165 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
7166
7167 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7168 value was renamed to ARM_FLOAT_SOFT_FPA.
7169
7170 2003-03-23 Andrew Cagney <cagney@redhat.com>
7171
7172 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7173 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7174 * gdbarch.h, gdbarch.c: Regenerate.
7175 * valops.c (hand_function_call): Update.
7176 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7177 * frame.c (legacy_saved_regs_this_id): Update.
7178 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7179 * dummy-frame.h: Update.
7180 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7181 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7182 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7183 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7184 * config/m68k/tm-sun3.h: Update.
7185 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7186 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7187 * x86-64-tdep.c (x86_64_init_abi): Update.
7188 * vax-tdep.c (vax_gdbarch_init): Update.
7189 * v850-tdep.c (v850_gdbarch_init): Update.
7190 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7191 * sh-tdep.c (sh_gdbarch_init): Update.
7192 * s390-tdep.c (s390_gdbarch_init): Update.
7193 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7194 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7195 (frame_get_saved_regs): Update.
7196 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7197 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7198 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7199 * mips-tdep.c (mips_gdbarch_init): Update.
7200 * mcore-tdep.c (mcore_gdbarch_init): Update.
7201 * m68k-tdep.c (m68k_gdbarch_init): Update.
7202 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7203 * ia64-tdep.c (ia64_gdbarch_init): Update.
7204 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7205 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7206 (i386_interix_back_one_frame): Update.
7207 * hppa-tdep.c (hppa_gdbarch_init): Update.
7208 (hppa_init_extra_frame_info): Update.
7209 * h8300-tdep.c (h8300_gdbarch_init): Update.
7210 * frv-tdep.c (frv_gdbarch_init): Update.
7211 * cris-tdep.c (cris_gdbarch_init): Update.
7212 * avr-tdep.c (avr_gdbarch_init): Update.
7213 * arm-tdep.c (arm_gdbarch_init): Update.
7214 * alpha-tdep.c (alpha_gdbarch_init): Update.
7215
7216 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7217
7218 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7219 (arm_get_fp_model): Declare.
7220 * arm-tdep.c (fp_model_strings): New string array.
7221 (arm_fp_model, current_fp_model): New variables.
7222 (arm_get_fp_model): New function.
7223 (arm_set_fp): New function.
7224 (set_fp_model_sfunc): New function.
7225 (show_fp_model): New function.
7226 (_initialize_arm_tdep): Add new command to set/show the FPU.
7227 (arm_extract_return_value): Use arm_get_fp_model.
7228 (arm_store_return_value): Likewise.
7229 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7230 to initialize the floating-point data types.
7231 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7232 model is FPA.
7233
7234 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7235
7236 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7237 the current setting of each value.
7238 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
7239 new_set and new_show. Use add_setshow_cmd_full and
7240 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7241 commands and add new version as subcommands of "set/show arm".
7242
7243 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7244
7245 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7246 (set_arm_command, show_arm_command): New functions.
7247 (_initialize_arm_tdep): Add them.
7248 (num_disassembly_options): Renamed from num_flavor_options.
7249 (valid_disassembly_styles): Renamed from valid_flavors.
7250 (disassembly_style): Renamed from disassembly_flavor.
7251 (set_disassembly_style_sfunc): Renamed from
7252 set_disassembly_flavor_sfunc.
7253 (set_disassembly_style): Renamed from set_disassembly_flavor.
7254 (arm_othernames): Updated.
7255 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7256 command. Add "set/show arm disassembly" commands. Deprecate
7257 "othernames" command.
7258
7259 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7260
7261 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7262 (arm-tdep.o): Depend on elf_arm_h.
7263
7264 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7265
7266 * Makefile.in (coff_internal_h): Define.
7267 (arm-tdep.o): Update dependencies.
7268
7269 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7270
7271 * arm-tdep.c (prologue_cache): Delete.
7272 (check_prologue_cache, save_prologue_cache): Delete.
7273 (arm_scan_prologue): Don't check or update the prologue_cache.
7274 (arm_gdb_arch_init): Don't initialize it.
7275 (_initialize_arm_tdep): Likewise.
7276
7277 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7278
7279 * MAINTAINERS (tui): Maintainer of tui code.
7280
7281 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
7282
7283 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7284 (i386-cygwin-tdep.o): Add dependencies.
7285 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7286 * i386-cygwin-tdep.c: New file.
7287 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7288 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7289
7290 2003-03-20 Andrew Cagney <cagney@redhat.com>
7291
7292 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7293 (handle_inferior_event): Remove code calling
7294 DYNAMIC_TRAMPOLINE_NEXTPC.
7295
7296 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7297 already has a full path.
7298
7299 * main.c (gdb_main): Return 1.
7300 (captured_main): Call error to report an invalid interpreter.
7301
7302 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7303 * alpha-osf1-tdep.c: Include "gdb_string.h".
7304
7305 2003-03-19 J. Brobecker <brobecker@gnat.com>
7306
7307 Continuing work to convert the hppa targets to multiarch partial.
7308
7309 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7310 method, now that hppa_push_dummy_frame has a conformant prototype.
7311 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7312 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7313 for the switch to multiarch partial.
7314
7315 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7316
7317 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7318 when iss is issNull.
7319
7320 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7321
7322 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7323 NUM_REGS bounds check.
7324
7325 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7326
7327 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7328 * mips-tdep.c (gdb_assert.h): Include.
7329 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7330 (mips_register_name): Handle integer registers explicitly. Add
7331 bounds checking.
7332 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7333 (mips_lsi33k_reg_names): Don't list integer registers; they're
7334 handled by mips_register_name() now.
7335 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7336 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7337 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7338 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7339 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7340
7341 2003-03-18 Andrew Cagney <cagney@redhat.com>
7342
7343 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7344 a void pointer.
7345 * gdbtypes.h (print_scalar_formatted): Update declaration.
7346 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7347
7348 2003-03-18 J. Brobecker <brobecker@gnat.com>
7349
7350 * infrun.c (observer.h): Add #include.
7351 (normal_stop): Add call to observer_notify_normal_stop.
7352 * Makefile.in (infrun.o): Add dependency on observer.h.
7353
7354 2003-03-18 J. Brobecker <brobecker@gnat.com>
7355
7356 Continuing work to convert the hppa targets to multiarch partial.
7357 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7358 parameter. Reformat comment.
7359 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7360 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7361 to match new profile.
7362
7363 2003-03-18 J. Brobecker <brobecker@gnat.com>
7364
7365 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7366 appear to be working in any case.
7367
7368 2003-03-18 J. Brobecker <brobecker@gnat.com>
7369
7370 * observer.c (observer_test_first_observer): New static variable.
7371 (observer_test_second_observer): Likewise.
7372 (observer_test_third_observer): Likewise.
7373 (observer_test_first_notification_function): New static function.
7374 (observer_test_second_notification_function): Likewise.
7375 (observer_test_third_notification_function): Likewise.
7376
7377 2003-03-17 J. Brobecker <brobecker@gnat.com>
7378
7379 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7380 * somsolib.c (gdb_assert.h): Likewise.
7381 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7382 (somsolib.o): Likewise.
7383
7384 2003-03-17 Andrew Cagney <cagney@redhat.com>
7385
7386 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7387 BFD. Simplify setting of di.endian.
7388
7389 2003-03-17 Andrew Cagney <cagney@redhat.com>
7390
7391 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7392 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7393
7394 From Elena Zannoni <ezannoni@redhat.com>
7395 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7396 vector and floating-point parameters.
7397 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7398 convention.
7399 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7400
7401 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7402
7403 * MAINTAINERS: Remove my name from several maintainership roles.
7404
7405 2003-03-17 Andrew Cagney <cagney@redhat.com>
7406
7407 Fix frame off-by-one bug.
7408 * frame-unwind.h (frame_this_id_ftype): Replace
7409 frame_unwind_id_ftype.
7410 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7411 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7412 with "prev_register".
7413 * frame-unwind.c (frame_unwind_find_by_pc): Return
7414 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7415 comment.
7416 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7417 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7418 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7419 (dummy_frame_unwind): Update.
7420 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7421 sentinel_frame_register_unwind.
7422 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7423 (sentinel_frame_unwinder): Update.
7424 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7425 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7426 * frame.c (create_sentinel_frame): Update. Initialize
7427 "prologue_cache" instead of "unwind_cache".
7428 (frame_register_unwind): Call this frame's prev_register with the
7429 next frame and this frame's prologue cache.
7430 (get_prev_frame): Simplify. Always call prev frame's this_id with
7431 this frame and prev frame's prologue cache. Document that this
7432 call is shifted one to the left when compared to the
7433 frame_register_unwind call.
7434 (legacy_saved_regs_prev_register): Replace
7435 frame_saved_regs_register_unwind.
7436 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7437 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7438 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7439 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7440 (d10v_frame_unwind): Update.
7441 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7442 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7443 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7444 "saved_regs" with "this_saved_regs".
7445
7446 2003-03-16 Andrew Cagney <cagney@redhat.com>
7447
7448 * frame.c (frame_pop): Don't call target_store_registers. Fix
7449 problem reported by Mark Kettenis.
7450
7451 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7452
7453 * i386-tdep.c (i386_register_type): Renamed from
7454 i386_register_virtual_type. Adjust function signature.
7455 (i386_gdbarch_init): Set register_type instead of
7456 deprecated_max_register_raw_size,
7457 deprecated_max_register_virtual_size and register_virtual_type.
7458
7459 2003-03-14 Andrew Cagney <cagney@redhat.com>
7460
7461 * frame.c (get_prev_frame): When a legacy frame, always call
7462 legacy_get_prev_frame. Simplify unwind code using assumption that
7463 the unwinder is new.
7464 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7465 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7466 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7467
7468 2003-03-14 Andrew Cagney <cagney@redhat.com>
7469
7470 * frame.c (get_saved_register): Delete function.
7471 * frame.h (get_saved_register): Delete declaration.
7472 * xstormy16-tdep.c: Update comment.
7473 * regcache.h: Update comments.
7474 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7475 get_saved_register and extract_address, use
7476 frame_read_unsigned_register.
7477 (sparc_frame_saved_pc): Ditto.
7478 (sparc_get_saved_register): Instead of get_saved_register, use
7479 frame_register.
7480 (sparc_pop_frame): Ditto.
7481 * findvar.c: Update comments.
7482 (value_of_register): Call frame_register instead of
7483 get_saved_register.
7484 (value_from_register): Ditto.
7485 * config/sparc/tm-sparc.h: Update comment.
7486 * breakpoint.c: Update comment.
7487
7488 2003-03-14 Andrew Cagney <cagney@redhat.com>
7489
7490 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7491 GET_SAVED_REGISTER.
7492 * gdbarch.h, gdbarch.c: Re-generate.
7493 * frame.h: Update comments.
7494 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7495 * x86-64-tdep.c (x86_64_init_abi): Update.
7496 * sparc-tdep.c (sparc_gdbarch_init): Update.
7497 * sh-tdep.c (sh_gdbarch_init): Update.
7498 * mips-tdep.c (mips_gdbarch_init): Update.
7499 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7500 * cris-tdep.c (cris_gdbarch_init): Update.
7501 * ia64-tdep.c (ia64_gdbarch_init): Update.
7502 * frame.c (frame_register): Update.
7503 (get_saved_register): Update.
7504 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7505
7506 2003-03-13 Andrew Cagney <cagney@redhat.com>
7507
7508 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7509 * gdbarch.h, gdbarch.c: Regenerate.
7510 * valops.c (hand_function_call): Update comment.
7511 * stack.c (return_command): Update comment.
7512 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7513 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7514 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7515 * x86-64-tdep.c (x86_64_init_abi): Update.
7516 * vax-tdep.c (vax_gdbarch_init): Update.
7517 * v850-tdep.c (v850_gdbarch_init): Update.
7518 * sparc-tdep.c (sparc_gdbarch_init): Update.
7519 * sh-tdep.c (sh_gdbarch_init): Update.
7520 * s390-tdep.c (s390_gdbarch_init): Update.
7521 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7522 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7523 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7524 * mips-tdep.c (mips_gdbarch_init): Update.
7525 * mcore-tdep.c (mcore_gdbarch_init): Update.
7526 * m68k-tdep.c (m68k_gdbarch_init): Update.
7527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7528 * ia64-tdep.c (ia64_gdbarch_init): Update.
7529 * i386-tdep.c (i386_gdbarch_init): Update.
7530 * hppa-tdep.c (hppa_gdbarch_init): Update.
7531 * h8300-tdep.c (h8300_gdbarch_init): Update.
7532 * frv-tdep.c (frv_gdbarch_init): Update.
7533 * cris-tdep.c (cris_gdbarch_init): Update.
7534 * avr-tdep.c (avr_gdbarch_init): Update.
7535 * arm-tdep.c (arm_gdbarch_init): Update.
7536 * alpha-tdep.c (alpha_gdbarch_init): Update.
7537
7538 2003-03-13 Andrew Cagney <cagney@redhat.com>
7539
7540 * frame.c (legacy_frame_p): New function.
7541 (get_prev_frame): Use legacy_frame_p.
7542 * frame.h (legacy_frame_p): Declare.
7543
7544 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7545
7546 * MAINTAINERS (write after approval): Alphabetically
7547 listing corrected.
7548
7549 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7550
7551 * MAINTAINERS (write after approval): Add myself.
7552
7553 2003-03-12 Andrew Cagney <cagney@redhat.com>
7554
7555 * frame.c (get_prev_frame): Rename the frame parameter to
7556 "this_frame".
7557 (get_next_frame, legacy_get_prev_frame): Ditto.
7558
7559 2003-03-12 Andrew Cagney <cagney@redhat.com>
7560
7561 * frame.c (get_current_frame): Check target_has_registers before
7562 checking target_has_stack.
7563 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7564 instead of deprecated_selected_frame.
7565 * findvar.c (value_of_register): Pass "frame", not
7566 deprecated_selected_frame, to value_of_builtin_reg.
7567
7568 2003-03-12 Andrew Cagney <cagney@redhat.com>
7569
7570 * regcache.c (regcache_cooked_write_signed): New function.
7571 (regcache_cooked_write_unsigned): New function.
7572 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7573 (regcache_cooked_read_signed): Fix regnum in range assertion.
7574 * regcache.h (regcache_cooked_write_signed): Declare.
7575 (regcache_cooked_write_unsigned): Declare.
7576
7577 2003-03-12 Andrew Cagney <cagney@redhat.com>
7578
7579 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7580 * gdbarch.h, gdbarch.c: Re-generate.
7581 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7582 * x86-64-tdep.h: Update.
7583 * x86-64-tdep.c (x86_64_init_abi): Update.
7584 * v850-tdep.c (v850_gdbarch_init): Update.
7585 * sparc-tdep.c (sparc_gdbarch_init): Update.
7586 * sh-tdep.c (sh_gdbarch_init): Update.
7587 * s390-tdep.c (s390_gdbarch_init): Update.
7588 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7589 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7590 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7591 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7592 * mips-tdep.c (mips_gdbarch_init): Update.
7593 * mcore-tdep.c (mcore_gdbarch_init): Update.
7594 * m68k-tdep.c (m68k_gdbarch_init): Update.
7595 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7596 * ia64-tdep.c (ia64_gdbarch_init): Update.
7597 * i386-tdep.c (i386_gdbarch_init): Update.
7598 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7599 * hppa-tdep.c (hppa_gdbarch_init): Update.
7600 * h8300-tdep.c (h8300_gdbarch_init): Update.
7601 * frv-tdep.c (frv_gdbarch_init): Update.
7602 * cris-tdep.c (cris_gdbarch_init): Update.
7603 * avr-tdep.c (avr_gdbarch_init): Update.
7604 * arm-tdep.c (arm_gdbarch_init): Update.
7605 * alpha-tdep.c (alpha_gdbarch_init): Update.
7606 * sh-tdep.c (sh_init_extra_frame_info): Update.
7607 (sh64_init_extra_frame_info): Update.
7608 * ns32knbsd-nat.c (frame_num_args): Update.
7609 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7610 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7611 (xstormy16_frame_chain_valid): Update.
7612 * vax-tdep.c (vax_saved_pc_after_call): Update.
7613 * v850-tdep.c (v850_frame_chain): Update.
7614 (v850_pop_frame): Update.
7615 (v850_init_extra_frame_info): Update.
7616 * sparc-tdep.c (setup_arbitrary_frame): Update.
7617 * ns32k-tdep.c (umax_frame_num_args): Update.
7618 * s390-tdep.c (s390_pop_frame_regular): Update.
7619 * mn10300-tdep.c (mn10300_frame_chain): Update.
7620 (mn10300_pop_frame_regular): Update.
7621 (mn10300_init_extra_frame_info): Update.
7622 * mips-tdep.c (mips_init_frame_pc_first): Update.
7623 (mips_frame_chain): Update.
7624 (mips_pop_frame): Update.
7625 * mcore-tdep.c (mcore_frame_chain): Update.
7626 (mcore_pop_frame): Update.
7627 (mcore_init_extra_frame_info): Update.
7628 * arch-utils.c (init_frame_pc_default): Update.
7629 * m68k-tdep.c (isi_frame_num_args): Update.
7630 (delta68_frame_num_args): Update.
7631 (news_frame_num_args): Update.
7632 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7633 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7634 (alpha_frame_chain): Update.
7635 (alpha_pop_frame): Update.
7636 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7637 (hppa_init_extra_frame_info): Update.
7638 (hppa_frame_chain): Update.
7639 (hppa_frame_chain_valid): Update.
7640 * cris-tdep.c (cris_init_extra_frame_info): Update.
7641 * avr-tdep.c (avr_init_extra_frame_info): Update.
7642 * arm-tdep.c (arm_frame_chain_valid): Update.
7643 (arm_init_extra_frame_info): Update.
7644 (arm_pop_frame): Update.
7645 * frame.c (frame_pc_unwind): Update.
7646 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7647 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7648 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7649 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7650 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7651 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7652
7653 2003-03-12 Andrew Cagney <cagney@redhat.com>
7654
7655 Eliminate the need for POP_FRAME.
7656 * frame.c (do_frame_unwind_register): New function.
7657 (frame_pop): When no POP_FRAME, pop the frame using register
7658 unwind and a scratch regcache.
7659 (frame_saved_regs_pop): Delete function.
7660 (trad_frame_unwinder): Update.
7661 * d10v-tdep.c (d10v_frame_pop): Delete function.
7662 (d10v_frame_unwind): Update.
7663 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7664 (sentinel_frame_unwinder): Update.
7665 * dummy-frame.c (dummy_frame_pop): Delete function.
7666 (dummy_frame_unwind): Update.
7667 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7668 (struct frame_unwind): Update.
7669
7670 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7671
7672 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7673 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7674 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7675 Do range checks on register number obtained from debugging info.
7676 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7677 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7678 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7679 mapping function.
7680 (do_fp_register_row): Fix typo which caused double type to be
7681 used when attempting to unpack a float.
7682
7683 2003-03-11 J. Brobecker <brobecker@gnat.com>
7684
7685 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7686
7687 2003-03-11 Andrew Cagney <cagney@redhat.com>
7688
7689 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7690 frame. Problem found by Corinna Vinschen.
7691
7692 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7693
7694 * doublest.c (floatformat_from_length): Accept also
7695 the real size of 'long double' type.
7696
7697 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7698
7699 From Klee Dienes <kdienes@apple.com>:
7700 * breakpoint.c (bpstat_copy): Copy the command lines as well
7701 as the old value, to match what is freed in bpstat_clear.
7702
7703 2003-03-10 David Carlton <carlton@math.stanford.edu>
7704
7705 * minsyms.c (add_minsym_to_hash_table): Replace
7706 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7707 (compare_minimal_symbols, compact_minimal_symbols)
7708 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7709 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7710 of DEPRECATED_SYMBOL_MATCHES_NAME.
7711 (lookup_minimal_symbol_solib_trampoline): Ditto.
7712
7713 2003-03-10 Andrew Cagney <cagney@redhat.com>
7714
7715 * regcache.h (regcache_cooked_read_ftype): Define.
7716 (regcache_save, regcache_restore): Add a cooked_read parameter.
7717 * regcache.c (regcache_save, regcache_restore): Update.
7718 (do_cooked_read): New function.
7719 (regcache_cpy): Pass do_cooked_read to regcache_save and
7720 regcache_restore.
7721
7722 2003-03-10 Andrew Cagney <cagney@redhat.com>
7723
7724 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7725 * gdbarch.h, gdbarch.c: Re-generate.
7726 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7727 * x86-64-tdep.h: Update.
7728 * x86-64-tdep.c (x86_64_init_abi): Update.
7729 * v850-tdep.c (v850_gdbarch_init): Update.
7730 * sparc-tdep.c (sparc_gdbarch_init): Update.
7731 * sh-tdep.c (sh_gdbarch_init): Update.
7732 * s390-tdep.c (s390_gdbarch_init): Update.
7733 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7734 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7735 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7736 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7737 * mips-tdep.c (mips_gdbarch_init): Update.
7738 * mcore-tdep.c (mcore_gdbarch_init): Update.
7739 * m68k-tdep.c (m68k_gdbarch_init): Update.
7740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7741 * ia64-tdep.c (ia64_gdbarch_init): Update.
7742 * i386-tdep.c (i386_gdbarch_init): Update.
7743 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7744 * hppa-tdep.c (hppa_gdbarch_init): Update.
7745 * h8300-tdep.c (h8300_gdbarch_init): Update.
7746 * frv-tdep.c (frv_gdbarch_init): Update.
7747 * cris-tdep.c (cris_gdbarch_init): Update.
7748 * avr-tdep.c (avr_gdbarch_init): Update.
7749 * arm-tdep.c (arm_gdbarch_init): Update.
7750 * alpha-tdep.c (alpha_gdbarch_init): Update.
7751 * sh-tdep.c (sh_init_extra_frame_info): Update.
7752 (sh64_init_extra_frame_info): Update.
7753 * ns32knbsd-nat.c (frame_num_args): Update.
7754 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7755 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7756 (xstormy16_frame_chain_valid): Update.
7757 * vax-tdep.c (vax_saved_pc_after_call): Update.
7758 * v850-tdep.c (v850_frame_chain): Update.
7759 (v850_pop_frame): Update.
7760 (v850_init_extra_frame_info): Update.
7761 * sparc-tdep.c (setup_arbitrary_frame): Update.
7762 * ns32k-tdep.c (umax_frame_num_args): Update.
7763 * s390-tdep.c (s390_pop_frame_regular): Update.
7764 * mn10300-tdep.c (mn10300_frame_chain): Update.
7765 (mn10300_pop_frame_regular): Update.
7766 (mn10300_init_extra_frame_info): Update.
7767 * mips-tdep.c (mips_init_frame_pc_first): Update.
7768 (mips_frame_chain): Update.
7769 (mips_pop_frame): Update.
7770 * mcore-tdep.c (mcore_frame_chain): Update.
7771 (mcore_pop_frame): Update.
7772 (mcore_init_extra_frame_info): Update.
7773 * arch-utils.c (init_frame_pc_default): Update.
7774 * m68k-tdep.c (isi_frame_num_args): Update.
7775 (delta68_frame_num_args): Update.
7776 (news_frame_num_args): Update.
7777 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7778 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7779 (alpha_frame_chain): Update.
7780 (alpha_pop_frame): Update.
7781 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7782 (hppa_init_extra_frame_info): Update.
7783 (hppa_frame_chain): Update.
7784 (hppa_frame_chain_valid): Update.
7785 * cris-tdep.c (cris_init_extra_frame_info): Update.
7786 * avr-tdep.c (avr_init_extra_frame_info): Update.
7787 * arm-tdep.c (arm_frame_chain_valid): Update.
7788 (arm_init_extra_frame_info): Update.
7789 (arm_pop_frame): Update.
7790 * frame.c (frame_pc_unwind): Update.
7791 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7792 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7793 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7794 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7795 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7796 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7797
7798 2003-03-10 Andrew Cagney <cagney@redhat.com>
7799
7800 * gdbarch.sh (gdbarch_unwind_pc): New method.
7801 * gdbarch.h, gdbarch.c: Regenerate.
7802 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7803 but use read_pc and FRAME_SAVED_PC as fall backs.
7804 (frame_saved_regs_pc_unwind): Delete function.
7805 (trad_frame_unwinder): Update.
7806 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7807 (struct frame_unwind): Update.
7808 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7809 (dummy_frame_unwind): Update.
7810 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7811 (sentinel_frame_unwinder): Update.
7812 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7813 (d10v_frame_unwind): Update.
7814 (d10v_unwind_pc): New function.
7815 (d10v_gdbarch_init): Set unwind_pc.
7816
7817 2003-03-10 Andrew Cagney <cagney@redhat.com>
7818
7819 * gdbarch.h: Re-generate.
7820
7821 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7822 PC.
7823 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7824 the PC register.
7825
7826 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7827
7828 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7829
7830 2003-03-08 Andrew Cagney <cagney@redhat.com>
7831
7832 * cli-out.c: Update copyright.
7833 (cli_out_data): Define typedef. Use instead of ui_out_data.
7834
7835 2003-03-08 Andrew Cagney <cagney@redhat.com>
7836
7837 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7838 the result.
7839
7840 2003-03-07 Andrew Cagney <cagney@redhat.com>
7841
7842 * gdbarch.sh: Don't generate two macro definitions when an
7843 undefined macro taking no arguments.
7844 * gdbarch.h: Regenerate.
7845
7846 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7847
7848 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7849 (x86_64_unwind_dummy_id): New functions.
7850 (x86_64_init_abi): Register these two new functions.
7851
7852 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7853
7854 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7855 (x86_64_skip_prologue): Move prologue detection to
7856 separate function.
7857 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7858
7859 2003-03-05 Andrew Cagney <cagney@redhat.com>
7860
7861 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7862 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7863 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7864 to use unwind_dummy_id when a dummy frame.
7865 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7866 predicate.
7867 * gdbarch.h, gdbarch.c: Regneerate.
7868
7869 2003-03-05 Andrew Cagney <cagney@redhat.com>
7870
7871 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7872 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7873 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7874 values.
7875
7876 2003-03-05 Andrew Cagney <cagney@redhat.com>
7877
7878 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7879 (struct d10v_unwind_cache): Delete field "frameless". Replace
7880 "next_addr" with "sp_offset". Add "r11_offset".
7881 (d10v_frame_unwind_cache): Update.
7882 (prologue_find_regs): Update. When "mv r11, sp", save the
7883 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7884 RN was saved in r11_offset.
7885
7886 2003-03-05 Andrew Cagney <cagney@redhat.com>
7887
7888 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7889 cached PC value in the next frame.
7890
7891 2003-03-05 Andrew Cagney <cagney@redhat.com>
7892
7893 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7894 "id_unwind_cache" with "id".
7895 (frame_id_unwind): Delete declaration.
7896 * frame.c (frame_id_unwind): Delete function.
7897 (get_prev_frame): Call the frame id unwind method directly. Store
7898 the returned next frame's ID value in NEXT_FRAME. Note that there
7899 is a problem with the wrong unwind ID being called with the wrong
7900 unwind cache.
7901
7902 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7903
7904 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7905
7906 2003-03-05 James Ingham <jingham@apple.com>
7907 Daniel Jacobowitz <drow@mvista.com>
7908
7909 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7910 (auto_cp_abi): New variable.
7911 (current_cp_abi, num_cp_abis): Make static.
7912 (CP_ABI_MAX): Define.
7913 (cp_abis): Turn into an array.
7914 (value_virtual_fn_field): Fix formatting.
7915 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7916 takes a pointer.
7917 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7918 (list_cp_abis, _initialize_cp_abi): New functions.
7919 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7920 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7921 switch_to_cp_abi. Update prototype for register_cp_abi.
7922 * Makefile.in (cp-abi.o): Update dependencies.
7923 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7924 instead of switch_to_cp_abi.
7925 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7926 register_cp_abi.
7927 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7928 register_cp_abi.
7929 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7930
7931 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7932
7933 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7934 * dwarf2loc.c: Include "regcache.h".
7935 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7936 register_size.
7937 * Makefile.in (dwarf2loc.o): Update dependencies.
7938
7939 2003-03-04 Theodore A. Roth <troth@openavr.org>
7940
7941 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7942 number of io registers reported by remote target is not a multiple of
7943 step.
7944
7945 2003-03-04 David Carlton <carlton@math.stanford.edu>
7946
7947 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7948 (lookup_symbol_aux_psymtabs): Update call to
7949 lookup_partial_symbol.
7950 (lookup_transparent_type, find_main_psymtab)
7951 (make_symbol_overload_list): Ditto.
7952
7953 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7954
7955 * MAINTAINERS (Write after approval): Update my email address.
7956
7957 2003-03-03 Andrew Cagney <cagney@redhat.com>
7958
7959 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7960 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7961 predicate. Replace MAX_REGISTER_RAW_SIZE.
7962 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7963 MAX_REGISTER_VIRTUAL_SIZE.
7964 * regcache.c (legacy_max_register_raw_size): New function.
7965 (legacy_max_register_virtual_size): New function.
7966 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7967 (MAX_REGISTER_RAW_SIZE): Define.
7968 (legacy_max_register_raw_size): Declare.
7969 (legacy_max_register_virtual_size): Declare.
7970 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7971 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7972 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7973 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7974 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7975 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7976 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7977 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7978 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7979 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7980 * vax-tdep.c (vax_gdbarch_init): Update.
7981 * v850-tdep.c (v850_gdbarch_init): Update.
7982 * sparc-tdep.c (sparc_gdbarch_init): Update.
7983 * sh-tdep.c (sh_gdbarch_init): Update.
7984 * s390-tdep.c (s390_gdbarch_init): Update.
7985 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7986 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7987 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7988 * mips-tdep.c (mips_gdbarch_init): Update.
7989 * mcore-tdep.c (mcore_gdbarch_init): Update.
7990 * m68k-tdep.c (m68k_gdbarch_init): Update.
7991 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7992 * ia64-tdep.c (ia64_gdbarch_init): Update.
7993 * i386-tdep.c (i386_gdbarch_init): Update.
7994 * hppa-tdep.c (hppa_gdbarch_init): Update.
7995 * h8300-tdep.c (h8300_gdbarch_init): Update.
7996 * frv-tdep.c (frv_gdbarch_init): Update.
7997 * cris-tdep.c (cris_gdbarch_init): Update.
7998 * avr-tdep.c (avr_gdbarch_init): Update.
7999 * arm-tdep.c (arm_gdbarch_init): Update.
8000 * alpha-tdep.c (alpha_gdbarch_init): Update.
8001 * d10v-tdep.c (d10v_gdbarch_init): Do not set
8002 max_register_raw_size or max_register_virtual_size.
8003
8004 2003-03-03 David Carlton <carlton@math.stanford.edu>
8005
8006 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
8007 SYMBOL_MATCHES_NAME, add comment.
8008 (SYMBOL_MATCHES_NATURAL_NAME): New.
8009 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
8010 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
8011 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
8012 * symtab.c (lookup_partial_symbol): Use
8013 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
8014 unhelpful comment.
8015 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
8016 SYMBOL_MATCHES_NAME.
8017 Fix for PR c++/33.
8018
8019 2003-03-03 David Carlton <carlton@math.stanford.edu>
8020
8021 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
8022 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
8023 by regexp matching against SYMBOL_NATURAL_NAME.
8024
8025 2003-03-03 David Carlton <carlton@math.stanford.edu>
8026
8027 * linespec.c (find_method): Extract code into collect_methods.
8028 (collect_methods): New.
8029
8030 2003-03-02 Mark Kettenis <kettenis@gnu.org>
8031
8032 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
8033 get_frame_base.
8034
8035 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
8036 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8037
8038 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
8039
8040 * arch-utils.c (generic_register_byte): Fix to use the loop index
8041 and not regnum when summing the size of all registers up to regnum.
8042
8043 2003-03-01 Andrew Cagney <cagney@redhat.com>
8044
8045 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
8046 FRAME_INIT_SAVED_REGS.
8047 * gdbarch.h, gdbarch.c: Regenerate.
8048 * stack.c (frame_info): Update.
8049 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
8050 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
8051 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
8052 * ns32k-tdep.c (ns32k_pop_frame): Update.
8053 * mips-tdep.c (mips_pop_frame): Update.
8054 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
8055 * ia64-tdep.c (ia64_frame_chain): Update.
8056 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
8057 (ia64_frameless_function_invocation): Update.
8058 (ia64_init_extra_frame_info): Update.
8059 (ia64_pop_frame_regular): Update.
8060 * frame.h (struct frame_info): Update comment.
8061 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
8062 * frame.c (frame_saved_regs_register_unwind): Update.
8063 (frame_saved_regs_register_unwind): Update.
8064 (deprecated_generic_get_saved_register): Update.
8065 * cris-tdep.c: Update comment.
8066 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
8067 Rename macro.
8068 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8069 * x86-64-tdep.c (x86_64_init_abi): Update.
8070 * vax-tdep.c (vax_gdbarch_init): Update.
8071 * v850-tdep.c (v850_gdbarch_init): Update.
8072 * sparc-tdep.c (sparc_gdbarch_init): Update.
8073 * sh-tdep.c (sh_gdbarch_init): Update.
8074 * s390-tdep.c (s390_gdbarch_init): Update.
8075 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8076 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8077 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8078 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8079 * mips-tdep.c (mips_gdbarch_init): Update.
8080 * mcore-tdep.c (mcore_gdbarch_init): Update.
8081 * m68k-tdep.c (m68k_gdbarch_init): Update.
8082 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8083 * ia64-tdep.c (ia64_gdbarch_init): Update.
8084 * i386-tdep.c (i386_gdbarch_init): Update.
8085 * frv-tdep.c (frv_gdbarch_init): Update.
8086 * avr-tdep.c (avr_gdbarch_init): Update.
8087 * arm-tdep.c (arm_gdbarch_init): Update.
8088 * alpha-tdep.c (alpha_gdbarch_init): Update.
8089
8090 2003-03-01 Andrew Cagney <cagney@redhat.com>
8091
8092 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
8093 option enum and switch. When no windows, set the interpreter to
8094 INTERP_CONSOLE.
8095
8096 2003-03-01 Andrew Cagney <cagney@redhat.com>
8097
8098 * main.c (captured_main): Replace magic option characters with an
8099 enum.
8100
8101 2003-03-01 Andrew Cagney <cagney@redhat.com>
8102
8103 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
8104 INIT_EXTRA_FRAME_INFO.
8105 * gdbarch.h, gdbarch.c: Regenerate.
8106 * arm-tdep.c: Update comments.
8107 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
8108 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
8109 * frame.h, avr-tdep.c: Ditto.
8110 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
8111 (create_new_frame, legacy_get_prev_frame): Ditto.
8112 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8113 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8114 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
8115 deprecated_init_extra_frame_info instead of init_extra_frame_info.
8116 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8117 * v850-tdep.c (v850_gdbarch_init): Ditto.
8118 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8119 * sh-tdep.c (sh_gdbarch_init): Ditto.
8120 * s390-tdep.c (s390_gdbarch_init): Ditto.
8121 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
8122 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8123 * mips-tdep.c (mips_gdbarch_init): Ditto.
8124 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8125 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8126 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8127 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8128 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8129 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8130 * frv-tdep.c (frv_gdbarch_init): Ditto.
8131 * cris-tdep.c (cris_gdbarch_init): Ditto.
8132 * avr-tdep.c (avr_gdbarch_init): Ditto.
8133 * arm-tdep.c (arm_gdbarch_init): Ditto.
8134 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8135 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8136
8137 2003-03-01 Andrew Cagney <cagney@redhat.com>
8138
8139 * gdbarch.sh (register_type): New function with predicate.
8140 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
8141 * gdbarch.h, gdbarch.c: Re-generate.
8142 * arch-utils.c (generic_register_byte): Use generic_register_size.
8143 (generic_register_size): When available, use
8144 gdbarch_register_type.
8145 * regcache.c (init_regcache_descr): When available, initialize the
8146 register type array using gdbarch_register_type. If the
8147 architecture supplies gdbarch_register_type, do not use the legacy
8148 regcache layout.
8149 * d10v-tdep.c (d10v_register_type): Replace
8150 d10v_register_virtual_type.
8151 (d10v_gdbarch_init): Set register_type instead of
8152 register_virtual_type.
8153
8154 2003-03-01 Andrew Cagney <cagney@redhat.com>
8155
8156 * Makefile.in (ax-gdb.o): Update dependencies.
8157 * ax-gdb.c: Include "regcache.h".
8158 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8159 * findvar.c (value_of_register): Ditto.
8160 * infcmd.c (default_print_registers_info): Ditto.
8161
8162 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8163
8164 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8165 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8166
8167 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8168
8169 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8170 of STREQ.
8171
8172 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
8173
8174 * Makefile.in (dwarf2loc.o): Update dependencies.
8175 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8176 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8177 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8178 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8179 (locexpr_tracepoint_var_ref): New function.
8180 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8181
8182 2003-02-28 Andrew Cagney <cagney@redhat.com>
8183
8184 * regcache.c (register_size): New function.
8185 * regcache.h (register_size): Declare
8186 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8187 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8188
8189 2003-02-28 David Carlton <carlton@math.stanford.edu>
8190
8191 * linespec.c (decode_compound): Extract code into find_method.
8192 (find_method): New.
8193
8194 2003-02-28 J. Brobecker <brobecker@gnat.com>
8195
8196 * Makefile.in: Add rules to build and link in observer.o.
8197
8198 2003-02-27 J. Brobecker <brobecker@gnat.com>
8199
8200 * observer.c: Minor comments edits.
8201
8202 2003-02-27 J. Brobecker <brobecker@gnat.com>
8203
8204 * observer.h, observer.c: New file.
8205
8206 2003-02-27 Andrew Cagney <cagney@redhat.com>
8207
8208 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8209
8210 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8211
8212 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8213 (M6812_OP_STS_EXT): Likewise.
8214 (m6811_prologue): Use the above to recognize prologue.
8215 (m6812_prologue): Likewise.
8216
8217 2003-02-27 David Carlton <carlton@math.stanford.edu>
8218
8219 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8220 SYMBOL_PRINT_NAME.
8221 (compare_psymbols): Ditto.
8222 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8223
8224 2003-02-27 Michael Snyder <msnyder@redhat.com>
8225
8226 * f-lang.c (build_fortran_types): New function.
8227 (_initialize_f_language): Gdbarch-register built-in fortran types.
8228 * doublest.c (extract_floating): Fix warning text.
8229
8230 2003-02-27 Andrew Cagney <cagney@redhat.com>
8231
8232 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8233 predicate. Replaces PUSH_DUMMY_FRAME.
8234 * gdbarch.h, gdbarch.c: Regnerate.
8235 * valops.c (hand_function_call): Update. Call
8236 generic_push_dummy_frame directly.
8237 * vax-tdep.c (vax_gdbarch_init): Update.
8238 * sparc-tdep.c (sparc_gdbarch_init): Update.
8239 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8240 * m68k-tdep.c (m68k_gdbarch_init): Update.
8241 * hppa-tdep.c (hppa_gdbarch_init): Update.
8242 * alpha-tdep.c (alpha_gdbarch_init): Update.
8243 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8244 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8245 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8246 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8247 push_dummy_frame to generic_push_dummy_frame.
8248 * v850-tdep.c (v850_gdbarch_init): Ditto.
8249 * sh-tdep.c (sh_gdbarch_init): Ditto.
8250 * s390-tdep.c (s390_gdbarch_init): Ditto.
8251 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8252 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8253 * mips-tdep.c (mips_gdbarch_init): Ditto.
8254 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8255 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8256 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8257 * i386-tdep.c (i386_gdbarch_init): Ditto.
8258 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8259 * frv-tdep.c (frv_gdbarch_init): Ditto.
8260 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8261 * cris-tdep.c (cris_gdbarch_init): Ditto.
8262 * avr-tdep.c (avr_gdbarch_init): Ditto.
8263 * arm-tdep.c (arm_gdbarch_init): Ditto.
8264
8265 2003-02-26 Kevin Buettner <kevinb@redhat.com>
8266
8267 * mips-tdep.c (show_mips_abi): New function.
8268 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8269 command ``show mips abi''.
8270
8271 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8272
8273 From Elena Zannoni <ezannoni@redhat.com>
8274 * dbxread.c (process_one_symbol): Only record line 0 if one or
8275 more sline entries have been seen for the function.
8276
8277 2003-02-26 Michael Chastain <mec@shout.net>
8278
8279 * configure: Regenerate with autoconf 000227.
8280
8281 2003-02-26 Michael Chastain <mec@shout.net>
8282
8283 Close PR build/660.
8284 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8285 for old libc5/glibc.
8286 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8287
8288 2003-02-26 Kris Warkentin <kewarken@qnx.com>
8289
8290 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8291 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8292
8293 2003-02-26 Michael Chastain <mec@shout.net>
8294
8295 * configure.in: New variable HAVE_UINTPTR_T.
8296 * configure, config.in: Regenerated.
8297
8298 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8299
8300 Fix PR build/1097.
8301 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8302
8303 2003-02-25 Andrew Cagney <cagney@redhat.com>
8304
8305 * frame.c (get_prev_frame): Add comment on check for
8306 inside_entry_func. Only check for inside_entry_file when not a
8307 dummy and not a sentinel. Check that the new frame is not inner
8308 to the old frame.
8309
8310 2003-02-25 Andrew Cagney <cagney@redhat.com>
8311
8312 * frame.c (frame_debug): New variable.
8313 (_initialize_frame): Add "set/show debug frame" command.
8314 (get_prev_frame): When frame_debug, print reason why unwind
8315 failed.
8316
8317 2003-02-25 Michael Chastain <mec@shout.net>
8318
8319 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8320 to avoid uintptr_t definition problems.
8321
8322 2003-02-25 David Carlton <carlton@math.stanford.edu>
8323
8324 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8325 (SYMBOL_LINKAGE_NAME): Ditto.
8326 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8327 SYMBOL_LINKAGE_NAME.
8328 (struct general_symbol_info): Expand comment.
8329 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8330 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8331 (SYMBOL_MATCHES_REGEXP): Ditto.
8332 * symtab.c (symbol_natural_name): New function.
8333 * objfiles.h: Replace all uses of SYMBOL_NAME by
8334 DEPRECATED_SYMBOL_NAME.
8335 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8336 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8337 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8338 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8339 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8340 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8341 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8342 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8343 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8344 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8345 * ada-exp.y: Ditto.
8346 * ada-exp.y: Update copyright.
8347 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8348 * cp-valprint.c: Ditto.
8349
8350 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8351
8352 * infptrace.c (detach): Do not flag error if ptrace detach fails
8353 and errno is set to ESRCH.
8354
8355 2003-02-24 Andrew Cagney <cagney@redhat.com>
8356
8357 * infptrace.c (udot_info): Change type of udot_off to long. Use
8358 paddr when printing udot_off's value.
8359
8360 2003-02-24 David Carlton <carlton@math.stanford.edu>
8361
8362 * symtab.c (make_symbol_overload_list): Only read in partial
8363 symtabs containing a matching partial symbol.
8364
8365 2003-02-24 David Carlton <carlton@math.stanford.edu>
8366
8367 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8368 do the comparison, not strcmp.
8369 * symfile.c (compare_psymbols): Ditto.
8370 * defs.h: Declare strcmp_iw_ordered.
8371 * utils.c (strcmp_iw_ordered): New function.
8372
8373 2003-02-24 Jim Blandy <jimb@redhat.com>
8374
8375 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8376 support, shared libs): Remove my name from here, to better reflect
8377 reality.
8378
8379 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8380
8381 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8382 (target_ops): Add to_have_continuable_watchpoint.
8383 * target.c (update_current_target): Add INHERIT line for
8384 to_have_continuable_watchpoint.
8385 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8386 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8387 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8388 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8389
8390 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8391
8392 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8393 maintainership.
8394
8395 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8396
8397 * solib.c (solib_open): Call target defined search function after
8398 failing with solib-search-path.
8399 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8400 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8401
8402 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8403
8404 * MAINTAINERS: Add myself to Write After section.
8405
8406 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8407
8408 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8409
8410 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8411
8412 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8413 (m68hc11_add_reggroups): New function.
8414 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8415 (m68hc11_gdbarch_init): Install the reggroups.
8416 (_initialize_m68hc11_tdep): Initialize them.
8417
8418 2003-02-21 James E Wilson <wilson@tuliptree.org>
8419
8420 * MAINTAINERS: Update my email address.
8421
8422 2003-02-21 David Carlton <carlton@math.stanford.edu>
8423
8424 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8425
8426 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8427
8428 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8429 * symtab.h: Add opaque declarations of struct axs_value and
8430 struct agent_expr.
8431 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8432 (struct location_funcs): New type.
8433 (struct symbol): Add "loc" to aux_value.
8434 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8435 * dwarf2read.c: Include "dwarf2expr.h".
8436 (dwarf2_symbol_mark_computed): New function.
8437 (read_func_scope): Use it.
8438 (var_decode_location): New function.
8439 (new_symbol): Use it.
8440 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8441
8442 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8443 (dwarf2expr_h, dwarf2loc_h): New variables.
8444 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8445 (dwarf2expr.o, dwarf2loc.o): New rules.
8446 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8447 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8448 LOC_COMPUTED_ARG.
8449 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8450 * m2-exp.y (yylex): Likewise.
8451 * printcmd.c (address_info, print_frame_args): Likewise.
8452 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8453 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8454 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8455 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8456 * symtab.c (lookup_block_symbol): Likewise.
8457
8458 2003-02-20 Adam Fedor <fedor@gnu.org>
8459
8460 * symtab.h: Remove objc_specific struct
8461 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8462 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8463 Have language_objc use cplus_specific struct.
8464
8465 2003-02-20 Tom Tromey <tromey@redhat.com>
8466
8467 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8468 TYPE_NAME, when printing a String value. PR java/1075.
8469
8470 2003-02-20 Adam Fedor <fedor@gnu.org>
8471
8472 * objc-lang.h (find_methods): Remove declaration.
8473 * objc-lang.c (find_methods): Make static.
8474
8475 2003-02-20 Christopher Faylor <cgf@redhat.com>
8476
8477 * win32-nat.c (get_image_name): Check return value from
8478 ReadProcessMemory.
8479 (child_xfer_memory): Ditto.
8480
8481 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8482
8483 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8484 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8485 '${exec_prefix}' (in addition to the expansion thereof) as
8486 relocatable.
8487 * configure: Rebuilt.
8488
8489 2003-02-20 David Carlton <carlton@math.stanford.edu>
8490
8491 * symtab.c (search_symbols): Revert the search_symbols part of my
8492 2002-12-23 patch. Add comment.
8493
8494 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8495
8496 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8497 * dbxread.c (elfstab_build_psymtabs): Don't call
8498 install_minimal_symbols.
8499 (stabsect_build_psymtabs): Likewise.
8500 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8501 earlier.
8502 * somread.c (som_symfile_read): Call install_minimal_symbols
8503 and do_cleanups earlier.
8504 * nlmread.c (nlm_symfile_read): Likewise.
8505 * mdebugread.c (elfmdebug_build_psymtabs): Call
8506 install_minimal_symbols and make appropriate cleanups.
8507
8508 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8509
8510 * solib.c (reload_shared_libraries): New function.
8511 (_initialize_solib): Add callbacks for ``set solib-search-path''
8512 and ``set solib-absolute-prefix''.
8513
8514 2003-02-20 David Carlton <carlton@math.stanford.edu>
8515
8516 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8517 expand comment.
8518 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8519 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8520 * ada-typeprint.c (ada_typedef_print): Ditto.
8521 * ax-gdb.c (gen_var_ref): Ditto.
8522 * breakpoint.c (print_one_breakpoint): Ditto.
8523 * buildsym.c (finish_block): Ditto.
8524 * c-valprint.c (c_val_print): Ditto.
8525 * expprint.c (print_subexp): Ditto.
8526 * findvar.c (locate_var_value): Ditto.
8527 * infcmd.c (jump_command): Ditto.
8528 * linespec.c (decode_line_2, decode_compound): Ditto.
8529 * maint.c (maintenance_translate_address): Ditto.
8530 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8531 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8532 Ditto.
8533 * p-valprint.c (pascal_val_print): Ditto.
8534 * stabsread.c (define_symbol): Ditto.
8535 * stack.c (print_frame, frame_info, print_block_frame_locals)
8536 (print_frame_arg_vars, return_command): Ditto.
8537 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8538 * symmisc.c (print_symbol): Ditto.
8539 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8540 (compare_search_syms, print_symbol_info, print_msymbol_info)
8541 (rbreak_command): Ditto.
8542 * tracepoint.c (tracepoints_info): Ditto.
8543 * typeprint.c (typedef_print): Ditto.
8544 * valops.c (value_of_variable, hand_function_call): Ditto.
8545 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8546 * ada-typeprint.c: Update Copyright.
8547 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8548 * tracepoint.c, cli/cli-cmds.c: Ditto.
8549
8550 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8551
8552 * frame.c (generic_unwind_get_saved_register): Make non-static.
8553 * frame.h (generic_unwind_get_saved_register): Declare.
8554 * mips-tdep.c (read_next_frame_reg): Fetch register from
8555 current regcache when frame is NULL.
8556 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8557 that must be NULL.
8558 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8559 instead of frame_register_unwind().
8560
8561 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8562
8563 * remote-sim.c (gdbsim_insert_breakpoint)
8564 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8565 code.
8566
8567 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8568
8569 * remote.c (_initialize_remote): Add commands "set/show remote
8570 hardware-watchpoint-limit" and "set/show remote
8571 hardware-breakpoint-limit".
8572 (remote_hw_watchpoint_limit): Initialize to -1.
8573 (remote_hw_breakpoint_limit): Ditto.
8574 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8575
8576 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8577
8578 * coff-pe-read.c: New file - support reading of minimal symbols from a
8579 portable executable using the export table.
8580 * coff-pe-read.h: New file.
8581 * coffread.c: Include coff-pe-read.h.
8582 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8583 debugging symbols found.
8584 * Makefile.in (SFILES): Add coff-pe-read.o.
8585 (coff_pe_read_h): Define.
8586 (COMMON_OBS): Add coff-pe-read.o.
8587 (coffread.o): Add coff_pe_read_h dependency.
8588 (coff-pe-read.o): New target.
8589
8590 2003-02-19 David Carlton <carlton@math.stanford.edu>
8591
8592 * Makefile.in (SFILES): Add block.c.
8593 (block_h): New.
8594 (COMMON_OBS): Add block.o.
8595 (block.o): New.
8596 (x86-64-tdep.o): Add $(block_h).
8597 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8598 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8599 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8600 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8601 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8602 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8603 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8604 * value.h: Add opaque declaration for struct block.
8605 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8606 * ada-lang.h: Ditto.
8607 * x86-64-tdep.c: #include "block.h"
8608 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8609 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8610 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8611 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8612 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8613 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8614 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8615 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8616 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8617 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8618 * symtab.c (block_function): Ditto.
8619 (contained_in): Ditto.
8620 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8621 block.h. Add opaque declaration for struct block.
8622 * symtab.h: Move block_function and contained_in declarations to
8623 block.h. Add opaque declarations for struct block, struct
8624 blockvector.
8625 (struct block): Move to block.h.
8626 (struct blockvector): Ditto.
8627 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8628 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8629 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8630 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8631 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8632 Ditto.
8633 * block.c: New file.
8634 * block.h: New file.
8635
8636 2003-02-19 Theodore A. Roth <troth@openavr.org>
8637
8638 * avr-tdep.c (avr_extract_return_value): Remove function.
8639 (avr_store_return_value): Remove function.
8640 (avr_extract_struct_value_address): Remove function.
8641 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8642
8643 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8644
8645 * rs6000-tdep.c: Include "gdb_assert.h".
8646 (registers_e500): Add "acc" and "spefscr".
8647 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8648 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8649 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8650 really is "r0".
8651 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8652
8653 2003-02-18 Keith Seitz <keiths@redhat.com>
8654
8655 * Makefile.in: Add gdbtk-interps.c.
8656
8657 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8658
8659 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8660 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8661
8662 2003-02-18 Andrew Cagney <cagney@redhat.com>
8663
8664 * symtab.h (struct objfile): Add opaque declaration.
8665
8666 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8667
8668 From Jim Ingham <jingham@apple.com>:
8669 * dbxread.c (process_one_symbol): Use last_function_start rather
8670 than function_start_offset to find the real beginning of the
8671 current function. The latter is just the text section offset on
8672 some systems, the former is always the real function start.
8673
8674 2003-02-17 Andrew Cagney <cagney@redhat.com>
8675
8676 * configure.in: Revert ${target} != ${host}.
8677
8678 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8679
8680 * configure.in (Makefile): Use the test ${target} != ${host},
8681 instead of the absence of the "nm.h" file, to determine of the
8682 configuration non-native.
8683 * configure: Regenerate.
8684
8685 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8686
8687 From Brian Ford <ford@vss.fsi.com>
8688
8689 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8690 conditionalize tui_active test.
8691 (lookup_cmd_1): Ditto.
8692
8693 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8694
8695 * configure.in: Add check for _etext.
8696 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8697 available.
8698 * config.in, configure: regenerated.
8699
8700 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8701
8702 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8703
8704 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8705
8706 * main.c (tui_version): Delete variable.
8707 (captured_main): When --tui, set interpreter_p to "tui" instead of
8708 enabling tui_version.
8709 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8710 tui_version.
8711 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8712 * cli/cli-cmds.c (disassemble_command): Ditto.
8713 * defs.h (tui_version): Delete declaration.
8714 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8715 (tui-interp.o): Add rules.
8716 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8717
8718 2003-02-14 Christopher Faylor <cgf@redhat.com>
8719
8720 * win32-nat.c (register_loaded_dll): Correctly set address range for
8721 just-loaded dll.
8722
8723 2003-02-12 Jason Molenda (jmolenda@apple.com)
8724
8725 * symmisc.c (print_objfile_statistics): Include information about
8726 the number of psymtabs and symtabs in each object file.
8727
8728 2003-02-13 Keith R Seitz <keiths@redhat.com>
8729
8730 * main.h (struct captured_main_args): Add interpreter_p.
8731 * main.c (captured_main): Initialize interpreter_p from context.
8732 * gdb.c (main): Set interpreter_p argument.
8733 * Makefile.in (gdb.o): Add dependency for interps.h.
8734
8735 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8736
8737 * event-top.c (cli_command_loop): Delete declaration.
8738 (_initialize_event_loop): Delete function setting event_loop_hook.
8739 * event-top.h (cli_command_loop): Declare. Update copyright.
8740 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8741 * interps.c (current_interp_command_loop): When event_loop_p, call
8742 cli_command_loop.
8743
8744 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8745
8746 * interps.h (interp_command_loop_ftype): Change return type to
8747 void.
8748
8749 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8750
8751 * x86-64-tdep.c (x86_64_extract_return_value)
8752 (x86_64_store_return_value): Use regcache instead of regbuf.
8753 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8754 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8755
8756 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8757
8758 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8759 * aclocal.m4: Regenerate.
8760 * configure: Regenerate.
8761
8762 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8763 TCL_LD_SEARCH_FLAGS.
8764
8765 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8766
8767 * dwarf2cfi.c: Reindented.
8768
8769 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8770
8771 * interps.c (clear_interpreter_hooks): Convert function definition
8772 to ISO C.
8773
8774 2003-02-07 David Carlton <carlton@math.stanford.edu>
8775
8776 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8777
8778 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8779
8780 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8781 (struct type): ...to here.
8782 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8783 field.
8784 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8785 (replace_type): Set length on all type variants for a given type.
8786
8787 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8788
8789 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8790 <sys/stat.h>.
8791 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8792
8793 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8794
8795 * Makefile.in (symm-nat.o): Update dependencies.
8796 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8797 (lynx-nat.o, ia64-linux-nat.): Ditto.
8798 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8799 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8800 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8801
8802 * Makefile.in (inflow_h): Define.
8803 (procfs.o, inflow.o, procfs.o): Update dependencies.
8804 * inftarg.c (child_stop): Delete extern declaration of
8805 inferior_process_group. Include "inflow.h".
8806 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8807 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8808 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8809 (our_process_group, inferior_process_group): Extern declarations.
8810
8811 * procfs.c: Include "gdb_assert.h".
8812
8813 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8814 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8815 * jv-typeprint.c (java_type_print_base): Ditto.
8816 * typeprint.c (typedef_print): Eliminate STREQ.
8817 * cli/cli-script.c (define_command, define_command): Ditto.
8818 * main.c (captured_main): Ditto.
8819 * values.c (lookup_internalvar): Ditto.
8820 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8821 within `if' conditional.
8822 * linespec.c (decode_line_2): Ditto.
8823 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8824 (bfd_openw_with_cleanup): Ditto.
8825
8826 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8827
8828 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8829 legacy_extract_return_value and store_return_value to
8830 legacy_return_value.
8831
8832 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8833
8834 * win32-nat.c (get_relocated_section_addrs): New function. Find
8835 section load addresses for symbol handling in relocated DLLs.
8836 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8837
8838 2003-02-05 Fred Fish <fnf@intrinsity.com>
8839
8840 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8841 '=' and '!='.
8842 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8843 with '&' and '=='.
8844 (angel_RDI_info): Ditto.
8845 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8846 with '&' and '!='.
8847 (threads_continue_all_with_signals): Ditto.
8848
8849 2003-02-05 Jim Ingham <jingham@apple.com>
8850 Keith Seitz <keiths@redhat.com>
8851 Elena Zannoni <ezannoni@redhat.com>
8852 Andrew Cagney <ac131313@redhat.com>
8853
8854 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8855 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8856 (SUBDIR_MI_OBS): Add "mi-interp.o".
8857 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8858 (SFILES): Add "interps.c".
8859 (COMMON_OBS): Add "interps.o".
8860 (interps_h, mi_main_h): Define.
8861 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8862 (mi-main.o, main.o, event-top.o): Update dependencies.
8863 * cli/cli-interp.c: New file.
8864 * interps.h, interps.c: New files.
8865 * top.c: (gdb_init): Don't install the default interpreter, handed
8866 by captured_main.
8867 * main.c: Include "interps.h".
8868 (interpreter_p): Note that it should malloc'ed.
8869 (captured_command_loop): Call current_interp_command_loop.
8870 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8871 xfree and xstrdup when updating interpreter_p. Install the
8872 default interpreter. Add hack to stop mi1's copyright notice
8873 being encoded.
8874 * event-top.h (gdb_setup_readline): Declare.
8875 (gdb_disable_readline): Declare.
8876 * event-top.c: Include "interps.h".
8877 (display_gdb_prompt): Call current_interp_display_prompt_p.
8878 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8879 gdb_stdlog, and gdb_stdtarg.
8880 (_initialize_event_loop): Don't call gdb_setup_readline.
8881 * cli-out.c (cli_out_set_stream): New function.
8882 * cli-out.h (cli_out_set_stream): Declare.
8883
8884 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8885
8886 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8887 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8888 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8889 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8890 config/i386/i386v42mp.mt: Removed.
8891
8892 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8893
8894 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8895 GDB_OSABI_SOLARIS.
8896
8897 2003-02-05 Michael Chastain <mec@shout.net>
8898
8899 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8900 2.12.1 and earlier versions.
8901
8902 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8903
8904 Remove orphaned hosts, targets and files.
8905 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8906 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8907 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8908 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8909 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8910 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8911 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8912 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8913 * config/sparc/tm-sp64sim.h: Delete.
8914 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8915 hosts.
8916 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8917 mips*-dec-mach3* targets.
8918
8919 2003-02-04 Michael Chastain <mec@shout.net>
8920
8921 * NEWS: Fix typo: sepcifying -> specifying.
8922
8923 2003-02-04 Michael Chastain <mec@shout.net>
8924
8925 * dwarfread.c: Add documentation on the state of dwarf-1,
8926 looking towards obsoletion.
8927
8928 2003-02-03 Michael Chastain <mec@shout.net>
8929
8930 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8931 gdb/testsuite/gdb.c++/pr-1023.exp.
8932
8933 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8934
8935 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8936 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8937
8938 * utils.c (init_page_info): Delete reference to MPW in comments.
8939 * main.c (captured_main): Delete #ifdef MPW.
8940
8941 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8942
8943 * NEWS: Note that the m32r-*-elf* is obsolete.
8944 * monitor.c (monitor_expect): Obsolete reference to m32r.
8945 * configure.tgt: Mark m32r-*-elf* as obsolete.
8946 * MAINTAINERS: Mark m32k as obsolete.
8947 * m32r-rom.c: Obsolete file.
8948 * config/m32r/m32r.mt: Obsolete file.
8949 * config/m32r/tm-m32r.h: Obsolete file.
8950 * m32r-stub.c: Obsolete file.
8951 * m32r-tdep.c: Obsolete file.
8952
8953 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8954
8955 * NEWS: Mention that the z8k-zilog-none is obsolete.
8956 * MAINTAINERS: Mark z8k as obsolete.
8957 * configure.tgt: Obsolete the z8k-*-coff* target.
8958 * config/z8k/z8k.mt: Obsolete file.
8959 * config/z8k/tm-z8k.h: Obsolete file.
8960 * z8k-tdep.c: Obsolete file.
8961
8962 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8963
8964 * NEWS: Mention that the mn10200-elf is obsolete.
8965 * configure.tgt: Obsolete mn10200-*-* target.
8966 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8967 mention that the mn10200 is obsolete.
8968 * breakpoint.h: Ditto.
8969 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8970 * config/mn10200/mn10200.mt: Obsolete file.
8971 * config/mn10200/tm-mn10200.h: Obsolete file.
8972 * mn10200-tdep.c: Obsolete file.
8973
8974 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8975
8976 * MAINTAINERS: Mark h8500 as obsolete.
8977 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8978 * findvar.c (value_from_register): Ditto.
8979 * h8500-tdep.c: Mark file as obsolete.
8980 * config/h8500/h8500.mt: Ditto.
8981 * config/h8500/tm-h8500.h: Ditto.
8982 * NEWS: Mention that h8500 is obsolete.
8983
8984 2003-02-04 David Carlton <carlton@math.stanford.edu>
8985
8986 * objfiles.c (allocate_objfile): Always set name. Add comment at
8987 start of function.
8988 * jv-lang.c (get_dynamics_objfile): Add comment.
8989
8990 2003-02-04 David Carlton <carlton@math.stanford.edu>
8991
8992 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8993 * printcmd.c (build_address_symbolic): Replace uses of
8994 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8995 SYMBOL_NAME, and asm_demangle.
8996 Update copyright.
8997
8998 2003-02-04 David Carlton <carlton@math.stanford.edu>
8999
9000 * linespec.c (decode_compound): Extract code into
9001 lookup_prefix_sym.
9002 (lookup_prefix_sym): New function.
9003
9004 2003-02-04 David Carlton <carlton@math.stanford.edu>
9005
9006 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
9007 FLOAT_COERCION_BADNESS.
9008 * gdbtypes.c (rank_one_type): Replace all uses of
9009 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
9010
9011 2003-02-04 Jim Blandy <jimb@redhat.com>
9012
9013 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
9014 section, let dwarf_macinfo_section point to it, not
9015 dwarf_loc_section.
9016
9017 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
9018
9019 Pointed out by Anton Blanchard <anton@samba.org>.
9020 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
9021 (ppc_linux_at_sigtramp_return_path): Use it.
9022
9023 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
9024
9025 * defs.h (streq): Add prototype.
9026 * utils.c (streq): New function.
9027
9028 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
9029 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
9030 * mdebugread.c (new_symbol): Likewise.
9031 * stabsread.c (define_symbol): Likewise.
9032 * coffread.c (process_coff_symbol): Likewise.
9033 * dwarfread.c (new_symbol): Likewise.
9034
9035 * minsyms.c (prim_record_minimal_symbol_and_info): Use
9036 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
9037 here.
9038 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
9039 SYMBOL_INIT_DEMANGLED_NAME.
9040 * objfiles.c: Include "hashtab.h".
9041 (allocate_objfile): Call htab_set_functions_ex for the
9042 demangled_names_hash.
9043 (free_objfile): Call htab_delete for the demangled_names_hash.
9044 * objfiles.h (struct htab): Add declaration.
9045 (struct objfile): Add demangled_names_hash.
9046 * symfile.c: Include "hashtab.h".
9047 (reread_symbols): Call htab_delete for the demangled_names_hash.
9048 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
9049 SYMBOL_NAME in the bcache.
9050 * symtab.c: Include "hashtab.h". Update comments.
9051 (create_demangled_names_hash, symbol_set_names): New functions.
9052 (symbol_find_demangled_name): New function, broken out from
9053 symbol_init_demangled_names.
9054 (symbol_init_demangled_names): Use it.
9055 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
9056 (SYMBOL_SET_NAMES): New macro.
9057 (symbol_set_names): Add prototype.
9058
9059 2003-02-03 Jim Blandy <jimb@redhat.com>
9060
9061 Use a single, consistent representation for an empty minimal
9062 symbol table in an objfile.
9063 * objfiles.c (terminate_minimal_symbol_table): New function.
9064 (allocate_objfile): Call it.
9065 * objfiles.h (terminate_minimal_symbol_table): New declaration.
9066 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
9067 non-NULL.
9068 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
9069 objfile has minimal symbols, compare minimal_symbol_count to zero,
9070 instead of comparing msymbols with NULL.
9071 * objfiles.c (have_minimal_symbols): Same.
9072 * solib-sunos.c (solib_add_common_symbols): Call
9073 terminate_minimal_symbol_table.
9074 * symfile.c (reread_symbols): Same.
9075
9076 2003-02-03 Kevin Buettner <kevinb@redhat.com>
9077
9078 * s390-tdep.c (s390_address_class_type_flags)
9079 (s390_address_class_type_flags_to_name)
9080 (s390_address_class_name_to_type_flags): New functions.
9081 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
9082 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
9083
9084 2003-02-03 Michael Snyder <msnyder@redhat.com>
9085
9086 * arm-tdep.c: Fix spell-o in comment.
9087
9088 2003-02-03 Michal Ludvig <mludvig@suse.cz>
9089
9090 * dwarf2cfi.c (pointer_encoding): Added new parameter.
9091 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
9092 error messages to contain BFD filename.
9093
9094 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
9095
9096 Fix PR gdb/742 gdb/743 gdb/877
9097 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
9098 (do_mixed_source_and_assembly): Use
9099 make_cleanup_ui_out_tuple_begin_end and
9100 make_cleanup_ui_out_tuple_begin_end.
9101 (do_mixed_source_and_assembly): Ditto.
9102 * thread.c (do_captured_list_thread_ids): Ditto.
9103 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
9104 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
9105 ui_out_tuple_end): Delete prototypes.
9106 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
9107 ui_out_list_end, ui_out_tuple_end): Delete.
9108
9109 From Kevin Buettner <kevinb@redhat.com>:
9110 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
9111 * ui-out.c (make_cleanup_ui_out_table_begin_end)
9112 (do_cleanup_table_end): New functions.
9113 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
9114 Use cleanups to invoke_ui_out_tuple_end().
9115 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
9116 * cli/cli-setshow.c (cmd_show_list): Use
9117 make_cleanup_ui_out_tuple_begin_end.
9118
9119 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9120
9121 * frame.c (frame_unwind_register): New function.
9122 (frame_unwind_unsigned_register): Use.
9123 (frame_unwind_signed_register): Use.
9124 (frame_read_register): New function.
9125 * frame.h (frame_unwind_register): Declare.
9126 (frame_read_register): Declare.
9127
9128 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
9129 and frame_unwind_register instead of read_memory, write_register
9130 and deprecated_write_register_bytes.
9131
9132 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9133
9134 * frame.h: Note that namelen can be negative.
9135 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
9136 NAME's length.
9137
9138 * NEWS: Mention that the d10v's `regs' command is deprecated.
9139 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
9140 (d10v_print_registers_info): New function.
9141 (show_regs): Call d10v_print_registers_info.
9142 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
9143
9144 2003-02-02 Mark Kettenis <kettenis@gnu.org>
9145
9146 * stack.c (print_frame_info): Restore call to annotate_frame_begin
9147 lost in the previous patch.
9148
9149 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9150
9151 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
9152 * stack.c (print_frame_info_base): Output complete FRAME tuple
9153 for synthesized frames.
9154
9155 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9156
9157 * mips-nat.c (zerobuf): Delete.
9158 (fetch_inferior_registers): Alloc local zerobuf.
9159 (fetch_core_registers): Alloc local zerobuf.
9160 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9161 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9162 * thread-db.c (thread_db_store_registers): Ditto.
9163 * sh-tdep.c (sh_do_register): Ditto.
9164 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9165 * remote-sim.c (gdbsim_store_register): Ditto.
9166 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9167 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9168 * monitor.c (monitor_supply_register): Ditto.
9169 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9170 * mips-nat.c (fetch_inferior_registers): Ditto.
9171 * m68klinux-nat.c (fetch_register): Ditto.
9172 * lynx-nat.c (fetch_inferior_registers): Ditto.
9173 (fetch_inferior_registers): Ditto.
9174 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9175 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9176 (hpux_thread_store_registers): Ditto.
9177 * hppah-nat.c (fetch_register): Ditto.
9178 * hppab-nat.c (fetch_register): Ditto.
9179 * hppa-tdep.c (pa_register_look_aside): Ditto.
9180 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9181 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9182
9183 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9184
9185 * gdbarch.sh: Explictly specify all method levels. When a
9186 variable with an empty level, provide a non-multi-arch default.
9187 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9188 * gdbarch.h: Re-generate.
9189 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9190 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9191
9192 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9193
9194 * defs.h (host_pointer_to_address): Delete declaration.
9195 (address_to_host_pointer): Delete declaration.
9196 * utils.c (host_pointer_to_address): Delete function.
9197 (address_to_host_pointer): Delete function.
9198 * procfs.c (procfs_address_to_host_pointer): New function.
9199 * procfs.c (proc_set_watchpoint): Use.
9200 (procfs_can_use_hw_breakpoint): Update comments.
9201 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9202 (som_solib_add): Use.
9203 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9204 * hppa-tdep.c (unwind_command): Use.
9205
9206 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9207
9208 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9209 strlen d_name.
9210
9211 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9212 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9213 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9214 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9215 (define_symbol): Update.
9216 * symfile.c (generic_load): Remove references to nindy.
9217 * symtab.c: Remove references to nindy.
9218
9219 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9220
9221 * infcmd.c (print_float_info): Delete code conditional on
9222 FLOAT_INFO.
9223 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9224 * config/m68k/nm-apollo68b.h: Ditto.
9225 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9226 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9227 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9228
9229 2003-02-01 Mark Kettenis <kettenis@gnu.org>
9230
9231 * config/i386/tm-i386os9k.h: Removed.
9232
9233 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9234 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9235 they're identical to i[3456]86-*-sysv* now.
9236 * config/i386/i386v32.mh: Removed.
9237 * config/i386/xm-i386v32.h: Removed.
9238 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9239
9240 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9241
9242 * config/i386/i386dgux.mh: Removed.
9243 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9244
9245 * configure.in: Fix typo.
9246 * configure: Regenerated.
9247
9248 2003-01-31 David Carlton <carlton@math.stanford.edu>
9249
9250 * dwarf2read.c (dwarf2_locate_sections): Set
9251 dwarf_ranges_section.
9252
9253 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9254
9255 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9256 * utils.c: Update comments documenting legitimate uses of PTR.
9257
9258 * utils.c: Re-indent.
9259
9260 * config/djgpp/fnchange.lst: Delete nindy files.
9261 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9262 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9263 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9264 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9265 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9266 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9267 * Makefile.in (init.c): Remove nindy references.
9268 (saber_gdb): Delete rule.
9269 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9270 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9271 and a68v-nat.c.
9272 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9273 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9274 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9275 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9276 nindy-share/stop.h.
9277 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9278 * saber.suppress: Delete file.
9279
9280 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
9281
9282 * dbxread.c (stabs_data): New static variable.
9283 (fill_symbuf): Support an in-memory buffer for stabs data.
9284 (stabs_seek): New function.
9285 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9286 (read_ofile_symtab): Use stabs_seek.
9287 (elfstab_build_psymtabs): Take an asection* instead of
9288 an offset and size. Relocate the stabs data if necessary.
9289 Save the section* for dbx_psymtab_to_symtab.
9290 * dwarf2read.c: Add section variables for each debug section.
9291 (dwarf2_locate_sections): Fill them in.
9292 (dwarf2_read_section): Take an asection* argument.
9293 Relocate the section contents if necessary.
9294 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9295 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9296 it to dwarf2_read_section.
9297 (dwarf2_build_frame_info): Update callers.
9298 * elfread.c (elf_symfile_read): Update call to
9299 elfstab_build_psymtabs.
9300 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9301 (DBX_STAB_SECTION): New macro.
9302 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9303 * symfile.c (symfile_dummy_outputs): New function.
9304 (symfile_relocate_debug_section): New function.
9305 * symfile.h (symfile_relocate_debug_section): Add prototype.
9306
9307 2003-01-31 Richard Henderson <rth@redhat.com>
9308
9309 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9310 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9311 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9312 * alpha-tdep.c (alpha_register_name): Add "unique".
9313 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9314 (ALPHA_UNIQUE_REGNUM): New.
9315 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9316
9317 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9318
9319 * README: Remove reference to Ericsson 1800 monitor.
9320 * Makefile.in (remote-es.o): Delete rule.
9321 (ALLDEPFILES): Delete remote-es.c.
9322 * remote-es.c: Delete file.
9323 * config/m68k/es1800.mt: Delete file.
9324 * config/djgpp/fnchange.lst: Update.
9325 * configure.tgt: Delete m68*-ericsson-* target.
9326
9327 2003-01-31 Adam Fedor <fedor@gnu.org>
9328
9329 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9330 Remove duplicate/shadowing variable of same name.
9331
9332 2003-01-30 Jim Blandy <jimb@redhat.com>
9333
9334 * symfile.c (find_separate_debug_file): Assert that the objfile's
9335 directory name we compute ends with a slash, and then assume that
9336 that's so everywhere we use it.
9337
9338 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9339
9340 * valops.c (value_assign): Flush frame cache after stores to memory
9341 also.
9342
9343 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9344
9345 * Makefile.in (mon960-rom.o): Delete rule.
9346 * mon960-rom.c: Delete file.
9347
9348 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9349
9350 * d10v-tdep.c: Include "frame-unwind.h".
9351 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9352 list.
9353 (next_addr, uses_frame): Delete.
9354 (struct d10v_unwind_cache): Define.
9355 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9356 Use info instead of next_addr and uses_frame globals.
9357 (d10v_frame_init_saved_regs): Delete function.
9358 (d10v_init_extra_frame_info): Delete function.
9359 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9360 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9361 init_frame_pc or frame_saved_pc.
9362 (d10v_pop_frame): Delete function.
9363 (do_d10v_pop_frame): Delete function.
9364 (d10v_frame_chain): Delete function.
9365 (d10v_frame_chain_valid): Delete function.
9366 (d10v_frame_pc_unwind): New function.
9367 (d10v_frame_id_unwind): New function.
9368 (saved_regs_unwinder): New function.
9369 (d10v_frame_register_unwind): New function.
9370 (d10v_frame_pop): New function.
9371 (d10v_frame_unwind): New variable.
9372 (d10v_frame_p): New function.
9373 (d10v_frame_saved_pc): Delete function.
9374 * Makefile.in (d10v-tdep.o): Update dependencies.
9375
9376 2003-01-30 J. Brobecker <brobecker@gnat.com>
9377
9378 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9379 causing some regressions due to a change in the default value
9380 for this macro.
9381
9382 2003-01-29 Richard Henderson <rth@redhat.com>
9383 Elena Zannoni <ezannoni@redhat.com>
9384 Daniel Jacobowitz <drow@mvista.com>
9385
9386 Fix PR gdb/961.
9387 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9388 variables.
9389 (RANGES_SECTION): New.
9390 (dwarf_ranges_buffer): New variable.
9391 (struct comp_unit_head): Add member "die".
9392 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9393 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9394 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9395 (dwarf2_locate_sections): Likewise.
9396 (dwarf2_build_psymtabs): Read .debug_ranges.
9397 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9398 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9399 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9400 Look for DW_AT_ranges and return the bounding box.
9401
9402 2003-01-29 Brian Ford <ford@vss.fsi.com>
9403
9404 * win32-nat.c (cygwin_pid): Removed as unused.
9405 (child_attach): Try fall back to Cygwin pid.
9406
9407 2003-01-29 Jim Blandy <jimb@redhat.com>
9408
9409 * objfiles.h (struct objfile): Doc fix.
9410
9411 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9412
9413 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9414 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9415 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9416 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9417 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9418 (FRAME_SAVED_PC): Change to a function with predicate.
9419 * gdbarch.h, gdbarch.c: Re-generate.
9420
9421 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9422
9423 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9424
9425 * complaints.c (complain): Delete function.
9426 * complaints.h (struct deprecated_complaint): Delete definition.
9427 (complain): Delete declaration.
9428
9429 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9430
9431 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9432 dummy frames.
9433
9434 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9435
9436 * sentinel-frame.h, sentinel-frame.c: New files.
9437 * Makefile.in (frame.o): Update dependencies.
9438 (SFILES): Add sentinel-frame.c.
9439 (sentinel_frame_h): Define.
9440 (COMMON_OBS): Add sentinel-frame.o.
9441 (sentinel-frame.o): Specify dependencies.
9442 * frame.c: Include "sentinel-frame.h".
9443 (frame_register_unwind): Rewrite assuming that there is always a a
9444 ->next frame.
9445 (frame_register, generic_unwind_get_saved_register): Ditto.
9446 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9447 (create_sentinel_frame, unwind_to_current_frame): New functions.
9448 (get_current_frame): Rewrite using create_sentinel_frame and
9449 unwind_to_current_frame. When possible, always create a frame.
9450 (create_new_frame): Set next to the sentinel frame.
9451 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9452 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9453 ID cache when necessary.
9454 (frame_saved_regs_id_unwind): Use frame_relative_level.
9455 (deprecated_generic_get_saved_register): Use frame_relative_level,
9456 get_frame_saved_regs, get_frame_pc, get_frame_base and
9457 get_next_frame.
9458 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9459 frame_register.
9460
9461 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9464
9465 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9466
9467 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9468 (maintenance_set_profile_cmd): Use error () instead of warning ().
9469
9470 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * configure.in: Check that -pg works if using --enable-profiling.
9473 Check for monstartup and _mcleanup regardless of --enable-profiling.
9474 * maint.c: Check for monstartup and _mcleanup before using them.
9475 * config.in: Regenerated.
9476 * configure: Regenerated.
9477
9478 2003-01-24 Nick Clifton <nickc@redhat.com>
9479
9480 * Add sh2e support:
9481
9482 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9483
9484 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9485 (sh2e_show_regs): New.
9486 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9487 * config/sh/tm-sh.h: Added sh2e to comments.
9488
9489 2003-01-23 Jim Blandy <jimb@redhat.com>
9490
9491 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9492 symbols found)" message here; we haven't checked for a separate
9493 debug info file yet, so we don't know yet.
9494 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9495 we've looked everywhere. Also, there's no need to print a special
9496 message when we're loading the separate debug info file: the one
9497 symbol_file_add prints is fine.
9498
9499 2003-01-23 Alexander Larsson <alexl@redhat.com>
9500 Jim Blandy <jimb@redhat.com>
9501
9502 Add support for executables whose debug info has been separated
9503 out into a separate file, leaving only a link behind.
9504 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9505 and separate_debug_objfile_backlink.
9506 (put_objfile_before): New declaration.
9507 * symfile.c: #include "filenames.h".
9508 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9509 debug info in a separate file, read that, too. Save the addrs
9510 argument, so we can use it again to read the separated debug info;
9511 syms_from_objfile modifies the table we pass it.
9512 (reread_symbols): After re-reading an objfile, call
9513 reread_separate_symbols to refresh its separate debug info
9514 objfile, if it has one.
9515 (reread_separate_symbols, find_separate_debug_file,
9516 get_debug_link_info, separate_debug_file_exists): New functions.
9517 (debug_file_directory): New global var.
9518 (_initialize_symfile): Initialize debug_file_directory, and
9519 provide the new `set debug-file-directory' command to let the user
9520 change it.
9521 * objfiles.c (free_objfile): If this objfile has its debug info in
9522 a separate objfile, free that one too. If this is itself a
9523 separate debug info objfile, clear our parent's backlink.
9524 (put_objfile_before): New function.
9525 * utils.c (gnu_debuglink_crc32): New function.
9526 * defs.h (gnu_debuglink_crc32): New declaration.
9527 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9528 * configure.in: Handle --with-separate-debug-dir config option.
9529 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9530 * acconfig.h (DEBUGDIR): New macro.
9531 * configure, aclocal.m4, config.in: Regenerated.
9532
9533 2003-01-22 Jim Blandy <jimb@redhat.com>
9534
9535 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9536 like the old symbol_file_add, but taking new arguments: you can
9537 now pass in either a `struct section_addr_info' list to say where
9538 each section is loaded, or a `struct section_offsets' table. Pass
9539 these new arguments through to syms_from_objfile as appropriate.
9540 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9541 with the appropriate quiescent values for the new arguments.
9542
9543 * symfile.c: #include "gdb_assert.h".
9544 (syms_from_objfile): Add the ability to pass in a section offset
9545 table directly, as an alternative to the section_addr_info table.
9546 Document arguments better.
9547 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9548 * symfile.h (syms_from_objfile): Update declaration.
9549 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9550 syms_from_objfile.
9551 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9552
9553 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9554
9555 Original patch by Tom Tromey <tromey@cygnus.com> and
9556 Jason Molenda <jmolenda@apple.com>.
9557 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9558 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9559 * NEWS: Mention profiling.
9560 * configure.in (--enable-gdbtk): Fix typo.
9561 (--enable-profiling): New. Set PROFILE_CFLAGS.
9562 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9563 Fill in function.
9564 (profiling_state): New variable.
9565 (mcleanup_wrapper): New function.
9566 (_initialize_maint): Remove NOTYET, fix call to
9567 add_setshow_boolean_cmd for "maint set profile".
9568 * configure: Regenerated.
9569
9570 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9571
9572 * Makefile.in (install-gdbtk): Install PNG images too.
9573
9574 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9575
9576 * exec.c (text_start): Delete global variable.
9577 (exec_file_attach): Make text_start local to the function.
9578 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9579 * valops.c (hand_function_call): Delete code that handles
9580 BEFORE_TEXT_END and AFTER_TEXT_END.
9581 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9582 of CALL_DUMMY_LOCATION.
9583 * gdbarch.c: Regenerate.
9584 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9585 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9586 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9587 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9588 (text_end): Delete extern declaration.
9589
9590 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9591
9592 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9593 * blockframe.c (backtrace_below_main): Move to "frame.c".
9594 (frame_chain_valid): Delete check for backtrace_below_main.
9595 (_initialize_blockframe): Delete initialization, move ``set
9596 backtrace-below-main'' command to "frame.c".
9597 (do_flush_frames_sfunc): Delete function.
9598 * frame.c: Include "command.h" and "gdbcmd.h".
9599 (frame_type_from_pc): New function.
9600 (create_new_frame): Use frame_type_from_pc.
9601 (legacy_get_prev_frame): New function.
9602 (get_prev_frame): Rewrite. When an old style frame, call
9603 legacy_get_prev_frame. Otherwize, unwind the PC first.
9604 (_initialize_frame): Add ``set backtrace-below-main'' command.
9605 * Makefile.in (frame.o): Update dependencies.
9606
9607 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9608
9609 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9610 DEPRECATED_REGISTERS_INFO.
9611
9612 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9613
9614 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9615 Maintainers'. Update `Various Maintainers'.
9616
9617 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9618
9619 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9620 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9621 Suppress actual parameters when `-'.
9622 * gdbarch.h, gdbarch.c: Regenerate.
9623
9624 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9625
9626 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9627 code handling dummy frames.
9628
9629 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9630
9631 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9632 (struct frame_unwind): Add field pop.
9633 * frame.h (frame_pop): Declare.
9634 * frame.c (frame_saved_regs_pop): New function.
9635 (trad_frame_unwinder): Add frame_saved_regs_pop.
9636 (frame_pop): New function.
9637 * dummy-frame.c (dummy_frame_pop): New function.
9638 (discard_innermost_dummy): New function.
9639 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9640 (dummy_frame_unwind): Add dummy_frame_pop.
9641 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9642 * valops.c (hand_function_call): Ditto.
9643 * stack.c (return_command): Ditto.
9644
9645 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9646
9647 * cris-tdep.c: Fix function declaration indentation.
9648 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9649 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9650 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9651 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9652 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9653 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9654
9655 2003-01-18 Michael Chastain <mec@shout.net>
9656
9657 * README (Unpacking and Installation -- quick overview):
9658 Warn against ".../gdb-5.3/gdb/configure".
9659
9660 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9661
9662 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9663 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9664 (struct frame_unwind): Declare opaque.
9665 (dummy_frame_p): Declare function.
9666 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9667 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9668 * dummy-frame.c: Include "frame-unwind.h".
9669 (dummy_frame_p): New function.
9670 (dummy_frame_unwind): New variable.
9671 * frame.c: Include "frame-unwind.h".
9672 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9673 to use the new unwind field.
9674 (set_unwind_by_pc): Delete function.
9675 (create_new_frame, get_prev_frame): Set unwind field using
9676 frame_unwind_find_by_pc.
9677 (trad_frame_unwind, trad_frame_unwinder): New variables.
9678 * frame.h (trad_frame_unwind): Declare variable.
9679 (frame_id_unwind_ftype): Delete declaration.
9680 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9681 (struct frame_unwind): Declare opaque.
9682 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9683 register_unwind with a single unwind pointer.
9684 * frame-unwind.h, frame-unwind.c: New files.
9685 * Makefile.in (SFILES): Add frame-unwind.c.
9686 (frame_unwind_h): Define.
9687 (COMMON_OBS): Add frame-unwind.o.
9688 (frame-unwind.o): Specify dependencies.
9689 (frame.o, dummy-frame.o): Update dependencies.
9690
9691 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9692
9693 * ada-valprint.c: Eliminate PTR.
9694 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9695 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9696 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9697 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9698 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9699 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9700 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9701
9702 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9703
9704 * main.c (captured_main): Don't use PTR.
9705 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9706 * gdbtypes.c (lookup_primitive_typename): Ditto.
9707 (lookup_struct_elt_type): Ditto.
9708 * f-valprint.c (info_common_command): Ditto.
9709 (list_all_visible_commons): Ditto.
9710 * jv-typeprint.c (java_type_print_base): Ditto.
9711
9712 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9713 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9714 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9715 i386-interix-nat.c and i386-interix-tdep.c. Rename
9716 m68klinux-nat.c and m68klinux-tdep.c. Rename
9717 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9718 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9719 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9720 * main.c (captured_main): Use xfree, not free.
9721
9722 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9723
9724 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9725 ID back using a parameter.
9726 * frame.c (frame_id_unwind): Update call.
9727 (frame_saved_regs_id_unwind): Update.
9728 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9729 * dummy-frame.h (struct frame_id): Add opaque declaration.
9730 (dummy_frame_id_unwind): Update declaration.
9731
9732 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9733
9734 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9735
9736 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9737
9738 * MAINTAINERS (Stephen P. Smith): Updated email address.
9739
9740 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9741
9742 Fix PR gdb/898
9743 * breakpoint.c (until_break_command): Add new argument. Use it to
9744 decide whether to stop only at the current frame or not.
9745 * breakpoint.h (until_break_command): Update prototype.
9746 * infcmd.c (until_command): Add new argument to until_break_command
9747 call.
9748 (advance_command): New function.
9749 (_initialize_infcmd): Update help string for 'until' command.
9750 Add new 'advance' command.
9751
9752 2003-01-14 David Carlton <carlton@math.stanford.edu>
9753
9754 * linespec.c (decode_line_1): Normalize comments.
9755 (set_flags): Ditto.
9756 (locate_first_half): Ditto.
9757 (decode_compound): Ditto.
9758 (symtab_from_filename): Ditto.
9759 (decode_all_digits): Ditto.
9760 (decode_dollar): Ditto.
9761 (find_methods): Ditto.
9762 (find_toplevel_char): Ditto.
9763
9764 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9765
9766 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9767 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9768 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9769 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9770 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9771 * language.c, language.h, m32r-tdep.c: Update copyright.
9772 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9773 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9774 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9775 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9776 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9777 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9778
9779 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9780
9781 * stabsread.h (process_later, resolve_cfront_continuation):
9782 Obsolete.
9783 Update copyright years.
9784 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9785 Update copyright year.
9786 * dbxread.c(struct cont_elem): Obsolete.
9787 (process_later, process_now): Obsolete functions.
9788 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9789 Update copyright year.
9790 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9791 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9792 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9793 (parse_partial_symbols): Obsolete cfront support.
9794 * stabsread.c
9795 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9796 macros.
9797 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9798 read_cfront_baseclasses, read_cfront_member_functions,
9799 resolve_cfront_continuation,read_cfront_static_fields,
9800 copy_cfront_struct_fields): Obsolete functions.
9801 (define_symbol, read_one_struct_field): Obsolete cfront support.
9802 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9803 Update Copyright year.
9804
9805 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9806
9807 * stack.c (print_frame_info, print_stack_frame_base_stub,
9808 print_stack_frame_base, show_and_print_stack_frame_stub,
9809 show_and_print_stack_frame, print_only_stack_frame_stub,
9810 print_only_stack_frame): Delete functions.
9811 (print_stack_frame_stub): Call print_frame_info instead of
9812 print_frame_info_base.
9813 (print_frame_info_base): Rename to print_frame_info.
9814 (backtrace_command_1): Call print_frame_info, instead of
9815 print_frame_info_base.
9816 (current_frame_command): Call print_stack_frame, instead of
9817 print_only_stack_frame.
9818 (frame_command): Call print_stack_frame, instead of
9819 show_and_print_stack_frame.
9820 (up_command): Ditto.
9821 (down_command): Ditto.
9822 * frame.h (print_only_stack_frame): Delete prototype.
9823 * infrun.c (normal_stop): Call print_stack_frame, instead of
9824 show_and_print_stack_frame.
9825 * thread.c (info_threads_command): Call print_stack_frame, instead
9826 of print_only_stack_frame.
9827
9828 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9829
9830 * README (Graphical interface to GDB): Update URL. Point at
9831 gdb/links/.
9832
9833 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9834 version match.
9835
9836 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9837
9838 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9839 lines.
9840
9841 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9842
9843 * thread-db.c (attach_thread): Prototype.
9844 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9845 thread information (ti), and valid flags (th_valid, ti_valid).
9846 (attach_thread): Move target_pid_to_str call to after the thread
9847 is added to GDB's list. Initialize the cache.
9848 (thread_get_info_callback, thread_db_map_id2thr)
9849 (thread_db_get_info): New functions.
9850 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9851 (thread_db_store_registers, thread_db_thread_alive)
9852 (thread_db_get_thread_local_address): Use them.
9853 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9854 of calling error() for threads in unknown state.
9855
9856 (clear_lwpid_callback): New function.
9857 (thread_db_resume): Use it to clear the cache.
9858
9859 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9860
9861 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9862 (resume_callback): Remove dead code.
9863
9864 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9865
9866 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9867 predicate.
9868 * gdbarch.h, gdbarch.c: Regenerate.
9869 * stack.c (frame_info): Only initialize the saved registers when
9870 FRAME_INIT_SAVED_REGS_P.
9871 * frame.c (frame_saved_regs_register_unwind): Assert
9872 FRAME_INIT_SAVED_REGS_P.
9873 (deprecated_generic_get_saved_register): Ditto.
9874
9875 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9876
9877 * source.c (openp): Squelch warning about "filename".
9878
9879 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9880
9881 * source.c (openp): If the file does not exist don't necessarily
9882 search the path.
9883
9884 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9885
9886 Fix PR gdb/872.
9887 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9888 (integer_types_same_name_p): New function.
9889 (rank_one_type): Use it.
9890 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9891
9892 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9893
9894 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9895 variables.
9896 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9897 * configure.in: Add --with-sysroot.
9898 * configure: Regenerated.
9899 * main.c (gdb_sysroot): New variable.
9900 (captured_main): Initialize gdb_sysroot.
9901 * defs.h (gdb_sysroot): New extern declaration.
9902 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9903
9904 2003-01-12 Michael Chastain <mec@shout.net>
9905
9906 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9907
9908 2003-01-12 Michael Chastain <mec@shout.net>
9909
9910 * top.c (print_gdb_version): Bump copyright year to 2003.
9911
9912 2003-01-12 David Carlton <carlton@bactrian.org>
9913
9914 * linespec.c (symtab_from_filename): Rename variable 's' to
9915 'file_symtab'.
9916
9917 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9918
9919 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9920 dummy frame.
9921 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9922
9923 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9924
9925 * d10v-tdep.c: Include "gdb_assert.h".
9926 (d10v_store_return_value): Rewrite to match current interface.
9927 (d10v_extract_struct_value_address): Ditto.
9928 (d10v_extract_return_value): Ditto.
9929 (d10v_gdbarch_init): Set store_restore_value,
9930 extract_struct_value_address and extract_return_value.
9931
9932 2003-01-12 J. Brobecker <brobecker@gnat.com>
9933
9934 * hpread.c (set_namestring): New procedure replacing the
9935 SET_NAMESTRING macro.
9936 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9937 by calls to set_namestring.
9938
9939 2003-01-11 J. Brobecker <brobecker@gnat.com>
9940
9941 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9942 a compilation warning.
9943 (hpread_process_one_debug_symbol): Likewise.
9944
9945 2003-01-10 David Carlton <carlton@math.stanford.edu>
9946
9947 * linespec.c (decode_line_1): Rename variable 's' to
9948 'file_symtab'.
9949 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9950 (decode_dollar): Ditto.
9951 (decode_variable): Ditto.
9952 (symbol_found): Ditto.
9953
9954 2003-01-09 Michael Chastain <mec@shout.net>
9955
9956 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9957
9958 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9959
9960 * win32-nat.c (set_process_privilege): New function.
9961 (child_attach): Call set_process_privilege() to enable the
9962 SE_DEBUG_NAME user privilege if available in process token.
9963
9964 2003-01-10 J. Brobecker <brobecker@gnat.com>
9965
9966 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9967 compilation error in the previous revision.
9968
9969 2003-01-09 David Carlton <carlton@math.stanford.edu>
9970
9971 * linespec.c: Update copyright.
9972
9973 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9974
9975 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9976 than inferior_ptid.
9977 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9978
9979 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9980
9981 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9982 Update comments.
9983 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9984 (frame_saved_regs_zalloc): Update.
9985 (frame_saved_regs_register_unwind): Update.
9986 (create_new_frame): Update.
9987 (get_prev_frame): Update.
9988 (frame_extra_info_zalloc): Update.
9989 (deprecated_get_frame_saved_regs): Update.
9990 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9991 * cris-tdep.c: Update comment.
9992
9993 * somsolib.h: Fix function indentation.
9994 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9995 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9996 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9997 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9998 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9999
10000 * infrun.c (follow_fork): Use ISO C definition.
10001 * expprint.c (print_subexp): Use xfree instead of free.
10002 * charset.c: Include "gdb_string.h" instead of <string.h>.
10003 (register_iconv_charsets): Use ISO C definition.
10004 (host_charset, target_charset): Ditto.
10005 * Makefile.in (charset.o): Update dependencies.
10006 (mi-cmd-env.o): Update dependencies.
10007
10008 2003-01-08 Andrew Cagney <cagney@redhat.com>
10009
10010 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
10011 get_frame_base.
10012
10013 2003-01-08 Andrew Cagney <ac131313@redhat.com>
10014
10015 * gdb_mbuild.sh: Add --keep option. When specified, keep the
10016 build directories. Save edited gdb output in Mbuild.log. If a
10017 build fails, remove any final GDB executable.
10018
10019 2003-01-08 Andrew Cagney <ac131313@redhat.com>
10020
10021 * gdb_mbuild.sh: Edit the output of `maint print architecture'
10022 replacing hex constants with function names and stripping leading
10023 file name directory prefixes.
10024
10025 2003-01-08 Andrew Cagney <cagney@redhat.com>
10026
10027 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
10028 get_frame_base.
10029
10030 2003-01-08 David Carlton <carlton@math.stanford.edu>
10031
10032 * linespec.c (decode_line_1): Move code into decode_variable.
10033 (decode_variable): New function.
10034
10035 2003-01-08 Andrew Cagney <ac131313@redhat.com>
10036
10037 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
10038
10039 2003-01-08 Andrew Cagney <cagney@redhat.com>
10040
10041 * cris-tdep.c (cris_frame_init_saved_regs): Use
10042 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
10043 saved_regs buffer.
10044 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10045 (sh64_nofp_frame_init_saved_regs): Ditto.
10046 (sh_fp_frame_init_saved_regs): Ditto.
10047 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
10048 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
10049 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10050 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10051
10052 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
10053
10054 * minsyms.c (lookup_minimal_symbol): Update comment.
10055 (lookup_minimal_symbol_text): Update comment. Use the hash table.
10056 (lookup_minimal_symbol_solib_trampoline): Likewise.
10057
10058 2003-01-08 Andrew Cagney <cagney@redhat.com>
10059
10060 * d10v-tdep.c (d10v_init_extra_frame_info): Use
10061 frame_relative_level.
10062
10063 * alpha-tdep.c: Use get_frame_extra_info.
10064 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10065 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
10066 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
10067 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
10068
10069 * alpha-tdep.c: Use get_next_frame.
10070 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10071 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10072 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
10073 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
10074 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
10075 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
10076 * xstormy16-tdep.c: Ditto.
10077
10078 2003-01-07 Andrew Cagney <cagney@redhat.com>
10079
10080 * alpha-tdep.c: Use get_frame_base.
10081 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10082 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10083 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10084 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
10085 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
10086 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10087 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
10088 * config/sparc/tm-sparc.h: Ditto.
10089
10090 2003-01-07 Andrew Cagney <cagney@redhat.com>
10091
10092 * frame.c (deprecated_get_frame_context): New function.
10093 (deprecated_set_frame_context): New function.
10094 * frame.h (deprecated_get_frame_context): Declare.
10095 (deprecated_set_frame_context): Declare.
10096 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
10097 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
10098
10099 2003-01-07 Andrew Cagney <cagney@redhat.com>
10100
10101 * frame.c (deprecated_set_frame_next_hack): New function.
10102 (deprecated_set_frame_prev_hack): New function.
10103 * frame.h (deprecated_set_frame_next_hack): Declare.
10104 (deprecated_set_frame_prev_hack): Declare.
10105 * mcore-tdep.c (analyze_dummy_frame): Use
10106 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
10107 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10108
10109 2003-01-07 David Carlton <carlton@math.stanford.edu>
10110
10111 * linespec.c (decode_line_1): Move code into decode_dollar.
10112 (decode_dollar): New function.
10113
10114 2003-01-07 Andrew Cagney <cagney@redhat.com>
10115
10116 * arm-tdep.c (arm_init_extra_frame_info): Use
10117 deprecated_update_frame_base_hack.
10118 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
10119 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10120 (fix_frame_pointer): Ditto.
10121 (mn10300_analyze_prologue): Ditto.
10122
10123 2003-01-07 Andrew Cagney <cagney@redhat.com>
10124
10125 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
10126 extra_info using frame_extra_info_zalloc.
10127 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10128 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
10129 (sh64_init_extra_frame_info): Ditto.
10130 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
10131 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
10132 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
10133 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
10134 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
10135 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
10136 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
10137 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
10138 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
10139 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
10140 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10141 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
10142
10143 * mn10300-tdep.c (analyze_dummy_frame): Use
10144 deprecated_set_frame_extra_info_hack.
10145 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10146
10147 2003-01-07 J. Brobecker <brobecker@gnat.com>
10148
10149 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10150 class is not scText. These do not define "real" procedures.
10151 (parse_partial_symbols): Likewise.
10152
10153 2003-01-06 Michael Snyder <msnyder@redhat.com>
10154
10155 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10156
10157 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10158
10159 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10160 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10161 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10162 deprecated_frame_xmalloc_with_cleanup.
10163 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10164 deprecated_frame_xmalloc.
10165 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10166 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10167
10168 2003-01-06 Andrew Cagney <cagney@redhat.com>
10169
10170 * x86-64-linux-tdep.c: Include "osabi.h".
10171 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10172
10173 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10174
10175 2003-01-06 Andrew Cagney <cagney@redhat.com>
10176
10177 * MAINTAINERS (Target Instruction Set Architectures): Update
10178 arm-elf. Can be built with -Werror, has been multiarched.
10179
10180 * value.h (unpack_long): Make buffer parameter constant.
10181 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10182 * scm-lang.h (scm_parse): Ditto.
10183 * defs.h (extract_typed_address, extract_address): Ditto.
10184 (extract_long_unsigned_integer): Ditto.
10185 * inferior.h (unsigned_pointer_to_address): Ditto.
10186 (signed_pointer_to_address): Ditto.
10187 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10188 * gdbarch.h, gdbarch.c: Regenerate.
10189 * findvar.c (extract_long_unsigned_integer): Update.
10190 (extract_address): Update.
10191 (extract_typed_address): Update.
10192 (unsigned_pointer_to_address): Update.
10193 * values.c (unpack_long): Update.
10194 (unpack_double): Update.
10195 (unpack_pointer): Update.
10196 (unpack_field_as_long): Update.
10197 * d10v-tdep.c (d10v_pointer_to_address): Update.
10198 * avr-tdep.c (avr_pointer_to_address): Update.
10199 * scm-lang.c (scm_unpack): Update.
10200 * findvar.c (signed_pointer_to_address): Update.
10201
10202 2003-01-06 Michal Ludvig <mludvig@suse.cz>
10203
10204 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
10205 since it is in i386-tdep.c.
10206
10207 2003-01-06 J. Brobecker <brobecker@gnat.com>
10208
10209 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10210 failure introduced in the previous change.
10211
10212 2003-01-05 Michael Chastain <mec@shout.net>
10213
10214 * README: Remove references to deleted remote-*.c files:
10215 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10216 remote-nrom.c, remote-os9k.c, remote-udi.c.
10217
10218 2003-01-05 Mark Kettenis <kettenis@gnu.org>
10219
10220 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10221 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10222 i386_get_longjmp_target.
10223
10224 2003-01-05 Andrew Cagney <ac131313@redhat.com>
10225
10226 * arm-tdep.c (prologue_cache): Change to a pointer.
10227 (_initialize_arm_tdep): Allocate prologue_cache.
10228 (check_prologue_cache): Update.
10229 (save_prologue_cache): Update.
10230 (arm_gdbarch_init): Update.
10231
10232 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * stabsread.c (update_method_name_from_physname): Call complaint()
10235 instead of error.
10236
10237 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10238
10239 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10240 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10241 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10242
10243 * blockframe.c: Include "gdbcmd.h" and "command.h".
10244 (backtrace_below_main): New variable.
10245 (file_frame_chain_valid, func_frame_chain_valid)
10246 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10247 (generic_func_frame_chain_valid): Remove functions.
10248 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10249 (_initialize_blockframe): New function.
10250 * Makefile.in (blockframe.o): Update dependencies.
10251 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10252 comment. Call frame_chain_valid ().
10253 * frame.h: Remove old prototypes. Add prototype for
10254 frame_chain_valid and update comments to match.
10255 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10256 Remove old comment.
10257 * gdbarch.h: Regenerated.
10258 * gdbarch.c: Regenerated.
10259
10260 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10261 set_gdbarch_frame_chain_valid.
10262 * avr-tdep.c (avr_gdbarch_init): Likewise.
10263 * cris-tdep.c (cris_gdbarch_init): Likewise.
10264 * frv-tdep.c (frv_gdbarch_init): Likewise.
10265 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10266 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10267 (i386_nw_init_abi): Likewise.
10268 (i386_gdbarch_init): Likewise.
10269 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10270 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10271 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10272 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10273 * mips-tdep.c (mips_gdbarch_init): Likewise.
10274 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10275 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10276 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10277 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10278 * s390-tdep.c (s390_gdbarch_init): Likewise.
10279 * sh-tdep.c (sh_gdbarch_init): Likewise.
10280 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10281 * v850-tdep.c (v850_gdbarch_init): Likewise.
10282 * vax-tdep.c (vax_gdbarch_init): Likewise.
10283 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10284
10285 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10286 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10287 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10288 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10289 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10290 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10291 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10292 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10293
10294 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10295
10296 * Makefile.in (acconfig_h): Remove incorrect macro.
10297 (config_h): Define.
10298 (osabi.o): Update dependencies.
10299 * configure.tgt: Set gdb_osabi based on target triplet.
10300 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10301 * configure: Regenerated.
10302 * config.in: Regenerated.
10303 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10304 (GDB_OSABI_DEFAULT): Define if not already defined.
10305 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10306 (set_osabi_string): New variables.
10307 (gdbarch_register_osabi): Add new OS ABI to
10308 gdb_osabi_available_names.
10309 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10310 (set_osabi, show_osabi): New functions.
10311 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10312
10313 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * arch-utils.c (gdbarch_info_init): Set osabi to
10316 GDB_OSABI_UNINITIALIZED.
10317 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10318 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10319 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10320 * gdbarch.c: Regenerated.
10321 * gdbarch.h: Regenerated.
10322 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10323 there's no BFD.
10324 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10325 * osabi.h (enum gdb_osabi): Move to defs.h.
10326 (gdbarch_init_osabi): Update prototype.
10327 * defs.h (enum gdb_osabi): Moved here.
10328 * Makefile.in: Update dependencies.
10329
10330 * alpha-tdep.h: Don't include "osabi.h".
10331 (struct gdbarch_tdep): Remove osabi member.
10332 * alpha-tdep.c: Include "osabi.h".
10333 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10334 iterate over arches. Update call to gdbarch_init_osabi.
10335 (alpha_dump_tdep): Don't dump osabi.
10336 * alpha-linux-tdep.c: Include "osabi.h".
10337 * alpha-osf1-tdep.c: Include "osabi.h".
10338 * alphafbsd-tdep.c: Include "osabi.h".
10339 * alphanbsd-tdep.c: Include "osabi.h".
10340
10341 * arm-tdep.h: Don't include "osabi.h".
10342 (struct gdbarch_tdep): Remove osabi member.
10343 * arm-tdep.c: Include "osabi.h".
10344 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10345 iterate over arches. Update call to gdbarch_init_osabi.
10346 (arm_dump_tdep): Don't dump osabi.
10347 * arm-linux-tdep.c: Include "osabi.h".
10348 * armnbsd-tdep.c: Include "osabi.h".
10349
10350 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10351 Update call to gdbarch_init_osabi.
10352
10353 * i386-tdep.h: Don't include "osabi.h".
10354 (struct gdbarch_tdep): Remove osabi member.
10355 * i386-tdep.c: Include "osabi.h".
10356 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10357 iterate over arches. Update call to gdbarch_init_osabi.
10358 (i386_dump_tdep): Don't dump osabi.
10359 * i386-linux-tdep.c: Include "osabi.h".
10360 * i386-sol2-tdep.c: Include "osabi.h".
10361 * i386bsd-tdep.c: Include "osabi.h".
10362 * i386gnu-tdep.c: Include "osabi.h".
10363 * i386ly-tdep.c: Include "osabi.h".
10364 * i386nbsd-tdep.c: Include "osabi.h".
10365 * i386obsd-tdep.c: Include "osabi.h".
10366
10367 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10368 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10369 check osabi when iterating over arches. Update call to
10370 gdbarch_init_osabi.
10371 (mips_dump_tdep): Don't dump osabi.
10372
10373 * ns32k-tdep.h: Don't include "osabi.h".
10374 (struct gdbarch_tdep): Remove.
10375 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10376 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10377 allocate tdep. Update call to gdbarch_init_osabi.
10378 (ns32k_dump_tdep): Remove.
10379 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10380 * ns32knbsd-tdep.c: Include "osabi.h".
10381
10382 * ppc-tdep.h: Don't include "osabi.h".
10383 (struct gdbarch_tdep): Remove osabi member.
10384 * rs6000-tdep.c: Include "osabi.h".
10385 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10386 osabi when iterating over arches. Update call to
10387 gdbarch_init_osabi.
10388 (rs6000_dump_tdep): Don't dump osabi.
10389 * ppc-linux-tdep.c: Include "osabi.h".
10390 * ppcnbsd-tdep.c: Include "osabi.h".
10391
10392 * sh-tdep.h: Don't include "osabi.h".
10393 (struct gdbarch_tdep): Remove osabi member.
10394 * sh-tdep.c: Include "osabi.h".
10395 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10396 iterate over arches. Update call to gdbarch_init_osabi.
10397 (sh_dump_tdep): Don't dump osabi.
10398 * shnbsd-tdep.c: Include "osabi.h".
10399
10400 * sparc-tdep.c: Include "osabi.h".
10401 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10402 iterate over arches. Update call to gdbarch_init_osabi.
10403 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10404 tdep structure.
10405
10406 * vax-tdep.h: Don't include "osabi.h".
10407 (struct gdbarch_tdep): Remove.
10408 * vax-tdep.c: Include "osabi.h".
10409 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10410 iterate over arches. Don't allocate tdep. Update call
10411 to gdbarch_init_osabi.
10412 (vax_dump_tdep): Remove.
10413 (_initialize_vax_tdep): Update call to gdbarch_register.
10414
10415 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10416
10417 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10418 entirely.
10419 (breakpoint_re_set_one): Don't fetch the value for a disabled
10420 watchpoint.
10421
10422 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10423
10424 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10425 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10426 (COERCE_FLOAT_TO_DOUBLE): Remove.
10427 * gdbarch.c: Regenerate.
10428 * gdbarch.h: Regenerate.
10429 * Makefile.in: Remove value_h from gdbarch_h.
10430 * valops.c (coerce_float_to_double): New variable.
10431 (default_coerce_float_to_double): Remove.
10432 (standard_coerce_float_to_double): Remove.
10433 (value_arg_coerce): Use coerce_float_to_double.
10434 (_initialize_valops): Add "set coerce-float-to-double".
10435 * value.h (default_coerce_float_to_double): Remove prototype.
10436 (standard_coerce_float_to_double): Remove prototype.
10437
10438 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10439 prototyped.
10440 * mdebugread.c (parse_symbol): Likewise.
10441 * stabsread.c (define_symbol): Mark all functions as prototyped.
10442
10443 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10444 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10445 set_gdbarch_coerce_float_to_double.
10446 * arm-tdep.c (arm_gdbarch_init): Likewise.
10447 * frv-tdep.c (frv_gdbarch_init): Likewise.
10448 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10449 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10450 * mips-tdep.c (mips_gdbarch_init): Likewise.
10451 (mips_coerce_float_to_double): Remove.
10452 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10453 (rs6000_coerce_float_to_double): Remove.
10454 * s390-tdep.c (s390_gdbarch_init): Likewise.
10455 * sh-tdep.c (sh_gdbarch_init): Likewise.
10456 (sh_coerce_float_to_double): Remove.
10457 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10458 (sparc_coerce_float_to_double): Remove.
10459 * v850-tdep.c (v850_gdbarch_init): Likewise.
10460 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10461 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10462 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10463 (hppa_coerce_float_to_double): Remove prototype.
10464 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10465
10466 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10467
10468 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10469
10470 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10471
10472 Suggested by Stewart Brown <sb24@avaya.com>:
10473 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10474 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10475 (c_type_print_varspec_suffix): Likewise.
10476
10477 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10478
10479 * configure.in: Don't set and AC_SUBST SUBDIRS.
10480 * configure: Regenerated.
10481
10482 * configure.in: Remove code dealing with shared libraries.
10483 * Makefile.in: Remove HLDFLAGS and HLDENV.
10484 * configure: Regenerated.
10485
10486 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10487
10488 * frame.c (deprecated_frame_xmalloc): New function.
10489 (deprecated_set_frame_saved_regs_hack): New function.
10490 (deprecated_set_frame_extra_info_hack): New function.
10491 * frame.h (deprecated_frame_xmalloc): Declare.
10492 (deprecated_set_frame_saved_regs_hack): Declare.
10493 (deprecated_set_frame_extra_info_hack): Declare.
10494
10495 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10496
10497 * configure.in: Move code that provides the --enable-gdbtk option
10498 right after the code that handles the --enable-tui option, and
10499 polish it somewhat.
10500 * configure: Regenerated.
10501
10502 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10503 AC_CHECK_FUNCS and remove the old check for pread64.
10504 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10505 * acconfig.h (_GNU_SOURCE): Add.
10506 (HAVE_PREAD64): Remove.
10507 * configure, aclocal.m4, config.in: Regenerated.
10508
10509 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10510
10511 * alpha-tdep.c: Use get_frame_saved_regs.
10512 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10513 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10514 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10515 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10516 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10517
10518 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10519
10520 * configure.in: Remove all use of the SUBDIRS variable; add
10521 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10522 code providing the --enable-multi-ice option, and move it right in
10523 front of the code that checks whether gdbserver is supported.
10524 Polish that too.
10525 * configure: Regenerated.
10526 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10527 @SUBDIRS@.
10528
10529 2003-01-03 Andrew Cagney <cagney@redhat.com>
10530
10531 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10532 * avr-tdep.c, cris-tdep.c: Ditto.
10533 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10534 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10535
10536 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10537
10538 * configure.in: Remove --enable-netrom option.
10539 * configure: Regenerated.
10540
10541 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10542
10543 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10544 declaration for `struct re_pattern_buffer' instead.
10545 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10546
10547 2003-01-03 J. Brobecker <brobecker@gnat.com>
10548
10549 * mdebugread.c (parse_symbol): Count until the stEnd matching
10550 the structure name.
10551
10552 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10553
10554 * configure.in: Remove --with-cpu option.
10555 subscripts. Remove evil changequotes here.
10556 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10557 * config.in, configure: Regenerated.
10558
10559 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10560 * configure.in: Cleanup section that sources GDB and BFD configure
10561 subscripts. Remove evil changequotes here.
10562 * config.in, configure: Regenerated.
10563
10564 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10565
10566 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10567 frame accessor methods.
10568 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10569 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10570 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10571 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10572 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10573 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10574 * z8k-tdep.c: Ditto.
10575
10576 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10577
10578 * configure.in: Remove UI_OUT configuration code.
10579 * ada-lang.c: Update assuming UI_OUT is always true.
10580 * Makefile.in (UIOUT_CFLAGS): Remove.
10581 * configure: Regenerated.
10582 * TODO: Remove blurb about elimination of -DUI_OUT.
10583
10584 * configure.in: Move code that provides the --enable-gdbcli,
10585 --enable-gdbmi options right before the code that handles the
10586 --enable-tui option. Polish a bit.
10587 * configure: Regenerated.
10588
10589 * configure.in: Rewrite check for GNU regex and the
10590 --without-included regex option, and move it into the "Checks for
10591 library functions" section. This makes us use the system regex
10592 again by default on systems with version 2 of the GNU C library.
10593 This was apparently broken.
10594 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10595 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10596 * config.in, configure: Regenerated.
10597
10598 * configure.in: Move code that provides the --enable-tui option
10599 before the "Checks for libraries" section. Polish the code
10600 somewhat and set need_curses to yes if we build the TUI. Rewrite
10601 code that looks for a library providing termcap functionality to
10602 match more closely what's done in the Readline library, and move
10603 it into to the "Checks for libraries" section.
10604 * configure: Regenerated.
10605 * Makefile.in (TERMCAP): Remove variable.
10606 * config/i386/go32.mh (TERMCAP): Remove variable.
10607
10608 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10609
10610 * MAINTAINERS: Mention gdb_mbuild.sh.
10611 * gdb_mbuild.sh: Rewrite.
10612
10613 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10614
10615 * configure.in: Fix typo in last change.
10616 * config.in, configure: Regenerated.
10617
10618 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10619
10620 * valarith.c (value_binop): Delete obsolete code and comments.
10621 * configure.host: Ditto.
10622 * buildsym.h (make_blockvector): Ditto.
10623 * buildsym.c (make_blockvector): Ditto.
10624 * defs.h (enum language): Ditto.
10625 (chill_demangle): Ditto.
10626 * elfread.c (elf_symtab_read): Ditto.
10627 * dwarfread.c (CHILL_PRODUCER): Ditto.
10628 (set_cu_language): Ditto.
10629 (handle_producer): Ditto.
10630 * expprint.c (print_subexp): Ditto.
10631 * gdbtypes.c (chill_varying_type): Ditto.
10632 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10633 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10634 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10635 (chill_varying_type): Ditto.
10636 * language.h (_LANG_chill): Ditto.
10637 * language.c (binop_result_type, integral_type): Ditto.
10638 (character_type, string_type, structured_type): Ditto.
10639 (lang_bool_type, binop_type_check): Ditto.
10640 * stabsread.h (os9k_stabs): Ditto.
10641 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10642 (define_symbol, read_type, read_struct_fields): Ditto.
10643 (read_array_type, read_enum_type, read_huge_number): Ditto.
10644 (read_range_type, start_stabs): Ditto.
10645 * symfile.c (init_filename_language_table): Ditto.
10646 (add_psymbol_with_dem_name_to_list): Ditto.
10647 * symtab.c (symbol_init_language_specific): Ditto.
10648 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10649 * symtab.h (struct general_symbol_info): Ditto.
10650 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10651 * typeprint.c (typedef_print): Ditto.
10652 * utils.c (fprintf_symbol_filtered): Ditto.
10653 * valops.c (value_cast, search_struct_field, value_slice): Delete
10654 obsolete code.
10655 (varying_to_slice): Delete function.
10656 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10657 (varying_to_slice): Delete declaration.
10658 * MAINTAINERS: Update.
10659
10660 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10661
10662 * configure.in: Reorganize "Checks for library functions section"
10663 a bit. Remove check for `btowc' and `isascii' functions.
10664 * configure: Regenerated.
10665
10666 * acconfig.h (_MSE_INT_H): Remove.
10667 * configure.in: Create "Checks for header files" section, and move
10668 appropriate tests there. Don't check for objlist.h, wchar.h,
10669 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10670 misdetection fix. Also add "Checks for types", "Checks for
10671 compiler characteristics" and "Checks for library functions"
10672 sections.
10673 * config.in, configure: Regenerated.
10674
10675 * configure.in: Create "Checks for programs" section, and move
10676 appropriate tests there.
10677
10678 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10679
10680 * configure.in: Create "Checks for libraries" section, and move
10681 appropriate tests there. Cleanup check for wctype in libw. Use
10682 AC_SEARCH_LIBS to see whether we need libsocket.
10683 * configure: Regenerated.
10684
10685 For older changes see ChangeLog-2002
10686 \f
10687 Local Variables:
10688 mode: change-log
10689 left-margin: 8
10690 fill-column: 74
10691 version-control: never
10692 End: