2003-11-04 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-04 Michael Snyder <msnyder@redhat.com>
2
3 * MAINTAINERS: Remove myself as owner of breakpoints and
4 of sparc/solaris.
5
6 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
7
8 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
9 (sh_sh4al_dsp_register_name): Ditto.
10 (sh4_nofpu_show_regs): Ditto.
11 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
12 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
13
14 2003-11-03 Andrew Cagney <cagney@redhat.com>
15
16 * bcache.c: Include "gdb_assert.h".
17 (struct bcache): Add fields "expand_count" and
18 "expand_hash_count".
19 (expand_hash_table): Update the expand counts.
20 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
21 on object sizes and hashes.
22 * Makefile.in (bcache.o): Update dependencies.
23
24 2003-11-03 Andrew Cagney <cagney@redhat.com>
25
26 * exec.c (xfer_memory): Eliminate xfer_fn.
27
28 2003-10-31 Kevin Buettner <kevinb@redhat.com>
29
30 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
31 (opcodes/frv-desc.h): Include.
32 (iacc0h_regnum, iacc0l_regnum): Define.
33 (last_spr_regnum, frv_num_regs): Update.
34 (new_variant): Don't supply default names for holes in the SPRs.
35 Supply names for iacc0h_regnum and iacc0l_regnum.
36 (frv_register_type): Use symbolic constants first_fpr_regnum and
37 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
38 builtin_type_int instead of builtin_type_int32.
39 (frv_register_sim_regno): New function.
40 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
41 * Makefile.in (gdb_sim_frv_h): Define.
42 (frv-tdep.o): Update dependencies.
43
44 2003-10-31 Andrew Cagney <cagney@redhat.com>
45
46 * avr-tdep.c (avr_frame_this_id): Do not call
47 deprecated_inside_entry_file.
48 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
49 * m32r-tdep.c (m32r_frame_this_id): Ditto.
50 * d10v-tdep.c (d10v_frame_this_id): Ditto.
51 * arm-tdep.c (arm_prologue_this_id): Ditto.
52 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
53
54 2003-10-31 Jim Blandy <jimb@redhat.com>
55
56 * elfread.c (elf_symtab_read): Allocate correct number of tail
57 elements to sectinfo structure. (Fix from Woody LaRue.)
58
59 2003-10-31 Andrew Cagney <cagney@redhat.com>
60
61 * stack.c (return_command): Use get_frame_type, instead of
62 CALL_DUMMY_HAS_COMPLETED.
63 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
64 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
65
66 2003-10-31 Mark Kettenis <kettenis@gnu.org>
67
68 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
69 explicitly specify size of array.
70 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
71 TDEP->sc_num_regs.
72
73 2003-10-31 Andrew Cagney <cagney@redhat.com>
74
75 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
76 function.
77 (s390_gdbarch_init): Set extract_struct_value_address.
78 * arch-utils.c (generic_cannot_extract_struct_value_address):
79 Delete function.
80 * arch-utils.h (generic_cannot_extract_struct_value_address):
81 Delete definition.
82
83 2003-10-31 Mark Kettenis <kettenis@gnu.org>
84
85 * i386-linux-nat.c (fetch_core_registers): Remove.
86 (linux_elf_core_fns): Remove.
87 (_initialize_i386_linux_nat): Remove.
88
89 2003-10-31 Andrew Cagney <cagney@redhat.com>
90
91 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
92 "exec.h".
93 (exec_entry_point): New function.
94 (enable_break): Create a "tmp_bfd_target", use that and
95 entry_point_address when computing the relocation offset.
96 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
97 * Makefile.in (solib-svr4.o): Update dependencies.
98
99 2003-10-31 Andrew Cagney <cagney@redhat.com>
100
101 * defs.h (XZALLOC): Define.
102 * target.h (struct target_ops): Add "to_data";
103 * bfd-target.h, bfd-target.c: New files.
104 * Makefile.in (SFILES): Add "bfd-target.c".
105 (COMMON_OBS): Add "bfd-target.o".
106 (bfd-target.o): Specify dependencies.
107 (bfd_target_h): Define.
108 * defs.h (XZALLOC): Define.
109
110 2003-10-31 Andrew Cagney <cagney@redhat.com>
111
112 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
113 adjust_breakpoint_address.
114 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
115 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
116 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
117 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
118
119 2003-10-31 Andrew Cagney <cagney@redhat.com>
120
121 * target.h (struct target_ops): Replace "to_read_partial" and
122 "to_write_partial" with "to_xfer_partial". Update comments.
123 * target.c (debug_to_write_partial): Delete function.
124 (debug_to_xfer_partial): Replace debug_to_read_partial.
125 (add_target, update_current_target, setup_target_debug): Set
126 "to_xfer_partial" instead of "to_read_partial" and
127 "to_write_partial".
128 (default_xfer_partial): Replace "default_write_partial".
129 (default_read_partial): Delete.
130 (target_read_partial, target_write_partial): Call
131 "to_xfer_partial".
132 * remote.c (init_remote_ops): Set "to_xfer_partial".
133 (init_remote_async_ops): Ditto.
134 (remote_xfer_partial): Replace "remote_read_partial".
135
136 2003-10-31 Mark Kettenis <kettenis@gnu.org>
137
138 * i386-tdep.c (i386_supply_fpregset): Support floating-point
139 registers in `fxsave' format.
140 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
141
142 2003-10-30 Mark Kettenis <kettenis@gnu.org>
143
144 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
145 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
146 TDEP->gregset_num_regs and tdep->sizeof_gregset.
147
148 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
149 specify size of array.
150 (i386_linux_init_abi): Remove initialization of
151 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
152 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
153
154 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
155 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
156 core-regset.o.
157
158 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
159 the ELF header.
160
161 2003-10-29 Mark Kettenis <kettenis@gnu.org>
162
163 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
164 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
165 core-regset.o.
166
167 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
168
169 * corelow.c: Include "arch-utils.h", "regset.h" and
170 "gdb_assert.h".
171 (core_gdbarch): New variable.
172 (sniff_core_bfd): Don't sniff if we have support for register sets
173 in CORE_GDBARCH.
174 (core_close): Reset CORE_GDBARCH.
175 (core_open): Initialize CORE_GDBARCH.
176 (get_core_register_section): Use register sets if they are
177 supported by CORE_GDBARCH.
178 (get_core_registers): Don't print error message if we have support
179 for register sets in CORE_GDBARCH.
180
181 2003-10-29 Andrew Cagney <cagney@redhat.com>
182
183 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
184 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
185
186 2003-10-29 Mark Kettenis <kettenis@gnu.org>
187
188 * objfiles.h (clear_objfile_data): New prototype.
189 * objfiles.c (clear_objfile_data): New function.
190 * symfile.c (reread_symbols): Clear per-objfile data.
191
192 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
193
194 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
195 printf_unfiltered instead of printf_filtered for output messages.
196 (add_symbol_file_command): Ditto.
197 (reread_symbols): Ditto.
198 (overlay_auto_command): Ditto.
199 (overlay_manual_command): Ditto.
200 (overlay_off_command): Ditto.
201
202 2003-10-27 Mark Kettenis <kettenis@gnu.org>
203
204 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
205 (gdbarch_from_bfd): New function.
206 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
207 deprecated_select_gdbarch_hack.
208 * arch-utils.h (gdbarch_from_bfd): New prototype.
209
210 2003-10-27 Andrew Cagney <cagney@redhat.com>
211
212 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
213 arch_info. Use warning instead of fprintf_filtered. Do not use
214 deprecated bfd_printable_arch_mach.
215
216 2003-10-26 Kevin Buettner <kevinb@redhat.com>
217
218 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
219 Delete.
220 (frv_register_type): Rename from frv_register_virtual_type. Add
221 ``struct gdbarch *'' parameter.
222 (frv_gdbarch_init): Delete calls to the following functions:
223 set_gdbarch_deprecated_size(),
224 set_gdbarch_deprecated_register_bytes(),
225 set_gdbarch_deprecated_register_raw_size(),
226 set_gdbarch_deprecated_max_register_raw_size(),
227 set_gdbarch_deprecated_register_virtual_size(),
228 set_gdbarch_deprecated_max_register_virtual_size(),
229 set_gdbarch_deprecated_register_virtual_size(),
230 set_gdbarch_deprecated_register_virtual_type().
231 Add call to function set_gdbarch_register_type().
232
233 2003-10-26 Mark Kettenis <kettenis@gnu.org>
234
235 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
236 FDOFF_REGNUM): Remove defines.
237 * win32-nat.c (do_child_fetch_inferior_registers): Include
238 "i387-tdep.h".
239 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
240 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
241 undefine I387_ST0_REGNUM.
242
243 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
244 * x86-64-tdep.c (x86_64_store_return_value): Use
245 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
246
247 Change register numbers to enumartion values.
248 * i386-tdep.h (enum i386_regnum): New.
249 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
250 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
251 I386_ST0_REGNUM): Remove defines.
252 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
253 I386_EDI_REGNUM): Remove defines.
254
255 2003-10-24 Andrew Cagney <cagney@redhat.com>
256
257 * target.c: Include "gdbcore.h".
258 (get_target_memory, get_target_memory_unsigned): New functions.
259 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
260 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
261 Use get_target_memory_unsigned.
262 * Makefile.in (target.o): Update dependencies.
263
264 2003-10-24 Andrew Cagney <cagney@redhat.com>
265
266 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
267 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
268 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
269 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
270 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
271
272 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
273 (can_run_code_for): Use the OO term "singleton".
274
275 2003-10-23 Andrew Cagney <cagney@redhat.com>
276
277 * Makefile.in (stack.o): Add $(regcache_h).
278 * stack.c: Include "regcache.h"
279 (return_command): Rewrite. Use get_frame_id and
280 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
281 about unhandled return-values.
282 * value.h (set_return_value): Delete declaration.
283 * values.c (set_return_value): Delete function.
284
285 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
286
287 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
288 (pseudo_regs): Add comment regarding register stack registers.
289 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
290 (floatformat_valid): New static routine.
291 (floatformat_ia64_ext): Add name field and set up is_valid routine
292 to floatformat_valid().
293 (examine_prologue): For the previous cfm, use
294 frame_unwind_register()
295 if the cfm is not stored in a register-stack register. Save the
296 previous cfm value in the prev_cfm field. Add debug output.
297 (ia64_frame_this_id): Use frame_id_build_special() to also register
298 the bsp. Add debug output.
299 (ia64_sigtramp_frame_this_id): Ditto.
300 (ia64_frame_prev_register): Look at cache saved_regs for a few more
301 registers and also add some checks for framelessness before accepting
302 current register values for fields such as return address. For cfm,
303 use the cached prev_cfm field if available. Add comment to explain
304 PSR logic. Add debug output.
305 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
306 as part of initialization.
307 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
308 calculated. Cache the bsp and cfm values.
309 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
310 instead of using ia64_frame_prev_register() which doesn't expect most
311 registers to be saved. The saved values for bsp and sp
312 can be taken from the cache. Add debug output.
313 (ia64_push_dummy_call): Use frame_id_build_special() to also register
314 the bsp.
315
316 2003-10-23 Jim Blandy <jimb@redhat.com>
317
318 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
319 architecture the current arch can run code for --- but not if it's
320 a superset.
321 (can_run_code_for): New function.
322
323 2003-10-22 James E Wilson <wilson@specifixinc.com>
324
325 * MAINTAINERS: Move myself from paper trail section back to write
326 after approval section.
327
328 2003-10-22 Andrew Cagney <cagney@redhat.com>
329
330 * exec.h: New file.
331 * win32-nat.c: Include "exec.h".
332 * solib.c: Include "exec.h".
333 * target.h (build_section_table): Delete declaration.
334 * somsolib.c: Include "exec.h".
335 (exec_ops): Delete extern declaration.
336 * rs6000-nat.c: Update copyright. Include "exec.h".
337 (exec_ops): Delete extern declaration.
338 * pa64solib.c: Update copyright. Include "exec.h".
339 (exec_ops): Delete extern declaration.
340 * exec.c: Update copyright. Include "exec.h".
341 * corelow.c: Update dependencies. Include "exec.h".
342 * Makefile.in (exec_h): Define.
343 (exec.o, somsolib.o): Update dependencies.
344 (pa64solib.o, corelow.o): Update dependencies.
345
346 2003-10-22 Andrew Cagney <cagney@redhat.com>
347
348 * target.c: Include "gdb_assert.h" (target_read): Call
349 "target_read_partial", not "target_write_partial".
350 (default_read_partial, default_write_partial): New function.
351 (target_read_partial, target_write_partial): Simplify, assume that
352 there is always a read/write method.
353 (update_current_target, add_target): Always set "to_read_partial"
354 and "to_write_partial".
355 (target_write, target_read): Fail on a zero byte transfer.
356 * Makefile.in (target.o): Update dependencies.
357 * target.h: Update copyright date.
358 (target_object): Fix typo.
359
360 2003-10-22 Andrew Cagney <cagney@redhat.com>
361
362 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
363 multi-arch method, add "targ" parameter.
364 (struct target_ops): Declare.
365 * gdbarch.h, gdbarch.c: Re-generate.
366 * Makefile.in (c-valprint.o): Update dependencies.
367 * arch-utils.h: Update copyright.
368 (convert_from_func_ptr_addr_identity): Declare.
369 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
370 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
371 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
372 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
373 * infcall.c (find_function_addr, call_function_by_hand): Update.
374 * c-valprint.c: Include "target.h".
375 (print_function_pointer_address): Update.
376
377 2003-10-22 Andrew Cagney <cagney@redhat.com>
378
379 * target.c (target_close): New function.
380 (debug_to_close): Use "target_close".
381 (push_target): Use "target_close".
382 (unpush_target): Use "target_close".
383 (pop_target): Use "target_close".
384 * target.h (struct target_ops): Add "to_xclose".
385 (target_open): Delete macro. Move comment to "to_open".
386 (target_close): Replace macro with function that takes a target.
387 * top.c (quit_target): Pass "current_target" to "target_close".
388
389 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
390
391 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
392 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
393 * symtab.h (lookup_minimal_symbol_text): Update.
394 * breakpoint.c (create_overlay_event_breakpoint,
395 create_longjmp_breakpoint): Update callers.
396 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
397 * symtab.c (find_pc_sect_line): Ditto.
398
399 2003-10-21 Andrew Cagney <cagney@redhat.com>
400
401 * target.c (errno): Delete extern declaration.
402
403 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
404
405 * ia64-tdep.c: Change all occurrences of
406 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
407 (ia64_frame_prev_register): Minor whitespace change.
408
409 2003-10-20 Michael Chastain <mec@shout.net>
410
411 * config/djgpp/fnchange.lst: Add lines for:
412 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
413 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
414 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
415 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
416 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
417 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
418 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
419
420 2003-10-20 Andrew Cagney <cagney@redhat.com>
421
422 * values.c (register_value_being_returned): Update comments. Use
423 "gdbarch_return_value" when available.
424 (using_struct_return): Ditto.
425 (set_return_value): Ditto. Use "gdbarch_return_value" when
426 available.. Print a warning, and not an error, when an unhandled
427 return type is encountered.
428 * infcmd.c: Include "gdb_assert.h".
429 (print_return_value): When gdbarch_return_value_p, and using
430 struct return, assume that the value is not available.
431 * defs.h (return_value_convention): Define.
432 * gdbarch.sh (gdbarch_return_value): New predicate method.
433 * gdbarch.h, gdbarch.c: Re-generate
434 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
435
436 2003-10-20 Andrew Cagney <cagney@redhat.com>
437
438 * symtab.c: Replace "struct sec" with "struct bfd_section".
439 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
440
441 2003-10-19 Michael Chastain <mec@shout.net>
442
443 * config/djgpp/fnchange.lst: Add lines for:
444 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
445 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
446 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
447
448 2003-10-19 Mark Kettenis <kettenis@gnu.org>
449
450 * amd64fbsd-nat.c (fetch_inferior_registers,
451 store_inferior_registers): Remove functions.
452 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
453
454 2003-10-18 Mark Kettenis <kettenis@gnu.org>
455
456 Add NetBSD/amd64 native configuration:
457 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
458 * amd64nbsd-tdep.c: New file.
459 * amd64nbsd-nat.c: New file.
460 * amd64bsd-nat.c: New file.
461 * config/i386/nbsd64.mh: New file.
462 * config/i386/nbsd64.mt: New file.
463 * configure.host: Add x86_64-*-netbsd*.
464 * configure.tgt: Add x86_64-*-netbsd*.
465 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
466 New targets.
467 * NEWS (New native configurations): Mention NetBSD/amd64.
468
469 2003-10-17 Michael Chastain <mec@shout.net>
470
471 * config/djgpp/fnchange.lst: Remove dead lines for:
472 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
473 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
474 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
475 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
476 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
477 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
478 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
479 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
480 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
481 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
482 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
483 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
484 gdb/config/sparc/tm-sparclite.h,
485 gdb/gdbtk/generic/ChangeLog-2001,
486 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
487 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
488 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
489 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
490 gdb/testsuite/gdb.mi/mi0-var-block.exp,
491 gdb/testsuite/gdb.mi/mi0-var-child.exp,
492 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
493 gdb/testsuite/gdb.mi/mi0-var-display.exp,
494 itcl/iwidgets3.0.0/demos/extfileselectionbox,
495 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
496 itcl/iwidgets3.0.0/demos/fileselectionbox,
497 itcl/iwidgets3.0.0/demos/fileselectiondialog,
498 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
499 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
500 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
501 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
502 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
503 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
504 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
505 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
506 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
507 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
508 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
509 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
510 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
511 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
512 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
513 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
514 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
515 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
516 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
517 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
518 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
519 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
520 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
521 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
522 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
523 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
524 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
525 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
526 itcl/iwidgets3.0.0/demos/html/shell.n.html,
527 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
528 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
529 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
530 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
531 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
532 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
533 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
534 itcl/iwidgets3.0.0/demos/scrolledcanvas,
535 itcl/iwidgets3.0.0/demos/scrolledframe,
536 itcl/iwidgets3.0.0/demos/scrolledhtml,
537 itcl/iwidgets3.0.0/demos/scrolledlistbox,
538 itcl/iwidgets3.0.0/demos/scrolledtext,
539 itcl/iwidgets3.0.0/demos/selectionbox,
540 itcl/iwidgets3.0.0/demos/selectiondialog,
541 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
542 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
543 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
544 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
545 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
546 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
547 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
548 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
549 itcl/iwidgets3.0.0/doc/scrolledframe.n,
550 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
551 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
552 itcl/iwidgets3.0.0/doc/scrolledtext.n,
553 itcl/iwidgets3.0.0/doc/selectionbox.n,
554 itcl/iwidgets3.0.0/doc/selectiondialog.n,
555 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
556 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
557 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
558 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
559 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
560 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
561 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
562 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
563 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
564 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
565 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
566 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
567 itcl/iwidgets3.0.0/generic/selectionbox.itk,
568 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
569 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
570 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
571 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
572 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
573 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
574 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
575 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
576 itcl/iwidgets3.0.0/tests/scrolledframe.test,
577 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
578 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
579 itcl/iwidgets3.0.0/tests/scrolledtext.test,
580 itcl/iwidgets3.0.0/tests/selectionbox.test,
581 itcl/iwidgets3.0.0/tests/selectiondialog.test,
582 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
583 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
584 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
585 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
586 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
587 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
588 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
589 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
590 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
591 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
592 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
593 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
594 tk/mac/tkMacProjects.sit.hqx.
595
596 2003-10-17 Andrew Cagney <cagney@redhat.com>
597
598 * target.c (target_section_by_addr): New function.
599 (do_xfer_memory): Use "target_section_by_addr".
600 * target.h (target_section_by_addr): Declare.
601
602 * target.h (struct target_ops): Add "to_read_partial" and
603 "to_write_partial", delete "to_query".
604 (target_read_partial, target_write_partial): Declare.
605 (target_read, target_write): Declare.
606 (target_query): Delete macro.
607 * target.c (target_read_partial): New function.
608 (target_write_partial, target_read, target_write): New function.
609 (update_current_target): Delete inheritance of "to_query". Add
610 comments about "to_read_partial" and "to_write_partial".
611 (debug_to_partial_read, debug_to_partial_write): New functions.
612 (debug_to_query): Delete function.
613 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
614 instead of "to_query".
615 * remote.c (remote_read_partial): Replace "remote_query".
616 (init_remote_ops): Set "to_read_partial" instead of "to_query".
617 (init_remote_async_ops): Ditto.
618 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
619 "target_read_partial" instead of "target_query".
620 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
621 Use "target_read_partial" instead of "target_query".
622
623 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
624
625 * frame.h (struct frame_id): Add new field: special_addr.
626 (frame_id_build_special): New prototype.
627 * frame.c (frame_id_build_special): New function.
628 (frame_id_build): Change to call frame_id_build_special().
629 (frame_id_eq): Change to also test special_addr field.
630 (frame_id_inner): Update comment.
631
632 2003-10-17 Andrew Cagney <cagney@redhat.com>
633
634 * target.c (update_current_target): Perform the target cleanup.
635 Put the target stack beneath the squashed "current_target".
636 (add_target): Delete disabled call to "cleanup_target".
637 (cleanup_target): Delete function.
638 (push_target, unpush_target): Do not call "cleanup_target".
639
640 2003-10-17 Andrew Cagney <cagney@redhat.com>
641
642 * target.c (target_stack): Change to a static target_ops.
643 (update_current_target): Walk the "struct target_ops" stack.
644 (pop_target, do_xfer_memory, target_info): Ditto.
645 (find_target_beneath): Ditto.
646 (push_target): Rewrite to use the "struct target_ops" stack.
647 (unpush_target): Ditto.
648 * target.h (struct target_stack_item): Delete definition.
649 (target_stack): Delete declaration.
650 (struct target_ops): Add field "beneath".
651
652 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
653
654 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
655 declaration.
656 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
657 (h8300_examine_prologue): Use h8300_normal_mode flag
658 (h8300_gdbarch_init): Set architecture info for normal mode
659
660 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
661
662 * remote.c (remote_protocol_vcont): New variable.
663 (set_remote_protocol_vcont_packet_cmd): New function.
664 (show_remote_protocol_vcont_packet_cmd): New function.
665 (init_all_packet_configs): Handle remote_protocol_vcont.
666 (remote_vcont_probe): New function.
667 (remote_vcont_resume): New function.
668 (remote_resume): Use it.
669 (remote_async_resume): Call remote_resume.
670 (_initialize_remote): Add verbose-resume packet commands.
671
672 2003-10-16 Andrew Cagney <cagney@redhat.com>
673
674 * infrun.c (handle_inferior_event): Add comment about
675 "frame_id_inner" being too weak.
676
677 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
678
679 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
680 second parameter, which is always null. Remove
681 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
682 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
683 accordingly.
684 * somsolib.c (som_solib_create_inferior_hook,
685 som_solib_desire_dynamic_linker_symbols): Update callers.
686 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
687
688 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
689
690 * remote-m32r-sdi.c : New file, interface to m32r on-chip
691 debug interface, SDI (Scalable Debug Interface).
692 * NEWS: Mention m32r SDI protocol was supported.
693 * Makefile.in (remote-m32r-sdi.o): Add build rule.
694 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
695
696 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
697
698 * ia64-linux-tdep.c: Include gdbcore.h.
699 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
700 (ia64_linux_sigcontext_register_addr): Find the address of the
701 sigcontext area stored in the sigframe instead of using
702 a magic offset constant.
703
704 2003-10-15 Andrew Cagney <cagney@redhat.com>
705
706 * remote.c (remote_search): Delete function.
707 * target.h (target_search): Delete disabled macro.
708 (struct target_ops): Delete disabled field "to_search".
709
710 2003-10-14 Kevin Buettner <kevinb@redhat.com>
711
712 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
713 instead of deprecated_inside_entry_file().
714
715 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
716
717 * sh-tdep.c: Fix copy/paste hangover in comment.
718 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
719 mode.
720 (sh3e_sh4_extract_return_value): Ditto.
721
722 2003-10-13 Richard Henderson <rth@redhat.com>
723
724 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
725 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
726 match c_val_print a bit closer.
727
728 2003-10-13 Kevin Buettner <kevinb@redhat.com>
729
730 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
731 (frv_gdbarch_adjust_breakpoint_address): New function.
732 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
733 method.
734
735 2003-10-13 Kevin Buettner <kevinb@redhat.com>
736
737 * breakpoint.h (struct breakpoint): Add new member
738 ``requested_address''.
739 * breakpoint.c (breakpoint_adjustment_warning)
740 (adjust_breakpoint_address): New static functions.
741 (print_it_typical): Issue warning if breakpoint's address is different
742 from its requested address.
743 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
744 (breakpoint_re_set_one): Set breakpoint's
745 ``requested_address'' field. Set ``address'' field to the
746 result of calling adjust_breakpoint_address() on the requested
747 address.
748
749 2003-10-13 Kevin Buettner <kevinb@redhat.com>
750
751 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
752 * gdbarch.h, gdbarch.c: Regenerate.
753
754 2003-10-11 Mark Kettenis <kettenis@gnu.org>
755
756 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
757 TDEP->sc_num_regs.
758
759 * i386fbsd-tdep.c: New file.
760 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
761 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
762 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
763 i386bsd-tdep.c.
764 (_initialize_i386fbsd_tdep): New function.
765 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
766 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
767 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
768 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
769 TDEP->sc_num_regs.
770 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
771 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
772 to initialize TDEP->sc_num_regs.
773 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
774 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
775 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
776 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
777 FreeBSD ELF OS/ABI's here.
778 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
779 (i386fbsd-tdep.o): New target.
780 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
781 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
782
783 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
784 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
785 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
786 in initialization of TDEP->sc_num_regs.
787
788 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
789 (x86_64_init_abi): Initialize regset_from_core_section if
790 appropriate.
791
792 * i386-tdep.c (i386_regset_from_core_section): New function.
793 (i386_gdbarch_init): Initialize regset_from_core_section if
794 appropriate.
795 * i386-tdep.h (i386_regset_from_core_section): New declaration.
796
797 * i386-tdep.h (struct regset): Declare opaque.
798
799 * gdbarch.sh (regset_from_core_section): New method.
800 (struct regset): Declare opaque.
801 * gdbarch.c, gdbarch.h: Regenerated.
802
803 2003-10-11 Alan Modra <amodra@bigpond.net.au>
804
805 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
806 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
807 Correct test for pc within section.
808
809 2003-10-11 Mark Kettenis <kettenis@gnu.org>
810
811 * gdbarch.sh: Remove trailing whitepsace from comments.
812
813 2003-10-08 Roland McGrath <roland@redhat.com>
814
815 * gcore.c (make_mem_sec): Function removed, folded into ...
816 (gcore_create_callback): ... here. To omit a section, clear its
817 SEC_LOAD bit rather than zeroing its size.
818 Omit read-only sections only if they correspond to a known disk file.
819 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
820
821 2003-10-10 Michael Snyder <msnyder@redhat.com>
822
823 * d10v-tdep.c: Fix typo in comment.
824
825 2003-10-10 Andrew Cagney <cagney@redhat.com>
826
827 * rs6000-tdep.c (e500_store_return_value): Delete function.
828 (e500_extract_return_value): Delete function.
829 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
830 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
831 "ppc_sysv_abi_restore_return_value" where applicable.
832 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
833 (ppc_sysv_abi_extract_return_value): Declare.
834 (ppc_sysv_abi_broken_store_return_value): Declare.
835 (ppc_sysv_abi_broken_extract_return_value): Declare.
836 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
837 * ppc-sysv-tdep.c (return_value_convention): Move definition to
838 start of file.
839 (do_ppc_sysv_return_value): New function.
840 (ppc_sysv_abi_extract_return_value): New function.
841 (ppc_sysv_abi_store_return_value): New function.
842 (ppc_sysv_abi_broken_extract_return_value): New function.
843 (ppc_sysv_abi_broken_store_return_value): New function.
844 (ppc_sysv_abi_use_struct_convention): Call
845 do_ppc_sysv_return_value.
846
847 2003-10-10 J. Brobecker <brobecker@gnat.com>
848
849 * blockframe.c (inside_main_func): No longer use symbol_lookup()
850 to lookup the main function symbol.
851
852 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
853
854 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
855 types correctly.
856 (sh_push_dummy_call_fpu): Fix argument passing rules.
857 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
858 float types.
859 (sh3e_sh4_store_return_value): Ditto.
860
861 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
862
863 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
864 comment.
865
866 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
867
868 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
869 more readable code. Accomodate passing of bitfields.
870
871 2003-10-10 Andrew Cagney <cagney@redhat.com>
872
873 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
874 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
875 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
876 * ppc-sysv-tdep.c: Include "gdb_assert.h".
877 (ppc64_sysv_abi_push_dummy_call): New function.
878 (ppc64_sysv_abi_broken_push_dummy_call): New function.
879 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
880 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
881
882 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
883
884 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
885 * README: Ditto.
886 * d10v-tdep.c: Ditto.
887 * h8300-tdep.c: Ditto.
888 * remote-e7000.c: Ditto.
889 * remote-hms.c: Ditto.
890 * ser-e7kpc.c: Ditto.
891 * sh-stub.c: Ditto.
892 * sh-tdep.c: Ditto.
893 * sh-tdep.h: Ditto.
894 * sh3-rom.c: Ditto.
895 * sh64-tdep.c: Ditto.
896 * top.c: Ditto.
897 * wince.c: Ditto.
898 * config/d10v/d10v.mt: Ditto.
899 * config/sh/embed.mt: Ditto.
900 * config/sh/linux.mt: Ditto.
901 * config/sh/tm-linux.h: Ditto.
902 * config/sh/tm-sh.h: Ditto.
903 * config/sh/wince.mt: Ditto.
904
905 2003-10-09 Andrew Cagney <cagney@redhat.com>
906
907 * ppc-tdep.h (struct type): Declare opaque.
908 * x86-64-tdep.h (struct regcache): Declare opaque.
909 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
910 coding style.
911
912 2003-10-09 Andrew Cagney <cagney@redhat.com>
913
914 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
915 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
916 (SOFTWARE_SINGLE_STEP_P): Ditto.
917 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
918 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
919 (SOFTWARE_SINGLE_STEP_P): Ditto.
920 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
921 software_single_step to rs6000_software_single_step.
922
923 2003-10-09 Andrew Cagney <cagney@redhat.com>
924
925 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
926
927 2003-10-09 Michael Snyder <msnyder@redhat.com>
928
929 * frame.h: Fix typo in comment.
930 * dummy-frame.c: Fix typo in comment.
931 * d10v-tdep.c: Random whitespace/comment tweaks.
932
933 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
934
935 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
936 (sh_push_dummy_code): Delete function, it's only used for dummy calls
937 on stack.
938
939 Based on input by Stephen Clarke (stephen.clarke@superh.com):
940 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
941 in detail.
942
943 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
944
945 * remote-mips.c (mips_initialize): Remove unneeded call to
946 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
947
948 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
949
950 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
951 a memory pointer.
952
953 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
954
955 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
956 for any lwp we resume.
957 (running_callback): Add lwps that have pending status events
958 against them to be considered running.
959
960 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
961
962 * m32r-tdep.c : Include "dis-asm.h".
963 * Makefile.in (m32r-tdep.o): Update dependencies.
964
965 2003-10-06 J. Brobecker <brobecker@gnat.com>
966
967 * completer.h (get_gdb_completer_word_break_characters): Delete.
968 * completer.c: include language.h.
969 (gdb_completer_word_break_characters): Delete.
970 (get_gdb_completer_word_break_characters): Delete.
971 (location_completer): Use the word break characters of the current
972 language.
973 (complete_line): Likewise.
974 (line_completion_function): Likewise.
975 (skip_quoted_chars): Likewise.
976 * Makefile.in (completer.o): Add dependency on language.h.
977 * top.c (init_main): Set the readline word break characters
978 to GDB's default word break characters.
979
980 2003-10-06 J. Brobecker <brobecker@gnat.com>
981
982 * language.h (language_defn): new field, la_word_break_characters.
983 * language.c (unknown_language_defn): Set new field to
984 default_word_break_characters.
985 (auto_language_defn): Likewise.
986 (local_language_defn): Likewise.
987 * ada-lang.c (ada_language_defn): Likewise.
988 * c-lang.c (c_language_defn): Likewise.
989 (cplus_language_defn): Likewise.
990 (asm_language_defn): Likewise.
991 (minimal_language_defn): Likewise.
992 * f-lang.c (f_language_defn): Likewise.
993 * jv-lang.c (java_language_defn): Likewise.
994 * m2-lang.c (m2_language_defn): Likewise.
995 * objc-lang.c (objc_language_defn): Likewise.
996 * p-lang.c (pascal_language_defn): Likewise.
997 * scm-lang.c (scm_language_defn): Likewise.
998
999 2003-10-06 Andrew Cagney <cagney@redhat.com>
1000
1001 * ppc-sysv-tdep.c: Re-indent.
1002
1003 2003-10-06 J. Brobecker <brobecker@gnat.com>
1004
1005 * language.h (default_word_break_characters): Add prototype.
1006 * language.c (default_word_break_characters): New function.
1007
1008 2003-10-06 Andreas Schwab <schwab@suse.de>
1009
1010 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1011 with %eax.
1012
1013 2003-10-06 Andrew Cagney <cagney@redhat.com>
1014
1015 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1016 "h8500-tdep.c".
1017 (z8k-tdep.o): Delete custom build rule.
1018
1019 2003-10-06 Andrew Cagney <cagney@redhat.com>
1020
1021 * Makefile.in: Update all dependencies.
1022
1023 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1024 No longer list PA as as obsolete candidate. List m32r as
1025 broken instead of obsolete.
1026
1027 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1028 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1029 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1030 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1031 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1032 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1033 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1034 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1035 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1036 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1037 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1038 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1039 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1040 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1041 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1042 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1043 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1044 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1045 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1046 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1047 * config/z8k/z8k.mt: Ditto.
1048
1049 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1050 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1051 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1052 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1053 sparclite were removed.
1054 * configure.host, configure.tgt: Remove corresponding tuples.
1055
1056 * breakpoint.c, breakpoint.h: Remove obsolete code.
1057 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1058 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1059 * stabsread.h, xcoffread.c: Ditto.
1060
1061 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1062 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1063 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1064 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1065
1066 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1067
1068 * f-valprint.c: Reformatting
1069
1070 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1071
1072 * x86-64-tdep.c: Remove duplicate comment.
1073
1074 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1075 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1076 names for return values. This fixes a bug since we looked at %rbx
1077 instead of %rdx.
1078
1079 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1080
1081 * x86-64-tdep.c: Include "regset.h".
1082
1083 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1084 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1085 sizeof_fpregset.
1086 * i386-tdep.c: Include "regset.h".
1087 (i386_supply_gregset): New function.
1088 (i386_supply_fpregset): New function.
1089 (i386_gdbarch_init): Initialze register set-related members of
1090 TDEP.
1091 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1092 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1093
1094 2003-10-03 Andrew Cagney <cagney@redhat.com>
1095
1096 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1097 set extract_return_value, store_return_value and
1098 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1099 ppc64_sysv_abi_store_return_value and
1100 ppc64_sysv_abi_use_struct_convention.
1101 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1102 (ppc64_sysv_abi_store_return_value): Declare.
1103 (ppc64_sysv_abi_use_struct_convention): Declare.
1104 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1105 (ppc64_sysv_abi_extract_return_value): New function.
1106 (ppc64_sysv_abi_store_return_value): New function.
1107 (ppc64_sysv_abi_use_struct_convention): New function.
1108 (ppc64_sysv_abi_return_value): New function.
1109
1110 2003-10-03 Andrew Cagney <cagney@redhat.com>
1111
1112 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1113 convert a descriptor to a function when it's in the ".opd"
1114 section.
1115
1116 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1117
1118 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1119 reg_size to keep GCC silent.
1120
1121 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1122
1123 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1124 base for DW_EH_PE_textrel encodings.
1125 (read_encoded_value): Add a DW_EH_PE_textrel case.
1126 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1127 section.
1128
1129 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1130
1131 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1132
1133 2003-10-02 Andrew Cagney <cagney@redhat.com>
1134
1135 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1136 REGISTER_RAW_SIZE.
1137 * gdbarch.h, gdbarch.c: Re-generate.
1138 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1139 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1140 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1141 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1142 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1143 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1144 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1145 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1146 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1147 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1148 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1149 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1150 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1151 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1152 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1153 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1154
1155 2003-10-02 Jim Blandy <jimb@redhat.com>
1156
1157 * dwarf2read.c (struct die_info): Doc fix.
1158
1159 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1160
1161 * sh-tdep.c: Running thru gdb_indent.sh.
1162
1163 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1164
1165 * sh-tdep.c (sh_justify_value_in_reg): New function.
1166 (sh_stack_allocsize): Ditto.
1167 (flt_argreg_array): New array used for floating point argument
1168 passing.
1169 (sh_init_flt_argreg): New function.
1170 (sh_next_flt_argreg): Ditto.
1171 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1172 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1173 Fix argument passing strategy.
1174 (sh_push_dummy_call_nofpu): Ditto.
1175
1176 2003-10-01 Andrew Cagney <cagney@redhat.com>
1177
1178 * value.h (register_value_being_returned): Declare. Replace
1179 "value_being_returned".
1180 * infcall.c (call_function_by_hand): Use
1181 register_value_being_returned.
1182 * infcmd.c (print_return_value): Call
1183 "register_value_being_returned", handle struct return locally.
1184 * values.c (register_value_being_returned): New function. Replace
1185 "value_being_returned".
1186
1187 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1188
1189 * linux-proc.c (linux_do_registers): New function.
1190 (linux_make_note_section): Use linux_do_registers in case of
1191 single threaded inferior programs.
1192
1193 2003-10-01 Andrew Cagney <cagney@redhat.com>
1194
1195 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1196 use STRUCT_ADDR. When not using "struct return convention", pass
1197 "0" to "value_being_returned". Add FIXMEs.
1198 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1199 value_being_returned. Add comments.
1200 * values.c (value_being_returned): Add fixme.
1201 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1202 (hppa_value_returned_from_stack): Add FIXME.
1203
1204 2003-09-30 David Carlton <carlton@kealia.com>
1205
1206 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1207 'has_children' and 'next' by 'child' and 'sibling'.
1208 (read_comp_unit): Rework algorithm, breaking body into
1209 read_die_and_children and read_die_and_siblings.
1210 (read_die_and_children, read_die_and_siblings): New.
1211 (read_full_die): Add 'has_children' argument; set it instead of
1212 the die's 'has_children' field. Minor formatting cleanup.
1213 (free_die_list): Use die->child and die->sibling instead of
1214 die->next.
1215 (dump_die_list): Ditto.
1216 (sibling_die): Use die->sibling.
1217 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1218 'has_children' and 'next' fields.
1219 (process_die, read_file_scope, read_func_scope)
1220 (read_lexical_block_scope, read_structure_scope)
1221 (read_enumeration, read_array_type, read_common_block)
1222 (read_namespace, read_subroutine_type, dump_die): Ditto.
1223
1224 2003-09-30 Andrew Cagney <cagney@redhat.com>
1225
1226 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1227 to 224, not 220.
1228
1229 2003-09-30 Andrew Cagney <cagney@redhat.com>
1230
1231 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1232 REGISTER_VIRTUAL_SIZE.
1233 * gdbarch.h, gdbarch.c: Regenerate.
1234 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1235 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1236 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1237
1238 2003-09-29 Andrew Cagney <cagney@redhat.com>
1239
1240 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1241 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1242 * gdbarch.h, gdbarch.c: Regenerate.
1243 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1244 * sh64-tdep.c, sparc-tdep.c: Update.
1245
1246 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1247 * remote-vxmips.c (vx_read_register): Ditto.
1248 * remote-vx68.c (vx_read_register): Ditto.
1249 * gnu-nat.c (inf_validate_procs): Ditto.
1250
1251 2003-09-29 J. Brobecker <brobecker@gnat.com>
1252
1253 * infcall.c (call_function_by_hand): Fix build failure
1254 introduced in the previous change to this file.
1255
1256 2003-09-29 Andrew Cagney <cagney@redhat.com>
1257
1258 * NEWS: Mention Objective-C.
1259
1260 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1261
1262 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1263 test if the register has been saved on the stack.
1264 (arm_scan_prologue_cache): When analysing the instruction
1265 "str lr, [sp, #-4]", save the address where lr has been stored.
1266
1267 2003-09-28 Andrew Cagney <cagney@redhat.com>
1268
1269 * frame.c (frame_read_unsigned_register): Delete function.
1270 * frame.h (frame_read_unsigned_register): Delete declaration.
1271 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1272 get_frame_register_unsigned.
1273 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1274 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1275 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1276
1277 * frame.h (frame_read_register): Delete declaration.
1278 * frame.c (frame_read_register): Delete function.
1279 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1280 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1281 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1282 * mips-tdep.c (mips_register_to_value): Ditto.
1283 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1284 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1285
1286 * frame.c (frame_read_signed_register): Delete function.
1287 (frame_read_unsigned_register): Update comments.
1288 * frame.h (frame_read_signed_register): Delete declaration.
1289 * h8300-tdep.c (h8300_print_register): Use
1290 get_frame_register_signed.
1291 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1292
1293 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1294 Rename VALUE_RETURNED_FROM_STACK.
1295 * infcmd.c (print_return_value): Update.
1296 * infcall.c (call_function_by_hand): Update.
1297
1298 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1299
1300 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1301 regcache argument and reverse the order of the other two
1302 arguments. Remove local regcache variable. Determine
1303 architecture from REGCACHE. Update comments.
1304 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1305 reverse the order of the other two arguments. Remove local
1306 regcache variable. Determine architecture from REGCACHE. Update
1307 comments.
1308 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1309 prototypes. Update comments.
1310 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1311 comment.
1312 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1313 Update.
1314 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1315 * i386-interix-nat.c (supply_fpregset): Update.
1316 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1317 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1318 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1319 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1320 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1321 Update.
1322 * i386obsd-tdep.c (fetch_core_registers): Update.
1323 * i386v4-nat.c (supply_fpregset): Update.
1324 * x86-64-linux-nat.c (supply_fpregset): Update.
1325 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1326
1327 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1328
1329 * i386-tdep.h: Put opaque declarations in alphabetical
1330 order. Remove spurious whitespace.
1331 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1332 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1333 * i386-tdep.c (MM0_REGNUM): Remove define.
1334 (i386_mmx_regnum_p): Add gdbarch argument.
1335 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1336 Rewrite using new macro definitions for FPU/SSE registers.
1337 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1338 definitions from i387-tdep.h.
1339 (i386_register_name): Update.
1340 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1341 new macro definitions for FPU/SSE registers.
1342 (i386_extract_return_value): Determine whether floating-point
1343 registers are present by examining REGCACHE's architecture.
1344 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1345 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1346 FPU/SSE registers.
1347 (i386_register_type): Update.
1348 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1349 definitions for FPU registers. Use REGCACHE's architecture to
1350 determine the appropriate register numbers.
1351 (i386_pseudo_register_read, i386_pseudo_register_write,
1352 i386_register_reggroup_p): Update.
1353 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1354 TDEP->mm0_regnum.
1355 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1356 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1357 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1358 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1359 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1360 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1361 *' to `void *'.
1362 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1363 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1364 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1365 definitions for FPU/SSE registers.
1366 (FXSAVE_MXCSR_ADDR): New define.
1367 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1368 TDEP->mm0_regnum.
1369 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1370 (I387_ST0_REGNUM): Define.
1371
1372 * regcache.h (get_regcache_arch): New prototype.
1373 * regcache.c (get_regcache_arch): New function.
1374
1375 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1376 whitespace.
1377
1378 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1379 Initialize using ARRAY_SIZE.
1380
1381 2003-09-27 Andrew Cagney <cagney@redhat.com>
1382
1383 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1384 "init_frame_pc_default".
1385 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1386 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1387 * vax-tdep.c (vax_gdbarch_init): Update.
1388 * v850-tdep.c (v850_gdbarch_init): Update.
1389 * sh64-tdep.c (sh64_gdbarch_init): Update.
1390 * s390-tdep.c (s390_gdbarch_init): Update.
1391 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1392 * mcore-tdep.c (mcore_gdbarch_init): Update.
1393 * h8300-tdep.c (h8300_gdbarch_init): Update.
1394 * cris-tdep.c (cris_gdbarch_init): Update.
1395 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1396
1397 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1398
1399 * regset.h: New file.
1400 * Makefile.in (regset_h): Add.
1401
1402 2003-09-25 Andrew Cagney <cagney@redhat.com>
1403
1404 * frame.h (deprecated_frame_saved_regs): Rename
1405 get_frame_saved_regs.
1406 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1407 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1408 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1409 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1410 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1411
1412 2003-09-25 Andrew Cagney <cagney@redhat.com>
1413
1414 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1415 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1416 and Java.
1417 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1418 arm*-*-* do not use the new frame code.
1419
1420 2003-09-25 David Carlton <carlton@kealia.com>
1421
1422 * c-exp.y: Remove 'register' declarations.
1423 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1424
1425 2003-09-25 David Carlton <carlton@kealia.com>
1426
1427 * c-exp.y: Include cp-support.h. Add qualified_type.
1428 (yylex): Delete nested type hack; add comments.
1429 * cp-namespace.c (cp_lookup_nested_type): New function.
1430 * cp-support.h: Declare cp_lookup_nested_type.
1431 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1432 instead of value_struct_elt_for_reference.
1433 * valops.c: Include cp-support.h.
1434 (value_aggregate_elt): New function.
1435 (value_namespace_elt): Ditto.
1436 (value_struct_elt_for_reference): Make static.
1437 * value.h: Delete declaration of value_struct_elt_for_reference;
1438 add declaration for value_aggregate_elt.
1439 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1440 (valops.o): Ditto.
1441
1442 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1443
1444 * stack.c: Include "reggroups.h".
1445 (frame_info): Only display registers in all_reggroup.
1446 * Makefile.in (stack.o): Update dependencies.
1447
1448 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1449
1450 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1451 "add ip, sp #n" in the prologue.
1452 (arm_scan_prologue): Ditto.
1453
1454 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1455
1456 * MAINTAINERS (write after approval): Add myself.
1457
1458 2003-09-25 Andreas Schwab <schwab@suse.de>
1459
1460 * m68k-tdep.c: Include "dwarf2-frame.h".
1461 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1462 * Makefile.in (m68k-tdep.o): Update dependencies.
1463
1464 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1465
1466 * sh-tdep.c (struct frame_extra_info): Remove.
1467 (struct sh_frame_cache): New structure.
1468 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1469 (GET_TARGET_REG): Ditto but target register.
1470 (GET_PUSHED_REG): Remove.
1471 (IS_MOV_ARG_TO_REG): New macro.
1472 (IS_MOV_ARG_TO_IND_R14): New macro.
1473 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1474 (IS_MOVW_PCREL_TO_REG): New macro.
1475 (IS_MOVL_PCREL_TO_REG): New macro.
1476 (IS_SUB_REG_FROM_SP): New macro.
1477 (IS_ARG_MOV): Remove.
1478 (IS_MOV_TO_R14): Remove.
1479 (IS_RESTORE_FP): New macro.
1480 (IS_RTS): New macro.
1481 (IS_LDS): New macro.
1482 (IS_MOV_FP_SP): New macro.
1483 (IS_ADD_REG_TO_FP): New macro.
1484 (IS_ADD_IMM_FP): New macro.
1485 (sh_skip_prologue_hard_way): Remove.
1486 (sh_saved_pc_after_call): Remove.
1487 (sh_frame_chain): Remove.
1488 (sh_find_callers_reg): Remove.
1489 (sh_nofp_frame_init_saved_regs): Remove.
1490 (sh_fp_frame_init_saved_regs): Remove.
1491 (sh_init_extra_frame_info): Remove.
1492 (sh_analyze_prologue): New function.
1493 (sh_skip_prologue): Remove deprecated code. Rely on new function
1494 sh_analyze_prologue when after_prologue fails.
1495 (sh_frame_saved_pc): Remove.
1496 (sh_alloc_frame_cache): New function.
1497 (sh_frame_cache): Ditto.
1498 (sh_frame_prev_register): Ditto.
1499 (sh_frame_this_id): Ditto.
1500 (sh_frame_unwind): New structure defining the heuristic frame
1501 sniffer interface.
1502 (sh_frame_sniffer): New function.
1503 (sh_unwind_sp): Ditto.
1504 (sh_unwind_pc): Ditto.
1505 (sh_unwind_dummy_id): Ditto.
1506 (sh_frame_base_address): Ditto.
1507 (sh_frame_base): New structure defining new frame base code.
1508 (sh_in_function_epilogue_p): New function.
1509 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1510 code and to call all new code instead. Initialize dwarf2 and
1511 heuristic frame sniffer.
1512
1513 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1514
1515 * parser-defs.h (struct exp_descriptor): New definition, containing
1516 language-specific info for printing, prefixifying, dumping, and
1517 evaluating expressions.
1518 (exp_descriptor_standard): Declare new variable.
1519 (print_subexp): Make global and declare here (from expprint.c).
1520 (dump_subexp): Ditto.
1521 (dump_subexp_body_standard): Declare.
1522 (operator_length_standard): Declare.
1523 (op_name_standard): Declare.
1524 (print_subexp): Declare.
1525 (print_subexp_standard): Declare.
1526
1527 * language.h (struct language_defn): Add la_exp_desc field to hold
1528 pointer to table for language-specific operators.
1529 Remove evaluate_exp field, which is now in struct exp_descriptor.
1530
1531 * parse.c (operator_length): Move most code to new
1532 operator_length_standard function. Use language-specific information.
1533 (operator_length_standard): New function taking most code from
1534 operator_length.
1535 (exp_descriptor_standard): New constant.
1536
1537 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1538 and OP_EXTENDED_LAST.
1539
1540 * expprint.c (print_subexp): Use language-specific print_subexp.
1541 Make global; remove static declaration.
1542 Move most code to print_subexp_standard.
1543 (print_subexp_standard): New function, containing code formerly in
1544 print_subexp.
1545 (op_name): Add expression to argument signature.
1546 Use langauge-specific op_name.
1547 Move most code to op_name_standard.
1548 (op_name_standard): New function, containing code formerly in op_name.
1549 (dump_subexp): Use new version of op_name function.
1550 Use language-specific dump_subexp_body, and move most existing code to
1551 dump_subexp_body_standard.
1552 (dump_raw_expression): Use new op_name interface.
1553 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1554 (dump_subexp_body_standard): New function, containing code formerly
1555 in dump_subexp_body.
1556
1557 * language.c (unknown_language): Add default la_exp_desc field and
1558 remove evaluate_exp field.
1559 (auto_language): Ditto.
1560 (local_language): Ditto.
1561 * f-lang.c (f_language_defn): Ditto.
1562 * c-lang.c (c_language_defn): Ditto.
1563 (cplus_language_defn): Ditto.
1564 (asm_language_defn): Ditto.
1565 (minimal_language_defn): Ditto.
1566 * p-lang.c (pascal_language_defn): Ditto.
1567 * m2-lang.c (m2_language_defn): Ditto.
1568 * objc-lang.c (objc_language_defn): Ditto.
1569
1570 * jv-lang.c (exp_descriptor_java): New variable, containing
1571 Java-specific expression evaluator.
1572 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1573 field.
1574 * scm-lang.c (exp_descriptor_scm): New variable, containing
1575 Scheme-specific expression evaluator.
1576 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1577 field.
1578 * objc-lang.c (print_object_command): Take evaluate_exp from the
1579 la_exp_desc field.
1580
1581 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1582
1583 * eval.c: Include parser-defs.h for the full declaration of
1584 la_exp_desc's type.
1585 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1586
1587 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1588
1589 * parser-defs.h (operator_length): Declare.
1590
1591 * parse.c (length_of_subexp): Use operator_length to get operator
1592 lengths and arities for operators.
1593 Move most code to new operator_length function.
1594 (operator_length): New function absorbing most code from
1595 length_of_subexp.
1596 (prefixify_subexp): Remove large case and use operator_length instead.
1597 (parse_exp_1): Use renamings:
1598 dump_prefix_expression => dump_raw_expression and
1599 dump_postfix_expression => dump_prefix_expression.
1600
1601 * expression.h (dump_prefix_expression): Rename to ...
1602 (dump_raw_expression): New name.
1603 (dump_postfix_expression): Rename to ...
1604 (dump_prefix_expression): New name.
1605
1606 * expprint.c (dump_subexp): Make global. Add comment.
1607 Move most existing code to dump_subexp_body.
1608 (dump_subexp_body): New function.
1609 (dump_prefix_expression): Rename to dump_raw_expression.
1610 Remove attempt to print the expression via print_expression: it can't
1611 work before the expression is prefixified.
1612 (dump_raw_expression): Renamed from dump_prefix_expression.
1613 (dump_postfix_expression): Rename to dump_prefix_expression, since
1614 that's what it does.
1615 Remove 'note' parameter, since this routine must be used on
1616 prefixified expression.
1617 (dump_prefix_expression): Renamed from dump_postfix_expression.
1618
1619 2003-09-22 Jim Blandy <jimb@redhat.com>
1620
1621 * dwarf2read.c (read_array_type): When building the type for an
1622 array of unspecified length, make sure to choose the upper bound
1623 so that the array's total length comes out to be zero --- that's
1624 how we represent such arrays.
1625
1626 2003-09-22 Michael Chastain <mec@shout.net>
1627
1628 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1629
1630 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1631
1632 * top.c (quit_force): Fix indirect call to quit_target so
1633 a struct qt_args pointer is passed.
1634
1635 2003-09-22 Andrew Cagney <cagney@redhat.com>
1636
1637 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1638 * arch-utils.c (init_frame_pc_noop): Delete function.
1639 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1640 "init_frame_pc".
1641 * mips-tdep.c (mips_gdbarch_init): Ditto.
1642 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1643 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1644 declaration.
1645 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1646 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1647 declaration.
1648 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1649
1650 2003-09-22 Anthony Green <green@redhat.com>
1651
1652 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1653 declaration.
1654
1655 2003-09-20 Andrew Cagney <cagney@redhat.com>
1656
1657 * breakpoint.c: Eliminate ARGSUSED.
1658 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1659 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1660 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1661 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1662 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1663 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1664 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1665 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1666 * wince.c, remote-vx.c: Ditto.
1667
1668 * cli/cli-script.c: Remove "register" attributes.
1669 * config/pa/tm-hppa.h: Ditto.
1670 * cli/cli-decode.c: Ditto.
1671 * cli/cli-cmds.c: Ditto.
1672
1673 2003-09-19 Andrew Cagney <cagney@redhat.com>
1674
1675 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1676 DEPRECATED_NPC_REGNUM.
1677 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1678
1679 2003-09-19 Christopher Faylor <cgf@redhat.com>
1680
1681 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1682
1683 2003-09-19 Jim Blandy <jimb@redhat.com>
1684
1685 * macrotab.c (macro_include): Use the correct comparison to find
1686 the appropriate place for this inclusion in the list.
1687
1688 2003-09-19 Andrew Cagney <cagney@redhat.com>
1689
1690 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1691 (DEPRECATED_HPUX_TEXT_END): Define.
1692 (deprecated_hpux_text_end): Declare.
1693 (struct target_ops): Declare opaque.
1694 * hppah-nat.c (text_end): Make static.
1695 (deprecated_hpux_text_end): New function.
1696 * exec.c (text_end): Delete global variable.
1697 (NEED_TEXT_START_END): Do not define.
1698 (exec_file_attach): Replace code computing "text_end" code with
1699 call to DEPRECATED_HPUX_TEXT_END.
1700
1701 2003-09-19 Andrew Cagney <cagney@redhat.com>
1702
1703 * utils.c (align_up, align_down): New functions.
1704 * defs.h (align_up, align_down): Declare.
1705 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1706 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1707 and "align_down".
1708 (round_up, round_down): Delete functions.
1709 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1710 "align_down".
1711 (ROUND_DOWN, ROUND_UP): Delete macros.
1712 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1713 * h8300-tdep.c: Replace "round_up" and "round_down" with
1714 "align_up" and "align_down".
1715 (round_up, round_down): Delete macros.
1716 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1717 "align_down".
1718 (ROUND_UP, ROUND_DOWN): Delete macros.
1719
1720 2003-09-18 J. Brobecker <brobecker@gnat.com>
1721
1722 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1723 hard-coded constant. Use the proper machine name instead.
1724
1725 2003-09-17 Andrew Cagney <cagney@redhat.com>
1726
1727 * sparc-tdep.c (legacy_register_name): Delete function.
1728 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1729 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1730 * infcmd.c (gdb_register_name): Delete variable.
1731 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1732 REGISTER_NAME and "tm.h".
1733 * gdbarch.h, gdbarch.c: Regenerate.
1734 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1735 REGISTER_NAMES in comments.
1736 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1737 * m68klinux-nat.c (regmap): Ditto.
1738
1739 2003-09-17 Jim Blandy <jimb@redhat.com>
1740
1741 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1742
1743 2003-09-17 Andrew Cagney <cagney@redhat.com>
1744
1745 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1746 (ppcnbsd_init_abi): Set "use_struct_convention" to
1747 "ppcnbsd_use_struct_convention".
1748
1749 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1750
1751 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1752 * gdbarch.h, gdbarch.c: Regenerate.
1753 (stabs_argument_has_addr): New architecture method.
1754 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1755 * arch-utils.c: Include "buildsym.h".
1756 (default_stabs_argument_has_addr): New function.
1757 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1758 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1759
1760 2003-09-17 Andrew Cagney <cagney@redhat.com>
1761
1762 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1763 * gdbarch.h, gdbarch.c: Regenerate.
1764 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1765 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1766 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1767 * sparcnbsd-tdep.c: Update.
1768
1769 2003-09-17 Andrew Cagney <cagney@redhat.com>
1770
1771 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1772 * gdbarch.h, gdbarch.c: Regenerate.
1773 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1774 * d10v-tdep.c, frame.c: Update.
1775 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1776 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1777 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1778 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1779 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1780 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1781 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1782 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1783 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1784 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1785 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1786 * config/pa/nm-hppah.h: Update.
1787
1788 2003-09-16 Andrew Cagney <cagney@redhat.com>
1789
1790 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1791 "use_struct_convention" to "ppc_linux_use_struct_convention".
1792 (ppc_linux_use_struct_convention): New function.
1793 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1794 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1795 "rs6000_use_struct_convention".
1796 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1797 declaration.
1798 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1799 Delete function.
1800
1801 2003-09-16 Andrew Cagney <cagney@redhat.com>
1802
1803 * buildsym.c: Remove more occurances of "register".
1804 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1805 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1806 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1807 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1808 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1809 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1810 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1811 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1812
1813 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1814
1815 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1816 numbers to enumeration values.
1817 * sh-tdep.c: Accomodate above change.
1818 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1819 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1820 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1821 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1822 (IS_FPUSH): Rename from IS_FMOV.
1823 (sh_extract_struct_value_address): Remove useless comment.
1824 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1825 instead of own local values.
1826 (sh_dump_tdep): Remove.
1827 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1828 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1829
1830 2003-09-15 Andrew Cagney <cagney@redhat.com>
1831
1832 * doublest.c (convert_floatformat_to_doublest): No longer need to
1833 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1834
1835 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1836
1837 * values.c (unpack_double): Call floatformat_is_valid.
1838
1839 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1840
1841 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1842 ps_strings into a long.
1843
1844 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1845 _initialize_am64fbsd_nat.
1846
1847 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1848
1849 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1850 associated with DW_AT_ranges attribute is out of bounds.
1851
1852 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1853
1854 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1855
1856 2003-09-14 Michael Chastain <mec@shout.net>
1857
1858 * config/m68k/nm-apollo68v.h: Delete.
1859 * config/m68k/xm-apollo68v.h: Delete.
1860
1861 2003-09-14 Andrew Cagney <cagney@redhat.com>
1862
1863 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1864 * dcache.c: Update copyrights and descriptions.
1865 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1866
1867 2003-09-14 Andrew Cagney <cagney@redhat.com>
1868
1869 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1870 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1871
1872 2003-09-14 Andrew Cagney <cagney@redhat.com>
1873
1874 * alpha-nat.c: Remove some occurances of "register".
1875 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1876 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1877 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1878 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1879 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1880 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1881 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1882 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1883 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1884 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1885 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1886 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1887 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1888 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1889 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1890 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1891 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1892 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1893 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1894 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1895 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1896 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1897
1898 2003-09-13 Andrew Cagney <cagney@redhat.com>
1899
1900 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1901 * ppc-tdep.h (struct regcache): Declare opaque.
1902 * objfiles.h (struct objfile_data): Declare opaque.
1903 * cp-support.h (struct objfile): Declare opaque.
1904 * linux-nat.h (target_waitstatus): Declare opaque.
1905
1906 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1907
1908 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1909 (stabs_argument_has_addr): New architecture method.
1910 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1911 * arch-utils.c: Include "buildsym.h".
1912 (default_stabs_argument_has_addr): New function.
1913 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1914 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1915
1916 * cris-tdep.c (cris_gdbarch_init): Set
1917 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1918 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1919 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1920 * mips-tdep.c (mips_gdbarch_init): Likewise.
1921 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1922 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1923
1924 2003-09-13 Andrew Cagney <cagney@redhat.com>
1925
1926 * values.c (using_struct_return): Delete "function" and "funcaddr"
1927 parameters.
1928 * value.h (using_struct_return): Update declaration.
1929 * infcmd.c (finish_command_continuation): Update.
1930 (finish_command): Update.
1931 * infcall.c (call_function_by_hand): Update.
1932 * eval.c (evaluate_subexp_standard): Update.
1933
1934 2003-09-13 Christopher Faylor <cgf@redhat.com>
1935
1936 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1937 SSE registers since gdb will not operate correctly without this.
1938 Restore include file ordering munged in previous change.
1939 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1940
1941 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1942
1943 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1944 REG_STRUCT_HAS_ADDR.
1945 * gdbarch.c, gdbarch.h: Updated.
1946 * infcall.c (call_function_by_hand): Update.
1947 * stabsread.c (define_symbol): Updated.
1948
1949 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1950
1951 2003-09-12 Christopher Faylor <cgf@redhat.com>
1952
1953 * win32-nat.c: Reorganize so that defines used by target headers are
1954 actually defined by the system headers.
1955 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1956 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1957
1958 2003-09-12 Jim Blandy <jimb@redhat.com>
1959
1960 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1961 the file has no .data, .bss, or .rodata sections. Instead wait
1962 until we see a variable alleged to live in one of those sections.
1963
1964 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1965 .bss section, presume that any variables we find live in the
1966 .rodata section.
1967
1968 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1969 offsets for global and static variables.
1970
1971 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1972 symbol types are, by definition, in the .data section, so it is
1973 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1974 If there is no .data section, there should be no N_DATA or N_DATA
1975 | N_EXT symbols.
1976
1977 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1978
1979 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1980 (amd64fbsd_sigcontext_addr): Rewrite.
1981 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1982 with correct values.
1983 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1984 (amd64fbsd_init_abi): Fix typo.
1985
1986 2003-09-12 Andrew Cagney <cagney@redhat.com>
1987
1988 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1989 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1990
1991 2003-09-12 Andrew Cagney <cagney@redhat.com>
1992
1993 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1994 "entry_file_highpc". Update comments.
1995 * defs.h (deprecated_inside_entry_file): Rename
1996 "inside_entry_file".
1997 * blockframe.c (deprecated_inside_entry_file): Rename
1998 "inside_entry_file".
1999 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2000 * vax-tdep.c (vax_frame_chain): Update.
2001 * sh64-tdep.c (sh64_frame_chain): Update.
2002 * sh-tdep.c (sh_frame_chain): Update.
2003 * rs6000-tdep.c (rs6000_frame_chain): Update.
2004 * ns32k-tdep.c (ns32k_frame_chain): Update.
2005 * mips-tdep.c (mips_frame_chain): Update.
2006 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2007 * m32r-tdep.c (m32r_frame_this_id): Update.
2008 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2009 * frv-tdep.c (frv_frame_this_id): Update.
2010 * d10v-tdep.c (d10v_frame_this_id): Update.
2011 * cris-tdep.c (cris_frame_chain): Update.
2012 * blockframe.c (legacy_frame_chain_valid): Update.
2013 * avr-tdep.c (avr_frame_this_id): Update.
2014 * arm-tdep.c (arm_prologue_this_id): Update.
2015 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2016 * objfiles.c (objfile_relocate): Update.
2017 * mipsread.c (mipscoff_symfile_read): Update.
2018 (mipscoff_symfile_read): Update.
2019 * mdebugread.c (parse_partial_symbols): Update.
2020 * dwarfread.c (read_file_scope): Update.
2021 * dwarf2read.c (read_file_scope): Update.
2022 * dbxread.c (read_dbx_symtab): Update.
2023 (read_dbx_symtab): Update.
2024 * coffread.c (complete_symtab): Update.
2025
2026 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2027
2028 * top.c (quit_target): New static helper function.
2029 (quit_force): Moved code to quit_target(). Call quit_target()
2030 via catch_errors() to catch errors during quit.
2031
2032 2003-09-11 David Carlton <carlton@kealia.com>
2033
2034 * buildsym.c (finish_block): Use allocate_block to allocate the
2035 block.
2036 * mdebugread.c (new_block): Add FIXME.
2037
2038 2003-09-11 David Carlton <carlton@kealia.com>
2039
2040 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2041 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2042 (recursive_dump_type): Ditto.
2043 * printcmd.c (print_formatted): Ditto.
2044 * typeprint.c (print_type_scalar): Ditto.
2045 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2046 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2047 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2048 maint_cplus_cmd_list.
2049 * cp-support.c: Make maint_cplus_cmd_list extern.
2050 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2051 command.h.
2052 (lookup_symbol_file): Look in possible namespace blocks when
2053 appropriate.
2054 (initialize_namespace_symtab): New.
2055 (get_possible_namespace_block, free_namespace_block)
2056 (check_possible_namespace_symbols)
2057 (check_possible_namespace_symbols_loop)
2058 (check_one_possible_namespace_symbol)
2059 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2060 (_initialize_cp_namespace): Ditto.
2061 * block.h: Declare allocate_block.
2062 * block.c (allocate_block): New.
2063 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2064 allocate_block.
2065 * symfile.h: Update declaration of add_psymbol_to_list.
2066 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2067 question.
2068 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2069 scan_partial_symbols_call.
2070 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2071 helper functions.
2072 (add_partial_symbol): If necessary, scan mangled names for names
2073 of namespaces.
2074 (add_partial_namespace): Add NAMESPACE argument; generate partial
2075 symbols associated to namespaces.
2076 (add_partial_enumeration): Add NAMESPACE argument.
2077 (new_symbol): Allow namespace syms.
2078 (read_namespace): Generate namespace syms.
2079 * objfiles.h: Add opaque declaration of struct symtab.
2080 (struct objfile): Add cp_namespace_symtab member.
2081 * objfiles.c (allocate_objfile): Set
2082 objfile->cp_namespace_symtab.
2083 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2084 dictionary_h, command_h.
2085
2086 2003-09-11 Andrew Cagney <cagney@redhat.com>
2087
2088 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2089 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2090 near the function's end.
2091 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2092 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2093 regcache_raw_write_signed to set SP_REGNUM.
2094
2095 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2096
2097 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2098 orig_addrs is set up properly.
2099
2100 2003-09-11 Andrew Cagney <cagney@redhat.com>
2101
2102 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2103 * gdbarch.h, gdbarch.c: Re-generate.
2104 * infcall.c (call_function_by_hand): Update.
2105 * hppa-tdep.c (hppa_push_arguments): Update.
2106 * ada-lang.c (place_on_stack): Update.
2107 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2108 * sparc-tdep.c (sparc_gdbarch_init): Update.
2109 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2110 * hppa-tdep.c (hppa_gdbarch_init): Update.
2111 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2112 stack_align.
2113
2114 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2115
2116 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2117 register do need a frame.
2118
2119 2003-09-11 Andrew Cagney <cagney@redhat.com>
2120
2121 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2122 buildable since GDB 5.0.
2123 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2124 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2125 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2126 * irix4-nat.c: Delete file.
2127 * config/mips/irix4.mh: Delete file.
2128 * config/mips/irix3.mh: Delete file.
2129 * config/mips/irix3.mt: Delete file.
2130 * config/mips/tm-irix3.h: Delete file.
2131 * config/mips/nm-irix3.h: Delete file.
2132 * config/mips/xm-irix3.h: Delete file.
2133 * config/mips/nm-irix4.h: Delete file.
2134 * config/mips/xm-irix4.h: Delete file.
2135 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2136
2137 2003-09-10 J. Brobecker <brobecker@gnat.com>
2138
2139 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2140 * Makefile.in (hppa-tdep.o): Update dependencies.
2141
2142 2003-09-10 James E Wilson <wilson@specifixinc.com>
2143
2144 * MAINTAINERS: Change my e-mail address. Move to paper trail
2145 section.
2146
2147 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2148
2149 * MAINTAINERS (frv): New ISA entry.
2150
2151 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2152
2153 * frv-tdep.c (dis-asm.h): Include.
2154 * Makefile.in (frv-tdep.o): Update dependencies.
2155
2156 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2157
2158 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2159 Fix typo for high range of floating registers.
2160
2161 2003-09-09 David Carlton <carlton@kealia.com>
2162
2163 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2164 highpc initialization here out of scan_partial_symbols.
2165 (scan_partial_symbols): Restructure into a recursive version,
2166 calling add_partial_namespace and add_partial_enumeration when
2167 appropriate.
2168 (add_partial_namespace): New.
2169 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2170
2171 2003-09-09 Andrew Cagney <cagney@redhat.com>
2172
2173 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2174 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2175 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2176 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2177
2178 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2179 (rs6000_push_dummy_call): Set the "TOC" register.
2180
2181 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2182 methods "max_register_raw_size", "max_register_virtual_size" or
2183 "register_virtual_size".
2184
2185 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2186
2187 * MAINTAINERS: Update my e-mail address.
2188
2189 2003-09-09 Andrew Cagney <cagney@redhat.com>
2190
2191 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2192 (rs6000_push_dummy_call): Store the struct return address.
2193 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2194
2195 2003-09-09 Andrew Cagney <cagney@redhat.com>
2196
2197 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2198 "ppc_sysv_abi_push_arguments".
2199 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2200 "ppc_sysv_abi_push_arguments".
2201 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2202 instead of "push_arguments".
2203 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2204
2205 2003-09-09 Andrew Cagney <cagney@redhat.com>
2206
2207 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2208 instead of CALL_DUMMY_ADDRESS.
2209
2210 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2211
2212 * p-lang.c: Eliminate "register".
2213 * c-lang.c: Ditto.
2214 * expprint.c: Ditto.
2215 * f-lang.c: Ditto.
2216 * jv-lang.c: Ditto.
2217 * language.c: Ditto.
2218 * m2-lang.c: Ditto.
2219 * parse.c: Ditto.
2220 * scm-lang.c: Ditto.
2221 * objc-lang.c: Ditto.
2222
2223 2003-09-09 Nick Clifton <nickc@redhat.com>
2224
2225 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2226
2227 2003-09-04 Andrew Cagney <cagney@redhat.com>
2228
2229 * avr-tdep.c: Include "dis-asm.h".
2230 * cris-tdep.c: Include "dis-asm.h".
2231 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2232 instead of corresponding typedef.
2233 * h8300-tdep.c: Include "dis-asm.h".
2234 * ia64-tdep.c: Include "dis-asm.h".
2235 * i386-tdep.c: Include "dis-asm.h".
2236 (i386_print_insn): Use "struct disassemble_info" instead of
2237 corresponding typedef.
2238 * m68k-tdep.c: Include "dis-asm.h".
2239 * mcore-tdep.c: Include "dis-asm.h".
2240 * mips-tdep.c: Include "dis-asm.h".
2241 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2242 instead of corresponding typedef.
2243 * ns32k-tdep.c: Include "dis-asm.h".
2244 * s390-tdep.c: Include "dis-asm.h".
2245 * sparc-tdep.c: Include "dis-asm.h".
2246 * vax-tdep.c: Include "dis-asm.h".
2247 * v850-tdep.c: Include "dis-asm.h".
2248 * mn10300-tdep.c: Include "dis-asm.h".
2249 * rs6000-tdep.c: Include "dis-asm.h".
2250 * xstormy16-tdep.c: Include "dis-asm.h".
2251 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2252 print_insn_xstormy16.
2253 * Makefile.in (v850-tdep.o): Update dependencies.
2254 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2255 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2256 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2257 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2258 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2259 (gdbarch_h): Remove $(dis_asm_h).
2260 * disasm.c: Include "dis-asm.h".
2261 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2262 corresponding typedef.
2263 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2264 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2265 * gdbarch.sh: Do not include "dis-asm.h".
2266 (struct disassemble_info): Declare opaque.
2267 (TARGET_PRINT_INSN): Update declaration.
2268 * gdbarch.h, gdbarch.c: Re-generate.
2269
2270 2003-09-08 Andrew Cagney <cagney@redhat.com>
2271
2272 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2273 CALL_DUMMY_ADDRESS, change to a predicate.
2274 * gdbarch.h, gdbarch.c: Re-generate.
2275 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2276 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2277 * infcall.c (call_function_by_hand): Ditto.
2278 * sparc-tdep.c (sparc_push_return_address): Ditto.
2279 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2280 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2281 CALL_DUMMY_ADDRESS with entry_point_address.
2282 * v850-tdep.c (v850_push_return_address): Ditto.
2283 * s390-tdep.c (s390_push_return_address): Ditto.
2284 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2285 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2286 * mcore-tdep.c (mcore_push_return_address): Ditto.
2287 * cris-tdep.c (cris_push_return_address): Ditto.
2288 * arm-tdep.c (arm_push_return_address): Ditto.
2289
2290 2003-09-08 Andrew Cagney <cagney@redhat.com>
2291
2292 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2293 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2294 and REG_UNMODIFIED to REG_SAME_VALUE.
2295 (execute_cfa_program): Update.
2296 (dwarf2_frame_cache): Update. Initialize table to
2297 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2298 location.
2299 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2300
2301 2003-09-08 Andrew Cagney <cagney@redhat.com>
2302
2303 * gnu-nat.c: Remove "inline" function attribute.
2304 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2305
2306 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2307
2308 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2309 target.
2310
2311 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2312
2313 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2314 (frame_extra_info): Rename this struct to frv_unwind_cache.
2315 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2316 Add fields ``prev_sp'' and ``base''.
2317 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2318 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2319 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2320 Delete.
2321 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2322 Revise all callers. Fill in the unwind cache argument and make
2323 other adjustments to account for new frame mechanisms.
2324 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2325 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2326 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2327 (frv_frame_unwind, frv_frame_base): New structs.
2328 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2329 additional arguments expected by this method and adjust function
2330 body accordingly.
2331 (frv_gdbarch_init): Remove calls to the following functions:
2332 set_gdbarch_deprecated_init_frame_pc(),
2333 set_gdbarch_deprecated_saved_pc_after_call(),
2334 set_gdbarch_deprecated_frame_chain(),
2335 set_gdbarch_deprecated_frame_saved_pc(),
2336 set_gdbarch_deprecated_frame_init_saved_regs(),
2337 set_gdbarch_deprecated_push_arguments(),
2338 set_gdbarch_deprecated_push_return_address(),
2339 set_gdbarch_deprecated_pop_frame(),
2340 set_gdbarch_deprecated_call_dummy_words(),
2341 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2342 set_gdbarch_deprecated_init_extra_frame_info(),
2343 set_gdbarch_deprecated_dummy_write_sp(), and
2344 set_gdbarch_deprecated_pc_in_call_dummy().
2345 Add calls to the following functions:
2346 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2347 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2348 frame_base_set_default().
2349 * Makefile.in (frv-tdep.o): Update dependencies.
2350
2351 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2352
2353 * dwarf2-frame.c (read_encoded_value): Add support for
2354 DW_EH_PE_aligned encoding.
2355
2356 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2357
2358 * infrun.c (normal_stop): Don't print a message if the inferior
2359 has exited.
2360
2361 2003-09-08 Jim Blandy <jimb@redhat.com>
2362
2363 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2364 * dbxread.c: #include "gdb_assert.h".
2365 (read_dbx_symtab): If the objfile has no .data section, use the
2366 section index for the .bss section instead.
2367
2368 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2369
2370 * frame.c (deprecated_safe_get_selected_frame): New function.
2371 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2372 * findvar.c (read_var_value): Call it.
2373
2374 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2375
2376 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2377 (sh64-tdep.o): Add dependencies.
2378 * configure.tgt: Add FIXME to sh-*-linux*.
2379 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2380 (sh_gdbarch_init): Always set correct sh_show_regs function
2381 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2382 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2383 * sh64-tdep.c: New file, containing all sh64 related code from
2384 sh-tdep.c.
2385 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2386 * config/sh/linux.mt (TDEPFILES): Ditto.
2387 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2388 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2389 * config/sh/wince.mt (TDEPFILES): Ditto.
2390
2391 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2392
2393 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2394 (stop_wait_callback): Handle !lp->signalled also.
2395 (lin_lwp_has_pending, flush_callback): New functions.
2396 (lin_lwp_wait): Call flush_callback.
2397 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2398 (linux_proc_pending_signals): New function.
2399 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2400
2401 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2402
2403 From Nick Kelsey <nickk@ubicom.com>:
2404 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2405 when the stop PC is at the beginning of a function also.
2406
2407 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2408
2409 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2410 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2411
2412 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2413
2414 * sol-thread.c: Include "gdb_string.h".
2415
2416 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2417
2418 * gcore.c: Reorder include files in alphabetical order. Include
2419 "gdb_assert.h". Various coding style fixes.
2420 (derive_stack_segment, derive_heap_segment): Replace check for
2421 non-null BOTTOM and TOP with gdb_assert.
2422 (derive_heap_segment): Replace check for successful creation of
2423 ZERO with gdb_assert.
2424 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2425
2426 2003-09-04 Andrew Cagney <cagney@redhat.com>
2427
2428 * thread-db.c (verbose_dlsym): New function.
2429 (thread_db_load): Use verbose_dlsym
2430 (thread_db_new_objfile): Print that libthread_db was loaded, and
2431 that thread debugging was enabled.
2432
2433 2003-09-04 Andrew Cagney <cagney@redhat.com>
2434
2435 * configure.tgt: Add "mips64*-*-*" target. Delete
2436 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2437 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2438 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2439 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2440 mips*-sony-*, and mips64*-*-elf* targets.
2441 * config/mips/embedl.mt: Delete file.
2442 * config/mips/embedl64.mt: Delete file.
2443 * config/mips/mips.mt: Delete file.
2444 * config/mips/mips64.mt: Delete file.
2445 * config/mips/tm-embed.h: Delete file.
2446 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2447 * config/mips/embed64.mt: Delete out-of-date comment.
2448
2449 2003-09-04 Andrew Cagney <cagney@redhat.com>
2450
2451 * hppa-tdep.c (hppa_gdbarch_init): Set
2452 "have_nonsteppable_watchpoint".
2453 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2454 * mips-tdep.c (mips_dump_tdep): Do not print
2455 HAVE_NONSTEPPABLE_WATCHPOINT.
2456 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2457 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2458 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2459 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2460
2461 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2462
2463 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2464 unused code. Add comment.
2465
2466 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2467
2468 * breakpoint.c (watchpoint_check): Check for pc being in an
2469 epilogue if watchpoint frame couldn't be found.
2470
2471 2003-09-04 Andrew Cagney <cagney@redhat.com>
2472
2473 * Makefile.in: Re-generate all dependencies.
2474
2475 2003-09-03 Andrew Cagney <cagney@redhat.com>
2476
2477 * arch-utils.h (legacy_print_insn): Delete declaration.
2478 * arch-utils.c (legacy_print_insn): Delete function.
2479 * disasm.c (deprecated_tm_print_insn_info): Delete.
2480 (_initialize_disasm): Delete function, contained code initializing
2481 deprecated_tm_print_insn_info.
2482 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2483 (deprecated_tm_print_insn_info): Delete.
2484 (TARGET_PRINT_INSN): Do not provide a default.
2485 * gdbarch.h, gdbarch.c: Re-generate.
2486
2487 2003-09-03 Andrew Cagney <cagney@redhat.com>
2488
2489 * disasm.c (fprintf_disasm): New function.
2490 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2491 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2492 reverts 2003-08-14 change.
2493 (_initialize_disasm): Call "init_disassemble_info", instead of
2494 INIT_DISASSEMBLE_INFO_NO_ARCH.
2495
2496 2003-09-03 Michael Snyder <msnyder@redhat.com>
2497
2498 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2499
2500 2003-09-03 Andrew Cagney <cagney@redhat.com>
2501
2502 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2503 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2504 * symfile.c (syms_from_objfile): Update.
2505 (reread_symbols): `Update
2506 * exec.c (exec_file_attach): Update.
2507 (exec_file_attach): Update.
2508 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2509 2003-08-29 change.
2510 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2511
2512 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2513
2514 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2515 trad-frame.h.
2516 (arm_get_cache): Delete macro.
2517 (struct arm_prologue_cache): Update comments. Make saved_regs into
2518 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2519 to prev_sp.
2520 (thumb_scan_prologue): Update for cache changes. Don't call
2521 DEPRECATED_PC_IN_CALL_DUMMY.
2522 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2523 argument and use it in desperation search for our prologue. Do not
2524 search past the specified PC.
2525 (arm_make_prologue_cache): Simplify.
2526
2527 (arm_prologue_this_id, arm_prologue_prev_register)
2528 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2529 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2530 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2531 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2532 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2533
2534 (arm_frame_chain_valid, arm_find_callers_reg)
2535 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2536 (arm_pop_frame): Delete obsolete methods.
2537 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2538
2539 (arm_gdbarch_init): Update for new frame methods. Register prologue
2540 and sigtramp unwinders. Set the default frame base method.
2541
2542 * Makefile.in (arm-tdep.o): Update dependencies.
2543 * varobj.c (find_frame_addr_in_frame_chain): Call
2544 get_frame_base_address.
2545 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2546
2547 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2548
2549 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2550 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2551 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2552 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2553 Take NEXT_FRAME and CACHE arguments. Call
2554 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2555 Set unwound_pc in CACHE instead of modifying the frame argument.
2556 Don't bother checking the frame type when looking for sigtramp
2557 frames.
2558 (arm_make_prologue_cache, arm_frame_chain)
2559 (arm_init_extra_frame_info): New functions.
2560
2561 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2562
2563 * arm-tdep.c (arm_get_cache): Define.
2564 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2565 unwound_sp, unwound_pc, and saved_regs.
2566 (thumb_scan_prologue): Take a cache instead of the frame.
2567 (arm_scan_prologue): Likewise.
2568 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2569 instead of a temporary frame.
2570 (arm_init_extra_frame_info): Allocate and use a cache.
2571 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2572
2573 2003-09-03 Andrew Cagney <cagney@redhat.com>
2574
2575 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2576 * config/mips/wince.mt (TM_CLIBS): Ditto.
2577 * config/sh/wince.mt (TM_CLIBS): Ditto.
2578 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2579 * config/sparc/sp64.mt (CC): Delete.
2580
2581 2003-09-03 Andrew Cagney <cagney@redhat.com>
2582
2583 * defs.h: Do not include "arch-utils.h".
2584 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2585 GDB_MULTI_ARCH_PURE.
2586 * configure.in (GDB_MULTI_ARCH): Do not define.
2587 * configure, config.in: Regenerate.
2588 * configure.tgt: Do not set variable "gdb_multi_arch".
2589 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2590 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2591 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2592 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2593 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2594 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2595 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2596 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2597 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2598 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2599 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2600 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2601 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2602 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2603 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2604 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2605 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2606 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2607
2608 2003-08-30 Michael Chastain <mec@shout.net>
2609
2610 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2611 * config/m68k/nm-hp300hpux.h: Delete.
2612 * config/m68k/tm-hp300hpux.h: Delete.
2613 * config/m68k/xm-hp300hpux.h: Delete.
2614 * config/m68k/xm-hp300bsd.h: Delete.
2615 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2616 tm-hp300hpux.h, xm-hp300hpux.h.
2617 * somsolib.c: Remove comment about hp300 shared libraries.
2618
2619 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2620
2621 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2622 Only define PTRACE_GET_THREAD_AREA is not already defined.
2623 Various style fixes in code and comments and some additional
2624 spelling fixes in comments. Move after functions dealing with
2625 debug registers.
2626 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2627 Fix coding-style.
2628
2629 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2630 frame_unwind_register_unsigned instead of
2631 frame_unwind_unsigned_register.
2632
2633 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2634
2635 * configure.in: Search for gethostbyname in libnsl.
2636 * configure: Regenerated.
2637
2638 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2639
2640 * configure.in: Remove redundant AC_MSG_RESULT in check for
2641 uintptr_t in stdint.h.
2642 * configure: Regenerated.
2643
2644 * amd64-nat.h (struct regcache): Add opaque declaration.
2645
2646 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2647 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2648 Change "register array" to "register cache" in comments.
2649 (x86_64_linux_gregset64_reg_offset): New variable.
2650 (GETREGS_SUPPLIES): Remove macro.
2651 (supply_gregset): Call amd64_supply_native_gregset instead of
2652 x86_64_linux_supply_gregset.
2653 (fill_gregset): Rename `regno' to `regnum'. Call
2654 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2655 (store_regs): Rename `regno' to `regnum'.
2656 (store_fpregs): Rename `regno' to `regnum'.
2657 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2658 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2659 Reorganize function a bit.
2660 (store_inferior_registers): Rename `regno' to `regnum'. Use
2661 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2662 Reorganize function a bit.
2663 (_initialize_x86_64_linux_nat): New function.
2664 * config/i386/x86-64linux.mh.
2665
2666 2003-08-29 Andrew Cagney <cagney@redhat.com>
2667
2668 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2669 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2670 (target_remove_watchpoint): Delete macro.
2671 (target_insert_watchpoint): Delete macro.
2672 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2673 (remote_mips_stopped_by_watchpoint): Delete declaration.
2674 (remote_mips_remove_watchpoint): Delete declaration.
2675 (remote_mips_set_watchpoint): Delete declaration.
2676 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2677 * remote-mips.c (_initialize_remote_mips): Set
2678 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2679 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2680 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2681 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2682 (mips_stopped_by_watchpoint): Rename
2683 remote_mips_stopped_by_watchpoint.
2684 (mips_can_hardware_watchpoint): Rename
2685 remote_mips_can_use_hardware_watchpoint, update function
2686 signature.
2687
2688 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2689
2690 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2691 USER_DS. We haven't given them a register number yet.
2692
2693 * amd64-nat.h: New file.
2694 * amd64-nat.c: New file.
2695 * amd64fbsd-nat.c: Include "amd64-nat.h".
2696 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2697 (amd64fbsd32_r_reg_offset): New variable.
2698 (supply_gregset): Simply call amd64_supply_native_gregset.
2699 (fill_gregset): Rename `regno' to `regnum'. Simply call
2700 amd64_collect_native_gregset.
2701 (fill_fpregset): Rename `regno' to `regnum'.
2702 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2703 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2704 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2705 `fpregset_t'. Call amd64_supply_native_gregset instead of
2706 supply_gregset. Call x86_64_supply_fxsave instead of
2707 supply_fpregset.
2708 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2709 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2710 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2711 `fpregset_t'. Call amd64_collect_native_gregset instead of
2712 fill_gregset. Call x86_64_collect_fxsave instead of
2713 fill_fpregset.
2714 (_initialize_am64fbsd_nat): Initialize
2715 amd64_native_gregset32_reg_offset and
2716 amd64_native_gregset64_reg_offset.
2717 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2718
2719 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2720 null pointer. Fix typo in comment.
2721
2722 * regcache.c (supply_register): Reimplement to call
2723 regcache_raw_supply.
2724 (regcache_collect): Reimplement by calling regcache_raw_collect.
2725
2726 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2727
2728 * regcache.c (register_buffer): Consitify first argument.
2729 (regcache_raw_supply, regcache_raw_collect): New
2730 functions.
2731
2732 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2733
2734 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2735 by Nathan J. Williams.
2736
2737 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2738
2739 * lin-lwp.c (wait_lwp): New function, copied from
2740 stop_wait_callback. Clean up.
2741 (stop_wait_callback): Use wait_lwp.
2742
2743 2003-08-28 Andrew Cagney <cagney@redhat.com>
2744
2745 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2746 flavour and disassembler options.
2747 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2748 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2749 deprecated_tm_print_insn_info.
2750
2751 2003-08-27 Andrew Cagney <cagney@redhat.com>
2752
2753 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2754 Use target_read_memory.
2755 (s390_get_frame_info): Update. Do not reference
2756 deprecated_tm_print_insn_info.
2757 (s390_check_function_end, s390_is_sigreturn): Ditto.
2758
2759 2003-08-27 Andrew Cagney <cagney@redhat.com>
2760
2761 * Makefile.in (cris-tdep.o): Update dependencies.
2762 * cris-tdep.c: Include "gdb_assert.h".
2763 (cris_gdbarch_init): Set print_insn.
2764 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2765 (cris_delayed_get_disassembler): Simplify, directly call the
2766 disassembler returned by cris_get_disassembler.
2767 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2768 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2769 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2770 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2771 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2772 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2773 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2774 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2775 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2776 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2777 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2778 (gdb_print_insn_sparc): Delete function.
2779 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2780 deprecated_tm_print_insn_info.
2781 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2782 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2783 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2784 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2785 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2786 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2787 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2788 (s390_gdbarch_init): Set print_insn.
2789
2790 2003-08-27 Andrew Cagney <cagney@redhat.com>
2791
2792 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2793 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2794 * infcall.c (call_function_by_hand): Convert the entry point
2795 address into a code address.
2796
2797 2003-08-27 Andrew Cagney <cagney@redhat.com>
2798
2799 * dsrec.c: Include "gdb_string.h".
2800 * Makefile.in (dsrec.o): Update dependencies.
2801
2802 2003-08-27 Michael Chastain <mec@shout.net>
2803
2804 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2805
2806 2003-08-27 Andrew Cagney <cagney@redhat.com>
2807
2808 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2809 (alpha_osf1_init_abi): Do not set call_dummy_address.
2810
2811 2003-08-27 David Carlton <carlton@kealia.com>
2812
2813 From Randolph Chung <tausq@debian.org>:
2814 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2815 compiles with -Wformat-nonliteral -Werror.
2816
2817 2003-08-26 Jim Blandy <jimb@redhat.com>
2818
2819 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2820 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2821 bfd_lookup_symbol, since we only want symbols in code sections.
2822 (look_for_base): Pass zero as the SECT_FLAGS argument to
2823 bfd_lookup_symbol, since we're not concerned about which section
2824 the symbol is in.
2825
2826 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2827
2828 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2829 we are frameless or the return address register is already known.
2830
2831 2003-08-26 Andrew Cagney <cagney@redhat.com>
2832
2833 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2834 in size. Add comments.
2835
2836 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2837
2838 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2839 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2840
2841 2003-08-26 Jason Merrill <jason@redhat.com>
2842
2843 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2844 case out of #ifdef MIPS block.
2845
2846 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2847
2848 PR java/1322
2849 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2850 available before calling SECT_OFF_TEXT.
2851 * PROBLEMS: Remove description of java/1322.
2852
2853 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2854
2855 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2856 bof, and nat0-nat127 as pseudo-registers.
2857 (ia64_frame_cache): New struct used to cache frame info.
2858 (ia64_register_reggroup_p): New routine used to override default
2859 register grouping so registers without names are still saved and
2860 restored.
2861 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2862 pseudo values.
2863 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2864 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2865 (ia64_alloc_frame_cache): New routine to create a new
2866 ia64_frame_cache.
2867 (examine_prologue): Change prototype to add next_frame pointer.
2868 Assume frameless until otherwise proven. Verify that the cfm for
2869 current frame matches the cfm that should occur for the prologues
2870 alloc insn and if equal, mark as not frameless. At end of routine,
2871 if not frameless, calculate registers for the previous frame and store
2872 in the cache, if a cache is provided.
2873 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2874 and pass 0 for next_frame.
2875 (ia64_store_return_value): Change to use convert_typed_floating()
2876 instead of calling ia64_convert_to_raw().
2877 (ia64_extract_return_value): Change to use convert_typed_floating()
2878 instead of calling ia64_convert_to_virtual().
2879 (ia64_frame_cache): New routine to support new frame model.
2880 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2881 (ia64_frame_sniffer): Ditto.
2882 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2883 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2884 (ia64_sigtramp_frame_prev_register): Ditto.
2885 (ia64_sigtramp_frame_sniffer): Ditto.
2886 (ia64_frame_base_address): Ditto.
2887 (ia64_extract_struct_value_address): Change to issue error message.
2888 (ia64_frame_align): New routine to align sp.
2889 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2890 (ia64_push_arguments): Removed. Logic moved to
2891 ia64_push_dummy_call().
2892 (ia64_push_return_address): Ditto.
2893 (ia64_unwind_dummy_id): New function.
2894 (ia64_unwind_pc): Ditto.
2895 (ia64_convert_register_p): Ditto.
2896 (ia64_register_to_value): Ditto.
2897 (ia64_value_to_register): Ditto.
2898 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2899 (ia64_register_byte, ia64_register_raw_size): Ditto.
2900 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2901 (ia64_saved_pc_after_call): Ditto.
2902 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2903 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2904 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2905 (ia64_register_convert_to_raw): Ditto.
2906 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2907 (ia64_init_extra_frame_info): Ditto.
2908 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2909 (ia64_gdbarch_init): Remove registering of deprecated functions that
2910 are no longer used. Add registration of new gdbarch functions.
2911 Remove registering deprecated_write_sp. Replace
2912 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2913 Delete set_gdbarch_deprecated_register_convertible(),
2914 set_gdbarch_deprecated_register_convert_to_virtual(), and
2915 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2916 set_gdbarch_deprecated_register_size(),
2917 set_gdbarch_deprecated_register_bytes(),
2918 set_gdbarch_pcregnum(),
2919 set_gdbarch_deprecated_register_byte(),
2920 set_gdbarch_deprecated_register_raw_size(),
2921 set_gdbarch_deprecated_max_register_raw_size(),
2922 set_gdbarch_deprecated_register_virtual_size(),
2923 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2924 Replace set_gdbarch_deprecated_extract_return_value() with
2925 set_gdbarch_extract_return_value(). Remove calls to:
2926 set_gdbarch_deprecated_saved_pc_after_call();
2927 set_gdbarch_deprecated_frame_chain(),
2928 set_gdbarch_deprecated_frame_saved_pc(),
2929 set_gdbarch_deprecated_frame_init_saved_regs(),
2930 set_gdbarch_deprecated_get_saved_register(),
2931 set_gdbarch_deprecated_call_dummy_words(),
2932 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2933 set_gdbarch_deprecated_init_extra_frame_info(),
2934 set_gdbarch_deprecated_frame_args_address(),
2935 set_gdbarch_deprecated_frame_locals_address(),
2936 and set_gdbarch_deprecated_dummy_write_sp().
2937 Add set_gdbarch_convert_register_p(),
2938 set_gdbarch_register_to_value(),
2939 set_gdbarch_value_to_register(),
2940 set_gdbarch_push_dummy_call(),
2941 set_gdbarch_frame_align(),
2942 set_gdbarch_unwind_dummy_id(),
2943 set_gdbarch_unwind_pc(),
2944 frame_unwind_append_sniffer(),
2945 frame_unwind_append_sniffer(),
2946 and frame_base_set_default().
2947
2948 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2949
2950 * configure.tgt: Document need for special "mipsisa64" handling.
2951 (mipsisa64*-*-linux64): Handle as target linux64.
2952 (mipsisa64*-*-*): Handle as target embed64.
2953
2954 2003-08-18 Michael Chastain <mec@shout.net>
2955
2956 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2957 objfile bug.
2958
2959 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2960
2961 * i387-tdep.h: Update copyright date.
2962 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2963
2964 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2965 CFLAGS games to reflect reality.
2966
2967 2003-08-24 Andrew Cagney <cagney@redhat.com>
2968
2969 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2970 GDB_MULTI_ARCH is always non-zero.
2971 * osabi.c (_initialize_gdb_osabi): Ditto.
2972 (gdbarch_init_osabi): Ditto.
2973 * sparc-tdep.c: Ditto for #if code.
2974
2975 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2976
2977 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2978 Update comments.
2979 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2980 comments.
2981 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2982 x86_64_supply_fxsave.
2983 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2984 x86_64_supply_fxsave.
2985 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2986 x86_64_supply_fxsave.
2987
2988 2003-08-23 Andreas Jaeger <aj@suse.de>
2989
2990 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2991 i387_supply_fxsave.
2992
2993 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2994
2995 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2996 i387_supply_register.
2997 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2998 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2999 i387_supply_fsave.
3000 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3001 i387_supply_fxsave.
3002 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3003 i387_supply_fsave.
3004 * i386bsd-nat.c (supply_fpregset): Adjust call to
3005 i387_supply_fsave.
3006 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3007 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3008 supply_fpregset.
3009 (store_inferior_registers): Remove extraneous whitespace. Call
3010 i387_fill_fsave instead of fill_fpregset.
3011 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3012 (supply_fpregset): Likewise.
3013 * i386v4-nat.c (supply_fpregset): Adjust call to
3014 i387_supply_fsave.
3015 * i386-interix-nat.c (supply_fpregset): Adjust call to
3016 i387_supply_fsave.
3017 * i386-linux-nat.c (supply_fpregset): Adjust call to
3018 i387_supply_fsave.
3019 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3020 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3021 i387supply_fsave and i387_supply_fxsave.
3022 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3023 Incorporate code from `i387_supply_register.
3024 (i387_supply_register): Remove.
3025 (i387_supply_fxsave): Add `regnum' argument.
3026 Update comments.
3027 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3028 prototype.
3029 (i387_supply_register): remove prototype.
3030 Update comments.
3031
3032 2003-08-22 Michael Chastain <mec@shout.net>
3033
3034 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3035 Add lines for files in gdb/testsuite/gdb.cp/* that are
3036 still not 8.3 unique.
3037
3038 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3039
3040 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3041 TYPE_VPTR_FIELDNO is valid.
3042
3043 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3044
3045 * utils.c (set_width_command): Remove prototypes.
3046 (set_screen_size): New prototype.
3047 (init_page_info): Simplify by fetching the screen size from
3048 Readline. Call set_screen_size.
3049 (set_screen_size): New function.
3050 (set_width): Add missing whitespace in comment.
3051 (set_width_command): Call set_screen_size.
3052 (set_height_command): New function.
3053 (initialize_utils): Fix formatting. Make "set height" command
3054 call set_height_command. Remove redundant code that turns off
3055 pagination if output isn't a terminal. Remove redundant call to
3056 set_width_command.
3057
3058 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3059
3060 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3061 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3062 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3063 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3064 `case' keyword.
3065 (sparc64_register_info): Give the reister with number
3066 SPARC64_STATE_REGNUM a name.
3067 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3068 %asi and %ccr.
3069 (sparc64_push_dummy_call): Take BIAS into account when checking
3070 stcak alignment.
3071 (sparc_software_single_step): Remove assertions that check whether
3072 NPC and NNPC were zero.
3073 (sparc_supply_rwindow): Make public. Merge functionality with
3074 sparc64_supply_rwindow.
3075 (sparc_fill_rwindow): Make public. Merge functionality with
3076 sparc64_fill_rwindow.
3077 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3078 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3079 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3080 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3081 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3082
3083 * reggroups.c: Add whitespace after declarations of local
3084 variables in functions.
3085
3086 2003-08-21 Michael Chastain <mec@shout.net>
3087
3088 * gdbtypes.h: Change array bound type from an int to enum.
3089
3090 2003-08-21 Andrew Cagney <cagney@redhat.com>
3091
3092 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3093 * config/sparc/tm-sparc.h: Ditto.
3094 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3095 unconditionally.
3096 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3097
3098 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3099
3100 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3101 (register_objfile_data, set_objfile_data, objfile_data): New
3102 prototypes.
3103 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3104 prototypes.
3105 (allocate_objfile): Call objfile_alloc_data.
3106 (free_objfile): Call objfile_free_data.
3107 (struct objfile_data): New.
3108 (struct objfile_data_registration): New.
3109 (struct objfile_data_registry): New.
3110 (objfile_data_registry): New variable.
3111 (register_objfile_data): New function.
3112 (objfile_alloc_data, objfile_free_data): New functions.
3113 (set_objfile_data, objfile_data): New functions.
3114 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3115 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3116 (_initialize_dwarf2_frame): New function and prototype.
3117
3118 2003-08-21 Andrew Cagney <cagney@redhat.com>
3119
3120 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3121 a specific architecture.
3122 * arch-utils.h (set_architecture_from_arch_mach): Delete
3123 declaration.
3124 (target_architecture_hook): Delete declaration.
3125 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3126 (default_float_format): Assume GDB_MULTI_ARCH.
3127 (default_double_format): Assume GDB_MULTI_ARCH.
3128 (set_endian_from_file): Delete function.
3129 (arch_ok): Delete function.
3130 (set_arch): Delete function.
3131 (set_architecture_from_arch_mach): Delete function.
3132 (set_architecture_from_file): Delete function.
3133 (set_architecture): Assume GDB_MULTI_ARCH.
3134 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3135
3136 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3137
3138 Rewrite FreeBSD/sparc64 native configuration.
3139 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3140 * sparc64fbsd-nat.c: New file.
3141 * sparc64fbsd-tdep.c: New file.
3142 * sparc64-tdep.c sparc64-tdep.h: New files.
3143 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3144 sparc64fbsd-tdep.o): New dependencies.
3145 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3146 and sparc64fbsd-tdep.c.
3147 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3148 * config/sparc/fbsd.mh: Remove copyright notice.
3149 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3150 sparcbsd-nat.o.
3151 * config/sparc/fbsd.mt: Remove copyright notice.
3152 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3153 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3154 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3155 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3156 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3157 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3158 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3159 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3160 "sparc/tm-sp64.h".
3161 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3162 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3163
3164 2003-08-21 Michael Chastain <mec@shout.net>
3165
3166 * symtab.h: Add doco on the space critical structures and
3167 some measurements of space usage.
3168
3169 2003-08-21 Michael Snyder <msnyder@redhat.com>
3170
3171 * tracepoint.c (trace_dump_command): Trace break address
3172 is subject to DECR_PC_AFTER_BREAK.
3173 (set_traceframe_context): Make "trace_line" an int.
3174 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3175
3176 2003-08-20 Michael Snyder <msnyder@redhat.com>
3177
3178 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3179 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3180 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3181 argument passing.
3182 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3183 functions, replace sh_push_dummy_call.
3184 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3185
3186 2003-08-20 Michael Chastain <mec@shout.net>
3187
3188 * gdbtypes.h (struct main_type): Rearrange to save space.
3189
3190 2003-08-20 Michael Snyder <msnyder@redhat.com>
3191
3192 * trad-frame.c: Comment typo fix.
3193
3194 2003-08-20 Michael Snyder <msnyder@redhat.com>
3195 Kevin Buettner <kevinb@redhat.com>
3196
3197 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3198 (frv_frame_init_saved_regs): Add declaration.
3199 (frame_extra_info): Add new field ``saved_regs''.
3200 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3201 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3202 Update frame related code.
3203 (frv_extract_struct_value_address): Adjust formatting.
3204 * Makefile.in (frv-tdep.o): Update dependencies.
3205 * config/frv/tm-frv.h (target_insert_watchpoint)
3206 (target_remove_watchpoint, target_insert_hw_breakpoint)
3207 (target_remove_hw_breakpoint): Delete these macros.
3208 (remote_insert_watchpoint, remote_remove_watchpoint)
3209 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3210 these declarations.
3211
3212 2003-08-20 Michael Chastain <mec@shout.net>
3213
3214 * defs.h (ENUM_BITFIELD): New macro.
3215 * symtab.h (ENUM_BITFIELD): Use it.
3216 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3217
3218 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3219
3220 * MAINTAINERS (write after approval): Add myself.
3221
3222 2003-08-18 Andrew Cagney <cagney@redhat.com>
3223
3224 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3225 * gdbarch.h, gdbarch.c: Re-generate.
3226 * infcall.c (call_function_by_hand): Adjust the SP by
3227 frame_red_zone_size before allocating any stack space.
3228 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3229 * x86-64-tdep.c (x86_64_frame_align): New function.
3230 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3231
3232 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3233 Remove code adjusting SP so that it skips over the Red Zone.
3234
3235 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3236
3237 * NEWS (New native configurations): Mention FreeBSD/amd64.
3238
3239 2003-08-18 Andrew Cagney <cagney@redhat.com>
3240
3241 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3242 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3243 "m68k_frame_p".
3244 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3245
3246 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3247
3248 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3249
3250 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3251
3252 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3253 Define.
3254 * i386-linux-nat.c: Include "linux-nat.h".
3255 (child_post_startup_inferior): New function.
3256
3257 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3258
3259 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3260 at the start of a frameless function. This probably fixes PR
3261 backtrace/1338.
3262
3263 2003-08-17 Michael Chastain <mec@shout.net>
3264
3265 * symfile.c (find_sym_fns): Remove special case for apollo target.
3266
3267 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3268
3269 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3270 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3271 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3272 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3273 (linux_supports_tracevforkdone): New function.
3274 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3275 TRACEVFORKDONE.
3276 (child_follow_fork): Handle vfork.
3277 (linux_handle_extended_wait): Likewise. Also handle exec.
3278 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3279 * NEWS: Mention fork tracing.
3280
3281 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3282
3283 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3284
3285 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3286
3287 * Makefile.in (i386-linux-nat.o): Update dependencies.
3288 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3289 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3290 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3291 * i386-linux-nat.c: Include "linux-nat.h".
3292 (child_post_startup_inferior): New function.
3293 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3294 * infptrace.c (kill_inferior): Wrap in #ifdef.
3295 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3296 attaching to each LWP.
3297 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3298 (init_lin_lwp_ops): Fill in some more operations.
3299 * linux-nat.h (linux_enable_event_reporting)
3300 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3301 prototypes.
3302 * linux-nat.c (linux_enable_event_reporting): New function.
3303 (child_post_attach, linux_child_post_startup_inferior)
3304 (child_post_startup_inferior, child_follow_fork)
3305 (linux_handle_extended_wait, kill_inferior): New functions.
3306
3307 2003-08-16 Andrew Cagney <cagney@redhat.com>
3308
3309 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3310 * gdbarch.h, gdbarch.c: Re-generate.
3311
3312 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3313
3314 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3315
3316 2003-08-16 Andrew Cagney <cagney@redhat.com>
3317
3318 * NEWS: Mention that "set prompt-escape-char" was deleted.
3319 * top.c (get_prompt_1): Delete function.
3320 (gdb_prompt_escape):
3321 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3322 prompt-escape-char" command.
3323 (MAX_PROMPT_SIZE): Delete macro.
3324 (get_prompt): Simplify, do not call get_prompt_1.
3325
3326 2003-08-16 Andrew Cagney <cagney@redhat.com>
3327
3328 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3329 -Werror. -Wformat-nonliteral problems.
3330
3331 2003-08-15 J. Brobecker <brobecker@gnat.com>
3332
3333 Further multiarching work mostly for hppa64-*-hpux11:
3334 * hppa-tdep.h: New file.
3335 * hppa-tdep.c: #include hppa-tdep.c.
3336 (hppa32_num_regs): Renamed from hppa_num_regs.
3337 (hppa64_num_regs): New constant.
3338 (hppa64_call_dummy_breakpoint_offset): New constant.
3339 (hppa32_call_dummy_length): New constant.
3340 (hppa64_call_dummy_length): New constant.
3341 (hppa32_stack_align): Make name 32bit explicit.
3342 (hppa32_register_virtual_type): Likewise.
3343 (hppa32_extract_return_value): Likewise.
3344 (hppa32_use_struct_convention): Likewise.
3345 (hppa32_store_return_value): Likewise.
3346 (hppa64_register_virtual_type): New function.
3347 (hppa64_extract_return_value): New function.
3348 (hppa64_use_struct_convention): New function.
3349 (hppa64_store_return_value): New function.
3350 (hppa_frame_locals_address): Remove declaration, function does
3351 not exist anymore.
3352 (hppa_register_byte): Add support for PA64 ABI.
3353 (hppa_gdbarch_init): Add support for PA64 ABI.
3354 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3355 Make name 32bit explicit.
3356 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3357 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3358 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3359 (hppa64_hpux_frame_base_before_sigtramp): New function.
3360 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3361 * config/pa/tm-hppa64.h: Remove macros that are no longer
3362 necessary now that the gdbarch vector is properly setup.
3363 Transform some macros into function calls. Some minor cleanup.
3364 * config/pa/tm-hppah.h: Update function calls in macros
3365 following the function renaming in hppa-hpux-tdep.c.
3366 * Makefile.in (hppa_tdep_h): New variable.
3367 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3368
3369 2003-08-14 Michael Snyder <msnyder@redhat.com>
3370
3371 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3372
3373 2003-08-13 J. Brobecker <brobecker@gnat.com>
3374
3375 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3376 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3377 routine.
3378
3379 2003-08-13 Michael Snyder <msnyder@redhat.com>
3380
3381 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3382 (frv_saved_pc_after_call): Use deprecated ftype.
3383 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3384 (frv_remote_translate_xfer_address): Remove.
3385 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3386
3387 2003-08-13 J. Brobecker <brobecker@gnat.com>
3388
3389 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3390 initialization after the common gdbarch initialization, not before.
3391
3392 2003-08-13 J. Brobecker <brobecker@gnat.com>
3393
3394 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3395 (ADDR_BITS_REMOVE): Remove, redundant.
3396
3397 2003-08-13 J. Brobecker <brobecker@gnat.com>
3398
3399 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3400 gdbarch method to clear the 2 low bits of text addresses.
3401
3402 2003-08-12 Andrew Cagney <cagney@redhat.com>
3403
3404 * Makefile.in (dsrec.o): Update dependencies.
3405 * dsrec.c: Include "gdb_assert.h".
3406 (make_srec): Use snprintf instead of sprintf, use a literal format
3407 string.
3408
3409 2003-08-12 Andrew Cagney <cagney@redhat.com>
3410
3411 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3412 FRAME_OBSTACK_ZALLOC.
3413
3414 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3415
3416 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3417 SSE registers.
3418
3419 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3420
3421 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3422 amd64fbsd_sc_reg_offset): Add extern declarations.
3423 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3424 declarations.
3425
3426 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3427
3428 * MAINTAINERS (write after approval): Update my mail address.
3429
3430 2003-08-10 Andrew Cagney <cagney@redhat.com>
3431
3432 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3433
3434 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3435
3436 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3437 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3438 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3439 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3440 i386bsd_sc_reg_offset): Add extern declarations.
3441 * i386obsd-nat.c: Include "i386-tdep.h"
3442 (_initialize_i386obsd_nat): Remove extern declarations.
3443 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3444 declarations.
3445 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3446 declarations.
3447
3448 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3449 instead of frame_read_register.
3450 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3451 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3452 SP_REGNUM.
3453 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3454 instead of frame_unwind_unsigned_register. Use
3455 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3456 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3457 instead of read_register. Use builtin_type_void_data_ptr instead
3458 of builtin_type_void_func_ptr when extracting the address of the
3459 jmp_buf.
3460 (i386_extract_return_value, i386_store_return_value,
3461 i386_pseudo_register_read, i386_pseudo_register_write): Use
3462 register_size instead REGISTER_RAW_SIZE.
3463
3464 2003-08-10 Andrew Cagney <cagney@redhat.com>
3465
3466 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3467 sprintf. Make "name" constant.
3468
3469 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3470
3471 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3472 instead of frame_read_register.
3473 (i387_print_float_info): Use get_frame_register and
3474 get_frame_register_unsigned instead of frame_register_read.
3475
3476 * i386fbsd-nat.c: Include "i386-tdep.h".
3477 (child_resume): Make `eflags' an ULONGEST. Use
3478 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3479 instead of register_read and register_write.
3480
3481 * i386bsd-nat.c (fetch_inferior_registers,
3482 store_inferior_registers): Don't use && at the end of a line.
3483 (_initialize_i386bsd_nat): Fix typo.
3484
3485 * frame.c (_initialize_frame): Add missing backslash.
3486
3487 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3488 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3489 and supply_register instead of manipulating the register buffer
3490 directly.
3491
3492 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3493 * config/i386/nm-i386sol2.h
3494 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3495
3496 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3497 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3498 instructions that GCC likes to mingle into the prologue. Fixes
3499 gdb/1253 and gdb/1255.
3500
3501 2003-08-09 Andrew Cagney <cagney@redhat.com>
3502
3503 Fix GDB PR cli/926.
3504 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3505 * command.h (add_setshow_uinteger_cmd): Declare.
3506 * frame.c (set_backtrace_cmd): New function.
3507 (show_backtrace_cmd): New function.
3508 * frame.c (_initialize_frame): Replace "set/show
3509 backtrace-below-main" with "set/show backtrace past-main". Add
3510 command "set/show backtrace limit".
3511 (backtrace_past_main): Rename "backtrace_below_main".
3512 (backtrace_limit): New variable.
3513 (get_prev_frame): Update. Check the backtrace_limit.
3514
3515 2003-08-09 Andrew Cagney <cagney@redhat.com>
3516
3517 * defs.h (xstrprintf): Declare.
3518 * utils.c (xstrprintf): New function.
3519 * breakpoint.c (insert_breakpoints): Replace sprintf and
3520 non-literal format strings, with xstrprintf and cleanups.
3521 (delete_breakpoint,breakpoint_re_set): Ditto.
3522 (commands_command, insert_breakpoints): Ditto.
3523 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3524 (break_at_finish_command_1): Ditto.
3525
3526 2003-08-09 Andrew Cagney <cagney@redhat.com>
3527
3528 * MAINTAINERS (language support): List Adam Fedor as Objective C
3529 maintainer.
3530
3531 2003-08-08 J. Brobecker <brobecker@gnat.com>
3532
3533 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3534 are now multiarched.
3535
3536 2003-08-08 J. Brobecker <brobecker@gnat.com>
3537
3538 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3539 longer necessary now that hppa64 is partially multiarch'ed.
3540
3541 2003-08-08 Andrew Cagney <cagney@redhat.com>
3542
3543 * interps.c (interp_set): Check for a NULL "old_interp".
3544
3545 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3546
3547 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3548 (install-only): Support DESTDIR.
3549 (uninstall): Likewise.
3550 (install-gdbtk): Likewise.
3551
3552 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3553
3554 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3555 contains something meaningful at all times.
3556
3557 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3558
3559 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3560
3561 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3562
3563 * MAINTAINERS (write after approval): Added self.
3564
3565 2003-08-07 Andrew Cagney <cagney@redhat.com>
3566
3567 * inferior.h (AT_SYMBOL): Define.
3568 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3569 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3570 * mips-tdep.c (mips_call_dummy_address): Delete function.
3571 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3572 set call_dummy_address.
3573
3574 2003-08-07 Andrew Cagney <cagney@redhat.com>
3575
3576 * language.c (op_error): Delete function.
3577 (binop_type_check): Delete function.
3578 * language.h (type_op_error, range_op_error): Delete macros.
3579 (op_error): Delete declaration.
3580
3581 2003-08-07 Andrew Cagney <cagney@redhat.com>
3582
3583 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3584
3585 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3586
3587 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3588 (x86_64_push_arguments): Skip the red zone.
3589
3590 2003-08-05 Andrew Cagney <cagney@redhat.com>
3591
3592 * reggroups.c (reggroup_next): Check for the final entry.
3593
3594 2003-08-04 Andrew Cagney <cagney@redhat.com>
3595
3596 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3597 * cli/cli-script.c (define_command): Call query directly, instead
3598 of passing it a buffer.
3599 * ocd.c (ocd_error): Pass error a constant format string.
3600 * remote-mips.c (mips_error): Use fputs_filtered.
3601
3602 * solib-svr4.c (_initialize_svr4_solib): Update
3603 register_gdbarch_data call.
3604 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3605
3606 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3607 (register_gdbarch_data): Delete "free" parameter. Update
3608 comments.
3609 * gdbarch.h, gdbarch.c: Re-generate.
3610 * reggroups.c (_initialize_reggroup): Update.
3611 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3612 * frame-base.c (_initialize_frame_base): Update.
3613 * frame-unwind.c (_initialize_frame_unwind): Update.
3614 * user-regs.c (_initialize_user_regs): Update.
3615 * remote.c (_initialize_remote): Update.
3616 * regcache.c (_initialize_regcache): Update.
3617
3618 * regcache.c (xfree_regcache_descr): Delete function.
3619 (_initialize_regcache): Update call to register_gdbarch_data.
3620 (init_regcache_descr, init_legacy_regcache_descr): Use
3621 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3622
3623 * remote.c (free_remote_state): Delete function.
3624 (_initialize_remote): Update register_gdbarch_data.
3625 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3626 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3627
3628 2003-08-04 Andrew Cagney <cagney@redhat.com>
3629
3630 * reggroups.c (struct reggroup_el): Define.
3631 (struct reggroups): Delete field "nr_group". Replace array
3632 "group" with a "first" to "last" linked list.
3633 (reggroups_init): Update. Allocate using gdbarch's obstack.
3634 (reggroups_free): Delete function.
3635 (add_group): Update. Add "el" parameter.
3636 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3637 (default_groups): Update.
3638 (reggroup_next): Replace reggroups.
3639 (reggroups_dump): Update.
3640 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3641 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3642 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3643
3644 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3645
3646 * Makefile.in (tui-interp.o): Update dependencies.
3647
3648 2003-08-04 David Carlton <carlton@kealia.com>
3649
3650 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3651 to internal_error call.
3652 * source.c (forward_search_command): Add "%s" format argument.
3653 (reverse_search_command): Ditto.
3654 * top.c (quit_confirm): Ditto.
3655 * cli/cli-setshow.c (do_setshow_command): Ditto.
3656 * cp-valprint.c (cp_print_class_method): Replace
3657 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3658 (cp_print_class_member): Ditto.
3659 * event-top.c (command_line_handler): Ditto.
3660 * linux-proc.c (linux_info_proc_cmd): Ditto.
3661 * p-typeprint.c (pascal_type_print_base): Ditto.
3662 * p-valprint.c (pascal_object_print_class_method): Ditto.
3663 (pascal_object_print_class_member): Ditto.
3664 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3665 * remote.c (remote_cisco_section_offsets): Ditto.
3666 * top.c (command_line_input): Ditto.
3667 * utils.c (vwarning,error_stream,quit): Ditto.
3668 * valprint.c (print_floating,print_binary_chars)
3669 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3670
3671 2003-08-04 Andrew Cagney <cagney@redhat.com>
3672
3673 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3674
3675 2003-08-02 Andrew Cagney <cagney@redhat.com>
3676
3677 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3678 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3679 amd64fbsd-nat.c.
3680
3681 2003-08-02 Andrew Cagney <cagney@redhat.com>
3682
3683 * Makefile.in: Update all dependencies and definitions.
3684
3685 2003-08-02 Adam Fedor <fedor@gnu.org>
3686
3687 * linespec.c (is_objc_method_format): New function
3688 (decode_line_1, locate_first_half): Use it.
3689 Fixes PR objc/1298
3690
3691 2003-08-01 Andrew Cagney <cagney@redhat.com>
3692
3693 * NEWS: Mention that m32r is multi-arch.
3694 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3695 * configure.tgt: Recognize m32r-*-*.
3696 * config/m32r/tm-m32r.h: Delete file.
3697 * config/m32r/m32r.mt: New file.
3698 * m32r-rom.c (m32r_upload_command): Use hostent only when
3699 gethostname succeeds, in order to avoid a compilation
3700 warning.
3701 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3702 compiler warning.
3703
3704 2003-08-01 Michael Snyder <msnyder@redhat.com>
3705
3706 * sh-tdep.c (sh_frame_align): New gdbarch method.
3707 (sh_gdbarch_init): Set up frame_align method.
3708
3709 2003-07-31 Michael Snyder <msnyder@redhat.com>
3710
3711 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3712 which is already covered by the new frames infrastructure.
3713
3714 2003-07-31 Andrew Cagney <cagney@redhat.com>
3715
3716 * user-regs.c (struct user_reg): Add "next" link.
3717 (struct user_regs): Replace "user" with "first" and "last" links.
3718 (append_user_reg): Add pre-allocated "reg" parameter.
3719 (builtin_user_regs): Provide initial value for "last".
3720 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3721 (user_regs_init): Allocate memory from the gdbarch obstack.
3722 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3723 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3724 linked list.
3725 (usernum_to_user_reg): New function.
3726 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3727 (value_of_user_reg): Use usernum_to_user_reg.
3728 (user_regs_free): Delete function.
3729 (_initialize_user_regs): Update register_gdbarch_data call.
3730
3731 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3732
3733 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3734
3735 2003-07-30 Michael Snyder <msnyder@redhat.com>
3736
3737 * value.h (value_being_returned): Add a struct_addr argument.
3738 * infcall.c (call_function_by_hand): Pass struct_addr to
3739 value_being_returned.
3740 * infcmd.c (print_return_value): Pass zero as struct_addr.
3741 * values.c (value_being_returned): If struct_addr is passed,
3742 use it instead of trying to recover it from the inferior.
3743
3744 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3745
3746 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3747 the prologue analyzer won't need to attempt to extract the pc
3748 value from the woefully incomplete dummy frame.
3749 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3750 possible. Disable code which modifies the frame.
3751
3752 2003-07-28 Andrew Cagney <cagney@redhat.com>
3753
3754 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3755 to level 2.
3756 (annotate_breakpoints_table, annotate_record): Ditto.
3757 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3758 (annotate_field_name_end, annotate_field_value): Ditto.
3759 (annotate_field_end, annotate_frame_source_begin): Ditto.
3760 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3761 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3762 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3763 (annotate_frame_address_end, annotate_frame_address): Ditto.
3764 (annotate_frame_args, annotate_frame_end): Ditto.
3765 (annotate_frame_where, annotate_arg_begin): Ditto.
3766 (annotate_arg_name_end, annotate_arg_value): Ditto.
3767 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3768 (annotate_function_call, annotate_signal_name): Ditto.
3769 (annotate_signal_string, annotate_signal_name_end): Ditto.
3770 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3771 (annotate_value_begin, annotate_value_history_value): Ditto.
3772 (annotate_value_history_end, annotate_value_end): Ditto.
3773 (annotate_display_begin, annotate_display_number_end): Ditto.
3774 (annotate_display_format, annotate_display_expression): Ditto.
3775 (annotate_display_expression_end, annotate_display_value): Ditto.
3776 (annotate_display_end, annotate_array_section_begin): Ditto.
3777 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3778 (annotate_elt, annotate_array_section_end): Ditto.
3779
3780 2003-07-28 Andrew Cagney <cagney@redhat.com>
3781
3782 * regcache.c (struct regcache_descr): Update comments on
3783 nr_raw_registers.
3784 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3785 sizeof_raw_register_valid_p.
3786 (init_regcache_descr): Set nr_raw_registers and
3787 sizeof_raw_register_valid_p before calling
3788 init_legacy_regcache_descr.
3789
3790 2003-07-28 Andrew Cagney <cagney@redhat.com>
3791
3792 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3793 MOD NUM_REGS.
3794
3795 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3796
3797 * thread.c (info_threads_command): Use get_selected_frame ().
3798 Check that there is at least one non-sentinel frame.
3799
3800 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3801
3802 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3803 (m68hc11_pop_frame): Remove.
3804 (m68hc11_frame_saved_pc): Remove.
3805 (m68hc11_frame_chain): Remove.
3806 (m68hc11_frame_init_saved_regs): Remove.
3807 (m68hc11_init_extra_frame_info): Remove.
3808 (m68hc11_store_struct_return): Remove.
3809 (m68hc11_saved_pc_after_call): Remove.
3810
3811 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3812
3813 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3814 frame unwind information.
3815 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3816 and adapted for frame unwinding.
3817 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3818 (m68hc11_unwind_pc): New function.
3819 (m68hc11_frame_unwind_cache): New function to analyze frames.
3820 (m68hc11_frame_this_id): New function to create new frame struct.
3821 (m68hc11_frame_prev_register): New function to unwind a register from
3822 the frame.
3823 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3824 (m68hc11_frame_p): New function for the above.
3825 (m68hc11_frame_base_address): New function to return fp of frame.
3826 (m68hc11_frame_args_address): Update for frame.
3827 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3828 (m68hc11_unwind_sp): New function.
3829 (m68hc11_unwind_dummy_id): New function.
3830 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3831 calls.
3832
3833 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3834
3835 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3836 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3837 when we are beyond the current pc.
3838
3839 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3840
3841 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3842 from m68hc11_push_arguments.
3843 (m68hc11_push_arguments): Remove.
3844 (m68hc11_push_return_address): Remove.
3845 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3846 handlers; remove deprecated_extra_stack_alignment_needed.
3847
3848 2003-07-27 Andrew Cagney <cagney@redhat.com>
3849
3850 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3851 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3852 REAL_PC and not the pointer.
3853 * hppa-hpux-tdep.c: Include frame.h
3854
3855 2003-07-27 Andrew Cagney <cagney@redhat.com>
3856
3857 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3858 GDB_MULTI_ACH_PARTIAL.
3859
3860 2003-07-27 Andrew Cagney <cagney@redhat.com>
3861
3862 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3863 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3864 operator at start and not end of line.
3865 (decode_prologue): Ditto.
3866 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3867 frame_unwind_register_unsigned instead of
3868 frame_unwind_unsigned_register.
3869 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3870 read_register.
3871 (m32r_push_dummy_call): Use register_size instead of
3872 REGISTER_RAW_SIZE.
3873 (m32r_frame_sniffer): Replace m32r_frame_p.
3874 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3875 * m32r-rom.c (report_transfer_performance): Delete extern
3876 declaration.
3877 (m32r_load, m32r_upload_command): Use print_transfer_performance
3878 instead of report_transfer_performance.
3879 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3880 / add_show_from_set.
3881
3882 2003-07-26 Andrew Cagney <cagney@redhat.com>
3883
3884 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3885 store_return_value and extract_struct_value_address.
3886
3887 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3888
3889 PR c++/1267
3890 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3891 NULL, default to the section containing PC.
3892
3893 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3894
3895 * NEWS: Mention "regs" deprecated for m68hc11 too.
3896
3897 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3898 (m68hc11_print_register): New function to print out one register.
3899 (m68hc11_print_registers_info): New function to print registers.
3900 (show_regs): Deprecate and use the above.
3901 (m68hc11_gdbarch_init): Install the print_registers_info.
3902
3903 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3904
3905 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3906 that we have a SIGTRAP before returning non-zero.
3907
3908 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3909 Elena Zannoni <ezannoni@redhat.com>
3910
3911 * linespec.c (decode_line_2): Avoid crash if
3912 find_function_start_sal() returns empty record.
3913
3914 2003-07-23 Andreas Schwab <schwab@suse.de>
3915
3916 * ia64-tdep.c (ia64_print_insn): New function.
3917 (ia64_gdbarch_init): Set print_insn to it.
3918 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3919 deprecated_tm_print_insn_info.
3920
3921 2003-07-22 Michael Snyder <msnyder@redhat.com>
3922
3923 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3924 handle 8-bit returns (long long).
3925 (h8300h_extract_return_value): Ditto.
3926 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3927
3928 2003-07-22 Andrew Cagney <cagney@redhat.com>
3929
3930 * gdbarch.c Include "gdb_obstack.h".
3931 (struct gdbarch): Add an "obstack".
3932 (alloc_gdbarch_data): Allocate the gdbarch data using
3933 GDBARCH_OBSTACK_CALLOC.
3934 (free_gdbarch_data): Delete function.
3935 (gdbarch_obstack_zalloc): New function.
3936 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3937 Assert that the architecture is not initialized.
3938 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3939 vector from the obstack.
3940 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3941 architecture obstack.
3942 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3943 (set_gdbarch_data): Assert that the data is not initialized.
3944 (struct gdbarch_data): Delete member "free".
3945 (register_gdbarch_data): Do not initialize "free".
3946 * gdbarch.h, gdbarch.c: Re-generate.
3947
3948 2003-07-22 Andrew Cagney <cagney@redhat.com>
3949
3950 * configure.in (build_warnings): Add -Wformat-nonliteral.
3951 * configure: Re-generate.
3952
3953 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3954
3955 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3956
3957 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3958
3959 * findvar.c (read_var_value): Remove case for thread local storage
3960 variables. It is now entirely handled by the dwarf2 location
3961 expression code.
3962 * printcmd.c (address_info): Ditto.
3963 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3964 enumeration value.
3965 (struct symbol): Remove objfile field, which was used by
3966 LOC_THREAD_LOCAL_STATIC only.
3967 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3968 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3969 usage of objfile pointer.
3970 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3971 thread local variables.
3972 Add include of objfiles.h.
3973 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3974 storage variables.
3975 * Makefile.in (dwarf2loc.o): Update dependencies.
3976
3977 2003-07-22 Andrew Cagney <cagney@redhat.com>
3978
3979 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3980 get_frame_base.
3981 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3982 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3983 (struct value): Add opaque declaration.
3984 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3985
3986 2003-07-21 Andrew Cagney <cagney@redhat.com>
3987
3988 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3989 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3990
3991 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3992
3993 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3994 regcache_cooked_read_unsigned instead of read_register.
3995 (m68hc11_saved_pc_after_call): Likewise.
3996 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3997 instead of write_register.
3998 (m68hc11_register_type): New function.
3999 (m68hc11_register_virtual_type): Remove.
4000 (m68hc11_store_return_value): Convert to use the regcache.
4001 (m68hc11_extract_struct_value_address): Likewise.
4002 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4003 m68hc11_register_type; undeprecate store_return_value and
4004 extract_struct_value_address.
4005
4006 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4007
4008 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4009 and translate to use regcache.
4010 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4011
4012 2003-07-18 Andrew Cagney <cagney@redhat.com>
4013
4014 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4015 * gdbarch.h, gdbarch.c: Re-generate.
4016 * i386-tdep.c (i386_gdbarch_init): Do not set
4017 DWARF2_BUILD_FRAME_INFO.
4018 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4019 unconditionally.
4020 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4021 DWARF2_BUILD_FRAME_INFO.
4022
4023 2003-07-18 Andrew Cagney <cagney@redhat.com>
4024
4025 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4026 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4027
4028 2003-07-18 Andrew Cagney <cagney@redhat.com>
4029
4030 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4031 frame_unwind_address_in_block, instead of frame_pc_unwind.
4032 (dwarf2_frame_cache): Ditto.
4033
4034 2003-07-18 Andrew Cagney <cagney@redhat.com>
4035
4036 * user-regs.h (struct gdbarch): Declare opaque.
4037 * ui-out.h (struct ui_file): Declare opaque.
4038 * dwarf2-frame.h (struct frame_info): Declare opaque.
4039
4040 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4041
4042 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4043 #include "...".
4044 (procfs_meminfo): Change strerror to safe_strerror.
4045 (procfs_can_run): Remove K&R badness.
4046
4047 2003-07-17 Michael Snyder <msnyder@redhat.com>
4048
4049 * remote-sim.c: Comment typo fix.
4050
4051 2003-07-17 Andrew Cagney <cagney@redhat.com>
4052
4053 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4054 configure.
4055 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4056 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4057 GDB_MULTI_ARCH_PARTIAL.
4058
4059 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4060
4061 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4062 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4063 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4064
4065 2003-07-16 Theodore A. Roth <troth@openavr.org>
4066
4067 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4068 found.
4069 (avr_frame_unwind_cache): Don't unwind FP for main.
4070 Update a comment.
4071 Save the computed prev_sp.
4072 (avr_saved_regs_unwinder): Remove function.
4073 (avr_frame_prev_register): Use PC unwind logic from
4074 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4075
4076 2003-07-16 Andrew Cagney <cagney@redhat.com>
4077
4078 * frame-base.h (frame_base_p_ftype): Delete definition.
4079 (frame_base_append_predicate): Delete declaration.
4080 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4081 (frame_unwind_append_predicate): Delete declaration.
4082 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4083 (append_predicate): Delete parameter "p".
4084 (frame_unwind_append_predicate): Delete function.
4085 (frame_unwind_append_sniffer): Update call to append_predicate.
4086 (frame_unwind_free): Delete function.
4087 (_initialize_frame_unwind): Pass NULL as "free" to
4088 register_gdbarch_data.
4089 (frame_unwind_init): Append the dummy_frame_sniffer.
4090 (frame_unwind_find_by_frame): Simplify.
4091 * frame-base.c (struct frame_base_table): Delete field "p".
4092 (append_predicate): Delete parameter "p".
4093 (frame_base_append_predicate): Delete function.
4094 (frame_base_append_sniffer): Update call to append_predicate.
4095 (frame_base_free): Delete function.
4096 (frame_base_find_by_frame): Simplify.
4097 (_initialize_frame_base): Pass NULL as "free" to
4098 register_gdbarch_data.
4099 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4100 (x86_64_sigtramp_frame_sniffer): Replace
4101 "x86_64_sigtramp_frame_p".
4102 (x86_64_init_abi): Set the frame unwind sniffers.
4103 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4104 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4105 (m68k_gdbarch_init): Set the frame unwind sniffers.
4106 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4107 "i386_sigtramp_frame_p".
4108 (i386_frame_sniffer): Replace "i386_frame_p".
4109 (i386_gdbarch_init): Set the frame unwind sniffers.
4110 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4111 (avr_gdbarch_init): Set the frame unwind sniffers.
4112 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4113 "alpha_sigtramp_frame_p"
4114 (alpha_heuristic_frame_sniffer): Replace
4115 "alpha_heuristic_frame_p".
4116 (alpha_gdbarch_init): Set the frame unwind sniffers.
4117 (alpha_dwarf2_init_abi): Ditto.
4118 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4119 "alpha_debug_frame_p".
4120 (alpha_mdebug_frame_base_sniffer): Replace
4121 "alpha_mdebug_frame_base_p".
4122 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4123 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4124 (d10v_gdbarch_init): Set the frame unwind sniffer.
4125 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4126 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4127 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4128 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4129 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4130 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4131
4132 2003-07-16 Michael Snyder <msnyder@redhat.com>
4133
4134 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4135 should go thru sh_dsp_register_sim_regno, else the dsp regs
4136 will not get the right values.
4137
4138 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4139
4140 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4141 deprecated_store_floating by call to store_typed_floating.
4142 (sh_sh4_register_convert_to_raw): Substitute call to
4143 deprecated_extract_floating by call to extract_typed_floating.
4144
4145 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4146
4147 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4148
4149 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4150
4151 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4152 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4153 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4154 as possible.
4155 (do_pseudo_register): Remove.
4156 (sh_push_dummy_code): New function.
4157 (sh64_store_struct_return): Rename from sh_store_struct_return.
4158 Only called for sh64 now.
4159 (sh_extract_struct_value_address): Regcache'ify.
4160 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4161 and accomodate new tasks.
4162 (sh64_push_return_address): Rename from sh_push_return_address.
4163 Only called for sh64 now.
4164 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4165 Regcache'ify.
4166 (sh3e_sh4_extract_return_value): Regcache'ify.
4167 (sh_default_store_return_value): Ditto.
4168 (sh3e_sh4_store_return_value): Ditto.
4169 (sh_default_register_byte): Remove.
4170 (sh_sh4_register_byte): Remove.
4171 (sh_default_register_raw_size): Remove.
4172 (sh_sh4_register_raw_size): Remove.
4173 (sh_register_virtual_size): Remove.
4174 (sh_sh3e_register_virtual_type): Remove.
4175 (sh_sh3e_register_type): New function.
4176 (sh_sh4_register_virtual_type): Remove.
4177 (sh_sh4_register_type): New function.
4178 (sh_default_register_virtual_type): Remove.
4179 (sh_default_register_type): New function.
4180 (do_fv_register_info): Add parameters to accomodate call from
4181 sh_print_registers_info.
4182 (do_dr_register_info): Ditto.
4183 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4184 Add parameters to accomodate call from sh_print_registers_info.
4185 (sh_do_fp_register): Ditto.
4186 (sh64_do_pseudo_register): Call do_dr_register_info,
4187 do_fv_register_info and sh_do_fp_register with default parameters.
4188 (sh_do_register): Add parameters to accomodate call from
4189 sh_print_registers_info.
4190 (sh_print_register): Ditto.
4191 (sh_print_registers_info): Rename from sh_do_registers_info.
4192 Add parameters to be used as gdbarch_print_registers_info
4193 implementation. Accomodate removed do_pseudo_register function
4194 pointer.
4195 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4196 function pointer. Call sh_print_register with default parameters.
4197 (sh64_do_registers_info): Call sh_print_registers_info instead of
4198 sh_do_registers_info.
4199 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4200 detection of deprecated vs. non-deprecated functionality.
4201 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4202 function pointer assignments by direct function calls.
4203
4204 2003-07-15 Andrew Cagney <cagney@redhat.com>
4205
4206 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4207 (frame_register_unwind, create_new_frame): Ditto.
4208 (legacy_get_prev_frame, get_frame_type): Ditto.
4209 (get_frame_base_address): Use frame_base_find_by_frame.
4210 (get_frame_locals_address): Use frame_base_find_by_frame.
4211 (get_frame_args_address): Use frame_base_find_by_frame.
4212 * frame-base.h (frame_base_sniffer_ftype): Declare.
4213 (frame_base_append_sniffer): Declare.
4214 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4215 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4216 (frame_base_append_sniffer): New function.
4217 (frame_base_append_predicate): Add a NULL sniffer.
4218 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4219 (struct frame_base_table): Add "sniffer".
4220 (frame_base_free): Free the "sniffer" table.
4221 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4222 (frame_unwind_append_sniffer): Declare.
4223 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4224 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4225 (struct frame_unwind_table): Add "sniffer", delete "middle".
4226 (append_predicate): Add "sniffer" parameter, append the sniffer.
4227 (frame_unwind_init): Update append_predicate call.
4228 (frame_unwind_append_sniffer): New function.
4229 (frame_unwind_append_predicate): Update append_predicate call.
4230 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4231
4232 2003-07-15 Andrew Cagney <cagney@redhat.com>
4233
4234 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4235 before code inhibiting repeated unwind attempts. Add to
4236 commentary on that test's problems.
4237 * blockframe.c (inside_main_func): Look for "main" in the minimal
4238 symbol table.
4239 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4240 identical.
4241
4242 2003-07-15 Andrew Cagney <cagney@redhat.com>
4243
4244 * complaints.c (struct explanation): Define.
4245 (struct complaints): Change type of "explanation" to "struct
4246 explanation".
4247 (symfile_explanations): Convert to a "struct explanation" table.
4248 (vcomplaint): Update.
4249
4250 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4251
4252 * x86-64-linux-nat.c (regmap): Removed.
4253 (supply_gregset, fill_gregset): Call
4254 x86_64_linux_(fill,supply)_gregset functions.
4255 * x86-64-linux-tdep.c (USER_*): New defines.
4256 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4257 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4258 New functions.
4259 (fetch_core_registers): Ditto.
4260 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4261 * x86-64-linux-tdep.h: New file.
4262 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4263 and core-regset.o.
4264 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4265
4266 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4267
4268 * x86-64-tdep.c (x86_64_store_return_value): Use
4269 regcache_cooked_write_part instead of regcache_cooked_write.
4270
4271 * configure.host: Add x86_64-*-freebsd*.
4272 * configure.tgt: Add x86_64-*-freebsd*.
4273 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4274 * amd64fbsd-nat.c: New file.
4275 * amd64fbsd-tdep.c: New file.
4276 * config/i386/nm-fbsd64.h: New file.
4277 * config/i386/fbsd64.mh: New file.
4278 * config/i386/fbsd64.mt: New file.
4279
4280 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4281
4282 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4283 `sc_regs_offset' and `sc_fpregs_offset'.
4284 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4285 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4286 (alpha_sigtramp_register_address): Rewrite to use new members of
4287 `struct gdbarch_tdep'.
4288 (alpha_gdbarch_init): Initialize new members of struct
4289 gdbarch_tdep'.
4290 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4291 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4292 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4293 (alphafbsd_pc_in_sigtramp): Implement.
4294 (alphafbsd_sigtramp_offset): New function.
4295 (alphafbsd_sigcontext_addr): New function.
4296 (alphafbsd_init_abi): Initialize signal trampoline related members
4297 of `struct gdbarch_tdep'.
4298 (_initialize_alphafbsd_tdep): Add prototype.
4299
4300 2003-07-11 Theodore A. Roth <troth@openavr.org>
4301
4302 * Makefile.in (install-only): Quote sed expression when generating
4303 transformed_name.
4304
4305 2003-07-11 Richard Henderson <rth@redhat.com>
4306
4307 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4308 * dwarf2-frame.c: Include complaints.h.
4309 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4310 variable initialization; return NULL on error.
4311 (decode_frame_entry): New.
4312
4313 2003-07-11 Andrew Cagney <cagney@redhat.com>
4314
4315 * frame.h (frame_address_in_block): Delete declaration.
4316 * blockframe.c (frame_address_in_block): Delete function.
4317 (get_frame_block): Use get_frame_address_in_block.
4318 (block_innermost_frame): Ditto.
4319 * stack.c (print_frame, backtrace_command_1): Ditto.
4320
4321 * frame.h (get_frame_address_in_block): Declare.
4322 (frame_unwind_address_in_block): Declare.
4323 * frame.c (frame_unwind_address_in_block): New function.
4324 (get_frame_address_in_block): New function.
4325
4326 2003-07-10 Andrew Cagney <cagney@redhat.com>
4327
4328 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4329 pre-default. Note: re-generate has no effect.
4330
4331 2003-07-10 Andrew Cagney <cagney@redhat.com>
4332
4333 * gdbarch.sh: When a variable, but not a function, compare against
4334 0. Fix problem in previous patch.
4335 * gdbarch.c: Re-generate.
4336
4337 2003-07-10 Andrew Cagney <cagney@redhat.com>
4338
4339 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4340 functions against NULL, not 0.
4341 * gdbarch.c: Re-generate.
4342
4343 2003-07-10 Fred Fish <fnf@ninemoons.com>
4344
4345 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4346 null string instead of a null pointer.
4347 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4348
4349 2003-07-09 Michael Snyder <msnyder@redhat.com>
4350
4351 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4352
4353 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4354
4355 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4356 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4357 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4358 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4359 * x86-64-tdep.c: ... from here.
4360
4361 2003-07-09 Andreas Schwab <schwab@suse.de>
4362
4363 * m68k-tdep.h (enum struct_return): Define.
4364 (struct gdbarch_tdep): Add struct_return.
4365 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4366 bytes are padded to the right, not to the left. Pass struct value
4367 address in register %a1, not on stack.
4368 (m68k_use_struct_convention): New function.
4369 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4370 struct_return in tdep to pcc_struct_return.
4371 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4372 reg_struct_return.
4373
4374 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4375
4376 * somread.c (som_symfile_offsets): Fix compilation error.
4377
4378 2003-07-09 Andrew Cagney <cagney@redhat.com>
4379
4380 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4381 Add comments about the checks.
4382
4383 2003-07-08 Andrew Cagney <cagney@redhat.com>
4384
4385 * Makefile.in: Make dependency section headers consistent.
4386 (config_h): Move to $BUILD headers section.
4387 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4388 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4389 (ada-exp.tab.c): Move to YACC/LEX section.
4390 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4391 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4392
4393 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4394
4395 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4396 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4397 of strerror with safe_strerror, use ISO C function definitions,
4398 and replace instances of sprintf with snprintf.
4399
4400 2003-07-07 Andrew Cagney <cagney@redhat.com>
4401
4402 * frame.c (get_prev_frame): Enable check for identical frames.
4403 Update comments. Update error messages.
4404
4405 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4406
4407 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4408
4409 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4410
4411 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4412 sort_symtab_syms, no longer necessary.
4413
4414 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4415
4416 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4417
4418 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4419
4420 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4421 (mips_register_byte): Likewise.
4422
4423 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4424
4425 * Makefile.in (sparc_tdep_h): New.
4426 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4427 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4428 * sparc-linux-nat.c: Include "sparc-tdep.h".
4429 * sparc-nat.c: Likewise.
4430 * sparc-tdep.c: Likewise.
4431 * sparc64nbsd-nat.c: Likewise.
4432 * sparcnbsd-nat.c: Likewise.
4433 * sparcnbsd-tdep.c: Likewise.
4434 * sparc-tdep.h: New file.
4435 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4436 and sparc_npc_regnum.
4437
4438 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4439
4440 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4441 (mips_linux_cannot_store_register): List supported instead of
4442 unsupported registers.
4443
4444 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4445
4446 * disasm.c (dump_insns): Separate instructions from addresses.
4447
4448 2003-07-07 Andreas Schwab <schwab@suse.de>
4449
4450 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4451 dependencies.
4452 * m68k-tdep.c (NUM_FREGS): Delete.
4453 (SIG_PC_FP_OFFSET): Delete.
4454 (TARGET_M68K): Delete.
4455 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4456 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4457 P_MOVEL_SP, P_MOVEML_SP): Define.
4458 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4459 P_TRAP): Delete.
4460 (m68k_register_raw_size): Delete.
4461 (m68k_register_virtual_size): Delete.
4462 (m68k_register_type): Renamed from m68k_register_virtual_type and
4463 add gdbarch argument.
4464 (m68k_store_struct_return): Delete.
4465 (m68k_deprecated_extract_return_value): Delete.
4466 (m68k_deprecated_extract_struct_value_address): Delete.
4467 (m68k_frame_chain): Delete.
4468 (m68k_frame_saved_pc): Delete.
4469 (m68k_fix_call_dummy): Delete.
4470 (m68k_push_dummy_frame): Delete.
4471 (m68k_pop_frame): Delete.
4472 (m68k_extract_return_value): New function.
4473 (m68k_store_return_value): Rewrite using regcache.
4474 (m68k_extract_struct_value_address): Rewrite using regcache.
4475 (m68k_push_dummy_call): New function.
4476 (struct m68k_frame_cache): Define.
4477 (m68k_alloc_frame_cache): New function.
4478 (m68k_analyze_frame_setup): New function.
4479 (m68k_analyze_register_saves): New function.
4480 (m68k_analyze_prologue): New function.
4481 (m68k_skip_prologue): Rewrite using above functions.
4482 (m68k_unwind_pc): New function.
4483 (m68k_frame_cache): New function.
4484 (m68k_frame_this_id): New function.
4485 (m68k_frame_prev_register): New function.
4486 (m68k_frame_unwind): New variable.
4487 (m68k_frame_p): New function.
4488 (m68k_sigtramp_frame_cache): New function.
4489 (m68k_sigtramp_frame_this_id): New function.
4490 (m68k_sigtramp_frame_prev_register): New function.
4491 (m68k_sigtramp_frame_unwind): New variable.
4492 (m68k_sigtramp_frame_p): New function.
4493 (m68k_frame_base_address): New function.
4494 (m68k_frame_base): New function.
4495 (m68k_unwind_dummy_id): New function.
4496 (fill_gregset): Use regcache_collect.
4497 (fill_fpregset): Likewise.
4498 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4499 defined.
4500 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4501 deprecated_init_frame_pc, deprecated_store_struct_return,
4502 deprecated_extract_return_value, deprecated_store_return_value,
4503 deprecated_frame_chain, deprecated_frame_saved_pc,
4504 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4505 deprecated_register_virtual_size,
4506 deprecated_max_register_raw_size,
4507 deprecated_max_register_virtual_size,
4508 deprecated_register_virtual_type, deprecated_register_size,
4509 deprecated_register_byte, deprecated_register_bytes,
4510 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4511 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4512 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4513 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4514 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4515 deprecated_push_dummy_frame, deprecated_pop_frame,
4516 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4517 only if SYSCALL_TRAP is defined. Set extract_return_value,
4518 store_return_value, extract_struct_value_address, register_type,
4519 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4520 predicates.
4521 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4522 M68K_MAX_REGISTER_SIZE): Define.
4523 (struct m68k_sigtramp_info): Define.
4524 (struct gdbarch_tdep): Add get_sigtramp_info.
4525 * m68klinux-nat.c (fetch_register): Use register_size instead of
4526 REGISTER_RAW_SIZE. Don't put assignment in if.
4527 (store_register): Likewise.
4528 (fetch_inferior_registers): Likewise.
4529 (store_inferior_registers): Likewise.
4530 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4531 (m68k_linux_frame_saved_pc): Delete.
4532 (m68k_linux_sigcontext_reg_offset,
4533 m68k_linux_ucontext_reg_offset): Define.
4534 (m68k_linux_get_sigtramp_info): New function.
4535 (m68k_linux_extract_return_value): Rewrite using regcache.
4536 (m68k_linux_store_return_value): Likewise.
4537 (m68k_linux_extract_struct_value_address): Likewise.
4538 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4539 Don't set deprecated_frame_saved_pc,
4540 deprecated_extract_return_value, deprecated_store_return_value,
4541 deprecated_extract_struct_value_address. Set
4542 extract_return_value, store_return_value,
4543 extract_struct_value_address.
4544
4545 2003-07-07 Andrew Cagney <cagney@redhat.com>
4546
4547 * expprint.c: Include "user-regs.h" instead of "frame.h".
4548 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4549 frame_map_regnum_to_name.
4550 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4551 (frame_map_name_to_regnum): Simplify, call
4552 user_reg_map_name_to_regnum.
4553 (frame_map_regnum_to_name): Simplify, call
4554 user_reg_map_regnum_to_name.
4555 (frame_register_unwind): Update.
4556 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4557 (_initialize_frame_reg): Call user_reg_add_builtin.
4558 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4559 (value_of_register): Use value_of_user_reg.
4560 * eval.c (evaluate_subexp_standard): Update.
4561 * parse.c (write_dollar_variable): Update.
4562 * d10v-tdep.c (d10v_print_registers_info): Update.
4563 * infcmd.c (registers_info): Update.
4564 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4565 (builtin_regs_h): Delete macro.
4566 (user_regs_h): Define.
4567 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4568 (builtin-regs.o): Delete target.
4569 (user-regs.o): Specify dependencies.
4570 (expprint.o): Update dependencies.
4571 (findvar.o): Update dependencies.
4572 (frame.o): Update dependencies.
4573 (std-regs.o): Update dependencies.
4574
4575 2003-07-06 Christopher Faylor <cgf@redhat.com>
4576
4577 * win32-nat.c (solib_symbols_add): Use one variable for all section
4578 address stuff. Pass variable rather than address of variable to
4579 safe_symbol_file_add.
4580
4581 2003-07-06 Andreas Schwab <schwab@suse.de>
4582
4583 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4584
4585 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4586
4587 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4588
4589 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4590
4591 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4592
4593 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4594
4595 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4596 * config/i386/nto.mh: New file.
4597 * config/i386/nm-nto.h: New file.
4598 * configure.host: Add i[3456]86-*-nto*.
4599
4600 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4601
4602 * remote-vx.c (vx_add_symbols): Fix compilation error.
4603
4604 2003-07-03 Andrew Cagney <cagney@redhat.com>
4605
4606 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4607 * gdbarch.h, gdbarch.c: Re-generate.
4608 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4609 (legacy_register_name): Declare.
4610 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4611 (REGISTER_NAME): Define.
4612 * sparc-tdep.c (legacy_register_name): New function.
4613 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4614 (REGISTER_NAME): Define.
4615 (hppa64_register_name): Declare.
4616 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4617 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4618 (hppa64_register_name): New function.
4619 (hppa_register_name): New function.
4620 * arch-utils.c (legacy_register_name): Delete.
4621 * arch-utils.h (legacy_register_name): Delete.
4622
4623 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * cli/cli-interp.c (cli_interpreter_resume): Update the
4626 cli_uiout's stream to gdb_stdout.
4627
4628 2003-07-03 Andrew Cagney <cagney@redhat.com>
4629
4630 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4631 predicate.
4632 * gdbarch.h, gdbarch.c: Re-generate.
4633 * regcache.c (init_regcache_descr): Use legacy code when either
4634 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4635
4636 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4637
4638 * NEWS: Move "set logging" entry into GDB 6.0 section.
4639
4640 2003-07-02 Jim Blandy <jimb@redhat.com>
4641
4642 * s390-tdep.c (struct frame_extra_info): new member:
4643 'stack_bought_valid'.
4644 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4645 initialize fextra_info->stack_bought.
4646 (s390_frameless_function_invocation): Don't trust the value of
4647 fextra_info_ptr->stack_bought unless
4648 fextra_info->stack_bought_valid is set.
4649
4650 New S390 prologue analyzer.
4651 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4652 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4653 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4654 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4655 compute_x_addr, s390_on_stack, s390_store,
4656 s390_get_signal_frame_info): New functions.
4657 (S390_NUM_SPILL_SLOTS): New macro.
4658 (s390_get_frame_info): Rewritten.
4659 (is_arg_reg): Deleted.
4660
4661 Break out the decoding of S/390 instructions into separate
4662 functions, to make it more legible, and easier to check
4663 against the spec.
4664 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4665 is_rx, is_rxe): New functions.
4666 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4667 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4668 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4669 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4670 enums for opcode values. (Is this an improvement?)
4671
4672 2003-07-02 Andrew Cagney <cagney@redhat.com>
4673
4674 * i386-tdep.c: Revert change committed as part of trad-frame code
4675 below.
4676
4677 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4678
4679 * breakpoint.c (insert_catchpoint): Make static.
4680
4681 2003-07-02 Andreas Schwab <schwab@suse.de>
4682
4683 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4684 former ia64_push_arguments and ia64_push_return_address, and use
4685 regcache functions instead of read/write_register.
4686 (ia64_gdbarch_init): Set push_dummy_call instead of
4687 deprecated_push_arguments and deprecated_push_return_address.
4688
4689 2003-07-01 Andreas Jaeger <aj@suse.de>
4690
4691 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4692 before the call.
4693 Set %rax only to number of SSE registers used.
4694
4695 2003-07-01 Andrew Cagney <cagney@redhat.com>
4696
4697 * trad-frame.h: Update comments, a -1 .addr is reserved.
4698 (trad_frame_value_p, trad_frame_addr_p): Declare.
4699 (trad_frame_reg_p): Declare.
4700 (trad_frame_set_value): Rename trad_frame_register_value.
4701 (trad_frame_set_unknown): Declare.
4702 * trad-frame.c (trad_frame_realreg_p): New function.
4703 (trad_frame_addr_p, trad_frame_value_p): New function.
4704 (trad_frame_set_unknown): New function.
4705 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4706 (trad_frame_prev_register): Use trad_frame_realreg_p,
4707 trad_frame_addr_p and trad_frame_value_p.
4708 (trad_frame_set_value): Rename trad_frame_register_value.
4709 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4710 and trad_frame_set_value.
4711
4712 2003-06-30 Jim Blandy <jimb@redhat.com>
4713
4714 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4715 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4716 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4717 for 16 registers, and then 32 more bytes.
4718 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4719 New macros.
4720 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4721 Move up in the file, since it's now used by is_simple_arg.
4722 (is_simple_arg): Don't assume registers are four bytes long.
4723 Exclude all double arguments. Extended floats are not simple
4724 args.
4725 (is_power_of_two): New function.
4726 (pass_by_copy_ref): Call is_power_of_two, and check that the
4727 length fits in a register, rather than listing all the acceptable
4728 sizes. Extended floats are not passed by reference.
4729 (s390_push_arguments): Don't assume registers are four bytes long.
4730 Reserve an argument register to point to the buffer for structures
4731 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4732 S390_STACK_FRAME_OVERHEAD.
4733
4734 2003-06-30 Andreas Schwab <schwab@suse.de>
4735
4736 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4737 format error message.
4738
4739 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4740
4741 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4742
4743 2003-06-30 David Carlton <carlton@kealia.com>
4744
4745 Band-aid for PR c++/1245.
4746 * Makefile.in (cp-support.o): Depend on complaints_h.
4747 * cp-support.c: Include complaints.h. Add declaration for
4748 find_last_component.
4749 (cp_find_first_component): Separate code into
4750 cp_find_first_component_aux.
4751 (cp_find_first_component_aux): Call demangled_name_complaint.
4752 (demangled_name_complaint): New.
4753
4754 2003-06-30 Andrew Cagney <cagney@redhat.com>
4755
4756 * remote.c (remote_write_bytes): Explicitly compute and then use
4757 the payload size. Update comments to reflect. Fixes problem of
4758 GDB not sending small packets as found by Fred Fish.
4759
4760 2003-06-30 Andrew Cagney <cagney@redhat.com>
4761
4762 * remote.c (remote_async_wait): Fix -Wformat problem.
4763
4764 2003-06-29 Andrew Cagney <cagney@redhat.com>
4765
4766 * remote.c (remote_wait): Call error, and not warning, when the
4767 packet is corrupt.
4768 (remote_async_wait): Ditto.
4769
4770 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4771
4772 * sparc-tdep.c (sparc_y_regnum): Make external again.
4773
4774 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4775
4776 * cli/cli-logging.c (pop_output_files): Add void to function
4777 definition.
4778
4779 2003-06-29 Andrew Cagney <cagney@redhat.com>
4780
4781 * frame.c (frame_register_unwind): Use unsigned char when dumping
4782 the buffer contents.
4783
4784 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4785
4786 * cli/cli-logging.c: New file.
4787 * cli-out.c (struct ui_out_data): Add original_stream.
4788 (cli_redirect): New function.
4789 (cli_ui_out_impl): Add cli_redirect.
4790 (cli_out_new): Initialize original_stream.
4791 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4792 (uo_redirect, ui_out_redirect): New.
4793 * ui-out.h (struct ui_out_impl): Add redirect member.
4794 (redirect_ftype): New.
4795 (ui_out_redirect): Add prototype.
4796 * Makefile.in: Add rules for cli-logging.c.
4797 * NEWS: Mention "set logging".
4798
4799 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4800
4801 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4802
4803 2003-06-27 Andrew Cagney <cagney@redhat.com>
4804
4805 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4806 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4807 * avr-tdep.c (avr_call_dummy_address): Delete function.
4808 (avr_gdbarch_init): Do not set call_dummy_address.
4809
4810 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4811
4812 * symfile.c (syms_from_objfile): Move variables to inner block.
4813 Move the checks for the non-mainline case a bit earlier to avoid
4814 doing some useless computations.
4815
4816 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4817
4818 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4819
4820 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4821
4822 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4823 sections.
4824
4825 2003-06-26 Michael Chastain <mec@shout.net>
4826
4827 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4828 gdb/testsuite/gdb.c++/pr-1210.exp.
4829
4830 2003-06-26 Andrew Cagney <cagney@redhat.com>
4831
4832 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4833 altivec_expression.h and altivec_registers.h.
4834
4835 2003-06-26 Andrew Cagney <cagney@redhat.com>
4836
4837 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4838 info->mach when MIPS16. Patch suggested by Fred Fish.
4839
4840 2003-06-26 Andrew Cagney <cagney@redhat.com>
4841
4842 * utils.c (internal_vproblem): Print the problem to a reason
4843 buffer and then pass to query. Make the msg variable more local.
4844
4845 2003-06-26 Andrew Cagney <cagney@redhat.com>
4846
4847 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4848 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4849 * gdbarch.h, gdbarch.c: Re-generate.
4850 * frame-base.c (default_frame_args_address): Update. Use
4851 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4852 not available.
4853 (default_frame_locals_address): Ditto for
4854 DEPRECATED_FRAME_LOCALS_ADDRESS.
4855 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4856 (vax_frame_num_args): Update.
4857 (vax_gdbarch_init): Update.
4858 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4859 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4860 * mcore-tdep.c (mcore_gdbarch_init): Update.
4861 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4862 * ia64-tdep.c (ia64_gdbarch_init): Update.
4863 * symtab.h (address_class): Update comments.
4864 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4865 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4866 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4867 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4868 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4869 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4870 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4871 * alpha-mdebug-tdep.c: Update.
4872 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4873
4874 2003-06-26 Andreas Jaeger <aj@suse.de>
4875
4876 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4877 of SSE registers so that varargs functions work. Rework handling
4878 of passing arguments on the stack.
4879 (x86_64_store_return_value): Return double and float values in SSE
4880 register.
4881
4882 2003-06-24 Michael Chastain <mec@shout.net>
4883
4884 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4885 the "constructor breakpoints ignored" bug.
4886
4887 2003-06-25 David Carlton <carlton@kealia.com>
4888
4889 * MAINTAINERS: Update e-mail address.
4890
4891 2003-06-24 Jim Blandy <jimb@redhat.com>
4892
4893 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4894
4895 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4896 function.
4897 (ppc_linux_init_abi): Register it as the
4898 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4899
4900 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4901 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4902 method.
4903
4904 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4905 (ppc64_standard_linkage_target): Use it.
4906
4907 2003-06-23 Andrew Cagney <cagney@redhat.com>
4908
4909 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4910 for 0 "int0" and 4 "int32" sized registers.
4911 * gdbtypes.c (builtin_type_int0): Define.
4912 (build_gdbtypes): Initialize builtin_type_int0.
4913 * gdbtypes.h (builtin_type_int0): Declare.
4914
4915 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4916
4917 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4918 as characters are unsigned.
4919
4920 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4921
4922 PR gdb/1179
4923 * dwarfread.c (struct_type): Skip static fields without crashing.
4924
4925 2003-06-22 Andrew Cagney <cagney@redhat.com>
4926
4927 GDB 6.0 branch created.
4928 * README: Update.
4929 * PROBLEMS: Update. Empty.
4930 * NEWS: Update.
4931
4932 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4933
4934 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4935 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4936
4937 2003-06-22 Andrew Cagney <cagney@redhat.com>
4938
4939 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4940 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4941 Velikov.
4942
4943 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4944
4945 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4946 compilers.
4947
4948 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4949
4950 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4951 argument of val_print.
4952 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4953 to the address argument of baseclass_offset or target_read_memory.
4954 Do add it to the argument of cp_print_value_fields.
4955
4956 2003-06-21 Andrew Cagney <cagney@redhat.com>
4957
4958 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4959 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4960 instead of 0..NUM_REGS.
4961 (mips_register_reggroup_p): New function.
4962 (mips_pseudo_register_write): New function.
4963 (mips_pseudo_register_read): New function.
4964 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4965 based on the register's type.
4966 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4967 cooked.
4968 (mips_get_saved_register): Simplify. Assert that REGNO is a
4969 pseudo / cooked.
4970 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4971 (mips_register_type): Replace mips_register_virtual_type. Map
4972 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4973 when available.
4974 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4975 that the register is cooked / virtual.
4976 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4977 Only get the extra info when needed.
4978 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4979 (mips32_heuristic_proc_desc): Fetch the cooked register.
4980 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4981 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4982 (mips_print_register): Use gdbarch_register_type, instead of
4983 REGISTER_VIRTUAL_TYPE.
4984 (print_gp_register_row): Use gdbarch_register_type, instead of
4985 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4986 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4987 Print the pseudo / cooked registers.
4988 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4989 Print the pseudo / cooked registers.
4990 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4991 REG_NUM is pseudo / cooked.
4992 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4993 (mips_n32n64_xfer_return_value): Ditto.
4994 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4995 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4996 (mips_register_sim_regno): New function.
4997 (mips_gdbarch_init): Set deprecated_register_byte,
4998 register_group_p, pseudo_register_write, pseudo_register_read,
4999 register_sim_regno, and num_pseudo_regs. Set register_type,
5000 instead of register_virtual_type.
5001 * Makefile.in (mips-tdep.o): Update dependencies.
5002 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5003 REGISTER_VIRTUAL_TYPE.
5004 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5005 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5006 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5007 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5008 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5009
5010 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5011
5012 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5013 * cli/cli-cmds.c: Include "gdb_vfork.h".
5014 (shell_escape): Use vfork.
5015
5016 2003-06-21 Andrew Cagney <cagney@redhat.com>
5017
5018 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5019 32 bit floating-point register saves.
5020
5021 * frame.h (deprecated_unwind_get_saved_register): Delete.
5022 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5023 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5024 and deprecated_get_next_frame_hack instead of
5025 deprecated_unwind_get_saved_register.
5026
5027 * mips-tdep.c (mips_dump_tdep): Do not print
5028 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5029
5030 * frame.c (get_frame_register): New function.
5031 (frame_unwind_register_signed): New function.
5032 (get_frame_register_signed): New function.
5033 (frame_unwind_register_unsigned): New function.
5034 (get_frame_register_unsigned): New function.
5035 * frame.h: Add comments on naming schema.
5036 (get_frame_register, frame_unwind_register_signed): Declare.
5037 (get_frame_register_signed, get_frame_register_signed): Declare.
5038 (frame_unwind_register_unsigned): Declare.
5039 (get_frame_register_unsigned): Declare.
5040
5041 2003-06-20 Theodore A. Roth <troth@openavr.org>
5042
5043 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5044
5045 2003-06-20 Theodore A. Roth <troth@openavr.org>
5046
5047 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5048 (avr_read_sp): Ditto.
5049
5050 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5051
5052 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5053 * config/arm/nm-linux.h: Likewise.
5054 * config/arm/tm-linux.h: Likewise.
5055 * config/ia64/nm-linux.h: Likewise.
5056 * config/ia64/tm-ia64.h: Likewise.
5057 * config/s390/tm-linux.h: Likewise.
5058 * config/s390/tm-s390.h: Likewise.
5059 * s390-nat.c: Likewise.
5060 * s390-tdep.c: Likewise.
5061
5062 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5063 * config/ia64/linux.mt: Likewise.
5064 * config/m68k/linux.mh: Likewise.
5065 * config/mips/linux.mt: Likewise.
5066 * config/powerpc/linux.mh: Likewise.
5067 * config/sh/linux.mt: Likewise.
5068
5069 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5070
5071 * solib.c (solib_open): Change tests for whether to search
5072 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5073 comments.
5074
5075 2003-06-19 Theodore A. Roth <troth@openavr.org>
5076
5077 * avr-tdep.c (avr_frame_address): Delete function.
5078 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5079 set_gdbarch_frame_args_address.
5080
5081 2003-06-19 Andrew Cagney <cagney@redhat.com>
5082
5083 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5084 (REGISTER_CONVERT_FROM_TYPE): Delete.
5085 (mips_register_convert_to_type): Delete declaration.
5086 (mips_register_convert_from_type): Delete declaration.
5087 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5088 kernel/.
5089
5090 2003-06-19 Michael Snyder <msnyder@redhat.com>
5091
5092 * linux-nat.h: New file.
5093 * linux-nat.c: Include linux-nat.h.
5094 * lin-lwp.c: Include linux-nat.h.
5095 Move struct lwp_info def to linux-nat.h.
5096 * linux-proc.c: Include linux-nat.h.
5097 (linux_make_note_section): Iterate over lwps instead of threads.
5098 (linux_do_thread_registers): Use lwp instead of merged pid.
5099 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5100 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5101 Add dependency on linux_nat_h.
5102
5103 2003-06-19 Theodore A. Roth <troth@openavr.org>
5104
5105 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5106
5107 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5108
5109 * varobj.c (get_type, get_target_type): Use check_typedef.
5110
5111 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5112
5113 * breakpoint.c (insert_catchpoint): Call internal_error.
5114
5115 2003-06-19 Theodore A. Roth <troth@openavr.org>
5116
5117 * avr-tdep.c (avr_push_dummy_code): Delete function.
5118 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5119
5120 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5121
5122 * arch-utils.c (default_prepare_to_proceed): Remove.
5123 (generic_prepare_to_proceed): Remove.
5124 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5125 (generic_prepare_to_proceed): Remove prototype.
5126 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5127 * gdbarch.c: Regenerate.
5128 * gdbarch.h: Regenerate.
5129 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5130 * hppah-nat.c (hppa_switched_threads): Remove.
5131 * infrun.c (prepare_to_proceed): New static function, copied from
5132 generic_prepare_to_proceed. Remove select_it argument.
5133 (proceed): Call prepare_to_proceed.
5134 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5135 variables.
5136 (ptrace_wait): Don't set the removed variables.
5137 (hppa_switched_threads): Remove.
5138 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5139 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5140 (lin_lwp_prepare_to_proceed): Remove prototype.
5141 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5142 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5143
5144 2003-06-18 Theodore A. Roth <troth@openavr.org>
5145
5146 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5147 trad-frame.h.
5148 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5149 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5150 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5151 (AVR_PROLOGUE_*): Enumerate prologue types.
5152 (struct frame_extra_info): Remove.
5153 (struct avr_unwind_cache): Define.
5154 (avr_write_sp): Delete function.
5155 (avr_read_fp): Ditto.
5156 (avr_init_extra_frame_info): Ditto.
5157 (avr_pop_frame): Ditto.
5158 (avr_frame_saved_pc): Ditto.
5159 (avr_saved_pc_after_call): Ditto.
5160 (avr_push_return_address): Ditto.
5161 (avr_frame_chain): Ditto.
5162 (avr_store_struct_return): Ditto.
5163 (avr_push_arguments): Ditto.
5164 (avr_scan_prologue): Update comments. Changed to set up the info for
5165 cache unwinding. Now returns end of prologue PC.
5166 (avr_skip_prologue): Better handling of functions lacking a prologue
5167 by using avr_scan_prologue.
5168 (avr_scan_arg_moves): New function.
5169 (avr_saved_regs_unwinder): Ditto.
5170 (avr_frame_unwind_cache): Ditto.
5171 (avr_unwind_pc): Ditto.
5172 (avr_frame_this_id): Ditto.
5173 (avr_frame_prev_register): Ditto.
5174 (avr_frame_p): Ditto.
5175 (avr_frame_base_address ): Ditto.
5176 (avr_unwind_dummy_id): Ditto.
5177 (avr_push_dummy_code): Ditto.
5178 (push_stack_item): Ditto.
5179 (pop_stack_item): Ditto.
5180 (avr_push_dummy_call): Ditto.
5181 (struct stack_item): Define.
5182 (avr_frame_unwind): Declare structure.
5183 (avr_frame_base): Ditto.
5184 (avr_gdbarch_init): Remove calls to
5185 set_gdbarch_deprecated_init_frame_pc,
5186 set_gdbarch_deprecated_target_read_fp,
5187 set_gdbarch_deprecated_dummy_write_sp,
5188 set_gdbarch_deprecated_fp_regnum,
5189 set_gdbarch_deprecated_push_arguments,
5190 set_gdbarch_deprecated_push_return_address,
5191 set_gdbarch_deprecated_pop_frame,
5192 set_gdbarch_deprecated_store_struct_return,
5193 set_gdbarch_deprecated_frame_init_saved_regs,
5194 set_gdbarch_deprecated_init_extra_frame_info,
5195 set_gdbarch_deprecated_frame_chain,
5196 set_gdbarch_deprecated_frame_saved_pc,
5197 set_gdbarch_deprecated_saved_pc_after_call.
5198 Add calls to set_gdbarch_push_dummy_call,
5199 set_gdbarch_push_dummy_code,
5200 frame_unwind_append_predicate,
5201 frame_base_set_default,
5202 set_gdbarch_unwind_dummy_id,
5203 set_gdbarch_unwind_pc.
5204 Wrap a long line.
5205
5206 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5207
5208 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5209 registers for H8/300S.
5210 (h8300_print_registers_info): Ditto.
5211 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5212
5213 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5214
5215 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5216 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5217 (lin_lwp_wait): Likewise. Update comments.
5218 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5219 (pull_pid_from_list, linux_record_stopped_pid): New.
5220
5221 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5222
5223 * ada-lang.c (scan_discrim_bound): Name first argument.
5224 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5225 declared by ALL_BLOCK_SYMBOLS.
5226
5227 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5228
5229 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5230 ("regcache.h"): Include it.
5231 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5232
5233 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5234
5235 * NEWS: Mention gdbserver detach change and "disconnect" command.
5236 * infcmd.c (disconnect_command): New function.
5237 (_initialize_infcmd): Add ``disconnect'' command.
5238 * remote.c (remote_async_detach): Delete.
5239 (remote_detach): Merge remote_async_detach.
5240 (remote_disconnect): New.
5241 (init_remote_ops): Set to_disconnect.
5242 (init_remote_cisco_ops): Likewise.
5243 (init_remote_async_ops): Likewise. Use remote_detach.
5244 * target.c (cleanup_target): Default to_disconnect.
5245 (update_current_target): Inherit to_disconnect.
5246 (target_disconnect, debug_to_disconnect): New functions.
5247 (setup_target_debug): Set to_disconnect.
5248 * target.h (struct target_ops): Add to_disconnect.
5249 (target_disconnect): Add prototype.
5250
5251 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5252
5253 * breakpoint.c (insert_catchpoint): New function.
5254 (insert_breakpoints): Use catch_exceptions to call
5255 insert_catchpoint. Disable catchpoints if they fail to insert.
5256
5257 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5258
5259 * symfile.c (reread_symbols): Clear sym_private.
5260
5261 2003-06-17 Andrew Cagney <cagney@redhat.com>
5262
5263 * trad-frame.h (struct frame_info): Add opaque declaration.
5264 * remote-fileio.h (struct cmd_list_element): Add opaque
5265 declaration.
5266 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5267 comments.
5268
5269 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5270
5271 * remote.c (remote_prepare_to_store): Replace call to
5272 deprecated_read_register_bytes with multiple regcache_raw_read
5273 calls.
5274
5275 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5276
5277 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5278 (nto_find_and_open_solib): Likewise.
5279 (nto_init_solib_absolute_prefix): Likewise.
5280 (_initialize_nto_tdep): Fix indentation.
5281
5282 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5283
5284 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5285
5286 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5287
5288 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5289
5290 2003-06-17 Jim Blandy <jimb@redhat.com>
5291
5292 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5293
5294 2003-06-16 Theodore A. Roth <troth@openavr.org>
5295
5296 * avr-tdep.c (avr_extract_return_value): New function.
5297 (avr_gdbarch_init): Set extract_return_value method.
5298
5299 2003-06-16 Andrew Cagney <cagney@redhat.com>
5300
5301 * frame.h (deprecated_get_next_frame_hack): Declare.
5302 * frame.c (legacy_saved_regs_prev_register): Only require
5303 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5304 there are always saved regs.
5305 (deprecated_generic_get_saved_register): Do not require
5306 DEPRECATED_FRAME_INIT_SAVED_REGS.
5307 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5308 use frame ID unwind instead.
5309 (deprecated_get_next_frame_hack): New function.
5310
5311 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5312
5313 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5314 (h8300_push_dummy_call): ...this function. Some minor optimization.
5315 (h8300_push_return_address): Remove.
5316 (h8300_gdbarch_init): Remove calls to
5317 set_gdbarch_deprecated_dummy_write_sp,
5318 set_gdbarch_deprecated_push_arguments and
5319 set_gdbarch_deprecated_push_return_address.
5320 Add call to set_gdbarch_push_dummy_call.
5321
5322 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5323
5324 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5325 (E_PSEUDO_EXR_REGNUM): Ditto.
5326 (h8300_is_argument_spill): Check for instructions moving argument
5327 registers into safe registers.
5328 (h8300_skip_prologue): Check for stm instruction to push registers
5329 used for register variables onto stack.
5330 (gdb_print_insn_h8300): Remove.
5331 (h8300_examine_prologue): Add a comment.
5332 (h8300_register_name): Take pseudo registers into account.
5333 (h8300s_register_name): Ditto.
5334 (h8300sx_register_name): Ditto.
5335 (h8300_print_register): Ditto.
5336 (h8300_print_registers_info): Define "nice" printing order.
5337 (h8300_saved_pc_after_call): Take pseudo registers into account.
5338 (h8300_register_type): Ditto. Return type used for remote connection
5339 when requesting real CCR or EXR register, return actual type when
5340 requesting pseudo CCR or EXR.
5341 (h8300_pseudo_register_read): New function.
5342 (h8300_pseudo_register_write): Ditto.
5343 (h8300_dbg_reg_to_regnum): Ditto.
5344 (h8300s_dbg_reg_to_regnum): Ditto.
5345 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5346 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5347 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5348 set_gdbarch_print_insn architecture dependent.
5349 Call set_gdbarch_pseudo_register_read and
5350 set_gdbarch_pseudo_register_write.
5351 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5352
5353 2003-06-16 Andrew Cagney <cagney@redhat.com>
5354
5355 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5356 * gdbarch.h, gdbarch.c: Re-generate.
5357 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5358 * s390-tdep.c (s390_gdbarch_init): Update.
5359 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5360 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5361 * mips-tdep.c (mips_gdbarch_init): Update.
5362 * mcore-tdep.c (mcore_gdbarch_init): Update.
5363 * cris-tdep.c (cris_gdbarch_init): Update.
5364 * infcall.c (call_function_by_hand): Update.
5365 * ia64-tdep.c (ia64_push_arguments): Update comment.
5366 * frame.c (legacy_get_prev_frame): Do not assume
5367 SAVE_DUMMY_FRAME_TOS_P.
5368 * dummy-frame.c (find_dummy_frame): Update comment.
5369
5370 2003-06-16 Andrew Cagney <cagney@redhat.com>
5371
5372 * regcache.c (do_cooked_read): Do not use register_valid_p.
5373
5374 2003-06-15 Theodore A. Roth <troth@openavr.org>
5375
5376 * avr-tdep.c (avr_register_type): Remove a blank line.
5377 (avr_scan_prologue): Correct some comments.
5378
5379 2003-06-15 Theodore A. Roth <troth@openavr.org>
5380
5381 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5382 prologue types.
5383 Properly scan prologues generated by gcc with the -mcall-prologues
5384 option.
5385 Add code to scan -mcall-prologues for mega devices.
5386
5387 2003-06-15 Theodore A. Roth <troth@openavr.org>
5388
5389 * avr-tdep.c (avr_register_byte): Delete function.
5390 (avr_register_raw_size): Delete function.
5391 (avr_register_virtual_size): Delete function.
5392 (avr_register_virtual_type): Delete function.
5393 (avr_register_type): New function.
5394 (avr_address_to_pointer): Remove unused code.
5395 (avr_read_fp): Need to read FP as two separate bytes due to change to
5396 avr_register_type() usage.
5397 (avr_gdbarch_init): Don't set deprecated_register_size.
5398 Don't set deprecated_register_bytes.
5399 Don't set deprecated_register_byte.
5400 Don't set deprecated_register_raw_size.
5401 Don't set deprecated_max_register_raw_size.
5402 Don't set deprecated_register_virtual_size.
5403 Don't set deprecated_max_register_virtual_size.
5404 Don't set deprecated_register_virtual_type.
5405 Set register_type method.
5406
5407 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5408
5409 * Makefile.in (linux-nat.o): Add rule.
5410 * linux-nat.c: New file.
5411 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5412 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5413 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5414 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5415 * config/arm/linux.mh (NATDEPFILES): Likewise.
5416 * config/i386/linux.mh (NATDEPFILES): Likewise.
5417 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5418 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5419 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5420 * config/mips/linux.mh (NATDEPFILES): Likewise.
5421 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5422 * config/s390/s390.mh (NATDEPFILES): Likewise.
5423 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5424
5425 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5426
5427 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5428 replace out-of-date comment.
5429
5430 2003-06-15 Andrew Cagney <cagney@redhat.com>
5431
5432 * rdi-share/host.h (Fail): Change to a varargs function.
5433 * remote-rdi.c (Fail): Update.
5434
5435 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5436
5437 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5438 (i386_convert_register_p, i386_register_to_value,
5439 i386_register_from_value): Handle types longer than 8 bytes.
5440
5441 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5442
5443 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5444 Move floating-point code to new function in i387-tdep.c.
5445 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5446 New functions containing code moved here from i386-tdep.c.
5447 * i387-tdep.h: Add opaque declaration for `struct type'.
5448 (i387_register_to_value, i387_value_to_register): New prototypes.
5449 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5450 (x86_64_init_abi): Set convert_register_p, register_to_value and
5451 value_to_register here.
5452
5453 2003-06-14 Andrew Cagney <cagney@redhat.com>
5454
5455 * mips-tdep.c (mips_register_to_value): Make static.
5456 (mips_value_to_register): Make static.
5457 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5458 * ia64-tdep.c (ia64_register_raw_size): Make static.
5459 (ia64_register_virtual_size): Make static.
5460 (ia64_register_byte): Make static.
5461 * i387-tdep.c: Include "i387-tdep.h".
5462 (print_387_control_word): Delete function.
5463 (print_387_status_word): Delete function.
5464 (print_387_status_bits): Delete function.
5465 (print_387_control_bits): Delete function.
5466 * Makefile.in (i387-tdep.o): Update dependencies.
5467 * rdi-share/host.h (Fail): Declare.
5468 * remote-rdi.c (Fail): Update to match declaration.
5469
5470 2003-06-14 Andrew Cagney <cagney@redhat.com>
5471
5472 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5473 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5474 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5475 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5476 * README: Delete reference to remote-array.
5477 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5478 (remote-array.o): Delete target.
5479 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5480 * remote-array.c: Delete file.
5481
5482 2003-06-14 Andrew Cagney <cagney@redhat.com>
5483 Mark Kettenis <kettenis@gnu.org>
5484
5485 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5486 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5487 parameter with "frame".
5488 * gdbarch.h, gdbarch.c: Re-generate.
5489 * frame.h (put_frame_register): Declare.
5490 * frame.c (put_frame_register): New function.
5491 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5492 (legacy_register_to_value): Rewrite, use "frame" to get the
5493 register value.
5494 (legacy_value_to_register): Rewrite, use "frame" to find the
5495 register's location before storing.
5496 * arch-utils.h (legacy_convert_register_p): Update.
5497 (legacy_register_to_value, legacy_value_to_register): Update.
5498 * findvar.c (value_from_register): Rewrite, eliminate use of
5499 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5500 "frame" to REGISTER_TO_VALUE.
5501 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5502 lval_reg_frame_relative + lval_register branch of the switch. Do
5503 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5504 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5505 I386_EDI_REGNUM): New defines.
5506 (i386_next_regnum, i386_convert_register_p,
5507 i386_register_to_value, i386_value_to_register): New functions.
5508 (i386_register_convertible, i386_register_convert_to_virtual,
5509 i386_convert_to_raw): Remove functions.
5510 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5511 value_to_register instead of register_convertible,
5512 register_convert_to_virtual and register_convert_to_raw.
5513 * mips-tdep.c (mips_convert_register_p): New function.
5514 (mips_value_to_register): Replace mips_register_convert_from_type.
5515 (mips_register_to_value): Replace mips_register_convert_to_type.
5516 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5517 register_to_value.
5518 * alpha-tdep.c (alpha_convert_register_p): Update.
5519 (alpha_value_to_register): Update, store the register.
5520 (alpha_register_to_value): Update, fetch the register.
5521
5522 2003-06-14 Theodore A. Roth <troth@openavr.org>
5523
5524 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5525 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5526 Don't set deprecated_call_dummy_words.
5527 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5528 Don't set remote_translate_xfer_address.
5529 (avr_io_reg_read_command): Remove commented out debug printf.
5530 Wrap a long line.
5531
5532 2003-06-14 Theodore A. Roth <troth@openavr.org>
5533
5534 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5535 causes gdb to seg fault.
5536
5537 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5538
5539 * sparc-nat.c (fetch_inferior_registers): Correct
5540 a reference to "registers".
5541
5542 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5543
5544 * Makefile.in (exc_request_U_h): Define
5545 (exc_request_S_h): Likewise.
5546 (msg_reply_S_h): Likewise.
5547 (msg_U_h): Likewise.
5548 (notify_S_h): Likewise.
5549 (process_reply_S_h): Likewise.
5550 (gnu-nat.o): Depend on gdb_obstack_h
5551 * gnu-nat.c: Include "gdb_obstack.h".
5552
5553 2003-06-13 Andrew Cagney <cagney@redhat.com>
5554
5555 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5556 * gdbarch.h, gdbarch.c: Re-generate.
5557
5558 2003-06-13 Andrew Cagney <cagney@redhat.com>
5559
5560 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5561 when deprecated REGISTER macros can be deleted.
5562 * gdbarch.h, gdbarch.c: Re-generate.
5563
5564 2003-06-13 Jim Blandy <jimb@redhat.com>
5565
5566 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5567 Linux entry point symbols for _dl_debug_state, too.
5568
5569 2003-06-13 Andrew Cagney <cagney@redhat.com>
5570
5571 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5572 available, do not use the FP register, and always save the TOS.
5573 * dummy-frame.c (dummy_frame_this_id): Do not assert
5574 SAVE_DUMMY_FRAME_TOS.
5575 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5576 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5577 (i386_push_dummy_call): Add 8 to the returned SP.
5578 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5579 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5580 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5581 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5582 (x86_64_push_dummy_call): Return "sp + 16".
5583 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5584 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5585 save_dummy_frame_tos.
5586
5587 2003-06-13 Jim Blandy <jimb@redhat.com>
5588
5589 * frv-tdep.c (frv_use_struct_convention): Delete static
5590 declaration for function deleted in my change of 2003-06-12.
5591
5592 2003-06-13 Theodore A. Roth <troth@openavr.org>
5593
5594 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5595 (avr_pointer_to_address): Shift code addrs left 1 bit.
5596 (avr_convert_from_func_ptr_addr): Delete function since operation is
5597 better handled by avr_address_to_pointer and avr_pointer_to_address.
5598 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5599
5600 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5601
5602 From Kelley Cook <kelleycook@wideopenwest.com>:
5603 * configure.host: Accept i[34567]86 variants.
5604 * configure.tgt: Likewise.
5605 * nlm/configure.in: Likewise.
5606 * nlm/configure: Regenerated.
5607
5608 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5609
5610 * arm-tdep.c (solib-svr4.h): Dont' include it.
5611 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5612 * arm-linux-tdep.c: ... here. Make static.
5613 (arm_linux_init_abi): Register it.
5614 (solib-svr4.h): Include it.
5615 * Makefile.in: Update dependencies.
5616 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5617 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5618
5619 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5620
5621 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5622 indicate registers used for return values.
5623 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5624 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5625 members.
5626 (h8300_init_extra_frame_info): Ditto.
5627 (h8300_frame_locals_address): Removed.
5628 (h8300_frame_args_address): Removed.
5629 (h8300_extract_return_value): Use new regcache structure. Only care
5630 for 16 bit CPUs.
5631 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5632 (h8300_store_return_value): Use new regcache structure. Only care
5633 for 16 bit CPUs.
5634 (h8300h_store_return_value): Same function for 32 bit CPUs.
5635 (h8300_store_struct_return): Removed.
5636 (h8300_extract_struct_value_address): Use new regcache structure.
5637 (h8300h_extract_struct_value_address): Removed.
5638 (h8300_push_dummy_code): New function.
5639 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5640 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5641 set_gdbarch_store_return_value architecture dependent.
5642 Call set_gdbarch_push_dummy_code and
5643 set_gdbarch_extract_struct_value_address.
5644 Remove calls to set_gdbarch_frame_args_address,
5645 set_gdbarch_frame_locals_address,
5646 set_gdbarch_deprecated_store_struct_return,
5647 set_gdbarch_deprecated_extract_return_value,
5648 set_gdbarch_deprecated_extract_struct_value_address,
5649 set_gdbarch_deprecated_call_dummy_words and
5650 set_gdbarch_deprecated_sizeof_call_dummy_words.
5651
5652 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5653
5654 * h8300-tdep.c (h8300_register_byte): Remove.
5655 (h8300h_register_byte): Remove.
5656 (h8300_register_virtual_type): Remove. Substitute by...
5657 (h8300_register_type): New function.
5658 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5659 (h8300h_extract_struct_value_address): Ditto.
5660 (h8300_gdbarch_init): Drop calls to
5661 set_gdbarch_deprecated_register_byte and
5662 set_gdbarch_deprecated_register_virtual_type.
5663 Add call to set_gdbarch_register_type.
5664
5665 2003-06-13 Andrew Cagney <cagney@redhat.com>
5666
5667 * gdbarch.sh: Update comments on registers.
5668 (deprecated_register_byte): Rename register_byte.
5669 (deprecated_register_raw_size): Rename register_raw_size.
5670 (deprecated_register_virtual_size): Rename register_virtual_size.
5671 (deprecated_register_virtual_type): Rename register_virtual_type.
5672 * gdbarch.h, gdbarch.c: Re-generate.
5673 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5674 * vax-tdep.c (vax_gdbarch_init): Update.
5675 * v850-tdep.c (v850_gdbarch_init): Update.
5676 * sparc-tdep.c (sparc_gdbarch_init): Update.
5677 * sh-tdep.c (sh_gdbarch_init): Update.
5678 * s390-tdep.c (s390_gdbarch_init): Update.
5679 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5680 * ns32k-tdep.c: Update.
5681 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5682 * mips-tdep.c (mips_gdbarch_init): Update.
5683 * mcore-tdep.c (mcore_gdbarch_init): Update.
5684 * m68k-tdep.c (m68k_gdbarch_init): Update.
5685 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5686 * ia64-tdep.c (ia64_gdbarch_init): Update.
5687 * hppa-tdep.c (hppa_gdbarch_init): Update.
5688 * h8300-tdep.c (h8300_gdbarch_init): Update.
5689 * frv-tdep.c (frv_gdbarch_init): Update.
5690 * cris-tdep.c (cris_gdbarch_init): Update.
5691 * avr-tdep.c (avr_gdbarch_init): Update.
5692 * alpha-tdep.c (alpha_gdbarch_init): Update.
5693 * arm-tdep.c (arm_gdbarch_init): Update.
5694
5695 2003-06-13 Andrew Cagney <cagney@redhat.com>
5696
5697 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5698 mips_o32_use_struct_convention with always_use_struct_convention.
5699
5700 2003-06-12 David Carlton <carlton@kealia.com>
5701
5702 * cp-namespace.c (cp_set_block_scope): Comment out
5703 processing_has_namespace_info branch.
5704
5705 2003-06-12 Jim Blandy <jimb@redhat.com>
5706
5707 Recognize and skip 64-bit PowerPC Linux linkage functions.
5708 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5709 insn_pattern, insns_match_pattern, d_field, ds_field): New
5710 functions, macros, and types for working with PPC instructions.
5711 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5712 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5713 ppc64_skip_trampoline_code): New functions, variables, and macros
5714 for recognizing and skipping linkage functions.
5715 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5716 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5717
5718 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5719 register offsets for both the 32- and 64-bit interfaces.
5720
5721 Actually finish the job started by my change of 2003-05-29.
5722 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5723 other #definition of this.
5724 (ppc_linux_skip_trampoline_code): Remove declaration.
5725 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5726 static.
5727 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5728 method for GDBARCH.
5729
5730 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5731 'long' on ppc64-*-linux*.
5732
5733 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5734 isn't #defined, assume the register doesn't exist: act as if
5735 tdep->ppc_mq_regnum were -1.
5736
5737 * configure.host, configure.tgt: Add entries for
5738 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5739 powerpc/linux.mt.
5740 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5741 New files.
5742
5743 * arch-utils.c (always_use_struct_convention): New function.
5744 * arch-utils.h (always_use_struct_convention): New prototype.
5745 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5746 (alpha_gdbarch_init): Register always_use_struct_convention,
5747 instead of alpha_use_struct_convention.
5748 * cris-tdep.c (cris_use_struct_convention): Delete.
5749 (cris_gdbarch_init): Register always_use_struct_convention,
5750 instead of cris_use_struct_convention.
5751 * frv-tdep.c (frv_use_struct_convention): Delete.
5752 (frv_gdbarch_init): Register always_use_struct_convention,
5753 instead of frv_use_struct_convention.
5754 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5755 (h8300_gdbarch_init): Register always_use_struct_convention,
5756 instead of h8300_use_struct_convention.
5757 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5758 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5759 instead of mips_o32_use_struct_convention.
5760
5761 2003-06-12 Andrew Cagney <cagney@redhat.com>
5762
5763 * wince.c: Include "mips-tdep.h".
5764 * mips-tdep.h (mips_next_pc): Declare.
5765 * mcore-tdep.c: Make more local functions static.
5766 * Makefile.in (wince.o): Update dependencies.
5767
5768 2003-06-12 David Carlton <carlton@kealia.com>
5769
5770 * symtab.c (lookup_symbol_aux_minsyms): Replace
5771 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5772 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5773 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5774 SYMBOL_NATURAL_NAME.
5775
5776 2003-06-12 Andreas Schwab <schwab@suse.de>
5777
5778 * Makefile.in (tuiDisassem.o): Update dependencies.
5779
5780 2003-06-12 David Carlton <carlton@bactrian.org>
5781
5782 * symtab.h: Delete declaration of make_symbol_overload_list.
5783 Add declaration of lookup_partial_symbol.
5784 * symtab.c (remove_params): Move to cp-support.c.
5785 (overload_list_add_symbol, make_symbol_overload_list)
5786 (sym_return_val_size, sym_return_val_index): Ditto.
5787 (lookup_partial_symbol): Make extern.
5788 * cp-support.h: Add declaration of make_symbol_overload_list.
5789 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5790 symtab.h, and block.h.
5791 (remove_params): Move here from symtab.c.
5792 (overload_list_add_symbol, make_symbol_overload_list)
5793 (sym_return_val_size, sym_return_val_index): Ditto.
5794 * valops.c: Include cp-support.h.
5795 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5796 frame_h, and block_h.
5797 (valops.o): Depend on cp_support_h.
5798
5799 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5800
5801 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5802 substitute by NUM_REGS throughout.
5803 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5804 (h8300s_register_name): New function for H8S registers.
5805 (h8300sx_register_name): Ditto for H8SX registers.
5806 (h8300_print_register): Revise register printing, avoid depending
5807 on 32 bit long.
5808 (h8300_register_byte): Only care for H8/300 registers.
5809 (h8300h_register_byte): New function for any other architecture.
5810 (h8300_register_raw_size): Remove.
5811 (h8300_register_virtual_type): Revise to return actually useful
5812 type.
5813 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5814 (h8300h_extract_struct_value_address): New function for any other
5815 architecture.
5816 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5817 set_gdbarch_register_name, set_gdbarch_register_byte,
5818 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5819 Remove calls to set_gdbarch_deprecated_register_size,
5820 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5821 set_gdbarch_deprecated_max_register_raw_size,
5822 set_gdbarch_register_virtual_size and
5823 set_gdbarch_deprecated_max_register_virtual_size entirely.
5824 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5825 set_gdbarch_long_double_bit.
5826
5827 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5828
5829 * doublest.c (convert_doublest_to_floatformat): When dealing
5830 with the implied integer bit, only alter mant_bits if we are
5831 processing a full 32 bits of mantissa.
5832
5833 2003-06-11 David Carlton <carlton@bactrian.org>
5834
5835 * dictionary.h: New.
5836 * dictionary.c: New.
5837 * block.h: Add opaque declaration for struct dictionary.
5838 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5839 'sym' members.
5840 (BLOCK_DICT): New macro.
5841 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5842 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5843 BLOCK_SHOULD_SORT.
5844 (ALL_BLOCK_SYMBOLS): Update definition.
5845 * Makefile.in (SFILES): Add dictionary.c.
5846 (dictionary_h): New.
5847 (COMMON_OBS): Add dictionary.o.
5848 (dictionary.o): New.
5849 (ada-lang.o): Depend on dictionary_h.
5850 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5851 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5852 (mi-cmd-stack.o): Ditto.
5853 (gdbtk-cmds.o): Update dependencies.
5854 (gdbtk-stack.o): Ditto.
5855 * ada-lang.c: Include dictionary.h.
5856 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5857 (fill_in_ada_prototype, debug_print_block): Ditto.
5858 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5859 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5860 'is_sorted'.
5861 * mdebugread.c: Include dictionary.h.
5862 (struct parse_stack): Delete 'maxsyms' member.
5863 (parse_symbol): Update calls to new_block. Delete calls to
5864 shrink_block. Use dictionary methods.
5865 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5866 Update calls to new_symtab. Don't maintain maxsyms data.
5867 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5868 (add_symbol): Just call dict_add_symbol.
5869 (new_symtab): Delete 'maxsyms' argument.
5870 (new_symtab): Update calls to new_block.
5871 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5872 (shrink_block): Delete function.
5873 (fixup_sigtramp): Update call to new_block. Add symbol via
5874 dict_add_symbol.
5875 * jv-lang.c: Include dictionary.h.
5876 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5877 appropriately. Set class_symtab->free_func. Make sure the
5878 blockvector is big enough to hold two blocks.
5879 (add_class_symtab_symbol): Use dictionary methods.
5880 (free_class_block): New function.
5881 (type_from_class): Replace explicit iteration by
5882 ALL_BLOCK_SYMBOLS.
5883 * symtab.h (struct symtab): Replace 'free_ptr' method by
5884 'free_func'.
5885 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5886 sort_symtab_syms.
5887 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5888 sort_symtab_syms.
5889 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5890 Include dictionary.h.
5891 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5892 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5893 sort_symtab_syms.
5894 * objfiles.c: Include dictionary.h.
5895 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5896 * buildsym.c: Include dictionary.h.
5897 (finish_block): Use dictionary methods.
5898 (end_symtab): Set free_func to NULL, not free_ptr.
5899 * tracepoint.c: Include dictionary.h.
5900 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5901 (scope_info): Ditto.
5902 * stack.c: Include dictionary.h.
5903 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5904 (print_block_frame_labels, print_frame_arg_vars)
5905 (print_frame_args): Ditto.
5906 * symmisc.c (free_symtab_block): Use dictionary methods.
5907 (dump_symtab): Ditto.
5908 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5909 Include dictionary.h.
5910 * symfile.h: Delete declarations of sort_block_syms,
5911 sort_symtab_syms.
5912 * symfile.c (sort_block_syms): Delete.
5913 (sort_symtab_syms): Delete.
5914 * symtab.c: Include dictionary.h.
5915 (lookup_block_symbol): Use dictionary iterators.
5916 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5917 (search_symbols, make_symbol_completion_list): Ditto.
5918 (make_symbol_overload_list): Ditto.
5919 * valops.c (value_of_local): Use dict_empty.
5920 Include dictionary.h.
5921
5922 2003-06-11 J. Brobecker <brobecker@gnat.com>
5923
5924 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5925
5926 2003-06-11 David Carlton <carlton@bactrian.org>
5927
5928 * block.h (BLOCK_SHOULD_SORT): Delete.
5929 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5930 blocks.
5931 * ada-lang.c (ada_add_block_symbols): Ditto.
5932 * symfile.c (sort_block_syms): Delete.
5933 (sort_symtab_syms): Ditto.
5934 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5935 declarations.
5936 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5937 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5938 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5939 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5940 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5941 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5942 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5943
5944 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5945
5946 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5947 bits to 128.
5948
5949 2003-06-11 Andrew Cagney <cagney@redhat.com>
5950
5951 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5952 REGISTER_CONVERTIBLE.
5953 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5954 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5955 * gdbarch.h, gdbarch.c: Re-generate.
5956 * arch-utils.h (deprecated_register_convertible_not): Rename
5957 generic_register_convertible_not.
5958 * arch-utils.c (deprecated_register_convertible_not): Rename
5959 generic_register_convertible.
5960 (legacy_convert_register_p, legacy_register_to_value): Update.
5961 * sh-tdep.c (sh64_push_arguments): Update.
5962 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5963 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5964 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5965 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5966 * arch-utils.c (legacy_value_to_register): Update.
5967 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5968 (rs6000_register_convert_to_raw): Make parameter "from" const.
5969 * mips-tdep.c (mips_gdbarch_init): Update.
5970 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5971 * infcmd.c (default_print_registers_info): Update.
5972 * ia64-tdep.c (ia64_gdbarch_init): Update.
5973 (ia64_register_convert_to_raw): Make parameter "from" const.
5974 * i386-tdep.c (i386_gdbarch_init): Update.
5975 (i386_register_convert_to_raw): Update.
5976
5977 2003-06-11 Andrew Cagney <cagney@redhat.com>
5978
5979 * remote-fileio.c: Include "remote-fileio.h".
5980 * Makefile.in (remote-fileio.o): Update dependencies.
5981 (remote_fileio_h): Fix typo.
5982
5983 2003-06-11 Andrew Cagney <cagney@redhat.com>
5984
5985 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5986 (xstormy16_save_dummy_frame_tos): Make static.
5987 (_initialize_xstormy16_tdep): Add declaration.
5988 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5989 * v850-tdep.c: Make local functions static.
5990 (_initialize_v850_tdep): Add declaration.
5991 * sparc-tdep.c: Make local functions static.
5992 (_initialize_sparc_tdep): Add declaration.
5993 * sh-tdep.c: Make local functions static.
5994 (_initialize_sh_tdep): Add declaration.
5995 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5996 * s390-tdep.c: Make local functions static.
5997 (_initialize_s390_tdep): Add declaration.
5998 * dbxread.c (find_stab_function_addr): Make static.
5999 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6000 * ocd.c (_initialize_remote_ocd): Add declaration.
6001 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6002 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6003 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6004 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6005 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6006 * remote-array.c (_initialize_array): Add declaration.
6007 (_initialize_remote_monitors): Add declaration.
6008 * remote-mips.c: Make local functions static.
6009 (_initialize_remote_mips): Add declaration.
6010 * mcore-tdep.c: Make all local functions static.
6011 (_initialize_mcore_tdep): Add declaration.
6012 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6013 * abug-rom.c (_initialize_abug_rom): Add declaration.
6014 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6015 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6016 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6017 * remote-est.c (_initialize_est): Add declaration.
6018 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6019 (m68hc11_call_dummy_address): Make static.
6020 * ia64-tdep.c: Make local functions static.
6021 (_initialize_ia64_tdep): Add declaration.
6022 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6023 * monitor.c (monitor_wait_filter): Make static.
6024 (_initialize_remote_monitors): Add declaration.
6025 * remote-hms.c (_initialize_remote_hms): Add declaration.
6026 * remote-e7000.c (fetch_regs_from_dump): Make static.
6027 (expect_n): Make static.
6028 (_initialize_remote_e7000): Add declaration.
6029 * ser-e7kpc.c: Always include "defs.h".
6030 (_initialize_ser_e7000pc): Add declaration.
6031 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6032 * cris-tdep.c: Make all but one function static.
6033 (_initialize_cris_tdep): Add declaration.
6034 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6035 * solib.c (update_solib_list): Make static.
6036 (_initialize_solib): Add declaration.
6037 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6038 (_initialize_avr_tdep): Add declaration.
6039 * remote-rdi.c (voiddummy): Make static.
6040 (_initialize_remote_rdi): Add declaration.
6041 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6042 * remote-rdp.c (send_rdp): Make static.
6043 (_initialize_remote_rdp): Add declaration.
6044 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6045
6046 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6047
6048 * remote-fileio.c: Make ari happy.
6049
6050 2003-06-10 J. Brobecker <brobecker@gnat.com>
6051
6052 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6053 fetching the trailing bytes of the buffer we are about to write.
6054
6055 2003-06-10 Andrew Cagney <cagney@redhat.com>
6056
6057 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6058 * Makefile.in (remote-fileio.o): Update dependencies.
6059 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6060 include <setjmp.h>, or <sys/types.h> conditional on USG.
6061 (remote_fio_jmp_buf): Delete global variable.
6062
6063 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6064 Martin M. Hunt <hunt@redhat.com>
6065
6066 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6067 (SFILES): Add remote-fileio.c.
6068 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6069 dependencies for building remote.o.
6070 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6071 * remote-fileio.h: New header file defining remote File-I/O interface.
6072 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6073 static storage class.
6074 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6075 'F' packet.
6076 (_initialize_remote): Call initialize_remote_fileio().
6077 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6078 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6079 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6080 (captured_main): Initialize new ui_files.
6081 * ui-file.c: Add read and fgets input functions.
6082 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6083 (null_file_read): New function.
6084 (ui_file_read): New function.
6085 (set_ui_file_read): New function.
6086 (stdio_file_read): New function.
6087 * ui-file.h: New type ui_file_read_ftype.
6088 (set_ui_file_read): Declare.
6089 (ui_file_read): Declare.
6090
6091 2003-06-09 Andrew Cagney <cagney@redhat.com>
6092
6093 * frame.h (deprecated_unwind_get_saved_register): Rename
6094 generic_unwind_get_saved_register, update comments.
6095 * mips-tdep.c (mips_get_saved_register): Update.
6096 * frame.c (deprecated_unwind_get_saved_register): Update.
6097
6098 2003-06-09 Andrew Cagney <cagney@redhat.com>
6099
6100 * vax-tdep.c (vax_frame_locals_address): Delete function.
6101 (vax_gdbarch_init): Do not set frame_locals_address.
6102 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6103 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6104 * s390-tdep.c (s390_frame_args_address): Delete function.
6105 (s390_gdbarch_init): Do not set frame_args_address or
6106 frame_locals_address.
6107 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6108 (ns32k_gdbarch_init): Do not set frame_locals_address.
6109 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6110 (hppa_frame_locals_address): Delete function.
6111 (hppa_gdbarch_init): Do not set frame_args_address, or
6112 frame_locals_address.
6113 * arm-tdep.c (arm_frame_args_address): Delete.
6114 (arm_frame_locals_address): Delete.
6115 (arm_gdbarch_init): Do not set frame_args_address, or
6116 frame_locals_address.
6117
6118 2003-06-09 Andrew Cagney <cagney@redhat.com>
6119
6120 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6121 * gdbarch.h, gdbarch.c: Re-generate.
6122 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6123 * arch-utils.c (frame_num_args_unknown): Delete function.
6124 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6125 (frame_info): Use FRAME_NUM_ARGS_P.
6126 * arm-tdep.c (arm_frame_num_args): Delete function.
6127 (arm_gdbarch_init): Do not set frame_num_args.
6128 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6129 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6130 (hppa_gdbarch_init): Do not set frame_num_args.
6131 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6132 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6133 frame_num_args to default frame_num_args_unknown.
6134 * v850-tdep.c (v850_gdbarch_init): Ditto.
6135 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6136 * sh-tdep.c (sh_gdbarch_init): Ditto.
6137 * s390-tdep.c (s390_gdbarch_init): Ditto.
6138 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6139 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6140 * mips-tdep.c (mips_gdbarch_init): Ditto.
6141 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6142 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6143 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6144 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6145 * i386-tdep.c (i386_gdbarch_init): Ditto.
6146 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6147 * frv-tdep.c (frv_gdbarch_init): Ditto.
6148 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6149 * cris-tdep.c (cris_gdbarch_init): Ditto.
6150 * avr-tdep.c (avr_gdbarch_init): Ditto.
6151 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6152
6153 2003-06-09 Andrew Cagney <cagney@redhat.com>
6154
6155 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6156 (print_frame_args): Moved to "stack.c".
6157 * stack.c: Include "gdb_assert.h".
6158 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6159 (print_frame_args): Moved from "printcmd.c".
6160 * frame.h (print_frame_args): Delete declaration.
6161 * Makefile.in (stack.o): Update dependencies.
6162
6163 2003-06-08 Andrew Cagney <cagney@redhat.com>
6164
6165 * frame.c (get_prev_frame): Remove reference to
6166 frame_args_address_correct in comments.
6167 * frame-base.c (default_frame_args_address): Delete code
6168 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6169 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6170 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6171 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6172 (vax_frame_args_address_correct): Delete declaration.
6173
6174 2003-06-08 Andrew Cagney <cagney@redhat.com>
6175
6176 * gdbarch.sh (UNWIND_SP): Add.
6177 * gdbarch.h, gdbarch.c: Re-generate.
6178 * frame.c (frame_sp_unwind): New function.
6179 (get_frame_sp): New function.
6180 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6181 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6182 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6183 value.
6184 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6185 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6186
6187 2003-06-08 Andrew Cagney <cagney@redhat.com>
6188
6189 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6190 REMOTE_BREAKPOINT.
6191 * remote.c: Update.
6192 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6193 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6194 * config/m68k/tm-sun3.h: Update.
6195 * config/m68k/tm-m68klynx.h: Update.
6196 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6197
6198 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6199 trad_frame". Update comments.
6200 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6201 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6202 (trad_frame_register_value, trad_frame_prev_register): Update.
6203
6204 2003-06-08 Andrew Cagney <cagney@redhat.com>
6205
6206 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6207 from GCC's acinclude.m4.
6208 * configure.in: Check for getopt's delcaration.
6209 * aclocal.m4, config.in, configure: Re-generate.
6210 * main.c (error_init): Delete declaration.
6211 * defs.h (error_init): Declare.
6212 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6213 (rs6000_convert_from_func_ptr_addr): Make static.
6214 (_initialize_rs6000_tdep): Add declaration.
6215 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6216 (show_commands, set_verbose, show_history): Delete declaration.
6217 * top.h (set_verbose): Add declaration.
6218 (show_history, set_history, show_commands): Add declaration.
6219 (do_restore_instream_cleanup): Add declaration.
6220 * objc-lang.c (specialcmp): Make static.
6221 (print_object_command): Make static.
6222 (find_objc_msgsend): Make static.
6223 (find_objc_msgcall_submethod_helper): Make static.
6224 (find_objc_msgcall_submethod): Make static.
6225 (_initialize_objc_language): Add declaration.
6226 (find_implementation_from_class): Make static.
6227 (find_implementation): Make static.
6228 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6229 * objc-lang.h (lookup_struct_typedef): Add declaration.
6230 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6231 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6232 (do_restore_user_call_depth): Make static.
6233 (do_restore_instream_cleanup): Delete declaration.
6234 (dont_repeat): Delete declaration.
6235 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6236 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6237 * reggroups.c (_initialize_reggroup): Add declaration.
6238 * cp-support.c (_initialize_cp_support): Add declaration.
6239 * cp-abi.c (_initialize_cp_abi): Add declaration.
6240 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6241 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6242 (_initialize_gnu_v3_abi): Add declaration.
6243 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6244 (_initialize_gnu_v2_abi): Add declaration.
6245 * frame-base.c (_initialize_frame_base): Add declaration.
6246 * doublest.c (floatformat_from_length): Make static.
6247 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6248 * frame.c (create_sentinel_frame): Make static.
6249 (_initialize_frame): Add declaration.
6250 * top.c (do_catch_errors): Make static.
6251 (gdb_rl_operate_and_get_next_completion): Make static.
6252 * typeprint.c: Include "typeprint.h".
6253 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6254 (sentinel_frame_this_id): Make static.
6255 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6256 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6257 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6258 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6259 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6260 * maint.c (maintenance_print_architecture): Make static.
6261 * signals/signals.c (_initialize_signals): Add declaration.
6262 * std-regs.c (_initialize_frame_reg): Add declaration.
6263 * jv-exp.y (push_variable): ISO C definition.
6264 (push_qualified_expression_name): Ditto.
6265 * memattr.c (_initialize_mem): Add declaration.
6266 * remote.c (remote_check_watch_resources): Make static.
6267 (remote_stopped_by_watchpoint): Make static.
6268 (remote_stopped_data_address): Make static.
6269 * d10v-tdep.c (nr_dmap_regs): Make static.
6270 (a0_regnum): Make static.
6271 (d10v_frame_unwind_cache): Make static.
6272 (d10v_frame_p): Make static.
6273 * osabi.c (show_osabi): Make static.
6274 (_initialize_gdb_osabi): Add extern declaration.
6275 * gdbtypes.c (make_qualified_type): Make static.
6276 (safe_parse_type): Make static.
6277 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6278 * macrotab.c (macro_bcache_free): Make static.
6279 * interps.c (interp_set_quiet): Make static.
6280 (interpreter_exec_cmd): Make static.
6281 * stack.h (select_frame_command): New file.
6282 * stack.c: Include "stack.h".
6283 (select_frame_command_wrapper): Delete function.
6284 (select_frame_command): Make global.
6285 * infcall.c: Include "infcall.h".
6286 * linespec.c: Include "linespec.h".
6287 * symfile.c (sections_overlap): Make static.
6288 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6289 * charset.c (_initialize_charset): Add missing prototype.
6290 * regcache.c (init_legacy_regcache_descr): Make static.
6291 (do_regcache_xfree): Make static.
6292 (regcache_xfer_part): Make static.
6293 (_initialize_regcache): Add missing prototype.
6294 * breakpoint.c (parse_breakpoint_sals): Make static.
6295 (breakpoint_sals_to_pc): Make static.
6296 * interps.h (clear_interpreter_hooks): ISO C declaration.
6297 * Makefile.in (stack_h): Define.
6298 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6299 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6300
6301 2003-06-08 Andrew Cagney <cagney@redhat.com>
6302
6303 * Makefile.in (d10v-tdep.o): Update dependencies.
6304 (SFILES): Add trad-frame.c.
6305 (trad_frame_h): Define.
6306 (COMMON_OBS): Add trad-frame.o.
6307 (trad-frame.o): Specify dependencies.
6308 * d10v-tdep.c: Include "trad-frame.h".
6309 (saved_regs_unwinder): Delete function.
6310 (d10v_frame_prev_register): Use trad_frame_prev_register.
6311 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6312 trad_frame", delete "regs" and "prev_sp".
6313 (prologue_find_regs): Use trad-frame.
6314 * trad-frame.h, trad-frame.c: New files.
6315
6316 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6317
6318 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6319
6320 2003-06-07 Adam Fedor <fedor@gnu.org>
6321
6322 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6323 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6324 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6325 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6326 resolve_msgsend_super, resolve_msgsend_super_stret):
6327 Use it.
6328
6329 2003-06-07 Andrew Cagney <cagney@redhat.com>
6330
6331 * symfile.h: Re-indent, clean up comments.
6332
6333 2003-06-07 Andrew Cagney <cagney@redhat.com>
6334
6335 * inferior.h (deprecated_write_sp): Replace
6336 generic_target_write_sp.
6337 * regcache.c (deprecated_write_sp): Replace
6338 generic_target_write_sp.
6339 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6340 * vax-tdep.c (vax_gdbarch_init): Update.
6341 * v850-tdep.c (v850_gdbarch_init): Update.
6342 * sparc-tdep.c (sparc_gdbarch_init): Update.
6343 * sh-tdep.c (sh_gdbarch_init): Update.
6344 * s390-tdep.c (s390_gdbarch_init): Update.
6345 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6346 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6347 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6348 * mcore-tdep.c (mcore_gdbarch_init): Update.
6349 * m68k-tdep.c (m68k_gdbarch_init): Update.
6350 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6351 * ia64-tdep.c (ia64_gdbarch_init): Update.
6352 * h8300-tdep.c (h8300_gdbarch_init): Update.
6353 * frv-tdep.c (frv_gdbarch_init): Update.
6354 * cris-tdep.c (cris_gdbarch_init): Update.
6355 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6356
6357 2003-06-07 Andrew Cagney <cagney@redhat.com>
6358
6359 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6360 Assert that PC_REGNUM is valid.
6361 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6362
6363 2003-06-07 Andrew Cagney <cagney@redhat.com>
6364
6365 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6366 * gdbarch.h, gdbarch.c: Regenerate.
6367 * mn10300-tdep.c: Include "gdb_assert.h".
6368 (mn10300_read_fp): New function.
6369 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6370 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6371 * ia64-tdep.c: Include "gdb_assert.h".
6372 (ia64_read_fp): New function.
6373 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6374 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6375 * regcache.c (generic_target_read_sp): Delete function.
6376 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6377 * inferior.h (generic_target_read_sp): Delete declaration.
6378 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6379 generic_target_read_sp.
6380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6381 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6382 * sh-tdep.c (sh_gdbarch_init): Ditto.
6383 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6384 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6385
6386 2003-06-07 Andrew Cagney <cagney@redhat.com>
6387
6388 * gdbarch.sh: Comment each field of startup_gdbarch.
6389 * gdbarch.h, gdbarch.c: Re-generate.
6390
6391 2003-06-07 Andrew Cagney <cagney@redhat.com>
6392
6393 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6394 * gdbarch.h, gdbarch.c: Re-generate.
6395 * regcache.c: Update comments on read_pc et.al.
6396 (generic_target_read_pc): Delete function.
6397 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6398 * inferior.h (generic_target_read_pc): Delete declaration.
6399 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6400 generic_target_read_pc.
6401 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6402 * sh-tdep.c (sh_gdbarch_init): Ditto.
6403 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6404 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6405
6406 2003-06-07 Andrew Cagney <cagney@redhat.com>
6407
6408 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6409 "index" with "special_local_sect". Use strcmp instead of STREQ.
6410 Append period to coments.
6411
6412 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6413
6414 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6415 (elfstab_offset_sections): Likewise.
6416 * gdb-stabs.h (stab_section_info): Likewise.
6417 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6418 * objfiles.c (objfile_relocate): Likewise.
6419 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6420 * remote.c (get_offsets): Likewise.
6421 (remote_cisco_objfile_relocate): Likewise.
6422 * somread.c (som_symfile_offsets): Likewise.
6423 * symfile.c (alloc_section_addr_info): New function.
6424 (build_section_addr_info_from_section_tab): Use it.
6425 (free_section_addr_info): Adjust.
6426 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6427 (syms_from_objfile): Allocate local_addr dynamically.
6428 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6429 dynamically.
6430 (add_symbol_file_command): Allocate sect_opts dynamically.
6431 (reread_symbols): Avoid use of SECT_OFF_MAX.
6432 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6433 (alloc_section_addr_info): Declare it.
6434 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6435 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6436 dynamically.
6437 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6438
6439 2003-06-06 Andrew Cagney <cagney@redhat.com>
6440
6441 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6442 (d10v_frame_unwind_cache): Do not set "return_pc".
6443
6444 2003-06-06 Michael Snyder <msnyder@redhat.com>
6445
6446 * h8300-tdep.c: Make tidy (long lines).
6447
6448 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6449
6450 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6451 to regcache_collect().
6452
6453 2003-06-05 J. Brobecker <brobecker@gnat.com>
6454
6455 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6456 pc_in_sigtramp multiarch method.
6457 (hppa_hpux_som_init_abi): Use it.
6458 (hppa_hpux_elf_init_abi): Likewise.
6459 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6460 macro has been multiarched.
6461 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6462 macro here, as hppa64 isn't multiarched yet.
6463
6464 2003-06-05 Andrew Cagney <cagney@redhat.com>
6465
6466 * Makefile.in (value_h): Add $(frame_h).
6467 * value.h: Include "frame.h".
6468 (struct value): Replace "frame_addr" with "frame_id".
6469 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6470 * values.c (allocate_value): Use VALUE_FRAME_ID.
6471 (value_copy): Use VALUE_FRAME_ID.
6472 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6473 * valops.c (value_assign): Update. Use frame_find_by_id.
6474
6475 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6476
6477 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6478 in each pass.
6479
6480 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6481
6482 * thread-db.c (check_event): For create/death event breakpoints,
6483 loop through all messages to ensure that we read the message
6484 corresponding to the breakpoint we are at.
6485
6486 2003-06-04 Michael Snyder <msnyder@redhat.com>
6487
6488 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6489
6490 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6491
6492 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6493 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6494 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6495 when handling .eh_frame sections.
6496
6497 2003-06-04 J. Brobecker <brobecker@gnat.com>
6498
6499 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6500 prepare_to_proceed procedure instead of the hppa-specific one.
6501 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6502
6503 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6504
6505 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6506 * config.in: Regenerated.
6507 * configure.in: Add test for syscall function and check for
6508 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6509 * configure: Regenerated.
6510 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6511 <sys/syscall.h>.
6512 (kill_lwp): New function that uses tkill syscall or
6513 uses kill, depending on whether threading model is nptl or not.
6514 All callers of kill() changed to use kill_lwp().
6515 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6516 see if all threads have already exited in the nptl model.
6517 (stop_and_resume_callback): New callback function used by the
6518 lin_lwp_wait thread exit handling code.
6519 (stop_wait_callback): Check for threads already having exited and
6520 delete such threads fromt the lwp list when discovered.
6521 (stop_callback): Don't assert retcode of kill call.
6522
6523 Roland McGrath <roland@redhat.com>
6524 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6525 nptl libthread_db.
6526
6527 2003-06-03 Richard Henderson <rth@redhat.com>
6528
6529 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6530 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6531 (alpha_sigtramp_frame_prev_register): Likewise.
6532 (alpha_heuristic_frame_prev_register): Likewise.
6533 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6534
6535 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6536 alpha-specific register id names.
6537 (alpha_mdebug_frame_unwind_cache): Likewise.
6538 (alpha_mdebug_frame_prev_register): Likewise.
6539
6540 2003-06-03 Richard Henderson <rth@redhat.com>
6541
6542 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6543 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6544 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6545 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6546 unwind routines.
6547 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6548 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6549 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6550
6551 * alpha-linux-tdep.c: Remove unnecessary includes.
6552 * Makefile.in (alpha-linux-tdep.o): Update.
6553
6554 2003-06-03 Richard Henderson <rth@redhat.com>
6555
6556 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6557 (alphabsd_fill_fpreg): Likewise.
6558
6559 2003-06-03 J. Brobecker <brobecker@gnat.com>
6560
6561 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6562 references to struct frame_info fields by calls to the equivalent
6563 accessors. Necessary now that frame_info is opaque.
6564
6565 2003-06-03 J. Brobecker <brobecker@gnat.com>
6566
6567 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6568 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6569 structure, field no longer exists.
6570
6571 2003-06-03 J. Brobecker <brobecker@gnat.com>
6572
6573 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6574 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6575
6576 2003-06-03 J. Brobecker <brobecker@gnat.com>
6577
6578 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6579 references to struct frame_info fields by calls to the equivalent
6580 accessors. Necessary now that frame_info is opaque.
6581
6582 2003-06-03 J. Brobecker <brobecker@gnat.com>
6583
6584 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6585 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6586 structure, field no longer exists.
6587
6588 2003-06-03 Theodore A. Roth <troth@openavr.org>
6589
6590 * remote.c (init_remote_state): Compute sizeof_g_packet by
6591 accumulation of the size of all registers instead of blindly using
6592 DEPRECATED_REGISTER_BYTES.
6593
6594 2003-06-03 Michael Snyder <msnyder@redhat.com>
6595
6596 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6597 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6598 for h8300sx.
6599
6600 2003-06-03 J. Brobecker <brobecker@gnat.com>
6601
6602 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6603 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6604
6605 2003-06-03 Andrew Cagney <cagney@redhat.com>
6606
6607 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6608 (sparc_convert_to_raw): Delete function.
6609 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6610 register_convert_to_virtual.
6611
6612 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6613
6614 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6615 layer if not dealing with a statically-linked threaded program.
6616
6617 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6618
6619 * solib.c (solib_open): Update comment to reflect actual search order.
6620
6621 2003-06-03 Andrew Cagney <cagney@redhat.com>
6622
6623 * frame.c (get_frame_memory_signed): New function.
6624 (get_frame_memory, get_frame_memory_unsigned): New function.
6625 (get_frame_arch): New function.
6626 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6627 (get_frame_memory, get_frame_unsigned_memory): Declare.
6628 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6629 get_frame_memory_unsigned and get_frame_arch.
6630 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6631
6632 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6633
6634 * MAINTAINERS (write after approval): Add myself.
6635
6636 2003-06-03 Jim Blandy <jimb@redhat.com>
6637
6638 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6639 elements of gregset_t are 64 bits each, but access registers
6640 are still 32 bits, so they're packed two per gregset_t
6641 element. Unpack/pack them properly.
6642
6643 2003-06-02 David Carlton <carlton@bactrian.org>
6644
6645 * linespec.c (find_methods): Break out code into
6646 add_matching_methods and add_constructors.
6647 (add_matching_methods): New.
6648 (add_constructors): Ditto.
6649
6650 2003-06-02 Andrew Cagney <cagney@redhat.com>
6651
6652 * sparc-tdep.c (sparc_print_registers): Delete call to
6653 REGISTER_CONVERTIBLE.
6654 (sparc_gdbarch_init): Do not set register_convertible.
6655 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6656 * frv-tdep.c (frv_gdbarch_init): Ditto.
6657 * cris-tdep.c (cris_gdbarch_init): Ditto.
6658
6659 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6660
6661 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6662 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6663 (syms_from_objfile): Ditto.
6664
6665 2003-06-03 Andreas Schwab <schwab@suse.de>
6666
6667 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6668 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6669
6670 2003-06-02 Richard Henderson <rth@redhat.com>
6671
6672 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6673 a member of all_reggroup.
6674
6675 2003-06-02 Richard Henderson <rth@redhat.com>
6676
6677 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6678 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6679 (alpha_lds, alpha_sts): New.
6680 (alpha_convert_register_p): Change from _register_convertible.
6681 (alpha_register_to_value): Change from _convert_to_virtual;
6682 restructure and fail for type sizes other than 4 or 8.
6683 (alpha_value_to_register): Similarly.
6684 (alpha_extract_return_value): Use alpha_sts.
6685 (alpha_store_return_value): Use alpha_lds.
6686 (alpha_gdbarch_init): Update hooks.
6687
6688 2003-06-02 Richard Henderson <rth@redhat.com>
6689
6690 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6691 regnum identifiers.
6692 (alpha_sigtramp_register_address): Likewise.
6693
6694 2003-06-02 Richard Henderson <rth@redhat.com>
6695
6696 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6697 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6698 * alpha-tdep.h: Declare them.
6699
6700 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6701 Remove zerobuf. Don't error on UNIQUE.
6702 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6703 (ALPHA_REGSET_UNIQUE): Provide default.
6704 (supply_gregset): Use alpha_supply_int_regs.
6705 (fill_gregset): Use alpha_fill_int_regs.
6706 (supply_fpregset): Use alpha_supply_fp_regs.
6707 (fill_fpregset): Use alpha_fill_fp_regs.
6708 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6709 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6710 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6711 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6712 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6713 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6714
6715 2003-06-02 Richard Henderson <rth@redhat.com>
6716
6717 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6718
6719 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6720 (alpha_store_return_value): Likewise.
6721
6722 2003-06-02 David Carlton <carlton@math.stanford.edu>
6723
6724 * block.c (contained_in): Add 'const' to arguments.
6725 (block_function): Ditto.
6726 * block.h: Update declarations for block_function and
6727 contained_in.
6728
6729 2003-06-02 David Carlton <carlton@math.stanford.edu>
6730
6731 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6732 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6733 * p-valprint.c (pascal_val_print): Ditto.
6734 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6735
6736 2003-06-02 Richard Henderson <rth@redhat.com>
6737
6738 * alpha-tdep.c (alpha_push_dummy_call): Use
6739 builtin_type_ieee_double_little instead of builtin_type_double.
6740
6741 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6742 sign-extension of 32-bit values.
6743 (alpha_store_return_value): Similarly.
6744
6745 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6746 (alpha_extract_return_value): Likewise.
6747 (alpha_store_return_value): Likewise.
6748
6749 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6750 (alpha_store_return_value): Error on IEEE Quad floats.
6751
6752 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6753 (alpha_extract_struct_value_address): Likewise.
6754 (alpha_store_return_value): Likewise.
6755 (alpha_store_struct_return): Remove.
6756 (alpha_gdbarch_init): Update hook registration to match.
6757
6758 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6759 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6760 macros where appropriate.
6761 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6762 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6763
6764 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6765 for SP, GP; void_func_ptr for PC; non-language-specific types
6766 for all others.
6767 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6768
6769 2003-06-02 Richard Henderson <rth@redhat.com>
6770
6771 * top.h (lim_at_start): Declare.
6772 * main.c (captured_main): Set it.
6773 * top.c (lim_at_start): Define.
6774 (command_loop): Use it instead of &environ.
6775 * event-top.c (command_handler): Likewise.
6776
6777 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6778
6779 * mipsnbsd-tdep.c: Update copyright years.
6780 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6781
6782 2003-06-01 Richard Henderson <rth@redhat.com>
6783
6784 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6785 (alpha-linux-tdep.o): Update dependencies.
6786 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6787 * alpha-mdebug-tdep.c: Remove unneeded includes.
6788
6789 2003-06-01 Richard Henderson <rth@redhat.com>
6790
6791 * alpha-tdep.c (alpha_register_reggroup_p): New.
6792 (alpha_gdbarch_init): Register it.
6793
6794 2003-06-02 Andrew Cagney <cagney@redhat.com>
6795
6796 * dwarfread.c: Eliminate "register"
6797 (decode_die_type): Eliminate assignment within "if".
6798 (struct_type, decode_array_element_type): Ditto.
6799 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6800 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6801 (decode_modified_type, completedieinfo): Ditto.
6802 * block.c: Eliminate "register".
6803 (blockvector_for_pc_sect): Eliminate assignment within "if".
6804 * cp-support.h (struct symbol): Opaque declaration.
6805 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6806
6807 2003-06-01 Richard Henderson <rth@redhat.com>
6808
6809 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6810 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6811
6812 2003-06-01 Adam Fedor <fedor@gnu.org>
6813
6814 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6815 * gdbarch.[ch]: Regenerate.
6816 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6817 (hppa_gdbarch_init): Set it in the gdbarch vector.
6818 * i386-tdep.c (i386_fetch_pointer_argument): New
6819 (i386_gdbarch_init): Set it into gdbarch.
6820 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6821 (rs6000_gdbarch_init): Set it in gdbarch.
6822 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6823 (sparc_gdbarch_init): Set it in gdbarch.
6824
6825 2003-06-01 Andrew Cagney <cagney@redhat.com>
6826
6827 * defs.h (extract_address): Delete declaration.
6828 * findvar.c (extract_address): Delete function.
6829 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6830 extract_address with the inline equivalent,
6831 extract_unsigned_integer.
6832 (xstormy16_extract_struct_value_address): Ditto.
6833 (xstormy16_pointer_to_address): Ditto.
6834 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6835 * v850-tdep.c (v850_push_arguments): Ditto.
6836 (v850_extract_return_value): Ditto.
6837 (v850_extract_struct_value_address): Ditto.
6838 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6839 (sparcnbsd_get_longjmp_target_64): Ditto.
6840 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6841 (get_longjmp_target): Ditto.
6842 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6843 (sh64_extract_struct_value_address): Ditto.
6844 (sh_push_arguments): Ditto.
6845 (sh64_push_arguments): Ditto.
6846 * remote-vxsparc.c (vx_read_register): Ditto.
6847 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6848 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6849 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6850 * mipsv4-nat.c (get_longjmp_target): Ditto.
6851 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6852 * mips-nat.c (get_longjmp_target): Ditto.
6853 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6854 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6855 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6856 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6857 * irix5-nat.c (get_longjmp_target): Ditto.
6858 * irix4-nat.c (get_longjmp_target): Ditto.
6859 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6860 (ia64_push_arguments): Ditto.
6861 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6862 * h8300-tdep.c (h8300_push_arguments): Ditto.
6863 (h8300_store_return_value): Ditto.
6864 (h8300_extract_struct_value_address): Ditto.
6865 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6866 (frv_push_arguments): Ditto.
6867 * avr-tdep.c (avr_pointer_to_address): Ditto.
6868 (avr_push_arguments): Ditto.
6869 * arm-tdep.c (arm_push_dummy_call): Ditto.
6870 (arm_get_longjmp_target): Ditto.
6871 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6872 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6873 (alpha_get_longjmp_target): Ditto.
6874
6875 * solib-irix.c (extract_mips_address): Inline extract_address,
6876 replacing it with extract_signed_integer.
6877 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6878 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6879 (first_link_map_member, open_symbol_file_object): Ditto.
6880 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6881 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6882 (LM_NEXT, LM_NAME): Ditto.
6883
6884 2003-06-01 Richard Henderson <rth@redhat.com>
6885
6886 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6887 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6888 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6889 (alpha_cannot_store_register): Likewise.
6890 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6891 * alpha-nat.c (supply_gregset): Likewise.
6892 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6893
6894 2003-06-01 Andrew Cagney <cagney@redhat.com>
6895
6896 * infcall.c (call_function_by_hand): Update comment on
6897 DEPRECATED_DUMMY_WRITE_SP.
6898
6899 * mips-tdep.c (mips_gdbarch_init): Do not set
6900 deprecated_dummy_write_sp.
6901 (mips_eabi_push_dummy_call): Set the SP register.
6902 (mips_o64_push_dummy_call): Set the SP register.
6903 (mips_o32_push_dummy_call): Set the SP register.
6904 (mips_n32n64_push_dummy_call): Set the SP register.
6905
6906 2003-06-01 Richard Henderson <rth@redhat.com>
6907
6908 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6909 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6910 (supply_gregset): Likewise.
6911 * alpha-tdep.c (alpha_store_return_value): Likewise.
6912 (alpha_get_longjmp_target): Likewise.
6913 (alpha_register_name): Constify array.
6914 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6915 deprecated_register_size, deprecated_register_bytes,
6916 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6917 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6918 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6919
6920 2003-06-01 Richard Henderson <rth@redhat.com>
6921
6922 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6923 from arg_reg_buffer to regcache to avoid double conversion.
6924
6925 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6926
6927 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6928 SP_REGNUM.
6929 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6930 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6931
6932 2003-06-01 Richard Henderson <rth@redhat.com>
6933
6934 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6935 (decode_frame_entry): Set it. Skip FDE augmentation.
6936
6937 2003-06-01 Richard Henderson <rth@redhat.com>
6938
6939 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6940 not overlapping PC_REGNUM.
6941
6942 2003-06-01 Richard Henderson <rth@redhat.com>
6943
6944 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6945 alpha_push_arguments. Don't dump argument register data to
6946 the target stack. Fix float and 128-bit long double semantics.
6947 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6948 (alpha_fix_call_dummy): Remove.
6949 (alpha_call_dummy_words): Remove.
6950 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6951
6952 2003-06-01 Richard Henderson <rth@redhat.com>
6953
6954 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6955
6956 2003-06-01 Andrew Cagney <cagney@redhat.com>
6957
6958 * mips-tdep.c (is_mips16_addr): New function.
6959 (make_mips16_addr, unmake_mips16_addr): New functions.
6960 (pc_is_mips16, mips_fetch_instruction): Use.
6961 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6962 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6963 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6964 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6965 TARGET_MIPS.
6966 * config/mips/tm-mips.h: Update copyright.
6967 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6968 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6969 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6970 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6971 (TM_PRINT_INSN_MACH): Delete.
6972 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6973
6974 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6975 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6976 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6977 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6978 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6979 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6980 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6981 mips*-*-riscos* and mips*-*-sysv* onto mips.
6982 * config/mips/mips64.mt: New file.
6983 * config/mips/mips.mt: New file.
6984 * config/mips/littlemips.mt: Delete file.
6985 * config/mips/decstation.mt: Delete file.
6986 * config/mips/vr4300el.mt: Delete file.
6987 * config/mips/vr5000el.mt: Delete file.
6988 * config/mips/vr5000.mt: Delete file.
6989 * config/mips/vr4100.mt: Delete file.
6990 * config/mips/vr4xxxel.mt: Delete file.
6991 * config/mips/vr4300.mt: Delete file.
6992 * config/mips/vr4xxx.mt: Delete file.
6993 * config/mips/bigmips.mt: Delete file.
6994 * config/mips/bigmips64.mt: Delete file.
6995 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6996 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6997 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6998 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6999 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7000 "tm-bigmips.h".
7001 * config/mips/tm-irix3.h: Ditto.
7002 * config/mips/tm-mipsv4.h: Ditto.
7003 * config/mips/tm-embed.h: Ditto.
7004 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7005 "tm-bigmips64.h".
7006 * config/mips/tm-vr5000el.h: Delete file.
7007 * config/mips/tm-tx39l.h: Delete file.
7008 * config/mips/tm-vr4300el.h: Delete file.
7009 * config/mips/tm-vr4xxxel.h: Delete file.
7010 * config/mips/tm-vr4300.h: Delete file.
7011 * config/mips/tm-vr4100.h: Delete file.
7012 * config/mips/tm-vr4xxx.h: Delete file.
7013 * config/mips/tm-vr5000.h: Delete file.
7014 * config/mips/tm-embedl64.h: Delete file.
7015 * config/mips/tm-embedl.h: Delete file.
7016 * config/mips/tm-embed64.h: Delete file.
7017 * config/mips/tm-bigmips64.h: Delete file.
7018 * config/mips/tm-bigmips.h: Delete file.
7019
7020 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7021
7022 Fix gdb/1216.
7023 * shnbsd-nat.c: Include "sh-tdep.h".
7024
7025 From Richard Henderson <rth@redhat.com>:
7026 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7027
7028 2003-05-31 Andrew Cagney <cagney@redhat.com>
7029
7030 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7031 forward declaration.
7032 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7033 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7034 (mips_find_saved_regs): Use set_reg_offset.
7035 (mips_frame_init_saved_regs): Delete function.
7036 (mips_pop_frame): Call mips_find_saved_regs instead of
7037 DEPRECATED_FRAME_INIT_SAVED_REGS.
7038
7039 2003-05-31 Andrew Cagney <cagney@redhat.com>
7040
7041 * mips-tdep.c (mips_gdbarch_init): Do not set
7042 deprecated_max_register_raw_size, register_virtual_size, and
7043 deprecated_max_register_virtual_size.
7044
7045 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7046
7047 * i386-tdep.c: Include "dwarf2-frame.h".
7048 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7049 * Makefile.in (i386-tdep.o): Update dependencies.
7050
7051 * dwarf2-frame.c, dwarf2-frame.h: New files.
7052 * Makefile.in (SFILES): Add dwarf2-frame.c.
7053 (dwarf2_frame_h): Define.
7054 (COMMON_OBS): Add dwarf2-frame.o.
7055 (dwarf2-frame.o): Add dependencies.
7056
7057 2003-05-31 Andreas Jaeger <aj@suse.de>
7058
7059 * x86-64-linux-nat.c: Fix comment.
7060
7061 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7062
7063 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7064 function signature.
7065
7066 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7067 have a sigcontext_addr handler.
7068 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7069 sigcontext_addr handler.
7070
7071 2003-05-31 Andrew Cagney <cagney@redhat.com>
7072
7073 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7074 (print_fp_register_row): Replace do_fp_register_row.
7075 (mips_print_fp_register): Add "file" and "frame" parameters.
7076 (mips_print_register): Add "file" and "frame" parameters.
7077 (mips_print_registers_info): Replace mips_do_registers_info.
7078 (mips_gdbarch_init): Set print_registers_info instead of
7079 deprecated_do_registers_info.
7080 (mips_read_fp_register_single): Add "frame" parameter.
7081 (mips_read_fp_register_double): Add "frame" parameter.
7082
7083 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7084
7085 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7086 Fixes a bug where GDB would print the wrong register names for
7087 targets without SSE.
7088
7089 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7090 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7091 registers.
7092
7093 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7094 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7095 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7096 TDEP->sc_sp_offset.
7097
7098 From Michal Ludvig <mludvig@suse.cz>:
7099 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7100 and `sc_num_regs'.
7101 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7102 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7103 I386_ST0_REGNUM): Move here from...
7104 * i386-tdep.c: ... here.
7105 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7106 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7107 registers if possible.
7108 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7109 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7110 Remove variables.
7111 (i386bsd_sc_reg_offset): New variable.
7112 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7113 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7114 TDEP->sc_sp_offset.
7115 (i386fbsd_sc_reg_offset): New variable.
7116 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7117 TDEP->sc_num_regs.
7118 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7119 variables.
7120 (i386fbsd4_sc_reg_offset): New variable.
7121 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7122 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7123 TDEP->sc_sp_offset.
7124 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7125 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7126 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7127 Remove variables.
7128 (i386nbsd_sc_reg_offset): New variable.
7129 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7130 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7131 TDEP->sc_sp_offset.
7132 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7133 Remove variables.
7134 (i386obsd_sc_reg_offset): New variable.
7135 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7136 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7137 TDEP->sc_sp_offset.
7138 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7139 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7140 for frame pointer offset in `struct sigcontext'.
7141
7142 2003-05-31 Andrew Cagney <cagney@redhat.com>
7143
7144 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7145 architecture methods call_dummy_words, sizeof_call_dummy_words,
7146 push_return_address, store_struct_return, and fix_call_dummy. Set
7147 push_dummy_call instead of deprecated_push_arguments.
7148 (mips_store_struct_return): Delete function.
7149 (mips_fix_call_dummy): Delete function.
7150 (mips_push_return_address): Delete function.
7151 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7152 RA_REGNUM and T9_REGNUM.
7153 (mips_n32n64_push_dummy_call): Ditto for
7154 mips_n32n64_push_arguments.
7155 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7156 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7157
7158 2003-05-31 Andrew Cagney <cagney@redhat.com>
7159
7160 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7161 "dummy_addr" to "bp_addr".
7162 * infcall.c (call_function_by_hand): Pass "funaddr" to
7163 gdbarch_push_dummy_call.
7164 * gdbarch.h, gdbarch.c: Re-generate.
7165 * i386-tdep.c (i386_push_dummy_call): Update.
7166 * arm-tdep.c (arm_push_dummy_call): Update.
7167 * d10v-tdep.c (d10v_push_dummy_call): Update.
7168
7169 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7170
7171 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7172 variable declarations.
7173 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7174 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7175 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7176 x86_64_init_frame_pc, x86_64_init_frame_pc,
7177 x86_64_function_has_prologue): Remove prototypes.
7178 (X86_64_NUM_GREGS): New define.
7179 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7180 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7181 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7182 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7183 XMM1_REGNUM): Remove defines.
7184 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7185 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7186 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7187 X86_64_XMM1_REGNUM): New defines.
7188 (struct x86_64_register_info): Renamed from `struct
7189 register_info'. Remove `size' member.
7190 (x86_64_register_info_table): Remove variable.
7191 (x86_64_register_info): New variable.
7192 (X86_64_NUM_REGS): New define.
7193 (X86_64_NUM_GREGS): Remove define.
7194 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7195 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7196 Remove variables.
7197 (x86_54_dwarf2_reg_to_regnum): Remove function.
7198 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7199 (x86_64_dwarf_reg_to_regnum): New function.
7200 (x86_64_register_name): Rewrite.
7201 (x86_64_register_raw_size): Remove function.
7202 (x86_64_register_byte_table): Remove variable.
7203 (x86_64_register_byte): Remove function.
7204 (x86_64_register_virtual_type): Remove function.
7205 (x86_64_register_type): New function.
7206 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7207 x86_64_register_convert_to_raw): Remove functions.
7208 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7209 (x86_64_use_struct_convention): Make static. Adjust for renamed
7210 defines.
7211 (x86_64_frame_init_saved_regs): Remove function.
7212 (x86_64_push_arguments): Make static. Change to accept a regcache
7213 as argument.
7214 (x86_64_store_return_value, x86_64_extract_return_value): Make
7215 static. Rewrite based on i386 counterparts.
7216 (x86_64_push_dummy_call): New function.
7217 (X86_64_NUM_SAVED_REGS): New define.
7218 (x86_64_register_number): Remove function.
7219 (x86_64_store_struct_return): Remove function.
7220 (x86_64_frameless_function_invocation,
7221 x86_64_function_has_prologue): Remove functions.
7222 (PROLOG_BUFSIZE): Remove define.
7223 (struct x86_64_frame_cache): New structure.
7224 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7225 x86_64_frame_cache, x86_64_frame_this_id,
7226 x86_64_frame_prev_register, x86_64_frame_p,
7227 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7228 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7229 functions.
7230 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7231 variables.
7232 (x86_64_skip_prologue): Rewrite in terms of
7233 x86_64_analyze_prologue.
7234 (x86_64_frame_base_address): New function.
7235 (x86_64_frame_base): New variable.
7236 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7237 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7238 set deprecated_fp_regnum, deprecated_register_size,
7239 deprecated_register_bytes, register_raw_size, register_byte,
7240 register_virtual_type, register_convertiable,
7241 register_convert_to_virtual, convert_to_raw,
7242 deprecated_get_saved_register, deprecated_target_read_fp,
7243 deprecated_push_arguments, deprecated_push_return_address,
7244 deprecated_pop_frame, deprecated_store_struct_return,
7245 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7246 frameless_function_invocation, deprecated_frame_saved_pc,
7247 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7248 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7249 deprecated_init_frame_pc and virtual_frame_pointer. Call
7250 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7251 and x86_64_frame_p. Call frame_base_set_default to register
7252 x86_64_frame_base.
7253 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7254 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7255 (_initialize_x86_64_tdep): Remove function.
7256 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7257 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7258 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7259 define.
7260 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7261 (x86_64_linux_sigcontext_addr): Rewrite.
7262 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7263 x86_64_linux_frame_saved_pc): Remove functions.
7264 (x86_64_linux_pc_in_sigtramp): Renamed from
7265 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7266 trampoline.
7267 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7268 Remove_functions.
7269 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7270 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7271 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7272 (x86_64_regmap): Rename to regmap.
7273 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7274 x86_64_num_gregs.
7275 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7276 x86_64_regmap.
7277 (x86_64_fxsave_offset): Remove function.
7278 (supply_fpregset): Simply call x86_64_supply_fxsave.
7279 (fill_fpregset): Simply call x86_64_fill_fxsave.
7280 (fetch_inferior_registers, store_inferior_registers): Avoid
7281 asignment in if-statement.
7282 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7283 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7284 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7285 (fetch_core_registers): Remove function.
7286 (linux_elf_core_fns): Remove.
7287 (offsetoff): Don't define.
7288 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7289 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7290 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7291 add core-regset.o.
7292 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7293 protection against multiple includes instead of NM_X86_64_h. Add
7294 various comments. Include "config/nm-linux.h". Don't include
7295 <signal.h>.
7296 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7297 GET_THREAD_SIGNALS): Remove defines.
7298 (x86_64_register_u_addr, kernel_u_size,
7299 lin_thread_get_thread_signals): Remove prototypes.
7300 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7301 [HAVE_LINK_H]: Don't include "solib.h".
7302 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7303 * config/i386/tm-x86-64linux.h: Fix comments.
7304 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7305 x86-64-tdep.o): Update dependencies.
7306
7307 2003-05-30 Andrew Cagney <cagney@redhat.com>
7308
7309 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7310 Change parameter type to a "struct regcache *".
7311
7312 * gdbarch.sh: Regardless of the multi-arch level, always define
7313 the macro when not already defined.
7314 * gdbarch.h, gdbarch.c: Re-generate.
7315
7316 2003-05-30 Richard Henderson <rth@redhat.com>
7317
7318 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7319 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7320 (alpha_mdebug_frame_this_id): Likewise.
7321 (alpha_mdebug_frame_prev_register): Likewise.
7322 (alpha_mdebug_frame_base_address): Likewise.
7323 (alpha_mdebug_frame_locals_address): Likewise.
7324 (alpha_mdebug_frame_args_address): Likewise.
7325 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7326 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7327 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7328 loop increment.
7329 (alpha_heuristic_frame_this_id): Make static.
7330 (alpha_heuristic_frame_prev_register): Likewise.
7331 (alpha_heuristic_frame_base_address): Likewise.
7332 * alpha-tdep.h: Update.
7333
7334 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7335
7336 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7337 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7338 defenitions.
7339 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7340 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7341 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7342 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7343 I386_ST0_REGNUM): New defines.
7344 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7345 codestream_get): Remove define.
7346 (codestream_next_addr, condestream_addr, condestream_buf,
7347 codestream_off, codestream_cnt): Remove variables.
7348 (codestream_fill, codestream_seek, codestream_read): Remove
7349 functions.
7350 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7351 functionality.
7352 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7353 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7354 i386_frame_saved_pc, i386_saved_pc_after_call,
7355 i386_frame_num_args, i386_frame_init_saved_regs,
7356 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7357 i386_push_arguments): Remove functions.
7358 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7359 functionality. Use i386_analyze_prologue instead of
7360 i386_get_frame_setup.
7361 (I386_NUM_SAVED_REGS): New define.
7362 (struct i386_frame_cache): New structure.
7363 (i386_alloc_frame_cache, i386_analyze_struct_return,
7364 i386_skip_probe, i386_analyze_frame_setup,
7365 i386_analyze_register_saves, i386_analyze_prologue,
7366 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7367 i386_frame_prev_register, i386_sigtramp_frame_cache,
7368 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7369 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7370 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7371 New functions.
7372 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7373 New variables.
7374 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7375 I386_EAX_REGNUM and I386_EDX_REGNUM.
7376 (i386_extract_return_value, i386_store_return_value): Use
7377 I386_ST0_REGNUM where appropriate.
7378 (i386_extract_struct_value_address): Rewrite to use extract_address.
7379 (i386_svr4_pc_in_sigtramp): Add comment.
7380 (i386_svr4_sigcontext_addr): Rewrite.
7381 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7382 TDEP->sc_sp_offset.
7383 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7384 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7385 of new defines. Set push_dummy_call, don't set
7386 deprecated_push_arguments, deprecated_push_return_address,
7387 deprecated_pop_frame. Don't set parm_boundary. Don't set
7388 deprecated_frame_chain, deprecated_frame_saved_pc,
7389 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7390 save_dummy_frame_tos, unwind_pc. Call
7391 frame_unwind_append_predicate and frame_base_set_default. Don't
7392 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7393 Don't set frameless_function_invocation. Don't set
7394 deprecated_register_bytes, deprecated_register_size,
7395 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7396 * i386-linux-tdep.c: Fix formatting in some comments.
7397 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7398 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7399 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7400 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7401 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7402 redundant parentheses.
7403 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7404 (i386_linux_sigcontext_addr): Use it. Rewrite.
7405 (find_minsym_and_objfile): Change name of second argument.
7406 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7407 changed. Use frame_pc_unwind instead of
7408 DEPRECATED_SAVED_PC_AFTER_CALL.
7409 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7410 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7411 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7412 unwinder.
7413 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7414 "dummy-frame.h".
7415 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7416 (_initialize_i386_cygwin_tdep): New prototype.
7417 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7418 deprecated_frame_chain_valid.
7419 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7420 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7421 Rely on the SVR4 defaults.
7422 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7423 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7424
7425 2003-05-30 Andrew Cagney <cagney@redhat.com>
7426
7427 * infcall.c (call_function_by_hand): Always call
7428 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7429
7430 2003-05-30 Richard Henderson <rth@redhat.com>
7431
7432 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7433 increment.
7434
7435 2003-05-29 Jim Blandy <jimb@redhat.com>
7436
7437 Use gdbarch methods for solib stuff on PowerPC Linux.
7438 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7439 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7440 show through.
7441 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7442 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7443 giving the same effect as the #definitions above.
7444
7445 2003-05-29 Adam Fedor <fedor@gnu.org>
7446
7447 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7448 (find_implementation_from_class): Replace it with the standard
7449 case i.e. do nothing.
7450
7451 2003-05-29 Richard Henderson <rth@redhat.com>
7452
7453 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7454 (alpha_linux_sigtramp_offset): Use it. Make static.
7455 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7456 update for new frame model.
7457 * alpha-mdebug-tdep.c: New file.
7458 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7459 (alpha_osf1_init_abi): Install it.
7460 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7461 (linked_proc_desc_table): Remove.
7462 (alpha_frame_past_sigtramp_frame): Remove.
7463 (alpha_dynamic_sigtramp_offset): Remove.
7464 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7465 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7466 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7467 (push_sigtramp_desc): Remove.
7468 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7469 (alpha_cannot_store_register): Likewise.
7470 (alpha_sigcontext_addr): Remove.
7471 (alpha_find_saved_regs): Remove.
7472 (alpha_frame_init_saved_regs): Remove.
7473 (alpha_init_frame_pc_first): Remove.
7474 (read_next_frame_reg): Remove.
7475 (alpha_frame_saved_pc): Remove.
7476 (alpha_saved_pc_after_call): Remove.
7477 (temp_proc_desc, temp_saved_regs): Remove.
7478 (alpha_about_to_return): Remove.
7479 (cached_proc_desc): Remove.
7480 (alpha_frame_chain): Remove.
7481 (alpha_print_extra_frame_info): Remove.
7482 (alpha_init_extra_frame_info): Remove.
7483 (alpha_frame_locals_address): Remove.
7484 (alpha_frame_args_address): Remove.
7485 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7486 (alpha_push_dummy_frame): Remove.
7487 (alpha_pop_frame): Remove.
7488 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7489 (alpha_read_insn): New.
7490 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7491 for different insn encodings.
7492 (alpha_in_lenient_prologue): Remove.
7493 (struct alpha_sigtramp_unwind_cache): New.
7494 (alpha_sigtramp_frame_unwind_cache): New.
7495 (alpha_sigtramp_register_address): New.
7496 (alpha_sigtramp_frame_this_id): New.
7497 (alpha_sigtramp_frame_prev_register): New.
7498 (alpha_sigtramp_frame_unwind): New.
7499 (alpha_sigtramp_frame_p): New.
7500 (struct alpha_heuristic_unwind_cache): New.
7501 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7502 don't count nop insns that occur between functions.
7503 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7504 heuristic_proc_desc, but without the mdebug wrapping.
7505 (alpha_heuristic_frame_this_id): New.
7506 (alpha_heuristic_frame_prev_register): New.
7507 (alpha_heuristic_frame_unwind): New.
7508 (alpha_heuristic_frame_p): New.
7509 (alpha_heuristic_frame_base_address): New.
7510 (alpha_heuristic_frame_base): New.
7511 (alpha_unwind_dummy_id): New.
7512 (alpha_unwind_pc): New.
7513 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7514 frame related deprecated initializations; install replacements.
7515 (alpha_dump_tdep): Remove.
7516 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7517 (alpha_read_insn, alpha_after_prologue,
7518 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7519 alpha_heuristic_frame_prev_register,
7520 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7521 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7522 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7523 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7524
7525 2003-05-29 Andrew Cagney <cagney@redhat.com>
7526
7527 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7528 dependant on the availability of ASSERT_FUNCTION.
7529 (ASSERT_FUNCTION): Do not define when there is no function name.
7530
7531 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7532
7533 From Jimi X <jimix@watson.ibm.com>:
7534 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7535
7536 2003-05-28 Jim Blandy <jimb@redhat.com>
7537
7538 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7539 argument to ptrace to int; the system headers should give it the
7540 right type, and pointers don't fit in ints on powerpc64-*-*.
7541
7542 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7543
7544 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7545 DW_TAG_catch_block.
7546
7547 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7548
7549 * stabsread.c (dbx_lookup_type): Make static.
7550 (read_type): Ditto.
7551 (add_undefined_type): Ditto.
7552 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7553 not export.
7554
7555 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7556
7557 * hpread.c (hpread_has_name): Make static.
7558 (hpread_psymtab_to_symtab): Ditto.
7559 (file_exists): Ditto.
7560 (hpread_call_pxdb): Ditto.
7561 (hpread_pxdb_needed): Ditto.
7562 (hpread_quick_traverse): Ditto.
7563 (hpread_get_header): Ditto.
7564 (hpread_get_lntt): Ditto.
7565 (hpread_get_slt): Ditto.
7566 (class_of): Ditto.
7567
7568 2003-05-25 Andreas Schwab <schwab@suse.de>
7569
7570 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7571 stack_align and deprecated_extra_stack_alignment_needed.
7572 (m68k_stack_align): Delete.
7573
7574 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7575 (m68k_register_virtual_size): Likewise.
7576 (altos_skip_prologue): Remove obsolete function.
7577 (isi_frame_num_args): Likewise.
7578 (news_frame_num_args): Likewise.
7579 (m68k_fix_call_dummy): Make static.
7580 (m68k_push_dummy_frame): Likewise.
7581 (m68k_pop_frame): Likewise.
7582 (m68k_skip_prologue): Likewise.
7583 (m68k_frame_init_saved_regs): Likewise.
7584 (m68k_saved_pc_after_call): Likewise.
7585 (m68k_get_longjmp_target): Make multi-arch.
7586 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7587 structure. Register m68k_get_longjmp_target if enabled.
7588 * m68k-tdep.h (struct gdbarch_tdep): Define.
7589 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7590
7591 * Makefile.in (config.status): Also depend on configure.tgt
7592 and configure.host.
7593 (m68klinux-tdep.o): Update dependencies.
7594 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7595 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7596 (M68K_LINUX_JB_PC): Define.
7597 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7598 and take additional parameter.
7599 (m68k_linux_sigtramp_saved_pc): Update.
7600 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7601 m68k_linux_pc_in_sigtramp, in_plt_section,
7602 find_solib_trampoline_target.
7603 * config/m68k/tm-linux.h: Don't include any tm headers.
7604 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7605 (JB_ELEMENT_SIZE): Likewise.
7606 (JB_PC): Likewise.
7607 (GET_LONGJMP_TARGET): Likewise.
7608 (IN_SIGTRAMP): Likewise.
7609 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7610
7611 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7612
7613 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7614 (sparc32_push_arguments): Re-implement by calling
7615 sparc32_do_push_arguments.
7616
7617 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7618
7619 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7620 SPARC_O1_REGNUM): New defines.
7621 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7622 (sparc32_store_return_value): New function.
7623 (sparc_extract_struct_value_address): Rewrite to operate on a
7624 regcache.
7625 (sparc_gdbarch_init): Don't set
7626 deprecated_extract_struct_value_address. Set
7627 extract_struct_value_address instead. Don't set
7628 deprecated_extract_return_value and deprecated_store_return_value
7629 for 32-bit targets. Set extract_return_value and
7630 store_return_value instead.
7631 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7632 DEPRECTAED_EXTRACT_RETURN_VALUE,
7633 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7634 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7635 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7636 (sparc_store_return_value): Remove prototype.
7637 (sparc32_store_return_value): New prototype.
7638 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7639 Adjust prototypes.
7640
7641 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7642
7643 * sparcnbsd-tdep.c: Include "gdb_string.h".
7644
7645 2003-05-23 Andrew Cagney <cagney@redhat.com>
7646
7647 * p-valprint.c (pascal_val_print): Replace extract_address with
7648 the inline equivalent extract_unsigned_integer.
7649 * jv-valprint.c (java_value_print): Ditto.
7650 * ada-valprint.c (ada_val_print_1): Ditto.
7651 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7652
7653 2003-05-23 Theodore A. Roth <troth@openavr.org>
7654
7655 * blockframe.c (frameless_look_for_prologue): Remove unused
7656 after_prologue variable.
7657
7658 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7659
7660 * blockframe.c (get_pc_function_start): Rewrite to avoid
7661 asignments in if-statements.
7662
7663 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7664
7665 Committed by Elena Zannoni <ezannoni@redhat.com>.
7666 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7667 files, don't relocate absolute symbols (and do use mst_abs).
7668
7669 2003-05-23 Andrew Cagney <cagney@redhat.com>
7670
7671 * objc-lang.c: Include "gdb_assert.h".
7672 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7673 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7674 (gdb_check, gdb_check_fatal): Delete functions.
7675 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7676 gdb_assert.
7677 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7678 * Makefile.in (objc-lang.o): Update dependencies.
7679
7680 2003-05-22 Ian Lance Taylor <ian@airs.com>
7681
7682 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7683 with fprintf_filtered, not fprintf_unfiltered.
7684
7685 2003-05-22 Andrew Cagney <cagney@redhat.com>
7686
7687 * stack.c (frame_info): Inline extract_address, replacing it with
7688 extract_unsigned_integer.
7689 * findvar.c (unsigned_pointer_to_address): Ditto.
7690 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7691 * dwarf2expr.c (dwarf2_read_address): Ditto.
7692 * frame.c (frame_pc_unwind): Update comment.
7693 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7694
7695 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7696
7697 * infptrace.c (detach): Call print_sys_errmsg rather than
7698 perror_with_name to issue warning message when errno is non-zero
7699 after calling ptrace detach.
7700
7701 2003-05-21 J. Brobecker <brobecker@gnat.com>
7702
7703 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7704 macro definitions from here...
7705 * hppa-tdep.c: ...to there.
7706
7707 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7708
7709 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7710 register_ptrace_addr(). Fix all callers.
7711
7712 2003-05-21 Andreas Schwab <schwab@suse.de>
7713
7714 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7715 dependencies.
7716 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7717 end.
7718 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7719 (_initialize_m68k_linux_tdep): New function.
7720 (m68k_linux_frame_saved_pc): Make static.
7721 (m68k_linux_extract_return_value): Likewise.
7722 (m68k_linux_store_return_value): Likewise.
7723 (m68k_linux_extract_struct_value_address): Likewise.
7724 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7725 Remove.
7726 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7727 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7728 (DEPRECATED_FRAME_SAVED_PC): Remove.
7729
7730 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7731
7732 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7733 regset numbering rather than our own.
7734
7735 2003-05-19 David Carlton <carlton@bactrian.org>
7736
7737 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7738
7739 2003-05-19 David Carlton <carlton@bactrian.org>
7740
7741 Partial fix for PR c++/827.
7742 * cp-support.h: Include symtab.h.
7743 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7744 * cp-namespace.c: Update contributors.
7745 (cp_lookup_symbol_nonlocal): New.
7746 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7747 (lookup_symbol_file): Ditto.
7748 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7749 * block.h: Declare block_scope, block_using, block_global_block.
7750 * block.c (block_scope): New.
7751 (block_using, block_global_block): Ditto.
7752 * Makefile.in (cp_support_h): Depend on symtab_h.
7753 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7754
7755 2003-05-19 David Carlton <carlton@bactrian.org>
7756
7757 * language.h (struct language_defn): Add 'la_value_of_this'
7758 and 'la_lookup_symbol_nonlocal' members.
7759 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7760 lookup_symbol_static, lookup_symbol_global,
7761 lookup_symbol_aux_block.
7762 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7763 if we should search fields of this and how to do static/global
7764 lookup.
7765 (lookup_symbol_aux_block): Make extern.
7766 (basic_lookup_symbol_nonlocal): New.
7767 (lookup_symbol_static, lookup_symbol_global): Ditto.
7768 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7769 'la_lookup_symbol_nonlocal' members.
7770 * c-lang.c (c_language_defn, cplus_language_defn)
7771 (asm_language_defn, minimal_language_defn): Ditto.
7772 * jv-lang.c (java_language_defn): Ditto.
7773 * language.c (unknown_language_defn, auto_language_defn)
7774 (local_language_defn): Ditto.
7775 * m2-lang.c (m2_language_defn): Ditto.
7776 * objc-lang.c (objc_language_defn): Ditto.
7777 * scm-lang.c (scm_language_defn): Ditto.
7778 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7779 * p-lang.c (pascal_language_defn): Ditto for both.
7780 * Makefile.in (f-lang.o): Depend on value_h.
7781 (p-lang.o): Ditto.
7782
7783 2003-05-19 David Carlton <carlton@bactrian.org>
7784
7785 * block.h: Declare block_static_block.
7786 * block.c (block_static_block): New.
7787 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7788 lookup_symbol_aux_local, calling block_static_block instead.
7789 (lookup_symbol_aux_local): Delete 'static_block' argument.
7790
7791 2003-05-19 David Carlton <carlton@bactrian.org>
7792
7793 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7794
7795 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7796
7797 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7798 register numbers mapping.
7799
7800 2003-05-18 Adam Fedor <fedor@gnu.org>
7801
7802 * symtab.c (completion_list_objc_symbol): New function.
7803 (make_symbol_completion_list): Use it to add ObjC symbols
7804 when looking though the list.
7805 (language_search_unquoted_string): New function.
7806 (make_file_symbol_completion_list): Use it.
7807
7808 2003-05-18 Andreas Schwab <schwab@suse.de>
7809
7810 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7811 dependencies.
7812 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7813 as m68k_linux_extract_return_value.
7814 (DEPRECATED_STORE_RETURN_VALUE): Define as
7815 m68k_linux_store_return_value.
7816 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7817 m68k_linux_extract_struct_value_address.
7818 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7819 get_next_frame, get_frame_base, get_frame_pc.
7820 (m68k_linux_frame_saved_pc): Use get_frame_base.
7821 (m68k_linux_extract_return_value): New function.
7822 (m68k_linux_store_return_value): New function.
7823 (m68k_linux_extract_struct_value_address): New function.
7824 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7825
7826 * c-exp.y (typebase): Remove duplicate occurence of
7827 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7828 of lookup_signed_typename.
7829
7830 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7831
7832 * dwarf2loc.c (find_location_expression): Change type of second
7833 argument to `size_t *'.
7834 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7835 for size variable.
7836
7837 2003-05-18 David Carlton <carlton@bactrian.org>
7838
7839 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7840 'linkage_name'. Add comment.
7841 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7842 'linkage_name'.
7843 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7844 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7845 (lookup_block_symbol): Ditto.
7846
7847 2003-05-16 Andrew Cagney <cagney@redhat.com>
7848
7849 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7850 * gdbarch.h, gdbarch.c: Re-generate.
7851 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7852 * TODO (REGISTER_BYTES): Delete reference.
7853 * alpha-tdep.c (alpha_gdbarch_init): Update.
7854 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7855 * x86-64-tdep.c (x86_64_init_abi): Update.
7856 * vax-tdep.c (vax_gdbarch_init): Update.
7857 * v850-tdep.c (v850_gdbarch_init): Update.
7858 * sparc-tdep.c (sparc_gdbarch_init): Update.
7859 * sh-tdep.c (sh_gdbarch_init): Update.
7860 * s390-tdep.c (s390_gdbarch_init): Update.
7861 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7862 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7863 (ns32k_gdbarch_init_32382): Update.
7864 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7865 * mcore-tdep.c (mcore_gdbarch_init): Update.
7866 * m68k-tdep.c (m68k_gdbarch_init): Update.
7867 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7868 * ia64-tdep.c (ia64_gdbarch_init): Update.
7869 * i386-tdep.c (i386_gdbarch_init): Update.
7870 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7871 * hppa-tdep.c (hppa_gdbarch_init): Update.
7872 * h8300-tdep.c (h8300_gdbarch_init): Update.
7873 * frv-tdep.c (frv_gdbarch_init): Update.
7874 * cris-tdep.c (cris_gdbarch_init): Update.
7875 * avr-tdep.c (avr_gdbarch_init): Update.
7876 * arm-tdep.c (arm_gdbarch_init): Update.
7877 * sparc-tdep.c (sparc_pop_frame): Update.
7878 * rs6000-tdep.c (rs6000_pop_frame): Update.
7879 * remote.c (init_remote_state): Update.
7880 (remote_prepare_to_store): Update.
7881 * remote-vx.c (vx_prepare_to_store): Update.
7882 * remote-sds.c (sds_fetch_registers): Update.
7883 (sds_prepare_to_store): Update.
7884 * remote-array.c: Update.
7885 * regcache.c (init_legacy_regcache_descr): Update.
7886 (init_regcache_descr): Update.
7887 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7888 (mips_o64_extract_return_value): Update.
7889 * irix5-nat.c (fetch_core_registers): Update.
7890 * irix4-nat.c (fetch_core_registers): Update.
7891 * i386-tdep.h: Update.
7892 * hppa-tdep.c (pa_do_registers_info): Update.
7893 (pa_do_strcat_registers_info): Update.
7894 * cris-tdep.c (cris_register_bytes_ok): Update.
7895 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7896 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7897 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7898 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7899 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7900 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7901 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7902 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7903 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7904 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7905 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7906 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7907 (REGISTER_BYTES_OK): Update.
7908 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7909 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7910
7911 2003-05-16 Ian Lance Taylor <ian@airs.com>
7912
7913 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7914 (vax_print_insn, print_insn_arg): Remove static functions.
7915 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7916 print_insn_vax from opcodes library.
7917 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7918
7919 2003-05-15 Andrew Cagney <cagney@redhat.com>
7920
7921 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7922 * target.h (memory_breakpoint_from_pc): Delete declaration.
7923 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7924 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7925 * monitor.c (monitor_insert_breakpoint): Use
7926 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7927 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7928 * gdbarch.h, gdbarch.c: Re-generate.
7929 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7930 (sparc_gdbarch_init): Set breakpoint_from_pc to
7931 sparc_breakpoint_from_pc.
7932 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7933 (BREAKPOINT_FROM_PC): Define.
7934 (sparc_breakpoint_from_pc): Declare.
7935 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7936 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7937 (BREAKPOINT_FROM_PC): Define.
7938 (BREAKPOINT): Delete macro.
7939 * target.h: Update comment.
7940 * s390-tdep.c (s390_gdbarch_init): Update comments.
7941 * remote.c: Update comments.
7942 * remote-mips.c: Update comments.
7943 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7944 * mem-break.c: Update comment.
7945 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7946 (ia64_memory_insert_breakpoint): Update.
7947 * config/sparc/tm-sparc.h: Update comment.
7948 * config/pa/tm-hppa64.h: Update comment.
7949 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7950 (rs6000_breakpoint_from_pc): Update.
7951 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7952 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7953 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7954 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7955 (mips_breakpoint_from_pc): Update.
7956 (mips_dump_tdep): Update.
7957
7958 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7959 * minsyms.c (lookup_minimal_symbol): Inline
7960 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7961
7962 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7963 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7964 * p-lang.c (pascal_printstr): Ditto.
7965 * objc-lang.c (objc_printstr): Ditto.
7966 * m2-lang.c (m2_printstr): Ditto.
7967 * jv-valprint.c (java_print_value_fields): Ditto.
7968 * f-lang.c (f_printstr): Ditto.
7969 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7970 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7971 for repeat_count_threshold.
7972 * Makefile.in (cp-valprint.o): Update dependencies.
7973
7974 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7975
7976 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7977 (examine_prologue): Support looking through leaf functions, knowing
7978 they start with mov r2,r12. Support skipping over indirect stores
7979 of the input registers. Upon hitting a non-nop branch instruction
7980 or predicated instruction, bail out by setting lim_pc to the current
7981 pc value in the loop. At the end, if the lim_pc value is still
7982 beyond our calculated value and we have trust_limit set,
7983 use the lim_pc value.
7984
7985 2003-05-15 Andrew Cagney <cagney@redhat.com>
7986
7987 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7988 generic_find_dummy_frame.
7989 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7990 (deprecated_generic_find_dummy_frame): Update.
7991 (deprecated_read_register_dummy): Update.
7992 * frame.c (deprecated_generic_get_saved_register): Update.
7993
7994 2003-05-15 Theodore A. Roth <troth@openavr.org>
7995
7996 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7997 (avr_gdbarch_init): Set breakpoint_from_pc method.
7998
7999 2003-05-15 Andrew Cagney <cagney@redhat.com>
8000
8001 * regcache.c (build_regcache): Set deprecated_register_valid
8002 directly.
8003 (deprecated_grub_regcache_for_register_valid): Delete function.
8004 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8005 declaration.
8006
8007 2003-05-15 David Carlton <carlton@bactrian.org>
8008
8009 Committed by Elena Zannoni <ezannoni@redhat.com>
8010 * symtab.c (lookup_symbol_aux): Delete calls to
8011 lookup_symbol_aux_minsyms.
8012 (lookup_symbol_aux_minsyms): Comment out function and
8013 prototype. Delete lookup by mangled name.
8014
8015 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8016
8017 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8018 correctly indicate an empty stack and ``stack_allocated'' to the
8019 indicate the number of elements initially allocated.
8020 (dwarf_expr_grow_stack): Simplify method for computing new
8021 stack size. Don't loop infinitely if ``stack_len'' is zero.
8022 (execute_stack_op): Move ``ctx->in_reg'' initialization
8023 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8024 be used in conjuction with DW_OP_piece. Revise error message
8025 accordingly.
8026
8027 2003-05-14 Theodore A. Roth <troth@openavr.org>
8028
8029 * MAINTAINERS: Update my email address.
8030 * avr-tdep.c: Ditto.
8031
8032 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8033
8034 * symtab.h (enum domain_enum): Rename from namespace_enum.
8035 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8036 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8037 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8038 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8039 TYPES_NAMESPACE, METHODS_NAMESPACE.
8040 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8041 (struct symbol, struct partial_symbol): Rename field
8042 'namespace_enum namespace' to 'domain_enum domain'.
8043 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8044 Delete old define kludge for namespace.
8045
8046 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8047 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8048 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8049 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8050 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8051 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8052 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8053 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8054 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8055 occurrences of the above.
8056
8057 2003-05-14 Ian Lance Taylor <ian@airs.com>
8058
8059 * Makefile.in (install-only): Use $(SHELL) when running
8060 mkinstalldirs.
8061
8062 2003-05-13 Ian Lance Taylor <ian@airs.com>
8063
8064 * MAINTAINERS (write after approval): Add myself.
8065
8066 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8067 second and third arguments.
8068 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8069 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8070
8071 2003-05-13 Andrew Cagney <cagney@redhat.com>
8072
8073 * defs.h (store_address): Delete declaration.
8074 findvar.c (store_address): Delete function.
8075 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8076 store_unsigned_integer.
8077 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8078 * v850-tdep.c (v850_push_arguments): Ditto.
8079 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8080 * sh-tdep.c (sh64_get_saved_register): Ditto.
8081 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8082 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8083 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8084 (mips_get_saved_register): Ditto.
8085 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8086 (find_func_descr, ia64_push_arguments): Ditto.
8087 * i386-tdep.c (i386_push_arguments): Ditto.
8088 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8089 * frv-tdep.c (frv_push_arguments): Ditto.
8090 * frame.c (legacy_saved_regs_prev_register): Ditto.
8091 (deprecated_generic_get_saved_register): Ditto.
8092 * findvar.c (unsigned_address_to_pointer): Ditto.
8093 * dwarf2read.c (dwarf2_const_value): Ditto.
8094 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8095 * alpha-tdep.c (alpha_push_arguments): Ditto.
8096
8097 2003-05-12 J. Brobecker <brobecker@gnat.com>
8098
8099 * NEWS: Mention that the hppa-hpux port has been partially
8100 multiarched (32bit ABIT only, so far).
8101
8102 2003-05-11 Andrew Cagney <cagney@redhat.com>
8103
8104 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8105 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8106 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8107 sim/testsuite/sim/arm/misaligned2.ms, and
8108 sim/testsuite/sim/arm/misaligned3.ms.
8109 * disasm.h (struct ui_file): Add opaque struct declaration.
8110 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8111 * frame.h (struct ui_file): Ditto.
8112
8113 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8114
8115 * value.h: Pretty print.
8116
8117 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8118
8119 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8120
8121 2003-05-08 Andrew Cagney <cagney@redhat.com>
8122
8123 * regcache.h (max_register_size): Delete declaration.
8124 * regcache.c (max_register_size): Delete function.
8125 (struct regcache_descr): Delete field "max_register_size".
8126 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8127 registers fit in MAX_REGISTER_SIZE.
8128 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8129 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8130 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8131 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8132 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8133 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8134 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8135 * dve3900-rom.c, hppa-tdep.c: Ditto.
8136
8137 2003-05-08 David Carlton <carlton@math.stanford.edu>
8138
8139 * valops.c (push_word): Fix typo.
8140
8141 2003-05-08 Andrew Cagney <cagney@redhat.com>
8142
8143 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8144 * gdbarch.h: Re-generate.
8145 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8146 (legacy_max_register_raw_size): Delete declaration.
8147 * regcache.c (legacy_max_register_raw_size): Delete function.
8148 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8149 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8150 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8151 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8152 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8153 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8154 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8155 * findvar.c, dwarf2cfi.c: Ditto.
8156
8157 2003-05-08 Andrew Cagney <cagney@redhat.com>
8158
8159 * mips-tdep.c (read_signed_register): New function, moved to here
8160 from "regcache.c".
8161 (read_signed_register_pid): Ditto.
8162 * regcache.c (read_signed_register_pid): Delete function, moved to
8163 "mips-tdep.c".
8164 (read_signed_register): Ditto.
8165 * regcache.h (read_signed_register): Delete declaration.
8166 (read_signed_register_pid): Delete declaration.
8167
8168 2003-05-08 Andrew Cagney <cagney@redhat.com>
8169
8170 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8171 * gdbarch.h: Re-generate.
8172 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8173 (legacy_max_register_virtual_size): Delete declaration.
8174 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8175 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8176 * tracepoint.c (memrange_sortmerge): Ditto.
8177 * sparc-tdep.c (sparc_print_registers): Ditto.
8178 * regcache.c (legacy_max_register_virtual_size): Delete function.
8179
8180 2002-05-08 J. Brobecker <brobecker@gnat.com>
8181
8182 * fork-child.c (escape_bang_in_quoted_argument): New function.
8183 (fork_inferior): Escape '!' characters in quoted arguments
8184 only when needed.
8185
8186 2003-05-08 J. Brobecker <brobecker@gnat.com>
8187
8188 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8189 the language of the CU is not currently supported by GDB.
8190
8191 2003-05-08 J. Brobecker <brobecker@gnat.com>
8192
8193 * defs.h (language): Add language_minimal enum value.
8194 * c-lang.c (minimal_language_defn): New language definition.
8195 (_initialize_c_language): Add the new minimal language to the list
8196 of languages known to GDB.
8197
8198 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8199
8200 * frame.c (get_frame_type): Don't attempt to lazily initialize
8201 frame's unwinder for legacy frames.
8202
8203 2003-05-07 Andrew Cagney <cagney@redhat.com>
8204
8205 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8206 and "regcache" parameters.
8207 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8208
8209 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8210
8211 * dwarf2read.c (dwarf_decode_lines): Only use output of
8212 check_cu_functions() when calling record_line(). Do not update
8213 the current address.
8214
8215 2003-05-07 Andrew Cagney <cagney@redhat.com>
8216
8217 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8218 code.
8219
8220 2003-05-07 Jim Blandy <jimb@redhat.com>
8221
8222 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8223 'maint info symtabs' and 'maint info psymtabs'.
8224 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8225 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8226 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8227 Declarations updated.
8228 * maint.c (maintenance_list_command): Delete.
8229 (_initialize_maint_cmds): Update calls to add_cmd.
8230 * gdbcmd.h (maintenancelistlist): Delete declaration.
8231 * cli/cli-cmds.c (maintenancelistlist): Delete.
8232 (init_cmd_lists): Don't initialize it.
8233 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8234
8235 2003-05-07 Andrew Cagney <cagney@redhat.com>
8236
8237 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8238 "regcache".
8239 (d10v_print_registers_info): Update.
8240 (d10v_dmap_register, d10v_imap_register): Delete functions.
8241 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8242 and "imap_register".
8243 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8244 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8245 * arch-utils.c (generic_remote_translate_xfer_address): Add
8246 "regcache" and "gdbarch" parameters.
8247 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8248 parameter. Change class to multi-arch.
8249 * gdbarch.h, gdbarch.c: Re-generate.
8250 * remote.c (remote_xfer_memory): Use
8251 gdbarch_remote_translate_xfer_address.
8252
8253 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8254
8255 * infrun.c (prev_pc): Move declaration ahead of proceed().
8256 (proceed): Refresh prev_pc value before resuming.
8257 (stop_stepping): Remove code to refresh prev_pc.
8258
8259 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8260
8261 * nto-tdep.c: Removed stray comment.
8262
8263 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8264
8265 * i386-nto-tdep.c: Fix old K&R function definitions.
8266 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8267 Also change add_show_from_set() call to add_setshow_cmd().
8268 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8269
8270 2003-05-05 Andrew Cagney <cagney@redhat.com>
8271
8272 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8273 (fprint_dummy_frames): New function.
8274 (maintenance_print_dummy_frames): New function.
8275 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8276 * frame.c (fprint_frame_id): Make global.
8277 * frame.h (fprint_frame_id): Declare.
8278 * Makefile.in (dummy-frame.o): Update dependencies.
8279
8280 2003-05-05 Andrew Cagney <cagney@redhat.com>
8281
8282 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8283 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8284 SIZEOF_CALL_DUMMY_WORDS.
8285 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8286 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8287 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8288 CALL_DUMMY_BREAKPOINT_OFFSET.
8289 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8290 CALL_DUMMY_START_OFFSET.
8291 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8292 * gdbarch.h, gdbarch.c: Re-generate.
8293 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8294 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8295 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8296 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8297 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8298 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8299 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8300 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8301 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8302 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8303 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8304 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8305 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8306 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8307 * config/sparc/tm-sparc.h: Update.
8308
8309 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8310
8311 * configure.tgt: Add i[3456]86-*-nto*.
8312 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8313 * nto-tdep.c: New file. Neutrino target support routines.
8314 * nto-tdep.h: New file. Neutrino target header.
8315 * config/tm-qnxnto.h: New file.
8316 * config/i386/i386nto.mt: New file.
8317 * config/i386/tm-i386nto.h: New file.
8318
8319 2003-05-04 Andrew Cagney <cagney@redhat.com>
8320
8321 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8322 (load_infrun_state): Ditto.
8323 (struct thread_info): Drop "prev_func_name" field.
8324 * thread.c (load_infrun_state): Update.
8325 (save_infrun_state): Update.
8326 * infrun.c (prev_func_name): Delete variable.
8327 (init_wait_for_inferior): Do not clear prev_func_name.
8328 (stop_stepping, keep_going, context_switch): Do not swap
8329 prev_func_name.
8330 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8331 instead of PC_IN_SIGTRAMP.
8332
8333 2003-05-04 Andrew Cagney <cagney@redhat.com>
8334
8335 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8336 REGISTER_BYTE with register_offset_hack.
8337 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8338 that REGISTER_BYTE is consistent with the regcache.
8339 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8340 * gdbarch.h, gdbarch.c: Regenerate.
8341
8342 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8343
8344 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8345 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8346
8347 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8348
8349 2003-05-03 J. Brobecker <brobecker@gnat.com>
8350
8351 From Thierry Schneider <tpschneider1@yahoo.com>
8352 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8353 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8354 (mi-cmd-symbol.o): Add rule.
8355
8356 2003-05-03 Andrew Cagney <cagney@redhat.com>
8357
8358 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8359 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8360 * gdbarch.h, gdbarch.c: Re-generate.
8361 * d10v-tdep.c (d10v_push_dummy_code): New function.
8362 (d10v_gdbarch_init): Set push_dummy_code.
8363 * infcall.c (legacy_push_dummy_code): New function.
8364 (generic_push_dummy_code): New function.
8365 (push_dummy_code): New function.
8366 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8367 instead of dummy_addr, to push_dummy_call. Move call to
8368 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8369 switch.
8370 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8371
8372 2003-05-03 Andrew Cagney <cagney@redhat.com>
8373
8374 * disasm.h (print_insn): Declare.
8375 * disasm.c (init_gdb_disassemble_info): New function.
8376 (gdb_disassembly): Call init_gdb_disassemble_info.
8377 (gdb_print_insn): New function.
8378 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8379 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8380 * mcore-tdep.c: Include "disasm.h"
8381 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8382 * d10v-tdep.c: Include "disasm.h".
8383 (display_trace): Call gdb_print_insn, instead of print_insn.
8384 (print_insn): Delete function.
8385 * printcmd.c: Include "disasm.h".
8386 (print_insn): Delete function.
8387 (print_formatted): Call gdb_print_insn, instead of print_insn.
8388 * Makefile.in (printcmd.o): Update dependencies.
8389 (mcore-tdep.o, d10v-tdep.o): Ditto.
8390
8391 2003-05-02 Andrew Cagney <cagney@redhat.com>
8392
8393 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8394 PC_REGNUM, re-indent.
8395 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8396 PC_REGNUM isn't set.
8397
8398 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8399 * gdbarch.h, gdbarch.c: Re-generate.
8400 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8401 register_virtual_size, pc_regnum, or register_bytes.
8402 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8403 (d10v_register_type): Use D10V_PC_REGNUM.
8404 (d10v_print_registers_info, d10v_read_pc): Ditto.
8405 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8406 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8407
8408 2003-05-02 David Carlton <carlton@bactrian.org>
8409
8410 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8411 the name with mstrsave.
8412
8413 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8414
8415 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8416 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8417 (host_charset_name, target_charset_name): New vars for use by
8418 set/show commands.
8419 (host_charset_enum, target_charset_enum): New enums for set/show
8420 commands.
8421 (set_charset_sfunc, set_host_charset_sfunc,
8422 set_target_charset_sfunc): New functions.
8423 (set_host_charset, set_target_charset): Make static.
8424 (list_charsets, set_host_charset_command,
8425 set_target_charset_command): Delete functions.
8426 (show_charset_command): Rewrite as....
8427 (show_charset): Hook this up with the set/show command mechanism.
8428 (_initialize_charset): Change names of charsets to match the
8429 set/show enums. Use host_charset_name and target_charset_name.
8430 Use set/show mechanism for charset, host-charset, target-charset
8431 commands. Do not make 'show host-charset' and 'show
8432 target-charset' be aliases of 'show charset'.
8433
8434 * charset.h (set_host_charset, set_target_charset): Don't export,
8435 they are not used outside the file.
8436
8437 2003-05-01 Andrew Cagney <cagney@redhat.com>
8438
8439 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8440 (gdb_disassembly): Make "di" non static, always initialize and
8441 cleanup. Always use dis_asm_read_memory.
8442 (gdb_dis_asm_read_memory): Delete function.
8443
8444 2003-05-01 Andrew Cagney <cagney@redhat.com>
8445
8446 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8447 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8448
8449 2003-04-30 Andrew Cagney <cagney@redhat.com>
8450
8451 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8452 "tm_print_insn_info".
8453 (TARGET_PRINT_INSN_INFO): Delete macro.
8454 (dis_asm_read_memory): Delete function declaration.
8455 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8456 (tm_print_insn_info): Delete variable definition.
8457 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8458 * gdbarch.h, gdbarch.c: Re-generate.
8459 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8460 "deprecated_tm_print_insn_info".
8461 * mcore-tdep.c (mcore_dump_insn): Ditto.
8462 * mips-tdep.c (mips_gdbarch_init): Ditto.
8463 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8464 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8465 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8466 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8467 instead of TARGET_PRINT_INSN_INFO, add comment.
8468 * s390-tdep.c (s390_get_frame_info): Instead of
8469 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8470 (s390_check_function_end, s390_is_sigreturn): Ditto.
8471 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8472 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8473 * disasm.c: Include "gdbcore.h".
8474 (_initialize_disasm): New function, initialize
8475 "deprecated_tm_print_insn_info".
8476 (deprecated_tm_print_insn_info): New variable.
8477 (dis_asm_read_memory): Moved from "corefile.c", made static.
8478 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8479 * Makefile.in (disasm.o): Update dependencies.
8480
8481 2003-04-30 Andrew Cagney <cagney@redhat.com>
8482
8483 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8484
8485 2003-04-29 Adam Fedor <fedor@gnu.org>
8486
8487 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8488 * infcall.c (find_function_addr): Make non-static.
8489 * infcall.h (find_function_addr): Declare.
8490 * Makefile.in (eval.o): Update dependencies.
8491
8492 2003-04-28 Adam Fedor <fedor@gnu.org>
8493
8494 * symtab.c (symbol_find_demangled_name): Check for and demangle
8495 ObjC symbols.
8496 (symbol_init_demangled_name): Init for language_objc as well.
8497
8498 2003-04-28 Andrew Cagney <cagney@redhat.com>
8499
8500 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8501 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8502 * gdbarch.h, gdbarch.c: Re-generate.
8503 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8504 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8505 * inferior.h (deprecated_read_fp): Rename read_fp.
8506 (generic_target_read_fp): Delete declaration.
8507 * regcache.c (generic_target_read_fp): Delete function.
8508 (deprecated_read_fp): Replace read_fp, use
8509 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8510 * d10v-tdep.c (d10v_read_fp): Delete function.
8511 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8512
8513 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8514 deprecated_target_read_fp to generic_target_read_fp.
8515 * sh-tdep.c (sh_gdbarch_init): Ditto.
8516 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8517 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8518 * frv-tdep.c (frv_gdbarch_init): Ditto.
8519
8520 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8521 deprecated_fp_regnum.
8522 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8523 * vax-tdep.c (vax_gdbarch_init): Ditto.
8524 * v850-tdep.c (v850_gdbarch_init): Ditto.
8525 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8526 * sh-tdep.c (sh_gdbarch_init): Ditto.
8527 * s390-tdep.c (s390_gdbarch_init): Ditto.
8528 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8529 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8530 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8531 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8533 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8534 * i386-tdep.c (i386_gdbarch_init): Ditto.
8535 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8536 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8537 * frv-tdep.c (frv_gdbarch_init): Ditto.
8538 * cris-tdep.c (cris_gdbarch_init): Ditto.
8539 * avr-tdep.c (avr_gdbarch_init): Ditto.
8540 * arm-tdep.c (arm_gdbarch_init): Ditto.
8541 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8542
8543 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8544 * v850-tdep.c (v850_gdbarch_init): Ditto.
8545 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8546 * sh-tdep.c (sh_gdbarch_init): Ditto.
8547 * s390-tdep.c (s390_gdbarch_init): Ditto.
8548 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8549 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8550 * mips-tdep.c (mips_gdbarch_init): Ditto.
8551 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8552 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8553 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8554 * frv-tdep.c (frv_gdbarch_init): Ditto.
8555 * avr-tdep.c (avr_gdbarch_init): Ditto.
8556 * arm-tdep.c (arm_gdbarch_init): Ditto.
8557
8558 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8559 DEPRECATED_FP_REGNUM.
8560 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8561 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8562 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8563 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8564 (sparc32_register_virtual_type): Ditto.
8565 * sh-tdep.c (sh64_frame_chain): Ditto.
8566 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8567 (sh_nofp_frame_init_saved_regs): Ditto.
8568 (sh64_nofp_frame_init_saved_regs): Ditto.
8569 (sh_fp_frame_init_saved_regs): Ditto.
8570 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8571 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8572 * procfs.c (procfs_fetch_registers): Ditto.
8573 (procfs_store_registers): Ditto.
8574 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8575 (store_inferior_registers, fetch_core_registers): Ditto.
8576 (fetch_kcore_registers, clear_regs): Ditto.
8577 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8578 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8579 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8580 * nlm/i386.c (do_status): Ditto.
8581 * mipsv4-nat.c (supply_gregset): Ditto.
8582 * mips-tdep.c: Ditto for comments.
8583 * mips-nat.c (fetch_inferior_registers): Ditto.
8584 (store_inferior_registers, fetch_core_registers): Ditto.
8585 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8586 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8587 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8588 (i386_do_pop_frame, i386_register_type): Ditto.
8589 * hppa-tdep.c (hppa_frame_chain): Ditto.
8590 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8591 (hppa_pop_frame, hppa_read_fp): Ditto.
8592 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8593 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8594 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8595 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8596 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8597 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8598 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8599 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8600 * blockframe.c: Ditto for comments.
8601 * arch-utils.h: Ditto for comments.
8602 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8603 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8604 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8605 * alpha-tdep.h: Ditto for comments.
8606 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8607 (alpha_cannot_store_register): Ditto.
8608 (alpha_push_dummy_frame): Ditto.
8609 * alpha-nat.c (supply_gregset): Ditto.
8610
8611 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8612 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8613 * config/sparc/tm-sparc.h: Update comment.
8614
8615 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8616 deprecated_read_fp instead of TARGET_READ_FP.
8617 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8618 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8619 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8620 deprecated_read_fp instead of read_fp.
8621 * s390-tdep.c (s390_push_arguments): Ditto.
8622 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8623 * frame.h: Ditto in comments.
8624 * frame.c (legacy_get_prev_frame): Ditto.
8625 * dummy-frame.c (dummy_frame_this_id): Ditto.
8626 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8627
8628 2003-04-28 Andrew Cagney <cagney@redhat.com>
8629
8630 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8631 * gdbarch.h, gdbarch.c: Re-generate.
8632 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8633 * vax-tdep.c (_initialize_vax_tdep): Update.
8634 * v850-tdep.c (_initialize_v850_tdep): Update.
8635 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8636 * s390-tdep.c (_initialize_s390_tdep): Update.
8637 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8638 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8639 * mips-tdep.c (_initialize_mips_tdep): Update.
8640 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8641 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8642 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8643 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8644 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8645 * frv-tdep.c (_initialize_frv_tdep): Update.
8646 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8647 (_initialize_cris_tdep): Update.
8648 * arch-utils.c (legacy_print_insn): Update.
8649 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8650
8651 2003-04-26 Adam Fedor <fedor@gnu.org>
8652
8653 * linespec.c (decode_objc): New function to decode ObjC calls
8654 (decode_line_1): Check for ObjC calls (using decode_objc)
8655 * Makefile (linespec.o): Update dependencies.
8656
8657 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8658
8659 * breakpoint.h (struct breakpoint_ops): New.
8660 (struct breakpoint): Add ops member.
8661
8662 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8663 (mention): Use new breakpoint ops member.
8664 (set_raw_breakpoint): Initialize ops field to NULL.
8665 (print_exception_catchpoint, print_one_exception_catchpoint)
8666 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8667 (gnu_v3_exception_catchpoint_ops): New.
8668 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8669
8670 2003-04-25 Adam Fedor <fedor@gnu.org>
8671
8672 * Makefile.in (COMMON_OBS): Add objc-lang.o
8673
8674 2003-04-25 Andrew Cagney <cagney@redhat.com>
8675
8676 * d10v-tdep.c (print_insn): Delete function.
8677 (display_trace): Use TARGET_PRINT_INSN.
8678 (_initialize_d10v_tdep): Do not set tm_print_insn.
8679 (d10v_gdbarch_init): Set print_insn.
8680
8681 2003-04-25 Andrew Cagney <cagney@redhat.com>
8682
8683 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8684 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8685 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8686 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8687 (nr_dmap_regs, a0_regnum): ... new functions.
8688 (d10v_print_registers_info): Use a0_regnum, use register_size.
8689 (d10v_register_byte): Delete function.
8690 (d10v_register_raw_size): Delete function.
8691 (d10v_register_type): Use a0_regnum.
8692 (d10v_print_registers_info): Use a0_regnum.
8693 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8694 (d10v_gdbarch_init): Do not set register_byte or
8695 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8696 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8697 extract_address.
8698 (trace_command): Use XCALLOC.
8699 (print_insn): Delete reference to tm_print_insn.
8700 (saved_regs_unwinder): Use store_unsigned_integer instead of
8701 store_address.
8702 * frame.h (FRAME_OBSTACK_CALLOC): Define
8703
8704 2003-04-25 David Carlton <carlton@bactrian.org>
8705
8706 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8707
8708 2003-04-24 Adam Fedor <fedor@gnu.org>
8709
8710 * objc-lang.c: Include "valprint.h"
8711 * Makefile.in (objc-lang.o): Update dependencies.
8712
8713 2003-04-24 Adam Fedor <fedor@gnu.org>
8714
8715 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8716 architecture dependant compilation and mark as unimplemented
8717 (until they get put in the gdbarch vector).
8718
8719 2003-04-23 David Carlton <carlton@bactrian.org>
8720
8721 * cp-support.c (cp_find_first_component): Accept 'operator' in
8722 more locations.
8723
8724 2003-04-23 Andrew Cagney <cagney@redhat.com>
8725
8726 * infcall.c (call_function_by_hand): Eliminate redundant
8727 indentation. Move "saved_async" and "old_cleanups" to where they
8728 are needed.
8729
8730 2003-04-23 Andrew Cagney <cagney@redhat.com>
8731
8732 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8733 and "buffer". Move the "name" code to where it is needed.
8734
8735 2003-04-23 Andrew Cagney <cagney@redhat.com>
8736
8737 * infcall.c (call_function_by_hand): Move variables "start_sp",
8738 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8739 code to ON_STACK switch branch.
8740
8741 2003-04-23 Andrew Cagney <cagney@redhat.com>
8742
8743 * infcall.c (call_function_by_hand): Make declaration of "i",
8744 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8745 lint.
8746
8747 2003-04-23 Andrew Cagney <cagney@redhat.com>
8748
8749 * infcall.c (call_function_by_hand): Delete variable
8750 "n_method_args". Localize "param_type"'s declaration to the loop
8751 that it is used. Reinstate code assigning to said variable -
8752 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8753 Rationalize code using "param_type".
8754
8755 2003-04-22 Andrew Cagney <cagney@redhat.com>
8756
8757 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8758 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8759 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8760 to DEPRECATED_PUSH_RETURN_ADDRESS.
8761
8762 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8763
8764 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8765 on the DWARF2 register number prior to fetching a register.
8766
8767 2003-04-22 J. Brobecker <brobecker@gnat.com>
8768
8769 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8770 Update all the tests using SOFT_FLOAT considering the fact that
8771 this macro was always set to 0.
8772 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8773 considering the fact that this macro was always set to 0.
8774 * hppa-tdep.h (hppa_store_return_value): Likewise.
8775 (hppa_extract_return_value): Likewise.
8776
8777 2003-04-22 J. Brobecker <brobecker@gnat.com>
8778
8779 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8780 the hppa-pro target only.
8781
8782 2003-04-21 J. Brobecker <brobecker@gnat.com>
8783
8784 Ongoing multi-arch conversion effort for HP/UX:
8785 * config/pa/tm-hppa.h: Move all macro that are no longer
8786 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8787 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8788
8789 2003-04-21 J. Brobecker <brobecker@gnat.com>
8790
8791 * config/pa/tm-hppa.h: Obsolete a section that was only used
8792 for hppa-pro.
8793
8794 2003-04-21 J. Brobecker <brobecker@gnat.com>
8795
8796 Ongoing multi-arch conversion for HP/UX.
8797 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8798 if already defined (allows hppa64 to stay non-multiarched for now).
8799 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8800
8801 2003-04-21 Andrew Cagney <cagney@redhat.com>
8802
8803 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8804
8805 2003-04-21 Andrew Cagney <cagney@redhat.com>
8806
8807 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8808 "i386_num_mmx_regs".
8809
8810 2003-04-21 Andrew Cagney <cagney@redhat.com>
8811
8812 * infcall.c: New file.
8813 * infcall.h: New file.
8814 * valarith.c: Include "infcall.h".
8815 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8816 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8817 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8818 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8819 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8820 (SFILES): Add "infcall.c"
8821 (COMMON_OBS): Add "infcall.o".
8822 (infcall.o): Specify dependencies.
8823 * value.h (call_function_by_hand): Delete declaration.
8824 * inferior.h (run_stack_dummy): Delete declaration.
8825 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8826 (run_stack_dummy): Move to "infcall.c", merged into
8827 call_function_by_hand.
8828 * valops.c (call_function_by_hand): Moved to "infcall.c".
8829 (find_function_addr, value_arg_coerce): Ditto.
8830 (unwindonsignal_p, coerce_float_to_double): Ditto.
8831 (_initialize_valops): Move "set/show coerce-float-to-double", and
8832 "set/show unwindonsignal" commands to "infcall.c".
8833 * v850-tdep.c, target.h: Update comments.
8834 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8835 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8836 (sh64_init_extra_frame_info): Update comments.
8837 * mn10300-tdep.c: Update comments.
8838 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8839 * config/sparc/tm-sparc.h: Update comments.
8840 * breakpoint.h: Update comments.
8841 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8842 * arm-tdep.c: Update comment.
8843
8844 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8845
8846 * i386-tdep.c (i386_num_register_names): New variable.
8847 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8848 (MM0_REGNUM): Remove redundant parentheses in define.
8849 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8850 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8851 i386_mxcsr_regnum_p): Remove redundant parentheses.
8852 (i386_register_name): Use i386_num_register_names.
8853
8854 * i386-tdep.c (i386_extract_return_value,
8855 i386_store_return_value): Correct check for availability of
8856 floating-point registers.
8857
8858 * i386-tdep.c (i386_frame_num_args): Remove function.
8859 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8860
8861 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8862 mmx_regnum_to_fp_regnum. Adjust all callers.
8863
8864 * i386-tdep.c (i386_get_longjmp_target): Use
8865 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8866 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8867 extract_address.
8868
8869 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8870
8871 * core-regset.c: Update comments to reflect reality. Re-order
8872 includes.
8873 (fetch_core_registers): Use switch instead of if. Remove
8874 redundant prototype.
8875
8876 2003-04-18 Jim Blandy <jimb@redhat.com>
8877
8878 * s390-tdep.c (s390_frame_align): New function.
8879 (s390_gdbarch_init): Register it with the gdbarch object.
8880
8881 2003-04-17 Richard Henderson <rth@redhat.com>
8882
8883 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8884
8885 2003-04-17 Michael Snyder <msnyder@redhat.com>
8886 Karen Bennet <bennet@redhat.com>
8887
8888 Committed by Elena Zannoni <ezannoni@redhat.com>
8889 * gdb_gcore.sh: New script to create a core dump of a process.
8890
8891 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8892
8893 * values.c (value_being_returned): Don't fetch the return
8894 value if the return type is void.
8895
8896 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8897
8898 * thread-db.c: Reindented.
8899
8900 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8901
8902 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8903 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8904 as types.
8905
8906
8907
8908
8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8931
8932 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8933 the size of ``long double'' to 16, instead of 8.
8934
8935 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8936
8937 * i386-linux-nat.c: Add some whitespace to make things more
8938 readable.
8939 (fetch_register, store_register, fetch_inferior_registers,
8940 store_inferior_registers): Get rid of assignment in if-statement.
8941 (store_register): Fix typo in error message.
8942
8943 2003-04-16 Andrew Cagney <cagney@redhat.com>
8944
8945 * utils.c (xmmalloc): Always allocate something, matches
8946 libiberty/xmalloc's semantics.
8947 (xmrealloc, xmcalloc): Ditto.
8948
8949 2003-04-16 Andrew Cagney <cagney@redhat.com>
8950
8951 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8952 update comments.
8953 (get_frame_type): Initialize unwind and type when needed.
8954 (get_frame_id, frame_register_unwind): Ditto.
8955
8956 2003-04-16 Andrew Cagney <cagney@redhat.com>
8957
8958 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8959 obsolete.
8960 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8961 * sparcl-stub.c: Obsolete file.
8962 * config/sparc/tm-sparclet.h: Obsolete file.
8963 * sparclet-stub.c: Obsolete file.
8964 * sparclet-rom.c: Obsolete file.
8965 * sparcl-tdep.c: Obsolete file.
8966 * config/sparc/tm-sparclite.h: Obsolete file.
8967 * config/sparc/sparclite.mt: Obsolete file.
8968 * config/sparc/sparclet.mt: Obsolete file.
8969 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8970 sparc86x-*-* obsolete.
8971
8972 2003-04-15 David Carlton <carlton@math.stanford.edu>
8973
8974 * Makefile.in (SFILES): Add cp-namespace.c.
8975 (COMMON_OBS): Add cp-namespace.o.
8976 (block.o): Depend on gdb_obstack_h and cp_support_h.
8977 (buildsym.o): Depend on cp_support_h.
8978 (cp-namespace.o): New.
8979 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8980 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8981 (dwarf2read.o): Depend on cp_support_h.
8982 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8983 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8984 processing_current_namespace.
8985 (read_namespace): Update processing_current_namespace; check for
8986 anonymous namespaces.
8987 (dwarf2_name): New function.
8988 (dwarf2_extension): Ditto.
8989 * cp-support.h: Update copyright, contributors.
8990 Add inclusion guards.
8991 Add opaque declaration for structs obstack, block, symbol.
8992 (struct using_direct): New struct.
8993 Add declarations for cp_find_first_component,
8994 cp_entire_prefix_len, processing_has_namespace_info,
8995 processing_current_namespace, cp_is_anonymous,
8996 cp_add_using_directive, cp_initialize_namespace,
8997 cp_finalize_namespace, cp_set_block_scope,
8998 cp_scan_for_anonymous_namespaces.
8999 * cp-namespace.c: New file.
9000 * cp-support.c: Update copyright.
9001 Include ctype.h, gdb_assert.h, gdbcmd.h.
9002 New variable maint_cplus_cmd_list.
9003 (cp_find_first_component): New function.
9004 (cp_entire_prefix_len, maint_cplus_command)
9005 (first_component_command, _initialize_cp_support): Ditto.
9006 * buildsym.c: Include cp-support.h.
9007 New variable using_list.
9008 (add_symbol_to_list): Check for anonymous namespaces.
9009 (finish_block): Set block's scope.
9010 (start_symtab): Initialize C++ namespace support.
9011 (end_symtab): Finalize C++ namespace support.
9012 * block.h: Add opaque declarations for structs
9013 block_namespace_info, using_direct, and obstack.
9014 Add declarations for block_set_scope and block_set_using.
9015 (struct block): Add 'language_specific' member.
9016 (BLOCK_NAMESPACE): New macro.
9017 * block.c: Include gdb_obstack.h and cp-support.h.
9018 (struct block_namespace_info): New struct.
9019 (block_set_scope): New function.
9020 (block_set_using, block_initialize_namespace): Ditto.
9021
9022 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9023
9024 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9025 (locate_base): Return early if there aren't any link map offsets.
9026 (svr4_solib_create_inferior_hook): Warn if shared library support
9027 is unavailable.
9028
9029 2003-04-14 David Carlton <carlton@math.stanford.edu>
9030
9031 * symtab.c (symbol_set_names): Add prefix when storing Java names
9032 in hash table. Fix for PR java/1039.
9033
9034 2003-04-14 David Carlton <carlton@math.stanford.edu>
9035
9036 * symtab.c (symbol_set_names): Rename 'name' arg to
9037 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9038 * symtab.h: Change 'name' argument in declaration of
9039 symbol_set_names to 'linkage_name'.
9040 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9041
9042 2003-04-14 Andrew Cagney <cagney@redhat.com>
9043
9044 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9045 return the fully sign-extended register value.
9046 (get_frame_pointer): Ditto.
9047 (mips_pop_frame): Initialize "proc_desc" after checking for a
9048 dummy frame.
9049
9050 2003-04-14 Andrew Cagney <cagney@redhat.com>
9051
9052 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9053 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9054 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9055 (mips_push_register): Delete function.
9056 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9057 PUSH_FP_REGNUM.
9058
9059 2003-04-14 Jim Blandy <jimb@redhat.com>
9060
9061 * symmisc.c: #include "gdb_regex.h".
9062 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9063 functions.
9064 * maint.c (maintenance_list_command): New function.
9065 (_initialize_maint_cmds): Register the above as commands.
9066 * symtab.h (maintenance_list_symtabs,
9067 maintenance_list_psymtabs): New declarations.
9068 * cli/cli-cmds.c (maintenancelistlist): New variable.
9069 (init_cmd_lists): Initialize it.
9070 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9071 * gdbcmd.h (maintenancelistlist): New declaration.
9072 * Makefile.in (symmisc.o): Update dependencies.
9073
9074 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9075
9076 * s390-nat.c: Include asm/types.h for addr_t.
9077
9078 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9079
9080 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9081 actually incoming type.
9082
9083 2003-04-13 Andrew Cagney <cagney@redhat.com>
9084
9085 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9086 get_next_frame and get_frame_saved_regs.
9087
9088 2003-04-13 Andrew Cagney <cagney@redhat.com>
9089
9090 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9091 of gdbarch_num_regs.
9092
9093 2003-04-13 Andrew Cagney <cagney@redhat.com>
9094
9095 * frame.h: Mention what replaced what in "struct frame_info".
9096 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9097 deprecated_update_frame_base_hack and
9098 deprecated_update_frame_pc_hack.
9099 * hppa-tdep.c: Ditto.
9100
9101 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9102
9103 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9104 to read_reg and update its comment. Remove regnum member.
9105 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9106 Don't call read_reg when setting in_reg. Call read_reg to get
9107 the frame base if it's in a register. Return the register number
9108 on the stack instead of in the context. Remove extra arguments
9109 to read_reg.
9110 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9111 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9112 the register number on the expression stack.
9113 (needs_frame_read_reg): Remove extra arguments.
9114
9115 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9116
9117 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9118 made non-static.
9119 (execute_stack_op): All callers updated.
9120 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9121 * dwarf2loc.c (find_location_expression): New function.
9122 (dwarf_expr_frame_base): Call it.
9123 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9124 (dwarf2_tracepoint_var_ref): New function, broken out from
9125 locexpr_tracepoint_var_ref.
9126 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9127 Make static.
9128 (loclist_read_variable, loclist_read_needs_frame): New functions.
9129 (loclist_describe_location, loclist_tracepoint_var_ref): New
9130 functions.
9131 (dwarf2_loclist_funcs): New struct location_funcs.
9132 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9133 (struct dwarf2_locexpr_baton): Add comments.
9134 (dwarf2_loclist_funcs): New extern.
9135 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9136 base_address and base_known.
9137 (dwarf_loc_buffer): New variable.
9138 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9139 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9140 (dwarf2_has_info): Initialize dwarf_loc_offset.
9141 (dwarf2_build_psymtabs): Read in .debug_loc.
9142 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9143 DWARF_LOC_SIZE.
9144 (psymtab_to_symtab_1): Likewise. Move base address calculation
9145 here, from...
9146 (dwarf2_get_pc_bounds): ... here. Use the base address from
9147 cu_header.
9148 (dwarf2_symbol_mark_computed): Handle location lists.
9149
9150 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9151
9152 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9153 if the linkage name demangled successfully.
9154
9155 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9156
9157 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9158 disassmbly_flavour): Removed.
9159
9160 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9161
9162 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9163
9164 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9165
9166 2003-04-12 Andrew Cagney <cagney@redhat.com>
9167
9168 * frame.h (struct frame_info): Move definition from here ...
9169 * frame.c (struct frame_info): ... to here.
9170
9171 2003-04-12 Andrew Cagney <cagney@redhat.com>
9172
9173 * gdbthread.h (save_infrun_state): Delete parameter
9174 "prev_func_start".
9175 (struct thread_info): Delete field "prev_func_start".
9176 (load_infrun_state): Ditto.
9177 * thread.c (load_infrun_state, save_infrun_state): Update.
9178 * infrun.c (prev_func_start): Delete variable.
9179 (context_switch, init_wait_for_inferior): Update.
9180 (stop_stepping, keep_going): Update.
9181
9182 2003-04-12 Andrew Cagney <cagney@redhat.com>
9183
9184 * gdbarch.sh: Add missing opaque declarations.
9185 * gdbarch.h: Regnerate.
9186 * symtab.h: Add missing opaque declarations.
9187 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9188 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9189 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9190 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9191 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9192 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9193 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9194 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9195 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9196 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9197 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9198 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9199 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9200
9201 2003-04-11 Andrew Cagney <cagney@redhat.com>
9202
9203 * frame.c (get_frame_id): Return this frame's "id".
9204 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9205 function start.
9206 (legacy_saved_regs_this_id): Replace function body with
9207 internal-error.
9208 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9209 FRAME_OBSTACK_ZALLOC.
9210 (create_new_frame): Mark the frame ID as valid.
9211
9212 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9213
9214 * Makefile.in (libbfd_h): Added missing setting.
9215 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9216 according to the selected ABI.
9217
9218 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9219
9220 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9221
9222 2003-04-11 Andrew Cagney <cagney@redhat.com>
9223
9224 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9225 SAVED_PC_AFTER_CALL.
9226 * gdbarch.h, gdbarch.c: Regenerate.
9227 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9228 * x86-64-tdep.c (x86_64_init_abi): Update.
9229 * vax-tdep.c (vax_gdbarch_init): Update.
9230 * v850-tdep.c (v850_gdbarch_init): Update.
9231 * sparc-tdep.c (sparc_gdbarch_init): Update.
9232 * sh-tdep.c (sh_gdbarch_init): Update.
9233 * s390-tdep.c (s390_gdbarch_init): Update.
9234 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9235 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9236 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9237 * mips-tdep.c (mips_gdbarch_init): Update.
9238 * mcore-tdep.c (mcore_gdbarch_init): Update.
9239 * m68k-tdep.c (m68k_gdbarch_init): Update.
9240 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9241 * ia64-tdep.c (ia64_gdbarch_init): Update.
9242 (ia64_saved_pc_after_call): Update declaration.
9243 * i386ly-tdep.c (i386lynx_init_abi): Update.
9244 * i386-tdep.c (i386_gdbarch_init): Update.
9245 * hppa-tdep.c (hppa_gdbarch_init): Update.
9246 * h8300-tdep.c (h8300_gdbarch_init): Update.
9247 * frv-tdep.c (frv_gdbarch_init): Update.
9248 * cris-tdep.c (cris_gdbarch_init): Update.
9249 * avr-tdep.c (avr_gdbarch_init): Update.
9250 * arm-tdep.c (arm_gdbarch_init): Update.
9251 * alpha-tdep.c (alpha_gdbarch_init): Update.
9252 * ns32knbsd-nat.c (frame_num_args): Update.
9253 * ns32k-tdep.c (umax_frame_num_args): Update.
9254 * mips-tdep.c (mips_init_frame_pc_first): Update.
9255 * infrun.c (step_over_function): Update.
9256 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9257 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9258 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9259 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9260 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9261 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9262 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9263 * arch-utils.c (init_frame_pc_default): Update.
9264 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9265 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9266 declaration.
9267
9268 2003-04-11 Andrew Cagney <cagney@redhat.com>
9269
9270 * i387-tdep.c: Update copyright.
9271 (i387_to_double): Delete function.
9272 (double_to_i387): Delete function.
9273
9274 2003-04-10 Andrew Cagney <cagney@redhat.com>
9275
9276 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9277 frame's function's address. Simplify.
9278 (d10v_frame_unwind_cache): Check that the frame's function is
9279 non-zero.
9280
9281 2003-04-10 Jim Blandy <jimb@redhat.com>
9282
9283 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9284 call to set_gdbarch_deprecated_push_arguments.
9285
9286 2003-04-10 Andrew Cagney <cagney@redhat.com>
9287
9288 * frame.c (fprint_frame_id): New function.
9289 (fprint_frame_type, fprint_frame): New function.
9290 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9291 (create_sentinel_frame, get_frame_id): Ditto.
9292 (frame_id_p, frame_id_eq): Ditto.
9293 (frame_id_inner, create_new_frame): Ditto.
9294 (legacy_get_prev_frame, get_prev_frame): Ditto.
9295 (deprecated_update_frame_pc_hack): Ditto.
9296 (frame_register_unwind): Ditto.
9297 (deprecated_update_frame_base_hack): Ditto.
9298
9299 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9300
9301 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9302 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9303 frame_chain function.
9304 * Makefile.in: Add dependencies due to above change.
9305
9306 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9307
9308 * blockframe.c (legacy_frame_chain_valid): Move call to
9309 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9310 inside_entry_file.
9311
9312 2003-04-09 Andrew Cagney <cagney@redhat.com>
9313
9314 * frame.h (struct frame_id): Replace "pc" and "base" with
9315 "stack_addr" and "code_addr". Update comments.
9316 (frame_id_build): Update parameter names and comment.
9317 (struct frame_info): Replace "id_p" and "id" with "this_id".
9318 * dummy-frame.c (dummy_frame_this_id): Update.
9319 * breakpoint.c (print_one_breakpoint): Update.
9320 * frame.c (get_frame_id): Update.
9321 (get_frame_base, frame_id_build): Update.
9322 (create_sentinel_frame, legacy_get_prev_frame): Update.
9323 (deprecated_update_frame_base_hack): Update.
9324 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9325 (frame_id_inner): Ditto.
9326
9327 2003-04-09 Andrew Cagney <cagney@redhat.com>
9328
9329 * defs.h (gdb_print_host_address): Make "addr" parameter a
9330 pointer constant.
9331 * utils.c (gdb_print_host_address): Update.
9332
9333 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9334
9335 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9336 register number for R0 is 0.
9337
9338 2003-04-09 J. Brobecker <brobecker@gnat.com>
9339
9340 * frame.h (struct gdbarch): Add opaque structure definition
9341 to avoid a compilation warning on LynxOS 4.0.
9342
9343 2003-04-09 Andrew Cagney <cagney@redhat.com>
9344
9345 * frame.h (struct frame_info): Delete field "pc". Replace
9346 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9347 structure.
9348 * frame.c (frame_pc_unwind): Update.
9349 (create_sentinel_frame): Do not set "pc".
9350 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9351 (get_frame_pc): Call frame_pc_unwind.
9352 (deprecated_update_frame_pc_hack): Update.
9353 (create_new_frame): Use "pc" not "->pc".
9354
9355 2003-04-09 Andrew Cagney <cagney@redhat.com>
9356
9357 * frame.c (get_frame_id): Eliminate code updating "frame".
9358 (legacy_get_prev_frame): Ditto.
9359 (get_frame_base): Return id.base directly.
9360 (deprecated_update_frame_base_hack): Update "id.base".
9361 * frame.h (struct frame_info): Delete field "frame".
9362
9363 2003-04-09 Andrew Cagney <cagney@redhat.com>
9364
9365 * NEWS: Mention that the "Sequent family" is obsolete.
9366 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9367 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9368 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9369 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9370 * config/i386/tm-ptx4.h: Obsolete file.
9371 * config/i386/tm-ptx.h: Obsolete file.
9372 * symm-tdep.c: Obsolete file.
9373 * config/i386/symmetry.mt: Obsolete file.
9374 * config/i386/tm-symmetry.h: Obsolete file.
9375 * symm-nat.c: Obsolete file.
9376 * config/i386/nm-symmetry.h: Obsolete file.
9377 * config/i386/xm-symmetry.h: Obsolete file.
9378 * config/i386/symmetry.mh: Obsolete file.
9379 * config/i386/nm-ptx4.h: Obsolete file.
9380 * config/i386/ptx4.mh: Obsolete file.
9381 * config/i386/ptx.mt: Obsolete file.
9382 * config/i386/ptx.mh: Obsolete file.
9383 * config/i386/xm-ptx4.h: Obsolete file.
9384 * config/i386/xm-ptx.h: Obsolete file.
9385
9386 2003-04-09 Andrew Cagney <cagney@redhat.com>
9387
9388 Obsolete mips*-*-mach3*.
9389 * NEWS: Mention that mips*-*-mach3* is obsolete.
9390 * m3-nat.c: Obsolete file.
9391 * config/nm-m3.h: Obsolete file.
9392 * config/mips/tm-mipsm3.h: Obsolete file.
9393 * config/mips/mipsm3.mt: Obsolete file.
9394 * config/mips/mipsm3.mh: Obsolete file.
9395 * config/mips/xm-mipsm3.h: Obsolete file.
9396 * mipsm3-nat.c: Obsolete file.
9397 * configure.host: Obsolete mips-dec-mach3*.
9398 * configure.tgt: Obsolete mips*-*-mach3*.
9399
9400 2003-04-09 Andrew Cagney <cagney@redhat.com>
9401
9402 * doublest.h: Update copyright.
9403 (deprecated_store_floating, deprecated_extract_floating): Rename
9404 store_floating and extract_floating. Update comments.
9405 * doublest.c: Update copyright.
9406 (extract_floating_by_length): Replace extract_floating.
9407 (store_floating_by_length): Replace store_floating.
9408 (deprecated_extract_floating): New function.
9409 (deprecated_store_floating): New function.
9410 (extract_typed_floating): Call extract_floating_by_length.
9411 (store_typed_floating): Call store_floating_by_length.
9412 * x86-64-tdep.c (x86_64_store_return_value): Update.
9413 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9414 (sh64_extract_return_value): Update.
9415 (sh_sh4_register_convert_to_virtual): Update.
9416 (sh_sh64_register_convert_to_virtual): Update.
9417 (sh_sh4_register_convert_to_raw): Update.
9418 (sh_sh64_register_convert_to_raw): Update.
9419 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9420 (rs6000_register_convert_to_raw): Update.
9421 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9422 (ia64_register_convert_to_raw): Update.
9423 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9424 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9425 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9426 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9427 (alpha_register_convert_to_raw): Update.
9428
9429 2003-04-08 Andrew Cagney <cagney@redhat.com>
9430
9431 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9432 * gdbarch.h, gdbarch.c: Re-generate.
9433 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9434 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9435 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9436 conditionally, use frame_pc_unwind as an alternative. Add
9437 comments.
9438 * arch-utils.c (init_frame_pc_default): Only call
9439 SAVED_PC_AFTER_CALL when available.
9440
9441 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9442
9443 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9444 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9445 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9446 (start_remote): Ditto.
9447 (handle_inferior_event): Ditto.
9448 (save_inferior_status): Ditto.
9449 (restore_inferior_status): Ditto.
9450 * infcmd.c (attach_command): Ditto.
9451 * fork-child.c (startup_inferior): Ditto.
9452 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9453 * alpha-tdep.c (heuristic_proc_start): Ditto.
9454 * mips-tdep.c (heuristic_proc_start): Ditto.
9455 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9456 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9457 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9458 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9459 * remote-vx.c (vx_create_inferior): Ditto.
9460
9461 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9462
9463 * infrun.c (stop_soon_quietly): Make it an enum, to better
9464 override the default behavior of handle_inferior_event.
9465 (clear_proceed_status): Update uses of stop_soon_quietly to
9466 reflect that it is now an enum.
9467 (start_remote): Ditto.
9468 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9469 is set to handle the new GNU/Linux kernel behavior for
9470 attach/sigstop. Update uses of stop_soon_quietly.
9471 * inferior.h (enum stop_kind): New enum.
9472 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9473 Reset normal handle_inferior_event behavior, afterwards.
9474 * fork-child.c (startup_inferior): Update.
9475 * alpha-tdep.c (heuristic_proc_start): Update.
9476 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9477 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9478 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9479 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9480 * remote-vx.c (vx_create_inferior): Update.
9481 * mips-tdep.c (heuristic_proc_start): Update.
9482
9483 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9484
9485 * disasm.c (dump_insns): Move variables inside loop, or they will
9486 be freed more than once, causing wild memory corruptions.
9487 (gdb_disassembly): Look for the substring "-thread",
9488 instead of "-threads" in the target name, to make sure to find
9489 the 'multi-thread' target. Also, make sure we do the right thing
9490 with the "core" target.
9491
9492 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9493
9494 * mips-tdep.c (mips_print_fp_register): New function, created from
9495 do_fp_register_row(). Registers are now (also) printed as hex.
9496 Only one register is printed per row.
9497 (mips_print_register, do_fp_register_row): Print floating point
9498 registers with mips_print_fp_register().
9499
9500 2003-04-06 Andrew Cagney <cagney@redhat.com>
9501
9502 * valprint.h (inspect_it): Add extern declaration.
9503 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9504 (selectors_info, classes_info): Ditto.
9505 (find_objc_msgcall): Fix indentation.
9506 (objc_printstr): Delete extern declarations.
9507
9508 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9509
9510 2003-04-06 Andrew Cagney <cagney@redhat.com>
9511
9512 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9513 Update comment.
9514 * frame.c (legacy_saved_regs_this_id): Update.
9515 (legacy_get_prev_frame): Update.
9516 * xstormy16-tdep.c: Update comment.
9517 * sparc-tdep.c (sparc_frame_chain): Update comment.
9518 * blockframe.c (legacy_frame_chain_valid): Update.
9519
9520 2003-04-06 Andrew Cagney <cagney@redhat.com>
9521
9522 * valprint.c (val_print_type_code_int): Delete #ifdef
9523 PRINT_TYPELESS_INTEGER code.
9524
9525 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9526 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9527 multi-arch definition.
9528 * gdbarch.h: Re-generate.
9529
9530 2003-04-05 Andrew Cagney <cagney@redhat.com>
9531
9532 Eliminate FRAME_FIND_SAVED_REGS.
9533 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9534 Change FSR parameter to a pointer.
9535 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9536 Assume FSR parameter is a pointer.
9537 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9538 Make fsr a pointer.
9539 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9540 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9541 saved_regs a pointer.
9542 (hppa_frame_saved_pc): Ditto.
9543 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9544 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9545 pointer.
9546 (restore_pc_queue): Make fsr a pointer.
9547 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9548 (hppa_frame_chain): Make saved_regs a pointer, call
9549 hppa_frame_init_saved_regs.
9550 * sparc-tdep.c: Include "gdb_assert.h".
9551 (sparc_frame_find_saved_regs): Replace internal_error with
9552 gdb_assert.
9553 * remote-vxsparc.c (vx_read_register): Delete reference to
9554 FRAME_FIND_SAVED_REGS.
9555 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9556 * gdbarch.h: Regenerate.
9557 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9558 (deprecated_get_frame_saved_regs): Delete declaration.
9559 (struct frame_saved_regs): Delete definition.
9560 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9561 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9562 (hppa_frame_find_saved_regs): Delete declaration.
9563 (FRAME_FIND_SAVED_REGS): Delete macro.
9564 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9565 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9566 FRAME_FIND_SAVED_REGS in comment.
9567
9568 2003-04-05 Andrew Cagney <cagney@redhat.com>
9569
9570 * frame.c (frame_func_unwind, get_frame_func): New functions.
9571 * frame.h (get_frame_func, frame_func_unwind): Declare.
9572 (struct frame_info): Add field "prev_func" for caching the
9573 previous frame's function address.
9574 * arm-tdep.c (arm_frameless_function_invocation): Combine
9575 get_pc_function_start and get_frame_pc into get_frame_func.
9576 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9577 (sh64_nofp_frame_init_saved_regs): Ditto.
9578 * s390-tdep.c (s390_function_start): Ditto.
9579 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9580 (rs6000_frameless_function_invocation): Ditto.
9581 (rs6000_frame_saved_pc): Ditto.
9582 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9583 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9584 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9585 (i386_frame_init_saved_regs): Ditto.
9586 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9587 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9588 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9589 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9590 * blockframe.c (frameless_look_for_prologue): Ditto.
9591
9592 2003-04-05 Andrew Cagney <cagney@redhat.com>
9593
9594 * frame.c (legacy_get_prev_frame): Link prev to next at the
9595 function start. Update comments.
9596
9597 2003-04-05 Andrew Cagney <cagney@redhat.com>
9598
9599 * frame.c (get_frame_id): Update comment.
9600 (legacy_get_prev_frame): Update comment.
9601 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9602 * gdbarch.h: Regenerate.
9603 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9604 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9605
9606 2003-04-05 Andrew Cagney <cagney@redhat.com>
9607
9608 * stack.c (print_frame_info): Use get_frame_pc.
9609
9610 2003-04-04 Andrew Cagney <cagney@redhat.com>
9611
9612 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9613 the frame's type from the unwinder.
9614 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9615 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9616 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9617 (get_frame_base_address): Use get_frame_type.
9618 (get_frame_locals_address, get_frame_args_address): Ditto.
9619 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9620 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9621 (struct frame_info): Add comment explaining why the frame contains
9622 a "type" field.
9623 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9624 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9625 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9626 NORMAL_FRAME.
9627 * frame-unwind.h: Include "frame.h".
9628 (struct frame_unwind): Add "type" field.
9629 * Makefile.in (frame_unwind_h): Add $(frame_h).
9630
9631 2003-04-04 Andrew Cagney <cagney@redhat.com>
9632
9633 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9634 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9635 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9636 get_frame_base.
9637 (d10v_unwind_dummy_id): Use frame_id_build.
9638 * frame.c (find_frame_sal): Use get_frame_pc.
9639 (create_new_frame): Use deprecated_update_frame_pc_hack and
9640 deprecated_update_frame_base_hack.
9641 (create_sentinel_frame): Add comment about ->pc going away.
9642 (get_prev_frame): Add comment about ->pc going away.
9643 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9644 frame_id_build, deprecated_update_frame_pc_hack and
9645 deprecated_update_frame_base_hack.
9646 (select_frame): Use get_frame_pc.
9647 (legacy_saved_regs_this_id): Use frame_id_build.
9648
9649 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9650
9651 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9652 signed integer case.
9653 (classify_argument): Handle enumerations and references.
9654
9655 2003-04-04 Andrew Cagney <cagney@redhat.com>
9656
9657 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9658 ID to NULL.
9659
9660 2003-04-01 Adam Fedor <fedor@gnu.org>
9661
9662 * gdb/objc-lang.c (selectors_info): Replace calls to
9663 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9664 SYMBOL_NATURAL_NAME.
9665 (classes_info, find_methods): Likewise.
9666
9667 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9668
9669 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9670 ``mach'' to the value determined by bfd_default_set_arch_mach().
9671
9672 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9673
9674 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9675 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9676 (mi-cmd-file.o): Update dependencies.
9677
9678 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9679
9680 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9681 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9682
9683 2003-04-01 Adam Fedor <fedor@gnu.org>
9684
9685 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9686 * language.h (struct language_defn): Add la_demangle.
9687 (language_demangle): Declare.
9688 * language.c (language_demangle): New function.
9689 (unk_lang_demangle): Likewise.
9690 (unknown_language_defn, auto_language_defn, local_language_defn):
9691 Add ukn_lang_demangle.
9692 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9693 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9694 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9695 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9696 * jv-lang.c (java_demangle): New function
9697 (java_language_defn): Use it for la_demangle element.
9698 * objc-lang.c (objc_demangle): Add options argument
9699 (objc_language_defn): Use objc_demangle for la_demangle element.
9700 * maint.c (maintenance_demangle): Replace switch with
9701 call to language_demangle.
9702 * utils.c (fprintf_symbol_filtered): Likewise.
9703
9704 2003-04-01 Andrew Cagney <cagney@redhat.com>
9705
9706 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9707 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9708 PRINT_TYPELESS_INTEGER.
9709 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9710 PUSH_RETURN_ADDRESS.
9711
9712 2003-04-01 Andrew Cagney <cagney@redhat.com>
9713
9714 * Makefile.in (d10v-tdep.o): Update dependencies.
9715 * d10v-tdep.c: Include "frame-base.h".
9716 (d10v_frame_unwind): Make constant.
9717 (d10v_frame_base_address): New function.
9718 (d10v_frame_base): New variable.
9719 (d10v_gdbarch_init): Set frame_base default.
9720 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9721 comment for base.
9722 (d10v_frame_unwind_cache): Set and use "prev_sp".
9723 (d10v_frame_this_id): Use the previous frame's inner most stack
9724 address and this frame's func address for the frame ID. Use
9725 frame_id_build. Don't analyze beyond the current instruction.
9726
9727 2003-04-01 Andrew Cagney <cagney@redhat.com>
9728
9729 * frame.h (get_frame_locals_address, get_frame_args_address):
9730 Refer to the base address, instead of the address of the first
9731 local or parameter.
9732
9733 2003-04-01 Andrew Cagney <cagney@redhat.com>
9734
9735 Add frame debug info addresses:
9736 * frame-base.c: New file.
9737 * frame-base.h: New file.
9738 * frame.h (struct frame_base): Add opaque declaration.
9739 (get_frame_base): Update comment.
9740 (get_frame_base_address): Declare.
9741 (get_frame_locals_address): Declare.
9742 (get_frame_args_address): Declare.
9743 (struct frame_info): Add "base" and "base_cache". Update
9744 comments on the unwinder.
9745 * frame.c: Include "frame-base.h".
9746 (get_frame_locals_address): New function.
9747 (get_frame_base_address): New function.
9748 (get_frame_args_address): New function.
9749 * findvar.c (read_var_value): Use get_frame_locals_address and
9750 get_frame_args_address.
9751 * stack.c (frame_info): Use get_frame_locals_address and
9752 get_frame_args_address.
9753 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9754 moved to "frame-base.c".
9755 * printcmd.c (print_frame_nameless_args): Ditto.
9756 * symtab.h (address_class): Update comments.
9757 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9758 get_frame_base_address.
9759 * dwarf2expr.c (execute_stack_op): Ditto.
9760 * Makefile.in (frame_base_h): Define.
9761 (frame.o): Update dependencies.
9762 (frame-base.o): Add dependencies.
9763 (SFILES): Add frame-base.c.
9764 (COMMON_OBS): Add frame-base.o.
9765
9766 2003-04-01 Andrew Cagney <cagney@redhat.com>
9767
9768 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9769 CALL_DUMMY_LENGTH): Ditto.
9770 * gdbarch.c: Re-generate.
9771 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9772 (CALL_DUMMY_LENGTH): Delete macro.
9773 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9774 * arm-tdep.c (arm_gdbarch_init): Ditto.
9775 * avr-tdep.c (avr_gdbarch_init): Ditto.
9776 * cris-tdep.c (cris_gdbarch_init): Ditto.
9777 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9778 * frv-tdep.c (frv_gdbarch_init): Ditto.
9779 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9780 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9781 * i386-tdep.c (i386_gdbarch_init): Ditto.
9782 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9783 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9784 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9785 * mips-tdep.c (mips_gdbarch_init): Ditto.
9786 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9787 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9788 * s390-tdep.c (s390_gdbarch_init): Ditto.
9789 * sh-tdep.c (sh_gdbarch_init): Ditto.
9790 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9791 * v850-tdep.c (v850_gdbarch_init): Ditto.
9792 * vax-tdep.c (vax_gdbarch_init): Ditto.
9793 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9794
9795 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9796
9797 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9798
9799 2003-04-01 Andrew Cagney <cagney@redhat.com>
9800
9801 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9802 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9803 * gdbarch.h, gdbarch.c: Re-generate.
9804 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9805 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9806 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9807 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9808 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9809 * infcmd.c (run_stack_dummy): Simplify assuming
9810 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9811 * infrun.c (handle_inferior_event): Ditto.
9812 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9813 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9814 * arm-tdep.c (arm_gdbarch_init): Ditto.
9815 * avr-tdep.c (avr_gdbarch_init): Ditto.
9816 * cris-tdep.c (cris_gdbarch_init): Ditto.
9817 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9818 * frv-tdep.c (frv_gdbarch_init): Ditto.
9819 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9820 * i386-tdep.c (i386_gdbarch_init): Ditto.
9821 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9822 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9823 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9824 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9825 * mips-tdep.c (mips_gdbarch_init): Ditto.
9826 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9827 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9828 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9829 * s390-tdep.c (s390_gdbarch_init): Ditto.
9830 * sh-tdep.c (sh_gdbarch_init): Ditto.
9831 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9832 * v850-tdep.c (v850_gdbarch_init): Ditto.
9833 * vax-tdep.c (vax_gdbarch_init): Ditto.
9834 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9835
9836 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9837
9838 * symfile.c (symfile_relocate_debug_section): Update call to
9839 bfd_simple_get_relocated_section_contents.
9840
9841 2003-03-31 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9844 * gdbarch.h, gdbarch.c: Regenerate.
9845 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9846 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9847 available.
9848 * frame.h (generic_fix_call_dummy): Delete declaration.
9849 * dummy-frame.h: Update comment.
9850 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9851 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9852 fix_call_dummy.
9853 * sh-tdep.c (sh_gdbarch_init): Ditto.
9854 * s390-tdep.c (s390_gdbarch_init): Ditto.
9855 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9856 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9857 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9858 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9859 * i386-tdep.c (i386_gdbarch_init): Ditto.
9860 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9861 * frv-tdep.c (frv_gdbarch_init): Ditto.
9862 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9863 * cris-tdep.c (cris_gdbarch_init): Ditto.
9864 * avr-tdep.c (avr_gdbarch_init): Ditto.
9865 * arm-tdep.c (arm_gdbarch_init): Ditto.
9866
9867 2003-03-31 J. Brobecker <brobecker@gnat.com>
9868
9869 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9870 (INIT_FRAME_AP): Likewise.
9871 (EXTRA_FRAME_INFO): Likewise.
9872
9873 2003-03-31 Andrew Cagney <cagney@redhat.com>
9874
9875 * gdbarch.sh: Include "symfile.h".
9876 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9877 * gdbarch.h, gdbarch.c: Re-generate.
9878 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9879 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9880 call_dummy_address, the default is at entry_point_address.
9881 * v850-tdep.c (v850_gdbarch_init): Ditto.
9882 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9883 * sh-tdep.c (sh_gdbarch_init): Ditto.
9884 * s390-tdep.c (s390_gdbarch_init): Ditto.
9885 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9886 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9887 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9888 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9889 * i386-tdep.c (i386_gdbarch_init): Ditto.
9890 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9891 * frv-tdep.c (frv_gdbarch_init): Ditto.
9892 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9893 * cris-tdep.c (cris_gdbarch_init): Ditto.
9894 * arm-tdep.c (arm_gdbarch_init): Ditto.
9895
9896 2003-03-31 Andrew Cagney <cagney@redhat.com>
9897
9898 * gdbarch.sh (CALL_DUMMY_P): Delete.
9899 * gdbarch.h, gdbarch.c: Re-generate.
9900 * inferior.h (CALL_DUMMY_P): Delete macro.
9901 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9902 * vax-tdep.c (vax_gdbarch_init): Update.
9903 * v850-tdep.c (v850_gdbarch_init): Update.
9904 * sparc-tdep.c (sparc_gdbarch_init): Update.
9905 * sh-tdep.c (sh_gdbarch_init): Update.
9906 * s390-tdep.c (s390_gdbarch_init): Update.
9907 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9908 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9909 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9910 * mips-tdep.c (mips_gdbarch_init): Update.
9911 * mcore-tdep.c (mcore_gdbarch_init): Update.
9912 * m68k-tdep.c (m68k_gdbarch_init): Update.
9913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9914 * ia64-tdep.c (ia64_gdbarch_init): Update.
9915 * i386-tdep.c (i386_gdbarch_init): Update.
9916 * h8300-tdep.c (h8300_gdbarch_init): Update.
9917 * frv-tdep.c (frv_gdbarch_init): Update.
9918 * d10v-tdep.c (d10v_gdbarch_init): Update.
9919 * cris-tdep.c (cris_gdbarch_init): Update.
9920 * breakpoint.c (deprecated_frame_in_dummy): Update.
9921 * avr-tdep.c (avr_gdbarch_init): Update.
9922 * alpha-tdep.c (alpha_gdbarch_init): Update.
9923 * arm-tdep.c (arm_gdbarch_init): Update.
9924 * dummy-frame.c (dummy_frame_this_id): Update comments.
9925 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9926 * frame.c (legacy_get_prev_frame): Ditto.
9927 * valops.c (call_function_by_hand): Delete function.
9928 (hand_function_call): Rename to call_function_by_hand
9929
9930 2003-03-30 Andrew Cagney <cagney@redhat.com>
9931
9932 2002-11-10 Klee Dienes <kdienes@apple.com>
9933 * value.h (struct value): Update comment.
9934
9935 2003-03-30 Andrew Cagney <cagney@redhat.com>
9936
9937 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9938 D10V_FP_REGNUM.
9939 (d10v_gdbarch_init): Do not set fp_regnum.
9940
9941 * frame.c (get_frame_base): Force ID initialization.
9942 (get_prev_frame): Move computation of the frame ID from here ...
9943 (get_frame_id): ... to here.
9944 (legacy_get_prev_frame): Mark the frame ID as valid.
9945 * frame.h (struct frame_info): Add field "id_p".
9946
9947 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9948
9949 * i386-tdep.c (i386_store_struct_return): Removed.
9950 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9951
9952 2003-03-30 Andrew Cagney <cagney@redhat.com>
9953
9954 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9955 * gdbarch.h, gdbarch.c: Regenerate.
9956 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9957 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9958 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9959 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9960 * i386-tdep.c (i386_gdbarch_init): Ditto.
9961 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9962 * cris-tdep.c (cris_gdbarch_init): Ditto.
9963 * vax-tdep.c (vax_gdbarch_init): Ditto.
9964 * s390-tdep.c (s390_gdbarch_init): Ditto.
9965 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9966 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9967 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9968 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9969 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9970 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9971 * sparc-tdep.c (sparc_gdbarch_init): Update.
9972 * sh-tdep.c (sh_gdbarch_init): Update.
9973 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9974 * mips-tdep.c (mips_gdbarch_init): Update.
9975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9976 * ia64-tdep.c (ia64_gdbarch_init): Update.
9977 * frv-tdep.c (frv_gdbarch_init): Update.
9978 * avr-tdep.c (avr_gdbarch_init): Update.
9979 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9980 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9981 instead of when push_dummy_call is not available.
9982
9983 2003-03-30 Andrew Cagney <cagney@redhat.com>
9984
9985 * infttrace.c: Include "gdbthread.h".
9986 (parent_attach_all): Fix function signature.
9987 (call_ptrace): Update call.
9988 * Makefile.in (infttrace.o): Update dependencies.
9989
9990 2003-03-30 Andrew Cagney <cagney@redhat.com>
9991
9992 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9993 PUSH_RETURN_ADDRESS.
9994 * gdbarch.h, gdbarch.c: Regenerate.
9995 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9996 * x86-64-tdep.c (x86_64_init_abi): Update.
9997 * v850-tdep.c (v850_gdbarch_init): Update.
9998 * sparc-tdep.c (sparc_gdbarch_init): Update.
9999 * sh-tdep.c (sh_gdbarch_init): Update.
10000 * s390-tdep.c (s390_gdbarch_init): Update.
10001 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10002 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10003 * mips-tdep.c (mips_gdbarch_init): Update.
10004 * mcore-tdep.c (mcore_gdbarch_init): Update.
10005 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10006 * ia64-tdep.c (ia64_gdbarch_init): Update.
10007 * i386-tdep.c (i386_gdbarch_init): Update.
10008 * h8300-tdep.c (h8300_gdbarch_init): Update.
10009 * frv-tdep.c (frv_gdbarch_init): Update.
10010 * cris-tdep.c (cris_gdbarch_init): Update.
10011 * avr-tdep.c (avr_gdbarch_init): Update.
10012 * arm-tdep.c (arm_gdbarch_init): Update.
10013 * valops.c (hand_function_call): Update.
10014
10015 2003-03-29 Andrew Cagney <cagney@redhat.com>
10016
10017 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10018 sizeof_call_dummy_words.
10019 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10020 define.
10021 * gdbarch.h: Regenerate.
10022
10023 2003-03-29 Andrew Cagney <cagney@redhat.com>
10024
10025 * infttrace.h: New file.
10026 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10027 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10028 (hpread_read_doc_function_type): Detect an initialized type1.
10029 (hpread_quick_traverse): Initialize mod_name_string.
10030 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10031 (som_solib_get_solib_by_pc): Declare.
10032 (so_lib_thread_start_addr): Declare.
10033 (no_shared_libraries): Declare.
10034 * somread.c (init_import_symbols): Make static. Add forward
10035 declaration.
10036 * config/pa/nm-hppah.h: Include "infttrace.h" for
10037 parent_attach_all.
10038 (hppa_insert_hw_watchpoint): Declare.
10039 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10040 * hppah-nat.c: Include "gdb_string.h".
10041 (parent_attach_all): Delete extern declaration, moved to
10042 "infttrace.h".
10043 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10044 int.
10045 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10046 * Makefile.in (infttrace_h): Define.
10047 (hpread.o): Update dependencies.
10048 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10049 * hppa-hpux-tdep.c: Include "gdb_string.h".
10050 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10051 * infrun.c (handle_inferior_event): Always initialize
10052 stepped_after_stopped_by_watchpoint. Add default and remove
10053 fallthrough in switch statement.
10054 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10055 parameter to int.
10056 (hppa_remove_hw_watchpoint): Ditto.
10057
10058 2003-03-29 Andrew Cagney <cagney@redhat.com>
10059
10060 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10061 offset.
10062
10063 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10064
10065 * arm-tdep.c (arm_push_arguments): Delete.
10066 (struct stack_item): New type.
10067 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10068 (arm_store_struct_return): Delte.
10069 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10070 arm_push_arguments or arm_store_struct_return.
10071
10072 2003-03-28 Andrew Cagney <cagney@redhat.com>
10073
10074 * Makefile.in (d10v-tdep.o): Update dependencies.
10075 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10076 * d10v-tdep.c: Include "remote.h".
10077 (target_resume_hook): Delete extern declaration.
10078 (target_wait_loop_hook): Ditto.
10079 (tdisassemble_command): Eliminate assignment in "if" conditional.
10080 (d10v_ts2_register_sim_regno): Eliminate call to
10081 legacy_register_sim_regno.
10082 (d10v_ts3_register_sim_regno): Ditto.
10083
10084 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10085
10086 * thread.c: Reindented.
10087 * lin-lwp.c: Ditto.
10088 * linux-proc.c: Ditto.
10089
10090 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10091
10092 * MAINTAINERS (write after approval): Add myself.
10093
10094 2003-03-27 Theodore A. Roth <troth@openavr.org>
10095
10096 * objc-exp.y: Add missing semi-colons.
10097
10098 2003-03-27 Andrew Cagney <cagney@redhat.com>
10099
10100 * regcache.c (write_sp): Delete function and references.
10101 * inferior.h (write_sp): Delete declaration.
10102 * valops.c (hand_function_call): Replace write_sp with
10103 TARGET_WRITE_SP.
10104 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10105 (sparc_pop_frame): Ditto.
10106
10107 2003-03-27 Andrew Cagney <cagney@redhat.com>
10108
10109 * NEWS: Mention removal of support for hppa*-*-bsd* and
10110 hppa*-*-osf* natives, and hppa*-*-pro* target.
10111 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10112 * config/pa/xm-pa.h: Obsolete file.
10113 * config/pa/xm-hppab.h: Obsolete file.
10114 * config/pa/nm-hppab.h: Obsolete file.
10115 * config/pa/tm-hppab.h: Obsolete file.
10116 * config/pa/tm-hppao.h: Obsolete file.
10117 * config/pa/nm-hppao.h: Obsolete file.
10118 * config/pa/tm-pro.h: Obsolete file.
10119 * config/pa/hppaosf.mt: Obsolete file.
10120 * config/pa/hppaosf.mh: Obsolete file.
10121 * config/pa/hppapro.mt: Obsolete file.
10122 * config/pa/hppabsd.mt: Obsolete file.
10123 * config/pa/hppabsd.mh: Obsolete file.
10124 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10125 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10126 hppa*-*-osf*.
10127
10128 2003-03-27 Andrew Cagney <cagney@redhat.com>
10129
10130 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10131 push_arguments. Don't set push_return_address or write_sp.
10132 (d10v_push_dummy_call): Replace d10v_push_arguments.
10133 (d10v_push_return_address, d10v_write_sp): Delete function,
10134 handled by push_dummy_call.
10135
10136 2003-03-26 Andrew Cagney <cagney@redhat.com>
10137
10138 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10139 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10140 regcache and dummy_addr parameters.
10141 * gdbarch.h, gdbarch.c: Re-generate.
10142 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10143 available; assume it will handle stack alignment and return
10144 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10145 legacy_push_arguments.
10146 (legacy_push_arguments): Rename default_push_arguments.
10147 * value.h (legacy_push_arguments): Rename default_push_arguments.
10148 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10149 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10150 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10151 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10152 * config/i386/tm-symmetry.h: Update.
10153 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10154 * x86-64-tdep.c (x86_64_init_abi): Update.
10155 * v850-tdep.c (v850_gdbarch_init): Update.
10156 * sparc-tdep.c (sparc_gdbarch_init): Update.
10157 * sh-tdep.c (sh_gdbarch_init): Update.
10158 * s390-tdep.c (s390_gdbarch_init): Update.
10159 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10160 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10161 * mips-tdep.c (mips_gdbarch_init): Update.
10162 * mcore-tdep.c (mcore_gdbarch_init): Update.
10163 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10164 * ia64-tdep.c (ia64_gdbarch_init): Update.
10165 * i386-tdep.c (i386_gdbarch_init): Update.
10166 * hppa-tdep.c (hppa_gdbarch_init): Update.
10167 * h8300-tdep.c (h8300_gdbarch_init): Update.
10168 * frv-tdep.c (frv_gdbarch_init): Update.
10169 * d10v-tdep.c (d10v_gdbarch_init): Update.
10170 * cris-tdep.c (cris_gdbarch_init): Update.
10171 * avr-tdep.c (avr_gdbarch_init): Update.
10172 * arm-tdep.c (arm_gdbarch_init): Update.
10173 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10174 * alpha-tdep.c (alpha_gdbarch_init): Update.
10175
10176 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10177
10178 * signals/signals.c (do_target_signal_to_host): Correct realtime
10179 signal range test.
10180
10181 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10182
10183 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10184 (struct sal_chain, map_catch_names): Remove.
10185 (catch_exception_command_1): Don't call
10186 handle_gnu_4_16_catch_command.
10187
10188 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10189
10190 From Mark Dettinger <dettinge@de.ibm.com>:
10191 * dwarf2cfi.c (read_2u): Increment pointer by two.
10192
10193 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10194
10195 * signals/signals.c: Fix typos in last change.
10196
10197 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10200 not already defined. Use __SIGRTMIN if available.
10201 (target_signal_from_host): Remove SIGRTMIN block.
10202 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10203 the signal is within the realtime range.
10204
10205 2003-03-25 Adam Fedor <fedor@gnu.org>
10206
10207 * Makefile.in (infrun.o): Add $(language_h)
10208 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10209 for language specific trampolines.
10210 * language.h (struct language_defn): Add skip_trampoline.
10211 (skip_language_trampoline): Declare.
10212 * language.c (unk_lang_trampoline, skip_language_trampoline):
10213 New functions.
10214 (unknown_language_defn, auto_language_defn, local_language_defn):
10215 Add ukn_lang_trampoline.
10216 * ada-lang.c (ada_language_defn): Add NULL for language
10217 specific skip_trampoline.
10218 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10219 scm-lang.c: Likewise.
10220 * objc-lang.c (objc_skip_trampoline): New function.
10221 (objc_language_defn): Add objc_skip_trampoline.
10222
10223 2003-03-25 Andrew Cagney <cagney@redhat.com>
10224
10225 * frame.c (get_prev_frame): Delay validating a frame's ID -
10226 non-NULL, didn't go backwards - until an attempt to unwind it to
10227 the previous frame.
10228
10229 2003-03-25 Andrew Cagney <cagney@redhat.com>
10230
10231 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10232 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10233 * gdbarch.h, gdbarch.c: Re-generate.
10234 * config/sparc/tm-sparc.h
10235 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10236 * sparc-tdep.c (sparc_gdbarch_init): Set
10237 deprecated_extra_stack_alignment_needed.
10238 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10239 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10240 extra_stack_alignment_needed.
10241 * v850-tdep.c (v850_gdbarch_init): Ditto.
10242 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10243 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10244 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10245 * cris-tdep.c (cris_gdbarch_init): Ditto.
10246 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10247 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10248
10249 2003-03-25 Andrew Cagney <cagney@redhat.com>
10250
10251 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10252 STORE_STRUCT_RETURN.
10253 * gdbarch.h, gdbarch.c: Regenerate.
10254 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10255 (d10v_push_arguments): Set the struct return register.
10256 (d10v_gdbarch_init): Update.
10257 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10258 * x86-64-tdep.c (x86_64_init_abi): Update.
10259 * vax-tdep.c (vax_gdbarch_init): Update.
10260 * v850-tdep.c (v850_gdbarch_init): Update.
10261 * sparc-tdep.c (sparc_gdbarch_init): Update.
10262 * sh-tdep.c (sh_gdbarch_init): Update.
10263 * s390-tdep.c (s390_gdbarch_init): Update.
10264 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10265 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10266 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10267 * mips-tdep.c (mips_gdbarch_init): Update.
10268 * mcore-tdep.c (mcore_gdbarch_init): Update.
10269 * m68k-tdep.c (m68k_gdbarch_init): Update.
10270 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10271 * ia64-tdep.c (ia64_gdbarch_init): Update.
10272 * i386-tdep.c (i386_gdbarch_init): Update.
10273 * hppa-tdep.c (hppa_gdbarch_init): Update.
10274 * h8300-tdep.c (h8300_gdbarch_init): Update.
10275 * frv-tdep.c (frv_gdbarch_init): Update.
10276 * cris-tdep.c (cris_gdbarch_init): Update.
10277 * avr-tdep.c (avr_gdbarch_init): Update.
10278 * arm-tdep.c (arm_gdbarch_init): Update.
10279 * alpha-tdep.c (alpha_gdbarch_init): Update.
10280
10281 2003-03-25 Andrew Cagney <cagney@redhat.com>
10282
10283 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10284 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10285 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10286 * gdbarch.h, gdbarch.c: Regenerate.
10287 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10288 call_dummy_stack_adjust_p.
10289 * vax-tdep.c (vax_gdbarch_init): Ditto.
10290 * v850-tdep.c (v850_gdbarch_init): Ditto.
10291 * sh-tdep.c (sh_gdbarch_init): Ditto.
10292 * s390-tdep.c (s390_gdbarch_init): Ditto.
10293 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10294 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10295 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10296 * mips-tdep.c (mips_gdbarch_init): Ditto.
10297 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10298 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10299 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10300 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10301 * i386-tdep.c (i386_gdbarch_init): Ditto.
10302 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10303 * frv-tdep.c (frv_gdbarch_init): Ditto.
10304 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10305 * cris-tdep.c (cris_gdbarch_init): Ditto.
10306 * avr-tdep.c (avr_gdbarch_init): Ditto.
10307 * arm-tdep.c (arm_gdbarch_init): Ditto.
10308 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10309 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10310 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10311 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10312 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10313 call_dummy_stack_adjust_p.
10314 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10315 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10316 * sparc-tdep.c (sparc32_push_arguments): Update.
10317 * valops.c (hand_function_call): Update.
10318
10319 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10320
10321 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10322 set_gdbarch_char_signed.
10323
10324 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10325
10326 PR cli/548
10327 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10328
10329 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10330
10331 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10332 (_initialize_arm_tdep): Don't set tm_print_insn.
10333
10334 2003-03-24 Adam Fedor <fedor@gnu.org>
10335
10336 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10337 * objc-lang.h: Add multiple inclusion protection.
10338 (start_msglist, add_msglist, end_msglist): Additional declarations.
10339
10340 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10341
10342 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10343 value was renamed to ARM_FLOAT_SOFT_FPA.
10344
10345 2003-03-23 Andrew Cagney <cagney@redhat.com>
10346
10347 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10348 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10349 * gdbarch.h, gdbarch.c: Regenerate.
10350 * valops.c (hand_function_call): Update.
10351 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10352 * frame.c (legacy_saved_regs_this_id): Update.
10353 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10354 * dummy-frame.h: Update.
10355 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10356 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10357 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10358 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10359 * config/m68k/tm-sun3.h: Update.
10360 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10361 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10362 * x86-64-tdep.c (x86_64_init_abi): Update.
10363 * vax-tdep.c (vax_gdbarch_init): Update.
10364 * v850-tdep.c (v850_gdbarch_init): Update.
10365 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10366 * sh-tdep.c (sh_gdbarch_init): Update.
10367 * s390-tdep.c (s390_gdbarch_init): Update.
10368 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10369 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10370 (frame_get_saved_regs): Update.
10371 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10372 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10373 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10374 * mips-tdep.c (mips_gdbarch_init): Update.
10375 * mcore-tdep.c (mcore_gdbarch_init): Update.
10376 * m68k-tdep.c (m68k_gdbarch_init): Update.
10377 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10378 * ia64-tdep.c (ia64_gdbarch_init): Update.
10379 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10380 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10381 (i386_interix_back_one_frame): Update.
10382 * hppa-tdep.c (hppa_gdbarch_init): Update.
10383 (hppa_init_extra_frame_info): Update.
10384 * h8300-tdep.c (h8300_gdbarch_init): Update.
10385 * frv-tdep.c (frv_gdbarch_init): Update.
10386 * cris-tdep.c (cris_gdbarch_init): Update.
10387 * avr-tdep.c (avr_gdbarch_init): Update.
10388 * arm-tdep.c (arm_gdbarch_init): Update.
10389 * alpha-tdep.c (alpha_gdbarch_init): Update.
10390
10391 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10392
10393 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10394 (arm_get_fp_model): Declare.
10395 * arm-tdep.c (fp_model_strings): New string array.
10396 (arm_fp_model, current_fp_model): New variables.
10397 (arm_get_fp_model): New function.
10398 (arm_set_fp): New function.
10399 (set_fp_model_sfunc): New function.
10400 (show_fp_model): New function.
10401 (_initialize_arm_tdep): Add new command to set/show the FPU.
10402 (arm_extract_return_value): Use arm_get_fp_model.
10403 (arm_store_return_value): Likewise.
10404 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10405 to initialize the floating-point data types.
10406 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10407 model is FPA.
10408
10409 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10410
10411 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10412 the current setting of each value.
10413 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10414 new_set and new_show. Use add_setshow_cmd_full and
10415 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10416 commands and add new version as subcommands of "set/show arm".
10417
10418 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10419
10420 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10421 (set_arm_command, show_arm_command): New functions.
10422 (_initialize_arm_tdep): Add them.
10423 (num_disassembly_options): Renamed from num_flavor_options.
10424 (valid_disassembly_styles): Renamed from valid_flavors.
10425 (disassembly_style): Renamed from disassembly_flavor.
10426 (set_disassembly_style_sfunc): Renamed from
10427 set_disassembly_flavor_sfunc.
10428 (set_disassembly_style): Renamed from set_disassembly_flavor.
10429 (arm_othernames): Updated.
10430 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10431 command. Add "set/show arm disassembly" commands. Deprecate
10432 "othernames" command.
10433
10434 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10435
10436 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10437 (arm-tdep.o): Depend on elf_arm_h.
10438
10439 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10440
10441 * Makefile.in (coff_internal_h): Define.
10442 (arm-tdep.o): Update dependencies.
10443
10444 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10445
10446 * arm-tdep.c (prologue_cache): Delete.
10447 (check_prologue_cache, save_prologue_cache): Delete.
10448 (arm_scan_prologue): Don't check or update the prologue_cache.
10449 (arm_gdb_arch_init): Don't initialize it.
10450 (_initialize_arm_tdep): Likewise.
10451
10452 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10453
10454 * MAINTAINERS (tui): Maintainer of tui code.
10455
10456 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10457
10458 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10459 (i386-cygwin-tdep.o): Add dependencies.
10460 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10461 * i386-cygwin-tdep.c: New file.
10462 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10463 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10464
10465 2003-03-20 Andrew Cagney <cagney@redhat.com>
10466
10467 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10468 (handle_inferior_event): Remove code calling
10469 DYNAMIC_TRAMPOLINE_NEXTPC.
10470
10471 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10472 already has a full path.
10473
10474 * main.c (gdb_main): Return 1.
10475 (captured_main): Call error to report an invalid interpreter.
10476
10477 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10478 * alpha-osf1-tdep.c: Include "gdb_string.h".
10479
10480 2003-03-19 J. Brobecker <brobecker@gnat.com>
10481
10482 Continuing work to convert the hppa targets to multiarch partial.
10483
10484 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10485 method, now that hppa_push_dummy_frame has a conformant prototype.
10486 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10487 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10488 for the switch to multiarch partial.
10489
10490 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10491
10492 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10493 when iss is issNull.
10494
10495 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10496
10497 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10498 NUM_REGS bounds check.
10499
10500 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10501
10502 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10503 * mips-tdep.c (gdb_assert.h): Include.
10504 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10505 (mips_register_name): Handle integer registers explicitly. Add
10506 bounds checking.
10507 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10508 (mips_lsi33k_reg_names): Don't list integer registers; they're
10509 handled by mips_register_name() now.
10510 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10511 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10512 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10513 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10514 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10515
10516 2003-03-18 Andrew Cagney <cagney@redhat.com>
10517
10518 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10519 a void pointer.
10520 * gdbtypes.h (print_scalar_formatted): Update declaration.
10521 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10522
10523 2003-03-18 J. Brobecker <brobecker@gnat.com>
10524
10525 * infrun.c (observer.h): Add #include.
10526 (normal_stop): Add call to observer_notify_normal_stop.
10527 * Makefile.in (infrun.o): Add dependency on observer.h.
10528
10529 2003-03-18 J. Brobecker <brobecker@gnat.com>
10530
10531 Continuing work to convert the hppa targets to multiarch partial.
10532 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10533 parameter. Reformat comment.
10534 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10535 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10536 to match new profile.
10537
10538 2003-03-18 J. Brobecker <brobecker@gnat.com>
10539
10540 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10541 appear to be working in any case.
10542
10543 2003-03-18 J. Brobecker <brobecker@gnat.com>
10544
10545 * observer.c (observer_test_first_observer): New static variable.
10546 (observer_test_second_observer): Likewise.
10547 (observer_test_third_observer): Likewise.
10548 (observer_test_first_notification_function): New static function.
10549 (observer_test_second_notification_function): Likewise.
10550 (observer_test_third_notification_function): Likewise.
10551
10552 2003-03-17 J. Brobecker <brobecker@gnat.com>
10553
10554 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10555 * somsolib.c (gdb_assert.h): Likewise.
10556 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10557 (somsolib.o): Likewise.
10558
10559 2003-03-17 Andrew Cagney <cagney@redhat.com>
10560
10561 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10562 BFD. Simplify setting of di.endian.
10563
10564 2003-03-17 Andrew Cagney <cagney@redhat.com>
10565
10566 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10567 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10568
10569 From Elena Zannoni <ezannoni@redhat.com>
10570 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10571 vector and floating-point parameters.
10572 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10573 convention.
10574 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10575
10576 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10577
10578 * MAINTAINERS: Remove my name from several maintainership roles.
10579
10580 2003-03-17 Andrew Cagney <cagney@redhat.com>
10581
10582 Fix frame off-by-one bug.
10583 * frame-unwind.h (frame_this_id_ftype): Replace
10584 frame_unwind_id_ftype.
10585 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10586 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10587 with "prev_register".
10588 * frame-unwind.c (frame_unwind_find_by_pc): Return
10589 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10590 comment.
10591 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10592 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10593 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10594 (dummy_frame_unwind): Update.
10595 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10596 sentinel_frame_register_unwind.
10597 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10598 (sentinel_frame_unwinder): Update.
10599 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10600 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10601 * frame.c (create_sentinel_frame): Update. Initialize
10602 "prologue_cache" instead of "unwind_cache".
10603 (frame_register_unwind): Call this frame's prev_register with the
10604 next frame and this frame's prologue cache.
10605 (get_prev_frame): Simplify. Always call prev frame's this_id with
10606 this frame and prev frame's prologue cache. Document that this
10607 call is shifted one to the left when compared to the
10608 frame_register_unwind call.
10609 (legacy_saved_regs_prev_register): Replace
10610 frame_saved_regs_register_unwind.
10611 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10612 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10613 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10614 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10615 (d10v_frame_unwind): Update.
10616 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10617 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10618 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10619 "saved_regs" with "this_saved_regs".
10620
10621 2003-03-16 Andrew Cagney <cagney@redhat.com>
10622
10623 * frame.c (frame_pop): Don't call target_store_registers. Fix
10624 problem reported by Mark Kettenis.
10625
10626 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10627
10628 * i386-tdep.c (i386_register_type): Renamed from
10629 i386_register_virtual_type. Adjust function signature.
10630 (i386_gdbarch_init): Set register_type instead of
10631 deprecated_max_register_raw_size,
10632 deprecated_max_register_virtual_size and register_virtual_type.
10633
10634 2003-03-14 Andrew Cagney <cagney@redhat.com>
10635
10636 * frame.c (get_prev_frame): When a legacy frame, always call
10637 legacy_get_prev_frame. Simplify unwind code using assumption that
10638 the unwinder is new.
10639 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10640 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10641 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10642
10643 2003-03-14 Andrew Cagney <cagney@redhat.com>
10644
10645 * frame.c (get_saved_register): Delete function.
10646 * frame.h (get_saved_register): Delete declaration.
10647 * xstormy16-tdep.c: Update comment.
10648 * regcache.h: Update comments.
10649 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10650 get_saved_register and extract_address, use
10651 frame_read_unsigned_register.
10652 (sparc_frame_saved_pc): Ditto.
10653 (sparc_get_saved_register): Instead of get_saved_register, use
10654 frame_register.
10655 (sparc_pop_frame): Ditto.
10656 * findvar.c: Update comments.
10657 (value_of_register): Call frame_register instead of
10658 get_saved_register.
10659 (value_from_register): Ditto.
10660 * config/sparc/tm-sparc.h: Update comment.
10661 * breakpoint.c: Update comment.
10662
10663 2003-03-14 Andrew Cagney <cagney@redhat.com>
10664
10665 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10666 GET_SAVED_REGISTER.
10667 * gdbarch.h, gdbarch.c: Re-generate.
10668 * frame.h: Update comments.
10669 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10670 * x86-64-tdep.c (x86_64_init_abi): Update.
10671 * sparc-tdep.c (sparc_gdbarch_init): Update.
10672 * sh-tdep.c (sh_gdbarch_init): Update.
10673 * mips-tdep.c (mips_gdbarch_init): Update.
10674 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10675 * cris-tdep.c (cris_gdbarch_init): Update.
10676 * ia64-tdep.c (ia64_gdbarch_init): Update.
10677 * frame.c (frame_register): Update.
10678 (get_saved_register): Update.
10679 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10680
10681 2003-03-13 Andrew Cagney <cagney@redhat.com>
10682
10683 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10684 * gdbarch.h, gdbarch.c: Regenerate.
10685 * valops.c (hand_function_call): Update comment.
10686 * stack.c (return_command): Update comment.
10687 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10688 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10690 * x86-64-tdep.c (x86_64_init_abi): Update.
10691 * vax-tdep.c (vax_gdbarch_init): Update.
10692 * v850-tdep.c (v850_gdbarch_init): Update.
10693 * sparc-tdep.c (sparc_gdbarch_init): Update.
10694 * sh-tdep.c (sh_gdbarch_init): Update.
10695 * s390-tdep.c (s390_gdbarch_init): Update.
10696 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10697 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10698 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10699 * mips-tdep.c (mips_gdbarch_init): Update.
10700 * mcore-tdep.c (mcore_gdbarch_init): Update.
10701 * m68k-tdep.c (m68k_gdbarch_init): Update.
10702 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10703 * ia64-tdep.c (ia64_gdbarch_init): Update.
10704 * i386-tdep.c (i386_gdbarch_init): Update.
10705 * hppa-tdep.c (hppa_gdbarch_init): Update.
10706 * h8300-tdep.c (h8300_gdbarch_init): Update.
10707 * frv-tdep.c (frv_gdbarch_init): Update.
10708 * cris-tdep.c (cris_gdbarch_init): Update.
10709 * avr-tdep.c (avr_gdbarch_init): Update.
10710 * arm-tdep.c (arm_gdbarch_init): Update.
10711 * alpha-tdep.c (alpha_gdbarch_init): Update.
10712
10713 2003-03-13 Andrew Cagney <cagney@redhat.com>
10714
10715 * frame.c (legacy_frame_p): New function.
10716 (get_prev_frame): Use legacy_frame_p.
10717 * frame.h (legacy_frame_p): Declare.
10718
10719 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10720
10721 * MAINTAINERS (write after approval): Alphabetically
10722 listing corrected.
10723
10724 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10725
10726 * MAINTAINERS (write after approval): Add myself.
10727
10728 2003-03-12 Andrew Cagney <cagney@redhat.com>
10729
10730 * frame.c (get_prev_frame): Rename the frame parameter to
10731 "this_frame".
10732 (get_next_frame, legacy_get_prev_frame): Ditto.
10733
10734 2003-03-12 Andrew Cagney <cagney@redhat.com>
10735
10736 * frame.c (get_current_frame): Check target_has_registers before
10737 checking target_has_stack.
10738 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10739 instead of deprecated_selected_frame.
10740 * findvar.c (value_of_register): Pass "frame", not
10741 deprecated_selected_frame, to value_of_builtin_reg.
10742
10743 2003-03-12 Andrew Cagney <cagney@redhat.com>
10744
10745 * regcache.c (regcache_cooked_write_signed): New function.
10746 (regcache_cooked_write_unsigned): New function.
10747 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10748 (regcache_cooked_read_signed): Fix regnum in range assertion.
10749 * regcache.h (regcache_cooked_write_signed): Declare.
10750 (regcache_cooked_write_unsigned): Declare.
10751
10752 2003-03-12 Andrew Cagney <cagney@redhat.com>
10753
10754 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10755 * gdbarch.h, gdbarch.c: Re-generate.
10756 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10757 * x86-64-tdep.h: Update.
10758 * x86-64-tdep.c (x86_64_init_abi): Update.
10759 * v850-tdep.c (v850_gdbarch_init): Update.
10760 * sparc-tdep.c (sparc_gdbarch_init): Update.
10761 * sh-tdep.c (sh_gdbarch_init): Update.
10762 * s390-tdep.c (s390_gdbarch_init): Update.
10763 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10764 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10765 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10766 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10767 * mips-tdep.c (mips_gdbarch_init): Update.
10768 * mcore-tdep.c (mcore_gdbarch_init): Update.
10769 * m68k-tdep.c (m68k_gdbarch_init): Update.
10770 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10771 * ia64-tdep.c (ia64_gdbarch_init): Update.
10772 * i386-tdep.c (i386_gdbarch_init): Update.
10773 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10774 * hppa-tdep.c (hppa_gdbarch_init): Update.
10775 * h8300-tdep.c (h8300_gdbarch_init): Update.
10776 * frv-tdep.c (frv_gdbarch_init): Update.
10777 * cris-tdep.c (cris_gdbarch_init): Update.
10778 * avr-tdep.c (avr_gdbarch_init): Update.
10779 * arm-tdep.c (arm_gdbarch_init): Update.
10780 * alpha-tdep.c (alpha_gdbarch_init): Update.
10781 * sh-tdep.c (sh_init_extra_frame_info): Update.
10782 (sh64_init_extra_frame_info): Update.
10783 * ns32knbsd-nat.c (frame_num_args): Update.
10784 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10785 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10786 (xstormy16_frame_chain_valid): Update.
10787 * vax-tdep.c (vax_saved_pc_after_call): Update.
10788 * v850-tdep.c (v850_frame_chain): Update.
10789 (v850_pop_frame): Update.
10790 (v850_init_extra_frame_info): Update.
10791 * sparc-tdep.c (setup_arbitrary_frame): Update.
10792 * ns32k-tdep.c (umax_frame_num_args): Update.
10793 * s390-tdep.c (s390_pop_frame_regular): Update.
10794 * mn10300-tdep.c (mn10300_frame_chain): Update.
10795 (mn10300_pop_frame_regular): Update.
10796 (mn10300_init_extra_frame_info): Update.
10797 * mips-tdep.c (mips_init_frame_pc_first): Update.
10798 (mips_frame_chain): Update.
10799 (mips_pop_frame): Update.
10800 * mcore-tdep.c (mcore_frame_chain): Update.
10801 (mcore_pop_frame): Update.
10802 (mcore_init_extra_frame_info): Update.
10803 * arch-utils.c (init_frame_pc_default): Update.
10804 * m68k-tdep.c (isi_frame_num_args): Update.
10805 (delta68_frame_num_args): Update.
10806 (news_frame_num_args): Update.
10807 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10808 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10809 (alpha_frame_chain): Update.
10810 (alpha_pop_frame): Update.
10811 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10812 (hppa_init_extra_frame_info): Update.
10813 (hppa_frame_chain): Update.
10814 (hppa_frame_chain_valid): Update.
10815 * cris-tdep.c (cris_init_extra_frame_info): Update.
10816 * avr-tdep.c (avr_init_extra_frame_info): Update.
10817 * arm-tdep.c (arm_frame_chain_valid): Update.
10818 (arm_init_extra_frame_info): Update.
10819 (arm_pop_frame): Update.
10820 * frame.c (frame_pc_unwind): Update.
10821 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10822 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10823 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10824 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10825 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10826 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10827
10828 2003-03-12 Andrew Cagney <cagney@redhat.com>
10829
10830 Eliminate the need for POP_FRAME.
10831 * frame.c (do_frame_unwind_register): New function.
10832 (frame_pop): When no POP_FRAME, pop the frame using register
10833 unwind and a scratch regcache.
10834 (frame_saved_regs_pop): Delete function.
10835 (trad_frame_unwinder): Update.
10836 * d10v-tdep.c (d10v_frame_pop): Delete function.
10837 (d10v_frame_unwind): Update.
10838 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10839 (sentinel_frame_unwinder): Update.
10840 * dummy-frame.c (dummy_frame_pop): Delete function.
10841 (dummy_frame_unwind): Update.
10842 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10843 (struct frame_unwind): Update.
10844
10845 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10846
10847 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10848 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10849 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10850 Do range checks on register number obtained from debugging info.
10851 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10852 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10853 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10854 mapping function.
10855 (do_fp_register_row): Fix typo which caused double type to be
10856 used when attempting to unpack a float.
10857
10858 2003-03-11 J. Brobecker <brobecker@gnat.com>
10859
10860 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10861
10862 2003-03-11 Andrew Cagney <cagney@redhat.com>
10863
10864 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10865 frame. Problem found by Corinna Vinschen.
10866
10867 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10868
10869 * doublest.c (floatformat_from_length): Accept also
10870 the real size of 'long double' type.
10871
10872 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10873
10874 From Klee Dienes <kdienes@apple.com>:
10875 * breakpoint.c (bpstat_copy): Copy the command lines as well
10876 as the old value, to match what is freed in bpstat_clear.
10877
10878 2003-03-10 David Carlton <carlton@math.stanford.edu>
10879
10880 * minsyms.c (add_minsym_to_hash_table): Replace
10881 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10882 (compare_minimal_symbols, compact_minimal_symbols)
10883 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10884 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10885 of DEPRECATED_SYMBOL_MATCHES_NAME.
10886 (lookup_minimal_symbol_solib_trampoline): Ditto.
10887
10888 2003-03-10 Andrew Cagney <cagney@redhat.com>
10889
10890 * regcache.h (regcache_cooked_read_ftype): Define.
10891 (regcache_save, regcache_restore): Add a cooked_read parameter.
10892 * regcache.c (regcache_save, regcache_restore): Update.
10893 (do_cooked_read): New function.
10894 (regcache_cpy): Pass do_cooked_read to regcache_save and
10895 regcache_restore.
10896
10897 2003-03-10 Andrew Cagney <cagney@redhat.com>
10898
10899 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10900 * gdbarch.h, gdbarch.c: Re-generate.
10901 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10902 * x86-64-tdep.h: Update.
10903 * x86-64-tdep.c (x86_64_init_abi): Update.
10904 * v850-tdep.c (v850_gdbarch_init): Update.
10905 * sparc-tdep.c (sparc_gdbarch_init): Update.
10906 * sh-tdep.c (sh_gdbarch_init): Update.
10907 * s390-tdep.c (s390_gdbarch_init): Update.
10908 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10909 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10910 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10911 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10912 * mips-tdep.c (mips_gdbarch_init): Update.
10913 * mcore-tdep.c (mcore_gdbarch_init): Update.
10914 * m68k-tdep.c (m68k_gdbarch_init): Update.
10915 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10916 * ia64-tdep.c (ia64_gdbarch_init): Update.
10917 * i386-tdep.c (i386_gdbarch_init): Update.
10918 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10919 * hppa-tdep.c (hppa_gdbarch_init): Update.
10920 * h8300-tdep.c (h8300_gdbarch_init): Update.
10921 * frv-tdep.c (frv_gdbarch_init): Update.
10922 * cris-tdep.c (cris_gdbarch_init): Update.
10923 * avr-tdep.c (avr_gdbarch_init): Update.
10924 * arm-tdep.c (arm_gdbarch_init): Update.
10925 * alpha-tdep.c (alpha_gdbarch_init): Update.
10926 * sh-tdep.c (sh_init_extra_frame_info): Update.
10927 (sh64_init_extra_frame_info): Update.
10928 * ns32knbsd-nat.c (frame_num_args): Update.
10929 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10930 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10931 (xstormy16_frame_chain_valid): Update.
10932 * vax-tdep.c (vax_saved_pc_after_call): Update.
10933 * v850-tdep.c (v850_frame_chain): Update.
10934 (v850_pop_frame): Update.
10935 (v850_init_extra_frame_info): Update.
10936 * sparc-tdep.c (setup_arbitrary_frame): Update.
10937 * ns32k-tdep.c (umax_frame_num_args): Update.
10938 * s390-tdep.c (s390_pop_frame_regular): Update.
10939 * mn10300-tdep.c (mn10300_frame_chain): Update.
10940 (mn10300_pop_frame_regular): Update.
10941 (mn10300_init_extra_frame_info): Update.
10942 * mips-tdep.c (mips_init_frame_pc_first): Update.
10943 (mips_frame_chain): Update.
10944 (mips_pop_frame): Update.
10945 * mcore-tdep.c (mcore_frame_chain): Update.
10946 (mcore_pop_frame): Update.
10947 (mcore_init_extra_frame_info): Update.
10948 * arch-utils.c (init_frame_pc_default): Update.
10949 * m68k-tdep.c (isi_frame_num_args): Update.
10950 (delta68_frame_num_args): Update.
10951 (news_frame_num_args): Update.
10952 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10953 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10954 (alpha_frame_chain): Update.
10955 (alpha_pop_frame): Update.
10956 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10957 (hppa_init_extra_frame_info): Update.
10958 (hppa_frame_chain): Update.
10959 (hppa_frame_chain_valid): Update.
10960 * cris-tdep.c (cris_init_extra_frame_info): Update.
10961 * avr-tdep.c (avr_init_extra_frame_info): Update.
10962 * arm-tdep.c (arm_frame_chain_valid): Update.
10963 (arm_init_extra_frame_info): Update.
10964 (arm_pop_frame): Update.
10965 * frame.c (frame_pc_unwind): Update.
10966 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10967 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10968 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10969 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10970 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10971 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10972
10973 2003-03-10 Andrew Cagney <cagney@redhat.com>
10974
10975 * gdbarch.sh (gdbarch_unwind_pc): New method.
10976 * gdbarch.h, gdbarch.c: Regenerate.
10977 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10978 but use read_pc and FRAME_SAVED_PC as fall backs.
10979 (frame_saved_regs_pc_unwind): Delete function.
10980 (trad_frame_unwinder): Update.
10981 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10982 (struct frame_unwind): Update.
10983 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10984 (dummy_frame_unwind): Update.
10985 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10986 (sentinel_frame_unwinder): Update.
10987 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10988 (d10v_frame_unwind): Update.
10989 (d10v_unwind_pc): New function.
10990 (d10v_gdbarch_init): Set unwind_pc.
10991
10992 2003-03-10 Andrew Cagney <cagney@redhat.com>
10993
10994 * gdbarch.h: Re-generate.
10995
10996 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10997 PC.
10998 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10999 the PC register.
11000
11001 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11002
11003 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11004
11005 2003-03-08 Andrew Cagney <cagney@redhat.com>
11006
11007 * cli-out.c: Update copyright.
11008 (cli_out_data): Define typedef. Use instead of ui_out_data.
11009
11010 2003-03-08 Andrew Cagney <cagney@redhat.com>
11011
11012 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11013 the result.
11014
11015 2003-03-07 Andrew Cagney <cagney@redhat.com>
11016
11017 * gdbarch.sh: Don't generate two macro definitions when an
11018 undefined macro taking no arguments.
11019 * gdbarch.h: Regenerate.
11020
11021 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11022
11023 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11024 (x86_64_unwind_dummy_id): New functions.
11025 (x86_64_init_abi): Register these two new functions.
11026
11027 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11028
11029 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11030 (x86_64_skip_prologue): Move prologue detection to
11031 separate function.
11032 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11033
11034 2003-03-05 Andrew Cagney <cagney@redhat.com>
11035
11036 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11037 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11038 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11039 to use unwind_dummy_id when a dummy frame.
11040 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11041 predicate.
11042 * gdbarch.h, gdbarch.c: Regneerate.
11043
11044 2003-03-05 Andrew Cagney <cagney@redhat.com>
11045
11046 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11047 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11048 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11049 values.
11050
11051 2003-03-05 Andrew Cagney <cagney@redhat.com>
11052
11053 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11054 (struct d10v_unwind_cache): Delete field "frameless". Replace
11055 "next_addr" with "sp_offset". Add "r11_offset".
11056 (d10v_frame_unwind_cache): Update.
11057 (prologue_find_regs): Update. When "mv r11, sp", save the
11058 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11059 RN was saved in r11_offset.
11060
11061 2003-03-05 Andrew Cagney <cagney@redhat.com>
11062
11063 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11064 cached PC value in the next frame.
11065
11066 2003-03-05 Andrew Cagney <cagney@redhat.com>
11067
11068 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11069 "id_unwind_cache" with "id".
11070 (frame_id_unwind): Delete declaration.
11071 * frame.c (frame_id_unwind): Delete function.
11072 (get_prev_frame): Call the frame id unwind method directly. Store
11073 the returned next frame's ID value in NEXT_FRAME. Note that there
11074 is a problem with the wrong unwind ID being called with the wrong
11075 unwind cache.
11076
11077 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11078
11079 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11080
11081 2003-03-05 James Ingham <jingham@apple.com>
11082 Daniel Jacobowitz <drow@mvista.com>
11083
11084 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11085 (auto_cp_abi): New variable.
11086 (current_cp_abi, num_cp_abis): Make static.
11087 (CP_ABI_MAX): Define.
11088 (cp_abis): Turn into an array.
11089 (value_virtual_fn_field): Fix formatting.
11090 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11091 takes a pointer.
11092 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11093 (list_cp_abis, _initialize_cp_abi): New functions.
11094 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11095 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11096 switch_to_cp_abi. Update prototype for register_cp_abi.
11097 * Makefile.in (cp-abi.o): Update dependencies.
11098 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11099 instead of switch_to_cp_abi.
11100 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11101 register_cp_abi.
11102 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11103 register_cp_abi.
11104 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11105
11106 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11107
11108 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11109 * dwarf2loc.c: Include "regcache.h".
11110 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11111 register_size.
11112 * Makefile.in (dwarf2loc.o): Update dependencies.
11113
11114 2003-03-04 Theodore A. Roth <troth@openavr.org>
11115
11116 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11117 number of io registers reported by remote target is not a multiple of
11118 step.
11119
11120 2003-03-04 David Carlton <carlton@math.stanford.edu>
11121
11122 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11123 (lookup_symbol_aux_psymtabs): Update call to
11124 lookup_partial_symbol.
11125 (lookup_transparent_type, find_main_psymtab)
11126 (make_symbol_overload_list): Ditto.
11127
11128 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11129
11130 * MAINTAINERS (Write after approval): Update my email address.
11131
11132 2003-03-03 Andrew Cagney <cagney@redhat.com>
11133
11134 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11135 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11136 predicate. Replace MAX_REGISTER_RAW_SIZE.
11137 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11138 MAX_REGISTER_VIRTUAL_SIZE.
11139 * regcache.c (legacy_max_register_raw_size): New function.
11140 (legacy_max_register_virtual_size): New function.
11141 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11142 (MAX_REGISTER_RAW_SIZE): Define.
11143 (legacy_max_register_raw_size): Declare.
11144 (legacy_max_register_virtual_size): Declare.
11145 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11146 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11147 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11148 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11149 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11150 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11151 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11152 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11153 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11154 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11155 * vax-tdep.c (vax_gdbarch_init): Update.
11156 * v850-tdep.c (v850_gdbarch_init): Update.
11157 * sparc-tdep.c (sparc_gdbarch_init): Update.
11158 * sh-tdep.c (sh_gdbarch_init): Update.
11159 * s390-tdep.c (s390_gdbarch_init): Update.
11160 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11161 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11162 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11163 * mips-tdep.c (mips_gdbarch_init): Update.
11164 * mcore-tdep.c (mcore_gdbarch_init): Update.
11165 * m68k-tdep.c (m68k_gdbarch_init): Update.
11166 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11167 * ia64-tdep.c (ia64_gdbarch_init): Update.
11168 * i386-tdep.c (i386_gdbarch_init): Update.
11169 * hppa-tdep.c (hppa_gdbarch_init): Update.
11170 * h8300-tdep.c (h8300_gdbarch_init): Update.
11171 * frv-tdep.c (frv_gdbarch_init): Update.
11172 * cris-tdep.c (cris_gdbarch_init): Update.
11173 * avr-tdep.c (avr_gdbarch_init): Update.
11174 * arm-tdep.c (arm_gdbarch_init): Update.
11175 * alpha-tdep.c (alpha_gdbarch_init): Update.
11176 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11177 max_register_raw_size or max_register_virtual_size.
11178
11179 2003-03-03 David Carlton <carlton@math.stanford.edu>
11180
11181 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11182 SYMBOL_MATCHES_NAME, add comment.
11183 (SYMBOL_MATCHES_NATURAL_NAME): New.
11184 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11185 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11186 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11187 * symtab.c (lookup_partial_symbol): Use
11188 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11189 unhelpful comment.
11190 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11191 SYMBOL_MATCHES_NAME.
11192 Fix for PR c++/33.
11193
11194 2003-03-03 David Carlton <carlton@math.stanford.edu>
11195
11196 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11197 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11198 by regexp matching against SYMBOL_NATURAL_NAME.
11199
11200 2003-03-03 David Carlton <carlton@math.stanford.edu>
11201
11202 * linespec.c (find_method): Extract code into collect_methods.
11203 (collect_methods): New.
11204
11205 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11206
11207 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11208 get_frame_base.
11209
11210 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11211 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11212
11213 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11214
11215 * arch-utils.c (generic_register_byte): Fix to use the loop index
11216 and not regnum when summing the size of all registers up to regnum.
11217
11218 2003-03-01 Andrew Cagney <cagney@redhat.com>
11219
11220 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11221 FRAME_INIT_SAVED_REGS.
11222 * gdbarch.h, gdbarch.c: Regenerate.
11223 * stack.c (frame_info): Update.
11224 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11225 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11226 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11227 * ns32k-tdep.c (ns32k_pop_frame): Update.
11228 * mips-tdep.c (mips_pop_frame): Update.
11229 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11230 * ia64-tdep.c (ia64_frame_chain): Update.
11231 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11232 (ia64_frameless_function_invocation): Update.
11233 (ia64_init_extra_frame_info): Update.
11234 (ia64_pop_frame_regular): Update.
11235 * frame.h (struct frame_info): Update comment.
11236 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11237 * frame.c (frame_saved_regs_register_unwind): Update.
11238 (frame_saved_regs_register_unwind): Update.
11239 (deprecated_generic_get_saved_register): Update.
11240 * cris-tdep.c: Update comment.
11241 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11242 Rename macro.
11243 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11244 * x86-64-tdep.c (x86_64_init_abi): Update.
11245 * vax-tdep.c (vax_gdbarch_init): Update.
11246 * v850-tdep.c (v850_gdbarch_init): Update.
11247 * sparc-tdep.c (sparc_gdbarch_init): Update.
11248 * sh-tdep.c (sh_gdbarch_init): Update.
11249 * s390-tdep.c (s390_gdbarch_init): Update.
11250 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11251 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11252 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11253 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11254 * mips-tdep.c (mips_gdbarch_init): Update.
11255 * mcore-tdep.c (mcore_gdbarch_init): Update.
11256 * m68k-tdep.c (m68k_gdbarch_init): Update.
11257 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11258 * ia64-tdep.c (ia64_gdbarch_init): Update.
11259 * i386-tdep.c (i386_gdbarch_init): Update.
11260 * frv-tdep.c (frv_gdbarch_init): Update.
11261 * avr-tdep.c (avr_gdbarch_init): Update.
11262 * arm-tdep.c (arm_gdbarch_init): Update.
11263 * alpha-tdep.c (alpha_gdbarch_init): Update.
11264
11265 2003-03-01 Andrew Cagney <cagney@redhat.com>
11266
11267 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11268 option enum and switch. When no windows, set the interpreter to
11269 INTERP_CONSOLE.
11270
11271 2003-03-01 Andrew Cagney <cagney@redhat.com>
11272
11273 * main.c (captured_main): Replace magic option characters with an
11274 enum.
11275
11276 2003-03-01 Andrew Cagney <cagney@redhat.com>
11277
11278 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11279 INIT_EXTRA_FRAME_INFO.
11280 * gdbarch.h, gdbarch.c: Regenerate.
11281 * arm-tdep.c: Update comments.
11282 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11283 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11284 * frame.h, avr-tdep.c: Ditto.
11285 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11286 (create_new_frame, legacy_get_prev_frame): Ditto.
11287 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11288 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11289 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11290 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11291 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11292 * v850-tdep.c (v850_gdbarch_init): Ditto.
11293 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11294 * sh-tdep.c (sh_gdbarch_init): Ditto.
11295 * s390-tdep.c (s390_gdbarch_init): Ditto.
11296 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11297 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11298 * mips-tdep.c (mips_gdbarch_init): Ditto.
11299 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11300 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11301 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11302 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11303 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11304 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11305 * frv-tdep.c (frv_gdbarch_init): Ditto.
11306 * cris-tdep.c (cris_gdbarch_init): Ditto.
11307 * avr-tdep.c (avr_gdbarch_init): Ditto.
11308 * arm-tdep.c (arm_gdbarch_init): Ditto.
11309 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11310 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11311
11312 2003-03-01 Andrew Cagney <cagney@redhat.com>
11313
11314 * gdbarch.sh (register_type): New function with predicate.
11315 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11316 * gdbarch.h, gdbarch.c: Re-generate.
11317 * arch-utils.c (generic_register_byte): Use generic_register_size.
11318 (generic_register_size): When available, use
11319 gdbarch_register_type.
11320 * regcache.c (init_regcache_descr): When available, initialize the
11321 register type array using gdbarch_register_type. If the
11322 architecture supplies gdbarch_register_type, do not use the legacy
11323 regcache layout.
11324 * d10v-tdep.c (d10v_register_type): Replace
11325 d10v_register_virtual_type.
11326 (d10v_gdbarch_init): Set register_type instead of
11327 register_virtual_type.
11328
11329 2003-03-01 Andrew Cagney <cagney@redhat.com>
11330
11331 * Makefile.in (ax-gdb.o): Update dependencies.
11332 * ax-gdb.c: Include "regcache.h".
11333 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11334 * findvar.c (value_of_register): Ditto.
11335 * infcmd.c (default_print_registers_info): Ditto.
11336
11337 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11338
11339 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11340 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11341
11342 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11343
11344 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11345 of STREQ.
11346
11347 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11348
11349 * Makefile.in (dwarf2loc.o): Update dependencies.
11350 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11351 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11352 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11353 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11354 (locexpr_tracepoint_var_ref): New function.
11355 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11356
11357 2003-02-28 Andrew Cagney <cagney@redhat.com>
11358
11359 * regcache.c (register_size): New function.
11360 * regcache.h (register_size): Declare
11361 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11362 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11363
11364 2003-02-28 David Carlton <carlton@math.stanford.edu>
11365
11366 * linespec.c (decode_compound): Extract code into find_method.
11367 (find_method): New.
11368
11369 2003-02-28 J. Brobecker <brobecker@gnat.com>
11370
11371 * Makefile.in: Add rules to build and link in observer.o.
11372
11373 2003-02-27 J. Brobecker <brobecker@gnat.com>
11374
11375 * observer.c: Minor comments edits.
11376
11377 2003-02-27 J. Brobecker <brobecker@gnat.com>
11378
11379 * observer.h, observer.c: New file.
11380
11381 2003-02-27 Andrew Cagney <cagney@redhat.com>
11382
11383 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11384
11385 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11386
11387 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11388 (M6812_OP_STS_EXT): Likewise.
11389 (m6811_prologue): Use the above to recognize prologue.
11390 (m6812_prologue): Likewise.
11391
11392 2003-02-27 David Carlton <carlton@math.stanford.edu>
11393
11394 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11395 SYMBOL_PRINT_NAME.
11396 (compare_psymbols): Ditto.
11397 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11398
11399 2003-02-27 Michael Snyder <msnyder@redhat.com>
11400
11401 * f-lang.c (build_fortran_types): New function.
11402 (_initialize_f_language): Gdbarch-register built-in fortran types.
11403 * doublest.c (extract_floating): Fix warning text.
11404
11405 2003-02-27 Andrew Cagney <cagney@redhat.com>
11406
11407 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11408 predicate. Replaces PUSH_DUMMY_FRAME.
11409 * gdbarch.h, gdbarch.c: Regnerate.
11410 * valops.c (hand_function_call): Update. Call
11411 generic_push_dummy_frame directly.
11412 * vax-tdep.c (vax_gdbarch_init): Update.
11413 * sparc-tdep.c (sparc_gdbarch_init): Update.
11414 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11415 * m68k-tdep.c (m68k_gdbarch_init): Update.
11416 * hppa-tdep.c (hppa_gdbarch_init): Update.
11417 * alpha-tdep.c (alpha_gdbarch_init): Update.
11418 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11419 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11420 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11422 push_dummy_frame to generic_push_dummy_frame.
11423 * v850-tdep.c (v850_gdbarch_init): Ditto.
11424 * sh-tdep.c (sh_gdbarch_init): Ditto.
11425 * s390-tdep.c (s390_gdbarch_init): Ditto.
11426 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11427 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11428 * mips-tdep.c (mips_gdbarch_init): Ditto.
11429 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11430 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11431 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11432 * i386-tdep.c (i386_gdbarch_init): Ditto.
11433 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11434 * frv-tdep.c (frv_gdbarch_init): Ditto.
11435 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11436 * cris-tdep.c (cris_gdbarch_init): Ditto.
11437 * avr-tdep.c (avr_gdbarch_init): Ditto.
11438 * arm-tdep.c (arm_gdbarch_init): Ditto.
11439
11440 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11441
11442 * mips-tdep.c (show_mips_abi): New function.
11443 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11444 command ``show mips abi''.
11445
11446 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11447
11448 From Elena Zannoni <ezannoni@redhat.com>
11449 * dbxread.c (process_one_symbol): Only record line 0 if one or
11450 more sline entries have been seen for the function.
11451
11452 2003-02-26 Michael Chastain <mec@shout.net>
11453
11454 * configure: Regenerate with autoconf 000227.
11455
11456 2003-02-26 Michael Chastain <mec@shout.net>
11457
11458 Close PR build/660.
11459 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11460 for old libc5/glibc.
11461 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11462
11463 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11464
11465 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11466 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11467
11468 2003-02-26 Michael Chastain <mec@shout.net>
11469
11470 * configure.in: New variable HAVE_UINTPTR_T.
11471 * configure, config.in: Regenerated.
11472
11473 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11474
11475 Fix PR build/1097.
11476 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11477
11478 2003-02-25 Andrew Cagney <cagney@redhat.com>
11479
11480 * frame.c (get_prev_frame): Add comment on check for
11481 inside_entry_func. Only check for inside_entry_file when not a
11482 dummy and not a sentinel. Check that the new frame is not inner
11483 to the old frame.
11484
11485 2003-02-25 Andrew Cagney <cagney@redhat.com>
11486
11487 * frame.c (frame_debug): New variable.
11488 (_initialize_frame): Add "set/show debug frame" command.
11489 (get_prev_frame): When frame_debug, print reason why unwind
11490 failed.
11491
11492 2003-02-25 Michael Chastain <mec@shout.net>
11493
11494 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11495 to avoid uintptr_t definition problems.
11496
11497 2003-02-25 David Carlton <carlton@math.stanford.edu>
11498
11499 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11500 (SYMBOL_LINKAGE_NAME): Ditto.
11501 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11502 SYMBOL_LINKAGE_NAME.
11503 (struct general_symbol_info): Expand comment.
11504 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11505 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11506 (SYMBOL_MATCHES_REGEXP): Ditto.
11507 * symtab.c (symbol_natural_name): New function.
11508 * objfiles.h: Replace all uses of SYMBOL_NAME by
11509 DEPRECATED_SYMBOL_NAME.
11510 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11511 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11512 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11513 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11514 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11515 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11516 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11517 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11518 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11519 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11520 * ada-exp.y: Ditto.
11521 * ada-exp.y: Update copyright.
11522 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11523 * cp-valprint.c: Ditto.
11524
11525 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11526
11527 * infptrace.c (detach): Do not flag error if ptrace detach fails
11528 and errno is set to ESRCH.
11529
11530 2003-02-24 Andrew Cagney <cagney@redhat.com>
11531
11532 * infptrace.c (udot_info): Change type of udot_off to long. Use
11533 paddr when printing udot_off's value.
11534
11535 2003-02-24 David Carlton <carlton@math.stanford.edu>
11536
11537 * symtab.c (make_symbol_overload_list): Only read in partial
11538 symtabs containing a matching partial symbol.
11539
11540 2003-02-24 David Carlton <carlton@math.stanford.edu>
11541
11542 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11543 do the comparison, not strcmp.
11544 * symfile.c (compare_psymbols): Ditto.
11545 * defs.h: Declare strcmp_iw_ordered.
11546 * utils.c (strcmp_iw_ordered): New function.
11547
11548 2003-02-24 Jim Blandy <jimb@redhat.com>
11549
11550 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11551 support, shared libs): Remove my name from here, to better reflect
11552 reality.
11553
11554 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11555
11556 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11557 (target_ops): Add to_have_continuable_watchpoint.
11558 * target.c (update_current_target): Add INHERIT line for
11559 to_have_continuable_watchpoint.
11560 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11561 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11562 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11563 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11564
11565 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11566
11567 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11568 maintainership.
11569
11570 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11571
11572 * solib.c (solib_open): Call target defined search function after
11573 failing with solib-search-path.
11574 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11575 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11576
11577 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11578
11579 * MAINTAINERS: Add myself to Write After section.
11580
11581 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11582
11583 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11584
11585 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11586
11587 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11588 (m68hc11_add_reggroups): New function.
11589 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11590 (m68hc11_gdbarch_init): Install the reggroups.
11591 (_initialize_m68hc11_tdep): Initialize them.
11592
11593 2003-02-21 James E Wilson <wilson@tuliptree.org>
11594
11595 * MAINTAINERS: Update my email address.
11596
11597 2003-02-21 David Carlton <carlton@math.stanford.edu>
11598
11599 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11600
11601 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11602
11603 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11604 * symtab.h: Add opaque declarations of struct axs_value and
11605 struct agent_expr.
11606 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11607 (struct location_funcs): New type.
11608 (struct symbol): Add "loc" to aux_value.
11609 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11610 * dwarf2read.c: Include "dwarf2expr.h".
11611 (dwarf2_symbol_mark_computed): New function.
11612 (read_func_scope): Use it.
11613 (var_decode_location): New function.
11614 (new_symbol): Use it.
11615 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11616
11617 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11618 (dwarf2expr_h, dwarf2loc_h): New variables.
11619 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11620 (dwarf2expr.o, dwarf2loc.o): New rules.
11621 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11622 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11623 LOC_COMPUTED_ARG.
11624 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11625 * m2-exp.y (yylex): Likewise.
11626 * printcmd.c (address_info, print_frame_args): Likewise.
11627 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11628 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11629 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11630 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11631 * symtab.c (lookup_block_symbol): Likewise.
11632
11633 2003-02-20 Adam Fedor <fedor@gnu.org>
11634
11635 * symtab.h: Remove objc_specific struct
11636 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11637 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11638 Have language_objc use cplus_specific struct.
11639
11640 2003-02-20 Tom Tromey <tromey@redhat.com>
11641
11642 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11643 TYPE_NAME, when printing a String value. PR java/1075.
11644
11645 2003-02-20 Adam Fedor <fedor@gnu.org>
11646
11647 * objc-lang.h (find_methods): Remove declaration.
11648 * objc-lang.c (find_methods): Make static.
11649
11650 2003-02-20 Christopher Faylor <cgf@redhat.com>
11651
11652 * win32-nat.c (get_image_name): Check return value from
11653 ReadProcessMemory.
11654 (child_xfer_memory): Ditto.
11655
11656 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11657
11658 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11659 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11660 '${exec_prefix}' (in addition to the expansion thereof) as
11661 relocatable.
11662 * configure: Rebuilt.
11663
11664 2003-02-20 David Carlton <carlton@math.stanford.edu>
11665
11666 * symtab.c (search_symbols): Revert the search_symbols part of my
11667 2002-12-23 patch. Add comment.
11668
11669 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11670
11671 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11672 * dbxread.c (elfstab_build_psymtabs): Don't call
11673 install_minimal_symbols.
11674 (stabsect_build_psymtabs): Likewise.
11675 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11676 earlier.
11677 * somread.c (som_symfile_read): Call install_minimal_symbols
11678 and do_cleanups earlier.
11679 * nlmread.c (nlm_symfile_read): Likewise.
11680 * mdebugread.c (elfmdebug_build_psymtabs): Call
11681 install_minimal_symbols and make appropriate cleanups.
11682
11683 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11684
11685 * solib.c (reload_shared_libraries): New function.
11686 (_initialize_solib): Add callbacks for ``set solib-search-path''
11687 and ``set solib-absolute-prefix''.
11688
11689 2003-02-20 David Carlton <carlton@math.stanford.edu>
11690
11691 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11692 expand comment.
11693 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11694 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11695 * ada-typeprint.c (ada_typedef_print): Ditto.
11696 * ax-gdb.c (gen_var_ref): Ditto.
11697 * breakpoint.c (print_one_breakpoint): Ditto.
11698 * buildsym.c (finish_block): Ditto.
11699 * c-valprint.c (c_val_print): Ditto.
11700 * expprint.c (print_subexp): Ditto.
11701 * findvar.c (locate_var_value): Ditto.
11702 * infcmd.c (jump_command): Ditto.
11703 * linespec.c (decode_line_2, decode_compound): Ditto.
11704 * maint.c (maintenance_translate_address): Ditto.
11705 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11706 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11707 Ditto.
11708 * p-valprint.c (pascal_val_print): Ditto.
11709 * stabsread.c (define_symbol): Ditto.
11710 * stack.c (print_frame, frame_info, print_block_frame_locals)
11711 (print_frame_arg_vars, return_command): Ditto.
11712 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11713 * symmisc.c (print_symbol): Ditto.
11714 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11715 (compare_search_syms, print_symbol_info, print_msymbol_info)
11716 (rbreak_command): Ditto.
11717 * tracepoint.c (tracepoints_info): Ditto.
11718 * typeprint.c (typedef_print): Ditto.
11719 * valops.c (value_of_variable, hand_function_call): Ditto.
11720 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11721 * ada-typeprint.c: Update Copyright.
11722 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11723 * tracepoint.c, cli/cli-cmds.c: Ditto.
11724
11725 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11726
11727 * frame.c (generic_unwind_get_saved_register): Make non-static.
11728 * frame.h (generic_unwind_get_saved_register): Declare.
11729 * mips-tdep.c (read_next_frame_reg): Fetch register from
11730 current regcache when frame is NULL.
11731 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11732 that must be NULL.
11733 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11734 instead of frame_register_unwind().
11735
11736 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11737
11738 * remote-sim.c (gdbsim_insert_breakpoint)
11739 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11740 code.
11741
11742 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11743
11744 * remote.c (_initialize_remote): Add commands "set/show remote
11745 hardware-watchpoint-limit" and "set/show remote
11746 hardware-breakpoint-limit".
11747 (remote_hw_watchpoint_limit): Initialize to -1.
11748 (remote_hw_breakpoint_limit): Ditto.
11749 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11750
11751 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11752
11753 * coff-pe-read.c: New file - support reading of minimal symbols from a
11754 portable executable using the export table.
11755 * coff-pe-read.h: New file.
11756 * coffread.c: Include coff-pe-read.h.
11757 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11758 debugging symbols found.
11759 * Makefile.in (SFILES): Add coff-pe-read.o.
11760 (coff_pe_read_h): Define.
11761 (COMMON_OBS): Add coff-pe-read.o.
11762 (coffread.o): Add coff_pe_read_h dependency.
11763 (coff-pe-read.o): New target.
11764
11765 2003-02-19 David Carlton <carlton@math.stanford.edu>
11766
11767 * Makefile.in (SFILES): Add block.c.
11768 (block_h): New.
11769 (COMMON_OBS): Add block.o.
11770 (block.o): New.
11771 (x86-64-tdep.o): Add $(block_h).
11772 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11773 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11774 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11775 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11776 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11777 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11778 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11779 * value.h: Add opaque declaration for struct block.
11780 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11781 * ada-lang.h: Ditto.
11782 * x86-64-tdep.c: #include "block.h"
11783 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11784 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11785 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11786 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11787 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11788 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11789 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11790 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11791 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11792 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11793 * symtab.c (block_function): Ditto.
11794 (contained_in): Ditto.
11795 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11796 block.h. Add opaque declaration for struct block.
11797 * symtab.h: Move block_function and contained_in declarations to
11798 block.h. Add opaque declarations for struct block, struct
11799 blockvector.
11800 (struct block): Move to block.h.
11801 (struct blockvector): Ditto.
11802 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11803 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11804 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11805 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11806 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11807 Ditto.
11808 * block.c: New file.
11809 * block.h: New file.
11810
11811 2003-02-19 Theodore A. Roth <troth@openavr.org>
11812
11813 * avr-tdep.c (avr_extract_return_value): Remove function.
11814 (avr_store_return_value): Remove function.
11815 (avr_extract_struct_value_address): Remove function.
11816 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11817
11818 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11819
11820 * rs6000-tdep.c: Include "gdb_assert.h".
11821 (registers_e500): Add "acc" and "spefscr".
11822 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11823 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11824 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11825 really is "r0".
11826 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11827
11828 2003-02-18 Keith Seitz <keiths@redhat.com>
11829
11830 * Makefile.in: Add gdbtk-interps.c.
11831
11832 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11833
11834 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11835 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11836
11837 2003-02-18 Andrew Cagney <cagney@redhat.com>
11838
11839 * symtab.h (struct objfile): Add opaque declaration.
11840
11841 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11842
11843 From Jim Ingham <jingham@apple.com>:
11844 * dbxread.c (process_one_symbol): Use last_function_start rather
11845 than function_start_offset to find the real beginning of the
11846 current function. The latter is just the text section offset on
11847 some systems, the former is always the real function start.
11848
11849 2003-02-17 Andrew Cagney <cagney@redhat.com>
11850
11851 * configure.in: Revert ${target} != ${host}.
11852
11853 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11854
11855 * configure.in (Makefile): Use the test ${target} != ${host},
11856 instead of the absence of the "nm.h" file, to determine of the
11857 configuration non-native.
11858 * configure: Regenerate.
11859
11860 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11861
11862 From Brian Ford <ford@vss.fsi.com>
11863
11864 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11865 conditionalize tui_active test.
11866 (lookup_cmd_1): Ditto.
11867
11868 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11869
11870 * configure.in: Add check for _etext.
11871 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11872 available.
11873 * config.in, configure: regenerated.
11874
11875 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11876
11877 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11878
11879 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11880
11881 * main.c (tui_version): Delete variable.
11882 (captured_main): When --tui, set interpreter_p to "tui" instead of
11883 enabling tui_version.
11884 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11885 tui_version.
11886 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11887 * cli/cli-cmds.c (disassemble_command): Ditto.
11888 * defs.h (tui_version): Delete declaration.
11889 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11890 (tui-interp.o): Add rules.
11891 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11892
11893 2003-02-14 Christopher Faylor <cgf@redhat.com>
11894
11895 * win32-nat.c (register_loaded_dll): Correctly set address range for
11896 just-loaded dll.
11897
11898 2003-02-12 Jason Molenda (jmolenda@apple.com)
11899
11900 * symmisc.c (print_objfile_statistics): Include information about
11901 the number of psymtabs and symtabs in each object file.
11902
11903 2003-02-13 Keith R Seitz <keiths@redhat.com>
11904
11905 * main.h (struct captured_main_args): Add interpreter_p.
11906 * main.c (captured_main): Initialize interpreter_p from context.
11907 * gdb.c (main): Set interpreter_p argument.
11908 * Makefile.in (gdb.o): Add dependency for interps.h.
11909
11910 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11911
11912 * event-top.c (cli_command_loop): Delete declaration.
11913 (_initialize_event_loop): Delete function setting event_loop_hook.
11914 * event-top.h (cli_command_loop): Declare. Update copyright.
11915 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11916 * interps.c (current_interp_command_loop): When event_loop_p, call
11917 cli_command_loop.
11918
11919 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11920
11921 * interps.h (interp_command_loop_ftype): Change return type to
11922 void.
11923
11924 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11925
11926 * x86-64-tdep.c (x86_64_extract_return_value)
11927 (x86_64_store_return_value): Use regcache instead of regbuf.
11928 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11929 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11930
11931 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11932
11933 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11934 * aclocal.m4: Regenerate.
11935 * configure: Regenerate.
11936
11937 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11938 TCL_LD_SEARCH_FLAGS.
11939
11940 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11941
11942 * dwarf2cfi.c: Reindented.
11943
11944 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11945
11946 * interps.c (clear_interpreter_hooks): Convert function definition
11947 to ISO C.
11948
11949 2003-02-07 David Carlton <carlton@math.stanford.edu>
11950
11951 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11952
11953 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11954
11955 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11956 (struct type): ...to here.
11957 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11958 field.
11959 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11960 (replace_type): Set length on all type variants for a given type.
11961
11962 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11963
11964 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11965 <sys/stat.h>.
11966 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11967
11968 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11969
11970 * Makefile.in (symm-nat.o): Update dependencies.
11971 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11972 (lynx-nat.o, ia64-linux-nat.): Ditto.
11973 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11974 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11975 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11976
11977 * Makefile.in (inflow_h): Define.
11978 (procfs.o, inflow.o, procfs.o): Update dependencies.
11979 * inftarg.c (child_stop): Delete extern declaration of
11980 inferior_process_group. Include "inflow.h".
11981 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11982 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11983 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11984 (our_process_group, inferior_process_group): Extern declarations.
11985
11986 * procfs.c: Include "gdb_assert.h".
11987
11988 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11989 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11990 * jv-typeprint.c (java_type_print_base): Ditto.
11991 * typeprint.c (typedef_print): Eliminate STREQ.
11992 * cli/cli-script.c (define_command, define_command): Ditto.
11993 * main.c (captured_main): Ditto.
11994 * values.c (lookup_internalvar): Ditto.
11995 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11996 within `if' conditional.
11997 * linespec.c (decode_line_2): Ditto.
11998 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11999 (bfd_openw_with_cleanup): Ditto.
12000
12001 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12002
12003 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12004 legacy_extract_return_value and store_return_value to
12005 legacy_return_value.
12006
12007 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12008
12009 * win32-nat.c (get_relocated_section_addrs): New function. Find
12010 section load addresses for symbol handling in relocated DLLs.
12011 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12012
12013 2003-02-05 Fred Fish <fnf@intrinsity.com>
12014
12015 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12016 '=' and '!='.
12017 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12018 with '&' and '=='.
12019 (angel_RDI_info): Ditto.
12020 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12021 with '&' and '!='.
12022 (threads_continue_all_with_signals): Ditto.
12023
12024 2003-02-05 Jim Ingham <jingham@apple.com>
12025 Keith Seitz <keiths@redhat.com>
12026 Elena Zannoni <ezannoni@redhat.com>
12027 Andrew Cagney <ac131313@redhat.com>
12028
12029 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12030 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12031 (SUBDIR_MI_OBS): Add "mi-interp.o".
12032 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12033 (SFILES): Add "interps.c".
12034 (COMMON_OBS): Add "interps.o".
12035 (interps_h, mi_main_h): Define.
12036 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12037 (mi-main.o, main.o, event-top.o): Update dependencies.
12038 * cli/cli-interp.c: New file.
12039 * interps.h, interps.c: New files.
12040 * top.c: (gdb_init): Don't install the default interpreter, handed
12041 by captured_main.
12042 * main.c: Include "interps.h".
12043 (interpreter_p): Note that it should malloc'ed.
12044 (captured_command_loop): Call current_interp_command_loop.
12045 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12046 xfree and xstrdup when updating interpreter_p. Install the
12047 default interpreter. Add hack to stop mi1's copyright notice
12048 being encoded.
12049 * event-top.h (gdb_setup_readline): Declare.
12050 (gdb_disable_readline): Declare.
12051 * event-top.c: Include "interps.h".
12052 (display_gdb_prompt): Call current_interp_display_prompt_p.
12053 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12054 gdb_stdlog, and gdb_stdtarg.
12055 (_initialize_event_loop): Don't call gdb_setup_readline.
12056 * cli-out.c (cli_out_set_stream): New function.
12057 * cli-out.h (cli_out_set_stream): Declare.
12058
12059 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12060
12061 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12062 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12063 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12064 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12065 config/i386/i386v42mp.mt: Removed.
12066
12067 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12068
12069 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12070 GDB_OSABI_SOLARIS.
12071
12072 2003-02-05 Michael Chastain <mec@shout.net>
12073
12074 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12075 2.12.1 and earlier versions.
12076
12077 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12078
12079 Remove orphaned hosts, targets and files.
12080 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12081 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12082 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12083 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12084 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12085 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12086 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12087 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12088 * config/sparc/tm-sp64sim.h: Delete.
12089 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12090 hosts.
12091 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12092 mips*-dec-mach3* targets.
12093
12094 2003-02-04 Michael Chastain <mec@shout.net>
12095
12096 * NEWS: Fix typo: sepcifying -> specifying.
12097
12098 2003-02-04 Michael Chastain <mec@shout.net>
12099
12100 * dwarfread.c: Add documentation on the state of dwarf-1,
12101 looking towards obsoletion.
12102
12103 2003-02-03 Michael Chastain <mec@shout.net>
12104
12105 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12106 gdb/testsuite/gdb.c++/pr-1023.exp.
12107
12108 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12109
12110 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12111 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12112
12113 * utils.c (init_page_info): Delete reference to MPW in comments.
12114 * main.c (captured_main): Delete #ifdef MPW.
12115
12116 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12117
12118 * NEWS: Note that the m32r-*-elf* is obsolete.
12119 * monitor.c (monitor_expect): Obsolete reference to m32r.
12120 * configure.tgt: Mark m32r-*-elf* as obsolete.
12121 * MAINTAINERS: Mark m32k as obsolete.
12122 * m32r-rom.c: Obsolete file.
12123 * config/m32r/m32r.mt: Obsolete file.
12124 * config/m32r/tm-m32r.h: Obsolete file.
12125 * m32r-stub.c: Obsolete file.
12126 * m32r-tdep.c: Obsolete file.
12127
12128 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12129
12130 * NEWS: Mention that the z8k-zilog-none is obsolete.
12131 * MAINTAINERS: Mark z8k as obsolete.
12132 * configure.tgt: Obsolete the z8k-*-coff* target.
12133 * config/z8k/z8k.mt: Obsolete file.
12134 * config/z8k/tm-z8k.h: Obsolete file.
12135 * z8k-tdep.c: Obsolete file.
12136
12137 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12138
12139 * NEWS: Mention that the mn10200-elf is obsolete.
12140 * configure.tgt: Obsolete mn10200-*-* target.
12141 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12142 mention that the mn10200 is obsolete.
12143 * breakpoint.h: Ditto.
12144 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12145 * config/mn10200/mn10200.mt: Obsolete file.
12146 * config/mn10200/tm-mn10200.h: Obsolete file.
12147 * mn10200-tdep.c: Obsolete file.
12148
12149 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12150
12151 * MAINTAINERS: Mark h8500 as obsolete.
12152 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12153 * findvar.c (value_from_register): Ditto.
12154 * h8500-tdep.c: Mark file as obsolete.
12155 * config/h8500/h8500.mt: Ditto.
12156 * config/h8500/tm-h8500.h: Ditto.
12157 * NEWS: Mention that h8500 is obsolete.
12158
12159 2003-02-04 David Carlton <carlton@math.stanford.edu>
12160
12161 * objfiles.c (allocate_objfile): Always set name. Add comment at
12162 start of function.
12163 * jv-lang.c (get_dynamics_objfile): Add comment.
12164
12165 2003-02-04 David Carlton <carlton@math.stanford.edu>
12166
12167 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12168 * printcmd.c (build_address_symbolic): Replace uses of
12169 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12170 SYMBOL_NAME, and asm_demangle.
12171 Update copyright.
12172
12173 2003-02-04 David Carlton <carlton@math.stanford.edu>
12174
12175 * linespec.c (decode_compound): Extract code into
12176 lookup_prefix_sym.
12177 (lookup_prefix_sym): New function.
12178
12179 2003-02-04 David Carlton <carlton@math.stanford.edu>
12180
12181 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12182 FLOAT_COERCION_BADNESS.
12183 * gdbtypes.c (rank_one_type): Replace all uses of
12184 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12185
12186 2003-02-04 Jim Blandy <jimb@redhat.com>
12187
12188 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12189 section, let dwarf_macinfo_section point to it, not
12190 dwarf_loc_section.
12191
12192 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12193
12194 Pointed out by Anton Blanchard <anton@samba.org>.
12195 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12196 (ppc_linux_at_sigtramp_return_path): Use it.
12197
12198 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12199
12200 * defs.h (streq): Add prototype.
12201 * utils.c (streq): New function.
12202
12203 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12204 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12205 * mdebugread.c (new_symbol): Likewise.
12206 * stabsread.c (define_symbol): Likewise.
12207 * coffread.c (process_coff_symbol): Likewise.
12208 * dwarfread.c (new_symbol): Likewise.
12209
12210 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12211 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12212 here.
12213 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12214 SYMBOL_INIT_DEMANGLED_NAME.
12215 * objfiles.c: Include "hashtab.h".
12216 (allocate_objfile): Call htab_set_functions_ex for the
12217 demangled_names_hash.
12218 (free_objfile): Call htab_delete for the demangled_names_hash.
12219 * objfiles.h (struct htab): Add declaration.
12220 (struct objfile): Add demangled_names_hash.
12221 * symfile.c: Include "hashtab.h".
12222 (reread_symbols): Call htab_delete for the demangled_names_hash.
12223 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12224 SYMBOL_NAME in the bcache.
12225 * symtab.c: Include "hashtab.h". Update comments.
12226 (create_demangled_names_hash, symbol_set_names): New functions.
12227 (symbol_find_demangled_name): New function, broken out from
12228 symbol_init_demangled_names.
12229 (symbol_init_demangled_names): Use it.
12230 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12231 (SYMBOL_SET_NAMES): New macro.
12232 (symbol_set_names): Add prototype.
12233
12234 2003-02-03 Jim Blandy <jimb@redhat.com>
12235
12236 Use a single, consistent representation for an empty minimal
12237 symbol table in an objfile.
12238 * objfiles.c (terminate_minimal_symbol_table): New function.
12239 (allocate_objfile): Call it.
12240 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12241 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12242 non-NULL.
12243 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12244 objfile has minimal symbols, compare minimal_symbol_count to zero,
12245 instead of comparing msymbols with NULL.
12246 * objfiles.c (have_minimal_symbols): Same.
12247 * solib-sunos.c (solib_add_common_symbols): Call
12248 terminate_minimal_symbol_table.
12249 * symfile.c (reread_symbols): Same.
12250
12251 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12252
12253 * s390-tdep.c (s390_address_class_type_flags)
12254 (s390_address_class_type_flags_to_name)
12255 (s390_address_class_name_to_type_flags): New functions.
12256 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12257 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12258
12259 2003-02-03 Michael Snyder <msnyder@redhat.com>
12260
12261 * arm-tdep.c: Fix spell-o in comment.
12262
12263 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12264
12265 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12266 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12267 error messages to contain BFD filename.
12268
12269 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12270
12271 Fix PR gdb/742 gdb/743 gdb/877
12272 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12273 (do_mixed_source_and_assembly): Use
12274 make_cleanup_ui_out_tuple_begin_end and
12275 make_cleanup_ui_out_tuple_begin_end.
12276 (do_mixed_source_and_assembly): Ditto.
12277 * thread.c (do_captured_list_thread_ids): Ditto.
12278 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12279 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12280 ui_out_tuple_end): Delete prototypes.
12281 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12282 ui_out_list_end, ui_out_tuple_end): Delete.
12283
12284 From Kevin Buettner <kevinb@redhat.com>:
12285 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12286 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12287 (do_cleanup_table_end): New functions.
12288 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12289 Use cleanups to invoke_ui_out_tuple_end().
12290 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12291 * cli/cli-setshow.c (cmd_show_list): Use
12292 make_cleanup_ui_out_tuple_begin_end.
12293
12294 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12295
12296 * frame.c (frame_unwind_register): New function.
12297 (frame_unwind_unsigned_register): Use.
12298 (frame_unwind_signed_register): Use.
12299 (frame_read_register): New function.
12300 * frame.h (frame_unwind_register): Declare.
12301 (frame_read_register): Declare.
12302
12303 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12304 and frame_unwind_register instead of read_memory, write_register
12305 and deprecated_write_register_bytes.
12306
12307 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12308
12309 * frame.h: Note that namelen can be negative.
12310 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12311 NAME's length.
12312
12313 * NEWS: Mention that the d10v's `regs' command is deprecated.
12314 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12315 (d10v_print_registers_info): New function.
12316 (show_regs): Call d10v_print_registers_info.
12317 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12318
12319 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12320
12321 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12322 lost in the previous patch.
12323
12324 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12325
12326 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12327 * stack.c (print_frame_info_base): Output complete FRAME tuple
12328 for synthesized frames.
12329
12330 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12331
12332 * mips-nat.c (zerobuf): Delete.
12333 (fetch_inferior_registers): Alloc local zerobuf.
12334 (fetch_core_registers): Alloc local zerobuf.
12335 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12336 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12337 * thread-db.c (thread_db_store_registers): Ditto.
12338 * sh-tdep.c (sh_do_register): Ditto.
12339 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12340 * remote-sim.c (gdbsim_store_register): Ditto.
12341 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12342 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12343 * monitor.c (monitor_supply_register): Ditto.
12344 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12345 * mips-nat.c (fetch_inferior_registers): Ditto.
12346 * m68klinux-nat.c (fetch_register): Ditto.
12347 * lynx-nat.c (fetch_inferior_registers): Ditto.
12348 (fetch_inferior_registers): Ditto.
12349 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12350 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12351 (hpux_thread_store_registers): Ditto.
12352 * hppah-nat.c (fetch_register): Ditto.
12353 * hppab-nat.c (fetch_register): Ditto.
12354 * hppa-tdep.c (pa_register_look_aside): Ditto.
12355 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12356 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12357
12358 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12359
12360 * gdbarch.sh: Explictly specify all method levels. When a
12361 variable with an empty level, provide a non-multi-arch default.
12362 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12363 * gdbarch.h: Re-generate.
12364 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12365 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12366
12367 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12368
12369 * defs.h (host_pointer_to_address): Delete declaration.
12370 (address_to_host_pointer): Delete declaration.
12371 * utils.c (host_pointer_to_address): Delete function.
12372 (address_to_host_pointer): Delete function.
12373 * procfs.c (procfs_address_to_host_pointer): New function.
12374 * procfs.c (proc_set_watchpoint): Use.
12375 (procfs_can_use_hw_breakpoint): Update comments.
12376 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12377 (som_solib_add): Use.
12378 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12379 * hppa-tdep.c (unwind_command): Use.
12380
12381 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12382
12383 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12384 strlen d_name.
12385
12386 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12387 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12388 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12389 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12390 (define_symbol): Update.
12391 * symfile.c (generic_load): Remove references to nindy.
12392 * symtab.c: Remove references to nindy.
12393
12394 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12395
12396 * infcmd.c (print_float_info): Delete code conditional on
12397 FLOAT_INFO.
12398 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12399 * config/m68k/nm-apollo68b.h: Ditto.
12400 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12401 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12402 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12403
12404 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12405
12406 * config/i386/tm-i386os9k.h: Removed.
12407
12408 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12409 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12410 they're identical to i[3456]86-*-sysv* now.
12411 * config/i386/i386v32.mh: Removed.
12412 * config/i386/xm-i386v32.h: Removed.
12413 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12414
12415 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12416
12417 * config/i386/i386dgux.mh: Removed.
12418 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12419
12420 * configure.in: Fix typo.
12421 * configure: Regenerated.
12422
12423 2003-01-31 David Carlton <carlton@math.stanford.edu>
12424
12425 * dwarf2read.c (dwarf2_locate_sections): Set
12426 dwarf_ranges_section.
12427
12428 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12429
12430 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12431 * utils.c: Update comments documenting legitimate uses of PTR.
12432
12433 * utils.c: Re-indent.
12434
12435 * config/djgpp/fnchange.lst: Delete nindy files.
12436 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12437 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12438 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12439 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12440 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12441 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12442 * Makefile.in (init.c): Remove nindy references.
12443 (saber_gdb): Delete rule.
12444 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12445 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12446 and a68v-nat.c.
12447 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12448 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12449 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12450 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12451 nindy-share/stop.h.
12452 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12453 * saber.suppress: Delete file.
12454
12455 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12456
12457 * dbxread.c (stabs_data): New static variable.
12458 (fill_symbuf): Support an in-memory buffer for stabs data.
12459 (stabs_seek): New function.
12460 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12461 (read_ofile_symtab): Use stabs_seek.
12462 (elfstab_build_psymtabs): Take an asection* instead of
12463 an offset and size. Relocate the stabs data if necessary.
12464 Save the section* for dbx_psymtab_to_symtab.
12465 * dwarf2read.c: Add section variables for each debug section.
12466 (dwarf2_locate_sections): Fill them in.
12467 (dwarf2_read_section): Take an asection* argument.
12468 Relocate the section contents if necessary.
12469 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12470 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12471 it to dwarf2_read_section.
12472 (dwarf2_build_frame_info): Update callers.
12473 * elfread.c (elf_symfile_read): Update call to
12474 elfstab_build_psymtabs.
12475 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12476 (DBX_STAB_SECTION): New macro.
12477 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12478 * symfile.c (symfile_dummy_outputs): New function.
12479 (symfile_relocate_debug_section): New function.
12480 * symfile.h (symfile_relocate_debug_section): Add prototype.
12481
12482 2003-01-31 Richard Henderson <rth@redhat.com>
12483
12484 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12485 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12486 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12487 * alpha-tdep.c (alpha_register_name): Add "unique".
12488 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12489 (ALPHA_UNIQUE_REGNUM): New.
12490 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12491
12492 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12493
12494 * README: Remove reference to Ericsson 1800 monitor.
12495 * Makefile.in (remote-es.o): Delete rule.
12496 (ALLDEPFILES): Delete remote-es.c.
12497 * remote-es.c: Delete file.
12498 * config/m68k/es1800.mt: Delete file.
12499 * config/djgpp/fnchange.lst: Update.
12500 * configure.tgt: Delete m68*-ericsson-* target.
12501
12502 2003-01-31 Adam Fedor <fedor@gnu.org>
12503
12504 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12505 Remove duplicate/shadowing variable of same name.
12506
12507 2003-01-30 Jim Blandy <jimb@redhat.com>
12508
12509 * symfile.c (find_separate_debug_file): Assert that the objfile's
12510 directory name we compute ends with a slash, and then assume that
12511 that's so everywhere we use it.
12512
12513 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12514
12515 * valops.c (value_assign): Flush frame cache after stores to memory
12516 also.
12517
12518 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12519
12520 * Makefile.in (mon960-rom.o): Delete rule.
12521 * mon960-rom.c: Delete file.
12522
12523 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12524
12525 * d10v-tdep.c: Include "frame-unwind.h".
12526 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12527 list.
12528 (next_addr, uses_frame): Delete.
12529 (struct d10v_unwind_cache): Define.
12530 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12531 Use info instead of next_addr and uses_frame globals.
12532 (d10v_frame_init_saved_regs): Delete function.
12533 (d10v_init_extra_frame_info): Delete function.
12534 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12535 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12536 init_frame_pc or frame_saved_pc.
12537 (d10v_pop_frame): Delete function.
12538 (do_d10v_pop_frame): Delete function.
12539 (d10v_frame_chain): Delete function.
12540 (d10v_frame_chain_valid): Delete function.
12541 (d10v_frame_pc_unwind): New function.
12542 (d10v_frame_id_unwind): New function.
12543 (saved_regs_unwinder): New function.
12544 (d10v_frame_register_unwind): New function.
12545 (d10v_frame_pop): New function.
12546 (d10v_frame_unwind): New variable.
12547 (d10v_frame_p): New function.
12548 (d10v_frame_saved_pc): Delete function.
12549 * Makefile.in (d10v-tdep.o): Update dependencies.
12550
12551 2003-01-30 J. Brobecker <brobecker@gnat.com>
12552
12553 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12554 causing some regressions due to a change in the default value
12555 for this macro.
12556
12557 2003-01-29 Richard Henderson <rth@redhat.com>
12558 Elena Zannoni <ezannoni@redhat.com>
12559 Daniel Jacobowitz <drow@mvista.com>
12560
12561 Fix PR gdb/961.
12562 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12563 variables.
12564 (RANGES_SECTION): New.
12565 (dwarf_ranges_buffer): New variable.
12566 (struct comp_unit_head): Add member "die".
12567 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12568 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12569 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12570 (dwarf2_locate_sections): Likewise.
12571 (dwarf2_build_psymtabs): Read .debug_ranges.
12572 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12573 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12574 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12575 Look for DW_AT_ranges and return the bounding box.
12576
12577 2003-01-29 Brian Ford <ford@vss.fsi.com>
12578
12579 * win32-nat.c (cygwin_pid): Removed as unused.
12580 (child_attach): Try fall back to Cygwin pid.
12581
12582 2003-01-29 Jim Blandy <jimb@redhat.com>
12583
12584 * objfiles.h (struct objfile): Doc fix.
12585
12586 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12587
12588 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12589 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12590 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12591 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12592 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12593 (FRAME_SAVED_PC): Change to a function with predicate.
12594 * gdbarch.h, gdbarch.c: Re-generate.
12595
12596 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12597
12598 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12599
12600 * complaints.c (complain): Delete function.
12601 * complaints.h (struct deprecated_complaint): Delete definition.
12602 (complain): Delete declaration.
12603
12604 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12605
12606 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12607 dummy frames.
12608
12609 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12610
12611 * sentinel-frame.h, sentinel-frame.c: New files.
12612 * Makefile.in (frame.o): Update dependencies.
12613 (SFILES): Add sentinel-frame.c.
12614 (sentinel_frame_h): Define.
12615 (COMMON_OBS): Add sentinel-frame.o.
12616 (sentinel-frame.o): Specify dependencies.
12617 * frame.c: Include "sentinel-frame.h".
12618 (frame_register_unwind): Rewrite assuming that there is always a a
12619 ->next frame.
12620 (frame_register, generic_unwind_get_saved_register): Ditto.
12621 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12622 (create_sentinel_frame, unwind_to_current_frame): New functions.
12623 (get_current_frame): Rewrite using create_sentinel_frame and
12624 unwind_to_current_frame. When possible, always create a frame.
12625 (create_new_frame): Set next to the sentinel frame.
12626 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12627 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12628 ID cache when necessary.
12629 (frame_saved_regs_id_unwind): Use frame_relative_level.
12630 (deprecated_generic_get_saved_register): Use frame_relative_level,
12631 get_frame_saved_regs, get_frame_pc, get_frame_base and
12632 get_next_frame.
12633 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12634 frame_register.
12635
12636 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12637
12638 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12639
12640 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12641
12642 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12643 (maintenance_set_profile_cmd): Use error () instead of warning ().
12644
12645 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12646
12647 * configure.in: Check that -pg works if using --enable-profiling.
12648 Check for monstartup and _mcleanup regardless of --enable-profiling.
12649 * maint.c: Check for monstartup and _mcleanup before using them.
12650 * config.in: Regenerated.
12651 * configure: Regenerated.
12652
12653 2003-01-24 Nick Clifton <nickc@redhat.com>
12654
12655 * Add sh2e support:
12656
12657 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12658
12659 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12660 (sh2e_show_regs): New.
12661 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12662 * config/sh/tm-sh.h: Added sh2e to comments.
12663
12664 2003-01-23 Jim Blandy <jimb@redhat.com>
12665
12666 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12667 symbols found)" message here; we haven't checked for a separate
12668 debug info file yet, so we don't know yet.
12669 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12670 we've looked everywhere. Also, there's no need to print a special
12671 message when we're loading the separate debug info file: the one
12672 symbol_file_add prints is fine.
12673
12674 2003-01-23 Alexander Larsson <alexl@redhat.com>
12675 Jim Blandy <jimb@redhat.com>
12676
12677 Add support for executables whose debug info has been separated
12678 out into a separate file, leaving only a link behind.
12679 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12680 and separate_debug_objfile_backlink.
12681 (put_objfile_before): New declaration.
12682 * symfile.c: #include "filenames.h".
12683 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12684 debug info in a separate file, read that, too. Save the addrs
12685 argument, so we can use it again to read the separated debug info;
12686 syms_from_objfile modifies the table we pass it.
12687 (reread_symbols): After re-reading an objfile, call
12688 reread_separate_symbols to refresh its separate debug info
12689 objfile, if it has one.
12690 (reread_separate_symbols, find_separate_debug_file,
12691 get_debug_link_info, separate_debug_file_exists): New functions.
12692 (debug_file_directory): New global var.
12693 (_initialize_symfile): Initialize debug_file_directory, and
12694 provide the new `set debug-file-directory' command to let the user
12695 change it.
12696 * objfiles.c (free_objfile): If this objfile has its debug info in
12697 a separate objfile, free that one too. If this is itself a
12698 separate debug info objfile, clear our parent's backlink.
12699 (put_objfile_before): New function.
12700 * utils.c (gnu_debuglink_crc32): New function.
12701 * defs.h (gnu_debuglink_crc32): New declaration.
12702 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12703 * configure.in: Handle --with-separate-debug-dir config option.
12704 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12705 * acconfig.h (DEBUGDIR): New macro.
12706 * configure, aclocal.m4, config.in: Regenerated.
12707
12708 2003-01-22 Jim Blandy <jimb@redhat.com>
12709
12710 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12711 like the old symbol_file_add, but taking new arguments: you can
12712 now pass in either a `struct section_addr_info' list to say where
12713 each section is loaded, or a `struct section_offsets' table. Pass
12714 these new arguments through to syms_from_objfile as appropriate.
12715 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12716 with the appropriate quiescent values for the new arguments.
12717
12718 * symfile.c: #include "gdb_assert.h".
12719 (syms_from_objfile): Add the ability to pass in a section offset
12720 table directly, as an alternative to the section_addr_info table.
12721 Document arguments better.
12722 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12723 * symfile.h (syms_from_objfile): Update declaration.
12724 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12725 syms_from_objfile.
12726 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12727
12728 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12729
12730 Original patch by Tom Tromey <tromey@cygnus.com> and
12731 Jason Molenda <jmolenda@apple.com>.
12732 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12733 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12734 * NEWS: Mention profiling.
12735 * configure.in (--enable-gdbtk): Fix typo.
12736 (--enable-profiling): New. Set PROFILE_CFLAGS.
12737 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12738 Fill in function.
12739 (profiling_state): New variable.
12740 (mcleanup_wrapper): New function.
12741 (_initialize_maint): Remove NOTYET, fix call to
12742 add_setshow_boolean_cmd for "maint set profile".
12743 * configure: Regenerated.
12744
12745 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12746
12747 * Makefile.in (install-gdbtk): Install PNG images too.
12748
12749 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12750
12751 * exec.c (text_start): Delete global variable.
12752 (exec_file_attach): Make text_start local to the function.
12753 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12754 * valops.c (hand_function_call): Delete code that handles
12755 BEFORE_TEXT_END and AFTER_TEXT_END.
12756 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12757 of CALL_DUMMY_LOCATION.
12758 * gdbarch.c: Regenerate.
12759 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12760 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12761 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12762 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12763 (text_end): Delete extern declaration.
12764
12765 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12766
12767 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12768 * blockframe.c (backtrace_below_main): Move to "frame.c".
12769 (frame_chain_valid): Delete check for backtrace_below_main.
12770 (_initialize_blockframe): Delete initialization, move ``set
12771 backtrace-below-main'' command to "frame.c".
12772 (do_flush_frames_sfunc): Delete function.
12773 * frame.c: Include "command.h" and "gdbcmd.h".
12774 (frame_type_from_pc): New function.
12775 (create_new_frame): Use frame_type_from_pc.
12776 (legacy_get_prev_frame): New function.
12777 (get_prev_frame): Rewrite. When an old style frame, call
12778 legacy_get_prev_frame. Otherwize, unwind the PC first.
12779 (_initialize_frame): Add ``set backtrace-below-main'' command.
12780 * Makefile.in (frame.o): Update dependencies.
12781
12782 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12783
12784 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12785 DEPRECATED_REGISTERS_INFO.
12786
12787 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12788
12789 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12790 Maintainers'. Update `Various Maintainers'.
12791
12792 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12793
12794 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12795 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12796 Suppress actual parameters when `-'.
12797 * gdbarch.h, gdbarch.c: Regenerate.
12798
12799 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12800
12801 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12802 code handling dummy frames.
12803
12804 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12805
12806 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12807 (struct frame_unwind): Add field pop.
12808 * frame.h (frame_pop): Declare.
12809 * frame.c (frame_saved_regs_pop): New function.
12810 (trad_frame_unwinder): Add frame_saved_regs_pop.
12811 (frame_pop): New function.
12812 * dummy-frame.c (dummy_frame_pop): New function.
12813 (discard_innermost_dummy): New function.
12814 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12815 (dummy_frame_unwind): Add dummy_frame_pop.
12816 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12817 * valops.c (hand_function_call): Ditto.
12818 * stack.c (return_command): Ditto.
12819
12820 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12821
12822 * cris-tdep.c: Fix function declaration indentation.
12823 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12824 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12825 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12826 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12827 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12828 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12829
12830 2003-01-18 Michael Chastain <mec@shout.net>
12831
12832 * README (Unpacking and Installation -- quick overview):
12833 Warn against ".../gdb-5.3/gdb/configure".
12834
12835 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12836
12837 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12838 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12839 (struct frame_unwind): Declare opaque.
12840 (dummy_frame_p): Declare function.
12841 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12842 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12843 * dummy-frame.c: Include "frame-unwind.h".
12844 (dummy_frame_p): New function.
12845 (dummy_frame_unwind): New variable.
12846 * frame.c: Include "frame-unwind.h".
12847 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12848 to use the new unwind field.
12849 (set_unwind_by_pc): Delete function.
12850 (create_new_frame, get_prev_frame): Set unwind field using
12851 frame_unwind_find_by_pc.
12852 (trad_frame_unwind, trad_frame_unwinder): New variables.
12853 * frame.h (trad_frame_unwind): Declare variable.
12854 (frame_id_unwind_ftype): Delete declaration.
12855 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12856 (struct frame_unwind): Declare opaque.
12857 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12858 register_unwind with a single unwind pointer.
12859 * frame-unwind.h, frame-unwind.c: New files.
12860 * Makefile.in (SFILES): Add frame-unwind.c.
12861 (frame_unwind_h): Define.
12862 (COMMON_OBS): Add frame-unwind.o.
12863 (frame-unwind.o): Specify dependencies.
12864 (frame.o, dummy-frame.o): Update dependencies.
12865
12866 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12867
12868 * ada-valprint.c: Eliminate PTR.
12869 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12870 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12871 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12872 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12873 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12874 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12875 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12876
12877 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12878
12879 * main.c (captured_main): Don't use PTR.
12880 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12881 * gdbtypes.c (lookup_primitive_typename): Ditto.
12882 (lookup_struct_elt_type): Ditto.
12883 * f-valprint.c (info_common_command): Ditto.
12884 (list_all_visible_commons): Ditto.
12885 * jv-typeprint.c (java_type_print_base): Ditto.
12886
12887 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12888 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12889 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12890 i386-interix-nat.c and i386-interix-tdep.c. Rename
12891 m68klinux-nat.c and m68klinux-tdep.c. Rename
12892 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12893 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12894 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12895 * main.c (captured_main): Use xfree, not free.
12896
12897 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12898
12899 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12900 ID back using a parameter.
12901 * frame.c (frame_id_unwind): Update call.
12902 (frame_saved_regs_id_unwind): Update.
12903 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12904 * dummy-frame.h (struct frame_id): Add opaque declaration.
12905 (dummy_frame_id_unwind): Update declaration.
12906
12907 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12908
12909 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12910
12911 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12912
12913 * MAINTAINERS (Stephen P. Smith): Updated email address.
12914
12915 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12916
12917 Fix PR gdb/898
12918 * breakpoint.c (until_break_command): Add new argument. Use it to
12919 decide whether to stop only at the current frame or not.
12920 * breakpoint.h (until_break_command): Update prototype.
12921 * infcmd.c (until_command): Add new argument to until_break_command
12922 call.
12923 (advance_command): New function.
12924 (_initialize_infcmd): Update help string for 'until' command.
12925 Add new 'advance' command.
12926
12927 2003-01-14 David Carlton <carlton@math.stanford.edu>
12928
12929 * linespec.c (decode_line_1): Normalize comments.
12930 (set_flags): Ditto.
12931 (locate_first_half): Ditto.
12932 (decode_compound): Ditto.
12933 (symtab_from_filename): Ditto.
12934 (decode_all_digits): Ditto.
12935 (decode_dollar): Ditto.
12936 (find_methods): Ditto.
12937 (find_toplevel_char): Ditto.
12938
12939 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12940
12941 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12942 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12943 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12944 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12945 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12946 * language.c, language.h, m32r-tdep.c: Update copyright.
12947 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12948 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12949 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12950 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12951 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12952 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12953
12954 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12955
12956 * stabsread.h (process_later, resolve_cfront_continuation):
12957 Obsolete.
12958 Update copyright years.
12959 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12960 Update copyright year.
12961 * dbxread.c(struct cont_elem): Obsolete.
12962 (process_later, process_now): Obsolete functions.
12963 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12964 Update copyright year.
12965 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12966 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12967 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12968 (parse_partial_symbols): Obsolete cfront support.
12969 * stabsread.c
12970 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12971 macros.
12972 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12973 read_cfront_baseclasses, read_cfront_member_functions,
12974 resolve_cfront_continuation,read_cfront_static_fields,
12975 copy_cfront_struct_fields): Obsolete functions.
12976 (define_symbol, read_one_struct_field): Obsolete cfront support.
12977 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12978 Update Copyright year.
12979
12980 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12981
12982 * stack.c (print_frame_info, print_stack_frame_base_stub,
12983 print_stack_frame_base, show_and_print_stack_frame_stub,
12984 show_and_print_stack_frame, print_only_stack_frame_stub,
12985 print_only_stack_frame): Delete functions.
12986 (print_stack_frame_stub): Call print_frame_info instead of
12987 print_frame_info_base.
12988 (print_frame_info_base): Rename to print_frame_info.
12989 (backtrace_command_1): Call print_frame_info, instead of
12990 print_frame_info_base.
12991 (current_frame_command): Call print_stack_frame, instead of
12992 print_only_stack_frame.
12993 (frame_command): Call print_stack_frame, instead of
12994 show_and_print_stack_frame.
12995 (up_command): Ditto.
12996 (down_command): Ditto.
12997 * frame.h (print_only_stack_frame): Delete prototype.
12998 * infrun.c (normal_stop): Call print_stack_frame, instead of
12999 show_and_print_stack_frame.
13000 * thread.c (info_threads_command): Call print_stack_frame, instead
13001 of print_only_stack_frame.
13002
13003 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13004
13005 * README (Graphical interface to GDB): Update URL. Point at
13006 gdb/links/.
13007
13008 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13009 version match.
13010
13011 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13012
13013 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13014 lines.
13015
13016 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13017
13018 * thread-db.c (attach_thread): Prototype.
13019 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13020 thread information (ti), and valid flags (th_valid, ti_valid).
13021 (attach_thread): Move target_pid_to_str call to after the thread
13022 is added to GDB's list. Initialize the cache.
13023 (thread_get_info_callback, thread_db_map_id2thr)
13024 (thread_db_get_info): New functions.
13025 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13026 (thread_db_store_registers, thread_db_thread_alive)
13027 (thread_db_get_thread_local_address): Use them.
13028 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13029 of calling error() for threads in unknown state.
13030
13031 (clear_lwpid_callback): New function.
13032 (thread_db_resume): Use it to clear the cache.
13033
13034 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13035
13036 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13037 (resume_callback): Remove dead code.
13038
13039 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13040
13041 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13042 predicate.
13043 * gdbarch.h, gdbarch.c: Regenerate.
13044 * stack.c (frame_info): Only initialize the saved registers when
13045 FRAME_INIT_SAVED_REGS_P.
13046 * frame.c (frame_saved_regs_register_unwind): Assert
13047 FRAME_INIT_SAVED_REGS_P.
13048 (deprecated_generic_get_saved_register): Ditto.
13049
13050 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13051
13052 * source.c (openp): Squelch warning about "filename".
13053
13054 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13055
13056 * source.c (openp): If the file does not exist don't necessarily
13057 search the path.
13058
13059 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13060
13061 Fix PR gdb/872.
13062 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13063 (integer_types_same_name_p): New function.
13064 (rank_one_type): Use it.
13065 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13066
13067 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13068
13069 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13070 variables.
13071 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13072 * configure.in: Add --with-sysroot.
13073 * configure: Regenerated.
13074 * main.c (gdb_sysroot): New variable.
13075 (captured_main): Initialize gdb_sysroot.
13076 * defs.h (gdb_sysroot): New extern declaration.
13077 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13078
13079 2003-01-12 Michael Chastain <mec@shout.net>
13080
13081 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13082
13083 2003-01-12 Michael Chastain <mec@shout.net>
13084
13085 * top.c (print_gdb_version): Bump copyright year to 2003.
13086
13087 2003-01-12 David Carlton <carlton@bactrian.org>
13088
13089 * linespec.c (symtab_from_filename): Rename variable 's' to
13090 'file_symtab'.
13091
13092 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13093
13094 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13095 dummy frame.
13096 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13097
13098 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13099
13100 * d10v-tdep.c: Include "gdb_assert.h".
13101 (d10v_store_return_value): Rewrite to match current interface.
13102 (d10v_extract_struct_value_address): Ditto.
13103 (d10v_extract_return_value): Ditto.
13104 (d10v_gdbarch_init): Set store_restore_value,
13105 extract_struct_value_address and extract_return_value.
13106
13107 2003-01-12 J. Brobecker <brobecker@gnat.com>
13108
13109 * hpread.c (set_namestring): New procedure replacing the
13110 SET_NAMESTRING macro.
13111 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13112 by calls to set_namestring.
13113
13114 2003-01-11 J. Brobecker <brobecker@gnat.com>
13115
13116 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13117 a compilation warning.
13118 (hpread_process_one_debug_symbol): Likewise.
13119
13120 2003-01-10 David Carlton <carlton@math.stanford.edu>
13121
13122 * linespec.c (decode_line_1): Rename variable 's' to
13123 'file_symtab'.
13124 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13125 (decode_dollar): Ditto.
13126 (decode_variable): Ditto.
13127 (symbol_found): Ditto.
13128
13129 2003-01-09 Michael Chastain <mec@shout.net>
13130
13131 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13132
13133 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13134
13135 * win32-nat.c (set_process_privilege): New function.
13136 (child_attach): Call set_process_privilege() to enable the
13137 SE_DEBUG_NAME user privilege if available in process token.
13138
13139 2003-01-10 J. Brobecker <brobecker@gnat.com>
13140
13141 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13142 compilation error in the previous revision.
13143
13144 2003-01-09 David Carlton <carlton@math.stanford.edu>
13145
13146 * linespec.c: Update copyright.
13147
13148 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13149
13150 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13151 than inferior_ptid.
13152 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13153
13154 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13155
13156 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13157 Update comments.
13158 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13159 (frame_saved_regs_zalloc): Update.
13160 (frame_saved_regs_register_unwind): Update.
13161 (create_new_frame): Update.
13162 (get_prev_frame): Update.
13163 (frame_extra_info_zalloc): Update.
13164 (deprecated_get_frame_saved_regs): Update.
13165 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13166 * cris-tdep.c: Update comment.
13167
13168 * somsolib.h: Fix function indentation.
13169 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13170 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13171 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13172 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13173 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13174
13175 * infrun.c (follow_fork): Use ISO C definition.
13176 * expprint.c (print_subexp): Use xfree instead of free.
13177 * charset.c: Include "gdb_string.h" instead of <string.h>.
13178 (register_iconv_charsets): Use ISO C definition.
13179 (host_charset, target_charset): Ditto.
13180 * Makefile.in (charset.o): Update dependencies.
13181 (mi-cmd-env.o): Update dependencies.
13182
13183 2003-01-08 Andrew Cagney <cagney@redhat.com>
13184
13185 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13186 get_frame_base.
13187
13188 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13189
13190 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13191 build directories. Save edited gdb output in Mbuild.log. If a
13192 build fails, remove any final GDB executable.
13193
13194 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13195
13196 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13197 replacing hex constants with function names and stripping leading
13198 file name directory prefixes.
13199
13200 2003-01-08 Andrew Cagney <cagney@redhat.com>
13201
13202 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13203 get_frame_base.
13204
13205 2003-01-08 David Carlton <carlton@math.stanford.edu>
13206
13207 * linespec.c (decode_line_1): Move code into decode_variable.
13208 (decode_variable): New function.
13209
13210 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13211
13212 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13213
13214 2003-01-08 Andrew Cagney <cagney@redhat.com>
13215
13216 * cris-tdep.c (cris_frame_init_saved_regs): Use
13217 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13218 saved_regs buffer.
13219 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13220 (sh64_nofp_frame_init_saved_regs): Ditto.
13221 (sh_fp_frame_init_saved_regs): Ditto.
13222 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13223 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13224 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13225 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13226
13227 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13228
13229 * minsyms.c (lookup_minimal_symbol): Update comment.
13230 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13231 (lookup_minimal_symbol_solib_trampoline): Likewise.
13232
13233 2003-01-08 Andrew Cagney <cagney@redhat.com>
13234
13235 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13236 frame_relative_level.
13237
13238 * alpha-tdep.c: Use get_frame_extra_info.
13239 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13240 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13241 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13242 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13243
13244 * alpha-tdep.c: Use get_next_frame.
13245 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13246 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13247 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13248 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13249 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13250 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13251 * xstormy16-tdep.c: Ditto.
13252
13253 2003-01-07 Andrew Cagney <cagney@redhat.com>
13254
13255 * alpha-tdep.c: Use get_frame_base.
13256 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13257 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13258 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13259 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13260 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13261 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13262 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13263 * config/sparc/tm-sparc.h: Ditto.
13264
13265 2003-01-07 Andrew Cagney <cagney@redhat.com>
13266
13267 * frame.c (deprecated_get_frame_context): New function.
13268 (deprecated_set_frame_context): New function.
13269 * frame.h (deprecated_get_frame_context): Declare.
13270 (deprecated_set_frame_context): Declare.
13271 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13272 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13273
13274 2003-01-07 Andrew Cagney <cagney@redhat.com>
13275
13276 * frame.c (deprecated_set_frame_next_hack): New function.
13277 (deprecated_set_frame_prev_hack): New function.
13278 * frame.h (deprecated_set_frame_next_hack): Declare.
13279 (deprecated_set_frame_prev_hack): Declare.
13280 * mcore-tdep.c (analyze_dummy_frame): Use
13281 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13282 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13283
13284 2003-01-07 David Carlton <carlton@math.stanford.edu>
13285
13286 * linespec.c (decode_line_1): Move code into decode_dollar.
13287 (decode_dollar): New function.
13288
13289 2003-01-07 Andrew Cagney <cagney@redhat.com>
13290
13291 * arm-tdep.c (arm_init_extra_frame_info): Use
13292 deprecated_update_frame_base_hack.
13293 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13294 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13295 (fix_frame_pointer): Ditto.
13296 (mn10300_analyze_prologue): Ditto.
13297
13298 2003-01-07 Andrew Cagney <cagney@redhat.com>
13299
13300 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13301 extra_info using frame_extra_info_zalloc.
13302 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13303 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13304 (sh64_init_extra_frame_info): Ditto.
13305 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13306 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13307 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13308 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13309 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13310 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13311 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13312 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13313 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13314 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13315 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13316 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13317
13318 * mn10300-tdep.c (analyze_dummy_frame): Use
13319 deprecated_set_frame_extra_info_hack.
13320 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13321
13322 2003-01-07 J. Brobecker <brobecker@gnat.com>
13323
13324 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13325 class is not scText. These do not define "real" procedures.
13326 (parse_partial_symbols): Likewise.
13327
13328 2003-01-06 Michael Snyder <msnyder@redhat.com>
13329
13330 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13331
13332 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13333
13334 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13335 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13336 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13337 deprecated_frame_xmalloc_with_cleanup.
13338 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13339 deprecated_frame_xmalloc.
13340 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13341 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13342
13343 2003-01-06 Andrew Cagney <cagney@redhat.com>
13344
13345 * x86-64-linux-tdep.c: Include "osabi.h".
13346 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13347
13348 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13349
13350 2003-01-06 Andrew Cagney <cagney@redhat.com>
13351
13352 * MAINTAINERS (Target Instruction Set Architectures): Update
13353 arm-elf. Can be built with -Werror, has been multiarched.
13354
13355 * value.h (unpack_long): Make buffer parameter constant.
13356 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13357 * scm-lang.h (scm_parse): Ditto.
13358 * defs.h (extract_typed_address, extract_address): Ditto.
13359 (extract_long_unsigned_integer): Ditto.
13360 * inferior.h (unsigned_pointer_to_address): Ditto.
13361 (signed_pointer_to_address): Ditto.
13362 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13363 * gdbarch.h, gdbarch.c: Regenerate.
13364 * findvar.c (extract_long_unsigned_integer): Update.
13365 (extract_address): Update.
13366 (extract_typed_address): Update.
13367 (unsigned_pointer_to_address): Update.
13368 * values.c (unpack_long): Update.
13369 (unpack_double): Update.
13370 (unpack_pointer): Update.
13371 (unpack_field_as_long): Update.
13372 * d10v-tdep.c (d10v_pointer_to_address): Update.
13373 * avr-tdep.c (avr_pointer_to_address): Update.
13374 * scm-lang.c (scm_unpack): Update.
13375 * findvar.c (signed_pointer_to_address): Update.
13376
13377 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13378
13379 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13380 since it is in i386-tdep.c.
13381
13382 2003-01-06 J. Brobecker <brobecker@gnat.com>
13383
13384 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13385 failure introduced in the previous change.
13386
13387 2003-01-05 Michael Chastain <mec@shout.net>
13388
13389 * README: Remove references to deleted remote-*.c files:
13390 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13391 remote-nrom.c, remote-os9k.c, remote-udi.c.
13392
13393 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13394
13395 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13396 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13397 i386_get_longjmp_target.
13398
13399 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13400
13401 * arm-tdep.c (prologue_cache): Change to a pointer.
13402 (_initialize_arm_tdep): Allocate prologue_cache.
13403 (check_prologue_cache): Update.
13404 (save_prologue_cache): Update.
13405 (arm_gdbarch_init): Update.
13406
13407 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13408
13409 * stabsread.c (update_method_name_from_physname): Call complaint()
13410 instead of error.
13411
13412 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13413
13414 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13415 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13416 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13417
13418 * blockframe.c: Include "gdbcmd.h" and "command.h".
13419 (backtrace_below_main): New variable.
13420 (file_frame_chain_valid, func_frame_chain_valid)
13421 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13422 (generic_func_frame_chain_valid): Remove functions.
13423 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13424 (_initialize_blockframe): New function.
13425 * Makefile.in (blockframe.o): Update dependencies.
13426 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13427 comment. Call frame_chain_valid ().
13428 * frame.h: Remove old prototypes. Add prototype for
13429 frame_chain_valid and update comments to match.
13430 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13431 Remove old comment.
13432 * gdbarch.h: Regenerated.
13433 * gdbarch.c: Regenerated.
13434
13435 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13436 set_gdbarch_frame_chain_valid.
13437 * avr-tdep.c (avr_gdbarch_init): Likewise.
13438 * cris-tdep.c (cris_gdbarch_init): Likewise.
13439 * frv-tdep.c (frv_gdbarch_init): Likewise.
13440 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13441 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13442 (i386_nw_init_abi): Likewise.
13443 (i386_gdbarch_init): Likewise.
13444 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13446 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13447 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13448 * mips-tdep.c (mips_gdbarch_init): Likewise.
13449 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13450 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13451 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13452 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13453 * s390-tdep.c (s390_gdbarch_init): Likewise.
13454 * sh-tdep.c (sh_gdbarch_init): Likewise.
13455 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13456 * v850-tdep.c (v850_gdbarch_init): Likewise.
13457 * vax-tdep.c (vax_gdbarch_init): Likewise.
13458 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13459
13460 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13461 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13462 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13463 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13464 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13465 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13466 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13467 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13468
13469 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13470
13471 * Makefile.in (acconfig_h): Remove incorrect macro.
13472 (config_h): Define.
13473 (osabi.o): Update dependencies.
13474 * configure.tgt: Set gdb_osabi based on target triplet.
13475 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13476 * configure: Regenerated.
13477 * config.in: Regenerated.
13478 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13479 (GDB_OSABI_DEFAULT): Define if not already defined.
13480 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13481 (set_osabi_string): New variables.
13482 (gdbarch_register_osabi): Add new OS ABI to
13483 gdb_osabi_available_names.
13484 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13485 (set_osabi, show_osabi): New functions.
13486 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13487
13488 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13489
13490 * arch-utils.c (gdbarch_info_init): Set osabi to
13491 GDB_OSABI_UNINITIALIZED.
13492 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13493 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13494 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13495 * gdbarch.c: Regenerated.
13496 * gdbarch.h: Regenerated.
13497 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13498 there's no BFD.
13499 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13500 * osabi.h (enum gdb_osabi): Move to defs.h.
13501 (gdbarch_init_osabi): Update prototype.
13502 * defs.h (enum gdb_osabi): Moved here.
13503 * Makefile.in: Update dependencies.
13504
13505 * alpha-tdep.h: Don't include "osabi.h".
13506 (struct gdbarch_tdep): Remove osabi member.
13507 * alpha-tdep.c: Include "osabi.h".
13508 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13509 iterate over arches. Update call to gdbarch_init_osabi.
13510 (alpha_dump_tdep): Don't dump osabi.
13511 * alpha-linux-tdep.c: Include "osabi.h".
13512 * alpha-osf1-tdep.c: Include "osabi.h".
13513 * alphafbsd-tdep.c: Include "osabi.h".
13514 * alphanbsd-tdep.c: Include "osabi.h".
13515
13516 * arm-tdep.h: Don't include "osabi.h".
13517 (struct gdbarch_tdep): Remove osabi member.
13518 * arm-tdep.c: Include "osabi.h".
13519 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13520 iterate over arches. Update call to gdbarch_init_osabi.
13521 (arm_dump_tdep): Don't dump osabi.
13522 * arm-linux-tdep.c: Include "osabi.h".
13523 * armnbsd-tdep.c: Include "osabi.h".
13524
13525 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13526 Update call to gdbarch_init_osabi.
13527
13528 * i386-tdep.h: Don't include "osabi.h".
13529 (struct gdbarch_tdep): Remove osabi member.
13530 * i386-tdep.c: Include "osabi.h".
13531 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13532 iterate over arches. Update call to gdbarch_init_osabi.
13533 (i386_dump_tdep): Don't dump osabi.
13534 * i386-linux-tdep.c: Include "osabi.h".
13535 * i386-sol2-tdep.c: Include "osabi.h".
13536 * i386bsd-tdep.c: Include "osabi.h".
13537 * i386gnu-tdep.c: Include "osabi.h".
13538 * i386ly-tdep.c: Include "osabi.h".
13539 * i386nbsd-tdep.c: Include "osabi.h".
13540 * i386obsd-tdep.c: Include "osabi.h".
13541
13542 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13543 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13544 check osabi when iterating over arches. Update call to
13545 gdbarch_init_osabi.
13546 (mips_dump_tdep): Don't dump osabi.
13547
13548 * ns32k-tdep.h: Don't include "osabi.h".
13549 (struct gdbarch_tdep): Remove.
13550 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13551 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13552 allocate tdep. Update call to gdbarch_init_osabi.
13553 (ns32k_dump_tdep): Remove.
13554 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13555 * ns32knbsd-tdep.c: Include "osabi.h".
13556
13557 * ppc-tdep.h: Don't include "osabi.h".
13558 (struct gdbarch_tdep): Remove osabi member.
13559 * rs6000-tdep.c: Include "osabi.h".
13560 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13561 osabi when iterating over arches. Update call to
13562 gdbarch_init_osabi.
13563 (rs6000_dump_tdep): Don't dump osabi.
13564 * ppc-linux-tdep.c: Include "osabi.h".
13565 * ppcnbsd-tdep.c: Include "osabi.h".
13566
13567 * sh-tdep.h: Don't include "osabi.h".
13568 (struct gdbarch_tdep): Remove osabi member.
13569 * sh-tdep.c: Include "osabi.h".
13570 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13571 iterate over arches. Update call to gdbarch_init_osabi.
13572 (sh_dump_tdep): Don't dump osabi.
13573 * shnbsd-tdep.c: Include "osabi.h".
13574
13575 * sparc-tdep.c: Include "osabi.h".
13576 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13577 iterate over arches. Update call to gdbarch_init_osabi.
13578 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13579 tdep structure.
13580
13581 * vax-tdep.h: Don't include "osabi.h".
13582 (struct gdbarch_tdep): Remove.
13583 * vax-tdep.c: Include "osabi.h".
13584 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13585 iterate over arches. Don't allocate tdep. Update call
13586 to gdbarch_init_osabi.
13587 (vax_dump_tdep): Remove.
13588 (_initialize_vax_tdep): Update call to gdbarch_register.
13589
13590 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13591
13592 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13593 entirely.
13594 (breakpoint_re_set_one): Don't fetch the value for a disabled
13595 watchpoint.
13596
13597 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13598
13599 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13600 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13601 (COERCE_FLOAT_TO_DOUBLE): Remove.
13602 * gdbarch.c: Regenerate.
13603 * gdbarch.h: Regenerate.
13604 * Makefile.in: Remove value_h from gdbarch_h.
13605 * valops.c (coerce_float_to_double): New variable.
13606 (default_coerce_float_to_double): Remove.
13607 (standard_coerce_float_to_double): Remove.
13608 (value_arg_coerce): Use coerce_float_to_double.
13609 (_initialize_valops): Add "set coerce-float-to-double".
13610 * value.h (default_coerce_float_to_double): Remove prototype.
13611 (standard_coerce_float_to_double): Remove prototype.
13612
13613 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13614 prototyped.
13615 * mdebugread.c (parse_symbol): Likewise.
13616 * stabsread.c (define_symbol): Mark all functions as prototyped.
13617
13618 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13619 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13620 set_gdbarch_coerce_float_to_double.
13621 * arm-tdep.c (arm_gdbarch_init): Likewise.
13622 * frv-tdep.c (frv_gdbarch_init): Likewise.
13623 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13624 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13625 * mips-tdep.c (mips_gdbarch_init): Likewise.
13626 (mips_coerce_float_to_double): Remove.
13627 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13628 (rs6000_coerce_float_to_double): Remove.
13629 * s390-tdep.c (s390_gdbarch_init): Likewise.
13630 * sh-tdep.c (sh_gdbarch_init): Likewise.
13631 (sh_coerce_float_to_double): Remove.
13632 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13633 (sparc_coerce_float_to_double): Remove.
13634 * v850-tdep.c (v850_gdbarch_init): Likewise.
13635 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13636 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13637 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13638 (hppa_coerce_float_to_double): Remove prototype.
13639 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13640
13641 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13642
13643 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13644
13645 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13646
13647 Suggested by Stewart Brown <sb24@avaya.com>:
13648 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13649 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13650 (c_type_print_varspec_suffix): Likewise.
13651
13652 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13653
13654 * configure.in: Don't set and AC_SUBST SUBDIRS.
13655 * configure: Regenerated.
13656
13657 * configure.in: Remove code dealing with shared libraries.
13658 * Makefile.in: Remove HLDFLAGS and HLDENV.
13659 * configure: Regenerated.
13660
13661 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13662
13663 * frame.c (deprecated_frame_xmalloc): New function.
13664 (deprecated_set_frame_saved_regs_hack): New function.
13665 (deprecated_set_frame_extra_info_hack): New function.
13666 * frame.h (deprecated_frame_xmalloc): Declare.
13667 (deprecated_set_frame_saved_regs_hack): Declare.
13668 (deprecated_set_frame_extra_info_hack): Declare.
13669
13670 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13671
13672 * configure.in: Move code that provides the --enable-gdbtk option
13673 right after the code that handles the --enable-tui option, and
13674 polish it somewhat.
13675 * configure: Regenerated.
13676
13677 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13678 AC_CHECK_FUNCS and remove the old check for pread64.
13679 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13680 * acconfig.h (_GNU_SOURCE): Add.
13681 (HAVE_PREAD64): Remove.
13682 * configure, aclocal.m4, config.in: Regenerated.
13683
13684 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13685
13686 * alpha-tdep.c: Use get_frame_saved_regs.
13687 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13688 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13689 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13690 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13691 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13692
13693 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13694
13695 * configure.in: Remove all use of the SUBDIRS variable; add
13696 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13697 code providing the --enable-multi-ice option, and move it right in
13698 front of the code that checks whether gdbserver is supported.
13699 Polish that too.
13700 * configure: Regenerated.
13701 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13702 @SUBDIRS@.
13703
13704 2003-01-03 Andrew Cagney <cagney@redhat.com>
13705
13706 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13707 * avr-tdep.c, cris-tdep.c: Ditto.
13708 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13709 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13710
13711 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13712
13713 * configure.in: Remove --enable-netrom option.
13714 * configure: Regenerated.
13715
13716 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13717
13718 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13719 declaration for `struct re_pattern_buffer' instead.
13720 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13721
13722 2003-01-03 J. Brobecker <brobecker@gnat.com>
13723
13724 * mdebugread.c (parse_symbol): Count until the stEnd matching
13725 the structure name.
13726
13727 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13728
13729 * configure.in: Remove --with-cpu option.
13730 subscripts. Remove evil changequotes here.
13731 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13732 * config.in, configure: Regenerated.
13733
13734 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13735 * configure.in: Cleanup section that sources GDB and BFD configure
13736 subscripts. Remove evil changequotes here.
13737 * config.in, configure: Regenerated.
13738
13739 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13740
13741 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13742 frame accessor methods.
13743 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13744 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13745 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13746 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13747 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13748 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13749 * z8k-tdep.c: Ditto.
13750
13751 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13752
13753 * configure.in: Remove UI_OUT configuration code.
13754 * ada-lang.c: Update assuming UI_OUT is always true.
13755 * Makefile.in (UIOUT_CFLAGS): Remove.
13756 * configure: Regenerated.
13757 * TODO: Remove blurb about elimination of -DUI_OUT.
13758
13759 * configure.in: Move code that provides the --enable-gdbcli,
13760 --enable-gdbmi options right before the code that handles the
13761 --enable-tui option. Polish a bit.
13762 * configure: Regenerated.
13763
13764 * configure.in: Rewrite check for GNU regex and the
13765 --without-included regex option, and move it into the "Checks for
13766 library functions" section. This makes us use the system regex
13767 again by default on systems with version 2 of the GNU C library.
13768 This was apparently broken.
13769 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13770 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13771 * config.in, configure: Regenerated.
13772
13773 * configure.in: Move code that provides the --enable-tui option
13774 before the "Checks for libraries" section. Polish the code
13775 somewhat and set need_curses to yes if we build the TUI. Rewrite
13776 code that looks for a library providing termcap functionality to
13777 match more closely what's done in the Readline library, and move
13778 it into to the "Checks for libraries" section.
13779 * configure: Regenerated.
13780 * Makefile.in (TERMCAP): Remove variable.
13781 * config/i386/go32.mh (TERMCAP): Remove variable.
13782
13783 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13784
13785 * MAINTAINERS: Mention gdb_mbuild.sh.
13786 * gdb_mbuild.sh: Rewrite.
13787
13788 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13789
13790 * configure.in: Fix typo in last change.
13791 * config.in, configure: Regenerated.
13792
13793 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13794
13795 * valarith.c (value_binop): Delete obsolete code and comments.
13796 * configure.host: Ditto.
13797 * buildsym.h (make_blockvector): Ditto.
13798 * buildsym.c (make_blockvector): Ditto.
13799 * defs.h (enum language): Ditto.
13800 (chill_demangle): Ditto.
13801 * elfread.c (elf_symtab_read): Ditto.
13802 * dwarfread.c (CHILL_PRODUCER): Ditto.
13803 (set_cu_language): Ditto.
13804 (handle_producer): Ditto.
13805 * expprint.c (print_subexp): Ditto.
13806 * gdbtypes.c (chill_varying_type): Ditto.
13807 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13808 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13809 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13810 (chill_varying_type): Ditto.
13811 * language.h (_LANG_chill): Ditto.
13812 * language.c (binop_result_type, integral_type): Ditto.
13813 (character_type, string_type, structured_type): Ditto.
13814 (lang_bool_type, binop_type_check): Ditto.
13815 * stabsread.h (os9k_stabs): Ditto.
13816 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13817 (define_symbol, read_type, read_struct_fields): Ditto.
13818 (read_array_type, read_enum_type, read_huge_number): Ditto.
13819 (read_range_type, start_stabs): Ditto.
13820 * symfile.c (init_filename_language_table): Ditto.
13821 (add_psymbol_with_dem_name_to_list): Ditto.
13822 * symtab.c (symbol_init_language_specific): Ditto.
13823 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13824 * symtab.h (struct general_symbol_info): Ditto.
13825 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13826 * typeprint.c (typedef_print): Ditto.
13827 * utils.c (fprintf_symbol_filtered): Ditto.
13828 * valops.c (value_cast, search_struct_field, value_slice): Delete
13829 obsolete code.
13830 (varying_to_slice): Delete function.
13831 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13832 (varying_to_slice): Delete declaration.
13833 * MAINTAINERS: Update.
13834
13835 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13836
13837 * configure.in: Reorganize "Checks for library functions section"
13838 a bit. Remove check for `btowc' and `isascii' functions.
13839 * configure: Regenerated.
13840
13841 * acconfig.h (_MSE_INT_H): Remove.
13842 * configure.in: Create "Checks for header files" section, and move
13843 appropriate tests there. Don't check for objlist.h, wchar.h,
13844 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13845 misdetection fix. Also add "Checks for types", "Checks for
13846 compiler characteristics" and "Checks for library functions"
13847 sections.
13848 * config.in, configure: Regenerated.
13849
13850 * configure.in: Create "Checks for programs" section, and move
13851 appropriate tests there.
13852
13853 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13854
13855 * configure.in: Create "Checks for libraries" section, and move
13856 appropriate tests there. Cleanup check for wctype in libw. Use
13857 AC_SEARCH_LIBS to see whether we need libsocket.
13858 * configure: Regenerated.
13859
13860 For older changes see ChangeLog-2002
13861 \f
13862 Local Variables:
13863 mode: change-log
13864 left-margin: 8
13865 fill-column: 74
13866 version-control: never
13867 End: