2003-10-31 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-31 Andrew Cagney <cagney@redhat.com>
2
3 * avr-tdep.c (avr_frame_this_id): Do not call
4 deprecated_inside_entry_file.
5 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7 * d10v-tdep.c (d10v_frame_this_id): Ditto.
8 * arm-tdep.c (arm_prologue_this_id): Ditto.
9 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
10
11 2003-10-31 Jim Blandy <jimb@redhat.com>
12
13 * elfread.c (elf_symtab_read): Allocate correct number of tail
14 elements to sectinfo structure. (Fix from Woody LaRue.)
15
16 2003-10-31 Andrew Cagney <cagney@redhat.com>
17
18 * stack.c (return_command): Use get_frame_type, instead of
19 CALL_DUMMY_HAS_COMPLETED.
20 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
21 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
22
23 2003-10-31 Mark Kettenis <kettenis@gnu.org>
24
25 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
26 explicitly specify size of array.
27 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
28 TDEP->sc_num_regs.
29
30 2003-10-31 Andrew Cagney <cagney@redhat.com>
31
32 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
33 function.
34 (s390_gdbarch_init): Set extract_struct_value_address.
35 * arch-utils.c (generic_cannot_extract_struct_value_address):
36 Delete function.
37 * arch-utils.h (generic_cannot_extract_struct_value_address):
38 Delete definition.
39
40 2003-10-31 Mark Kettenis <kettenis@gnu.org>
41
42 * i386-linux-nat.c (fetch_core_registers): Remove.
43 (linux_elf_core_fns): Remove.
44 (_initialize_i386_linux_nat): Remove.
45
46 2003-10-31 Andrew Cagney <cagney@redhat.com>
47
48 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
49 "exec.h".
50 (exec_entry_point): New function.
51 (enable_break): Create a "tmp_bfd_target", use that and
52 entry_point_address when computing the relocation offset.
53 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
54 * Makefile.in (solib-svr4.o): Update dependencies.
55
56 2003-10-31 Andrew Cagney <cagney@redhat.com>
57
58 * defs.h (XZALLOC): Define.
59 * target.h (struct target_ops): Add "to_data";
60 * bfd-target.h, bfd-target.c: New files.
61 * Makefile.in (SFILES): Add "bfd-target.c".
62 (COMMON_OBS): Add "bfd-target.o".
63 (bfd-target.o): Specify dependencies.
64 (bfd_target_h): Define.
65 * defs.h (XZALLOC): Define.
66
67 2003-10-31 Andrew Cagney <cagney@redhat.com>
68
69 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
70 adjust_breakpoint_address.
71 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
72 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
73 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
74 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
75
76 2003-10-31 Andrew Cagney <cagney@redhat.com>
77
78 * target.h (struct target_ops): Replace "to_read_partial" and
79 "to_write_partial" with "to_xfer_partial". Update comments.
80 * target.c (debug_to_write_partial): Delete function.
81 (debug_to_xfer_partial): Replace debug_to_read_partial.
82 (add_target, update_current_target, setup_target_debug): Set
83 "to_xfer_partial" instead of "to_read_partial" and
84 "to_write_partial".
85 (default_xfer_partial): Replace "default_write_partial".
86 (default_read_partial): Delete.
87 (target_read_partial, target_write_partial): Call
88 "to_xfer_partial".
89 * remote.c (init_remote_ops): Set "to_xfer_partial".
90 (init_remote_async_ops): Ditto.
91 (remote_xfer_partial): Replace "remote_read_partial".
92
93 2003-10-31 Mark Kettenis <kettenis@gnu.org>
94
95 * i386-tdep.c (i386_supply_fpregset): Support floating-point
96 registers in `fxsave' format.
97 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
98
99 2003-10-30 Mark Kettenis <kettenis@gnu.org>
100
101 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
102 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
103 TDEP->gregset_num_regs and tdep->sizeof_gregset.
104
105 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
106 specify size of array.
107 (i386_linux_init_abi): Remove initialization of
108 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
109 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
110
111 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
112 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
113 core-regset.o.
114
115 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
116 the ELF header.
117
118 2003-10-29 Mark Kettenis <kettenis@gnu.org>
119
120 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
121 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
122 core-regset.o.
123
124 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
125
126 * corelow.c: Include "arch-utils.h", "regset.h" and
127 "gdb_assert.h".
128 (core_gdbarch): New variable.
129 (sniff_core_bfd): Don't sniff if we have support for register sets
130 in CORE_GDBARCH.
131 (core_close): Reset CORE_GDBARCH.
132 (core_open): Initialize CORE_GDBARCH.
133 (get_core_register_section): Use register sets if they are
134 supported by CORE_GDBARCH.
135 (get_core_registers): Don't print error message if we have support
136 for register sets in CORE_GDBARCH.
137
138 2003-10-29 Andrew Cagney <cagney@redhat.com>
139
140 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
141 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
142
143 2003-10-29 Mark Kettenis <kettenis@gnu.org>
144
145 * objfiles.h (clear_objfile_data): New prototype.
146 * objfiles.c (clear_objfile_data): New function.
147 * symfile.c (reread_symbols): Clear per-objfile data.
148
149 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
150
151 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
152 printf_unfiltered instead of printf_filtered for output messages.
153 (add_symbol_file_command): Ditto.
154 (reread_symbols): Ditto.
155 (overlay_auto_command): Ditto.
156 (overlay_manual_command): Ditto.
157 (overlay_off_command): Ditto.
158
159 2003-10-27 Mark Kettenis <kettenis@gnu.org>
160
161 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
162 (gdbarch_from_bfd): New function.
163 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
164 deprecated_select_gdbarch_hack.
165 * arch-utils.h (gdbarch_from_bfd): New prototype.
166
167 2003-10-27 Andrew Cagney <cagney@redhat.com>
168
169 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
170 arch_info. Use warning instead of fprintf_filtered. Do not use
171 deprecated bfd_printable_arch_mach.
172
173 2003-10-26 Kevin Buettner <kevinb@redhat.com>
174
175 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
176 Delete.
177 (frv_register_type): Rename from frv_register_virtual_type. Add
178 ``struct gdbarch *'' parameter.
179 (frv_gdbarch_init): Delete calls to the following functions:
180 set_gdbarch_deprecated_size(),
181 set_gdbarch_deprecated_register_bytes(),
182 set_gdbarch_deprecated_register_raw_size(),
183 set_gdbarch_deprecated_max_register_raw_size(),
184 set_gdbarch_deprecated_register_virtual_size(),
185 set_gdbarch_deprecated_max_register_virtual_size(),
186 set_gdbarch_deprecated_register_virtual_size(),
187 set_gdbarch_deprecated_register_virtual_type().
188 Add call to function set_gdbarch_register_type().
189
190 2003-10-26 Mark Kettenis <kettenis@gnu.org>
191
192 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
193 FDOFF_REGNUM): Remove defines.
194 * win32-nat.c (do_child_fetch_inferior_registers): Include
195 "i387-tdep.h".
196 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
197 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
198 undefine I387_ST0_REGNUM.
199
200 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
201 * x86-64-tdep.c (x86_64_store_return_value): Use
202 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
203
204 Change register numbers to enumartion values.
205 * i386-tdep.h (enum i386_regnum): New.
206 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
207 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
208 I386_ST0_REGNUM): Remove defines.
209 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
210 I386_EDI_REGNUM): Remove defines.
211
212 2003-10-24 Andrew Cagney <cagney@redhat.com>
213
214 * target.c: Include "gdbcore.h".
215 (get_target_memory, get_target_memory_unsigned): New functions.
216 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
217 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
218 Use get_target_memory_unsigned.
219 * Makefile.in (target.o): Update dependencies.
220
221 2003-10-24 Andrew Cagney <cagney@redhat.com>
222
223 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
224 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
225 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
226 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
227 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
228
229 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
230 (can_run_code_for): Use the OO term "singleton".
231
232 2003-10-23 Andrew Cagney <cagney@redhat.com>
233
234 * Makefile.in (stack.o): Add $(regcache_h).
235 * stack.c: Include "regcache.h"
236 (return_command): Rewrite. Use get_frame_id and
237 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
238 about unhandled return-values.
239 * value.h (set_return_value): Delete declaration.
240 * values.c (set_return_value): Delete function.
241
242 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
243
244 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
245 (pseudo_regs): Add comment regarding register stack registers.
246 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
247 (floatformat_valid): New static routine.
248 (floatformat_ia64_ext): Add name field and set up is_valid routine
249 to floatformat_valid().
250 (examine_prologue): For the previous cfm, use
251 frame_unwind_register()
252 if the cfm is not stored in a register-stack register. Save the
253 previous cfm value in the prev_cfm field. Add debug output.
254 (ia64_frame_this_id): Use frame_id_build_special() to also register
255 the bsp. Add debug output.
256 (ia64_sigtramp_frame_this_id): Ditto.
257 (ia64_frame_prev_register): Look at cache saved_regs for a few more
258 registers and also add some checks for framelessness before accepting
259 current register values for fields such as return address. For cfm,
260 use the cached prev_cfm field if available. Add comment to explain
261 PSR logic. Add debug output.
262 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
263 as part of initialization.
264 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
265 calculated. Cache the bsp and cfm values.
266 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
267 instead of using ia64_frame_prev_register() which doesn't expect most
268 registers to be saved. The saved values for bsp and sp
269 can be taken from the cache. Add debug output.
270 (ia64_push_dummy_call): Use frame_id_build_special() to also register
271 the bsp.
272
273 2003-10-23 Jim Blandy <jimb@redhat.com>
274
275 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
276 architecture the current arch can run code for --- but not if it's
277 a superset.
278 (can_run_code_for): New function.
279
280 2003-10-22 James E Wilson <wilson@specifixinc.com>
281
282 * MAINTAINERS: Move myself from paper trail section back to write
283 after approval section.
284
285 2003-10-22 Andrew Cagney <cagney@redhat.com>
286
287 * exec.h: New file.
288 * win32-nat.c: Include "exec.h".
289 * solib.c: Include "exec.h".
290 * target.h (build_section_table): Delete declaration.
291 * somsolib.c: Include "exec.h".
292 (exec_ops): Delete extern declaration.
293 * rs6000-nat.c: Update copyright. Include "exec.h".
294 (exec_ops): Delete extern declaration.
295 * pa64solib.c: Update copyright. Include "exec.h".
296 (exec_ops): Delete extern declaration.
297 * exec.c: Update copyright. Include "exec.h".
298 * corelow.c: Update dependencies. Include "exec.h".
299 * Makefile.in (exec_h): Define.
300 (exec.o, somsolib.o): Update dependencies.
301 (pa64solib.o, corelow.o): Update dependencies.
302
303 2003-10-22 Andrew Cagney <cagney@redhat.com>
304
305 * target.c: Include "gdb_assert.h" (target_read): Call
306 "target_read_partial", not "target_write_partial".
307 (default_read_partial, default_write_partial): New function.
308 (target_read_partial, target_write_partial): Simplify, assume that
309 there is always a read/write method.
310 (update_current_target, add_target): Always set "to_read_partial"
311 and "to_write_partial".
312 (target_write, target_read): Fail on a zero byte transfer.
313 * Makefile.in (target.o): Update dependencies.
314 * target.h: Update copyright date.
315 (target_object): Fix typo.
316
317 2003-10-22 Andrew Cagney <cagney@redhat.com>
318
319 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
320 multi-arch method, add "targ" parameter.
321 (struct target_ops): Declare.
322 * gdbarch.h, gdbarch.c: Re-generate.
323 * Makefile.in (c-valprint.o): Update dependencies.
324 * arch-utils.h: Update copyright.
325 (convert_from_func_ptr_addr_identity): Declare.
326 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
327 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
328 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
329 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
330 * infcall.c (find_function_addr, call_function_by_hand): Update.
331 * c-valprint.c: Include "target.h".
332 (print_function_pointer_address): Update.
333
334 2003-10-22 Andrew Cagney <cagney@redhat.com>
335
336 * target.c (target_close): New function.
337 (debug_to_close): Use "target_close".
338 (push_target): Use "target_close".
339 (unpush_target): Use "target_close".
340 (pop_target): Use "target_close".
341 * target.h (struct target_ops): Add "to_xclose".
342 (target_open): Delete macro. Move comment to "to_open".
343 (target_close): Replace macro with function that takes a target.
344 * top.c (quit_target): Pass "current_target" to "target_close".
345
346 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
347
348 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
349 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
350 * symtab.h (lookup_minimal_symbol_text): Update.
351 * breakpoint.c (create_overlay_event_breakpoint,
352 create_longjmp_breakpoint): Update callers.
353 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
354 * symtab.c (find_pc_sect_line): Ditto.
355
356 2003-10-21 Andrew Cagney <cagney@redhat.com>
357
358 * target.c (errno): Delete extern declaration.
359
360 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
361
362 * ia64-tdep.c: Change all occurrences of
363 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
364 (ia64_frame_prev_register): Minor whitespace change.
365
366 2003-10-20 Michael Chastain <mec@shout.net>
367
368 * config/djgpp/fnchange.lst: Add lines for:
369 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
370 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
371 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
372 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
373 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
374 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
375 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
376
377 2003-10-20 Andrew Cagney <cagney@redhat.com>
378
379 * values.c (register_value_being_returned): Update comments. Use
380 "gdbarch_return_value" when available.
381 (using_struct_return): Ditto.
382 (set_return_value): Ditto. Use "gdbarch_return_value" when
383 available.. Print a warning, and not an error, when an unhandled
384 return type is encountered.
385 * infcmd.c: Include "gdb_assert.h".
386 (print_return_value): When gdbarch_return_value_p, and using
387 struct return, assume that the value is not available.
388 * defs.h (return_value_convention): Define.
389 * gdbarch.sh (gdbarch_return_value): New predicate method.
390 * gdbarch.h, gdbarch.c: Re-generate
391 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
392
393 2003-10-20 Andrew Cagney <cagney@redhat.com>
394
395 * symtab.c: Replace "struct sec" with "struct bfd_section".
396 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
397
398 2003-10-19 Michael Chastain <mec@shout.net>
399
400 * config/djgpp/fnchange.lst: Add lines for:
401 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
402 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
403 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
404
405 2003-10-19 Mark Kettenis <kettenis@gnu.org>
406
407 * amd64fbsd-nat.c (fetch_inferior_registers,
408 store_inferior_registers): Remove functions.
409 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
410
411 2003-10-18 Mark Kettenis <kettenis@gnu.org>
412
413 Add NetBSD/amd64 native configuration:
414 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
415 * amd64nbsd-tdep.c: New file.
416 * amd64nbsd-nat.c: New file.
417 * amd64bsd-nat.c: New file.
418 * config/i386/nbsd64.mh: New file.
419 * config/i386/nbsd64.mt: New file.
420 * configure.host: Add x86_64-*-netbsd*.
421 * configure.tgt: Add x86_64-*-netbsd*.
422 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
423 New targets.
424 * NEWS (New native configurations): Mention NetBSD/amd64.
425
426 2003-10-17 Michael Chastain <mec@shout.net>
427
428 * config/djgpp/fnchange.lst: Remove dead lines for:
429 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
430 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
431 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
432 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
433 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
434 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
435 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
436 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
437 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
438 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
439 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
440 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
441 gdb/config/sparc/tm-sparclite.h,
442 gdb/gdbtk/generic/ChangeLog-2001,
443 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
444 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
445 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
446 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
447 gdb/testsuite/gdb.mi/mi0-var-block.exp,
448 gdb/testsuite/gdb.mi/mi0-var-child.exp,
449 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
450 gdb/testsuite/gdb.mi/mi0-var-display.exp,
451 itcl/iwidgets3.0.0/demos/extfileselectionbox,
452 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
453 itcl/iwidgets3.0.0/demos/fileselectionbox,
454 itcl/iwidgets3.0.0/demos/fileselectiondialog,
455 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
456 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
457 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
458 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
459 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
460 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
461 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
462 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
463 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
464 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
465 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
466 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
467 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
468 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
469 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
470 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
471 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
472 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
473 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
474 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
475 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
476 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
477 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
478 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
479 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
480 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
481 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
482 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
483 itcl/iwidgets3.0.0/demos/html/shell.n.html,
484 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
485 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
486 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
487 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
488 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
489 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
490 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
491 itcl/iwidgets3.0.0/demos/scrolledcanvas,
492 itcl/iwidgets3.0.0/demos/scrolledframe,
493 itcl/iwidgets3.0.0/demos/scrolledhtml,
494 itcl/iwidgets3.0.0/demos/scrolledlistbox,
495 itcl/iwidgets3.0.0/demos/scrolledtext,
496 itcl/iwidgets3.0.0/demos/selectionbox,
497 itcl/iwidgets3.0.0/demos/selectiondialog,
498 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
499 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
500 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
501 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
502 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
503 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
504 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
505 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
506 itcl/iwidgets3.0.0/doc/scrolledframe.n,
507 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
508 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
509 itcl/iwidgets3.0.0/doc/scrolledtext.n,
510 itcl/iwidgets3.0.0/doc/selectionbox.n,
511 itcl/iwidgets3.0.0/doc/selectiondialog.n,
512 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
513 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
514 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
515 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
516 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
517 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
518 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
519 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
520 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
521 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
522 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
523 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
524 itcl/iwidgets3.0.0/generic/selectionbox.itk,
525 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
526 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
527 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
528 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
529 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
530 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
531 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
532 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
533 itcl/iwidgets3.0.0/tests/scrolledframe.test,
534 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
535 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
536 itcl/iwidgets3.0.0/tests/scrolledtext.test,
537 itcl/iwidgets3.0.0/tests/selectionbox.test,
538 itcl/iwidgets3.0.0/tests/selectiondialog.test,
539 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
540 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
541 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
542 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
543 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
544 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
545 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
546 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
547 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
548 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
549 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
550 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
551 tk/mac/tkMacProjects.sit.hqx.
552
553 2003-10-17 Andrew Cagney <cagney@redhat.com>
554
555 * target.c (target_section_by_addr): New function.
556 (do_xfer_memory): Use "target_section_by_addr".
557 * target.h (target_section_by_addr): Declare.
558
559 * target.h (struct target_ops): Add "to_read_partial" and
560 "to_write_partial", delete "to_query".
561 (target_read_partial, target_write_partial): Declare.
562 (target_read, target_write): Declare.
563 (target_query): Delete macro.
564 * target.c (target_read_partial): New function.
565 (target_write_partial, target_read, target_write): New function.
566 (update_current_target): Delete inheritance of "to_query". Add
567 comments about "to_read_partial" and "to_write_partial".
568 (debug_to_partial_read, debug_to_partial_write): New functions.
569 (debug_to_query): Delete function.
570 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
571 instead of "to_query".
572 * remote.c (remote_read_partial): Replace "remote_query".
573 (init_remote_ops): Set "to_read_partial" instead of "to_query".
574 (init_remote_async_ops): Ditto.
575 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
576 "target_read_partial" instead of "target_query".
577 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
578 Use "target_read_partial" instead of "target_query".
579
580 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
581
582 * frame.h (struct frame_id): Add new field: special_addr.
583 (frame_id_build_special): New prototype.
584 * frame.c (frame_id_build_special): New function.
585 (frame_id_build): Change to call frame_id_build_special().
586 (frame_id_eq): Change to also test special_addr field.
587 (frame_id_inner): Update comment.
588
589 2003-10-17 Andrew Cagney <cagney@redhat.com>
590
591 * target.c (update_current_target): Perform the target cleanup.
592 Put the target stack beneath the squashed "current_target".
593 (add_target): Delete disabled call to "cleanup_target".
594 (cleanup_target): Delete function.
595 (push_target, unpush_target): Do not call "cleanup_target".
596
597 2003-10-17 Andrew Cagney <cagney@redhat.com>
598
599 * target.c (target_stack): Change to a static target_ops.
600 (update_current_target): Walk the "struct target_ops" stack.
601 (pop_target, do_xfer_memory, target_info): Ditto.
602 (find_target_beneath): Ditto.
603 (push_target): Rewrite to use the "struct target_ops" stack.
604 (unpush_target): Ditto.
605 * target.h (struct target_stack_item): Delete definition.
606 (target_stack): Delete declaration.
607 (struct target_ops): Add field "beneath".
608
609 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
610
611 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
612 declaration.
613 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
614 (h8300_examine_prologue): Use h8300_normal_mode flag
615 (h8300_gdbarch_init): Set architecture info for normal mode
616
617 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
618
619 * remote.c (remote_protocol_vcont): New variable.
620 (set_remote_protocol_vcont_packet_cmd): New function.
621 (show_remote_protocol_vcont_packet_cmd): New function.
622 (init_all_packet_configs): Handle remote_protocol_vcont.
623 (remote_vcont_probe): New function.
624 (remote_vcont_resume): New function.
625 (remote_resume): Use it.
626 (remote_async_resume): Call remote_resume.
627 (_initialize_remote): Add verbose-resume packet commands.
628
629 2003-10-16 Andrew Cagney <cagney@redhat.com>
630
631 * infrun.c (handle_inferior_event): Add comment about
632 "frame_id_inner" being too weak.
633
634 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
635
636 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
637 second parameter, which is always null. Remove
638 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
639 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
640 accordingly.
641 * somsolib.c (som_solib_create_inferior_hook,
642 som_solib_desire_dynamic_linker_symbols): Update callers.
643 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
644
645 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
646
647 * remote-m32r-sdi.c : New file, interface to m32r on-chip
648 debug interface, SDI (Scalable Debug Interface).
649 * NEWS: Mention m32r SDI protocol was supported.
650 * Makefile.in (remote-m32r-sdi.o): Add build rule.
651 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
652
653 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
654
655 * ia64-linux-tdep.c: Include gdbcore.h.
656 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
657 (ia64_linux_sigcontext_register_addr): Find the address of the
658 sigcontext area stored in the sigframe instead of using
659 a magic offset constant.
660
661 2003-10-15 Andrew Cagney <cagney@redhat.com>
662
663 * remote.c (remote_search): Delete function.
664 * target.h (target_search): Delete disabled macro.
665 (struct target_ops): Delete disabled field "to_search".
666
667 2003-10-14 Kevin Buettner <kevinb@redhat.com>
668
669 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
670 instead of deprecated_inside_entry_file().
671
672 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
673
674 * sh-tdep.c: Fix copy/paste hangover in comment.
675 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
676 mode.
677 (sh3e_sh4_extract_return_value): Ditto.
678
679 2003-10-13 Richard Henderson <rth@redhat.com>
680
681 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
682 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
683 match c_val_print a bit closer.
684
685 2003-10-13 Kevin Buettner <kevinb@redhat.com>
686
687 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
688 (frv_gdbarch_adjust_breakpoint_address): New function.
689 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
690 method.
691
692 2003-10-13 Kevin Buettner <kevinb@redhat.com>
693
694 * breakpoint.h (struct breakpoint): Add new member
695 ``requested_address''.
696 * breakpoint.c (breakpoint_adjustment_warning)
697 (adjust_breakpoint_address): New static functions.
698 (print_it_typical): Issue warning if breakpoint's address is different
699 from its requested address.
700 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
701 (breakpoint_re_set_one): Set breakpoint's
702 ``requested_address'' field. Set ``address'' field to the
703 result of calling adjust_breakpoint_address() on the requested
704 address.
705
706 2003-10-13 Kevin Buettner <kevinb@redhat.com>
707
708 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
709 * gdbarch.h, gdbarch.c: Regenerate.
710
711 2003-10-11 Mark Kettenis <kettenis@gnu.org>
712
713 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
714 TDEP->sc_num_regs.
715
716 * i386fbsd-tdep.c: New file.
717 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
718 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
719 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
720 i386bsd-tdep.c.
721 (_initialize_i386fbsd_tdep): New function.
722 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
723 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
724 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
725 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
726 TDEP->sc_num_regs.
727 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
728 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
729 to initialize TDEP->sc_num_regs.
730 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
731 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
732 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
733 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
734 FreeBSD ELF OS/ABI's here.
735 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
736 (i386fbsd-tdep.o): New target.
737 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
738 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
739
740 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
741 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
742 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
743 in initialization of TDEP->sc_num_regs.
744
745 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
746 (x86_64_init_abi): Initialize regset_from_core_section if
747 appropriate.
748
749 * i386-tdep.c (i386_regset_from_core_section): New function.
750 (i386_gdbarch_init): Initialize regset_from_core_section if
751 appropriate.
752 * i386-tdep.h (i386_regset_from_core_section): New declaration.
753
754 * i386-tdep.h (struct regset): Declare opaque.
755
756 * gdbarch.sh (regset_from_core_section): New method.
757 (struct regset): Declare opaque.
758 * gdbarch.c, gdbarch.h: Regenerated.
759
760 2003-10-11 Alan Modra <amodra@bigpond.net.au>
761
762 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
763 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
764 Correct test for pc within section.
765
766 2003-10-11 Mark Kettenis <kettenis@gnu.org>
767
768 * gdbarch.sh: Remove trailing whitepsace from comments.
769
770 2003-10-08 Roland McGrath <roland@redhat.com>
771
772 * gcore.c (make_mem_sec): Function removed, folded into ...
773 (gcore_create_callback): ... here. To omit a section, clear its
774 SEC_LOAD bit rather than zeroing its size.
775 Omit read-only sections only if they correspond to a known disk file.
776 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
777
778 2003-10-10 Michael Snyder <msnyder@redhat.com>
779
780 * d10v-tdep.c: Fix typo in comment.
781
782 2003-10-10 Andrew Cagney <cagney@redhat.com>
783
784 * rs6000-tdep.c (e500_store_return_value): Delete function.
785 (e500_extract_return_value): Delete function.
786 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
787 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
788 "ppc_sysv_abi_restore_return_value" where applicable.
789 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
790 (ppc_sysv_abi_extract_return_value): Declare.
791 (ppc_sysv_abi_broken_store_return_value): Declare.
792 (ppc_sysv_abi_broken_extract_return_value): Declare.
793 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
794 * ppc-sysv-tdep.c (return_value_convention): Move definition to
795 start of file.
796 (do_ppc_sysv_return_value): New function.
797 (ppc_sysv_abi_extract_return_value): New function.
798 (ppc_sysv_abi_store_return_value): New function.
799 (ppc_sysv_abi_broken_extract_return_value): New function.
800 (ppc_sysv_abi_broken_store_return_value): New function.
801 (ppc_sysv_abi_use_struct_convention): Call
802 do_ppc_sysv_return_value.
803
804 2003-10-10 J. Brobecker <brobecker@gnat.com>
805
806 * blockframe.c (inside_main_func): No longer use symbol_lookup()
807 to lookup the main function symbol.
808
809 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
810
811 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
812 types correctly.
813 (sh_push_dummy_call_fpu): Fix argument passing rules.
814 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
815 float types.
816 (sh3e_sh4_store_return_value): Ditto.
817
818 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
819
820 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
821 comment.
822
823 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
824
825 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
826 more readable code. Accomodate passing of bitfields.
827
828 2003-10-10 Andrew Cagney <cagney@redhat.com>
829
830 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
831 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
832 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
833 * ppc-sysv-tdep.c: Include "gdb_assert.h".
834 (ppc64_sysv_abi_push_dummy_call): New function.
835 (ppc64_sysv_abi_broken_push_dummy_call): New function.
836 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
837 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
838
839 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
840
841 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
842 * README: Ditto.
843 * d10v-tdep.c: Ditto.
844 * h8300-tdep.c: Ditto.
845 * remote-e7000.c: Ditto.
846 * remote-hms.c: Ditto.
847 * ser-e7kpc.c: Ditto.
848 * sh-stub.c: Ditto.
849 * sh-tdep.c: Ditto.
850 * sh-tdep.h: Ditto.
851 * sh3-rom.c: Ditto.
852 * sh64-tdep.c: Ditto.
853 * top.c: Ditto.
854 * wince.c: Ditto.
855 * config/d10v/d10v.mt: Ditto.
856 * config/sh/embed.mt: Ditto.
857 * config/sh/linux.mt: Ditto.
858 * config/sh/tm-linux.h: Ditto.
859 * config/sh/tm-sh.h: Ditto.
860 * config/sh/wince.mt: Ditto.
861
862 2003-10-09 Andrew Cagney <cagney@redhat.com>
863
864 * ppc-tdep.h (struct type): Declare opaque.
865 * x86-64-tdep.h (struct regcache): Declare opaque.
866 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
867 coding style.
868
869 2003-10-09 Andrew Cagney <cagney@redhat.com>
870
871 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
872 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
873 (SOFTWARE_SINGLE_STEP_P): Ditto.
874 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
875 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
876 (SOFTWARE_SINGLE_STEP_P): Ditto.
877 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
878 software_single_step to rs6000_software_single_step.
879
880 2003-10-09 Andrew Cagney <cagney@redhat.com>
881
882 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
883
884 2003-10-09 Michael Snyder <msnyder@redhat.com>
885
886 * frame.h: Fix typo in comment.
887 * dummy-frame.c: Fix typo in comment.
888 * d10v-tdep.c: Random whitespace/comment tweaks.
889
890 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
891
892 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
893 (sh_push_dummy_code): Delete function, it's only used for dummy calls
894 on stack.
895
896 Based on input by Stephen Clarke (stephen.clarke@superh.com):
897 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
898 in detail.
899
900 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
901
902 * remote-mips.c (mips_initialize): Remove unneeded call to
903 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
904
905 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
906
907 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
908 a memory pointer.
909
910 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
911
912 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
913 for any lwp we resume.
914 (running_callback): Add lwps that have pending status events
915 against them to be considered running.
916
917 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
918
919 * m32r-tdep.c : Include "dis-asm.h".
920 * Makefile.in (m32r-tdep.o): Update dependencies.
921
922 2003-10-06 J. Brobecker <brobecker@gnat.com>
923
924 * completer.h (get_gdb_completer_word_break_characters): Delete.
925 * completer.c: include language.h.
926 (gdb_completer_word_break_characters): Delete.
927 (get_gdb_completer_word_break_characters): Delete.
928 (location_completer): Use the word break characters of the current
929 language.
930 (complete_line): Likewise.
931 (line_completion_function): Likewise.
932 (skip_quoted_chars): Likewise.
933 * Makefile.in (completer.o): Add dependency on language.h.
934 * top.c (init_main): Set the readline word break characters
935 to GDB's default word break characters.
936
937 2003-10-06 J. Brobecker <brobecker@gnat.com>
938
939 * language.h (language_defn): new field, la_word_break_characters.
940 * language.c (unknown_language_defn): Set new field to
941 default_word_break_characters.
942 (auto_language_defn): Likewise.
943 (local_language_defn): Likewise.
944 * ada-lang.c (ada_language_defn): Likewise.
945 * c-lang.c (c_language_defn): Likewise.
946 (cplus_language_defn): Likewise.
947 (asm_language_defn): Likewise.
948 (minimal_language_defn): Likewise.
949 * f-lang.c (f_language_defn): Likewise.
950 * jv-lang.c (java_language_defn): Likewise.
951 * m2-lang.c (m2_language_defn): Likewise.
952 * objc-lang.c (objc_language_defn): Likewise.
953 * p-lang.c (pascal_language_defn): Likewise.
954 * scm-lang.c (scm_language_defn): Likewise.
955
956 2003-10-06 Andrew Cagney <cagney@redhat.com>
957
958 * ppc-sysv-tdep.c: Re-indent.
959
960 2003-10-06 J. Brobecker <brobecker@gnat.com>
961
962 * language.h (default_word_break_characters): Add prototype.
963 * language.c (default_word_break_characters): New function.
964
965 2003-10-06 Andreas Schwab <schwab@suse.de>
966
967 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
968 with %eax.
969
970 2003-10-06 Andrew Cagney <cagney@redhat.com>
971
972 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
973 "h8500-tdep.c".
974 (z8k-tdep.o): Delete custom build rule.
975
976 2003-10-06 Andrew Cagney <cagney@redhat.com>
977
978 * Makefile.in: Update all dependencies.
979
980 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
981 No longer list PA as as obsolete candidate. List m32r as
982 broken instead of obsolete.
983
984 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
985 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
986 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
987 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
988 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
989 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
990 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
991 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
992 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
993 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
994 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
995 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
996 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
997 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
998 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
999 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1000 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1001 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1002 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1003 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1004 * config/z8k/z8k.mt: Ditto.
1005
1006 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1007 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1008 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1009 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1010 sparclite were removed.
1011 * configure.host, configure.tgt: Remove corresponding tuples.
1012
1013 * breakpoint.c, breakpoint.h: Remove obsolete code.
1014 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1015 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1016 * stabsread.h, xcoffread.c: Ditto.
1017
1018 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1019 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1020 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1021 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1022
1023 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1024
1025 * f-valprint.c: Reformatting
1026
1027 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1028
1029 * x86-64-tdep.c: Remove duplicate comment.
1030
1031 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1032 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1033 names for return values. This fixes a bug since we looked at %rbx
1034 instead of %rdx.
1035
1036 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1037
1038 * x86-64-tdep.c: Include "regset.h".
1039
1040 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1041 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1042 sizeof_fpregset.
1043 * i386-tdep.c: Include "regset.h".
1044 (i386_supply_gregset): New function.
1045 (i386_supply_fpregset): New function.
1046 (i386_gdbarch_init): Initialze register set-related members of
1047 TDEP.
1048 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1049 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1050
1051 2003-10-03 Andrew Cagney <cagney@redhat.com>
1052
1053 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1054 set extract_return_value, store_return_value and
1055 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1056 ppc64_sysv_abi_store_return_value and
1057 ppc64_sysv_abi_use_struct_convention.
1058 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1059 (ppc64_sysv_abi_store_return_value): Declare.
1060 (ppc64_sysv_abi_use_struct_convention): Declare.
1061 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1062 (ppc64_sysv_abi_extract_return_value): New function.
1063 (ppc64_sysv_abi_store_return_value): New function.
1064 (ppc64_sysv_abi_use_struct_convention): New function.
1065 (ppc64_sysv_abi_return_value): New function.
1066
1067 2003-10-03 Andrew Cagney <cagney@redhat.com>
1068
1069 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1070 convert a descriptor to a function when it's in the ".opd"
1071 section.
1072
1073 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1074
1075 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1076 reg_size to keep GCC silent.
1077
1078 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1079
1080 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1081 base for DW_EH_PE_textrel encodings.
1082 (read_encoded_value): Add a DW_EH_PE_textrel case.
1083 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1084 section.
1085
1086 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1087
1088 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1089
1090 2003-10-02 Andrew Cagney <cagney@redhat.com>
1091
1092 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1093 REGISTER_RAW_SIZE.
1094 * gdbarch.h, gdbarch.c: Re-generate.
1095 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1096 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1097 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1098 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1099 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1100 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1101 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1102 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1103 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1104 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1105 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1106 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1107 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1108 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1109 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1110 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1111
1112 2003-10-02 Jim Blandy <jimb@redhat.com>
1113
1114 * dwarf2read.c (struct die_info): Doc fix.
1115
1116 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1117
1118 * sh-tdep.c: Running thru gdb_indent.sh.
1119
1120 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1121
1122 * sh-tdep.c (sh_justify_value_in_reg): New function.
1123 (sh_stack_allocsize): Ditto.
1124 (flt_argreg_array): New array used for floating point argument
1125 passing.
1126 (sh_init_flt_argreg): New function.
1127 (sh_next_flt_argreg): Ditto.
1128 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1129 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1130 Fix argument passing strategy.
1131 (sh_push_dummy_call_nofpu): Ditto.
1132
1133 2003-10-01 Andrew Cagney <cagney@redhat.com>
1134
1135 * value.h (register_value_being_returned): Declare. Replace
1136 "value_being_returned".
1137 * infcall.c (call_function_by_hand): Use
1138 register_value_being_returned.
1139 * infcmd.c (print_return_value): Call
1140 "register_value_being_returned", handle struct return locally.
1141 * values.c (register_value_being_returned): New function. Replace
1142 "value_being_returned".
1143
1144 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1145
1146 * linux-proc.c (linux_do_registers): New function.
1147 (linux_make_note_section): Use linux_do_registers in case of
1148 single threaded inferior programs.
1149
1150 2003-10-01 Andrew Cagney <cagney@redhat.com>
1151
1152 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1153 use STRUCT_ADDR. When not using "struct return convention", pass
1154 "0" to "value_being_returned". Add FIXMEs.
1155 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1156 value_being_returned. Add comments.
1157 * values.c (value_being_returned): Add fixme.
1158 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1159 (hppa_value_returned_from_stack): Add FIXME.
1160
1161 2003-09-30 David Carlton <carlton@kealia.com>
1162
1163 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1164 'has_children' and 'next' by 'child' and 'sibling'.
1165 (read_comp_unit): Rework algorithm, breaking body into
1166 read_die_and_children and read_die_and_siblings.
1167 (read_die_and_children, read_die_and_siblings): New.
1168 (read_full_die): Add 'has_children' argument; set it instead of
1169 the die's 'has_children' field. Minor formatting cleanup.
1170 (free_die_list): Use die->child and die->sibling instead of
1171 die->next.
1172 (dump_die_list): Ditto.
1173 (sibling_die): Use die->sibling.
1174 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1175 'has_children' and 'next' fields.
1176 (process_die, read_file_scope, read_func_scope)
1177 (read_lexical_block_scope, read_structure_scope)
1178 (read_enumeration, read_array_type, read_common_block)
1179 (read_namespace, read_subroutine_type, dump_die): Ditto.
1180
1181 2003-09-30 Andrew Cagney <cagney@redhat.com>
1182
1183 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1184 to 224, not 220.
1185
1186 2003-09-30 Andrew Cagney <cagney@redhat.com>
1187
1188 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1189 REGISTER_VIRTUAL_SIZE.
1190 * gdbarch.h, gdbarch.c: Regenerate.
1191 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1192 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1193 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1194
1195 2003-09-29 Andrew Cagney <cagney@redhat.com>
1196
1197 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1198 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1199 * gdbarch.h, gdbarch.c: Regenerate.
1200 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1201 * sh64-tdep.c, sparc-tdep.c: Update.
1202
1203 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1204 * remote-vxmips.c (vx_read_register): Ditto.
1205 * remote-vx68.c (vx_read_register): Ditto.
1206 * gnu-nat.c (inf_validate_procs): Ditto.
1207
1208 2003-09-29 J. Brobecker <brobecker@gnat.com>
1209
1210 * infcall.c (call_function_by_hand): Fix build failure
1211 introduced in the previous change to this file.
1212
1213 2003-09-29 Andrew Cagney <cagney@redhat.com>
1214
1215 * NEWS: Mention Objective-C.
1216
1217 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1218
1219 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1220 test if the register has been saved on the stack.
1221 (arm_scan_prologue_cache): When analysing the instruction
1222 "str lr, [sp, #-4]", save the address where lr has been stored.
1223
1224 2003-09-28 Andrew Cagney <cagney@redhat.com>
1225
1226 * frame.c (frame_read_unsigned_register): Delete function.
1227 * frame.h (frame_read_unsigned_register): Delete declaration.
1228 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1229 get_frame_register_unsigned.
1230 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1231 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1232 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1233
1234 * frame.h (frame_read_register): Delete declaration.
1235 * frame.c (frame_read_register): Delete function.
1236 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1237 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1238 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1239 * mips-tdep.c (mips_register_to_value): Ditto.
1240 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1241 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1242
1243 * frame.c (frame_read_signed_register): Delete function.
1244 (frame_read_unsigned_register): Update comments.
1245 * frame.h (frame_read_signed_register): Delete declaration.
1246 * h8300-tdep.c (h8300_print_register): Use
1247 get_frame_register_signed.
1248 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1249
1250 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1251 Rename VALUE_RETURNED_FROM_STACK.
1252 * infcmd.c (print_return_value): Update.
1253 * infcall.c (call_function_by_hand): Update.
1254
1255 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1256
1257 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1258 regcache argument and reverse the order of the other two
1259 arguments. Remove local regcache variable. Determine
1260 architecture from REGCACHE. Update comments.
1261 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1262 reverse the order of the other two arguments. Remove local
1263 regcache variable. Determine architecture from REGCACHE. Update
1264 comments.
1265 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1266 prototypes. Update comments.
1267 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1268 comment.
1269 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1270 Update.
1271 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1272 * i386-interix-nat.c (supply_fpregset): Update.
1273 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1274 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1275 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1276 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1277 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1278 Update.
1279 * i386obsd-tdep.c (fetch_core_registers): Update.
1280 * i386v4-nat.c (supply_fpregset): Update.
1281 * x86-64-linux-nat.c (supply_fpregset): Update.
1282 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1283
1284 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1285
1286 * i386-tdep.h: Put opaque declarations in alphabetical
1287 order. Remove spurious whitespace.
1288 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1289 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1290 * i386-tdep.c (MM0_REGNUM): Remove define.
1291 (i386_mmx_regnum_p): Add gdbarch argument.
1292 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1293 Rewrite using new macro definitions for FPU/SSE registers.
1294 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1295 definitions from i387-tdep.h.
1296 (i386_register_name): Update.
1297 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1298 new macro definitions for FPU/SSE registers.
1299 (i386_extract_return_value): Determine whether floating-point
1300 registers are present by examining REGCACHE's architecture.
1301 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1302 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1303 FPU/SSE registers.
1304 (i386_register_type): Update.
1305 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1306 definitions for FPU registers. Use REGCACHE's architecture to
1307 determine the appropriate register numbers.
1308 (i386_pseudo_register_read, i386_pseudo_register_write,
1309 i386_register_reggroup_p): Update.
1310 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1311 TDEP->mm0_regnum.
1312 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1313 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1314 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1315 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1316 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1317 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1318 *' to `void *'.
1319 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1320 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1321 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1322 definitions for FPU/SSE registers.
1323 (FXSAVE_MXCSR_ADDR): New define.
1324 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1325 TDEP->mm0_regnum.
1326 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1327 (I387_ST0_REGNUM): Define.
1328
1329 * regcache.h (get_regcache_arch): New prototype.
1330 * regcache.c (get_regcache_arch): New function.
1331
1332 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1333 whitespace.
1334
1335 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1336 Initialize using ARRAY_SIZE.
1337
1338 2003-09-27 Andrew Cagney <cagney@redhat.com>
1339
1340 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1341 "init_frame_pc_default".
1342 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1343 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1344 * vax-tdep.c (vax_gdbarch_init): Update.
1345 * v850-tdep.c (v850_gdbarch_init): Update.
1346 * sh64-tdep.c (sh64_gdbarch_init): Update.
1347 * s390-tdep.c (s390_gdbarch_init): Update.
1348 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1349 * mcore-tdep.c (mcore_gdbarch_init): Update.
1350 * h8300-tdep.c (h8300_gdbarch_init): Update.
1351 * cris-tdep.c (cris_gdbarch_init): Update.
1352 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1353
1354 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1355
1356 * regset.h: New file.
1357 * Makefile.in (regset_h): Add.
1358
1359 2003-09-25 Andrew Cagney <cagney@redhat.com>
1360
1361 * frame.h (deprecated_frame_saved_regs): Rename
1362 get_frame_saved_regs.
1363 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1364 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1365 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1366 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1367 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1368
1369 2003-09-25 Andrew Cagney <cagney@redhat.com>
1370
1371 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1372 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1373 and Java.
1374 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1375 arm*-*-* do not use the new frame code.
1376
1377 2003-09-25 David Carlton <carlton@kealia.com>
1378
1379 * c-exp.y: Remove 'register' declarations.
1380 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1381
1382 2003-09-25 David Carlton <carlton@kealia.com>
1383
1384 * c-exp.y: Include cp-support.h. Add qualified_type.
1385 (yylex): Delete nested type hack; add comments.
1386 * cp-namespace.c (cp_lookup_nested_type): New function.
1387 * cp-support.h: Declare cp_lookup_nested_type.
1388 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1389 instead of value_struct_elt_for_reference.
1390 * valops.c: Include cp-support.h.
1391 (value_aggregate_elt): New function.
1392 (value_namespace_elt): Ditto.
1393 (value_struct_elt_for_reference): Make static.
1394 * value.h: Delete declaration of value_struct_elt_for_reference;
1395 add declaration for value_aggregate_elt.
1396 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1397 (valops.o): Ditto.
1398
1399 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1400
1401 * stack.c: Include "reggroups.h".
1402 (frame_info): Only display registers in all_reggroup.
1403 * Makefile.in (stack.o): Update dependencies.
1404
1405 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1406
1407 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1408 "add ip, sp #n" in the prologue.
1409 (arm_scan_prologue): Ditto.
1410
1411 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1412
1413 * MAINTAINERS (write after approval): Add myself.
1414
1415 2003-09-25 Andreas Schwab <schwab@suse.de>
1416
1417 * m68k-tdep.c: Include "dwarf2-frame.h".
1418 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1419 * Makefile.in (m68k-tdep.o): Update dependencies.
1420
1421 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1422
1423 * sh-tdep.c (struct frame_extra_info): Remove.
1424 (struct sh_frame_cache): New structure.
1425 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1426 (GET_TARGET_REG): Ditto but target register.
1427 (GET_PUSHED_REG): Remove.
1428 (IS_MOV_ARG_TO_REG): New macro.
1429 (IS_MOV_ARG_TO_IND_R14): New macro.
1430 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1431 (IS_MOVW_PCREL_TO_REG): New macro.
1432 (IS_MOVL_PCREL_TO_REG): New macro.
1433 (IS_SUB_REG_FROM_SP): New macro.
1434 (IS_ARG_MOV): Remove.
1435 (IS_MOV_TO_R14): Remove.
1436 (IS_RESTORE_FP): New macro.
1437 (IS_RTS): New macro.
1438 (IS_LDS): New macro.
1439 (IS_MOV_FP_SP): New macro.
1440 (IS_ADD_REG_TO_FP): New macro.
1441 (IS_ADD_IMM_FP): New macro.
1442 (sh_skip_prologue_hard_way): Remove.
1443 (sh_saved_pc_after_call): Remove.
1444 (sh_frame_chain): Remove.
1445 (sh_find_callers_reg): Remove.
1446 (sh_nofp_frame_init_saved_regs): Remove.
1447 (sh_fp_frame_init_saved_regs): Remove.
1448 (sh_init_extra_frame_info): Remove.
1449 (sh_analyze_prologue): New function.
1450 (sh_skip_prologue): Remove deprecated code. Rely on new function
1451 sh_analyze_prologue when after_prologue fails.
1452 (sh_frame_saved_pc): Remove.
1453 (sh_alloc_frame_cache): New function.
1454 (sh_frame_cache): Ditto.
1455 (sh_frame_prev_register): Ditto.
1456 (sh_frame_this_id): Ditto.
1457 (sh_frame_unwind): New structure defining the heuristic frame
1458 sniffer interface.
1459 (sh_frame_sniffer): New function.
1460 (sh_unwind_sp): Ditto.
1461 (sh_unwind_pc): Ditto.
1462 (sh_unwind_dummy_id): Ditto.
1463 (sh_frame_base_address): Ditto.
1464 (sh_frame_base): New structure defining new frame base code.
1465 (sh_in_function_epilogue_p): New function.
1466 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1467 code and to call all new code instead. Initialize dwarf2 and
1468 heuristic frame sniffer.
1469
1470 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1471
1472 * parser-defs.h (struct exp_descriptor): New definition, containing
1473 language-specific info for printing, prefixifying, dumping, and
1474 evaluating expressions.
1475 (exp_descriptor_standard): Declare new variable.
1476 (print_subexp): Make global and declare here (from expprint.c).
1477 (dump_subexp): Ditto.
1478 (dump_subexp_body_standard): Declare.
1479 (operator_length_standard): Declare.
1480 (op_name_standard): Declare.
1481 (print_subexp): Declare.
1482 (print_subexp_standard): Declare.
1483
1484 * language.h (struct language_defn): Add la_exp_desc field to hold
1485 pointer to table for language-specific operators.
1486 Remove evaluate_exp field, which is now in struct exp_descriptor.
1487
1488 * parse.c (operator_length): Move most code to new
1489 operator_length_standard function. Use language-specific information.
1490 (operator_length_standard): New function taking most code from
1491 operator_length.
1492 (exp_descriptor_standard): New constant.
1493
1494 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1495 and OP_EXTENDED_LAST.
1496
1497 * expprint.c (print_subexp): Use language-specific print_subexp.
1498 Make global; remove static declaration.
1499 Move most code to print_subexp_standard.
1500 (print_subexp_standard): New function, containing code formerly in
1501 print_subexp.
1502 (op_name): Add expression to argument signature.
1503 Use langauge-specific op_name.
1504 Move most code to op_name_standard.
1505 (op_name_standard): New function, containing code formerly in op_name.
1506 (dump_subexp): Use new version of op_name function.
1507 Use language-specific dump_subexp_body, and move most existing code to
1508 dump_subexp_body_standard.
1509 (dump_raw_expression): Use new op_name interface.
1510 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1511 (dump_subexp_body_standard): New function, containing code formerly
1512 in dump_subexp_body.
1513
1514 * language.c (unknown_language): Add default la_exp_desc field and
1515 remove evaluate_exp field.
1516 (auto_language): Ditto.
1517 (local_language): Ditto.
1518 * f-lang.c (f_language_defn): Ditto.
1519 * c-lang.c (c_language_defn): Ditto.
1520 (cplus_language_defn): Ditto.
1521 (asm_language_defn): Ditto.
1522 (minimal_language_defn): Ditto.
1523 * p-lang.c (pascal_language_defn): Ditto.
1524 * m2-lang.c (m2_language_defn): Ditto.
1525 * objc-lang.c (objc_language_defn): Ditto.
1526
1527 * jv-lang.c (exp_descriptor_java): New variable, containing
1528 Java-specific expression evaluator.
1529 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1530 field.
1531 * scm-lang.c (exp_descriptor_scm): New variable, containing
1532 Scheme-specific expression evaluator.
1533 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1534 field.
1535 * objc-lang.c (print_object_command): Take evaluate_exp from the
1536 la_exp_desc field.
1537
1538 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1539
1540 * eval.c: Include parser-defs.h for the full declaration of
1541 la_exp_desc's type.
1542 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1543
1544 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1545
1546 * parser-defs.h (operator_length): Declare.
1547
1548 * parse.c (length_of_subexp): Use operator_length to get operator
1549 lengths and arities for operators.
1550 Move most code to new operator_length function.
1551 (operator_length): New function absorbing most code from
1552 length_of_subexp.
1553 (prefixify_subexp): Remove large case and use operator_length instead.
1554 (parse_exp_1): Use renamings:
1555 dump_prefix_expression => dump_raw_expression and
1556 dump_postfix_expression => dump_prefix_expression.
1557
1558 * expression.h (dump_prefix_expression): Rename to ...
1559 (dump_raw_expression): New name.
1560 (dump_postfix_expression): Rename to ...
1561 (dump_prefix_expression): New name.
1562
1563 * expprint.c (dump_subexp): Make global. Add comment.
1564 Move most existing code to dump_subexp_body.
1565 (dump_subexp_body): New function.
1566 (dump_prefix_expression): Rename to dump_raw_expression.
1567 Remove attempt to print the expression via print_expression: it can't
1568 work before the expression is prefixified.
1569 (dump_raw_expression): Renamed from dump_prefix_expression.
1570 (dump_postfix_expression): Rename to dump_prefix_expression, since
1571 that's what it does.
1572 Remove 'note' parameter, since this routine must be used on
1573 prefixified expression.
1574 (dump_prefix_expression): Renamed from dump_postfix_expression.
1575
1576 2003-09-22 Jim Blandy <jimb@redhat.com>
1577
1578 * dwarf2read.c (read_array_type): When building the type for an
1579 array of unspecified length, make sure to choose the upper bound
1580 so that the array's total length comes out to be zero --- that's
1581 how we represent such arrays.
1582
1583 2003-09-22 Michael Chastain <mec@shout.net>
1584
1585 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1586
1587 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1588
1589 * top.c (quit_force): Fix indirect call to quit_target so
1590 a struct qt_args pointer is passed.
1591
1592 2003-09-22 Andrew Cagney <cagney@redhat.com>
1593
1594 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1595 * arch-utils.c (init_frame_pc_noop): Delete function.
1596 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1597 "init_frame_pc".
1598 * mips-tdep.c (mips_gdbarch_init): Ditto.
1599 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1600 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1601 declaration.
1602 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1603 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1604 declaration.
1605 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1606
1607 2003-09-22 Anthony Green <green@redhat.com>
1608
1609 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1610 declaration.
1611
1612 2003-09-20 Andrew Cagney <cagney@redhat.com>
1613
1614 * breakpoint.c: Eliminate ARGSUSED.
1615 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1616 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1617 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1618 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1619 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1620 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1621 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1622 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1623 * wince.c, remote-vx.c: Ditto.
1624
1625 * cli/cli-script.c: Remove "register" attributes.
1626 * config/pa/tm-hppa.h: Ditto.
1627 * cli/cli-decode.c: Ditto.
1628 * cli/cli-cmds.c: Ditto.
1629
1630 2003-09-19 Andrew Cagney <cagney@redhat.com>
1631
1632 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1633 DEPRECATED_NPC_REGNUM.
1634 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1635
1636 2003-09-19 Christopher Faylor <cgf@redhat.com>
1637
1638 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1639
1640 2003-09-19 Jim Blandy <jimb@redhat.com>
1641
1642 * macrotab.c (macro_include): Use the correct comparison to find
1643 the appropriate place for this inclusion in the list.
1644
1645 2003-09-19 Andrew Cagney <cagney@redhat.com>
1646
1647 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1648 (DEPRECATED_HPUX_TEXT_END): Define.
1649 (deprecated_hpux_text_end): Declare.
1650 (struct target_ops): Declare opaque.
1651 * hppah-nat.c (text_end): Make static.
1652 (deprecated_hpux_text_end): New function.
1653 * exec.c (text_end): Delete global variable.
1654 (NEED_TEXT_START_END): Do not define.
1655 (exec_file_attach): Replace code computing "text_end" code with
1656 call to DEPRECATED_HPUX_TEXT_END.
1657
1658 2003-09-19 Andrew Cagney <cagney@redhat.com>
1659
1660 * utils.c (align_up, align_down): New functions.
1661 * defs.h (align_up, align_down): Declare.
1662 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1663 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1664 and "align_down".
1665 (round_up, round_down): Delete functions.
1666 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1667 "align_down".
1668 (ROUND_DOWN, ROUND_UP): Delete macros.
1669 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1670 * h8300-tdep.c: Replace "round_up" and "round_down" with
1671 "align_up" and "align_down".
1672 (round_up, round_down): Delete macros.
1673 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1674 "align_down".
1675 (ROUND_UP, ROUND_DOWN): Delete macros.
1676
1677 2003-09-18 J. Brobecker <brobecker@gnat.com>
1678
1679 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1680 hard-coded constant. Use the proper machine name instead.
1681
1682 2003-09-17 Andrew Cagney <cagney@redhat.com>
1683
1684 * sparc-tdep.c (legacy_register_name): Delete function.
1685 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1686 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1687 * infcmd.c (gdb_register_name): Delete variable.
1688 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1689 REGISTER_NAME and "tm.h".
1690 * gdbarch.h, gdbarch.c: Regenerate.
1691 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1692 REGISTER_NAMES in comments.
1693 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1694 * m68klinux-nat.c (regmap): Ditto.
1695
1696 2003-09-17 Jim Blandy <jimb@redhat.com>
1697
1698 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1699
1700 2003-09-17 Andrew Cagney <cagney@redhat.com>
1701
1702 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1703 (ppcnbsd_init_abi): Set "use_struct_convention" to
1704 "ppcnbsd_use_struct_convention".
1705
1706 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1707
1708 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1709 * gdbarch.h, gdbarch.c: Regenerate.
1710 (stabs_argument_has_addr): New architecture method.
1711 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1712 * arch-utils.c: Include "buildsym.h".
1713 (default_stabs_argument_has_addr): New function.
1714 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1715 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1716
1717 2003-09-17 Andrew Cagney <cagney@redhat.com>
1718
1719 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1720 * gdbarch.h, gdbarch.c: Regenerate.
1721 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1722 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1723 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1724 * sparcnbsd-tdep.c: Update.
1725
1726 2003-09-17 Andrew Cagney <cagney@redhat.com>
1727
1728 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1729 * gdbarch.h, gdbarch.c: Regenerate.
1730 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1731 * d10v-tdep.c, frame.c: Update.
1732 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1733 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1734 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1735 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1736 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1737 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1738 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1739 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1740 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1741 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1742 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1743 * config/pa/nm-hppah.h: Update.
1744
1745 2003-09-16 Andrew Cagney <cagney@redhat.com>
1746
1747 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1748 "use_struct_convention" to "ppc_linux_use_struct_convention".
1749 (ppc_linux_use_struct_convention): New function.
1750 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1751 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1752 "rs6000_use_struct_convention".
1753 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1754 declaration.
1755 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1756 Delete function.
1757
1758 2003-09-16 Andrew Cagney <cagney@redhat.com>
1759
1760 * buildsym.c: Remove more occurances of "register".
1761 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1762 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1763 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1764 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1765 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1766 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1767 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1768 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1769
1770 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1771
1772 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1773 numbers to enumeration values.
1774 * sh-tdep.c: Accomodate above change.
1775 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1776 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1777 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1778 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1779 (IS_FPUSH): Rename from IS_FMOV.
1780 (sh_extract_struct_value_address): Remove useless comment.
1781 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1782 instead of own local values.
1783 (sh_dump_tdep): Remove.
1784 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1785 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1786
1787 2003-09-15 Andrew Cagney <cagney@redhat.com>
1788
1789 * doublest.c (convert_floatformat_to_doublest): No longer need to
1790 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1791
1792 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1793
1794 * values.c (unpack_double): Call floatformat_is_valid.
1795
1796 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1797
1798 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1799 ps_strings into a long.
1800
1801 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1802 _initialize_am64fbsd_nat.
1803
1804 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1805
1806 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1807 associated with DW_AT_ranges attribute is out of bounds.
1808
1809 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1810
1811 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1812
1813 2003-09-14 Michael Chastain <mec@shout.net>
1814
1815 * config/m68k/nm-apollo68v.h: Delete.
1816 * config/m68k/xm-apollo68v.h: Delete.
1817
1818 2003-09-14 Andrew Cagney <cagney@redhat.com>
1819
1820 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1821 * dcache.c: Update copyrights and descriptions.
1822 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1823
1824 2003-09-14 Andrew Cagney <cagney@redhat.com>
1825
1826 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1827 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1828
1829 2003-09-14 Andrew Cagney <cagney@redhat.com>
1830
1831 * alpha-nat.c: Remove some occurances of "register".
1832 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1833 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1834 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1835 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1836 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1837 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1838 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1839 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1840 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1841 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1842 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1843 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1844 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1845 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1846 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1847 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1848 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1849 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1850 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1851 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1852 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1853 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1854
1855 2003-09-13 Andrew Cagney <cagney@redhat.com>
1856
1857 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1858 * ppc-tdep.h (struct regcache): Declare opaque.
1859 * objfiles.h (struct objfile_data): Declare opaque.
1860 * cp-support.h (struct objfile): Declare opaque.
1861 * linux-nat.h (target_waitstatus): Declare opaque.
1862
1863 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1864
1865 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1866 (stabs_argument_has_addr): New architecture method.
1867 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1868 * arch-utils.c: Include "buildsym.h".
1869 (default_stabs_argument_has_addr): New function.
1870 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1871 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1872
1873 * cris-tdep.c (cris_gdbarch_init): Set
1874 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1875 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1876 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1877 * mips-tdep.c (mips_gdbarch_init): Likewise.
1878 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1879 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1880
1881 2003-09-13 Andrew Cagney <cagney@redhat.com>
1882
1883 * values.c (using_struct_return): Delete "function" and "funcaddr"
1884 parameters.
1885 * value.h (using_struct_return): Update declaration.
1886 * infcmd.c (finish_command_continuation): Update.
1887 (finish_command): Update.
1888 * infcall.c (call_function_by_hand): Update.
1889 * eval.c (evaluate_subexp_standard): Update.
1890
1891 2003-09-13 Christopher Faylor <cgf@redhat.com>
1892
1893 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1894 SSE registers since gdb will not operate correctly without this.
1895 Restore include file ordering munged in previous change.
1896 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1897
1898 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1899
1900 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1901 REG_STRUCT_HAS_ADDR.
1902 * gdbarch.c, gdbarch.h: Updated.
1903 * infcall.c (call_function_by_hand): Update.
1904 * stabsread.c (define_symbol): Updated.
1905
1906 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1907
1908 2003-09-12 Christopher Faylor <cgf@redhat.com>
1909
1910 * win32-nat.c: Reorganize so that defines used by target headers are
1911 actually defined by the system headers.
1912 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1913 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1914
1915 2003-09-12 Jim Blandy <jimb@redhat.com>
1916
1917 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1918 the file has no .data, .bss, or .rodata sections. Instead wait
1919 until we see a variable alleged to live in one of those sections.
1920
1921 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1922 .bss section, presume that any variables we find live in the
1923 .rodata section.
1924
1925 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1926 offsets for global and static variables.
1927
1928 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1929 symbol types are, by definition, in the .data section, so it is
1930 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1931 If there is no .data section, there should be no N_DATA or N_DATA
1932 | N_EXT symbols.
1933
1934 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1935
1936 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1937 (amd64fbsd_sigcontext_addr): Rewrite.
1938 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1939 with correct values.
1940 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1941 (amd64fbsd_init_abi): Fix typo.
1942
1943 2003-09-12 Andrew Cagney <cagney@redhat.com>
1944
1945 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1946 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1947
1948 2003-09-12 Andrew Cagney <cagney@redhat.com>
1949
1950 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1951 "entry_file_highpc". Update comments.
1952 * defs.h (deprecated_inside_entry_file): Rename
1953 "inside_entry_file".
1954 * blockframe.c (deprecated_inside_entry_file): Rename
1955 "inside_entry_file".
1956 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1957 * vax-tdep.c (vax_frame_chain): Update.
1958 * sh64-tdep.c (sh64_frame_chain): Update.
1959 * sh-tdep.c (sh_frame_chain): Update.
1960 * rs6000-tdep.c (rs6000_frame_chain): Update.
1961 * ns32k-tdep.c (ns32k_frame_chain): Update.
1962 * mips-tdep.c (mips_frame_chain): Update.
1963 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1964 * m32r-tdep.c (m32r_frame_this_id): Update.
1965 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1966 * frv-tdep.c (frv_frame_this_id): Update.
1967 * d10v-tdep.c (d10v_frame_this_id): Update.
1968 * cris-tdep.c (cris_frame_chain): Update.
1969 * blockframe.c (legacy_frame_chain_valid): Update.
1970 * avr-tdep.c (avr_frame_this_id): Update.
1971 * arm-tdep.c (arm_prologue_this_id): Update.
1972 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1973 * objfiles.c (objfile_relocate): Update.
1974 * mipsread.c (mipscoff_symfile_read): Update.
1975 (mipscoff_symfile_read): Update.
1976 * mdebugread.c (parse_partial_symbols): Update.
1977 * dwarfread.c (read_file_scope): Update.
1978 * dwarf2read.c (read_file_scope): Update.
1979 * dbxread.c (read_dbx_symtab): Update.
1980 (read_dbx_symtab): Update.
1981 * coffread.c (complete_symtab): Update.
1982
1983 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1984
1985 * top.c (quit_target): New static helper function.
1986 (quit_force): Moved code to quit_target(). Call quit_target()
1987 via catch_errors() to catch errors during quit.
1988
1989 2003-09-11 David Carlton <carlton@kealia.com>
1990
1991 * buildsym.c (finish_block): Use allocate_block to allocate the
1992 block.
1993 * mdebugread.c (new_block): Add FIXME.
1994
1995 2003-09-11 David Carlton <carlton@kealia.com>
1996
1997 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1998 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1999 (recursive_dump_type): Ditto.
2000 * printcmd.c (print_formatted): Ditto.
2001 * typeprint.c (print_type_scalar): Ditto.
2002 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2003 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2004 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2005 maint_cplus_cmd_list.
2006 * cp-support.c: Make maint_cplus_cmd_list extern.
2007 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2008 command.h.
2009 (lookup_symbol_file): Look in possible namespace blocks when
2010 appropriate.
2011 (initialize_namespace_symtab): New.
2012 (get_possible_namespace_block, free_namespace_block)
2013 (check_possible_namespace_symbols)
2014 (check_possible_namespace_symbols_loop)
2015 (check_one_possible_namespace_symbol)
2016 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2017 (_initialize_cp_namespace): Ditto.
2018 * block.h: Declare allocate_block.
2019 * block.c (allocate_block): New.
2020 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2021 allocate_block.
2022 * symfile.h: Update declaration of add_psymbol_to_list.
2023 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2024 question.
2025 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2026 scan_partial_symbols_call.
2027 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2028 helper functions.
2029 (add_partial_symbol): If necessary, scan mangled names for names
2030 of namespaces.
2031 (add_partial_namespace): Add NAMESPACE argument; generate partial
2032 symbols associated to namespaces.
2033 (add_partial_enumeration): Add NAMESPACE argument.
2034 (new_symbol): Allow namespace syms.
2035 (read_namespace): Generate namespace syms.
2036 * objfiles.h: Add opaque declaration of struct symtab.
2037 (struct objfile): Add cp_namespace_symtab member.
2038 * objfiles.c (allocate_objfile): Set
2039 objfile->cp_namespace_symtab.
2040 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2041 dictionary_h, command_h.
2042
2043 2003-09-11 Andrew Cagney <cagney@redhat.com>
2044
2045 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2046 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2047 near the function's end.
2048 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2049 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2050 regcache_raw_write_signed to set SP_REGNUM.
2051
2052 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2053
2054 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2055 orig_addrs is set up properly.
2056
2057 2003-09-11 Andrew Cagney <cagney@redhat.com>
2058
2059 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2060 * gdbarch.h, gdbarch.c: Re-generate.
2061 * infcall.c (call_function_by_hand): Update.
2062 * hppa-tdep.c (hppa_push_arguments): Update.
2063 * ada-lang.c (place_on_stack): Update.
2064 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2065 * sparc-tdep.c (sparc_gdbarch_init): Update.
2066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2067 * hppa-tdep.c (hppa_gdbarch_init): Update.
2068 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2069 stack_align.
2070
2071 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2072
2073 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2074 register do need a frame.
2075
2076 2003-09-11 Andrew Cagney <cagney@redhat.com>
2077
2078 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2079 buildable since GDB 5.0.
2080 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2081 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2082 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2083 * irix4-nat.c: Delete file.
2084 * config/mips/irix4.mh: Delete file.
2085 * config/mips/irix3.mh: Delete file.
2086 * config/mips/irix3.mt: Delete file.
2087 * config/mips/tm-irix3.h: Delete file.
2088 * config/mips/nm-irix3.h: Delete file.
2089 * config/mips/xm-irix3.h: Delete file.
2090 * config/mips/nm-irix4.h: Delete file.
2091 * config/mips/xm-irix4.h: Delete file.
2092 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2093
2094 2003-09-10 J. Brobecker <brobecker@gnat.com>
2095
2096 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2097 * Makefile.in (hppa-tdep.o): Update dependencies.
2098
2099 2003-09-10 James E Wilson <wilson@specifixinc.com>
2100
2101 * MAINTAINERS: Change my e-mail address. Move to paper trail
2102 section.
2103
2104 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2105
2106 * MAINTAINERS (frv): New ISA entry.
2107
2108 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2109
2110 * frv-tdep.c (dis-asm.h): Include.
2111 * Makefile.in (frv-tdep.o): Update dependencies.
2112
2113 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2114
2115 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2116 Fix typo for high range of floating registers.
2117
2118 2003-09-09 David Carlton <carlton@kealia.com>
2119
2120 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2121 highpc initialization here out of scan_partial_symbols.
2122 (scan_partial_symbols): Restructure into a recursive version,
2123 calling add_partial_namespace and add_partial_enumeration when
2124 appropriate.
2125 (add_partial_namespace): New.
2126 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2127
2128 2003-09-09 Andrew Cagney <cagney@redhat.com>
2129
2130 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2131 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2132 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2133 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2134
2135 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2136 (rs6000_push_dummy_call): Set the "TOC" register.
2137
2138 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2139 methods "max_register_raw_size", "max_register_virtual_size" or
2140 "register_virtual_size".
2141
2142 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2143
2144 * MAINTAINERS: Update my e-mail address.
2145
2146 2003-09-09 Andrew Cagney <cagney@redhat.com>
2147
2148 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2149 (rs6000_push_dummy_call): Store the struct return address.
2150 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2151
2152 2003-09-09 Andrew Cagney <cagney@redhat.com>
2153
2154 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2155 "ppc_sysv_abi_push_arguments".
2156 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2157 "ppc_sysv_abi_push_arguments".
2158 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2159 instead of "push_arguments".
2160 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2161
2162 2003-09-09 Andrew Cagney <cagney@redhat.com>
2163
2164 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2165 instead of CALL_DUMMY_ADDRESS.
2166
2167 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2168
2169 * p-lang.c: Eliminate "register".
2170 * c-lang.c: Ditto.
2171 * expprint.c: Ditto.
2172 * f-lang.c: Ditto.
2173 * jv-lang.c: Ditto.
2174 * language.c: Ditto.
2175 * m2-lang.c: Ditto.
2176 * parse.c: Ditto.
2177 * scm-lang.c: Ditto.
2178 * objc-lang.c: Ditto.
2179
2180 2003-09-09 Nick Clifton <nickc@redhat.com>
2181
2182 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2183
2184 2003-09-04 Andrew Cagney <cagney@redhat.com>
2185
2186 * avr-tdep.c: Include "dis-asm.h".
2187 * cris-tdep.c: Include "dis-asm.h".
2188 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2189 instead of corresponding typedef.
2190 * h8300-tdep.c: Include "dis-asm.h".
2191 * ia64-tdep.c: Include "dis-asm.h".
2192 * i386-tdep.c: Include "dis-asm.h".
2193 (i386_print_insn): Use "struct disassemble_info" instead of
2194 corresponding typedef.
2195 * m68k-tdep.c: Include "dis-asm.h".
2196 * mcore-tdep.c: Include "dis-asm.h".
2197 * mips-tdep.c: Include "dis-asm.h".
2198 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2199 instead of corresponding typedef.
2200 * ns32k-tdep.c: Include "dis-asm.h".
2201 * s390-tdep.c: Include "dis-asm.h".
2202 * sparc-tdep.c: Include "dis-asm.h".
2203 * vax-tdep.c: Include "dis-asm.h".
2204 * v850-tdep.c: Include "dis-asm.h".
2205 * mn10300-tdep.c: Include "dis-asm.h".
2206 * rs6000-tdep.c: Include "dis-asm.h".
2207 * xstormy16-tdep.c: Include "dis-asm.h".
2208 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2209 print_insn_xstormy16.
2210 * Makefile.in (v850-tdep.o): Update dependencies.
2211 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2212 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2213 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2214 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2215 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2216 (gdbarch_h): Remove $(dis_asm_h).
2217 * disasm.c: Include "dis-asm.h".
2218 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2219 corresponding typedef.
2220 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2221 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2222 * gdbarch.sh: Do not include "dis-asm.h".
2223 (struct disassemble_info): Declare opaque.
2224 (TARGET_PRINT_INSN): Update declaration.
2225 * gdbarch.h, gdbarch.c: Re-generate.
2226
2227 2003-09-08 Andrew Cagney <cagney@redhat.com>
2228
2229 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2230 CALL_DUMMY_ADDRESS, change to a predicate.
2231 * gdbarch.h, gdbarch.c: Re-generate.
2232 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2233 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2234 * infcall.c (call_function_by_hand): Ditto.
2235 * sparc-tdep.c (sparc_push_return_address): Ditto.
2236 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2237 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2238 CALL_DUMMY_ADDRESS with entry_point_address.
2239 * v850-tdep.c (v850_push_return_address): Ditto.
2240 * s390-tdep.c (s390_push_return_address): Ditto.
2241 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2242 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2243 * mcore-tdep.c (mcore_push_return_address): Ditto.
2244 * cris-tdep.c (cris_push_return_address): Ditto.
2245 * arm-tdep.c (arm_push_return_address): Ditto.
2246
2247 2003-09-08 Andrew Cagney <cagney@redhat.com>
2248
2249 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2250 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2251 and REG_UNMODIFIED to REG_SAME_VALUE.
2252 (execute_cfa_program): Update.
2253 (dwarf2_frame_cache): Update. Initialize table to
2254 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2255 location.
2256 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2257
2258 2003-09-08 Andrew Cagney <cagney@redhat.com>
2259
2260 * gnu-nat.c: Remove "inline" function attribute.
2261 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2262
2263 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2264
2265 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2266 target.
2267
2268 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2269
2270 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2271 (frame_extra_info): Rename this struct to frv_unwind_cache.
2272 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2273 Add fields ``prev_sp'' and ``base''.
2274 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2275 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2276 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2277 Delete.
2278 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2279 Revise all callers. Fill in the unwind cache argument and make
2280 other adjustments to account for new frame mechanisms.
2281 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2282 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2283 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2284 (frv_frame_unwind, frv_frame_base): New structs.
2285 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2286 additional arguments expected by this method and adjust function
2287 body accordingly.
2288 (frv_gdbarch_init): Remove calls to the following functions:
2289 set_gdbarch_deprecated_init_frame_pc(),
2290 set_gdbarch_deprecated_saved_pc_after_call(),
2291 set_gdbarch_deprecated_frame_chain(),
2292 set_gdbarch_deprecated_frame_saved_pc(),
2293 set_gdbarch_deprecated_frame_init_saved_regs(),
2294 set_gdbarch_deprecated_push_arguments(),
2295 set_gdbarch_deprecated_push_return_address(),
2296 set_gdbarch_deprecated_pop_frame(),
2297 set_gdbarch_deprecated_call_dummy_words(),
2298 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2299 set_gdbarch_deprecated_init_extra_frame_info(),
2300 set_gdbarch_deprecated_dummy_write_sp(), and
2301 set_gdbarch_deprecated_pc_in_call_dummy().
2302 Add calls to the following functions:
2303 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2304 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2305 frame_base_set_default().
2306 * Makefile.in (frv-tdep.o): Update dependencies.
2307
2308 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2309
2310 * dwarf2-frame.c (read_encoded_value): Add support for
2311 DW_EH_PE_aligned encoding.
2312
2313 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2314
2315 * infrun.c (normal_stop): Don't print a message if the inferior
2316 has exited.
2317
2318 2003-09-08 Jim Blandy <jimb@redhat.com>
2319
2320 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2321 * dbxread.c: #include "gdb_assert.h".
2322 (read_dbx_symtab): If the objfile has no .data section, use the
2323 section index for the .bss section instead.
2324
2325 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2326
2327 * frame.c (deprecated_safe_get_selected_frame): New function.
2328 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2329 * findvar.c (read_var_value): Call it.
2330
2331 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2332
2333 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2334 (sh64-tdep.o): Add dependencies.
2335 * configure.tgt: Add FIXME to sh-*-linux*.
2336 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2337 (sh_gdbarch_init): Always set correct sh_show_regs function
2338 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2339 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2340 * sh64-tdep.c: New file, containing all sh64 related code from
2341 sh-tdep.c.
2342 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2343 * config/sh/linux.mt (TDEPFILES): Ditto.
2344 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2345 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2346 * config/sh/wince.mt (TDEPFILES): Ditto.
2347
2348 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2349
2350 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2351 (stop_wait_callback): Handle !lp->signalled also.
2352 (lin_lwp_has_pending, flush_callback): New functions.
2353 (lin_lwp_wait): Call flush_callback.
2354 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2355 (linux_proc_pending_signals): New function.
2356 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2357
2358 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2359
2360 From Nick Kelsey <nickk@ubicom.com>:
2361 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2362 when the stop PC is at the beginning of a function also.
2363
2364 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2365
2366 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2367 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2368
2369 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2370
2371 * sol-thread.c: Include "gdb_string.h".
2372
2373 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2374
2375 * gcore.c: Reorder include files in alphabetical order. Include
2376 "gdb_assert.h". Various coding style fixes.
2377 (derive_stack_segment, derive_heap_segment): Replace check for
2378 non-null BOTTOM and TOP with gdb_assert.
2379 (derive_heap_segment): Replace check for successful creation of
2380 ZERO with gdb_assert.
2381 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2382
2383 2003-09-04 Andrew Cagney <cagney@redhat.com>
2384
2385 * thread-db.c (verbose_dlsym): New function.
2386 (thread_db_load): Use verbose_dlsym
2387 (thread_db_new_objfile): Print that libthread_db was loaded, and
2388 that thread debugging was enabled.
2389
2390 2003-09-04 Andrew Cagney <cagney@redhat.com>
2391
2392 * configure.tgt: Add "mips64*-*-*" target. Delete
2393 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2394 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2395 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2396 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2397 mips*-sony-*, and mips64*-*-elf* targets.
2398 * config/mips/embedl.mt: Delete file.
2399 * config/mips/embedl64.mt: Delete file.
2400 * config/mips/mips.mt: Delete file.
2401 * config/mips/mips64.mt: Delete file.
2402 * config/mips/tm-embed.h: Delete file.
2403 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2404 * config/mips/embed64.mt: Delete out-of-date comment.
2405
2406 2003-09-04 Andrew Cagney <cagney@redhat.com>
2407
2408 * hppa-tdep.c (hppa_gdbarch_init): Set
2409 "have_nonsteppable_watchpoint".
2410 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2411 * mips-tdep.c (mips_dump_tdep): Do not print
2412 HAVE_NONSTEPPABLE_WATCHPOINT.
2413 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2414 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2415 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2416 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2417
2418 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2419
2420 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2421 unused code. Add comment.
2422
2423 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2424
2425 * breakpoint.c (watchpoint_check): Check for pc being in an
2426 epilogue if watchpoint frame couldn't be found.
2427
2428 2003-09-04 Andrew Cagney <cagney@redhat.com>
2429
2430 * Makefile.in: Re-generate all dependencies.
2431
2432 2003-09-03 Andrew Cagney <cagney@redhat.com>
2433
2434 * arch-utils.h (legacy_print_insn): Delete declaration.
2435 * arch-utils.c (legacy_print_insn): Delete function.
2436 * disasm.c (deprecated_tm_print_insn_info): Delete.
2437 (_initialize_disasm): Delete function, contained code initializing
2438 deprecated_tm_print_insn_info.
2439 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2440 (deprecated_tm_print_insn_info): Delete.
2441 (TARGET_PRINT_INSN): Do not provide a default.
2442 * gdbarch.h, gdbarch.c: Re-generate.
2443
2444 2003-09-03 Andrew Cagney <cagney@redhat.com>
2445
2446 * disasm.c (fprintf_disasm): New function.
2447 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2448 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2449 reverts 2003-08-14 change.
2450 (_initialize_disasm): Call "init_disassemble_info", instead of
2451 INIT_DISASSEMBLE_INFO_NO_ARCH.
2452
2453 2003-09-03 Michael Snyder <msnyder@redhat.com>
2454
2455 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2456
2457 2003-09-03 Andrew Cagney <cagney@redhat.com>
2458
2459 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2460 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2461 * symfile.c (syms_from_objfile): Update.
2462 (reread_symbols): `Update
2463 * exec.c (exec_file_attach): Update.
2464 (exec_file_attach): Update.
2465 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2466 2003-08-29 change.
2467 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2468
2469 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2470
2471 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2472 trad-frame.h.
2473 (arm_get_cache): Delete macro.
2474 (struct arm_prologue_cache): Update comments. Make saved_regs into
2475 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2476 to prev_sp.
2477 (thumb_scan_prologue): Update for cache changes. Don't call
2478 DEPRECATED_PC_IN_CALL_DUMMY.
2479 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2480 argument and use it in desperation search for our prologue. Do not
2481 search past the specified PC.
2482 (arm_make_prologue_cache): Simplify.
2483
2484 (arm_prologue_this_id, arm_prologue_prev_register)
2485 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2486 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2487 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2488 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2489 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2490
2491 (arm_frame_chain_valid, arm_find_callers_reg)
2492 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2493 (arm_pop_frame): Delete obsolete methods.
2494 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2495
2496 (arm_gdbarch_init): Update for new frame methods. Register prologue
2497 and sigtramp unwinders. Set the default frame base method.
2498
2499 * Makefile.in (arm-tdep.o): Update dependencies.
2500 * varobj.c (find_frame_addr_in_frame_chain): Call
2501 get_frame_base_address.
2502 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2503
2504 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2505
2506 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2507 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2508 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2509 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2510 Take NEXT_FRAME and CACHE arguments. Call
2511 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2512 Set unwound_pc in CACHE instead of modifying the frame argument.
2513 Don't bother checking the frame type when looking for sigtramp
2514 frames.
2515 (arm_make_prologue_cache, arm_frame_chain)
2516 (arm_init_extra_frame_info): New functions.
2517
2518 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2519
2520 * arm-tdep.c (arm_get_cache): Define.
2521 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2522 unwound_sp, unwound_pc, and saved_regs.
2523 (thumb_scan_prologue): Take a cache instead of the frame.
2524 (arm_scan_prologue): Likewise.
2525 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2526 instead of a temporary frame.
2527 (arm_init_extra_frame_info): Allocate and use a cache.
2528 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2529
2530 2003-09-03 Andrew Cagney <cagney@redhat.com>
2531
2532 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2533 * config/mips/wince.mt (TM_CLIBS): Ditto.
2534 * config/sh/wince.mt (TM_CLIBS): Ditto.
2535 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2536 * config/sparc/sp64.mt (CC): Delete.
2537
2538 2003-09-03 Andrew Cagney <cagney@redhat.com>
2539
2540 * defs.h: Do not include "arch-utils.h".
2541 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2542 GDB_MULTI_ARCH_PURE.
2543 * configure.in (GDB_MULTI_ARCH): Do not define.
2544 * configure, config.in: Regenerate.
2545 * configure.tgt: Do not set variable "gdb_multi_arch".
2546 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2547 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2548 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2549 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2550 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2551 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2552 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2553 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2554 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2555 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2556 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2557 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2558 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2559 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2560 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2561 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2562 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2563 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2564
2565 2003-08-30 Michael Chastain <mec@shout.net>
2566
2567 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2568 * config/m68k/nm-hp300hpux.h: Delete.
2569 * config/m68k/tm-hp300hpux.h: Delete.
2570 * config/m68k/xm-hp300hpux.h: Delete.
2571 * config/m68k/xm-hp300bsd.h: Delete.
2572 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2573 tm-hp300hpux.h, xm-hp300hpux.h.
2574 * somsolib.c: Remove comment about hp300 shared libraries.
2575
2576 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2577
2578 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2579 Only define PTRACE_GET_THREAD_AREA is not already defined.
2580 Various style fixes in code and comments and some additional
2581 spelling fixes in comments. Move after functions dealing with
2582 debug registers.
2583 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2584 Fix coding-style.
2585
2586 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2587 frame_unwind_register_unsigned instead of
2588 frame_unwind_unsigned_register.
2589
2590 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2591
2592 * configure.in: Search for gethostbyname in libnsl.
2593 * configure: Regenerated.
2594
2595 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2596
2597 * configure.in: Remove redundant AC_MSG_RESULT in check for
2598 uintptr_t in stdint.h.
2599 * configure: Regenerated.
2600
2601 * amd64-nat.h (struct regcache): Add opaque declaration.
2602
2603 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2604 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2605 Change "register array" to "register cache" in comments.
2606 (x86_64_linux_gregset64_reg_offset): New variable.
2607 (GETREGS_SUPPLIES): Remove macro.
2608 (supply_gregset): Call amd64_supply_native_gregset instead of
2609 x86_64_linux_supply_gregset.
2610 (fill_gregset): Rename `regno' to `regnum'. Call
2611 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2612 (store_regs): Rename `regno' to `regnum'.
2613 (store_fpregs): Rename `regno' to `regnum'.
2614 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2615 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2616 Reorganize function a bit.
2617 (store_inferior_registers): Rename `regno' to `regnum'. Use
2618 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2619 Reorganize function a bit.
2620 (_initialize_x86_64_linux_nat): New function.
2621 * config/i386/x86-64linux.mh.
2622
2623 2003-08-29 Andrew Cagney <cagney@redhat.com>
2624
2625 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2626 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2627 (target_remove_watchpoint): Delete macro.
2628 (target_insert_watchpoint): Delete macro.
2629 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2630 (remote_mips_stopped_by_watchpoint): Delete declaration.
2631 (remote_mips_remove_watchpoint): Delete declaration.
2632 (remote_mips_set_watchpoint): Delete declaration.
2633 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2634 * remote-mips.c (_initialize_remote_mips): Set
2635 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2636 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2637 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2638 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2639 (mips_stopped_by_watchpoint): Rename
2640 remote_mips_stopped_by_watchpoint.
2641 (mips_can_hardware_watchpoint): Rename
2642 remote_mips_can_use_hardware_watchpoint, update function
2643 signature.
2644
2645 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2646
2647 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2648 USER_DS. We haven't given them a register number yet.
2649
2650 * amd64-nat.h: New file.
2651 * amd64-nat.c: New file.
2652 * amd64fbsd-nat.c: Include "amd64-nat.h".
2653 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2654 (amd64fbsd32_r_reg_offset): New variable.
2655 (supply_gregset): Simply call amd64_supply_native_gregset.
2656 (fill_gregset): Rename `regno' to `regnum'. Simply call
2657 amd64_collect_native_gregset.
2658 (fill_fpregset): Rename `regno' to `regnum'.
2659 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2660 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2661 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2662 `fpregset_t'. Call amd64_supply_native_gregset instead of
2663 supply_gregset. Call x86_64_supply_fxsave instead of
2664 supply_fpregset.
2665 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2666 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2667 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2668 `fpregset_t'. Call amd64_collect_native_gregset instead of
2669 fill_gregset. Call x86_64_collect_fxsave instead of
2670 fill_fpregset.
2671 (_initialize_am64fbsd_nat): Initialize
2672 amd64_native_gregset32_reg_offset and
2673 amd64_native_gregset64_reg_offset.
2674 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2675
2676 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2677 null pointer. Fix typo in comment.
2678
2679 * regcache.c (supply_register): Reimplement to call
2680 regcache_raw_supply.
2681 (regcache_collect): Reimplement by calling regcache_raw_collect.
2682
2683 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2684
2685 * regcache.c (register_buffer): Consitify first argument.
2686 (regcache_raw_supply, regcache_raw_collect): New
2687 functions.
2688
2689 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2690
2691 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2692 by Nathan J. Williams.
2693
2694 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2695
2696 * lin-lwp.c (wait_lwp): New function, copied from
2697 stop_wait_callback. Clean up.
2698 (stop_wait_callback): Use wait_lwp.
2699
2700 2003-08-28 Andrew Cagney <cagney@redhat.com>
2701
2702 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2703 flavour and disassembler options.
2704 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2705 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2706 deprecated_tm_print_insn_info.
2707
2708 2003-08-27 Andrew Cagney <cagney@redhat.com>
2709
2710 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2711 Use target_read_memory.
2712 (s390_get_frame_info): Update. Do not reference
2713 deprecated_tm_print_insn_info.
2714 (s390_check_function_end, s390_is_sigreturn): Ditto.
2715
2716 2003-08-27 Andrew Cagney <cagney@redhat.com>
2717
2718 * Makefile.in (cris-tdep.o): Update dependencies.
2719 * cris-tdep.c: Include "gdb_assert.h".
2720 (cris_gdbarch_init): Set print_insn.
2721 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2722 (cris_delayed_get_disassembler): Simplify, directly call the
2723 disassembler returned by cris_get_disassembler.
2724 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2725 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2726 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2727 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2728 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2729 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2730 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2731 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2732 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2733 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2734 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2735 (gdb_print_insn_sparc): Delete function.
2736 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2737 deprecated_tm_print_insn_info.
2738 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2739 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2740 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2741 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2742 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2743 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2744 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2745 (s390_gdbarch_init): Set print_insn.
2746
2747 2003-08-27 Andrew Cagney <cagney@redhat.com>
2748
2749 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2750 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2751 * infcall.c (call_function_by_hand): Convert the entry point
2752 address into a code address.
2753
2754 2003-08-27 Andrew Cagney <cagney@redhat.com>
2755
2756 * dsrec.c: Include "gdb_string.h".
2757 * Makefile.in (dsrec.o): Update dependencies.
2758
2759 2003-08-27 Michael Chastain <mec@shout.net>
2760
2761 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2762
2763 2003-08-27 Andrew Cagney <cagney@redhat.com>
2764
2765 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2766 (alpha_osf1_init_abi): Do not set call_dummy_address.
2767
2768 2003-08-27 David Carlton <carlton@kealia.com>
2769
2770 From Randolph Chung <tausq@debian.org>:
2771 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2772 compiles with -Wformat-nonliteral -Werror.
2773
2774 2003-08-26 Jim Blandy <jimb@redhat.com>
2775
2776 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2777 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2778 bfd_lookup_symbol, since we only want symbols in code sections.
2779 (look_for_base): Pass zero as the SECT_FLAGS argument to
2780 bfd_lookup_symbol, since we're not concerned about which section
2781 the symbol is in.
2782
2783 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2784
2785 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2786 we are frameless or the return address register is already known.
2787
2788 2003-08-26 Andrew Cagney <cagney@redhat.com>
2789
2790 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2791 in size. Add comments.
2792
2793 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2794
2795 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2796 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2797
2798 2003-08-26 Jason Merrill <jason@redhat.com>
2799
2800 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2801 case out of #ifdef MIPS block.
2802
2803 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2804
2805 PR java/1322
2806 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2807 available before calling SECT_OFF_TEXT.
2808 * PROBLEMS: Remove description of java/1322.
2809
2810 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2811
2812 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2813 bof, and nat0-nat127 as pseudo-registers.
2814 (ia64_frame_cache): New struct used to cache frame info.
2815 (ia64_register_reggroup_p): New routine used to override default
2816 register grouping so registers without names are still saved and
2817 restored.
2818 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2819 pseudo values.
2820 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2821 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2822 (ia64_alloc_frame_cache): New routine to create a new
2823 ia64_frame_cache.
2824 (examine_prologue): Change prototype to add next_frame pointer.
2825 Assume frameless until otherwise proven. Verify that the cfm for
2826 current frame matches the cfm that should occur for the prologues
2827 alloc insn and if equal, mark as not frameless. At end of routine,
2828 if not frameless, calculate registers for the previous frame and store
2829 in the cache, if a cache is provided.
2830 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2831 and pass 0 for next_frame.
2832 (ia64_store_return_value): Change to use convert_typed_floating()
2833 instead of calling ia64_convert_to_raw().
2834 (ia64_extract_return_value): Change to use convert_typed_floating()
2835 instead of calling ia64_convert_to_virtual().
2836 (ia64_frame_cache): New routine to support new frame model.
2837 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2838 (ia64_frame_sniffer): Ditto.
2839 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2840 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2841 (ia64_sigtramp_frame_prev_register): Ditto.
2842 (ia64_sigtramp_frame_sniffer): Ditto.
2843 (ia64_frame_base_address): Ditto.
2844 (ia64_extract_struct_value_address): Change to issue error message.
2845 (ia64_frame_align): New routine to align sp.
2846 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2847 (ia64_push_arguments): Removed. Logic moved to
2848 ia64_push_dummy_call().
2849 (ia64_push_return_address): Ditto.
2850 (ia64_unwind_dummy_id): New function.
2851 (ia64_unwind_pc): Ditto.
2852 (ia64_convert_register_p): Ditto.
2853 (ia64_register_to_value): Ditto.
2854 (ia64_value_to_register): Ditto.
2855 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2856 (ia64_register_byte, ia64_register_raw_size): Ditto.
2857 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2858 (ia64_saved_pc_after_call): Ditto.
2859 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2860 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2861 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2862 (ia64_register_convert_to_raw): Ditto.
2863 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2864 (ia64_init_extra_frame_info): Ditto.
2865 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2866 (ia64_gdbarch_init): Remove registering of deprecated functions that
2867 are no longer used. Add registration of new gdbarch functions.
2868 Remove registering deprecated_write_sp. Replace
2869 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2870 Delete set_gdbarch_deprecated_register_convertible(),
2871 set_gdbarch_deprecated_register_convert_to_virtual(), and
2872 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2873 set_gdbarch_deprecated_register_size(),
2874 set_gdbarch_deprecated_register_bytes(),
2875 set_gdbarch_pcregnum(),
2876 set_gdbarch_deprecated_register_byte(),
2877 set_gdbarch_deprecated_register_raw_size(),
2878 set_gdbarch_deprecated_max_register_raw_size(),
2879 set_gdbarch_deprecated_register_virtual_size(),
2880 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2881 Replace set_gdbarch_deprecated_extract_return_value() with
2882 set_gdbarch_extract_return_value(). Remove calls to:
2883 set_gdbarch_deprecated_saved_pc_after_call();
2884 set_gdbarch_deprecated_frame_chain(),
2885 set_gdbarch_deprecated_frame_saved_pc(),
2886 set_gdbarch_deprecated_frame_init_saved_regs(),
2887 set_gdbarch_deprecated_get_saved_register(),
2888 set_gdbarch_deprecated_call_dummy_words(),
2889 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2890 set_gdbarch_deprecated_init_extra_frame_info(),
2891 set_gdbarch_deprecated_frame_args_address(),
2892 set_gdbarch_deprecated_frame_locals_address(),
2893 and set_gdbarch_deprecated_dummy_write_sp().
2894 Add set_gdbarch_convert_register_p(),
2895 set_gdbarch_register_to_value(),
2896 set_gdbarch_value_to_register(),
2897 set_gdbarch_push_dummy_call(),
2898 set_gdbarch_frame_align(),
2899 set_gdbarch_unwind_dummy_id(),
2900 set_gdbarch_unwind_pc(),
2901 frame_unwind_append_sniffer(),
2902 frame_unwind_append_sniffer(),
2903 and frame_base_set_default().
2904
2905 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2906
2907 * configure.tgt: Document need for special "mipsisa64" handling.
2908 (mipsisa64*-*-linux64): Handle as target linux64.
2909 (mipsisa64*-*-*): Handle as target embed64.
2910
2911 2003-08-18 Michael Chastain <mec@shout.net>
2912
2913 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2914 objfile bug.
2915
2916 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2917
2918 * i387-tdep.h: Update copyright date.
2919 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2920
2921 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2922 CFLAGS games to reflect reality.
2923
2924 2003-08-24 Andrew Cagney <cagney@redhat.com>
2925
2926 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2927 GDB_MULTI_ARCH is always non-zero.
2928 * osabi.c (_initialize_gdb_osabi): Ditto.
2929 (gdbarch_init_osabi): Ditto.
2930 * sparc-tdep.c: Ditto for #if code.
2931
2932 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2933
2934 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2935 Update comments.
2936 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2937 comments.
2938 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2939 x86_64_supply_fxsave.
2940 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2941 x86_64_supply_fxsave.
2942 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2943 x86_64_supply_fxsave.
2944
2945 2003-08-23 Andreas Jaeger <aj@suse.de>
2946
2947 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2948 i387_supply_fxsave.
2949
2950 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2951
2952 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2953 i387_supply_register.
2954 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2955 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2956 i387_supply_fsave.
2957 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2958 i387_supply_fxsave.
2959 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2960 i387_supply_fsave.
2961 * i386bsd-nat.c (supply_fpregset): Adjust call to
2962 i387_supply_fsave.
2963 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2964 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2965 supply_fpregset.
2966 (store_inferior_registers): Remove extraneous whitespace. Call
2967 i387_fill_fsave instead of fill_fpregset.
2968 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2969 (supply_fpregset): Likewise.
2970 * i386v4-nat.c (supply_fpregset): Adjust call to
2971 i387_supply_fsave.
2972 * i386-interix-nat.c (supply_fpregset): Adjust call to
2973 i387_supply_fsave.
2974 * i386-linux-nat.c (supply_fpregset): Adjust call to
2975 i387_supply_fsave.
2976 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2977 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2978 i387supply_fsave and i387_supply_fxsave.
2979 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2980 Incorporate code from `i387_supply_register.
2981 (i387_supply_register): Remove.
2982 (i387_supply_fxsave): Add `regnum' argument.
2983 Update comments.
2984 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2985 prototype.
2986 (i387_supply_register): remove prototype.
2987 Update comments.
2988
2989 2003-08-22 Michael Chastain <mec@shout.net>
2990
2991 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2992 Add lines for files in gdb/testsuite/gdb.cp/* that are
2993 still not 8.3 unique.
2994
2995 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2996
2997 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2998 TYPE_VPTR_FIELDNO is valid.
2999
3000 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3001
3002 * utils.c (set_width_command): Remove prototypes.
3003 (set_screen_size): New prototype.
3004 (init_page_info): Simplify by fetching the screen size from
3005 Readline. Call set_screen_size.
3006 (set_screen_size): New function.
3007 (set_width): Add missing whitespace in comment.
3008 (set_width_command): Call set_screen_size.
3009 (set_height_command): New function.
3010 (initialize_utils): Fix formatting. Make "set height" command
3011 call set_height_command. Remove redundant code that turns off
3012 pagination if output isn't a terminal. Remove redundant call to
3013 set_width_command.
3014
3015 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3016
3017 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3018 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3019 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3020 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3021 `case' keyword.
3022 (sparc64_register_info): Give the reister with number
3023 SPARC64_STATE_REGNUM a name.
3024 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3025 %asi and %ccr.
3026 (sparc64_push_dummy_call): Take BIAS into account when checking
3027 stcak alignment.
3028 (sparc_software_single_step): Remove assertions that check whether
3029 NPC and NNPC were zero.
3030 (sparc_supply_rwindow): Make public. Merge functionality with
3031 sparc64_supply_rwindow.
3032 (sparc_fill_rwindow): Make public. Merge functionality with
3033 sparc64_fill_rwindow.
3034 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3035 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3036 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3037 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3038 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3039
3040 * reggroups.c: Add whitespace after declarations of local
3041 variables in functions.
3042
3043 2003-08-21 Michael Chastain <mec@shout.net>
3044
3045 * gdbtypes.h: Change array bound type from an int to enum.
3046
3047 2003-08-21 Andrew Cagney <cagney@redhat.com>
3048
3049 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3050 * config/sparc/tm-sparc.h: Ditto.
3051 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3052 unconditionally.
3053 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3054
3055 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3056
3057 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3058 (register_objfile_data, set_objfile_data, objfile_data): New
3059 prototypes.
3060 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3061 prototypes.
3062 (allocate_objfile): Call objfile_alloc_data.
3063 (free_objfile): Call objfile_free_data.
3064 (struct objfile_data): New.
3065 (struct objfile_data_registration): New.
3066 (struct objfile_data_registry): New.
3067 (objfile_data_registry): New variable.
3068 (register_objfile_data): New function.
3069 (objfile_alloc_data, objfile_free_data): New functions.
3070 (set_objfile_data, objfile_data): New functions.
3071 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3072 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3073 (_initialize_dwarf2_frame): New function and prototype.
3074
3075 2003-08-21 Andrew Cagney <cagney@redhat.com>
3076
3077 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3078 a specific architecture.
3079 * arch-utils.h (set_architecture_from_arch_mach): Delete
3080 declaration.
3081 (target_architecture_hook): Delete declaration.
3082 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3083 (default_float_format): Assume GDB_MULTI_ARCH.
3084 (default_double_format): Assume GDB_MULTI_ARCH.
3085 (set_endian_from_file): Delete function.
3086 (arch_ok): Delete function.
3087 (set_arch): Delete function.
3088 (set_architecture_from_arch_mach): Delete function.
3089 (set_architecture_from_file): Delete function.
3090 (set_architecture): Assume GDB_MULTI_ARCH.
3091 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3092
3093 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3094
3095 Rewrite FreeBSD/sparc64 native configuration.
3096 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3097 * sparc64fbsd-nat.c: New file.
3098 * sparc64fbsd-tdep.c: New file.
3099 * sparc64-tdep.c sparc64-tdep.h: New files.
3100 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3101 sparc64fbsd-tdep.o): New dependencies.
3102 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3103 and sparc64fbsd-tdep.c.
3104 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3105 * config/sparc/fbsd.mh: Remove copyright notice.
3106 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3107 sparcbsd-nat.o.
3108 * config/sparc/fbsd.mt: Remove copyright notice.
3109 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3110 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3111 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3112 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3113 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3114 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3115 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3116 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3117 "sparc/tm-sp64.h".
3118 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3119 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3120
3121 2003-08-21 Michael Chastain <mec@shout.net>
3122
3123 * symtab.h: Add doco on the space critical structures and
3124 some measurements of space usage.
3125
3126 2003-08-21 Michael Snyder <msnyder@redhat.com>
3127
3128 * tracepoint.c (trace_dump_command): Trace break address
3129 is subject to DECR_PC_AFTER_BREAK.
3130 (set_traceframe_context): Make "trace_line" an int.
3131 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3132
3133 2003-08-20 Michael Snyder <msnyder@redhat.com>
3134
3135 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3136 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3137 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3138 argument passing.
3139 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3140 functions, replace sh_push_dummy_call.
3141 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3142
3143 2003-08-20 Michael Chastain <mec@shout.net>
3144
3145 * gdbtypes.h (struct main_type): Rearrange to save space.
3146
3147 2003-08-20 Michael Snyder <msnyder@redhat.com>
3148
3149 * trad-frame.c: Comment typo fix.
3150
3151 2003-08-20 Michael Snyder <msnyder@redhat.com>
3152 Kevin Buettner <kevinb@redhat.com>
3153
3154 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3155 (frv_frame_init_saved_regs): Add declaration.
3156 (frame_extra_info): Add new field ``saved_regs''.
3157 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3158 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3159 Update frame related code.
3160 (frv_extract_struct_value_address): Adjust formatting.
3161 * Makefile.in (frv-tdep.o): Update dependencies.
3162 * config/frv/tm-frv.h (target_insert_watchpoint)
3163 (target_remove_watchpoint, target_insert_hw_breakpoint)
3164 (target_remove_hw_breakpoint): Delete these macros.
3165 (remote_insert_watchpoint, remote_remove_watchpoint)
3166 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3167 these declarations.
3168
3169 2003-08-20 Michael Chastain <mec@shout.net>
3170
3171 * defs.h (ENUM_BITFIELD): New macro.
3172 * symtab.h (ENUM_BITFIELD): Use it.
3173 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3174
3175 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3176
3177 * MAINTAINERS (write after approval): Add myself.
3178
3179 2003-08-18 Andrew Cagney <cagney@redhat.com>
3180
3181 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3182 * gdbarch.h, gdbarch.c: Re-generate.
3183 * infcall.c (call_function_by_hand): Adjust the SP by
3184 frame_red_zone_size before allocating any stack space.
3185 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3186 * x86-64-tdep.c (x86_64_frame_align): New function.
3187 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3188
3189 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3190 Remove code adjusting SP so that it skips over the Red Zone.
3191
3192 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3193
3194 * NEWS (New native configurations): Mention FreeBSD/amd64.
3195
3196 2003-08-18 Andrew Cagney <cagney@redhat.com>
3197
3198 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3199 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3200 "m68k_frame_p".
3201 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3202
3203 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3204
3205 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3206
3207 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3208
3209 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3210 Define.
3211 * i386-linux-nat.c: Include "linux-nat.h".
3212 (child_post_startup_inferior): New function.
3213
3214 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3215
3216 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3217 at the start of a frameless function. This probably fixes PR
3218 backtrace/1338.
3219
3220 2003-08-17 Michael Chastain <mec@shout.net>
3221
3222 * symfile.c (find_sym_fns): Remove special case for apollo target.
3223
3224 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3225
3226 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3227 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3228 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3229 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3230 (linux_supports_tracevforkdone): New function.
3231 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3232 TRACEVFORKDONE.
3233 (child_follow_fork): Handle vfork.
3234 (linux_handle_extended_wait): Likewise. Also handle exec.
3235 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3236 * NEWS: Mention fork tracing.
3237
3238 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3239
3240 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3241
3242 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3243
3244 * Makefile.in (i386-linux-nat.o): Update dependencies.
3245 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3246 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3247 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3248 * i386-linux-nat.c: Include "linux-nat.h".
3249 (child_post_startup_inferior): New function.
3250 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3251 * infptrace.c (kill_inferior): Wrap in #ifdef.
3252 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3253 attaching to each LWP.
3254 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3255 (init_lin_lwp_ops): Fill in some more operations.
3256 * linux-nat.h (linux_enable_event_reporting)
3257 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3258 prototypes.
3259 * linux-nat.c (linux_enable_event_reporting): New function.
3260 (child_post_attach, linux_child_post_startup_inferior)
3261 (child_post_startup_inferior, child_follow_fork)
3262 (linux_handle_extended_wait, kill_inferior): New functions.
3263
3264 2003-08-16 Andrew Cagney <cagney@redhat.com>
3265
3266 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3267 * gdbarch.h, gdbarch.c: Re-generate.
3268
3269 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3270
3271 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3272
3273 2003-08-16 Andrew Cagney <cagney@redhat.com>
3274
3275 * NEWS: Mention that "set prompt-escape-char" was deleted.
3276 * top.c (get_prompt_1): Delete function.
3277 (gdb_prompt_escape):
3278 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3279 prompt-escape-char" command.
3280 (MAX_PROMPT_SIZE): Delete macro.
3281 (get_prompt): Simplify, do not call get_prompt_1.
3282
3283 2003-08-16 Andrew Cagney <cagney@redhat.com>
3284
3285 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3286 -Werror. -Wformat-nonliteral problems.
3287
3288 2003-08-15 J. Brobecker <brobecker@gnat.com>
3289
3290 Further multiarching work mostly for hppa64-*-hpux11:
3291 * hppa-tdep.h: New file.
3292 * hppa-tdep.c: #include hppa-tdep.c.
3293 (hppa32_num_regs): Renamed from hppa_num_regs.
3294 (hppa64_num_regs): New constant.
3295 (hppa64_call_dummy_breakpoint_offset): New constant.
3296 (hppa32_call_dummy_length): New constant.
3297 (hppa64_call_dummy_length): New constant.
3298 (hppa32_stack_align): Make name 32bit explicit.
3299 (hppa32_register_virtual_type): Likewise.
3300 (hppa32_extract_return_value): Likewise.
3301 (hppa32_use_struct_convention): Likewise.
3302 (hppa32_store_return_value): Likewise.
3303 (hppa64_register_virtual_type): New function.
3304 (hppa64_extract_return_value): New function.
3305 (hppa64_use_struct_convention): New function.
3306 (hppa64_store_return_value): New function.
3307 (hppa_frame_locals_address): Remove declaration, function does
3308 not exist anymore.
3309 (hppa_register_byte): Add support for PA64 ABI.
3310 (hppa_gdbarch_init): Add support for PA64 ABI.
3311 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3312 Make name 32bit explicit.
3313 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3314 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3315 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3316 (hppa64_hpux_frame_base_before_sigtramp): New function.
3317 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3318 * config/pa/tm-hppa64.h: Remove macros that are no longer
3319 necessary now that the gdbarch vector is properly setup.
3320 Transform some macros into function calls. Some minor cleanup.
3321 * config/pa/tm-hppah.h: Update function calls in macros
3322 following the function renaming in hppa-hpux-tdep.c.
3323 * Makefile.in (hppa_tdep_h): New variable.
3324 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3325
3326 2003-08-14 Michael Snyder <msnyder@redhat.com>
3327
3328 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3329
3330 2003-08-13 J. Brobecker <brobecker@gnat.com>
3331
3332 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3333 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3334 routine.
3335
3336 2003-08-13 Michael Snyder <msnyder@redhat.com>
3337
3338 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3339 (frv_saved_pc_after_call): Use deprecated ftype.
3340 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3341 (frv_remote_translate_xfer_address): Remove.
3342 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3343
3344 2003-08-13 J. Brobecker <brobecker@gnat.com>
3345
3346 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3347 initialization after the common gdbarch initialization, not before.
3348
3349 2003-08-13 J. Brobecker <brobecker@gnat.com>
3350
3351 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3352 (ADDR_BITS_REMOVE): Remove, redundant.
3353
3354 2003-08-13 J. Brobecker <brobecker@gnat.com>
3355
3356 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3357 gdbarch method to clear the 2 low bits of text addresses.
3358
3359 2003-08-12 Andrew Cagney <cagney@redhat.com>
3360
3361 * Makefile.in (dsrec.o): Update dependencies.
3362 * dsrec.c: Include "gdb_assert.h".
3363 (make_srec): Use snprintf instead of sprintf, use a literal format
3364 string.
3365
3366 2003-08-12 Andrew Cagney <cagney@redhat.com>
3367
3368 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3369 FRAME_OBSTACK_ZALLOC.
3370
3371 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3372
3373 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3374 SSE registers.
3375
3376 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3377
3378 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3379 amd64fbsd_sc_reg_offset): Add extern declarations.
3380 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3381 declarations.
3382
3383 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3384
3385 * MAINTAINERS (write after approval): Update my mail address.
3386
3387 2003-08-10 Andrew Cagney <cagney@redhat.com>
3388
3389 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3390
3391 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3392
3393 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3394 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3395 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3396 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3397 i386bsd_sc_reg_offset): Add extern declarations.
3398 * i386obsd-nat.c: Include "i386-tdep.h"
3399 (_initialize_i386obsd_nat): Remove extern declarations.
3400 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3401 declarations.
3402 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3403 declarations.
3404
3405 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3406 instead of frame_read_register.
3407 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3408 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3409 SP_REGNUM.
3410 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3411 instead of frame_unwind_unsigned_register. Use
3412 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3413 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3414 instead of read_register. Use builtin_type_void_data_ptr instead
3415 of builtin_type_void_func_ptr when extracting the address of the
3416 jmp_buf.
3417 (i386_extract_return_value, i386_store_return_value,
3418 i386_pseudo_register_read, i386_pseudo_register_write): Use
3419 register_size instead REGISTER_RAW_SIZE.
3420
3421 2003-08-10 Andrew Cagney <cagney@redhat.com>
3422
3423 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3424 sprintf. Make "name" constant.
3425
3426 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3427
3428 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3429 instead of frame_read_register.
3430 (i387_print_float_info): Use get_frame_register and
3431 get_frame_register_unsigned instead of frame_register_read.
3432
3433 * i386fbsd-nat.c: Include "i386-tdep.h".
3434 (child_resume): Make `eflags' an ULONGEST. Use
3435 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3436 instead of register_read and register_write.
3437
3438 * i386bsd-nat.c (fetch_inferior_registers,
3439 store_inferior_registers): Don't use && at the end of a line.
3440 (_initialize_i386bsd_nat): Fix typo.
3441
3442 * frame.c (_initialize_frame): Add missing backslash.
3443
3444 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3445 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3446 and supply_register instead of manipulating the register buffer
3447 directly.
3448
3449 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3450 * config/i386/nm-i386sol2.h
3451 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3452
3453 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3454 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3455 instructions that GCC likes to mingle into the prologue. Fixes
3456 gdb/1253 and gdb/1255.
3457
3458 2003-08-09 Andrew Cagney <cagney@redhat.com>
3459
3460 Fix GDB PR cli/926.
3461 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3462 * command.h (add_setshow_uinteger_cmd): Declare.
3463 * frame.c (set_backtrace_cmd): New function.
3464 (show_backtrace_cmd): New function.
3465 * frame.c (_initialize_frame): Replace "set/show
3466 backtrace-below-main" with "set/show backtrace past-main". Add
3467 command "set/show backtrace limit".
3468 (backtrace_past_main): Rename "backtrace_below_main".
3469 (backtrace_limit): New variable.
3470 (get_prev_frame): Update. Check the backtrace_limit.
3471
3472 2003-08-09 Andrew Cagney <cagney@redhat.com>
3473
3474 * defs.h (xstrprintf): Declare.
3475 * utils.c (xstrprintf): New function.
3476 * breakpoint.c (insert_breakpoints): Replace sprintf and
3477 non-literal format strings, with xstrprintf and cleanups.
3478 (delete_breakpoint,breakpoint_re_set): Ditto.
3479 (commands_command, insert_breakpoints): Ditto.
3480 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3481 (break_at_finish_command_1): Ditto.
3482
3483 2003-08-09 Andrew Cagney <cagney@redhat.com>
3484
3485 * MAINTAINERS (language support): List Adam Fedor as Objective C
3486 maintainer.
3487
3488 2003-08-08 J. Brobecker <brobecker@gnat.com>
3489
3490 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3491 are now multiarched.
3492
3493 2003-08-08 J. Brobecker <brobecker@gnat.com>
3494
3495 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3496 longer necessary now that hppa64 is partially multiarch'ed.
3497
3498 2003-08-08 Andrew Cagney <cagney@redhat.com>
3499
3500 * interps.c (interp_set): Check for a NULL "old_interp".
3501
3502 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3503
3504 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3505 (install-only): Support DESTDIR.
3506 (uninstall): Likewise.
3507 (install-gdbtk): Likewise.
3508
3509 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3510
3511 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3512 contains something meaningful at all times.
3513
3514 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3515
3516 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3517
3518 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3519
3520 * MAINTAINERS (write after approval): Added self.
3521
3522 2003-08-07 Andrew Cagney <cagney@redhat.com>
3523
3524 * inferior.h (AT_SYMBOL): Define.
3525 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3526 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3527 * mips-tdep.c (mips_call_dummy_address): Delete function.
3528 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3529 set call_dummy_address.
3530
3531 2003-08-07 Andrew Cagney <cagney@redhat.com>
3532
3533 * language.c (op_error): Delete function.
3534 (binop_type_check): Delete function.
3535 * language.h (type_op_error, range_op_error): Delete macros.
3536 (op_error): Delete declaration.
3537
3538 2003-08-07 Andrew Cagney <cagney@redhat.com>
3539
3540 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3541
3542 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3543
3544 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3545 (x86_64_push_arguments): Skip the red zone.
3546
3547 2003-08-05 Andrew Cagney <cagney@redhat.com>
3548
3549 * reggroups.c (reggroup_next): Check for the final entry.
3550
3551 2003-08-04 Andrew Cagney <cagney@redhat.com>
3552
3553 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3554 * cli/cli-script.c (define_command): Call query directly, instead
3555 of passing it a buffer.
3556 * ocd.c (ocd_error): Pass error a constant format string.
3557 * remote-mips.c (mips_error): Use fputs_filtered.
3558
3559 * solib-svr4.c (_initialize_svr4_solib): Update
3560 register_gdbarch_data call.
3561 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3562
3563 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3564 (register_gdbarch_data): Delete "free" parameter. Update
3565 comments.
3566 * gdbarch.h, gdbarch.c: Re-generate.
3567 * reggroups.c (_initialize_reggroup): Update.
3568 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3569 * frame-base.c (_initialize_frame_base): Update.
3570 * frame-unwind.c (_initialize_frame_unwind): Update.
3571 * user-regs.c (_initialize_user_regs): Update.
3572 * remote.c (_initialize_remote): Update.
3573 * regcache.c (_initialize_regcache): Update.
3574
3575 * regcache.c (xfree_regcache_descr): Delete function.
3576 (_initialize_regcache): Update call to register_gdbarch_data.
3577 (init_regcache_descr, init_legacy_regcache_descr): Use
3578 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3579
3580 * remote.c (free_remote_state): Delete function.
3581 (_initialize_remote): Update register_gdbarch_data.
3582 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3583 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3584
3585 2003-08-04 Andrew Cagney <cagney@redhat.com>
3586
3587 * reggroups.c (struct reggroup_el): Define.
3588 (struct reggroups): Delete field "nr_group". Replace array
3589 "group" with a "first" to "last" linked list.
3590 (reggroups_init): Update. Allocate using gdbarch's obstack.
3591 (reggroups_free): Delete function.
3592 (add_group): Update. Add "el" parameter.
3593 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3594 (default_groups): Update.
3595 (reggroup_next): Replace reggroups.
3596 (reggroups_dump): Update.
3597 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3598 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3599 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3600
3601 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3602
3603 * Makefile.in (tui-interp.o): Update dependencies.
3604
3605 2003-08-04 David Carlton <carlton@kealia.com>
3606
3607 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3608 to internal_error call.
3609 * source.c (forward_search_command): Add "%s" format argument.
3610 (reverse_search_command): Ditto.
3611 * top.c (quit_confirm): Ditto.
3612 * cli/cli-setshow.c (do_setshow_command): Ditto.
3613 * cp-valprint.c (cp_print_class_method): Replace
3614 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3615 (cp_print_class_member): Ditto.
3616 * event-top.c (command_line_handler): Ditto.
3617 * linux-proc.c (linux_info_proc_cmd): Ditto.
3618 * p-typeprint.c (pascal_type_print_base): Ditto.
3619 * p-valprint.c (pascal_object_print_class_method): Ditto.
3620 (pascal_object_print_class_member): Ditto.
3621 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3622 * remote.c (remote_cisco_section_offsets): Ditto.
3623 * top.c (command_line_input): Ditto.
3624 * utils.c (vwarning,error_stream,quit): Ditto.
3625 * valprint.c (print_floating,print_binary_chars)
3626 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3627
3628 2003-08-04 Andrew Cagney <cagney@redhat.com>
3629
3630 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3631
3632 2003-08-02 Andrew Cagney <cagney@redhat.com>
3633
3634 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3635 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3636 amd64fbsd-nat.c.
3637
3638 2003-08-02 Andrew Cagney <cagney@redhat.com>
3639
3640 * Makefile.in: Update all dependencies and definitions.
3641
3642 2003-08-02 Adam Fedor <fedor@gnu.org>
3643
3644 * linespec.c (is_objc_method_format): New function
3645 (decode_line_1, locate_first_half): Use it.
3646 Fixes PR objc/1298
3647
3648 2003-08-01 Andrew Cagney <cagney@redhat.com>
3649
3650 * NEWS: Mention that m32r is multi-arch.
3651 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3652 * configure.tgt: Recognize m32r-*-*.
3653 * config/m32r/tm-m32r.h: Delete file.
3654 * config/m32r/m32r.mt: New file.
3655 * m32r-rom.c (m32r_upload_command): Use hostent only when
3656 gethostname succeeds, in order to avoid a compilation
3657 warning.
3658 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3659 compiler warning.
3660
3661 2003-08-01 Michael Snyder <msnyder@redhat.com>
3662
3663 * sh-tdep.c (sh_frame_align): New gdbarch method.
3664 (sh_gdbarch_init): Set up frame_align method.
3665
3666 2003-07-31 Michael Snyder <msnyder@redhat.com>
3667
3668 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3669 which is already covered by the new frames infrastructure.
3670
3671 2003-07-31 Andrew Cagney <cagney@redhat.com>
3672
3673 * user-regs.c (struct user_reg): Add "next" link.
3674 (struct user_regs): Replace "user" with "first" and "last" links.
3675 (append_user_reg): Add pre-allocated "reg" parameter.
3676 (builtin_user_regs): Provide initial value for "last".
3677 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3678 (user_regs_init): Allocate memory from the gdbarch obstack.
3679 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3680 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3681 linked list.
3682 (usernum_to_user_reg): New function.
3683 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3684 (value_of_user_reg): Use usernum_to_user_reg.
3685 (user_regs_free): Delete function.
3686 (_initialize_user_regs): Update register_gdbarch_data call.
3687
3688 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3689
3690 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3691
3692 2003-07-30 Michael Snyder <msnyder@redhat.com>
3693
3694 * value.h (value_being_returned): Add a struct_addr argument.
3695 * infcall.c (call_function_by_hand): Pass struct_addr to
3696 value_being_returned.
3697 * infcmd.c (print_return_value): Pass zero as struct_addr.
3698 * values.c (value_being_returned): If struct_addr is passed,
3699 use it instead of trying to recover it from the inferior.
3700
3701 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3702
3703 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3704 the prologue analyzer won't need to attempt to extract the pc
3705 value from the woefully incomplete dummy frame.
3706 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3707 possible. Disable code which modifies the frame.
3708
3709 2003-07-28 Andrew Cagney <cagney@redhat.com>
3710
3711 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3712 to level 2.
3713 (annotate_breakpoints_table, annotate_record): Ditto.
3714 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3715 (annotate_field_name_end, annotate_field_value): Ditto.
3716 (annotate_field_end, annotate_frame_source_begin): Ditto.
3717 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3718 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3719 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3720 (annotate_frame_address_end, annotate_frame_address): Ditto.
3721 (annotate_frame_args, annotate_frame_end): Ditto.
3722 (annotate_frame_where, annotate_arg_begin): Ditto.
3723 (annotate_arg_name_end, annotate_arg_value): Ditto.
3724 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3725 (annotate_function_call, annotate_signal_name): Ditto.
3726 (annotate_signal_string, annotate_signal_name_end): Ditto.
3727 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3728 (annotate_value_begin, annotate_value_history_value): Ditto.
3729 (annotate_value_history_end, annotate_value_end): Ditto.
3730 (annotate_display_begin, annotate_display_number_end): Ditto.
3731 (annotate_display_format, annotate_display_expression): Ditto.
3732 (annotate_display_expression_end, annotate_display_value): Ditto.
3733 (annotate_display_end, annotate_array_section_begin): Ditto.
3734 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3735 (annotate_elt, annotate_array_section_end): Ditto.
3736
3737 2003-07-28 Andrew Cagney <cagney@redhat.com>
3738
3739 * regcache.c (struct regcache_descr): Update comments on
3740 nr_raw_registers.
3741 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3742 sizeof_raw_register_valid_p.
3743 (init_regcache_descr): Set nr_raw_registers and
3744 sizeof_raw_register_valid_p before calling
3745 init_legacy_regcache_descr.
3746
3747 2003-07-28 Andrew Cagney <cagney@redhat.com>
3748
3749 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3750 MOD NUM_REGS.
3751
3752 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3753
3754 * thread.c (info_threads_command): Use get_selected_frame ().
3755 Check that there is at least one non-sentinel frame.
3756
3757 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3758
3759 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3760 (m68hc11_pop_frame): Remove.
3761 (m68hc11_frame_saved_pc): Remove.
3762 (m68hc11_frame_chain): Remove.
3763 (m68hc11_frame_init_saved_regs): Remove.
3764 (m68hc11_init_extra_frame_info): Remove.
3765 (m68hc11_store_struct_return): Remove.
3766 (m68hc11_saved_pc_after_call): Remove.
3767
3768 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3769
3770 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3771 frame unwind information.
3772 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3773 and adapted for frame unwinding.
3774 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3775 (m68hc11_unwind_pc): New function.
3776 (m68hc11_frame_unwind_cache): New function to analyze frames.
3777 (m68hc11_frame_this_id): New function to create new frame struct.
3778 (m68hc11_frame_prev_register): New function to unwind a register from
3779 the frame.
3780 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3781 (m68hc11_frame_p): New function for the above.
3782 (m68hc11_frame_base_address): New function to return fp of frame.
3783 (m68hc11_frame_args_address): Update for frame.
3784 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3785 (m68hc11_unwind_sp): New function.
3786 (m68hc11_unwind_dummy_id): New function.
3787 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3788 calls.
3789
3790 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3791
3792 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3793 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3794 when we are beyond the current pc.
3795
3796 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3797
3798 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3799 from m68hc11_push_arguments.
3800 (m68hc11_push_arguments): Remove.
3801 (m68hc11_push_return_address): Remove.
3802 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3803 handlers; remove deprecated_extra_stack_alignment_needed.
3804
3805 2003-07-27 Andrew Cagney <cagney@redhat.com>
3806
3807 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3808 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3809 REAL_PC and not the pointer.
3810 * hppa-hpux-tdep.c: Include frame.h
3811
3812 2003-07-27 Andrew Cagney <cagney@redhat.com>
3813
3814 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3815 GDB_MULTI_ACH_PARTIAL.
3816
3817 2003-07-27 Andrew Cagney <cagney@redhat.com>
3818
3819 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3820 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3821 operator at start and not end of line.
3822 (decode_prologue): Ditto.
3823 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3824 frame_unwind_register_unsigned instead of
3825 frame_unwind_unsigned_register.
3826 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3827 read_register.
3828 (m32r_push_dummy_call): Use register_size instead of
3829 REGISTER_RAW_SIZE.
3830 (m32r_frame_sniffer): Replace m32r_frame_p.
3831 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3832 * m32r-rom.c (report_transfer_performance): Delete extern
3833 declaration.
3834 (m32r_load, m32r_upload_command): Use print_transfer_performance
3835 instead of report_transfer_performance.
3836 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3837 / add_show_from_set.
3838
3839 2003-07-26 Andrew Cagney <cagney@redhat.com>
3840
3841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3842 store_return_value and extract_struct_value_address.
3843
3844 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3845
3846 PR c++/1267
3847 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3848 NULL, default to the section containing PC.
3849
3850 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3851
3852 * NEWS: Mention "regs" deprecated for m68hc11 too.
3853
3854 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3855 (m68hc11_print_register): New function to print out one register.
3856 (m68hc11_print_registers_info): New function to print registers.
3857 (show_regs): Deprecate and use the above.
3858 (m68hc11_gdbarch_init): Install the print_registers_info.
3859
3860 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3861
3862 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3863 that we have a SIGTRAP before returning non-zero.
3864
3865 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3866 Elena Zannoni <ezannoni@redhat.com>
3867
3868 * linespec.c (decode_line_2): Avoid crash if
3869 find_function_start_sal() returns empty record.
3870
3871 2003-07-23 Andreas Schwab <schwab@suse.de>
3872
3873 * ia64-tdep.c (ia64_print_insn): New function.
3874 (ia64_gdbarch_init): Set print_insn to it.
3875 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3876 deprecated_tm_print_insn_info.
3877
3878 2003-07-22 Michael Snyder <msnyder@redhat.com>
3879
3880 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3881 handle 8-bit returns (long long).
3882 (h8300h_extract_return_value): Ditto.
3883 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3884
3885 2003-07-22 Andrew Cagney <cagney@redhat.com>
3886
3887 * gdbarch.c Include "gdb_obstack.h".
3888 (struct gdbarch): Add an "obstack".
3889 (alloc_gdbarch_data): Allocate the gdbarch data using
3890 GDBARCH_OBSTACK_CALLOC.
3891 (free_gdbarch_data): Delete function.
3892 (gdbarch_obstack_zalloc): New function.
3893 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3894 Assert that the architecture is not initialized.
3895 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3896 vector from the obstack.
3897 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3898 architecture obstack.
3899 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3900 (set_gdbarch_data): Assert that the data is not initialized.
3901 (struct gdbarch_data): Delete member "free".
3902 (register_gdbarch_data): Do not initialize "free".
3903 * gdbarch.h, gdbarch.c: Re-generate.
3904
3905 2003-07-22 Andrew Cagney <cagney@redhat.com>
3906
3907 * configure.in (build_warnings): Add -Wformat-nonliteral.
3908 * configure: Re-generate.
3909
3910 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3911
3912 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3913
3914 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3915
3916 * findvar.c (read_var_value): Remove case for thread local storage
3917 variables. It is now entirely handled by the dwarf2 location
3918 expression code.
3919 * printcmd.c (address_info): Ditto.
3920 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3921 enumeration value.
3922 (struct symbol): Remove objfile field, which was used by
3923 LOC_THREAD_LOCAL_STATIC only.
3924 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3925 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3926 usage of objfile pointer.
3927 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3928 thread local variables.
3929 Add include of objfiles.h.
3930 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3931 storage variables.
3932 * Makefile.in (dwarf2loc.o): Update dependencies.
3933
3934 2003-07-22 Andrew Cagney <cagney@redhat.com>
3935
3936 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3937 get_frame_base.
3938 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3939 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3940 (struct value): Add opaque declaration.
3941 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3942
3943 2003-07-21 Andrew Cagney <cagney@redhat.com>
3944
3945 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3946 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3947
3948 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3949
3950 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3951 regcache_cooked_read_unsigned instead of read_register.
3952 (m68hc11_saved_pc_after_call): Likewise.
3953 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3954 instead of write_register.
3955 (m68hc11_register_type): New function.
3956 (m68hc11_register_virtual_type): Remove.
3957 (m68hc11_store_return_value): Convert to use the regcache.
3958 (m68hc11_extract_struct_value_address): Likewise.
3959 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3960 m68hc11_register_type; undeprecate store_return_value and
3961 extract_struct_value_address.
3962
3963 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3964
3965 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3966 and translate to use regcache.
3967 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3968
3969 2003-07-18 Andrew Cagney <cagney@redhat.com>
3970
3971 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3972 * gdbarch.h, gdbarch.c: Re-generate.
3973 * i386-tdep.c (i386_gdbarch_init): Do not set
3974 DWARF2_BUILD_FRAME_INFO.
3975 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3976 unconditionally.
3977 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3978 DWARF2_BUILD_FRAME_INFO.
3979
3980 2003-07-18 Andrew Cagney <cagney@redhat.com>
3981
3982 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3983 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3984
3985 2003-07-18 Andrew Cagney <cagney@redhat.com>
3986
3987 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3988 frame_unwind_address_in_block, instead of frame_pc_unwind.
3989 (dwarf2_frame_cache): Ditto.
3990
3991 2003-07-18 Andrew Cagney <cagney@redhat.com>
3992
3993 * user-regs.h (struct gdbarch): Declare opaque.
3994 * ui-out.h (struct ui_file): Declare opaque.
3995 * dwarf2-frame.h (struct frame_info): Declare opaque.
3996
3997 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3998
3999 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4000 #include "...".
4001 (procfs_meminfo): Change strerror to safe_strerror.
4002 (procfs_can_run): Remove K&R badness.
4003
4004 2003-07-17 Michael Snyder <msnyder@redhat.com>
4005
4006 * remote-sim.c: Comment typo fix.
4007
4008 2003-07-17 Andrew Cagney <cagney@redhat.com>
4009
4010 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4011 configure.
4012 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4013 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4014 GDB_MULTI_ARCH_PARTIAL.
4015
4016 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4017
4018 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4019 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4020 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4021
4022 2003-07-16 Theodore A. Roth <troth@openavr.org>
4023
4024 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4025 found.
4026 (avr_frame_unwind_cache): Don't unwind FP for main.
4027 Update a comment.
4028 Save the computed prev_sp.
4029 (avr_saved_regs_unwinder): Remove function.
4030 (avr_frame_prev_register): Use PC unwind logic from
4031 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4032
4033 2003-07-16 Andrew Cagney <cagney@redhat.com>
4034
4035 * frame-base.h (frame_base_p_ftype): Delete definition.
4036 (frame_base_append_predicate): Delete declaration.
4037 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4038 (frame_unwind_append_predicate): Delete declaration.
4039 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4040 (append_predicate): Delete parameter "p".
4041 (frame_unwind_append_predicate): Delete function.
4042 (frame_unwind_append_sniffer): Update call to append_predicate.
4043 (frame_unwind_free): Delete function.
4044 (_initialize_frame_unwind): Pass NULL as "free" to
4045 register_gdbarch_data.
4046 (frame_unwind_init): Append the dummy_frame_sniffer.
4047 (frame_unwind_find_by_frame): Simplify.
4048 * frame-base.c (struct frame_base_table): Delete field "p".
4049 (append_predicate): Delete parameter "p".
4050 (frame_base_append_predicate): Delete function.
4051 (frame_base_append_sniffer): Update call to append_predicate.
4052 (frame_base_free): Delete function.
4053 (frame_base_find_by_frame): Simplify.
4054 (_initialize_frame_base): Pass NULL as "free" to
4055 register_gdbarch_data.
4056 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4057 (x86_64_sigtramp_frame_sniffer): Replace
4058 "x86_64_sigtramp_frame_p".
4059 (x86_64_init_abi): Set the frame unwind sniffers.
4060 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4061 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4062 (m68k_gdbarch_init): Set the frame unwind sniffers.
4063 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4064 "i386_sigtramp_frame_p".
4065 (i386_frame_sniffer): Replace "i386_frame_p".
4066 (i386_gdbarch_init): Set the frame unwind sniffers.
4067 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4068 (avr_gdbarch_init): Set the frame unwind sniffers.
4069 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4070 "alpha_sigtramp_frame_p"
4071 (alpha_heuristic_frame_sniffer): Replace
4072 "alpha_heuristic_frame_p".
4073 (alpha_gdbarch_init): Set the frame unwind sniffers.
4074 (alpha_dwarf2_init_abi): Ditto.
4075 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4076 "alpha_debug_frame_p".
4077 (alpha_mdebug_frame_base_sniffer): Replace
4078 "alpha_mdebug_frame_base_p".
4079 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4080 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4081 (d10v_gdbarch_init): Set the frame unwind sniffer.
4082 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4083 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4084 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4085 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4086 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4087 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4088
4089 2003-07-16 Michael Snyder <msnyder@redhat.com>
4090
4091 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4092 should go thru sh_dsp_register_sim_regno, else the dsp regs
4093 will not get the right values.
4094
4095 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4096
4097 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4098 deprecated_store_floating by call to store_typed_floating.
4099 (sh_sh4_register_convert_to_raw): Substitute call to
4100 deprecated_extract_floating by call to extract_typed_floating.
4101
4102 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4103
4104 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4105
4106 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4107
4108 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4109 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4110 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4111 as possible.
4112 (do_pseudo_register): Remove.
4113 (sh_push_dummy_code): New function.
4114 (sh64_store_struct_return): Rename from sh_store_struct_return.
4115 Only called for sh64 now.
4116 (sh_extract_struct_value_address): Regcache'ify.
4117 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4118 and accomodate new tasks.
4119 (sh64_push_return_address): Rename from sh_push_return_address.
4120 Only called for sh64 now.
4121 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4122 Regcache'ify.
4123 (sh3e_sh4_extract_return_value): Regcache'ify.
4124 (sh_default_store_return_value): Ditto.
4125 (sh3e_sh4_store_return_value): Ditto.
4126 (sh_default_register_byte): Remove.
4127 (sh_sh4_register_byte): Remove.
4128 (sh_default_register_raw_size): Remove.
4129 (sh_sh4_register_raw_size): Remove.
4130 (sh_register_virtual_size): Remove.
4131 (sh_sh3e_register_virtual_type): Remove.
4132 (sh_sh3e_register_type): New function.
4133 (sh_sh4_register_virtual_type): Remove.
4134 (sh_sh4_register_type): New function.
4135 (sh_default_register_virtual_type): Remove.
4136 (sh_default_register_type): New function.
4137 (do_fv_register_info): Add parameters to accomodate call from
4138 sh_print_registers_info.
4139 (do_dr_register_info): Ditto.
4140 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4141 Add parameters to accomodate call from sh_print_registers_info.
4142 (sh_do_fp_register): Ditto.
4143 (sh64_do_pseudo_register): Call do_dr_register_info,
4144 do_fv_register_info and sh_do_fp_register with default parameters.
4145 (sh_do_register): Add parameters to accomodate call from
4146 sh_print_registers_info.
4147 (sh_print_register): Ditto.
4148 (sh_print_registers_info): Rename from sh_do_registers_info.
4149 Add parameters to be used as gdbarch_print_registers_info
4150 implementation. Accomodate removed do_pseudo_register function
4151 pointer.
4152 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4153 function pointer. Call sh_print_register with default parameters.
4154 (sh64_do_registers_info): Call sh_print_registers_info instead of
4155 sh_do_registers_info.
4156 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4157 detection of deprecated vs. non-deprecated functionality.
4158 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4159 function pointer assignments by direct function calls.
4160
4161 2003-07-15 Andrew Cagney <cagney@redhat.com>
4162
4163 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4164 (frame_register_unwind, create_new_frame): Ditto.
4165 (legacy_get_prev_frame, get_frame_type): Ditto.
4166 (get_frame_base_address): Use frame_base_find_by_frame.
4167 (get_frame_locals_address): Use frame_base_find_by_frame.
4168 (get_frame_args_address): Use frame_base_find_by_frame.
4169 * frame-base.h (frame_base_sniffer_ftype): Declare.
4170 (frame_base_append_sniffer): Declare.
4171 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4172 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4173 (frame_base_append_sniffer): New function.
4174 (frame_base_append_predicate): Add a NULL sniffer.
4175 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4176 (struct frame_base_table): Add "sniffer".
4177 (frame_base_free): Free the "sniffer" table.
4178 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4179 (frame_unwind_append_sniffer): Declare.
4180 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4181 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4182 (struct frame_unwind_table): Add "sniffer", delete "middle".
4183 (append_predicate): Add "sniffer" parameter, append the sniffer.
4184 (frame_unwind_init): Update append_predicate call.
4185 (frame_unwind_append_sniffer): New function.
4186 (frame_unwind_append_predicate): Update append_predicate call.
4187 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4188
4189 2003-07-15 Andrew Cagney <cagney@redhat.com>
4190
4191 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4192 before code inhibiting repeated unwind attempts. Add to
4193 commentary on that test's problems.
4194 * blockframe.c (inside_main_func): Look for "main" in the minimal
4195 symbol table.
4196 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4197 identical.
4198
4199 2003-07-15 Andrew Cagney <cagney@redhat.com>
4200
4201 * complaints.c (struct explanation): Define.
4202 (struct complaints): Change type of "explanation" to "struct
4203 explanation".
4204 (symfile_explanations): Convert to a "struct explanation" table.
4205 (vcomplaint): Update.
4206
4207 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4208
4209 * x86-64-linux-nat.c (regmap): Removed.
4210 (supply_gregset, fill_gregset): Call
4211 x86_64_linux_(fill,supply)_gregset functions.
4212 * x86-64-linux-tdep.c (USER_*): New defines.
4213 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4214 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4215 New functions.
4216 (fetch_core_registers): Ditto.
4217 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4218 * x86-64-linux-tdep.h: New file.
4219 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4220 and core-regset.o.
4221 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4222
4223 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4224
4225 * x86-64-tdep.c (x86_64_store_return_value): Use
4226 regcache_cooked_write_part instead of regcache_cooked_write.
4227
4228 * configure.host: Add x86_64-*-freebsd*.
4229 * configure.tgt: Add x86_64-*-freebsd*.
4230 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4231 * amd64fbsd-nat.c: New file.
4232 * amd64fbsd-tdep.c: New file.
4233 * config/i386/nm-fbsd64.h: New file.
4234 * config/i386/fbsd64.mh: New file.
4235 * config/i386/fbsd64.mt: New file.
4236
4237 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4238
4239 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4240 `sc_regs_offset' and `sc_fpregs_offset'.
4241 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4242 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4243 (alpha_sigtramp_register_address): Rewrite to use new members of
4244 `struct gdbarch_tdep'.
4245 (alpha_gdbarch_init): Initialize new members of struct
4246 gdbarch_tdep'.
4247 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4248 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4249 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4250 (alphafbsd_pc_in_sigtramp): Implement.
4251 (alphafbsd_sigtramp_offset): New function.
4252 (alphafbsd_sigcontext_addr): New function.
4253 (alphafbsd_init_abi): Initialize signal trampoline related members
4254 of `struct gdbarch_tdep'.
4255 (_initialize_alphafbsd_tdep): Add prototype.
4256
4257 2003-07-11 Theodore A. Roth <troth@openavr.org>
4258
4259 * Makefile.in (install-only): Quote sed expression when generating
4260 transformed_name.
4261
4262 2003-07-11 Richard Henderson <rth@redhat.com>
4263
4264 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4265 * dwarf2-frame.c: Include complaints.h.
4266 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4267 variable initialization; return NULL on error.
4268 (decode_frame_entry): New.
4269
4270 2003-07-11 Andrew Cagney <cagney@redhat.com>
4271
4272 * frame.h (frame_address_in_block): Delete declaration.
4273 * blockframe.c (frame_address_in_block): Delete function.
4274 (get_frame_block): Use get_frame_address_in_block.
4275 (block_innermost_frame): Ditto.
4276 * stack.c (print_frame, backtrace_command_1): Ditto.
4277
4278 * frame.h (get_frame_address_in_block): Declare.
4279 (frame_unwind_address_in_block): Declare.
4280 * frame.c (frame_unwind_address_in_block): New function.
4281 (get_frame_address_in_block): New function.
4282
4283 2003-07-10 Andrew Cagney <cagney@redhat.com>
4284
4285 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4286 pre-default. Note: re-generate has no effect.
4287
4288 2003-07-10 Andrew Cagney <cagney@redhat.com>
4289
4290 * gdbarch.sh: When a variable, but not a function, compare against
4291 0. Fix problem in previous patch.
4292 * gdbarch.c: Re-generate.
4293
4294 2003-07-10 Andrew Cagney <cagney@redhat.com>
4295
4296 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4297 functions against NULL, not 0.
4298 * gdbarch.c: Re-generate.
4299
4300 2003-07-10 Fred Fish <fnf@ninemoons.com>
4301
4302 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4303 null string instead of a null pointer.
4304 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4305
4306 2003-07-09 Michael Snyder <msnyder@redhat.com>
4307
4308 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4309
4310 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4311
4312 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4313 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4314 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4315 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4316 * x86-64-tdep.c: ... from here.
4317
4318 2003-07-09 Andreas Schwab <schwab@suse.de>
4319
4320 * m68k-tdep.h (enum struct_return): Define.
4321 (struct gdbarch_tdep): Add struct_return.
4322 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4323 bytes are padded to the right, not to the left. Pass struct value
4324 address in register %a1, not on stack.
4325 (m68k_use_struct_convention): New function.
4326 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4327 struct_return in tdep to pcc_struct_return.
4328 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4329 reg_struct_return.
4330
4331 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4332
4333 * somread.c (som_symfile_offsets): Fix compilation error.
4334
4335 2003-07-09 Andrew Cagney <cagney@redhat.com>
4336
4337 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4338 Add comments about the checks.
4339
4340 2003-07-08 Andrew Cagney <cagney@redhat.com>
4341
4342 * Makefile.in: Make dependency section headers consistent.
4343 (config_h): Move to $BUILD headers section.
4344 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4345 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4346 (ada-exp.tab.c): Move to YACC/LEX section.
4347 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4348 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4349
4350 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4351
4352 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4353 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4354 of strerror with safe_strerror, use ISO C function definitions,
4355 and replace instances of sprintf with snprintf.
4356
4357 2003-07-07 Andrew Cagney <cagney@redhat.com>
4358
4359 * frame.c (get_prev_frame): Enable check for identical frames.
4360 Update comments. Update error messages.
4361
4362 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4363
4364 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4365
4366 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4367
4368 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4369 sort_symtab_syms, no longer necessary.
4370
4371 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4372
4373 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4374
4375 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4376
4377 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4378 (mips_register_byte): Likewise.
4379
4380 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4381
4382 * Makefile.in (sparc_tdep_h): New.
4383 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4384 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4385 * sparc-linux-nat.c: Include "sparc-tdep.h".
4386 * sparc-nat.c: Likewise.
4387 * sparc-tdep.c: Likewise.
4388 * sparc64nbsd-nat.c: Likewise.
4389 * sparcnbsd-nat.c: Likewise.
4390 * sparcnbsd-tdep.c: Likewise.
4391 * sparc-tdep.h: New file.
4392 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4393 and sparc_npc_regnum.
4394
4395 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4396
4397 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4398 (mips_linux_cannot_store_register): List supported instead of
4399 unsupported registers.
4400
4401 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4402
4403 * disasm.c (dump_insns): Separate instructions from addresses.
4404
4405 2003-07-07 Andreas Schwab <schwab@suse.de>
4406
4407 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4408 dependencies.
4409 * m68k-tdep.c (NUM_FREGS): Delete.
4410 (SIG_PC_FP_OFFSET): Delete.
4411 (TARGET_M68K): Delete.
4412 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4413 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4414 P_MOVEL_SP, P_MOVEML_SP): Define.
4415 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4416 P_TRAP): Delete.
4417 (m68k_register_raw_size): Delete.
4418 (m68k_register_virtual_size): Delete.
4419 (m68k_register_type): Renamed from m68k_register_virtual_type and
4420 add gdbarch argument.
4421 (m68k_store_struct_return): Delete.
4422 (m68k_deprecated_extract_return_value): Delete.
4423 (m68k_deprecated_extract_struct_value_address): Delete.
4424 (m68k_frame_chain): Delete.
4425 (m68k_frame_saved_pc): Delete.
4426 (m68k_fix_call_dummy): Delete.
4427 (m68k_push_dummy_frame): Delete.
4428 (m68k_pop_frame): Delete.
4429 (m68k_extract_return_value): New function.
4430 (m68k_store_return_value): Rewrite using regcache.
4431 (m68k_extract_struct_value_address): Rewrite using regcache.
4432 (m68k_push_dummy_call): New function.
4433 (struct m68k_frame_cache): Define.
4434 (m68k_alloc_frame_cache): New function.
4435 (m68k_analyze_frame_setup): New function.
4436 (m68k_analyze_register_saves): New function.
4437 (m68k_analyze_prologue): New function.
4438 (m68k_skip_prologue): Rewrite using above functions.
4439 (m68k_unwind_pc): New function.
4440 (m68k_frame_cache): New function.
4441 (m68k_frame_this_id): New function.
4442 (m68k_frame_prev_register): New function.
4443 (m68k_frame_unwind): New variable.
4444 (m68k_frame_p): New function.
4445 (m68k_sigtramp_frame_cache): New function.
4446 (m68k_sigtramp_frame_this_id): New function.
4447 (m68k_sigtramp_frame_prev_register): New function.
4448 (m68k_sigtramp_frame_unwind): New variable.
4449 (m68k_sigtramp_frame_p): New function.
4450 (m68k_frame_base_address): New function.
4451 (m68k_frame_base): New function.
4452 (m68k_unwind_dummy_id): New function.
4453 (fill_gregset): Use regcache_collect.
4454 (fill_fpregset): Likewise.
4455 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4456 defined.
4457 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4458 deprecated_init_frame_pc, deprecated_store_struct_return,
4459 deprecated_extract_return_value, deprecated_store_return_value,
4460 deprecated_frame_chain, deprecated_frame_saved_pc,
4461 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4462 deprecated_register_virtual_size,
4463 deprecated_max_register_raw_size,
4464 deprecated_max_register_virtual_size,
4465 deprecated_register_virtual_type, deprecated_register_size,
4466 deprecated_register_byte, deprecated_register_bytes,
4467 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4468 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4469 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4470 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4471 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4472 deprecated_push_dummy_frame, deprecated_pop_frame,
4473 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4474 only if SYSCALL_TRAP is defined. Set extract_return_value,
4475 store_return_value, extract_struct_value_address, register_type,
4476 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4477 predicates.
4478 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4479 M68K_MAX_REGISTER_SIZE): Define.
4480 (struct m68k_sigtramp_info): Define.
4481 (struct gdbarch_tdep): Add get_sigtramp_info.
4482 * m68klinux-nat.c (fetch_register): Use register_size instead of
4483 REGISTER_RAW_SIZE. Don't put assignment in if.
4484 (store_register): Likewise.
4485 (fetch_inferior_registers): Likewise.
4486 (store_inferior_registers): Likewise.
4487 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4488 (m68k_linux_frame_saved_pc): Delete.
4489 (m68k_linux_sigcontext_reg_offset,
4490 m68k_linux_ucontext_reg_offset): Define.
4491 (m68k_linux_get_sigtramp_info): New function.
4492 (m68k_linux_extract_return_value): Rewrite using regcache.
4493 (m68k_linux_store_return_value): Likewise.
4494 (m68k_linux_extract_struct_value_address): Likewise.
4495 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4496 Don't set deprecated_frame_saved_pc,
4497 deprecated_extract_return_value, deprecated_store_return_value,
4498 deprecated_extract_struct_value_address. Set
4499 extract_return_value, store_return_value,
4500 extract_struct_value_address.
4501
4502 2003-07-07 Andrew Cagney <cagney@redhat.com>
4503
4504 * expprint.c: Include "user-regs.h" instead of "frame.h".
4505 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4506 frame_map_regnum_to_name.
4507 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4508 (frame_map_name_to_regnum): Simplify, call
4509 user_reg_map_name_to_regnum.
4510 (frame_map_regnum_to_name): Simplify, call
4511 user_reg_map_regnum_to_name.
4512 (frame_register_unwind): Update.
4513 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4514 (_initialize_frame_reg): Call user_reg_add_builtin.
4515 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4516 (value_of_register): Use value_of_user_reg.
4517 * eval.c (evaluate_subexp_standard): Update.
4518 * parse.c (write_dollar_variable): Update.
4519 * d10v-tdep.c (d10v_print_registers_info): Update.
4520 * infcmd.c (registers_info): Update.
4521 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4522 (builtin_regs_h): Delete macro.
4523 (user_regs_h): Define.
4524 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4525 (builtin-regs.o): Delete target.
4526 (user-regs.o): Specify dependencies.
4527 (expprint.o): Update dependencies.
4528 (findvar.o): Update dependencies.
4529 (frame.o): Update dependencies.
4530 (std-regs.o): Update dependencies.
4531
4532 2003-07-06 Christopher Faylor <cgf@redhat.com>
4533
4534 * win32-nat.c (solib_symbols_add): Use one variable for all section
4535 address stuff. Pass variable rather than address of variable to
4536 safe_symbol_file_add.
4537
4538 2003-07-06 Andreas Schwab <schwab@suse.de>
4539
4540 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4541
4542 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4543
4544 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4545
4546 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4547
4548 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4549
4550 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4551
4552 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4553 * config/i386/nto.mh: New file.
4554 * config/i386/nm-nto.h: New file.
4555 * configure.host: Add i[3456]86-*-nto*.
4556
4557 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4558
4559 * remote-vx.c (vx_add_symbols): Fix compilation error.
4560
4561 2003-07-03 Andrew Cagney <cagney@redhat.com>
4562
4563 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4564 * gdbarch.h, gdbarch.c: Re-generate.
4565 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4566 (legacy_register_name): Declare.
4567 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4568 (REGISTER_NAME): Define.
4569 * sparc-tdep.c (legacy_register_name): New function.
4570 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4571 (REGISTER_NAME): Define.
4572 (hppa64_register_name): Declare.
4573 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4574 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4575 (hppa64_register_name): New function.
4576 (hppa_register_name): New function.
4577 * arch-utils.c (legacy_register_name): Delete.
4578 * arch-utils.h (legacy_register_name): Delete.
4579
4580 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4581
4582 * cli/cli-interp.c (cli_interpreter_resume): Update the
4583 cli_uiout's stream to gdb_stdout.
4584
4585 2003-07-03 Andrew Cagney <cagney@redhat.com>
4586
4587 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4588 predicate.
4589 * gdbarch.h, gdbarch.c: Re-generate.
4590 * regcache.c (init_regcache_descr): Use legacy code when either
4591 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4592
4593 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4594
4595 * NEWS: Move "set logging" entry into GDB 6.0 section.
4596
4597 2003-07-02 Jim Blandy <jimb@redhat.com>
4598
4599 * s390-tdep.c (struct frame_extra_info): new member:
4600 'stack_bought_valid'.
4601 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4602 initialize fextra_info->stack_bought.
4603 (s390_frameless_function_invocation): Don't trust the value of
4604 fextra_info_ptr->stack_bought unless
4605 fextra_info->stack_bought_valid is set.
4606
4607 New S390 prologue analyzer.
4608 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4609 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4610 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4611 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4612 compute_x_addr, s390_on_stack, s390_store,
4613 s390_get_signal_frame_info): New functions.
4614 (S390_NUM_SPILL_SLOTS): New macro.
4615 (s390_get_frame_info): Rewritten.
4616 (is_arg_reg): Deleted.
4617
4618 Break out the decoding of S/390 instructions into separate
4619 functions, to make it more legible, and easier to check
4620 against the spec.
4621 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4622 is_rx, is_rxe): New functions.
4623 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4624 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4625 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4626 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4627 enums for opcode values. (Is this an improvement?)
4628
4629 2003-07-02 Andrew Cagney <cagney@redhat.com>
4630
4631 * i386-tdep.c: Revert change committed as part of trad-frame code
4632 below.
4633
4634 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4635
4636 * breakpoint.c (insert_catchpoint): Make static.
4637
4638 2003-07-02 Andreas Schwab <schwab@suse.de>
4639
4640 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4641 former ia64_push_arguments and ia64_push_return_address, and use
4642 regcache functions instead of read/write_register.
4643 (ia64_gdbarch_init): Set push_dummy_call instead of
4644 deprecated_push_arguments and deprecated_push_return_address.
4645
4646 2003-07-01 Andreas Jaeger <aj@suse.de>
4647
4648 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4649 before the call.
4650 Set %rax only to number of SSE registers used.
4651
4652 2003-07-01 Andrew Cagney <cagney@redhat.com>
4653
4654 * trad-frame.h: Update comments, a -1 .addr is reserved.
4655 (trad_frame_value_p, trad_frame_addr_p): Declare.
4656 (trad_frame_reg_p): Declare.
4657 (trad_frame_set_value): Rename trad_frame_register_value.
4658 (trad_frame_set_unknown): Declare.
4659 * trad-frame.c (trad_frame_realreg_p): New function.
4660 (trad_frame_addr_p, trad_frame_value_p): New function.
4661 (trad_frame_set_unknown): New function.
4662 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4663 (trad_frame_prev_register): Use trad_frame_realreg_p,
4664 trad_frame_addr_p and trad_frame_value_p.
4665 (trad_frame_set_value): Rename trad_frame_register_value.
4666 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4667 and trad_frame_set_value.
4668
4669 2003-06-30 Jim Blandy <jimb@redhat.com>
4670
4671 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4672 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4673 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4674 for 16 registers, and then 32 more bytes.
4675 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4676 New macros.
4677 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4678 Move up in the file, since it's now used by is_simple_arg.
4679 (is_simple_arg): Don't assume registers are four bytes long.
4680 Exclude all double arguments. Extended floats are not simple
4681 args.
4682 (is_power_of_two): New function.
4683 (pass_by_copy_ref): Call is_power_of_two, and check that the
4684 length fits in a register, rather than listing all the acceptable
4685 sizes. Extended floats are not passed by reference.
4686 (s390_push_arguments): Don't assume registers are four bytes long.
4687 Reserve an argument register to point to the buffer for structures
4688 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4689 S390_STACK_FRAME_OVERHEAD.
4690
4691 2003-06-30 Andreas Schwab <schwab@suse.de>
4692
4693 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4694 format error message.
4695
4696 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4697
4698 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4699
4700 2003-06-30 David Carlton <carlton@kealia.com>
4701
4702 Band-aid for PR c++/1245.
4703 * Makefile.in (cp-support.o): Depend on complaints_h.
4704 * cp-support.c: Include complaints.h. Add declaration for
4705 find_last_component.
4706 (cp_find_first_component): Separate code into
4707 cp_find_first_component_aux.
4708 (cp_find_first_component_aux): Call demangled_name_complaint.
4709 (demangled_name_complaint): New.
4710
4711 2003-06-30 Andrew Cagney <cagney@redhat.com>
4712
4713 * remote.c (remote_write_bytes): Explicitly compute and then use
4714 the payload size. Update comments to reflect. Fixes problem of
4715 GDB not sending small packets as found by Fred Fish.
4716
4717 2003-06-30 Andrew Cagney <cagney@redhat.com>
4718
4719 * remote.c (remote_async_wait): Fix -Wformat problem.
4720
4721 2003-06-29 Andrew Cagney <cagney@redhat.com>
4722
4723 * remote.c (remote_wait): Call error, and not warning, when the
4724 packet is corrupt.
4725 (remote_async_wait): Ditto.
4726
4727 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4728
4729 * sparc-tdep.c (sparc_y_regnum): Make external again.
4730
4731 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4732
4733 * cli/cli-logging.c (pop_output_files): Add void to function
4734 definition.
4735
4736 2003-06-29 Andrew Cagney <cagney@redhat.com>
4737
4738 * frame.c (frame_register_unwind): Use unsigned char when dumping
4739 the buffer contents.
4740
4741 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4742
4743 * cli/cli-logging.c: New file.
4744 * cli-out.c (struct ui_out_data): Add original_stream.
4745 (cli_redirect): New function.
4746 (cli_ui_out_impl): Add cli_redirect.
4747 (cli_out_new): Initialize original_stream.
4748 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4749 (uo_redirect, ui_out_redirect): New.
4750 * ui-out.h (struct ui_out_impl): Add redirect member.
4751 (redirect_ftype): New.
4752 (ui_out_redirect): Add prototype.
4753 * Makefile.in: Add rules for cli-logging.c.
4754 * NEWS: Mention "set logging".
4755
4756 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4757
4758 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4759
4760 2003-06-27 Andrew Cagney <cagney@redhat.com>
4761
4762 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4763 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4764 * avr-tdep.c (avr_call_dummy_address): Delete function.
4765 (avr_gdbarch_init): Do not set call_dummy_address.
4766
4767 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4768
4769 * symfile.c (syms_from_objfile): Move variables to inner block.
4770 Move the checks for the non-mainline case a bit earlier to avoid
4771 doing some useless computations.
4772
4773 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4774
4775 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4776
4777 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4778
4779 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4780 sections.
4781
4782 2003-06-26 Michael Chastain <mec@shout.net>
4783
4784 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4785 gdb/testsuite/gdb.c++/pr-1210.exp.
4786
4787 2003-06-26 Andrew Cagney <cagney@redhat.com>
4788
4789 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4790 altivec_expression.h and altivec_registers.h.
4791
4792 2003-06-26 Andrew Cagney <cagney@redhat.com>
4793
4794 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4795 info->mach when MIPS16. Patch suggested by Fred Fish.
4796
4797 2003-06-26 Andrew Cagney <cagney@redhat.com>
4798
4799 * utils.c (internal_vproblem): Print the problem to a reason
4800 buffer and then pass to query. Make the msg variable more local.
4801
4802 2003-06-26 Andrew Cagney <cagney@redhat.com>
4803
4804 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4805 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4806 * gdbarch.h, gdbarch.c: Re-generate.
4807 * frame-base.c (default_frame_args_address): Update. Use
4808 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4809 not available.
4810 (default_frame_locals_address): Ditto for
4811 DEPRECATED_FRAME_LOCALS_ADDRESS.
4812 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4813 (vax_frame_num_args): Update.
4814 (vax_gdbarch_init): Update.
4815 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4816 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4817 * mcore-tdep.c (mcore_gdbarch_init): Update.
4818 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4819 * ia64-tdep.c (ia64_gdbarch_init): Update.
4820 * symtab.h (address_class): Update comments.
4821 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4822 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4823 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4824 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4825 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4826 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4827 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4828 * alpha-mdebug-tdep.c: Update.
4829 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4830
4831 2003-06-26 Andreas Jaeger <aj@suse.de>
4832
4833 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4834 of SSE registers so that varargs functions work. Rework handling
4835 of passing arguments on the stack.
4836 (x86_64_store_return_value): Return double and float values in SSE
4837 register.
4838
4839 2003-06-24 Michael Chastain <mec@shout.net>
4840
4841 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4842 the "constructor breakpoints ignored" bug.
4843
4844 2003-06-25 David Carlton <carlton@kealia.com>
4845
4846 * MAINTAINERS: Update e-mail address.
4847
4848 2003-06-24 Jim Blandy <jimb@redhat.com>
4849
4850 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4851
4852 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4853 function.
4854 (ppc_linux_init_abi): Register it as the
4855 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4856
4857 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4858 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4859 method.
4860
4861 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4862 (ppc64_standard_linkage_target): Use it.
4863
4864 2003-06-23 Andrew Cagney <cagney@redhat.com>
4865
4866 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4867 for 0 "int0" and 4 "int32" sized registers.
4868 * gdbtypes.c (builtin_type_int0): Define.
4869 (build_gdbtypes): Initialize builtin_type_int0.
4870 * gdbtypes.h (builtin_type_int0): Declare.
4871
4872 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4873
4874 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4875 as characters are unsigned.
4876
4877 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4878
4879 PR gdb/1179
4880 * dwarfread.c (struct_type): Skip static fields without crashing.
4881
4882 2003-06-22 Andrew Cagney <cagney@redhat.com>
4883
4884 GDB 6.0 branch created.
4885 * README: Update.
4886 * PROBLEMS: Update. Empty.
4887 * NEWS: Update.
4888
4889 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4890
4891 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4892 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4893
4894 2003-06-22 Andrew Cagney <cagney@redhat.com>
4895
4896 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4897 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4898 Velikov.
4899
4900 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4901
4902 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4903 compilers.
4904
4905 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4906
4907 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4908 argument of val_print.
4909 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4910 to the address argument of baseclass_offset or target_read_memory.
4911 Do add it to the argument of cp_print_value_fields.
4912
4913 2003-06-21 Andrew Cagney <cagney@redhat.com>
4914
4915 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4916 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4917 instead of 0..NUM_REGS.
4918 (mips_register_reggroup_p): New function.
4919 (mips_pseudo_register_write): New function.
4920 (mips_pseudo_register_read): New function.
4921 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4922 based on the register's type.
4923 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4924 cooked.
4925 (mips_get_saved_register): Simplify. Assert that REGNO is a
4926 pseudo / cooked.
4927 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4928 (mips_register_type): Replace mips_register_virtual_type. Map
4929 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4930 when available.
4931 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4932 that the register is cooked / virtual.
4933 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4934 Only get the extra info when needed.
4935 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4936 (mips32_heuristic_proc_desc): Fetch the cooked register.
4937 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4938 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4939 (mips_print_register): Use gdbarch_register_type, instead of
4940 REGISTER_VIRTUAL_TYPE.
4941 (print_gp_register_row): Use gdbarch_register_type, instead of
4942 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4943 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4944 Print the pseudo / cooked registers.
4945 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4946 Print the pseudo / cooked registers.
4947 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4948 REG_NUM is pseudo / cooked.
4949 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4950 (mips_n32n64_xfer_return_value): Ditto.
4951 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4952 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4953 (mips_register_sim_regno): New function.
4954 (mips_gdbarch_init): Set deprecated_register_byte,
4955 register_group_p, pseudo_register_write, pseudo_register_read,
4956 register_sim_regno, and num_pseudo_regs. Set register_type,
4957 instead of register_virtual_type.
4958 * Makefile.in (mips-tdep.o): Update dependencies.
4959 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4960 REGISTER_VIRTUAL_TYPE.
4961 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4962 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4963 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4964 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4965 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4966
4967 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4968
4969 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4970 * cli/cli-cmds.c: Include "gdb_vfork.h".
4971 (shell_escape): Use vfork.
4972
4973 2003-06-21 Andrew Cagney <cagney@redhat.com>
4974
4975 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4976 32 bit floating-point register saves.
4977
4978 * frame.h (deprecated_unwind_get_saved_register): Delete.
4979 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4980 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4981 and deprecated_get_next_frame_hack instead of
4982 deprecated_unwind_get_saved_register.
4983
4984 * mips-tdep.c (mips_dump_tdep): Do not print
4985 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4986
4987 * frame.c (get_frame_register): New function.
4988 (frame_unwind_register_signed): New function.
4989 (get_frame_register_signed): New function.
4990 (frame_unwind_register_unsigned): New function.
4991 (get_frame_register_unsigned): New function.
4992 * frame.h: Add comments on naming schema.
4993 (get_frame_register, frame_unwind_register_signed): Declare.
4994 (get_frame_register_signed, get_frame_register_signed): Declare.
4995 (frame_unwind_register_unsigned): Declare.
4996 (get_frame_register_unsigned): Declare.
4997
4998 2003-06-20 Theodore A. Roth <troth@openavr.org>
4999
5000 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5001
5002 2003-06-20 Theodore A. Roth <troth@openavr.org>
5003
5004 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5005 (avr_read_sp): Ditto.
5006
5007 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5008
5009 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5010 * config/arm/nm-linux.h: Likewise.
5011 * config/arm/tm-linux.h: Likewise.
5012 * config/ia64/nm-linux.h: Likewise.
5013 * config/ia64/tm-ia64.h: Likewise.
5014 * config/s390/tm-linux.h: Likewise.
5015 * config/s390/tm-s390.h: Likewise.
5016 * s390-nat.c: Likewise.
5017 * s390-tdep.c: Likewise.
5018
5019 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5020 * config/ia64/linux.mt: Likewise.
5021 * config/m68k/linux.mh: Likewise.
5022 * config/mips/linux.mt: Likewise.
5023 * config/powerpc/linux.mh: Likewise.
5024 * config/sh/linux.mt: Likewise.
5025
5026 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5027
5028 * solib.c (solib_open): Change tests for whether to search
5029 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5030 comments.
5031
5032 2003-06-19 Theodore A. Roth <troth@openavr.org>
5033
5034 * avr-tdep.c (avr_frame_address): Delete function.
5035 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5036 set_gdbarch_frame_args_address.
5037
5038 2003-06-19 Andrew Cagney <cagney@redhat.com>
5039
5040 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5041 (REGISTER_CONVERT_FROM_TYPE): Delete.
5042 (mips_register_convert_to_type): Delete declaration.
5043 (mips_register_convert_from_type): Delete declaration.
5044 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5045 kernel/.
5046
5047 2003-06-19 Michael Snyder <msnyder@redhat.com>
5048
5049 * linux-nat.h: New file.
5050 * linux-nat.c: Include linux-nat.h.
5051 * lin-lwp.c: Include linux-nat.h.
5052 Move struct lwp_info def to linux-nat.h.
5053 * linux-proc.c: Include linux-nat.h.
5054 (linux_make_note_section): Iterate over lwps instead of threads.
5055 (linux_do_thread_registers): Use lwp instead of merged pid.
5056 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5057 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5058 Add dependency on linux_nat_h.
5059
5060 2003-06-19 Theodore A. Roth <troth@openavr.org>
5061
5062 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5063
5064 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5065
5066 * varobj.c (get_type, get_target_type): Use check_typedef.
5067
5068 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5069
5070 * breakpoint.c (insert_catchpoint): Call internal_error.
5071
5072 2003-06-19 Theodore A. Roth <troth@openavr.org>
5073
5074 * avr-tdep.c (avr_push_dummy_code): Delete function.
5075 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5076
5077 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5078
5079 * arch-utils.c (default_prepare_to_proceed): Remove.
5080 (generic_prepare_to_proceed): Remove.
5081 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5082 (generic_prepare_to_proceed): Remove prototype.
5083 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5084 * gdbarch.c: Regenerate.
5085 * gdbarch.h: Regenerate.
5086 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5087 * hppah-nat.c (hppa_switched_threads): Remove.
5088 * infrun.c (prepare_to_proceed): New static function, copied from
5089 generic_prepare_to_proceed. Remove select_it argument.
5090 (proceed): Call prepare_to_proceed.
5091 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5092 variables.
5093 (ptrace_wait): Don't set the removed variables.
5094 (hppa_switched_threads): Remove.
5095 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5096 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5097 (lin_lwp_prepare_to_proceed): Remove prototype.
5098 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5099 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5100
5101 2003-06-18 Theodore A. Roth <troth@openavr.org>
5102
5103 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5104 trad-frame.h.
5105 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5106 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5107 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5108 (AVR_PROLOGUE_*): Enumerate prologue types.
5109 (struct frame_extra_info): Remove.
5110 (struct avr_unwind_cache): Define.
5111 (avr_write_sp): Delete function.
5112 (avr_read_fp): Ditto.
5113 (avr_init_extra_frame_info): Ditto.
5114 (avr_pop_frame): Ditto.
5115 (avr_frame_saved_pc): Ditto.
5116 (avr_saved_pc_after_call): Ditto.
5117 (avr_push_return_address): Ditto.
5118 (avr_frame_chain): Ditto.
5119 (avr_store_struct_return): Ditto.
5120 (avr_push_arguments): Ditto.
5121 (avr_scan_prologue): Update comments. Changed to set up the info for
5122 cache unwinding. Now returns end of prologue PC.
5123 (avr_skip_prologue): Better handling of functions lacking a prologue
5124 by using avr_scan_prologue.
5125 (avr_scan_arg_moves): New function.
5126 (avr_saved_regs_unwinder): Ditto.
5127 (avr_frame_unwind_cache): Ditto.
5128 (avr_unwind_pc): Ditto.
5129 (avr_frame_this_id): Ditto.
5130 (avr_frame_prev_register): Ditto.
5131 (avr_frame_p): Ditto.
5132 (avr_frame_base_address ): Ditto.
5133 (avr_unwind_dummy_id): Ditto.
5134 (avr_push_dummy_code): Ditto.
5135 (push_stack_item): Ditto.
5136 (pop_stack_item): Ditto.
5137 (avr_push_dummy_call): Ditto.
5138 (struct stack_item): Define.
5139 (avr_frame_unwind): Declare structure.
5140 (avr_frame_base): Ditto.
5141 (avr_gdbarch_init): Remove calls to
5142 set_gdbarch_deprecated_init_frame_pc,
5143 set_gdbarch_deprecated_target_read_fp,
5144 set_gdbarch_deprecated_dummy_write_sp,
5145 set_gdbarch_deprecated_fp_regnum,
5146 set_gdbarch_deprecated_push_arguments,
5147 set_gdbarch_deprecated_push_return_address,
5148 set_gdbarch_deprecated_pop_frame,
5149 set_gdbarch_deprecated_store_struct_return,
5150 set_gdbarch_deprecated_frame_init_saved_regs,
5151 set_gdbarch_deprecated_init_extra_frame_info,
5152 set_gdbarch_deprecated_frame_chain,
5153 set_gdbarch_deprecated_frame_saved_pc,
5154 set_gdbarch_deprecated_saved_pc_after_call.
5155 Add calls to set_gdbarch_push_dummy_call,
5156 set_gdbarch_push_dummy_code,
5157 frame_unwind_append_predicate,
5158 frame_base_set_default,
5159 set_gdbarch_unwind_dummy_id,
5160 set_gdbarch_unwind_pc.
5161 Wrap a long line.
5162
5163 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5164
5165 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5166 registers for H8/300S.
5167 (h8300_print_registers_info): Ditto.
5168 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5169
5170 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5171
5172 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5173 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5174 (lin_lwp_wait): Likewise. Update comments.
5175 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5176 (pull_pid_from_list, linux_record_stopped_pid): New.
5177
5178 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5179
5180 * ada-lang.c (scan_discrim_bound): Name first argument.
5181 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5182 declared by ALL_BLOCK_SYMBOLS.
5183
5184 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5185
5186 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5187 ("regcache.h"): Include it.
5188 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5189
5190 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5191
5192 * NEWS: Mention gdbserver detach change and "disconnect" command.
5193 * infcmd.c (disconnect_command): New function.
5194 (_initialize_infcmd): Add ``disconnect'' command.
5195 * remote.c (remote_async_detach): Delete.
5196 (remote_detach): Merge remote_async_detach.
5197 (remote_disconnect): New.
5198 (init_remote_ops): Set to_disconnect.
5199 (init_remote_cisco_ops): Likewise.
5200 (init_remote_async_ops): Likewise. Use remote_detach.
5201 * target.c (cleanup_target): Default to_disconnect.
5202 (update_current_target): Inherit to_disconnect.
5203 (target_disconnect, debug_to_disconnect): New functions.
5204 (setup_target_debug): Set to_disconnect.
5205 * target.h (struct target_ops): Add to_disconnect.
5206 (target_disconnect): Add prototype.
5207
5208 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5209
5210 * breakpoint.c (insert_catchpoint): New function.
5211 (insert_breakpoints): Use catch_exceptions to call
5212 insert_catchpoint. Disable catchpoints if they fail to insert.
5213
5214 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5215
5216 * symfile.c (reread_symbols): Clear sym_private.
5217
5218 2003-06-17 Andrew Cagney <cagney@redhat.com>
5219
5220 * trad-frame.h (struct frame_info): Add opaque declaration.
5221 * remote-fileio.h (struct cmd_list_element): Add opaque
5222 declaration.
5223 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5224 comments.
5225
5226 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5227
5228 * remote.c (remote_prepare_to_store): Replace call to
5229 deprecated_read_register_bytes with multiple regcache_raw_read
5230 calls.
5231
5232 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5233
5234 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5235 (nto_find_and_open_solib): Likewise.
5236 (nto_init_solib_absolute_prefix): Likewise.
5237 (_initialize_nto_tdep): Fix indentation.
5238
5239 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5240
5241 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5242
5243 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5244
5245 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5246
5247 2003-06-17 Jim Blandy <jimb@redhat.com>
5248
5249 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5250
5251 2003-06-16 Theodore A. Roth <troth@openavr.org>
5252
5253 * avr-tdep.c (avr_extract_return_value): New function.
5254 (avr_gdbarch_init): Set extract_return_value method.
5255
5256 2003-06-16 Andrew Cagney <cagney@redhat.com>
5257
5258 * frame.h (deprecated_get_next_frame_hack): Declare.
5259 * frame.c (legacy_saved_regs_prev_register): Only require
5260 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5261 there are always saved regs.
5262 (deprecated_generic_get_saved_register): Do not require
5263 DEPRECATED_FRAME_INIT_SAVED_REGS.
5264 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5265 use frame ID unwind instead.
5266 (deprecated_get_next_frame_hack): New function.
5267
5268 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5269
5270 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5271 (h8300_push_dummy_call): ...this function. Some minor optimization.
5272 (h8300_push_return_address): Remove.
5273 (h8300_gdbarch_init): Remove calls to
5274 set_gdbarch_deprecated_dummy_write_sp,
5275 set_gdbarch_deprecated_push_arguments and
5276 set_gdbarch_deprecated_push_return_address.
5277 Add call to set_gdbarch_push_dummy_call.
5278
5279 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5280
5281 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5282 (E_PSEUDO_EXR_REGNUM): Ditto.
5283 (h8300_is_argument_spill): Check for instructions moving argument
5284 registers into safe registers.
5285 (h8300_skip_prologue): Check for stm instruction to push registers
5286 used for register variables onto stack.
5287 (gdb_print_insn_h8300): Remove.
5288 (h8300_examine_prologue): Add a comment.
5289 (h8300_register_name): Take pseudo registers into account.
5290 (h8300s_register_name): Ditto.
5291 (h8300sx_register_name): Ditto.
5292 (h8300_print_register): Ditto.
5293 (h8300_print_registers_info): Define "nice" printing order.
5294 (h8300_saved_pc_after_call): Take pseudo registers into account.
5295 (h8300_register_type): Ditto. Return type used for remote connection
5296 when requesting real CCR or EXR register, return actual type when
5297 requesting pseudo CCR or EXR.
5298 (h8300_pseudo_register_read): New function.
5299 (h8300_pseudo_register_write): Ditto.
5300 (h8300_dbg_reg_to_regnum): Ditto.
5301 (h8300s_dbg_reg_to_regnum): Ditto.
5302 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5303 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5304 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5305 set_gdbarch_print_insn architecture dependent.
5306 Call set_gdbarch_pseudo_register_read and
5307 set_gdbarch_pseudo_register_write.
5308 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5309
5310 2003-06-16 Andrew Cagney <cagney@redhat.com>
5311
5312 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5313 * gdbarch.h, gdbarch.c: Re-generate.
5314 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5315 * s390-tdep.c (s390_gdbarch_init): Update.
5316 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5317 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5318 * mips-tdep.c (mips_gdbarch_init): Update.
5319 * mcore-tdep.c (mcore_gdbarch_init): Update.
5320 * cris-tdep.c (cris_gdbarch_init): Update.
5321 * infcall.c (call_function_by_hand): Update.
5322 * ia64-tdep.c (ia64_push_arguments): Update comment.
5323 * frame.c (legacy_get_prev_frame): Do not assume
5324 SAVE_DUMMY_FRAME_TOS_P.
5325 * dummy-frame.c (find_dummy_frame): Update comment.
5326
5327 2003-06-16 Andrew Cagney <cagney@redhat.com>
5328
5329 * regcache.c (do_cooked_read): Do not use register_valid_p.
5330
5331 2003-06-15 Theodore A. Roth <troth@openavr.org>
5332
5333 * avr-tdep.c (avr_register_type): Remove a blank line.
5334 (avr_scan_prologue): Correct some comments.
5335
5336 2003-06-15 Theodore A. Roth <troth@openavr.org>
5337
5338 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5339 prologue types.
5340 Properly scan prologues generated by gcc with the -mcall-prologues
5341 option.
5342 Add code to scan -mcall-prologues for mega devices.
5343
5344 2003-06-15 Theodore A. Roth <troth@openavr.org>
5345
5346 * avr-tdep.c (avr_register_byte): Delete function.
5347 (avr_register_raw_size): Delete function.
5348 (avr_register_virtual_size): Delete function.
5349 (avr_register_virtual_type): Delete function.
5350 (avr_register_type): New function.
5351 (avr_address_to_pointer): Remove unused code.
5352 (avr_read_fp): Need to read FP as two separate bytes due to change to
5353 avr_register_type() usage.
5354 (avr_gdbarch_init): Don't set deprecated_register_size.
5355 Don't set deprecated_register_bytes.
5356 Don't set deprecated_register_byte.
5357 Don't set deprecated_register_raw_size.
5358 Don't set deprecated_max_register_raw_size.
5359 Don't set deprecated_register_virtual_size.
5360 Don't set deprecated_max_register_virtual_size.
5361 Don't set deprecated_register_virtual_type.
5362 Set register_type method.
5363
5364 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5365
5366 * Makefile.in (linux-nat.o): Add rule.
5367 * linux-nat.c: New file.
5368 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5369 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5370 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5371 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5372 * config/arm/linux.mh (NATDEPFILES): Likewise.
5373 * config/i386/linux.mh (NATDEPFILES): Likewise.
5374 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5375 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5376 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5377 * config/mips/linux.mh (NATDEPFILES): Likewise.
5378 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5379 * config/s390/s390.mh (NATDEPFILES): Likewise.
5380 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5381
5382 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5383
5384 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5385 replace out-of-date comment.
5386
5387 2003-06-15 Andrew Cagney <cagney@redhat.com>
5388
5389 * rdi-share/host.h (Fail): Change to a varargs function.
5390 * remote-rdi.c (Fail): Update.
5391
5392 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5393
5394 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5395 (i386_convert_register_p, i386_register_to_value,
5396 i386_register_from_value): Handle types longer than 8 bytes.
5397
5398 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5399
5400 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5401 Move floating-point code to new function in i387-tdep.c.
5402 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5403 New functions containing code moved here from i386-tdep.c.
5404 * i387-tdep.h: Add opaque declaration for `struct type'.
5405 (i387_register_to_value, i387_value_to_register): New prototypes.
5406 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5407 (x86_64_init_abi): Set convert_register_p, register_to_value and
5408 value_to_register here.
5409
5410 2003-06-14 Andrew Cagney <cagney@redhat.com>
5411
5412 * mips-tdep.c (mips_register_to_value): Make static.
5413 (mips_value_to_register): Make static.
5414 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5415 * ia64-tdep.c (ia64_register_raw_size): Make static.
5416 (ia64_register_virtual_size): Make static.
5417 (ia64_register_byte): Make static.
5418 * i387-tdep.c: Include "i387-tdep.h".
5419 (print_387_control_word): Delete function.
5420 (print_387_status_word): Delete function.
5421 (print_387_status_bits): Delete function.
5422 (print_387_control_bits): Delete function.
5423 * Makefile.in (i387-tdep.o): Update dependencies.
5424 * rdi-share/host.h (Fail): Declare.
5425 * remote-rdi.c (Fail): Update to match declaration.
5426
5427 2003-06-14 Andrew Cagney <cagney@redhat.com>
5428
5429 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5430 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5431 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5432 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5433 * README: Delete reference to remote-array.
5434 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5435 (remote-array.o): Delete target.
5436 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5437 * remote-array.c: Delete file.
5438
5439 2003-06-14 Andrew Cagney <cagney@redhat.com>
5440 Mark Kettenis <kettenis@gnu.org>
5441
5442 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5443 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5444 parameter with "frame".
5445 * gdbarch.h, gdbarch.c: Re-generate.
5446 * frame.h (put_frame_register): Declare.
5447 * frame.c (put_frame_register): New function.
5448 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5449 (legacy_register_to_value): Rewrite, use "frame" to get the
5450 register value.
5451 (legacy_value_to_register): Rewrite, use "frame" to find the
5452 register's location before storing.
5453 * arch-utils.h (legacy_convert_register_p): Update.
5454 (legacy_register_to_value, legacy_value_to_register): Update.
5455 * findvar.c (value_from_register): Rewrite, eliminate use of
5456 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5457 "frame" to REGISTER_TO_VALUE.
5458 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5459 lval_reg_frame_relative + lval_register branch of the switch. Do
5460 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5461 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5462 I386_EDI_REGNUM): New defines.
5463 (i386_next_regnum, i386_convert_register_p,
5464 i386_register_to_value, i386_value_to_register): New functions.
5465 (i386_register_convertible, i386_register_convert_to_virtual,
5466 i386_convert_to_raw): Remove functions.
5467 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5468 value_to_register instead of register_convertible,
5469 register_convert_to_virtual and register_convert_to_raw.
5470 * mips-tdep.c (mips_convert_register_p): New function.
5471 (mips_value_to_register): Replace mips_register_convert_from_type.
5472 (mips_register_to_value): Replace mips_register_convert_to_type.
5473 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5474 register_to_value.
5475 * alpha-tdep.c (alpha_convert_register_p): Update.
5476 (alpha_value_to_register): Update, store the register.
5477 (alpha_register_to_value): Update, fetch the register.
5478
5479 2003-06-14 Theodore A. Roth <troth@openavr.org>
5480
5481 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5482 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5483 Don't set deprecated_call_dummy_words.
5484 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5485 Don't set remote_translate_xfer_address.
5486 (avr_io_reg_read_command): Remove commented out debug printf.
5487 Wrap a long line.
5488
5489 2003-06-14 Theodore A. Roth <troth@openavr.org>
5490
5491 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5492 causes gdb to seg fault.
5493
5494 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5495
5496 * sparc-nat.c (fetch_inferior_registers): Correct
5497 a reference to "registers".
5498
5499 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5500
5501 * Makefile.in (exc_request_U_h): Define
5502 (exc_request_S_h): Likewise.
5503 (msg_reply_S_h): Likewise.
5504 (msg_U_h): Likewise.
5505 (notify_S_h): Likewise.
5506 (process_reply_S_h): Likewise.
5507 (gnu-nat.o): Depend on gdb_obstack_h
5508 * gnu-nat.c: Include "gdb_obstack.h".
5509
5510 2003-06-13 Andrew Cagney <cagney@redhat.com>
5511
5512 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5513 * gdbarch.h, gdbarch.c: Re-generate.
5514
5515 2003-06-13 Andrew Cagney <cagney@redhat.com>
5516
5517 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5518 when deprecated REGISTER macros can be deleted.
5519 * gdbarch.h, gdbarch.c: Re-generate.
5520
5521 2003-06-13 Jim Blandy <jimb@redhat.com>
5522
5523 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5524 Linux entry point symbols for _dl_debug_state, too.
5525
5526 2003-06-13 Andrew Cagney <cagney@redhat.com>
5527
5528 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5529 available, do not use the FP register, and always save the TOS.
5530 * dummy-frame.c (dummy_frame_this_id): Do not assert
5531 SAVE_DUMMY_FRAME_TOS.
5532 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5533 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5534 (i386_push_dummy_call): Add 8 to the returned SP.
5535 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5536 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5537 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5538 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5539 (x86_64_push_dummy_call): Return "sp + 16".
5540 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5541 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5542 save_dummy_frame_tos.
5543
5544 2003-06-13 Jim Blandy <jimb@redhat.com>
5545
5546 * frv-tdep.c (frv_use_struct_convention): Delete static
5547 declaration for function deleted in my change of 2003-06-12.
5548
5549 2003-06-13 Theodore A. Roth <troth@openavr.org>
5550
5551 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5552 (avr_pointer_to_address): Shift code addrs left 1 bit.
5553 (avr_convert_from_func_ptr_addr): Delete function since operation is
5554 better handled by avr_address_to_pointer and avr_pointer_to_address.
5555 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5556
5557 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5558
5559 From Kelley Cook <kelleycook@wideopenwest.com>:
5560 * configure.host: Accept i[34567]86 variants.
5561 * configure.tgt: Likewise.
5562 * nlm/configure.in: Likewise.
5563 * nlm/configure: Regenerated.
5564
5565 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5566
5567 * arm-tdep.c (solib-svr4.h): Dont' include it.
5568 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5569 * arm-linux-tdep.c: ... here. Make static.
5570 (arm_linux_init_abi): Register it.
5571 (solib-svr4.h): Include it.
5572 * Makefile.in: Update dependencies.
5573 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5574 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5575
5576 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5577
5578 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5579 indicate registers used for return values.
5580 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5581 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5582 members.
5583 (h8300_init_extra_frame_info): Ditto.
5584 (h8300_frame_locals_address): Removed.
5585 (h8300_frame_args_address): Removed.
5586 (h8300_extract_return_value): Use new regcache structure. Only care
5587 for 16 bit CPUs.
5588 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5589 (h8300_store_return_value): Use new regcache structure. Only care
5590 for 16 bit CPUs.
5591 (h8300h_store_return_value): Same function for 32 bit CPUs.
5592 (h8300_store_struct_return): Removed.
5593 (h8300_extract_struct_value_address): Use new regcache structure.
5594 (h8300h_extract_struct_value_address): Removed.
5595 (h8300_push_dummy_code): New function.
5596 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5597 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5598 set_gdbarch_store_return_value architecture dependent.
5599 Call set_gdbarch_push_dummy_code and
5600 set_gdbarch_extract_struct_value_address.
5601 Remove calls to set_gdbarch_frame_args_address,
5602 set_gdbarch_frame_locals_address,
5603 set_gdbarch_deprecated_store_struct_return,
5604 set_gdbarch_deprecated_extract_return_value,
5605 set_gdbarch_deprecated_extract_struct_value_address,
5606 set_gdbarch_deprecated_call_dummy_words and
5607 set_gdbarch_deprecated_sizeof_call_dummy_words.
5608
5609 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5610
5611 * h8300-tdep.c (h8300_register_byte): Remove.
5612 (h8300h_register_byte): Remove.
5613 (h8300_register_virtual_type): Remove. Substitute by...
5614 (h8300_register_type): New function.
5615 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5616 (h8300h_extract_struct_value_address): Ditto.
5617 (h8300_gdbarch_init): Drop calls to
5618 set_gdbarch_deprecated_register_byte and
5619 set_gdbarch_deprecated_register_virtual_type.
5620 Add call to set_gdbarch_register_type.
5621
5622 2003-06-13 Andrew Cagney <cagney@redhat.com>
5623
5624 * gdbarch.sh: Update comments on registers.
5625 (deprecated_register_byte): Rename register_byte.
5626 (deprecated_register_raw_size): Rename register_raw_size.
5627 (deprecated_register_virtual_size): Rename register_virtual_size.
5628 (deprecated_register_virtual_type): Rename register_virtual_type.
5629 * gdbarch.h, gdbarch.c: Re-generate.
5630 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5631 * vax-tdep.c (vax_gdbarch_init): Update.
5632 * v850-tdep.c (v850_gdbarch_init): Update.
5633 * sparc-tdep.c (sparc_gdbarch_init): Update.
5634 * sh-tdep.c (sh_gdbarch_init): Update.
5635 * s390-tdep.c (s390_gdbarch_init): Update.
5636 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5637 * ns32k-tdep.c: Update.
5638 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5639 * mips-tdep.c (mips_gdbarch_init): Update.
5640 * mcore-tdep.c (mcore_gdbarch_init): Update.
5641 * m68k-tdep.c (m68k_gdbarch_init): Update.
5642 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5643 * ia64-tdep.c (ia64_gdbarch_init): Update.
5644 * hppa-tdep.c (hppa_gdbarch_init): Update.
5645 * h8300-tdep.c (h8300_gdbarch_init): Update.
5646 * frv-tdep.c (frv_gdbarch_init): Update.
5647 * cris-tdep.c (cris_gdbarch_init): Update.
5648 * avr-tdep.c (avr_gdbarch_init): Update.
5649 * alpha-tdep.c (alpha_gdbarch_init): Update.
5650 * arm-tdep.c (arm_gdbarch_init): Update.
5651
5652 2003-06-13 Andrew Cagney <cagney@redhat.com>
5653
5654 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5655 mips_o32_use_struct_convention with always_use_struct_convention.
5656
5657 2003-06-12 David Carlton <carlton@kealia.com>
5658
5659 * cp-namespace.c (cp_set_block_scope): Comment out
5660 processing_has_namespace_info branch.
5661
5662 2003-06-12 Jim Blandy <jimb@redhat.com>
5663
5664 Recognize and skip 64-bit PowerPC Linux linkage functions.
5665 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5666 insn_pattern, insns_match_pattern, d_field, ds_field): New
5667 functions, macros, and types for working with PPC instructions.
5668 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5669 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5670 ppc64_skip_trampoline_code): New functions, variables, and macros
5671 for recognizing and skipping linkage functions.
5672 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5673 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5674
5675 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5676 register offsets for both the 32- and 64-bit interfaces.
5677
5678 Actually finish the job started by my change of 2003-05-29.
5679 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5680 other #definition of this.
5681 (ppc_linux_skip_trampoline_code): Remove declaration.
5682 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5683 static.
5684 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5685 method for GDBARCH.
5686
5687 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5688 'long' on ppc64-*-linux*.
5689
5690 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5691 isn't #defined, assume the register doesn't exist: act as if
5692 tdep->ppc_mq_regnum were -1.
5693
5694 * configure.host, configure.tgt: Add entries for
5695 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5696 powerpc/linux.mt.
5697 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5698 New files.
5699
5700 * arch-utils.c (always_use_struct_convention): New function.
5701 * arch-utils.h (always_use_struct_convention): New prototype.
5702 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5703 (alpha_gdbarch_init): Register always_use_struct_convention,
5704 instead of alpha_use_struct_convention.
5705 * cris-tdep.c (cris_use_struct_convention): Delete.
5706 (cris_gdbarch_init): Register always_use_struct_convention,
5707 instead of cris_use_struct_convention.
5708 * frv-tdep.c (frv_use_struct_convention): Delete.
5709 (frv_gdbarch_init): Register always_use_struct_convention,
5710 instead of frv_use_struct_convention.
5711 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5712 (h8300_gdbarch_init): Register always_use_struct_convention,
5713 instead of h8300_use_struct_convention.
5714 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5715 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5716 instead of mips_o32_use_struct_convention.
5717
5718 2003-06-12 Andrew Cagney <cagney@redhat.com>
5719
5720 * wince.c: Include "mips-tdep.h".
5721 * mips-tdep.h (mips_next_pc): Declare.
5722 * mcore-tdep.c: Make more local functions static.
5723 * Makefile.in (wince.o): Update dependencies.
5724
5725 2003-06-12 David Carlton <carlton@kealia.com>
5726
5727 * symtab.c (lookup_symbol_aux_minsyms): Replace
5728 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5729 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5730 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5731 SYMBOL_NATURAL_NAME.
5732
5733 2003-06-12 Andreas Schwab <schwab@suse.de>
5734
5735 * Makefile.in (tuiDisassem.o): Update dependencies.
5736
5737 2003-06-12 David Carlton <carlton@bactrian.org>
5738
5739 * symtab.h: Delete declaration of make_symbol_overload_list.
5740 Add declaration of lookup_partial_symbol.
5741 * symtab.c (remove_params): Move to cp-support.c.
5742 (overload_list_add_symbol, make_symbol_overload_list)
5743 (sym_return_val_size, sym_return_val_index): Ditto.
5744 (lookup_partial_symbol): Make extern.
5745 * cp-support.h: Add declaration of make_symbol_overload_list.
5746 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5747 symtab.h, and block.h.
5748 (remove_params): Move here from symtab.c.
5749 (overload_list_add_symbol, make_symbol_overload_list)
5750 (sym_return_val_size, sym_return_val_index): Ditto.
5751 * valops.c: Include cp-support.h.
5752 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5753 frame_h, and block_h.
5754 (valops.o): Depend on cp_support_h.
5755
5756 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5757
5758 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5759 substitute by NUM_REGS throughout.
5760 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5761 (h8300s_register_name): New function for H8S registers.
5762 (h8300sx_register_name): Ditto for H8SX registers.
5763 (h8300_print_register): Revise register printing, avoid depending
5764 on 32 bit long.
5765 (h8300_register_byte): Only care for H8/300 registers.
5766 (h8300h_register_byte): New function for any other architecture.
5767 (h8300_register_raw_size): Remove.
5768 (h8300_register_virtual_type): Revise to return actually useful
5769 type.
5770 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5771 (h8300h_extract_struct_value_address): New function for any other
5772 architecture.
5773 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5774 set_gdbarch_register_name, set_gdbarch_register_byte,
5775 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5776 Remove calls to set_gdbarch_deprecated_register_size,
5777 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5778 set_gdbarch_deprecated_max_register_raw_size,
5779 set_gdbarch_register_virtual_size and
5780 set_gdbarch_deprecated_max_register_virtual_size entirely.
5781 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5782 set_gdbarch_long_double_bit.
5783
5784 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5785
5786 * doublest.c (convert_doublest_to_floatformat): When dealing
5787 with the implied integer bit, only alter mant_bits if we are
5788 processing a full 32 bits of mantissa.
5789
5790 2003-06-11 David Carlton <carlton@bactrian.org>
5791
5792 * dictionary.h: New.
5793 * dictionary.c: New.
5794 * block.h: Add opaque declaration for struct dictionary.
5795 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5796 'sym' members.
5797 (BLOCK_DICT): New macro.
5798 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5799 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5800 BLOCK_SHOULD_SORT.
5801 (ALL_BLOCK_SYMBOLS): Update definition.
5802 * Makefile.in (SFILES): Add dictionary.c.
5803 (dictionary_h): New.
5804 (COMMON_OBS): Add dictionary.o.
5805 (dictionary.o): New.
5806 (ada-lang.o): Depend on dictionary_h.
5807 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5808 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5809 (mi-cmd-stack.o): Ditto.
5810 (gdbtk-cmds.o): Update dependencies.
5811 (gdbtk-stack.o): Ditto.
5812 * ada-lang.c: Include dictionary.h.
5813 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5814 (fill_in_ada_prototype, debug_print_block): Ditto.
5815 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5816 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5817 'is_sorted'.
5818 * mdebugread.c: Include dictionary.h.
5819 (struct parse_stack): Delete 'maxsyms' member.
5820 (parse_symbol): Update calls to new_block. Delete calls to
5821 shrink_block. Use dictionary methods.
5822 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5823 Update calls to new_symtab. Don't maintain maxsyms data.
5824 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5825 (add_symbol): Just call dict_add_symbol.
5826 (new_symtab): Delete 'maxsyms' argument.
5827 (new_symtab): Update calls to new_block.
5828 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5829 (shrink_block): Delete function.
5830 (fixup_sigtramp): Update call to new_block. Add symbol via
5831 dict_add_symbol.
5832 * jv-lang.c: Include dictionary.h.
5833 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5834 appropriately. Set class_symtab->free_func. Make sure the
5835 blockvector is big enough to hold two blocks.
5836 (add_class_symtab_symbol): Use dictionary methods.
5837 (free_class_block): New function.
5838 (type_from_class): Replace explicit iteration by
5839 ALL_BLOCK_SYMBOLS.
5840 * symtab.h (struct symtab): Replace 'free_ptr' method by
5841 'free_func'.
5842 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5843 sort_symtab_syms.
5844 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5845 sort_symtab_syms.
5846 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5847 Include dictionary.h.
5848 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5849 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5850 sort_symtab_syms.
5851 * objfiles.c: Include dictionary.h.
5852 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5853 * buildsym.c: Include dictionary.h.
5854 (finish_block): Use dictionary methods.
5855 (end_symtab): Set free_func to NULL, not free_ptr.
5856 * tracepoint.c: Include dictionary.h.
5857 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5858 (scope_info): Ditto.
5859 * stack.c: Include dictionary.h.
5860 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5861 (print_block_frame_labels, print_frame_arg_vars)
5862 (print_frame_args): Ditto.
5863 * symmisc.c (free_symtab_block): Use dictionary methods.
5864 (dump_symtab): Ditto.
5865 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5866 Include dictionary.h.
5867 * symfile.h: Delete declarations of sort_block_syms,
5868 sort_symtab_syms.
5869 * symfile.c (sort_block_syms): Delete.
5870 (sort_symtab_syms): Delete.
5871 * symtab.c: Include dictionary.h.
5872 (lookup_block_symbol): Use dictionary iterators.
5873 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5874 (search_symbols, make_symbol_completion_list): Ditto.
5875 (make_symbol_overload_list): Ditto.
5876 * valops.c (value_of_local): Use dict_empty.
5877 Include dictionary.h.
5878
5879 2003-06-11 J. Brobecker <brobecker@gnat.com>
5880
5881 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5882
5883 2003-06-11 David Carlton <carlton@bactrian.org>
5884
5885 * block.h (BLOCK_SHOULD_SORT): Delete.
5886 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5887 blocks.
5888 * ada-lang.c (ada_add_block_symbols): Ditto.
5889 * symfile.c (sort_block_syms): Delete.
5890 (sort_symtab_syms): Ditto.
5891 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5892 declarations.
5893 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5894 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5895 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5896 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5897 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5898 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5899 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5900
5901 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5902
5903 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5904 bits to 128.
5905
5906 2003-06-11 Andrew Cagney <cagney@redhat.com>
5907
5908 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5909 REGISTER_CONVERTIBLE.
5910 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5911 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5912 * gdbarch.h, gdbarch.c: Re-generate.
5913 * arch-utils.h (deprecated_register_convertible_not): Rename
5914 generic_register_convertible_not.
5915 * arch-utils.c (deprecated_register_convertible_not): Rename
5916 generic_register_convertible.
5917 (legacy_convert_register_p, legacy_register_to_value): Update.
5918 * sh-tdep.c (sh64_push_arguments): Update.
5919 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5920 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5921 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5922 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5923 * arch-utils.c (legacy_value_to_register): Update.
5924 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5925 (rs6000_register_convert_to_raw): Make parameter "from" const.
5926 * mips-tdep.c (mips_gdbarch_init): Update.
5927 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5928 * infcmd.c (default_print_registers_info): Update.
5929 * ia64-tdep.c (ia64_gdbarch_init): Update.
5930 (ia64_register_convert_to_raw): Make parameter "from" const.
5931 * i386-tdep.c (i386_gdbarch_init): Update.
5932 (i386_register_convert_to_raw): Update.
5933
5934 2003-06-11 Andrew Cagney <cagney@redhat.com>
5935
5936 * remote-fileio.c: Include "remote-fileio.h".
5937 * Makefile.in (remote-fileio.o): Update dependencies.
5938 (remote_fileio_h): Fix typo.
5939
5940 2003-06-11 Andrew Cagney <cagney@redhat.com>
5941
5942 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5943 (xstormy16_save_dummy_frame_tos): Make static.
5944 (_initialize_xstormy16_tdep): Add declaration.
5945 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5946 * v850-tdep.c: Make local functions static.
5947 (_initialize_v850_tdep): Add declaration.
5948 * sparc-tdep.c: Make local functions static.
5949 (_initialize_sparc_tdep): Add declaration.
5950 * sh-tdep.c: Make local functions static.
5951 (_initialize_sh_tdep): Add declaration.
5952 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5953 * s390-tdep.c: Make local functions static.
5954 (_initialize_s390_tdep): Add declaration.
5955 * dbxread.c (find_stab_function_addr): Make static.
5956 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5957 * ocd.c (_initialize_remote_ocd): Add declaration.
5958 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5959 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5960 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5961 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5962 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5963 * remote-array.c (_initialize_array): Add declaration.
5964 (_initialize_remote_monitors): Add declaration.
5965 * remote-mips.c: Make local functions static.
5966 (_initialize_remote_mips): Add declaration.
5967 * mcore-tdep.c: Make all local functions static.
5968 (_initialize_mcore_tdep): Add declaration.
5969 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5970 * abug-rom.c (_initialize_abug_rom): Add declaration.
5971 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5972 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5973 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5974 * remote-est.c (_initialize_est): Add declaration.
5975 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5976 (m68hc11_call_dummy_address): Make static.
5977 * ia64-tdep.c: Make local functions static.
5978 (_initialize_ia64_tdep): Add declaration.
5979 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5980 * monitor.c (monitor_wait_filter): Make static.
5981 (_initialize_remote_monitors): Add declaration.
5982 * remote-hms.c (_initialize_remote_hms): Add declaration.
5983 * remote-e7000.c (fetch_regs_from_dump): Make static.
5984 (expect_n): Make static.
5985 (_initialize_remote_e7000): Add declaration.
5986 * ser-e7kpc.c: Always include "defs.h".
5987 (_initialize_ser_e7000pc): Add declaration.
5988 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5989 * cris-tdep.c: Make all but one function static.
5990 (_initialize_cris_tdep): Add declaration.
5991 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5992 * solib.c (update_solib_list): Make static.
5993 (_initialize_solib): Add declaration.
5994 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5995 (_initialize_avr_tdep): Add declaration.
5996 * remote-rdi.c (voiddummy): Make static.
5997 (_initialize_remote_rdi): Add declaration.
5998 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5999 * remote-rdp.c (send_rdp): Make static.
6000 (_initialize_remote_rdp): Add declaration.
6001 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6002
6003 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6004
6005 * remote-fileio.c: Make ari happy.
6006
6007 2003-06-10 J. Brobecker <brobecker@gnat.com>
6008
6009 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6010 fetching the trailing bytes of the buffer we are about to write.
6011
6012 2003-06-10 Andrew Cagney <cagney@redhat.com>
6013
6014 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6015 * Makefile.in (remote-fileio.o): Update dependencies.
6016 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6017 include <setjmp.h>, or <sys/types.h> conditional on USG.
6018 (remote_fio_jmp_buf): Delete global variable.
6019
6020 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6021 Martin M. Hunt <hunt@redhat.com>
6022
6023 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6024 (SFILES): Add remote-fileio.c.
6025 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6026 dependencies for building remote.o.
6027 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6028 * remote-fileio.h: New header file defining remote File-I/O interface.
6029 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6030 static storage class.
6031 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6032 'F' packet.
6033 (_initialize_remote): Call initialize_remote_fileio().
6034 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6035 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6036 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6037 (captured_main): Initialize new ui_files.
6038 * ui-file.c: Add read and fgets input functions.
6039 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6040 (null_file_read): New function.
6041 (ui_file_read): New function.
6042 (set_ui_file_read): New function.
6043 (stdio_file_read): New function.
6044 * ui-file.h: New type ui_file_read_ftype.
6045 (set_ui_file_read): Declare.
6046 (ui_file_read): Declare.
6047
6048 2003-06-09 Andrew Cagney <cagney@redhat.com>
6049
6050 * frame.h (deprecated_unwind_get_saved_register): Rename
6051 generic_unwind_get_saved_register, update comments.
6052 * mips-tdep.c (mips_get_saved_register): Update.
6053 * frame.c (deprecated_unwind_get_saved_register): Update.
6054
6055 2003-06-09 Andrew Cagney <cagney@redhat.com>
6056
6057 * vax-tdep.c (vax_frame_locals_address): Delete function.
6058 (vax_gdbarch_init): Do not set frame_locals_address.
6059 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6060 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6061 * s390-tdep.c (s390_frame_args_address): Delete function.
6062 (s390_gdbarch_init): Do not set frame_args_address or
6063 frame_locals_address.
6064 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6065 (ns32k_gdbarch_init): Do not set frame_locals_address.
6066 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6067 (hppa_frame_locals_address): Delete function.
6068 (hppa_gdbarch_init): Do not set frame_args_address, or
6069 frame_locals_address.
6070 * arm-tdep.c (arm_frame_args_address): Delete.
6071 (arm_frame_locals_address): Delete.
6072 (arm_gdbarch_init): Do not set frame_args_address, or
6073 frame_locals_address.
6074
6075 2003-06-09 Andrew Cagney <cagney@redhat.com>
6076
6077 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6078 * gdbarch.h, gdbarch.c: Re-generate.
6079 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6080 * arch-utils.c (frame_num_args_unknown): Delete function.
6081 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6082 (frame_info): Use FRAME_NUM_ARGS_P.
6083 * arm-tdep.c (arm_frame_num_args): Delete function.
6084 (arm_gdbarch_init): Do not set frame_num_args.
6085 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6086 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6087 (hppa_gdbarch_init): Do not set frame_num_args.
6088 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6090 frame_num_args to default frame_num_args_unknown.
6091 * v850-tdep.c (v850_gdbarch_init): Ditto.
6092 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6093 * sh-tdep.c (sh_gdbarch_init): Ditto.
6094 * s390-tdep.c (s390_gdbarch_init): Ditto.
6095 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6096 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6097 * mips-tdep.c (mips_gdbarch_init): Ditto.
6098 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6099 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6100 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6101 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6102 * i386-tdep.c (i386_gdbarch_init): Ditto.
6103 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6104 * frv-tdep.c (frv_gdbarch_init): Ditto.
6105 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6106 * cris-tdep.c (cris_gdbarch_init): Ditto.
6107 * avr-tdep.c (avr_gdbarch_init): Ditto.
6108 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6109
6110 2003-06-09 Andrew Cagney <cagney@redhat.com>
6111
6112 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6113 (print_frame_args): Moved to "stack.c".
6114 * stack.c: Include "gdb_assert.h".
6115 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6116 (print_frame_args): Moved from "printcmd.c".
6117 * frame.h (print_frame_args): Delete declaration.
6118 * Makefile.in (stack.o): Update dependencies.
6119
6120 2003-06-08 Andrew Cagney <cagney@redhat.com>
6121
6122 * frame.c (get_prev_frame): Remove reference to
6123 frame_args_address_correct in comments.
6124 * frame-base.c (default_frame_args_address): Delete code
6125 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6126 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6127 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6128 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6129 (vax_frame_args_address_correct): Delete declaration.
6130
6131 2003-06-08 Andrew Cagney <cagney@redhat.com>
6132
6133 * gdbarch.sh (UNWIND_SP): Add.
6134 * gdbarch.h, gdbarch.c: Re-generate.
6135 * frame.c (frame_sp_unwind): New function.
6136 (get_frame_sp): New function.
6137 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6138 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6139 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6140 value.
6141 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6142 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6143
6144 2003-06-08 Andrew Cagney <cagney@redhat.com>
6145
6146 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6147 REMOTE_BREAKPOINT.
6148 * remote.c: Update.
6149 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6150 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6151 * config/m68k/tm-sun3.h: Update.
6152 * config/m68k/tm-m68klynx.h: Update.
6153 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6154
6155 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6156 trad_frame". Update comments.
6157 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6158 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6159 (trad_frame_register_value, trad_frame_prev_register): Update.
6160
6161 2003-06-08 Andrew Cagney <cagney@redhat.com>
6162
6163 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6164 from GCC's acinclude.m4.
6165 * configure.in: Check for getopt's delcaration.
6166 * aclocal.m4, config.in, configure: Re-generate.
6167 * main.c (error_init): Delete declaration.
6168 * defs.h (error_init): Declare.
6169 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6170 (rs6000_convert_from_func_ptr_addr): Make static.
6171 (_initialize_rs6000_tdep): Add declaration.
6172 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6173 (show_commands, set_verbose, show_history): Delete declaration.
6174 * top.h (set_verbose): Add declaration.
6175 (show_history, set_history, show_commands): Add declaration.
6176 (do_restore_instream_cleanup): Add declaration.
6177 * objc-lang.c (specialcmp): Make static.
6178 (print_object_command): Make static.
6179 (find_objc_msgsend): Make static.
6180 (find_objc_msgcall_submethod_helper): Make static.
6181 (find_objc_msgcall_submethod): Make static.
6182 (_initialize_objc_language): Add declaration.
6183 (find_implementation_from_class): Make static.
6184 (find_implementation): Make static.
6185 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6186 * objc-lang.h (lookup_struct_typedef): Add declaration.
6187 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6188 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6189 (do_restore_user_call_depth): Make static.
6190 (do_restore_instream_cleanup): Delete declaration.
6191 (dont_repeat): Delete declaration.
6192 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6193 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6194 * reggroups.c (_initialize_reggroup): Add declaration.
6195 * cp-support.c (_initialize_cp_support): Add declaration.
6196 * cp-abi.c (_initialize_cp_abi): Add declaration.
6197 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6198 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6199 (_initialize_gnu_v3_abi): Add declaration.
6200 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6201 (_initialize_gnu_v2_abi): Add declaration.
6202 * frame-base.c (_initialize_frame_base): Add declaration.
6203 * doublest.c (floatformat_from_length): Make static.
6204 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6205 * frame.c (create_sentinel_frame): Make static.
6206 (_initialize_frame): Add declaration.
6207 * top.c (do_catch_errors): Make static.
6208 (gdb_rl_operate_and_get_next_completion): Make static.
6209 * typeprint.c: Include "typeprint.h".
6210 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6211 (sentinel_frame_this_id): Make static.
6212 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6213 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6214 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6215 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6216 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6217 * maint.c (maintenance_print_architecture): Make static.
6218 * signals/signals.c (_initialize_signals): Add declaration.
6219 * std-regs.c (_initialize_frame_reg): Add declaration.
6220 * jv-exp.y (push_variable): ISO C definition.
6221 (push_qualified_expression_name): Ditto.
6222 * memattr.c (_initialize_mem): Add declaration.
6223 * remote.c (remote_check_watch_resources): Make static.
6224 (remote_stopped_by_watchpoint): Make static.
6225 (remote_stopped_data_address): Make static.
6226 * d10v-tdep.c (nr_dmap_regs): Make static.
6227 (a0_regnum): Make static.
6228 (d10v_frame_unwind_cache): Make static.
6229 (d10v_frame_p): Make static.
6230 * osabi.c (show_osabi): Make static.
6231 (_initialize_gdb_osabi): Add extern declaration.
6232 * gdbtypes.c (make_qualified_type): Make static.
6233 (safe_parse_type): Make static.
6234 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6235 * macrotab.c (macro_bcache_free): Make static.
6236 * interps.c (interp_set_quiet): Make static.
6237 (interpreter_exec_cmd): Make static.
6238 * stack.h (select_frame_command): New file.
6239 * stack.c: Include "stack.h".
6240 (select_frame_command_wrapper): Delete function.
6241 (select_frame_command): Make global.
6242 * infcall.c: Include "infcall.h".
6243 * linespec.c: Include "linespec.h".
6244 * symfile.c (sections_overlap): Make static.
6245 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6246 * charset.c (_initialize_charset): Add missing prototype.
6247 * regcache.c (init_legacy_regcache_descr): Make static.
6248 (do_regcache_xfree): Make static.
6249 (regcache_xfer_part): Make static.
6250 (_initialize_regcache): Add missing prototype.
6251 * breakpoint.c (parse_breakpoint_sals): Make static.
6252 (breakpoint_sals_to_pc): Make static.
6253 * interps.h (clear_interpreter_hooks): ISO C declaration.
6254 * Makefile.in (stack_h): Define.
6255 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6256 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6257
6258 2003-06-08 Andrew Cagney <cagney@redhat.com>
6259
6260 * Makefile.in (d10v-tdep.o): Update dependencies.
6261 (SFILES): Add trad-frame.c.
6262 (trad_frame_h): Define.
6263 (COMMON_OBS): Add trad-frame.o.
6264 (trad-frame.o): Specify dependencies.
6265 * d10v-tdep.c: Include "trad-frame.h".
6266 (saved_regs_unwinder): Delete function.
6267 (d10v_frame_prev_register): Use trad_frame_prev_register.
6268 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6269 trad_frame", delete "regs" and "prev_sp".
6270 (prologue_find_regs): Use trad-frame.
6271 * trad-frame.h, trad-frame.c: New files.
6272
6273 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6274
6275 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6276
6277 2003-06-07 Adam Fedor <fedor@gnu.org>
6278
6279 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6280 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6281 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6282 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6283 resolve_msgsend_super, resolve_msgsend_super_stret):
6284 Use it.
6285
6286 2003-06-07 Andrew Cagney <cagney@redhat.com>
6287
6288 * symfile.h: Re-indent, clean up comments.
6289
6290 2003-06-07 Andrew Cagney <cagney@redhat.com>
6291
6292 * inferior.h (deprecated_write_sp): Replace
6293 generic_target_write_sp.
6294 * regcache.c (deprecated_write_sp): Replace
6295 generic_target_write_sp.
6296 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6297 * vax-tdep.c (vax_gdbarch_init): Update.
6298 * v850-tdep.c (v850_gdbarch_init): Update.
6299 * sparc-tdep.c (sparc_gdbarch_init): Update.
6300 * sh-tdep.c (sh_gdbarch_init): Update.
6301 * s390-tdep.c (s390_gdbarch_init): Update.
6302 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6303 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6304 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6305 * mcore-tdep.c (mcore_gdbarch_init): Update.
6306 * m68k-tdep.c (m68k_gdbarch_init): Update.
6307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6308 * ia64-tdep.c (ia64_gdbarch_init): Update.
6309 * h8300-tdep.c (h8300_gdbarch_init): Update.
6310 * frv-tdep.c (frv_gdbarch_init): Update.
6311 * cris-tdep.c (cris_gdbarch_init): Update.
6312 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6313
6314 2003-06-07 Andrew Cagney <cagney@redhat.com>
6315
6316 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6317 Assert that PC_REGNUM is valid.
6318 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6319
6320 2003-06-07 Andrew Cagney <cagney@redhat.com>
6321
6322 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6323 * gdbarch.h, gdbarch.c: Regenerate.
6324 * mn10300-tdep.c: Include "gdb_assert.h".
6325 (mn10300_read_fp): New function.
6326 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6327 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6328 * ia64-tdep.c: Include "gdb_assert.h".
6329 (ia64_read_fp): New function.
6330 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6331 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6332 * regcache.c (generic_target_read_sp): Delete function.
6333 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6334 * inferior.h (generic_target_read_sp): Delete declaration.
6335 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6336 generic_target_read_sp.
6337 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6338 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6339 * sh-tdep.c (sh_gdbarch_init): Ditto.
6340 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6341 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6342
6343 2003-06-07 Andrew Cagney <cagney@redhat.com>
6344
6345 * gdbarch.sh: Comment each field of startup_gdbarch.
6346 * gdbarch.h, gdbarch.c: Re-generate.
6347
6348 2003-06-07 Andrew Cagney <cagney@redhat.com>
6349
6350 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6351 * gdbarch.h, gdbarch.c: Re-generate.
6352 * regcache.c: Update comments on read_pc et.al.
6353 (generic_target_read_pc): Delete function.
6354 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6355 * inferior.h (generic_target_read_pc): Delete declaration.
6356 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6357 generic_target_read_pc.
6358 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6359 * sh-tdep.c (sh_gdbarch_init): Ditto.
6360 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6361 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6362
6363 2003-06-07 Andrew Cagney <cagney@redhat.com>
6364
6365 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6366 "index" with "special_local_sect". Use strcmp instead of STREQ.
6367 Append period to coments.
6368
6369 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6370
6371 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6372 (elfstab_offset_sections): Likewise.
6373 * gdb-stabs.h (stab_section_info): Likewise.
6374 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6375 * objfiles.c (objfile_relocate): Likewise.
6376 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6377 * remote.c (get_offsets): Likewise.
6378 (remote_cisco_objfile_relocate): Likewise.
6379 * somread.c (som_symfile_offsets): Likewise.
6380 * symfile.c (alloc_section_addr_info): New function.
6381 (build_section_addr_info_from_section_tab): Use it.
6382 (free_section_addr_info): Adjust.
6383 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6384 (syms_from_objfile): Allocate local_addr dynamically.
6385 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6386 dynamically.
6387 (add_symbol_file_command): Allocate sect_opts dynamically.
6388 (reread_symbols): Avoid use of SECT_OFF_MAX.
6389 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6390 (alloc_section_addr_info): Declare it.
6391 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6392 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6393 dynamically.
6394 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6395
6396 2003-06-06 Andrew Cagney <cagney@redhat.com>
6397
6398 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6399 (d10v_frame_unwind_cache): Do not set "return_pc".
6400
6401 2003-06-06 Michael Snyder <msnyder@redhat.com>
6402
6403 * h8300-tdep.c: Make tidy (long lines).
6404
6405 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6406
6407 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6408 to regcache_collect().
6409
6410 2003-06-05 J. Brobecker <brobecker@gnat.com>
6411
6412 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6413 pc_in_sigtramp multiarch method.
6414 (hppa_hpux_som_init_abi): Use it.
6415 (hppa_hpux_elf_init_abi): Likewise.
6416 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6417 macro has been multiarched.
6418 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6419 macro here, as hppa64 isn't multiarched yet.
6420
6421 2003-06-05 Andrew Cagney <cagney@redhat.com>
6422
6423 * Makefile.in (value_h): Add $(frame_h).
6424 * value.h: Include "frame.h".
6425 (struct value): Replace "frame_addr" with "frame_id".
6426 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6427 * values.c (allocate_value): Use VALUE_FRAME_ID.
6428 (value_copy): Use VALUE_FRAME_ID.
6429 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6430 * valops.c (value_assign): Update. Use frame_find_by_id.
6431
6432 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6433
6434 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6435 in each pass.
6436
6437 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6438
6439 * thread-db.c (check_event): For create/death event breakpoints,
6440 loop through all messages to ensure that we read the message
6441 corresponding to the breakpoint we are at.
6442
6443 2003-06-04 Michael Snyder <msnyder@redhat.com>
6444
6445 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6446
6447 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6448
6449 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6450 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6451 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6452 when handling .eh_frame sections.
6453
6454 2003-06-04 J. Brobecker <brobecker@gnat.com>
6455
6456 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6457 prepare_to_proceed procedure instead of the hppa-specific one.
6458 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6459
6460 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6461
6462 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6463 * config.in: Regenerated.
6464 * configure.in: Add test for syscall function and check for
6465 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6466 * configure: Regenerated.
6467 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6468 <sys/syscall.h>.
6469 (kill_lwp): New function that uses tkill syscall or
6470 uses kill, depending on whether threading model is nptl or not.
6471 All callers of kill() changed to use kill_lwp().
6472 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6473 see if all threads have already exited in the nptl model.
6474 (stop_and_resume_callback): New callback function used by the
6475 lin_lwp_wait thread exit handling code.
6476 (stop_wait_callback): Check for threads already having exited and
6477 delete such threads fromt the lwp list when discovered.
6478 (stop_callback): Don't assert retcode of kill call.
6479
6480 Roland McGrath <roland@redhat.com>
6481 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6482 nptl libthread_db.
6483
6484 2003-06-03 Richard Henderson <rth@redhat.com>
6485
6486 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6487 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6488 (alpha_sigtramp_frame_prev_register): Likewise.
6489 (alpha_heuristic_frame_prev_register): Likewise.
6490 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6491
6492 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6493 alpha-specific register id names.
6494 (alpha_mdebug_frame_unwind_cache): Likewise.
6495 (alpha_mdebug_frame_prev_register): Likewise.
6496
6497 2003-06-03 Richard Henderson <rth@redhat.com>
6498
6499 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6500 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6501 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6502 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6503 unwind routines.
6504 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6505 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6506 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6507
6508 * alpha-linux-tdep.c: Remove unnecessary includes.
6509 * Makefile.in (alpha-linux-tdep.o): Update.
6510
6511 2003-06-03 Richard Henderson <rth@redhat.com>
6512
6513 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6514 (alphabsd_fill_fpreg): Likewise.
6515
6516 2003-06-03 J. Brobecker <brobecker@gnat.com>
6517
6518 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6519 references to struct frame_info fields by calls to the equivalent
6520 accessors. Necessary now that frame_info is opaque.
6521
6522 2003-06-03 J. Brobecker <brobecker@gnat.com>
6523
6524 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6525 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6526 structure, field no longer exists.
6527
6528 2003-06-03 J. Brobecker <brobecker@gnat.com>
6529
6530 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6531 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6532
6533 2003-06-03 J. Brobecker <brobecker@gnat.com>
6534
6535 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6536 references to struct frame_info fields by calls to the equivalent
6537 accessors. Necessary now that frame_info is opaque.
6538
6539 2003-06-03 J. Brobecker <brobecker@gnat.com>
6540
6541 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6542 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6543 structure, field no longer exists.
6544
6545 2003-06-03 Theodore A. Roth <troth@openavr.org>
6546
6547 * remote.c (init_remote_state): Compute sizeof_g_packet by
6548 accumulation of the size of all registers instead of blindly using
6549 DEPRECATED_REGISTER_BYTES.
6550
6551 2003-06-03 Michael Snyder <msnyder@redhat.com>
6552
6553 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6554 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6555 for h8300sx.
6556
6557 2003-06-03 J. Brobecker <brobecker@gnat.com>
6558
6559 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6560 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6561
6562 2003-06-03 Andrew Cagney <cagney@redhat.com>
6563
6564 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6565 (sparc_convert_to_raw): Delete function.
6566 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6567 register_convert_to_virtual.
6568
6569 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6570
6571 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6572 layer if not dealing with a statically-linked threaded program.
6573
6574 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6575
6576 * solib.c (solib_open): Update comment to reflect actual search order.
6577
6578 2003-06-03 Andrew Cagney <cagney@redhat.com>
6579
6580 * frame.c (get_frame_memory_signed): New function.
6581 (get_frame_memory, get_frame_memory_unsigned): New function.
6582 (get_frame_arch): New function.
6583 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6584 (get_frame_memory, get_frame_unsigned_memory): Declare.
6585 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6586 get_frame_memory_unsigned and get_frame_arch.
6587 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6588
6589 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6590
6591 * MAINTAINERS (write after approval): Add myself.
6592
6593 2003-06-03 Jim Blandy <jimb@redhat.com>
6594
6595 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6596 elements of gregset_t are 64 bits each, but access registers
6597 are still 32 bits, so they're packed two per gregset_t
6598 element. Unpack/pack them properly.
6599
6600 2003-06-02 David Carlton <carlton@bactrian.org>
6601
6602 * linespec.c (find_methods): Break out code into
6603 add_matching_methods and add_constructors.
6604 (add_matching_methods): New.
6605 (add_constructors): Ditto.
6606
6607 2003-06-02 Andrew Cagney <cagney@redhat.com>
6608
6609 * sparc-tdep.c (sparc_print_registers): Delete call to
6610 REGISTER_CONVERTIBLE.
6611 (sparc_gdbarch_init): Do not set register_convertible.
6612 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6613 * frv-tdep.c (frv_gdbarch_init): Ditto.
6614 * cris-tdep.c (cris_gdbarch_init): Ditto.
6615
6616 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6617
6618 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6619 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6620 (syms_from_objfile): Ditto.
6621
6622 2003-06-03 Andreas Schwab <schwab@suse.de>
6623
6624 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6625 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6626
6627 2003-06-02 Richard Henderson <rth@redhat.com>
6628
6629 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6630 a member of all_reggroup.
6631
6632 2003-06-02 Richard Henderson <rth@redhat.com>
6633
6634 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6635 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6636 (alpha_lds, alpha_sts): New.
6637 (alpha_convert_register_p): Change from _register_convertible.
6638 (alpha_register_to_value): Change from _convert_to_virtual;
6639 restructure and fail for type sizes other than 4 or 8.
6640 (alpha_value_to_register): Similarly.
6641 (alpha_extract_return_value): Use alpha_sts.
6642 (alpha_store_return_value): Use alpha_lds.
6643 (alpha_gdbarch_init): Update hooks.
6644
6645 2003-06-02 Richard Henderson <rth@redhat.com>
6646
6647 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6648 regnum identifiers.
6649 (alpha_sigtramp_register_address): Likewise.
6650
6651 2003-06-02 Richard Henderson <rth@redhat.com>
6652
6653 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6654 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6655 * alpha-tdep.h: Declare them.
6656
6657 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6658 Remove zerobuf. Don't error on UNIQUE.
6659 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6660 (ALPHA_REGSET_UNIQUE): Provide default.
6661 (supply_gregset): Use alpha_supply_int_regs.
6662 (fill_gregset): Use alpha_fill_int_regs.
6663 (supply_fpregset): Use alpha_supply_fp_regs.
6664 (fill_fpregset): Use alpha_fill_fp_regs.
6665 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6666 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6667 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6668 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6669 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6670 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6671
6672 2003-06-02 Richard Henderson <rth@redhat.com>
6673
6674 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6675
6676 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6677 (alpha_store_return_value): Likewise.
6678
6679 2003-06-02 David Carlton <carlton@math.stanford.edu>
6680
6681 * block.c (contained_in): Add 'const' to arguments.
6682 (block_function): Ditto.
6683 * block.h: Update declarations for block_function and
6684 contained_in.
6685
6686 2003-06-02 David Carlton <carlton@math.stanford.edu>
6687
6688 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6689 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6690 * p-valprint.c (pascal_val_print): Ditto.
6691 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6692
6693 2003-06-02 Richard Henderson <rth@redhat.com>
6694
6695 * alpha-tdep.c (alpha_push_dummy_call): Use
6696 builtin_type_ieee_double_little instead of builtin_type_double.
6697
6698 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6699 sign-extension of 32-bit values.
6700 (alpha_store_return_value): Similarly.
6701
6702 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6703 (alpha_extract_return_value): Likewise.
6704 (alpha_store_return_value): Likewise.
6705
6706 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6707 (alpha_store_return_value): Error on IEEE Quad floats.
6708
6709 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6710 (alpha_extract_struct_value_address): Likewise.
6711 (alpha_store_return_value): Likewise.
6712 (alpha_store_struct_return): Remove.
6713 (alpha_gdbarch_init): Update hook registration to match.
6714
6715 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6716 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6717 macros where appropriate.
6718 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6719 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6720
6721 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6722 for SP, GP; void_func_ptr for PC; non-language-specific types
6723 for all others.
6724 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6725
6726 2003-06-02 Richard Henderson <rth@redhat.com>
6727
6728 * top.h (lim_at_start): Declare.
6729 * main.c (captured_main): Set it.
6730 * top.c (lim_at_start): Define.
6731 (command_loop): Use it instead of &environ.
6732 * event-top.c (command_handler): Likewise.
6733
6734 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6735
6736 * mipsnbsd-tdep.c: Update copyright years.
6737 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6738
6739 2003-06-01 Richard Henderson <rth@redhat.com>
6740
6741 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6742 (alpha-linux-tdep.o): Update dependencies.
6743 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6744 * alpha-mdebug-tdep.c: Remove unneeded includes.
6745
6746 2003-06-01 Richard Henderson <rth@redhat.com>
6747
6748 * alpha-tdep.c (alpha_register_reggroup_p): New.
6749 (alpha_gdbarch_init): Register it.
6750
6751 2003-06-02 Andrew Cagney <cagney@redhat.com>
6752
6753 * dwarfread.c: Eliminate "register"
6754 (decode_die_type): Eliminate assignment within "if".
6755 (struct_type, decode_array_element_type): Ditto.
6756 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6757 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6758 (decode_modified_type, completedieinfo): Ditto.
6759 * block.c: Eliminate "register".
6760 (blockvector_for_pc_sect): Eliminate assignment within "if".
6761 * cp-support.h (struct symbol): Opaque declaration.
6762 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6763
6764 2003-06-01 Richard Henderson <rth@redhat.com>
6765
6766 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6767 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6768
6769 2003-06-01 Adam Fedor <fedor@gnu.org>
6770
6771 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6772 * gdbarch.[ch]: Regenerate.
6773 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6774 (hppa_gdbarch_init): Set it in the gdbarch vector.
6775 * i386-tdep.c (i386_fetch_pointer_argument): New
6776 (i386_gdbarch_init): Set it into gdbarch.
6777 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6778 (rs6000_gdbarch_init): Set it in gdbarch.
6779 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6780 (sparc_gdbarch_init): Set it in gdbarch.
6781
6782 2003-06-01 Andrew Cagney <cagney@redhat.com>
6783
6784 * defs.h (extract_address): Delete declaration.
6785 * findvar.c (extract_address): Delete function.
6786 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6787 extract_address with the inline equivalent,
6788 extract_unsigned_integer.
6789 (xstormy16_extract_struct_value_address): Ditto.
6790 (xstormy16_pointer_to_address): Ditto.
6791 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6792 * v850-tdep.c (v850_push_arguments): Ditto.
6793 (v850_extract_return_value): Ditto.
6794 (v850_extract_struct_value_address): Ditto.
6795 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6796 (sparcnbsd_get_longjmp_target_64): Ditto.
6797 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6798 (get_longjmp_target): Ditto.
6799 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6800 (sh64_extract_struct_value_address): Ditto.
6801 (sh_push_arguments): Ditto.
6802 (sh64_push_arguments): Ditto.
6803 * remote-vxsparc.c (vx_read_register): Ditto.
6804 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6805 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6806 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6807 * mipsv4-nat.c (get_longjmp_target): Ditto.
6808 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6809 * mips-nat.c (get_longjmp_target): Ditto.
6810 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6811 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6812 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6813 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6814 * irix5-nat.c (get_longjmp_target): Ditto.
6815 * irix4-nat.c (get_longjmp_target): Ditto.
6816 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6817 (ia64_push_arguments): Ditto.
6818 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6819 * h8300-tdep.c (h8300_push_arguments): Ditto.
6820 (h8300_store_return_value): Ditto.
6821 (h8300_extract_struct_value_address): Ditto.
6822 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6823 (frv_push_arguments): Ditto.
6824 * avr-tdep.c (avr_pointer_to_address): Ditto.
6825 (avr_push_arguments): Ditto.
6826 * arm-tdep.c (arm_push_dummy_call): Ditto.
6827 (arm_get_longjmp_target): Ditto.
6828 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6829 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6830 (alpha_get_longjmp_target): Ditto.
6831
6832 * solib-irix.c (extract_mips_address): Inline extract_address,
6833 replacing it with extract_signed_integer.
6834 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6835 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6836 (first_link_map_member, open_symbol_file_object): Ditto.
6837 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6838 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6839 (LM_NEXT, LM_NAME): Ditto.
6840
6841 2003-06-01 Richard Henderson <rth@redhat.com>
6842
6843 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6844 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6845 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6846 (alpha_cannot_store_register): Likewise.
6847 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6848 * alpha-nat.c (supply_gregset): Likewise.
6849 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6850
6851 2003-06-01 Andrew Cagney <cagney@redhat.com>
6852
6853 * infcall.c (call_function_by_hand): Update comment on
6854 DEPRECATED_DUMMY_WRITE_SP.
6855
6856 * mips-tdep.c (mips_gdbarch_init): Do not set
6857 deprecated_dummy_write_sp.
6858 (mips_eabi_push_dummy_call): Set the SP register.
6859 (mips_o64_push_dummy_call): Set the SP register.
6860 (mips_o32_push_dummy_call): Set the SP register.
6861 (mips_n32n64_push_dummy_call): Set the SP register.
6862
6863 2003-06-01 Richard Henderson <rth@redhat.com>
6864
6865 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6866 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6867 (supply_gregset): Likewise.
6868 * alpha-tdep.c (alpha_store_return_value): Likewise.
6869 (alpha_get_longjmp_target): Likewise.
6870 (alpha_register_name): Constify array.
6871 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6872 deprecated_register_size, deprecated_register_bytes,
6873 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6874 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6875 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6876
6877 2003-06-01 Richard Henderson <rth@redhat.com>
6878
6879 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6880 from arg_reg_buffer to regcache to avoid double conversion.
6881
6882 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6883
6884 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6885 SP_REGNUM.
6886 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6887 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6888
6889 2003-06-01 Richard Henderson <rth@redhat.com>
6890
6891 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6892 (decode_frame_entry): Set it. Skip FDE augmentation.
6893
6894 2003-06-01 Richard Henderson <rth@redhat.com>
6895
6896 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6897 not overlapping PC_REGNUM.
6898
6899 2003-06-01 Richard Henderson <rth@redhat.com>
6900
6901 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6902 alpha_push_arguments. Don't dump argument register data to
6903 the target stack. Fix float and 128-bit long double semantics.
6904 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6905 (alpha_fix_call_dummy): Remove.
6906 (alpha_call_dummy_words): Remove.
6907 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6908
6909 2003-06-01 Richard Henderson <rth@redhat.com>
6910
6911 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6912
6913 2003-06-01 Andrew Cagney <cagney@redhat.com>
6914
6915 * mips-tdep.c (is_mips16_addr): New function.
6916 (make_mips16_addr, unmake_mips16_addr): New functions.
6917 (pc_is_mips16, mips_fetch_instruction): Use.
6918 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6919 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6920 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6921 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6922 TARGET_MIPS.
6923 * config/mips/tm-mips.h: Update copyright.
6924 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6925 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6926 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6927 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6928 (TM_PRINT_INSN_MACH): Delete.
6929 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6930
6931 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6932 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6933 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6934 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6935 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6936 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6937 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6938 mips*-*-riscos* and mips*-*-sysv* onto mips.
6939 * config/mips/mips64.mt: New file.
6940 * config/mips/mips.mt: New file.
6941 * config/mips/littlemips.mt: Delete file.
6942 * config/mips/decstation.mt: Delete file.
6943 * config/mips/vr4300el.mt: Delete file.
6944 * config/mips/vr5000el.mt: Delete file.
6945 * config/mips/vr5000.mt: Delete file.
6946 * config/mips/vr4100.mt: Delete file.
6947 * config/mips/vr4xxxel.mt: Delete file.
6948 * config/mips/vr4300.mt: Delete file.
6949 * config/mips/vr4xxx.mt: Delete file.
6950 * config/mips/bigmips.mt: Delete file.
6951 * config/mips/bigmips64.mt: Delete file.
6952 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6953 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6954 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6955 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6956 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6957 "tm-bigmips.h".
6958 * config/mips/tm-irix3.h: Ditto.
6959 * config/mips/tm-mipsv4.h: Ditto.
6960 * config/mips/tm-embed.h: Ditto.
6961 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6962 "tm-bigmips64.h".
6963 * config/mips/tm-vr5000el.h: Delete file.
6964 * config/mips/tm-tx39l.h: Delete file.
6965 * config/mips/tm-vr4300el.h: Delete file.
6966 * config/mips/tm-vr4xxxel.h: Delete file.
6967 * config/mips/tm-vr4300.h: Delete file.
6968 * config/mips/tm-vr4100.h: Delete file.
6969 * config/mips/tm-vr4xxx.h: Delete file.
6970 * config/mips/tm-vr5000.h: Delete file.
6971 * config/mips/tm-embedl64.h: Delete file.
6972 * config/mips/tm-embedl.h: Delete file.
6973 * config/mips/tm-embed64.h: Delete file.
6974 * config/mips/tm-bigmips64.h: Delete file.
6975 * config/mips/tm-bigmips.h: Delete file.
6976
6977 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6978
6979 Fix gdb/1216.
6980 * shnbsd-nat.c: Include "sh-tdep.h".
6981
6982 From Richard Henderson <rth@redhat.com>:
6983 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6984
6985 2003-05-31 Andrew Cagney <cagney@redhat.com>
6986
6987 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6988 forward declaration.
6989 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6990 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6991 (mips_find_saved_regs): Use set_reg_offset.
6992 (mips_frame_init_saved_regs): Delete function.
6993 (mips_pop_frame): Call mips_find_saved_regs instead of
6994 DEPRECATED_FRAME_INIT_SAVED_REGS.
6995
6996 2003-05-31 Andrew Cagney <cagney@redhat.com>
6997
6998 * mips-tdep.c (mips_gdbarch_init): Do not set
6999 deprecated_max_register_raw_size, register_virtual_size, and
7000 deprecated_max_register_virtual_size.
7001
7002 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7003
7004 * i386-tdep.c: Include "dwarf2-frame.h".
7005 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7006 * Makefile.in (i386-tdep.o): Update dependencies.
7007
7008 * dwarf2-frame.c, dwarf2-frame.h: New files.
7009 * Makefile.in (SFILES): Add dwarf2-frame.c.
7010 (dwarf2_frame_h): Define.
7011 (COMMON_OBS): Add dwarf2-frame.o.
7012 (dwarf2-frame.o): Add dependencies.
7013
7014 2003-05-31 Andreas Jaeger <aj@suse.de>
7015
7016 * x86-64-linux-nat.c: Fix comment.
7017
7018 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7019
7020 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7021 function signature.
7022
7023 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7024 have a sigcontext_addr handler.
7025 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7026 sigcontext_addr handler.
7027
7028 2003-05-31 Andrew Cagney <cagney@redhat.com>
7029
7030 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7031 (print_fp_register_row): Replace do_fp_register_row.
7032 (mips_print_fp_register): Add "file" and "frame" parameters.
7033 (mips_print_register): Add "file" and "frame" parameters.
7034 (mips_print_registers_info): Replace mips_do_registers_info.
7035 (mips_gdbarch_init): Set print_registers_info instead of
7036 deprecated_do_registers_info.
7037 (mips_read_fp_register_single): Add "frame" parameter.
7038 (mips_read_fp_register_double): Add "frame" parameter.
7039
7040 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7041
7042 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7043 Fixes a bug where GDB would print the wrong register names for
7044 targets without SSE.
7045
7046 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7047 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7048 registers.
7049
7050 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7051 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7052 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7053 TDEP->sc_sp_offset.
7054
7055 From Michal Ludvig <mludvig@suse.cz>:
7056 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7057 and `sc_num_regs'.
7058 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7059 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7060 I386_ST0_REGNUM): Move here from...
7061 * i386-tdep.c: ... here.
7062 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7063 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7064 registers if possible.
7065 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7066 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7067 Remove variables.
7068 (i386bsd_sc_reg_offset): New variable.
7069 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7070 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7071 TDEP->sc_sp_offset.
7072 (i386fbsd_sc_reg_offset): New variable.
7073 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7074 TDEP->sc_num_regs.
7075 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7076 variables.
7077 (i386fbsd4_sc_reg_offset): New variable.
7078 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7079 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7080 TDEP->sc_sp_offset.
7081 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7082 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7083 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7084 Remove variables.
7085 (i386nbsd_sc_reg_offset): New variable.
7086 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7087 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7088 TDEP->sc_sp_offset.
7089 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7090 Remove variables.
7091 (i386obsd_sc_reg_offset): New variable.
7092 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7093 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7094 TDEP->sc_sp_offset.
7095 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7096 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7097 for frame pointer offset in `struct sigcontext'.
7098
7099 2003-05-31 Andrew Cagney <cagney@redhat.com>
7100
7101 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7102 architecture methods call_dummy_words, sizeof_call_dummy_words,
7103 push_return_address, store_struct_return, and fix_call_dummy. Set
7104 push_dummy_call instead of deprecated_push_arguments.
7105 (mips_store_struct_return): Delete function.
7106 (mips_fix_call_dummy): Delete function.
7107 (mips_push_return_address): Delete function.
7108 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7109 RA_REGNUM and T9_REGNUM.
7110 (mips_n32n64_push_dummy_call): Ditto for
7111 mips_n32n64_push_arguments.
7112 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7113 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7114
7115 2003-05-31 Andrew Cagney <cagney@redhat.com>
7116
7117 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7118 "dummy_addr" to "bp_addr".
7119 * infcall.c (call_function_by_hand): Pass "funaddr" to
7120 gdbarch_push_dummy_call.
7121 * gdbarch.h, gdbarch.c: Re-generate.
7122 * i386-tdep.c (i386_push_dummy_call): Update.
7123 * arm-tdep.c (arm_push_dummy_call): Update.
7124 * d10v-tdep.c (d10v_push_dummy_call): Update.
7125
7126 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7127
7128 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7129 variable declarations.
7130 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7131 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7132 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7133 x86_64_init_frame_pc, x86_64_init_frame_pc,
7134 x86_64_function_has_prologue): Remove prototypes.
7135 (X86_64_NUM_GREGS): New define.
7136 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7137 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7138 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7139 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7140 XMM1_REGNUM): Remove defines.
7141 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7142 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7143 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7144 X86_64_XMM1_REGNUM): New defines.
7145 (struct x86_64_register_info): Renamed from `struct
7146 register_info'. Remove `size' member.
7147 (x86_64_register_info_table): Remove variable.
7148 (x86_64_register_info): New variable.
7149 (X86_64_NUM_REGS): New define.
7150 (X86_64_NUM_GREGS): Remove define.
7151 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7152 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7153 Remove variables.
7154 (x86_54_dwarf2_reg_to_regnum): Remove function.
7155 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7156 (x86_64_dwarf_reg_to_regnum): New function.
7157 (x86_64_register_name): Rewrite.
7158 (x86_64_register_raw_size): Remove function.
7159 (x86_64_register_byte_table): Remove variable.
7160 (x86_64_register_byte): Remove function.
7161 (x86_64_register_virtual_type): Remove function.
7162 (x86_64_register_type): New function.
7163 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7164 x86_64_register_convert_to_raw): Remove functions.
7165 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7166 (x86_64_use_struct_convention): Make static. Adjust for renamed
7167 defines.
7168 (x86_64_frame_init_saved_regs): Remove function.
7169 (x86_64_push_arguments): Make static. Change to accept a regcache
7170 as argument.
7171 (x86_64_store_return_value, x86_64_extract_return_value): Make
7172 static. Rewrite based on i386 counterparts.
7173 (x86_64_push_dummy_call): New function.
7174 (X86_64_NUM_SAVED_REGS): New define.
7175 (x86_64_register_number): Remove function.
7176 (x86_64_store_struct_return): Remove function.
7177 (x86_64_frameless_function_invocation,
7178 x86_64_function_has_prologue): Remove functions.
7179 (PROLOG_BUFSIZE): Remove define.
7180 (struct x86_64_frame_cache): New structure.
7181 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7182 x86_64_frame_cache, x86_64_frame_this_id,
7183 x86_64_frame_prev_register, x86_64_frame_p,
7184 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7185 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7186 functions.
7187 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7188 variables.
7189 (x86_64_skip_prologue): Rewrite in terms of
7190 x86_64_analyze_prologue.
7191 (x86_64_frame_base_address): New function.
7192 (x86_64_frame_base): New variable.
7193 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7194 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7195 set deprecated_fp_regnum, deprecated_register_size,
7196 deprecated_register_bytes, register_raw_size, register_byte,
7197 register_virtual_type, register_convertiable,
7198 register_convert_to_virtual, convert_to_raw,
7199 deprecated_get_saved_register, deprecated_target_read_fp,
7200 deprecated_push_arguments, deprecated_push_return_address,
7201 deprecated_pop_frame, deprecated_store_struct_return,
7202 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7203 frameless_function_invocation, deprecated_frame_saved_pc,
7204 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7205 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7206 deprecated_init_frame_pc and virtual_frame_pointer. Call
7207 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7208 and x86_64_frame_p. Call frame_base_set_default to register
7209 x86_64_frame_base.
7210 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7211 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7212 (_initialize_x86_64_tdep): Remove function.
7213 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7214 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7215 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7216 define.
7217 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7218 (x86_64_linux_sigcontext_addr): Rewrite.
7219 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7220 x86_64_linux_frame_saved_pc): Remove functions.
7221 (x86_64_linux_pc_in_sigtramp): Renamed from
7222 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7223 trampoline.
7224 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7225 Remove_functions.
7226 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7227 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7228 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7229 (x86_64_regmap): Rename to regmap.
7230 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7231 x86_64_num_gregs.
7232 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7233 x86_64_regmap.
7234 (x86_64_fxsave_offset): Remove function.
7235 (supply_fpregset): Simply call x86_64_supply_fxsave.
7236 (fill_fpregset): Simply call x86_64_fill_fxsave.
7237 (fetch_inferior_registers, store_inferior_registers): Avoid
7238 asignment in if-statement.
7239 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7240 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7241 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7242 (fetch_core_registers): Remove function.
7243 (linux_elf_core_fns): Remove.
7244 (offsetoff): Don't define.
7245 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7246 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7247 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7248 add core-regset.o.
7249 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7250 protection against multiple includes instead of NM_X86_64_h. Add
7251 various comments. Include "config/nm-linux.h". Don't include
7252 <signal.h>.
7253 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7254 GET_THREAD_SIGNALS): Remove defines.
7255 (x86_64_register_u_addr, kernel_u_size,
7256 lin_thread_get_thread_signals): Remove prototypes.
7257 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7258 [HAVE_LINK_H]: Don't include "solib.h".
7259 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7260 * config/i386/tm-x86-64linux.h: Fix comments.
7261 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7262 x86-64-tdep.o): Update dependencies.
7263
7264 2003-05-30 Andrew Cagney <cagney@redhat.com>
7265
7266 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7267 Change parameter type to a "struct regcache *".
7268
7269 * gdbarch.sh: Regardless of the multi-arch level, always define
7270 the macro when not already defined.
7271 * gdbarch.h, gdbarch.c: Re-generate.
7272
7273 2003-05-30 Richard Henderson <rth@redhat.com>
7274
7275 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7276 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7277 (alpha_mdebug_frame_this_id): Likewise.
7278 (alpha_mdebug_frame_prev_register): Likewise.
7279 (alpha_mdebug_frame_base_address): Likewise.
7280 (alpha_mdebug_frame_locals_address): Likewise.
7281 (alpha_mdebug_frame_args_address): Likewise.
7282 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7283 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7284 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7285 loop increment.
7286 (alpha_heuristic_frame_this_id): Make static.
7287 (alpha_heuristic_frame_prev_register): Likewise.
7288 (alpha_heuristic_frame_base_address): Likewise.
7289 * alpha-tdep.h: Update.
7290
7291 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7292
7293 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7294 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7295 defenitions.
7296 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7297 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7298 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7299 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7300 I386_ST0_REGNUM): New defines.
7301 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7302 codestream_get): Remove define.
7303 (codestream_next_addr, condestream_addr, condestream_buf,
7304 codestream_off, codestream_cnt): Remove variables.
7305 (codestream_fill, codestream_seek, codestream_read): Remove
7306 functions.
7307 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7308 functionality.
7309 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7310 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7311 i386_frame_saved_pc, i386_saved_pc_after_call,
7312 i386_frame_num_args, i386_frame_init_saved_regs,
7313 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7314 i386_push_arguments): Remove functions.
7315 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7316 functionality. Use i386_analyze_prologue instead of
7317 i386_get_frame_setup.
7318 (I386_NUM_SAVED_REGS): New define.
7319 (struct i386_frame_cache): New structure.
7320 (i386_alloc_frame_cache, i386_analyze_struct_return,
7321 i386_skip_probe, i386_analyze_frame_setup,
7322 i386_analyze_register_saves, i386_analyze_prologue,
7323 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7324 i386_frame_prev_register, i386_sigtramp_frame_cache,
7325 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7326 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7327 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7328 New functions.
7329 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7330 New variables.
7331 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7332 I386_EAX_REGNUM and I386_EDX_REGNUM.
7333 (i386_extract_return_value, i386_store_return_value): Use
7334 I386_ST0_REGNUM where appropriate.
7335 (i386_extract_struct_value_address): Rewrite to use extract_address.
7336 (i386_svr4_pc_in_sigtramp): Add comment.
7337 (i386_svr4_sigcontext_addr): Rewrite.
7338 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7339 TDEP->sc_sp_offset.
7340 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7341 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7342 of new defines. Set push_dummy_call, don't set
7343 deprecated_push_arguments, deprecated_push_return_address,
7344 deprecated_pop_frame. Don't set parm_boundary. Don't set
7345 deprecated_frame_chain, deprecated_frame_saved_pc,
7346 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7347 save_dummy_frame_tos, unwind_pc. Call
7348 frame_unwind_append_predicate and frame_base_set_default. Don't
7349 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7350 Don't set frameless_function_invocation. Don't set
7351 deprecated_register_bytes, deprecated_register_size,
7352 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7353 * i386-linux-tdep.c: Fix formatting in some comments.
7354 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7355 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7356 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7357 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7358 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7359 redundant parentheses.
7360 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7361 (i386_linux_sigcontext_addr): Use it. Rewrite.
7362 (find_minsym_and_objfile): Change name of second argument.
7363 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7364 changed. Use frame_pc_unwind instead of
7365 DEPRECATED_SAVED_PC_AFTER_CALL.
7366 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7367 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7368 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7369 unwinder.
7370 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7371 "dummy-frame.h".
7372 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7373 (_initialize_i386_cygwin_tdep): New prototype.
7374 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7375 deprecated_frame_chain_valid.
7376 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7377 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7378 Rely on the SVR4 defaults.
7379 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7380 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7381
7382 2003-05-30 Andrew Cagney <cagney@redhat.com>
7383
7384 * infcall.c (call_function_by_hand): Always call
7385 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7386
7387 2003-05-30 Richard Henderson <rth@redhat.com>
7388
7389 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7390 increment.
7391
7392 2003-05-29 Jim Blandy <jimb@redhat.com>
7393
7394 Use gdbarch methods for solib stuff on PowerPC Linux.
7395 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7396 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7397 show through.
7398 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7399 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7400 giving the same effect as the #definitions above.
7401
7402 2003-05-29 Adam Fedor <fedor@gnu.org>
7403
7404 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7405 (find_implementation_from_class): Replace it with the standard
7406 case i.e. do nothing.
7407
7408 2003-05-29 Richard Henderson <rth@redhat.com>
7409
7410 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7411 (alpha_linux_sigtramp_offset): Use it. Make static.
7412 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7413 update for new frame model.
7414 * alpha-mdebug-tdep.c: New file.
7415 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7416 (alpha_osf1_init_abi): Install it.
7417 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7418 (linked_proc_desc_table): Remove.
7419 (alpha_frame_past_sigtramp_frame): Remove.
7420 (alpha_dynamic_sigtramp_offset): Remove.
7421 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7422 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7423 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7424 (push_sigtramp_desc): Remove.
7425 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7426 (alpha_cannot_store_register): Likewise.
7427 (alpha_sigcontext_addr): Remove.
7428 (alpha_find_saved_regs): Remove.
7429 (alpha_frame_init_saved_regs): Remove.
7430 (alpha_init_frame_pc_first): Remove.
7431 (read_next_frame_reg): Remove.
7432 (alpha_frame_saved_pc): Remove.
7433 (alpha_saved_pc_after_call): Remove.
7434 (temp_proc_desc, temp_saved_regs): Remove.
7435 (alpha_about_to_return): Remove.
7436 (cached_proc_desc): Remove.
7437 (alpha_frame_chain): Remove.
7438 (alpha_print_extra_frame_info): Remove.
7439 (alpha_init_extra_frame_info): Remove.
7440 (alpha_frame_locals_address): Remove.
7441 (alpha_frame_args_address): Remove.
7442 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7443 (alpha_push_dummy_frame): Remove.
7444 (alpha_pop_frame): Remove.
7445 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7446 (alpha_read_insn): New.
7447 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7448 for different insn encodings.
7449 (alpha_in_lenient_prologue): Remove.
7450 (struct alpha_sigtramp_unwind_cache): New.
7451 (alpha_sigtramp_frame_unwind_cache): New.
7452 (alpha_sigtramp_register_address): New.
7453 (alpha_sigtramp_frame_this_id): New.
7454 (alpha_sigtramp_frame_prev_register): New.
7455 (alpha_sigtramp_frame_unwind): New.
7456 (alpha_sigtramp_frame_p): New.
7457 (struct alpha_heuristic_unwind_cache): New.
7458 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7459 don't count nop insns that occur between functions.
7460 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7461 heuristic_proc_desc, but without the mdebug wrapping.
7462 (alpha_heuristic_frame_this_id): New.
7463 (alpha_heuristic_frame_prev_register): New.
7464 (alpha_heuristic_frame_unwind): New.
7465 (alpha_heuristic_frame_p): New.
7466 (alpha_heuristic_frame_base_address): New.
7467 (alpha_heuristic_frame_base): New.
7468 (alpha_unwind_dummy_id): New.
7469 (alpha_unwind_pc): New.
7470 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7471 frame related deprecated initializations; install replacements.
7472 (alpha_dump_tdep): Remove.
7473 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7474 (alpha_read_insn, alpha_after_prologue,
7475 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7476 alpha_heuristic_frame_prev_register,
7477 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7478 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7479 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7480 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7481
7482 2003-05-29 Andrew Cagney <cagney@redhat.com>
7483
7484 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7485 dependant on the availability of ASSERT_FUNCTION.
7486 (ASSERT_FUNCTION): Do not define when there is no function name.
7487
7488 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7489
7490 From Jimi X <jimix@watson.ibm.com>:
7491 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7492
7493 2003-05-28 Jim Blandy <jimb@redhat.com>
7494
7495 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7496 argument to ptrace to int; the system headers should give it the
7497 right type, and pointers don't fit in ints on powerpc64-*-*.
7498
7499 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7500
7501 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7502 DW_TAG_catch_block.
7503
7504 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7505
7506 * stabsread.c (dbx_lookup_type): Make static.
7507 (read_type): Ditto.
7508 (add_undefined_type): Ditto.
7509 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7510 not export.
7511
7512 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7513
7514 * hpread.c (hpread_has_name): Make static.
7515 (hpread_psymtab_to_symtab): Ditto.
7516 (file_exists): Ditto.
7517 (hpread_call_pxdb): Ditto.
7518 (hpread_pxdb_needed): Ditto.
7519 (hpread_quick_traverse): Ditto.
7520 (hpread_get_header): Ditto.
7521 (hpread_get_lntt): Ditto.
7522 (hpread_get_slt): Ditto.
7523 (class_of): Ditto.
7524
7525 2003-05-25 Andreas Schwab <schwab@suse.de>
7526
7527 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7528 stack_align and deprecated_extra_stack_alignment_needed.
7529 (m68k_stack_align): Delete.
7530
7531 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7532 (m68k_register_virtual_size): Likewise.
7533 (altos_skip_prologue): Remove obsolete function.
7534 (isi_frame_num_args): Likewise.
7535 (news_frame_num_args): Likewise.
7536 (m68k_fix_call_dummy): Make static.
7537 (m68k_push_dummy_frame): Likewise.
7538 (m68k_pop_frame): Likewise.
7539 (m68k_skip_prologue): Likewise.
7540 (m68k_frame_init_saved_regs): Likewise.
7541 (m68k_saved_pc_after_call): Likewise.
7542 (m68k_get_longjmp_target): Make multi-arch.
7543 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7544 structure. Register m68k_get_longjmp_target if enabled.
7545 * m68k-tdep.h (struct gdbarch_tdep): Define.
7546 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7547
7548 * Makefile.in (config.status): Also depend on configure.tgt
7549 and configure.host.
7550 (m68klinux-tdep.o): Update dependencies.
7551 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7552 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7553 (M68K_LINUX_JB_PC): Define.
7554 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7555 and take additional parameter.
7556 (m68k_linux_sigtramp_saved_pc): Update.
7557 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7558 m68k_linux_pc_in_sigtramp, in_plt_section,
7559 find_solib_trampoline_target.
7560 * config/m68k/tm-linux.h: Don't include any tm headers.
7561 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7562 (JB_ELEMENT_SIZE): Likewise.
7563 (JB_PC): Likewise.
7564 (GET_LONGJMP_TARGET): Likewise.
7565 (IN_SIGTRAMP): Likewise.
7566 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7567
7568 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7569
7570 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7571 (sparc32_push_arguments): Re-implement by calling
7572 sparc32_do_push_arguments.
7573
7574 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7575
7576 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7577 SPARC_O1_REGNUM): New defines.
7578 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7579 (sparc32_store_return_value): New function.
7580 (sparc_extract_struct_value_address): Rewrite to operate on a
7581 regcache.
7582 (sparc_gdbarch_init): Don't set
7583 deprecated_extract_struct_value_address. Set
7584 extract_struct_value_address instead. Don't set
7585 deprecated_extract_return_value and deprecated_store_return_value
7586 for 32-bit targets. Set extract_return_value and
7587 store_return_value instead.
7588 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7589 DEPRECTAED_EXTRACT_RETURN_VALUE,
7590 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7591 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7592 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7593 (sparc_store_return_value): Remove prototype.
7594 (sparc32_store_return_value): New prototype.
7595 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7596 Adjust prototypes.
7597
7598 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7599
7600 * sparcnbsd-tdep.c: Include "gdb_string.h".
7601
7602 2003-05-23 Andrew Cagney <cagney@redhat.com>
7603
7604 * p-valprint.c (pascal_val_print): Replace extract_address with
7605 the inline equivalent extract_unsigned_integer.
7606 * jv-valprint.c (java_value_print): Ditto.
7607 * ada-valprint.c (ada_val_print_1): Ditto.
7608 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7609
7610 2003-05-23 Theodore A. Roth <troth@openavr.org>
7611
7612 * blockframe.c (frameless_look_for_prologue): Remove unused
7613 after_prologue variable.
7614
7615 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7616
7617 * blockframe.c (get_pc_function_start): Rewrite to avoid
7618 asignments in if-statements.
7619
7620 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7621
7622 Committed by Elena Zannoni <ezannoni@redhat.com>.
7623 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7624 files, don't relocate absolute symbols (and do use mst_abs).
7625
7626 2003-05-23 Andrew Cagney <cagney@redhat.com>
7627
7628 * objc-lang.c: Include "gdb_assert.h".
7629 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7630 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7631 (gdb_check, gdb_check_fatal): Delete functions.
7632 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7633 gdb_assert.
7634 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7635 * Makefile.in (objc-lang.o): Update dependencies.
7636
7637 2003-05-22 Ian Lance Taylor <ian@airs.com>
7638
7639 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7640 with fprintf_filtered, not fprintf_unfiltered.
7641
7642 2003-05-22 Andrew Cagney <cagney@redhat.com>
7643
7644 * stack.c (frame_info): Inline extract_address, replacing it with
7645 extract_unsigned_integer.
7646 * findvar.c (unsigned_pointer_to_address): Ditto.
7647 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7648 * dwarf2expr.c (dwarf2_read_address): Ditto.
7649 * frame.c (frame_pc_unwind): Update comment.
7650 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7651
7652 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7653
7654 * infptrace.c (detach): Call print_sys_errmsg rather than
7655 perror_with_name to issue warning message when errno is non-zero
7656 after calling ptrace detach.
7657
7658 2003-05-21 J. Brobecker <brobecker@gnat.com>
7659
7660 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7661 macro definitions from here...
7662 * hppa-tdep.c: ...to there.
7663
7664 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7665
7666 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7667 register_ptrace_addr(). Fix all callers.
7668
7669 2003-05-21 Andreas Schwab <schwab@suse.de>
7670
7671 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7672 dependencies.
7673 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7674 end.
7675 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7676 (_initialize_m68k_linux_tdep): New function.
7677 (m68k_linux_frame_saved_pc): Make static.
7678 (m68k_linux_extract_return_value): Likewise.
7679 (m68k_linux_store_return_value): Likewise.
7680 (m68k_linux_extract_struct_value_address): Likewise.
7681 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7682 Remove.
7683 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7684 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7685 (DEPRECATED_FRAME_SAVED_PC): Remove.
7686
7687 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7688
7689 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7690 regset numbering rather than our own.
7691
7692 2003-05-19 David Carlton <carlton@bactrian.org>
7693
7694 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7695
7696 2003-05-19 David Carlton <carlton@bactrian.org>
7697
7698 Partial fix for PR c++/827.
7699 * cp-support.h: Include symtab.h.
7700 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7701 * cp-namespace.c: Update contributors.
7702 (cp_lookup_symbol_nonlocal): New.
7703 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7704 (lookup_symbol_file): Ditto.
7705 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7706 * block.h: Declare block_scope, block_using, block_global_block.
7707 * block.c (block_scope): New.
7708 (block_using, block_global_block): Ditto.
7709 * Makefile.in (cp_support_h): Depend on symtab_h.
7710 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7711
7712 2003-05-19 David Carlton <carlton@bactrian.org>
7713
7714 * language.h (struct language_defn): Add 'la_value_of_this'
7715 and 'la_lookup_symbol_nonlocal' members.
7716 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7717 lookup_symbol_static, lookup_symbol_global,
7718 lookup_symbol_aux_block.
7719 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7720 if we should search fields of this and how to do static/global
7721 lookup.
7722 (lookup_symbol_aux_block): Make extern.
7723 (basic_lookup_symbol_nonlocal): New.
7724 (lookup_symbol_static, lookup_symbol_global): Ditto.
7725 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7726 'la_lookup_symbol_nonlocal' members.
7727 * c-lang.c (c_language_defn, cplus_language_defn)
7728 (asm_language_defn, minimal_language_defn): Ditto.
7729 * jv-lang.c (java_language_defn): Ditto.
7730 * language.c (unknown_language_defn, auto_language_defn)
7731 (local_language_defn): Ditto.
7732 * m2-lang.c (m2_language_defn): Ditto.
7733 * objc-lang.c (objc_language_defn): Ditto.
7734 * scm-lang.c (scm_language_defn): Ditto.
7735 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7736 * p-lang.c (pascal_language_defn): Ditto for both.
7737 * Makefile.in (f-lang.o): Depend on value_h.
7738 (p-lang.o): Ditto.
7739
7740 2003-05-19 David Carlton <carlton@bactrian.org>
7741
7742 * block.h: Declare block_static_block.
7743 * block.c (block_static_block): New.
7744 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7745 lookup_symbol_aux_local, calling block_static_block instead.
7746 (lookup_symbol_aux_local): Delete 'static_block' argument.
7747
7748 2003-05-19 David Carlton <carlton@bactrian.org>
7749
7750 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7751
7752 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7753
7754 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7755 register numbers mapping.
7756
7757 2003-05-18 Adam Fedor <fedor@gnu.org>
7758
7759 * symtab.c (completion_list_objc_symbol): New function.
7760 (make_symbol_completion_list): Use it to add ObjC symbols
7761 when looking though the list.
7762 (language_search_unquoted_string): New function.
7763 (make_file_symbol_completion_list): Use it.
7764
7765 2003-05-18 Andreas Schwab <schwab@suse.de>
7766
7767 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7768 dependencies.
7769 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7770 as m68k_linux_extract_return_value.
7771 (DEPRECATED_STORE_RETURN_VALUE): Define as
7772 m68k_linux_store_return_value.
7773 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7774 m68k_linux_extract_struct_value_address.
7775 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7776 get_next_frame, get_frame_base, get_frame_pc.
7777 (m68k_linux_frame_saved_pc): Use get_frame_base.
7778 (m68k_linux_extract_return_value): New function.
7779 (m68k_linux_store_return_value): New function.
7780 (m68k_linux_extract_struct_value_address): New function.
7781 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7782
7783 * c-exp.y (typebase): Remove duplicate occurence of
7784 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7785 of lookup_signed_typename.
7786
7787 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7788
7789 * dwarf2loc.c (find_location_expression): Change type of second
7790 argument to `size_t *'.
7791 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7792 for size variable.
7793
7794 2003-05-18 David Carlton <carlton@bactrian.org>
7795
7796 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7797 'linkage_name'. Add comment.
7798 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7799 'linkage_name'.
7800 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7801 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7802 (lookup_block_symbol): Ditto.
7803
7804 2003-05-16 Andrew Cagney <cagney@redhat.com>
7805
7806 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7807 * gdbarch.h, gdbarch.c: Re-generate.
7808 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7809 * TODO (REGISTER_BYTES): Delete reference.
7810 * alpha-tdep.c (alpha_gdbarch_init): Update.
7811 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7812 * x86-64-tdep.c (x86_64_init_abi): Update.
7813 * vax-tdep.c (vax_gdbarch_init): Update.
7814 * v850-tdep.c (v850_gdbarch_init): Update.
7815 * sparc-tdep.c (sparc_gdbarch_init): Update.
7816 * sh-tdep.c (sh_gdbarch_init): Update.
7817 * s390-tdep.c (s390_gdbarch_init): Update.
7818 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7819 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7820 (ns32k_gdbarch_init_32382): Update.
7821 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7822 * mcore-tdep.c (mcore_gdbarch_init): Update.
7823 * m68k-tdep.c (m68k_gdbarch_init): Update.
7824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7825 * ia64-tdep.c (ia64_gdbarch_init): Update.
7826 * i386-tdep.c (i386_gdbarch_init): Update.
7827 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7828 * hppa-tdep.c (hppa_gdbarch_init): Update.
7829 * h8300-tdep.c (h8300_gdbarch_init): Update.
7830 * frv-tdep.c (frv_gdbarch_init): Update.
7831 * cris-tdep.c (cris_gdbarch_init): Update.
7832 * avr-tdep.c (avr_gdbarch_init): Update.
7833 * arm-tdep.c (arm_gdbarch_init): Update.
7834 * sparc-tdep.c (sparc_pop_frame): Update.
7835 * rs6000-tdep.c (rs6000_pop_frame): Update.
7836 * remote.c (init_remote_state): Update.
7837 (remote_prepare_to_store): Update.
7838 * remote-vx.c (vx_prepare_to_store): Update.
7839 * remote-sds.c (sds_fetch_registers): Update.
7840 (sds_prepare_to_store): Update.
7841 * remote-array.c: Update.
7842 * regcache.c (init_legacy_regcache_descr): Update.
7843 (init_regcache_descr): Update.
7844 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7845 (mips_o64_extract_return_value): Update.
7846 * irix5-nat.c (fetch_core_registers): Update.
7847 * irix4-nat.c (fetch_core_registers): Update.
7848 * i386-tdep.h: Update.
7849 * hppa-tdep.c (pa_do_registers_info): Update.
7850 (pa_do_strcat_registers_info): Update.
7851 * cris-tdep.c (cris_register_bytes_ok): Update.
7852 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7853 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7854 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7855 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7856 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7857 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7858 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7859 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7860 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7861 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7862 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7863 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7864 (REGISTER_BYTES_OK): Update.
7865 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7866 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7867
7868 2003-05-16 Ian Lance Taylor <ian@airs.com>
7869
7870 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7871 (vax_print_insn, print_insn_arg): Remove static functions.
7872 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7873 print_insn_vax from opcodes library.
7874 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7875
7876 2003-05-15 Andrew Cagney <cagney@redhat.com>
7877
7878 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7879 * target.h (memory_breakpoint_from_pc): Delete declaration.
7880 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7881 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7882 * monitor.c (monitor_insert_breakpoint): Use
7883 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7884 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7885 * gdbarch.h, gdbarch.c: Re-generate.
7886 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7887 (sparc_gdbarch_init): Set breakpoint_from_pc to
7888 sparc_breakpoint_from_pc.
7889 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7890 (BREAKPOINT_FROM_PC): Define.
7891 (sparc_breakpoint_from_pc): Declare.
7892 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7893 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7894 (BREAKPOINT_FROM_PC): Define.
7895 (BREAKPOINT): Delete macro.
7896 * target.h: Update comment.
7897 * s390-tdep.c (s390_gdbarch_init): Update comments.
7898 * remote.c: Update comments.
7899 * remote-mips.c: Update comments.
7900 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7901 * mem-break.c: Update comment.
7902 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7903 (ia64_memory_insert_breakpoint): Update.
7904 * config/sparc/tm-sparc.h: Update comment.
7905 * config/pa/tm-hppa64.h: Update comment.
7906 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7907 (rs6000_breakpoint_from_pc): Update.
7908 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7909 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7910 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7911 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7912 (mips_breakpoint_from_pc): Update.
7913 (mips_dump_tdep): Update.
7914
7915 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7916 * minsyms.c (lookup_minimal_symbol): Inline
7917 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7918
7919 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7920 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7921 * p-lang.c (pascal_printstr): Ditto.
7922 * objc-lang.c (objc_printstr): Ditto.
7923 * m2-lang.c (m2_printstr): Ditto.
7924 * jv-valprint.c (java_print_value_fields): Ditto.
7925 * f-lang.c (f_printstr): Ditto.
7926 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7927 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7928 for repeat_count_threshold.
7929 * Makefile.in (cp-valprint.o): Update dependencies.
7930
7931 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7932
7933 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7934 (examine_prologue): Support looking through leaf functions, knowing
7935 they start with mov r2,r12. Support skipping over indirect stores
7936 of the input registers. Upon hitting a non-nop branch instruction
7937 or predicated instruction, bail out by setting lim_pc to the current
7938 pc value in the loop. At the end, if the lim_pc value is still
7939 beyond our calculated value and we have trust_limit set,
7940 use the lim_pc value.
7941
7942 2003-05-15 Andrew Cagney <cagney@redhat.com>
7943
7944 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7945 generic_find_dummy_frame.
7946 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7947 (deprecated_generic_find_dummy_frame): Update.
7948 (deprecated_read_register_dummy): Update.
7949 * frame.c (deprecated_generic_get_saved_register): Update.
7950
7951 2003-05-15 Theodore A. Roth <troth@openavr.org>
7952
7953 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7954 (avr_gdbarch_init): Set breakpoint_from_pc method.
7955
7956 2003-05-15 Andrew Cagney <cagney@redhat.com>
7957
7958 * regcache.c (build_regcache): Set deprecated_register_valid
7959 directly.
7960 (deprecated_grub_regcache_for_register_valid): Delete function.
7961 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7962 declaration.
7963
7964 2003-05-15 David Carlton <carlton@bactrian.org>
7965
7966 Committed by Elena Zannoni <ezannoni@redhat.com>
7967 * symtab.c (lookup_symbol_aux): Delete calls to
7968 lookup_symbol_aux_minsyms.
7969 (lookup_symbol_aux_minsyms): Comment out function and
7970 prototype. Delete lookup by mangled name.
7971
7972 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7973
7974 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7975 correctly indicate an empty stack and ``stack_allocated'' to the
7976 indicate the number of elements initially allocated.
7977 (dwarf_expr_grow_stack): Simplify method for computing new
7978 stack size. Don't loop infinitely if ``stack_len'' is zero.
7979 (execute_stack_op): Move ``ctx->in_reg'' initialization
7980 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7981 be used in conjuction with DW_OP_piece. Revise error message
7982 accordingly.
7983
7984 2003-05-14 Theodore A. Roth <troth@openavr.org>
7985
7986 * MAINTAINERS: Update my email address.
7987 * avr-tdep.c: Ditto.
7988
7989 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7990
7991 * symtab.h (enum domain_enum): Rename from namespace_enum.
7992 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7993 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7994 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7995 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7996 TYPES_NAMESPACE, METHODS_NAMESPACE.
7997 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7998 (struct symbol, struct partial_symbol): Rename field
7999 'namespace_enum namespace' to 'domain_enum domain'.
8000 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8001 Delete old define kludge for namespace.
8002
8003 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8004 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8005 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8006 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8007 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8008 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8009 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8010 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8011 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8012 occurrences of the above.
8013
8014 2003-05-14 Ian Lance Taylor <ian@airs.com>
8015
8016 * Makefile.in (install-only): Use $(SHELL) when running
8017 mkinstalldirs.
8018
8019 2003-05-13 Ian Lance Taylor <ian@airs.com>
8020
8021 * MAINTAINERS (write after approval): Add myself.
8022
8023 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8024 second and third arguments.
8025 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8026 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8027
8028 2003-05-13 Andrew Cagney <cagney@redhat.com>
8029
8030 * defs.h (store_address): Delete declaration.
8031 findvar.c (store_address): Delete function.
8032 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8033 store_unsigned_integer.
8034 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8035 * v850-tdep.c (v850_push_arguments): Ditto.
8036 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8037 * sh-tdep.c (sh64_get_saved_register): Ditto.
8038 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8039 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8040 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8041 (mips_get_saved_register): Ditto.
8042 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8043 (find_func_descr, ia64_push_arguments): Ditto.
8044 * i386-tdep.c (i386_push_arguments): Ditto.
8045 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8046 * frv-tdep.c (frv_push_arguments): Ditto.
8047 * frame.c (legacy_saved_regs_prev_register): Ditto.
8048 (deprecated_generic_get_saved_register): Ditto.
8049 * findvar.c (unsigned_address_to_pointer): Ditto.
8050 * dwarf2read.c (dwarf2_const_value): Ditto.
8051 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8052 * alpha-tdep.c (alpha_push_arguments): Ditto.
8053
8054 2003-05-12 J. Brobecker <brobecker@gnat.com>
8055
8056 * NEWS: Mention that the hppa-hpux port has been partially
8057 multiarched (32bit ABIT only, so far).
8058
8059 2003-05-11 Andrew Cagney <cagney@redhat.com>
8060
8061 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8062 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8063 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8064 sim/testsuite/sim/arm/misaligned2.ms, and
8065 sim/testsuite/sim/arm/misaligned3.ms.
8066 * disasm.h (struct ui_file): Add opaque struct declaration.
8067 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8068 * frame.h (struct ui_file): Ditto.
8069
8070 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8071
8072 * value.h: Pretty print.
8073
8074 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8075
8076 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8077
8078 2003-05-08 Andrew Cagney <cagney@redhat.com>
8079
8080 * regcache.h (max_register_size): Delete declaration.
8081 * regcache.c (max_register_size): Delete function.
8082 (struct regcache_descr): Delete field "max_register_size".
8083 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8084 registers fit in MAX_REGISTER_SIZE.
8085 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8086 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8087 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8088 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8089 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8090 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8091 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8092 * dve3900-rom.c, hppa-tdep.c: Ditto.
8093
8094 2003-05-08 David Carlton <carlton@math.stanford.edu>
8095
8096 * valops.c (push_word): Fix typo.
8097
8098 2003-05-08 Andrew Cagney <cagney@redhat.com>
8099
8100 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8101 * gdbarch.h: Re-generate.
8102 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8103 (legacy_max_register_raw_size): Delete declaration.
8104 * regcache.c (legacy_max_register_raw_size): Delete function.
8105 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8106 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8107 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8108 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8109 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8110 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8111 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8112 * findvar.c, dwarf2cfi.c: Ditto.
8113
8114 2003-05-08 Andrew Cagney <cagney@redhat.com>
8115
8116 * mips-tdep.c (read_signed_register): New function, moved to here
8117 from "regcache.c".
8118 (read_signed_register_pid): Ditto.
8119 * regcache.c (read_signed_register_pid): Delete function, moved to
8120 "mips-tdep.c".
8121 (read_signed_register): Ditto.
8122 * regcache.h (read_signed_register): Delete declaration.
8123 (read_signed_register_pid): Delete declaration.
8124
8125 2003-05-08 Andrew Cagney <cagney@redhat.com>
8126
8127 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8128 * gdbarch.h: Re-generate.
8129 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8130 (legacy_max_register_virtual_size): Delete declaration.
8131 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8132 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8133 * tracepoint.c (memrange_sortmerge): Ditto.
8134 * sparc-tdep.c (sparc_print_registers): Ditto.
8135 * regcache.c (legacy_max_register_virtual_size): Delete function.
8136
8137 2002-05-08 J. Brobecker <brobecker@gnat.com>
8138
8139 * fork-child.c (escape_bang_in_quoted_argument): New function.
8140 (fork_inferior): Escape '!' characters in quoted arguments
8141 only when needed.
8142
8143 2003-05-08 J. Brobecker <brobecker@gnat.com>
8144
8145 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8146 the language of the CU is not currently supported by GDB.
8147
8148 2003-05-08 J. Brobecker <brobecker@gnat.com>
8149
8150 * defs.h (language): Add language_minimal enum value.
8151 * c-lang.c (minimal_language_defn): New language definition.
8152 (_initialize_c_language): Add the new minimal language to the list
8153 of languages known to GDB.
8154
8155 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8156
8157 * frame.c (get_frame_type): Don't attempt to lazily initialize
8158 frame's unwinder for legacy frames.
8159
8160 2003-05-07 Andrew Cagney <cagney@redhat.com>
8161
8162 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8163 and "regcache" parameters.
8164 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8165
8166 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8167
8168 * dwarf2read.c (dwarf_decode_lines): Only use output of
8169 check_cu_functions() when calling record_line(). Do not update
8170 the current address.
8171
8172 2003-05-07 Andrew Cagney <cagney@redhat.com>
8173
8174 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8175 code.
8176
8177 2003-05-07 Jim Blandy <jimb@redhat.com>
8178
8179 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8180 'maint info symtabs' and 'maint info psymtabs'.
8181 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8182 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8183 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8184 Declarations updated.
8185 * maint.c (maintenance_list_command): Delete.
8186 (_initialize_maint_cmds): Update calls to add_cmd.
8187 * gdbcmd.h (maintenancelistlist): Delete declaration.
8188 * cli/cli-cmds.c (maintenancelistlist): Delete.
8189 (init_cmd_lists): Don't initialize it.
8190 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8191
8192 2003-05-07 Andrew Cagney <cagney@redhat.com>
8193
8194 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8195 "regcache".
8196 (d10v_print_registers_info): Update.
8197 (d10v_dmap_register, d10v_imap_register): Delete functions.
8198 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8199 and "imap_register".
8200 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8201 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8202 * arch-utils.c (generic_remote_translate_xfer_address): Add
8203 "regcache" and "gdbarch" parameters.
8204 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8205 parameter. Change class to multi-arch.
8206 * gdbarch.h, gdbarch.c: Re-generate.
8207 * remote.c (remote_xfer_memory): Use
8208 gdbarch_remote_translate_xfer_address.
8209
8210 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8211
8212 * infrun.c (prev_pc): Move declaration ahead of proceed().
8213 (proceed): Refresh prev_pc value before resuming.
8214 (stop_stepping): Remove code to refresh prev_pc.
8215
8216 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8217
8218 * nto-tdep.c: Removed stray comment.
8219
8220 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8221
8222 * i386-nto-tdep.c: Fix old K&R function definitions.
8223 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8224 Also change add_show_from_set() call to add_setshow_cmd().
8225 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8226
8227 2003-05-05 Andrew Cagney <cagney@redhat.com>
8228
8229 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8230 (fprint_dummy_frames): New function.
8231 (maintenance_print_dummy_frames): New function.
8232 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8233 * frame.c (fprint_frame_id): Make global.
8234 * frame.h (fprint_frame_id): Declare.
8235 * Makefile.in (dummy-frame.o): Update dependencies.
8236
8237 2003-05-05 Andrew Cagney <cagney@redhat.com>
8238
8239 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8240 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8241 SIZEOF_CALL_DUMMY_WORDS.
8242 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8243 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8244 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8245 CALL_DUMMY_BREAKPOINT_OFFSET.
8246 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8247 CALL_DUMMY_START_OFFSET.
8248 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8249 * gdbarch.h, gdbarch.c: Re-generate.
8250 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8251 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8252 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8253 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8254 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8255 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8256 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8257 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8258 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8259 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8260 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8261 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8262 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8263 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8264 * config/sparc/tm-sparc.h: Update.
8265
8266 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8267
8268 * configure.tgt: Add i[3456]86-*-nto*.
8269 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8270 * nto-tdep.c: New file. Neutrino target support routines.
8271 * nto-tdep.h: New file. Neutrino target header.
8272 * config/tm-qnxnto.h: New file.
8273 * config/i386/i386nto.mt: New file.
8274 * config/i386/tm-i386nto.h: New file.
8275
8276 2003-05-04 Andrew Cagney <cagney@redhat.com>
8277
8278 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8279 (load_infrun_state): Ditto.
8280 (struct thread_info): Drop "prev_func_name" field.
8281 * thread.c (load_infrun_state): Update.
8282 (save_infrun_state): Update.
8283 * infrun.c (prev_func_name): Delete variable.
8284 (init_wait_for_inferior): Do not clear prev_func_name.
8285 (stop_stepping, keep_going, context_switch): Do not swap
8286 prev_func_name.
8287 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8288 instead of PC_IN_SIGTRAMP.
8289
8290 2003-05-04 Andrew Cagney <cagney@redhat.com>
8291
8292 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8293 REGISTER_BYTE with register_offset_hack.
8294 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8295 that REGISTER_BYTE is consistent with the regcache.
8296 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8297 * gdbarch.h, gdbarch.c: Regenerate.
8298
8299 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8300
8301 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8302 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8303
8304 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8305
8306 2003-05-03 J. Brobecker <brobecker@gnat.com>
8307
8308 From Thierry Schneider <tpschneider1@yahoo.com>
8309 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8310 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8311 (mi-cmd-symbol.o): Add rule.
8312
8313 2003-05-03 Andrew Cagney <cagney@redhat.com>
8314
8315 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8316 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8317 * gdbarch.h, gdbarch.c: Re-generate.
8318 * d10v-tdep.c (d10v_push_dummy_code): New function.
8319 (d10v_gdbarch_init): Set push_dummy_code.
8320 * infcall.c (legacy_push_dummy_code): New function.
8321 (generic_push_dummy_code): New function.
8322 (push_dummy_code): New function.
8323 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8324 instead of dummy_addr, to push_dummy_call. Move call to
8325 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8326 switch.
8327 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8328
8329 2003-05-03 Andrew Cagney <cagney@redhat.com>
8330
8331 * disasm.h (print_insn): Declare.
8332 * disasm.c (init_gdb_disassemble_info): New function.
8333 (gdb_disassembly): Call init_gdb_disassemble_info.
8334 (gdb_print_insn): New function.
8335 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8336 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8337 * mcore-tdep.c: Include "disasm.h"
8338 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8339 * d10v-tdep.c: Include "disasm.h".
8340 (display_trace): Call gdb_print_insn, instead of print_insn.
8341 (print_insn): Delete function.
8342 * printcmd.c: Include "disasm.h".
8343 (print_insn): Delete function.
8344 (print_formatted): Call gdb_print_insn, instead of print_insn.
8345 * Makefile.in (printcmd.o): Update dependencies.
8346 (mcore-tdep.o, d10v-tdep.o): Ditto.
8347
8348 2003-05-02 Andrew Cagney <cagney@redhat.com>
8349
8350 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8351 PC_REGNUM, re-indent.
8352 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8353 PC_REGNUM isn't set.
8354
8355 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8356 * gdbarch.h, gdbarch.c: Re-generate.
8357 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8358 register_virtual_size, pc_regnum, or register_bytes.
8359 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8360 (d10v_register_type): Use D10V_PC_REGNUM.
8361 (d10v_print_registers_info, d10v_read_pc): Ditto.
8362 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8363 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8364
8365 2003-05-02 David Carlton <carlton@bactrian.org>
8366
8367 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8368 the name with mstrsave.
8369
8370 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8371
8372 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8373 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8374 (host_charset_name, target_charset_name): New vars for use by
8375 set/show commands.
8376 (host_charset_enum, target_charset_enum): New enums for set/show
8377 commands.
8378 (set_charset_sfunc, set_host_charset_sfunc,
8379 set_target_charset_sfunc): New functions.
8380 (set_host_charset, set_target_charset): Make static.
8381 (list_charsets, set_host_charset_command,
8382 set_target_charset_command): Delete functions.
8383 (show_charset_command): Rewrite as....
8384 (show_charset): Hook this up with the set/show command mechanism.
8385 (_initialize_charset): Change names of charsets to match the
8386 set/show enums. Use host_charset_name and target_charset_name.
8387 Use set/show mechanism for charset, host-charset, target-charset
8388 commands. Do not make 'show host-charset' and 'show
8389 target-charset' be aliases of 'show charset'.
8390
8391 * charset.h (set_host_charset, set_target_charset): Don't export,
8392 they are not used outside the file.
8393
8394 2003-05-01 Andrew Cagney <cagney@redhat.com>
8395
8396 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8397 (gdb_disassembly): Make "di" non static, always initialize and
8398 cleanup. Always use dis_asm_read_memory.
8399 (gdb_dis_asm_read_memory): Delete function.
8400
8401 2003-05-01 Andrew Cagney <cagney@redhat.com>
8402
8403 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8404 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8405
8406 2003-04-30 Andrew Cagney <cagney@redhat.com>
8407
8408 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8409 "tm_print_insn_info".
8410 (TARGET_PRINT_INSN_INFO): Delete macro.
8411 (dis_asm_read_memory): Delete function declaration.
8412 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8413 (tm_print_insn_info): Delete variable definition.
8414 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8415 * gdbarch.h, gdbarch.c: Re-generate.
8416 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8417 "deprecated_tm_print_insn_info".
8418 * mcore-tdep.c (mcore_dump_insn): Ditto.
8419 * mips-tdep.c (mips_gdbarch_init): Ditto.
8420 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8421 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8422 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8423 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8424 instead of TARGET_PRINT_INSN_INFO, add comment.
8425 * s390-tdep.c (s390_get_frame_info): Instead of
8426 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8427 (s390_check_function_end, s390_is_sigreturn): Ditto.
8428 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8429 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8430 * disasm.c: Include "gdbcore.h".
8431 (_initialize_disasm): New function, initialize
8432 "deprecated_tm_print_insn_info".
8433 (deprecated_tm_print_insn_info): New variable.
8434 (dis_asm_read_memory): Moved from "corefile.c", made static.
8435 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8436 * Makefile.in (disasm.o): Update dependencies.
8437
8438 2003-04-30 Andrew Cagney <cagney@redhat.com>
8439
8440 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8441
8442 2003-04-29 Adam Fedor <fedor@gnu.org>
8443
8444 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8445 * infcall.c (find_function_addr): Make non-static.
8446 * infcall.h (find_function_addr): Declare.
8447 * Makefile.in (eval.o): Update dependencies.
8448
8449 2003-04-28 Adam Fedor <fedor@gnu.org>
8450
8451 * symtab.c (symbol_find_demangled_name): Check for and demangle
8452 ObjC symbols.
8453 (symbol_init_demangled_name): Init for language_objc as well.
8454
8455 2003-04-28 Andrew Cagney <cagney@redhat.com>
8456
8457 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8458 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8459 * gdbarch.h, gdbarch.c: Re-generate.
8460 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8461 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8462 * inferior.h (deprecated_read_fp): Rename read_fp.
8463 (generic_target_read_fp): Delete declaration.
8464 * regcache.c (generic_target_read_fp): Delete function.
8465 (deprecated_read_fp): Replace read_fp, use
8466 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8467 * d10v-tdep.c (d10v_read_fp): Delete function.
8468 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8469
8470 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8471 deprecated_target_read_fp to generic_target_read_fp.
8472 * sh-tdep.c (sh_gdbarch_init): Ditto.
8473 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8474 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8475 * frv-tdep.c (frv_gdbarch_init): Ditto.
8476
8477 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8478 deprecated_fp_regnum.
8479 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8480 * vax-tdep.c (vax_gdbarch_init): Ditto.
8481 * v850-tdep.c (v850_gdbarch_init): Ditto.
8482 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8483 * sh-tdep.c (sh_gdbarch_init): Ditto.
8484 * s390-tdep.c (s390_gdbarch_init): Ditto.
8485 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8486 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8487 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8488 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8489 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8490 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8491 * i386-tdep.c (i386_gdbarch_init): Ditto.
8492 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8493 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8494 * frv-tdep.c (frv_gdbarch_init): Ditto.
8495 * cris-tdep.c (cris_gdbarch_init): Ditto.
8496 * avr-tdep.c (avr_gdbarch_init): Ditto.
8497 * arm-tdep.c (arm_gdbarch_init): Ditto.
8498 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8499
8500 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8501 * v850-tdep.c (v850_gdbarch_init): Ditto.
8502 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8503 * sh-tdep.c (sh_gdbarch_init): Ditto.
8504 * s390-tdep.c (s390_gdbarch_init): Ditto.
8505 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8506 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8507 * mips-tdep.c (mips_gdbarch_init): Ditto.
8508 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8509 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8510 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8511 * frv-tdep.c (frv_gdbarch_init): Ditto.
8512 * avr-tdep.c (avr_gdbarch_init): Ditto.
8513 * arm-tdep.c (arm_gdbarch_init): Ditto.
8514
8515 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8516 DEPRECATED_FP_REGNUM.
8517 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8518 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8519 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8520 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8521 (sparc32_register_virtual_type): Ditto.
8522 * sh-tdep.c (sh64_frame_chain): Ditto.
8523 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8524 (sh_nofp_frame_init_saved_regs): Ditto.
8525 (sh64_nofp_frame_init_saved_regs): Ditto.
8526 (sh_fp_frame_init_saved_regs): Ditto.
8527 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8528 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8529 * procfs.c (procfs_fetch_registers): Ditto.
8530 (procfs_store_registers): Ditto.
8531 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8532 (store_inferior_registers, fetch_core_registers): Ditto.
8533 (fetch_kcore_registers, clear_regs): Ditto.
8534 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8535 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8536 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8537 * nlm/i386.c (do_status): Ditto.
8538 * mipsv4-nat.c (supply_gregset): Ditto.
8539 * mips-tdep.c: Ditto for comments.
8540 * mips-nat.c (fetch_inferior_registers): Ditto.
8541 (store_inferior_registers, fetch_core_registers): Ditto.
8542 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8543 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8544 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8545 (i386_do_pop_frame, i386_register_type): Ditto.
8546 * hppa-tdep.c (hppa_frame_chain): Ditto.
8547 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8548 (hppa_pop_frame, hppa_read_fp): Ditto.
8549 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8550 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8551 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8552 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8553 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8554 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8555 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8556 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8557 * blockframe.c: Ditto for comments.
8558 * arch-utils.h: Ditto for comments.
8559 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8560 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8561 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8562 * alpha-tdep.h: Ditto for comments.
8563 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8564 (alpha_cannot_store_register): Ditto.
8565 (alpha_push_dummy_frame): Ditto.
8566 * alpha-nat.c (supply_gregset): Ditto.
8567
8568 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8569 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8570 * config/sparc/tm-sparc.h: Update comment.
8571
8572 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8573 deprecated_read_fp instead of TARGET_READ_FP.
8574 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8575 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8576 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8577 deprecated_read_fp instead of read_fp.
8578 * s390-tdep.c (s390_push_arguments): Ditto.
8579 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8580 * frame.h: Ditto in comments.
8581 * frame.c (legacy_get_prev_frame): Ditto.
8582 * dummy-frame.c (dummy_frame_this_id): Ditto.
8583 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8584
8585 2003-04-28 Andrew Cagney <cagney@redhat.com>
8586
8587 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8588 * gdbarch.h, gdbarch.c: Re-generate.
8589 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8590 * vax-tdep.c (_initialize_vax_tdep): Update.
8591 * v850-tdep.c (_initialize_v850_tdep): Update.
8592 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8593 * s390-tdep.c (_initialize_s390_tdep): Update.
8594 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8595 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8596 * mips-tdep.c (_initialize_mips_tdep): Update.
8597 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8598 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8599 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8600 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8601 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8602 * frv-tdep.c (_initialize_frv_tdep): Update.
8603 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8604 (_initialize_cris_tdep): Update.
8605 * arch-utils.c (legacy_print_insn): Update.
8606 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8607
8608 2003-04-26 Adam Fedor <fedor@gnu.org>
8609
8610 * linespec.c (decode_objc): New function to decode ObjC calls
8611 (decode_line_1): Check for ObjC calls (using decode_objc)
8612 * Makefile (linespec.o): Update dependencies.
8613
8614 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8615
8616 * breakpoint.h (struct breakpoint_ops): New.
8617 (struct breakpoint): Add ops member.
8618
8619 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8620 (mention): Use new breakpoint ops member.
8621 (set_raw_breakpoint): Initialize ops field to NULL.
8622 (print_exception_catchpoint, print_one_exception_catchpoint)
8623 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8624 (gnu_v3_exception_catchpoint_ops): New.
8625 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8626
8627 2003-04-25 Adam Fedor <fedor@gnu.org>
8628
8629 * Makefile.in (COMMON_OBS): Add objc-lang.o
8630
8631 2003-04-25 Andrew Cagney <cagney@redhat.com>
8632
8633 * d10v-tdep.c (print_insn): Delete function.
8634 (display_trace): Use TARGET_PRINT_INSN.
8635 (_initialize_d10v_tdep): Do not set tm_print_insn.
8636 (d10v_gdbarch_init): Set print_insn.
8637
8638 2003-04-25 Andrew Cagney <cagney@redhat.com>
8639
8640 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8641 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8642 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8643 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8644 (nr_dmap_regs, a0_regnum): ... new functions.
8645 (d10v_print_registers_info): Use a0_regnum, use register_size.
8646 (d10v_register_byte): Delete function.
8647 (d10v_register_raw_size): Delete function.
8648 (d10v_register_type): Use a0_regnum.
8649 (d10v_print_registers_info): Use a0_regnum.
8650 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8651 (d10v_gdbarch_init): Do not set register_byte or
8652 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8653 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8654 extract_address.
8655 (trace_command): Use XCALLOC.
8656 (print_insn): Delete reference to tm_print_insn.
8657 (saved_regs_unwinder): Use store_unsigned_integer instead of
8658 store_address.
8659 * frame.h (FRAME_OBSTACK_CALLOC): Define
8660
8661 2003-04-25 David Carlton <carlton@bactrian.org>
8662
8663 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8664
8665 2003-04-24 Adam Fedor <fedor@gnu.org>
8666
8667 * objc-lang.c: Include "valprint.h"
8668 * Makefile.in (objc-lang.o): Update dependencies.
8669
8670 2003-04-24 Adam Fedor <fedor@gnu.org>
8671
8672 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8673 architecture dependant compilation and mark as unimplemented
8674 (until they get put in the gdbarch vector).
8675
8676 2003-04-23 David Carlton <carlton@bactrian.org>
8677
8678 * cp-support.c (cp_find_first_component): Accept 'operator' in
8679 more locations.
8680
8681 2003-04-23 Andrew Cagney <cagney@redhat.com>
8682
8683 * infcall.c (call_function_by_hand): Eliminate redundant
8684 indentation. Move "saved_async" and "old_cleanups" to where they
8685 are needed.
8686
8687 2003-04-23 Andrew Cagney <cagney@redhat.com>
8688
8689 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8690 and "buffer". Move the "name" code to where it is needed.
8691
8692 2003-04-23 Andrew Cagney <cagney@redhat.com>
8693
8694 * infcall.c (call_function_by_hand): Move variables "start_sp",
8695 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8696 code to ON_STACK switch branch.
8697
8698 2003-04-23 Andrew Cagney <cagney@redhat.com>
8699
8700 * infcall.c (call_function_by_hand): Make declaration of "i",
8701 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8702 lint.
8703
8704 2003-04-23 Andrew Cagney <cagney@redhat.com>
8705
8706 * infcall.c (call_function_by_hand): Delete variable
8707 "n_method_args". Localize "param_type"'s declaration to the loop
8708 that it is used. Reinstate code assigning to said variable -
8709 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8710 Rationalize code using "param_type".
8711
8712 2003-04-22 Andrew Cagney <cagney@redhat.com>
8713
8714 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8715 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8716 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8717 to DEPRECATED_PUSH_RETURN_ADDRESS.
8718
8719 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8720
8721 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8722 on the DWARF2 register number prior to fetching a register.
8723
8724 2003-04-22 J. Brobecker <brobecker@gnat.com>
8725
8726 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8727 Update all the tests using SOFT_FLOAT considering the fact that
8728 this macro was always set to 0.
8729 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8730 considering the fact that this macro was always set to 0.
8731 * hppa-tdep.h (hppa_store_return_value): Likewise.
8732 (hppa_extract_return_value): Likewise.
8733
8734 2003-04-22 J. Brobecker <brobecker@gnat.com>
8735
8736 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8737 the hppa-pro target only.
8738
8739 2003-04-21 J. Brobecker <brobecker@gnat.com>
8740
8741 Ongoing multi-arch conversion effort for HP/UX:
8742 * config/pa/tm-hppa.h: Move all macro that are no longer
8743 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8744 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8745
8746 2003-04-21 J. Brobecker <brobecker@gnat.com>
8747
8748 * config/pa/tm-hppa.h: Obsolete a section that was only used
8749 for hppa-pro.
8750
8751 2003-04-21 J. Brobecker <brobecker@gnat.com>
8752
8753 Ongoing multi-arch conversion for HP/UX.
8754 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8755 if already defined (allows hppa64 to stay non-multiarched for now).
8756 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8757
8758 2003-04-21 Andrew Cagney <cagney@redhat.com>
8759
8760 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8761
8762 2003-04-21 Andrew Cagney <cagney@redhat.com>
8763
8764 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8765 "i386_num_mmx_regs".
8766
8767 2003-04-21 Andrew Cagney <cagney@redhat.com>
8768
8769 * infcall.c: New file.
8770 * infcall.h: New file.
8771 * valarith.c: Include "infcall.h".
8772 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8773 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8774 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8775 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8776 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8777 (SFILES): Add "infcall.c"
8778 (COMMON_OBS): Add "infcall.o".
8779 (infcall.o): Specify dependencies.
8780 * value.h (call_function_by_hand): Delete declaration.
8781 * inferior.h (run_stack_dummy): Delete declaration.
8782 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8783 (run_stack_dummy): Move to "infcall.c", merged into
8784 call_function_by_hand.
8785 * valops.c (call_function_by_hand): Moved to "infcall.c".
8786 (find_function_addr, value_arg_coerce): Ditto.
8787 (unwindonsignal_p, coerce_float_to_double): Ditto.
8788 (_initialize_valops): Move "set/show coerce-float-to-double", and
8789 "set/show unwindonsignal" commands to "infcall.c".
8790 * v850-tdep.c, target.h: Update comments.
8791 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8792 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8793 (sh64_init_extra_frame_info): Update comments.
8794 * mn10300-tdep.c: Update comments.
8795 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8796 * config/sparc/tm-sparc.h: Update comments.
8797 * breakpoint.h: Update comments.
8798 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8799 * arm-tdep.c: Update comment.
8800
8801 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8802
8803 * i386-tdep.c (i386_num_register_names): New variable.
8804 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8805 (MM0_REGNUM): Remove redundant parentheses in define.
8806 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8807 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8808 i386_mxcsr_regnum_p): Remove redundant parentheses.
8809 (i386_register_name): Use i386_num_register_names.
8810
8811 * i386-tdep.c (i386_extract_return_value,
8812 i386_store_return_value): Correct check for availability of
8813 floating-point registers.
8814
8815 * i386-tdep.c (i386_frame_num_args): Remove function.
8816 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8817
8818 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8819 mmx_regnum_to_fp_regnum. Adjust all callers.
8820
8821 * i386-tdep.c (i386_get_longjmp_target): Use
8822 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8823 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8824 extract_address.
8825
8826 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8827
8828 * core-regset.c: Update comments to reflect reality. Re-order
8829 includes.
8830 (fetch_core_registers): Use switch instead of if. Remove
8831 redundant prototype.
8832
8833 2003-04-18 Jim Blandy <jimb@redhat.com>
8834
8835 * s390-tdep.c (s390_frame_align): New function.
8836 (s390_gdbarch_init): Register it with the gdbarch object.
8837
8838 2003-04-17 Richard Henderson <rth@redhat.com>
8839
8840 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8841
8842 2003-04-17 Michael Snyder <msnyder@redhat.com>
8843 Karen Bennet <bennet@redhat.com>
8844
8845 Committed by Elena Zannoni <ezannoni@redhat.com>
8846 * gdb_gcore.sh: New script to create a core dump of a process.
8847
8848 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8849
8850 * values.c (value_being_returned): Don't fetch the return
8851 value if the return type is void.
8852
8853 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8854
8855 * thread-db.c: Reindented.
8856
8857 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8858
8859 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8860 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8861 as types.
8862
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8888
8889 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8890 the size of ``long double'' to 16, instead of 8.
8891
8892 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8893
8894 * i386-linux-nat.c: Add some whitespace to make things more
8895 readable.
8896 (fetch_register, store_register, fetch_inferior_registers,
8897 store_inferior_registers): Get rid of assignment in if-statement.
8898 (store_register): Fix typo in error message.
8899
8900 2003-04-16 Andrew Cagney <cagney@redhat.com>
8901
8902 * utils.c (xmmalloc): Always allocate something, matches
8903 libiberty/xmalloc's semantics.
8904 (xmrealloc, xmcalloc): Ditto.
8905
8906 2003-04-16 Andrew Cagney <cagney@redhat.com>
8907
8908 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8909 update comments.
8910 (get_frame_type): Initialize unwind and type when needed.
8911 (get_frame_id, frame_register_unwind): Ditto.
8912
8913 2003-04-16 Andrew Cagney <cagney@redhat.com>
8914
8915 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8916 obsolete.
8917 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8918 * sparcl-stub.c: Obsolete file.
8919 * config/sparc/tm-sparclet.h: Obsolete file.
8920 * sparclet-stub.c: Obsolete file.
8921 * sparclet-rom.c: Obsolete file.
8922 * sparcl-tdep.c: Obsolete file.
8923 * config/sparc/tm-sparclite.h: Obsolete file.
8924 * config/sparc/sparclite.mt: Obsolete file.
8925 * config/sparc/sparclet.mt: Obsolete file.
8926 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8927 sparc86x-*-* obsolete.
8928
8929 2003-04-15 David Carlton <carlton@math.stanford.edu>
8930
8931 * Makefile.in (SFILES): Add cp-namespace.c.
8932 (COMMON_OBS): Add cp-namespace.o.
8933 (block.o): Depend on gdb_obstack_h and cp_support_h.
8934 (buildsym.o): Depend on cp_support_h.
8935 (cp-namespace.o): New.
8936 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8937 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8938 (dwarf2read.o): Depend on cp_support_h.
8939 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8940 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8941 processing_current_namespace.
8942 (read_namespace): Update processing_current_namespace; check for
8943 anonymous namespaces.
8944 (dwarf2_name): New function.
8945 (dwarf2_extension): Ditto.
8946 * cp-support.h: Update copyright, contributors.
8947 Add inclusion guards.
8948 Add opaque declaration for structs obstack, block, symbol.
8949 (struct using_direct): New struct.
8950 Add declarations for cp_find_first_component,
8951 cp_entire_prefix_len, processing_has_namespace_info,
8952 processing_current_namespace, cp_is_anonymous,
8953 cp_add_using_directive, cp_initialize_namespace,
8954 cp_finalize_namespace, cp_set_block_scope,
8955 cp_scan_for_anonymous_namespaces.
8956 * cp-namespace.c: New file.
8957 * cp-support.c: Update copyright.
8958 Include ctype.h, gdb_assert.h, gdbcmd.h.
8959 New variable maint_cplus_cmd_list.
8960 (cp_find_first_component): New function.
8961 (cp_entire_prefix_len, maint_cplus_command)
8962 (first_component_command, _initialize_cp_support): Ditto.
8963 * buildsym.c: Include cp-support.h.
8964 New variable using_list.
8965 (add_symbol_to_list): Check for anonymous namespaces.
8966 (finish_block): Set block's scope.
8967 (start_symtab): Initialize C++ namespace support.
8968 (end_symtab): Finalize C++ namespace support.
8969 * block.h: Add opaque declarations for structs
8970 block_namespace_info, using_direct, and obstack.
8971 Add declarations for block_set_scope and block_set_using.
8972 (struct block): Add 'language_specific' member.
8973 (BLOCK_NAMESPACE): New macro.
8974 * block.c: Include gdb_obstack.h and cp-support.h.
8975 (struct block_namespace_info): New struct.
8976 (block_set_scope): New function.
8977 (block_set_using, block_initialize_namespace): Ditto.
8978
8979 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8980
8981 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8982 (locate_base): Return early if there aren't any link map offsets.
8983 (svr4_solib_create_inferior_hook): Warn if shared library support
8984 is unavailable.
8985
8986 2003-04-14 David Carlton <carlton@math.stanford.edu>
8987
8988 * symtab.c (symbol_set_names): Add prefix when storing Java names
8989 in hash table. Fix for PR java/1039.
8990
8991 2003-04-14 David Carlton <carlton@math.stanford.edu>
8992
8993 * symtab.c (symbol_set_names): Rename 'name' arg to
8994 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8995 * symtab.h: Change 'name' argument in declaration of
8996 symbol_set_names to 'linkage_name'.
8997 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8998
8999 2003-04-14 Andrew Cagney <cagney@redhat.com>
9000
9001 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9002 return the fully sign-extended register value.
9003 (get_frame_pointer): Ditto.
9004 (mips_pop_frame): Initialize "proc_desc" after checking for a
9005 dummy frame.
9006
9007 2003-04-14 Andrew Cagney <cagney@redhat.com>
9008
9009 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9010 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9011 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9012 (mips_push_register): Delete function.
9013 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9014 PUSH_FP_REGNUM.
9015
9016 2003-04-14 Jim Blandy <jimb@redhat.com>
9017
9018 * symmisc.c: #include "gdb_regex.h".
9019 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9020 functions.
9021 * maint.c (maintenance_list_command): New function.
9022 (_initialize_maint_cmds): Register the above as commands.
9023 * symtab.h (maintenance_list_symtabs,
9024 maintenance_list_psymtabs): New declarations.
9025 * cli/cli-cmds.c (maintenancelistlist): New variable.
9026 (init_cmd_lists): Initialize it.
9027 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9028 * gdbcmd.h (maintenancelistlist): New declaration.
9029 * Makefile.in (symmisc.o): Update dependencies.
9030
9031 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9032
9033 * s390-nat.c: Include asm/types.h for addr_t.
9034
9035 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9036
9037 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9038 actually incoming type.
9039
9040 2003-04-13 Andrew Cagney <cagney@redhat.com>
9041
9042 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9043 get_next_frame and get_frame_saved_regs.
9044
9045 2003-04-13 Andrew Cagney <cagney@redhat.com>
9046
9047 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9048 of gdbarch_num_regs.
9049
9050 2003-04-13 Andrew Cagney <cagney@redhat.com>
9051
9052 * frame.h: Mention what replaced what in "struct frame_info".
9053 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9054 deprecated_update_frame_base_hack and
9055 deprecated_update_frame_pc_hack.
9056 * hppa-tdep.c: Ditto.
9057
9058 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9059
9060 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9061 to read_reg and update its comment. Remove regnum member.
9062 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9063 Don't call read_reg when setting in_reg. Call read_reg to get
9064 the frame base if it's in a register. Return the register number
9065 on the stack instead of in the context. Remove extra arguments
9066 to read_reg.
9067 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9068 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9069 the register number on the expression stack.
9070 (needs_frame_read_reg): Remove extra arguments.
9071
9072 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9073
9074 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9075 made non-static.
9076 (execute_stack_op): All callers updated.
9077 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9078 * dwarf2loc.c (find_location_expression): New function.
9079 (dwarf_expr_frame_base): Call it.
9080 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9081 (dwarf2_tracepoint_var_ref): New function, broken out from
9082 locexpr_tracepoint_var_ref.
9083 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9084 Make static.
9085 (loclist_read_variable, loclist_read_needs_frame): New functions.
9086 (loclist_describe_location, loclist_tracepoint_var_ref): New
9087 functions.
9088 (dwarf2_loclist_funcs): New struct location_funcs.
9089 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9090 (struct dwarf2_locexpr_baton): Add comments.
9091 (dwarf2_loclist_funcs): New extern.
9092 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9093 base_address and base_known.
9094 (dwarf_loc_buffer): New variable.
9095 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9096 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9097 (dwarf2_has_info): Initialize dwarf_loc_offset.
9098 (dwarf2_build_psymtabs): Read in .debug_loc.
9099 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9100 DWARF_LOC_SIZE.
9101 (psymtab_to_symtab_1): Likewise. Move base address calculation
9102 here, from...
9103 (dwarf2_get_pc_bounds): ... here. Use the base address from
9104 cu_header.
9105 (dwarf2_symbol_mark_computed): Handle location lists.
9106
9107 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9108
9109 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9110 if the linkage name demangled successfully.
9111
9112 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9113
9114 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9115 disassmbly_flavour): Removed.
9116
9117 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9118
9119 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9120
9121 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9122
9123 2003-04-12 Andrew Cagney <cagney@redhat.com>
9124
9125 * frame.h (struct frame_info): Move definition from here ...
9126 * frame.c (struct frame_info): ... to here.
9127
9128 2003-04-12 Andrew Cagney <cagney@redhat.com>
9129
9130 * gdbthread.h (save_infrun_state): Delete parameter
9131 "prev_func_start".
9132 (struct thread_info): Delete field "prev_func_start".
9133 (load_infrun_state): Ditto.
9134 * thread.c (load_infrun_state, save_infrun_state): Update.
9135 * infrun.c (prev_func_start): Delete variable.
9136 (context_switch, init_wait_for_inferior): Update.
9137 (stop_stepping, keep_going): Update.
9138
9139 2003-04-12 Andrew Cagney <cagney@redhat.com>
9140
9141 * gdbarch.sh: Add missing opaque declarations.
9142 * gdbarch.h: Regnerate.
9143 * symtab.h: Add missing opaque declarations.
9144 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9145 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9146 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9147 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9148 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9149 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9150 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9151 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9152 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9153 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9154 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9155 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9156 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9157
9158 2003-04-11 Andrew Cagney <cagney@redhat.com>
9159
9160 * frame.c (get_frame_id): Return this frame's "id".
9161 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9162 function start.
9163 (legacy_saved_regs_this_id): Replace function body with
9164 internal-error.
9165 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9166 FRAME_OBSTACK_ZALLOC.
9167 (create_new_frame): Mark the frame ID as valid.
9168
9169 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9170
9171 * Makefile.in (libbfd_h): Added missing setting.
9172 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9173 according to the selected ABI.
9174
9175 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9176
9177 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9178
9179 2003-04-11 Andrew Cagney <cagney@redhat.com>
9180
9181 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9182 SAVED_PC_AFTER_CALL.
9183 * gdbarch.h, gdbarch.c: Regenerate.
9184 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9185 * x86-64-tdep.c (x86_64_init_abi): Update.
9186 * vax-tdep.c (vax_gdbarch_init): Update.
9187 * v850-tdep.c (v850_gdbarch_init): Update.
9188 * sparc-tdep.c (sparc_gdbarch_init): Update.
9189 * sh-tdep.c (sh_gdbarch_init): Update.
9190 * s390-tdep.c (s390_gdbarch_init): Update.
9191 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9192 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9193 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9194 * mips-tdep.c (mips_gdbarch_init): Update.
9195 * mcore-tdep.c (mcore_gdbarch_init): Update.
9196 * m68k-tdep.c (m68k_gdbarch_init): Update.
9197 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9198 * ia64-tdep.c (ia64_gdbarch_init): Update.
9199 (ia64_saved_pc_after_call): Update declaration.
9200 * i386ly-tdep.c (i386lynx_init_abi): Update.
9201 * i386-tdep.c (i386_gdbarch_init): Update.
9202 * hppa-tdep.c (hppa_gdbarch_init): Update.
9203 * h8300-tdep.c (h8300_gdbarch_init): Update.
9204 * frv-tdep.c (frv_gdbarch_init): Update.
9205 * cris-tdep.c (cris_gdbarch_init): Update.
9206 * avr-tdep.c (avr_gdbarch_init): Update.
9207 * arm-tdep.c (arm_gdbarch_init): Update.
9208 * alpha-tdep.c (alpha_gdbarch_init): Update.
9209 * ns32knbsd-nat.c (frame_num_args): Update.
9210 * ns32k-tdep.c (umax_frame_num_args): Update.
9211 * mips-tdep.c (mips_init_frame_pc_first): Update.
9212 * infrun.c (step_over_function): Update.
9213 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9214 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9215 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9216 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9217 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9218 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9219 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9220 * arch-utils.c (init_frame_pc_default): Update.
9221 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9222 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9223 declaration.
9224
9225 2003-04-11 Andrew Cagney <cagney@redhat.com>
9226
9227 * i387-tdep.c: Update copyright.
9228 (i387_to_double): Delete function.
9229 (double_to_i387): Delete function.
9230
9231 2003-04-10 Andrew Cagney <cagney@redhat.com>
9232
9233 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9234 frame's function's address. Simplify.
9235 (d10v_frame_unwind_cache): Check that the frame's function is
9236 non-zero.
9237
9238 2003-04-10 Jim Blandy <jimb@redhat.com>
9239
9240 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9241 call to set_gdbarch_deprecated_push_arguments.
9242
9243 2003-04-10 Andrew Cagney <cagney@redhat.com>
9244
9245 * frame.c (fprint_frame_id): New function.
9246 (fprint_frame_type, fprint_frame): New function.
9247 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9248 (create_sentinel_frame, get_frame_id): Ditto.
9249 (frame_id_p, frame_id_eq): Ditto.
9250 (frame_id_inner, create_new_frame): Ditto.
9251 (legacy_get_prev_frame, get_prev_frame): Ditto.
9252 (deprecated_update_frame_pc_hack): Ditto.
9253 (frame_register_unwind): Ditto.
9254 (deprecated_update_frame_base_hack): Ditto.
9255
9256 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9257
9258 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9259 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9260 frame_chain function.
9261 * Makefile.in: Add dependencies due to above change.
9262
9263 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9264
9265 * blockframe.c (legacy_frame_chain_valid): Move call to
9266 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9267 inside_entry_file.
9268
9269 2003-04-09 Andrew Cagney <cagney@redhat.com>
9270
9271 * frame.h (struct frame_id): Replace "pc" and "base" with
9272 "stack_addr" and "code_addr". Update comments.
9273 (frame_id_build): Update parameter names and comment.
9274 (struct frame_info): Replace "id_p" and "id" with "this_id".
9275 * dummy-frame.c (dummy_frame_this_id): Update.
9276 * breakpoint.c (print_one_breakpoint): Update.
9277 * frame.c (get_frame_id): Update.
9278 (get_frame_base, frame_id_build): Update.
9279 (create_sentinel_frame, legacy_get_prev_frame): Update.
9280 (deprecated_update_frame_base_hack): Update.
9281 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9282 (frame_id_inner): Ditto.
9283
9284 2003-04-09 Andrew Cagney <cagney@redhat.com>
9285
9286 * defs.h (gdb_print_host_address): Make "addr" parameter a
9287 pointer constant.
9288 * utils.c (gdb_print_host_address): Update.
9289
9290 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9291
9292 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9293 register number for R0 is 0.
9294
9295 2003-04-09 J. Brobecker <brobecker@gnat.com>
9296
9297 * frame.h (struct gdbarch): Add opaque structure definition
9298 to avoid a compilation warning on LynxOS 4.0.
9299
9300 2003-04-09 Andrew Cagney <cagney@redhat.com>
9301
9302 * frame.h (struct frame_info): Delete field "pc". Replace
9303 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9304 structure.
9305 * frame.c (frame_pc_unwind): Update.
9306 (create_sentinel_frame): Do not set "pc".
9307 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9308 (get_frame_pc): Call frame_pc_unwind.
9309 (deprecated_update_frame_pc_hack): Update.
9310 (create_new_frame): Use "pc" not "->pc".
9311
9312 2003-04-09 Andrew Cagney <cagney@redhat.com>
9313
9314 * frame.c (get_frame_id): Eliminate code updating "frame".
9315 (legacy_get_prev_frame): Ditto.
9316 (get_frame_base): Return id.base directly.
9317 (deprecated_update_frame_base_hack): Update "id.base".
9318 * frame.h (struct frame_info): Delete field "frame".
9319
9320 2003-04-09 Andrew Cagney <cagney@redhat.com>
9321
9322 * NEWS: Mention that the "Sequent family" is obsolete.
9323 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9324 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9325 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9326 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9327 * config/i386/tm-ptx4.h: Obsolete file.
9328 * config/i386/tm-ptx.h: Obsolete file.
9329 * symm-tdep.c: Obsolete file.
9330 * config/i386/symmetry.mt: Obsolete file.
9331 * config/i386/tm-symmetry.h: Obsolete file.
9332 * symm-nat.c: Obsolete file.
9333 * config/i386/nm-symmetry.h: Obsolete file.
9334 * config/i386/xm-symmetry.h: Obsolete file.
9335 * config/i386/symmetry.mh: Obsolete file.
9336 * config/i386/nm-ptx4.h: Obsolete file.
9337 * config/i386/ptx4.mh: Obsolete file.
9338 * config/i386/ptx.mt: Obsolete file.
9339 * config/i386/ptx.mh: Obsolete file.
9340 * config/i386/xm-ptx4.h: Obsolete file.
9341 * config/i386/xm-ptx.h: Obsolete file.
9342
9343 2003-04-09 Andrew Cagney <cagney@redhat.com>
9344
9345 Obsolete mips*-*-mach3*.
9346 * NEWS: Mention that mips*-*-mach3* is obsolete.
9347 * m3-nat.c: Obsolete file.
9348 * config/nm-m3.h: Obsolete file.
9349 * config/mips/tm-mipsm3.h: Obsolete file.
9350 * config/mips/mipsm3.mt: Obsolete file.
9351 * config/mips/mipsm3.mh: Obsolete file.
9352 * config/mips/xm-mipsm3.h: Obsolete file.
9353 * mipsm3-nat.c: Obsolete file.
9354 * configure.host: Obsolete mips-dec-mach3*.
9355 * configure.tgt: Obsolete mips*-*-mach3*.
9356
9357 2003-04-09 Andrew Cagney <cagney@redhat.com>
9358
9359 * doublest.h: Update copyright.
9360 (deprecated_store_floating, deprecated_extract_floating): Rename
9361 store_floating and extract_floating. Update comments.
9362 * doublest.c: Update copyright.
9363 (extract_floating_by_length): Replace extract_floating.
9364 (store_floating_by_length): Replace store_floating.
9365 (deprecated_extract_floating): New function.
9366 (deprecated_store_floating): New function.
9367 (extract_typed_floating): Call extract_floating_by_length.
9368 (store_typed_floating): Call store_floating_by_length.
9369 * x86-64-tdep.c (x86_64_store_return_value): Update.
9370 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9371 (sh64_extract_return_value): Update.
9372 (sh_sh4_register_convert_to_virtual): Update.
9373 (sh_sh64_register_convert_to_virtual): Update.
9374 (sh_sh4_register_convert_to_raw): Update.
9375 (sh_sh64_register_convert_to_raw): Update.
9376 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9377 (rs6000_register_convert_to_raw): Update.
9378 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9379 (ia64_register_convert_to_raw): Update.
9380 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9381 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9382 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9383 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9384 (alpha_register_convert_to_raw): Update.
9385
9386 2003-04-08 Andrew Cagney <cagney@redhat.com>
9387
9388 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9389 * gdbarch.h, gdbarch.c: Re-generate.
9390 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9391 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9392 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9393 conditionally, use frame_pc_unwind as an alternative. Add
9394 comments.
9395 * arch-utils.c (init_frame_pc_default): Only call
9396 SAVED_PC_AFTER_CALL when available.
9397
9398 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9399
9400 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9401 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9402 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9403 (start_remote): Ditto.
9404 (handle_inferior_event): Ditto.
9405 (save_inferior_status): Ditto.
9406 (restore_inferior_status): Ditto.
9407 * infcmd.c (attach_command): Ditto.
9408 * fork-child.c (startup_inferior): Ditto.
9409 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9410 * alpha-tdep.c (heuristic_proc_start): Ditto.
9411 * mips-tdep.c (heuristic_proc_start): Ditto.
9412 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9413 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9414 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9415 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9416 * remote-vx.c (vx_create_inferior): Ditto.
9417
9418 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9419
9420 * infrun.c (stop_soon_quietly): Make it an enum, to better
9421 override the default behavior of handle_inferior_event.
9422 (clear_proceed_status): Update uses of stop_soon_quietly to
9423 reflect that it is now an enum.
9424 (start_remote): Ditto.
9425 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9426 is set to handle the new GNU/Linux kernel behavior for
9427 attach/sigstop. Update uses of stop_soon_quietly.
9428 * inferior.h (enum stop_kind): New enum.
9429 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9430 Reset normal handle_inferior_event behavior, afterwards.
9431 * fork-child.c (startup_inferior): Update.
9432 * alpha-tdep.c (heuristic_proc_start): Update.
9433 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9434 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9435 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9436 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9437 * remote-vx.c (vx_create_inferior): Update.
9438 * mips-tdep.c (heuristic_proc_start): Update.
9439
9440 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9441
9442 * disasm.c (dump_insns): Move variables inside loop, or they will
9443 be freed more than once, causing wild memory corruptions.
9444 (gdb_disassembly): Look for the substring "-thread",
9445 instead of "-threads" in the target name, to make sure to find
9446 the 'multi-thread' target. Also, make sure we do the right thing
9447 with the "core" target.
9448
9449 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9450
9451 * mips-tdep.c (mips_print_fp_register): New function, created from
9452 do_fp_register_row(). Registers are now (also) printed as hex.
9453 Only one register is printed per row.
9454 (mips_print_register, do_fp_register_row): Print floating point
9455 registers with mips_print_fp_register().
9456
9457 2003-04-06 Andrew Cagney <cagney@redhat.com>
9458
9459 * valprint.h (inspect_it): Add extern declaration.
9460 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9461 (selectors_info, classes_info): Ditto.
9462 (find_objc_msgcall): Fix indentation.
9463 (objc_printstr): Delete extern declarations.
9464
9465 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9466
9467 2003-04-06 Andrew Cagney <cagney@redhat.com>
9468
9469 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9470 Update comment.
9471 * frame.c (legacy_saved_regs_this_id): Update.
9472 (legacy_get_prev_frame): Update.
9473 * xstormy16-tdep.c: Update comment.
9474 * sparc-tdep.c (sparc_frame_chain): Update comment.
9475 * blockframe.c (legacy_frame_chain_valid): Update.
9476
9477 2003-04-06 Andrew Cagney <cagney@redhat.com>
9478
9479 * valprint.c (val_print_type_code_int): Delete #ifdef
9480 PRINT_TYPELESS_INTEGER code.
9481
9482 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9483 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9484 multi-arch definition.
9485 * gdbarch.h: Re-generate.
9486
9487 2003-04-05 Andrew Cagney <cagney@redhat.com>
9488
9489 Eliminate FRAME_FIND_SAVED_REGS.
9490 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9491 Change FSR parameter to a pointer.
9492 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9493 Assume FSR parameter is a pointer.
9494 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9495 Make fsr a pointer.
9496 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9497 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9498 saved_regs a pointer.
9499 (hppa_frame_saved_pc): Ditto.
9500 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9501 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9502 pointer.
9503 (restore_pc_queue): Make fsr a pointer.
9504 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9505 (hppa_frame_chain): Make saved_regs a pointer, call
9506 hppa_frame_init_saved_regs.
9507 * sparc-tdep.c: Include "gdb_assert.h".
9508 (sparc_frame_find_saved_regs): Replace internal_error with
9509 gdb_assert.
9510 * remote-vxsparc.c (vx_read_register): Delete reference to
9511 FRAME_FIND_SAVED_REGS.
9512 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9513 * gdbarch.h: Regenerate.
9514 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9515 (deprecated_get_frame_saved_regs): Delete declaration.
9516 (struct frame_saved_regs): Delete definition.
9517 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9518 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9519 (hppa_frame_find_saved_regs): Delete declaration.
9520 (FRAME_FIND_SAVED_REGS): Delete macro.
9521 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9522 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9523 FRAME_FIND_SAVED_REGS in comment.
9524
9525 2003-04-05 Andrew Cagney <cagney@redhat.com>
9526
9527 * frame.c (frame_func_unwind, get_frame_func): New functions.
9528 * frame.h (get_frame_func, frame_func_unwind): Declare.
9529 (struct frame_info): Add field "prev_func" for caching the
9530 previous frame's function address.
9531 * arm-tdep.c (arm_frameless_function_invocation): Combine
9532 get_pc_function_start and get_frame_pc into get_frame_func.
9533 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9534 (sh64_nofp_frame_init_saved_regs): Ditto.
9535 * s390-tdep.c (s390_function_start): Ditto.
9536 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9537 (rs6000_frameless_function_invocation): Ditto.
9538 (rs6000_frame_saved_pc): Ditto.
9539 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9540 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9541 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9542 (i386_frame_init_saved_regs): Ditto.
9543 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9544 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9545 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9546 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9547 * blockframe.c (frameless_look_for_prologue): Ditto.
9548
9549 2003-04-05 Andrew Cagney <cagney@redhat.com>
9550
9551 * frame.c (legacy_get_prev_frame): Link prev to next at the
9552 function start. Update comments.
9553
9554 2003-04-05 Andrew Cagney <cagney@redhat.com>
9555
9556 * frame.c (get_frame_id): Update comment.
9557 (legacy_get_prev_frame): Update comment.
9558 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9559 * gdbarch.h: Regenerate.
9560 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9561 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9562
9563 2003-04-05 Andrew Cagney <cagney@redhat.com>
9564
9565 * stack.c (print_frame_info): Use get_frame_pc.
9566
9567 2003-04-04 Andrew Cagney <cagney@redhat.com>
9568
9569 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9570 the frame's type from the unwinder.
9571 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9572 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9573 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9574 (get_frame_base_address): Use get_frame_type.
9575 (get_frame_locals_address, get_frame_args_address): Ditto.
9576 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9577 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9578 (struct frame_info): Add comment explaining why the frame contains
9579 a "type" field.
9580 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9581 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9582 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9583 NORMAL_FRAME.
9584 * frame-unwind.h: Include "frame.h".
9585 (struct frame_unwind): Add "type" field.
9586 * Makefile.in (frame_unwind_h): Add $(frame_h).
9587
9588 2003-04-04 Andrew Cagney <cagney@redhat.com>
9589
9590 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9591 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9592 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9593 get_frame_base.
9594 (d10v_unwind_dummy_id): Use frame_id_build.
9595 * frame.c (find_frame_sal): Use get_frame_pc.
9596 (create_new_frame): Use deprecated_update_frame_pc_hack and
9597 deprecated_update_frame_base_hack.
9598 (create_sentinel_frame): Add comment about ->pc going away.
9599 (get_prev_frame): Add comment about ->pc going away.
9600 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9601 frame_id_build, deprecated_update_frame_pc_hack and
9602 deprecated_update_frame_base_hack.
9603 (select_frame): Use get_frame_pc.
9604 (legacy_saved_regs_this_id): Use frame_id_build.
9605
9606 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9607
9608 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9609 signed integer case.
9610 (classify_argument): Handle enumerations and references.
9611
9612 2003-04-04 Andrew Cagney <cagney@redhat.com>
9613
9614 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9615 ID to NULL.
9616
9617 2003-04-01 Adam Fedor <fedor@gnu.org>
9618
9619 * gdb/objc-lang.c (selectors_info): Replace calls to
9620 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9621 SYMBOL_NATURAL_NAME.
9622 (classes_info, find_methods): Likewise.
9623
9624 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9625
9626 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9627 ``mach'' to the value determined by bfd_default_set_arch_mach().
9628
9629 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9630
9631 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9632 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9633 (mi-cmd-file.o): Update dependencies.
9634
9635 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9636
9637 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9638 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9639
9640 2003-04-01 Adam Fedor <fedor@gnu.org>
9641
9642 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9643 * language.h (struct language_defn): Add la_demangle.
9644 (language_demangle): Declare.
9645 * language.c (language_demangle): New function.
9646 (unk_lang_demangle): Likewise.
9647 (unknown_language_defn, auto_language_defn, local_language_defn):
9648 Add ukn_lang_demangle.
9649 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9650 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9651 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9652 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9653 * jv-lang.c (java_demangle): New function
9654 (java_language_defn): Use it for la_demangle element.
9655 * objc-lang.c (objc_demangle): Add options argument
9656 (objc_language_defn): Use objc_demangle for la_demangle element.
9657 * maint.c (maintenance_demangle): Replace switch with
9658 call to language_demangle.
9659 * utils.c (fprintf_symbol_filtered): Likewise.
9660
9661 2003-04-01 Andrew Cagney <cagney@redhat.com>
9662
9663 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9664 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9665 PRINT_TYPELESS_INTEGER.
9666 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9667 PUSH_RETURN_ADDRESS.
9668
9669 2003-04-01 Andrew Cagney <cagney@redhat.com>
9670
9671 * Makefile.in (d10v-tdep.o): Update dependencies.
9672 * d10v-tdep.c: Include "frame-base.h".
9673 (d10v_frame_unwind): Make constant.
9674 (d10v_frame_base_address): New function.
9675 (d10v_frame_base): New variable.
9676 (d10v_gdbarch_init): Set frame_base default.
9677 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9678 comment for base.
9679 (d10v_frame_unwind_cache): Set and use "prev_sp".
9680 (d10v_frame_this_id): Use the previous frame's inner most stack
9681 address and this frame's func address for the frame ID. Use
9682 frame_id_build. Don't analyze beyond the current instruction.
9683
9684 2003-04-01 Andrew Cagney <cagney@redhat.com>
9685
9686 * frame.h (get_frame_locals_address, get_frame_args_address):
9687 Refer to the base address, instead of the address of the first
9688 local or parameter.
9689
9690 2003-04-01 Andrew Cagney <cagney@redhat.com>
9691
9692 Add frame debug info addresses:
9693 * frame-base.c: New file.
9694 * frame-base.h: New file.
9695 * frame.h (struct frame_base): Add opaque declaration.
9696 (get_frame_base): Update comment.
9697 (get_frame_base_address): Declare.
9698 (get_frame_locals_address): Declare.
9699 (get_frame_args_address): Declare.
9700 (struct frame_info): Add "base" and "base_cache". Update
9701 comments on the unwinder.
9702 * frame.c: Include "frame-base.h".
9703 (get_frame_locals_address): New function.
9704 (get_frame_base_address): New function.
9705 (get_frame_args_address): New function.
9706 * findvar.c (read_var_value): Use get_frame_locals_address and
9707 get_frame_args_address.
9708 * stack.c (frame_info): Use get_frame_locals_address and
9709 get_frame_args_address.
9710 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9711 moved to "frame-base.c".
9712 * printcmd.c (print_frame_nameless_args): Ditto.
9713 * symtab.h (address_class): Update comments.
9714 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9715 get_frame_base_address.
9716 * dwarf2expr.c (execute_stack_op): Ditto.
9717 * Makefile.in (frame_base_h): Define.
9718 (frame.o): Update dependencies.
9719 (frame-base.o): Add dependencies.
9720 (SFILES): Add frame-base.c.
9721 (COMMON_OBS): Add frame-base.o.
9722
9723 2003-04-01 Andrew Cagney <cagney@redhat.com>
9724
9725 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9726 CALL_DUMMY_LENGTH): Ditto.
9727 * gdbarch.c: Re-generate.
9728 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9729 (CALL_DUMMY_LENGTH): Delete macro.
9730 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9731 * arm-tdep.c (arm_gdbarch_init): Ditto.
9732 * avr-tdep.c (avr_gdbarch_init): Ditto.
9733 * cris-tdep.c (cris_gdbarch_init): Ditto.
9734 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9735 * frv-tdep.c (frv_gdbarch_init): Ditto.
9736 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9737 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9738 * i386-tdep.c (i386_gdbarch_init): Ditto.
9739 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9741 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9742 * mips-tdep.c (mips_gdbarch_init): Ditto.
9743 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9744 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9745 * s390-tdep.c (s390_gdbarch_init): Ditto.
9746 * sh-tdep.c (sh_gdbarch_init): Ditto.
9747 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9748 * v850-tdep.c (v850_gdbarch_init): Ditto.
9749 * vax-tdep.c (vax_gdbarch_init): Ditto.
9750 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9751
9752 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9753
9754 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9755
9756 2003-04-01 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9759 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9760 * gdbarch.h, gdbarch.c: Re-generate.
9761 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9762 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9763 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9764 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9765 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9766 * infcmd.c (run_stack_dummy): Simplify assuming
9767 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9768 * infrun.c (handle_inferior_event): Ditto.
9769 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9770 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9771 * arm-tdep.c (arm_gdbarch_init): Ditto.
9772 * avr-tdep.c (avr_gdbarch_init): Ditto.
9773 * cris-tdep.c (cris_gdbarch_init): Ditto.
9774 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9775 * frv-tdep.c (frv_gdbarch_init): Ditto.
9776 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9777 * i386-tdep.c (i386_gdbarch_init): Ditto.
9778 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9779 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9780 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9781 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9782 * mips-tdep.c (mips_gdbarch_init): Ditto.
9783 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9784 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9785 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9786 * s390-tdep.c (s390_gdbarch_init): Ditto.
9787 * sh-tdep.c (sh_gdbarch_init): Ditto.
9788 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9789 * v850-tdep.c (v850_gdbarch_init): Ditto.
9790 * vax-tdep.c (vax_gdbarch_init): Ditto.
9791 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9792
9793 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9794
9795 * symfile.c (symfile_relocate_debug_section): Update call to
9796 bfd_simple_get_relocated_section_contents.
9797
9798 2003-03-31 Andrew Cagney <cagney@redhat.com>
9799
9800 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9801 * gdbarch.h, gdbarch.c: Regenerate.
9802 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9803 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9804 available.
9805 * frame.h (generic_fix_call_dummy): Delete declaration.
9806 * dummy-frame.h: Update comment.
9807 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9808 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9809 fix_call_dummy.
9810 * sh-tdep.c (sh_gdbarch_init): Ditto.
9811 * s390-tdep.c (s390_gdbarch_init): Ditto.
9812 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9813 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9815 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9816 * i386-tdep.c (i386_gdbarch_init): Ditto.
9817 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9818 * frv-tdep.c (frv_gdbarch_init): Ditto.
9819 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9820 * cris-tdep.c (cris_gdbarch_init): Ditto.
9821 * avr-tdep.c (avr_gdbarch_init): Ditto.
9822 * arm-tdep.c (arm_gdbarch_init): Ditto.
9823
9824 2003-03-31 J. Brobecker <brobecker@gnat.com>
9825
9826 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9827 (INIT_FRAME_AP): Likewise.
9828 (EXTRA_FRAME_INFO): Likewise.
9829
9830 2003-03-31 Andrew Cagney <cagney@redhat.com>
9831
9832 * gdbarch.sh: Include "symfile.h".
9833 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9834 * gdbarch.h, gdbarch.c: Re-generate.
9835 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9836 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9837 call_dummy_address, the default is at entry_point_address.
9838 * v850-tdep.c (v850_gdbarch_init): Ditto.
9839 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9840 * sh-tdep.c (sh_gdbarch_init): Ditto.
9841 * s390-tdep.c (s390_gdbarch_init): Ditto.
9842 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9843 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9844 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9845 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9846 * i386-tdep.c (i386_gdbarch_init): Ditto.
9847 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9848 * frv-tdep.c (frv_gdbarch_init): Ditto.
9849 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9850 * cris-tdep.c (cris_gdbarch_init): Ditto.
9851 * arm-tdep.c (arm_gdbarch_init): Ditto.
9852
9853 2003-03-31 Andrew Cagney <cagney@redhat.com>
9854
9855 * gdbarch.sh (CALL_DUMMY_P): Delete.
9856 * gdbarch.h, gdbarch.c: Re-generate.
9857 * inferior.h (CALL_DUMMY_P): Delete macro.
9858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9859 * vax-tdep.c (vax_gdbarch_init): Update.
9860 * v850-tdep.c (v850_gdbarch_init): Update.
9861 * sparc-tdep.c (sparc_gdbarch_init): Update.
9862 * sh-tdep.c (sh_gdbarch_init): Update.
9863 * s390-tdep.c (s390_gdbarch_init): Update.
9864 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9865 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9866 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9867 * mips-tdep.c (mips_gdbarch_init): Update.
9868 * mcore-tdep.c (mcore_gdbarch_init): Update.
9869 * m68k-tdep.c (m68k_gdbarch_init): Update.
9870 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9871 * ia64-tdep.c (ia64_gdbarch_init): Update.
9872 * i386-tdep.c (i386_gdbarch_init): Update.
9873 * h8300-tdep.c (h8300_gdbarch_init): Update.
9874 * frv-tdep.c (frv_gdbarch_init): Update.
9875 * d10v-tdep.c (d10v_gdbarch_init): Update.
9876 * cris-tdep.c (cris_gdbarch_init): Update.
9877 * breakpoint.c (deprecated_frame_in_dummy): Update.
9878 * avr-tdep.c (avr_gdbarch_init): Update.
9879 * alpha-tdep.c (alpha_gdbarch_init): Update.
9880 * arm-tdep.c (arm_gdbarch_init): Update.
9881 * dummy-frame.c (dummy_frame_this_id): Update comments.
9882 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9883 * frame.c (legacy_get_prev_frame): Ditto.
9884 * valops.c (call_function_by_hand): Delete function.
9885 (hand_function_call): Rename to call_function_by_hand
9886
9887 2003-03-30 Andrew Cagney <cagney@redhat.com>
9888
9889 2002-11-10 Klee Dienes <kdienes@apple.com>
9890 * value.h (struct value): Update comment.
9891
9892 2003-03-30 Andrew Cagney <cagney@redhat.com>
9893
9894 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9895 D10V_FP_REGNUM.
9896 (d10v_gdbarch_init): Do not set fp_regnum.
9897
9898 * frame.c (get_frame_base): Force ID initialization.
9899 (get_prev_frame): Move computation of the frame ID from here ...
9900 (get_frame_id): ... to here.
9901 (legacy_get_prev_frame): Mark the frame ID as valid.
9902 * frame.h (struct frame_info): Add field "id_p".
9903
9904 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9905
9906 * i386-tdep.c (i386_store_struct_return): Removed.
9907 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9908
9909 2003-03-30 Andrew Cagney <cagney@redhat.com>
9910
9911 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9912 * gdbarch.h, gdbarch.c: Regenerate.
9913 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9915 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9916 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9917 * i386-tdep.c (i386_gdbarch_init): Ditto.
9918 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9919 * cris-tdep.c (cris_gdbarch_init): Ditto.
9920 * vax-tdep.c (vax_gdbarch_init): Ditto.
9921 * s390-tdep.c (s390_gdbarch_init): Ditto.
9922 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9923 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9924 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9925 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9926 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9927 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9928 * sparc-tdep.c (sparc_gdbarch_init): Update.
9929 * sh-tdep.c (sh_gdbarch_init): Update.
9930 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9931 * mips-tdep.c (mips_gdbarch_init): Update.
9932 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9933 * ia64-tdep.c (ia64_gdbarch_init): Update.
9934 * frv-tdep.c (frv_gdbarch_init): Update.
9935 * avr-tdep.c (avr_gdbarch_init): Update.
9936 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9937 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9938 instead of when push_dummy_call is not available.
9939
9940 2003-03-30 Andrew Cagney <cagney@redhat.com>
9941
9942 * infttrace.c: Include "gdbthread.h".
9943 (parent_attach_all): Fix function signature.
9944 (call_ptrace): Update call.
9945 * Makefile.in (infttrace.o): Update dependencies.
9946
9947 2003-03-30 Andrew Cagney <cagney@redhat.com>
9948
9949 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9950 PUSH_RETURN_ADDRESS.
9951 * gdbarch.h, gdbarch.c: Regenerate.
9952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9953 * x86-64-tdep.c (x86_64_init_abi): Update.
9954 * v850-tdep.c (v850_gdbarch_init): Update.
9955 * sparc-tdep.c (sparc_gdbarch_init): Update.
9956 * sh-tdep.c (sh_gdbarch_init): Update.
9957 * s390-tdep.c (s390_gdbarch_init): Update.
9958 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9959 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9960 * mips-tdep.c (mips_gdbarch_init): Update.
9961 * mcore-tdep.c (mcore_gdbarch_init): Update.
9962 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9963 * ia64-tdep.c (ia64_gdbarch_init): Update.
9964 * i386-tdep.c (i386_gdbarch_init): Update.
9965 * h8300-tdep.c (h8300_gdbarch_init): Update.
9966 * frv-tdep.c (frv_gdbarch_init): Update.
9967 * cris-tdep.c (cris_gdbarch_init): Update.
9968 * avr-tdep.c (avr_gdbarch_init): Update.
9969 * arm-tdep.c (arm_gdbarch_init): Update.
9970 * valops.c (hand_function_call): Update.
9971
9972 2003-03-29 Andrew Cagney <cagney@redhat.com>
9973
9974 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9975 sizeof_call_dummy_words.
9976 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9977 define.
9978 * gdbarch.h: Regenerate.
9979
9980 2003-03-29 Andrew Cagney <cagney@redhat.com>
9981
9982 * infttrace.h: New file.
9983 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9984 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9985 (hpread_read_doc_function_type): Detect an initialized type1.
9986 (hpread_quick_traverse): Initialize mod_name_string.
9987 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9988 (som_solib_get_solib_by_pc): Declare.
9989 (so_lib_thread_start_addr): Declare.
9990 (no_shared_libraries): Declare.
9991 * somread.c (init_import_symbols): Make static. Add forward
9992 declaration.
9993 * config/pa/nm-hppah.h: Include "infttrace.h" for
9994 parent_attach_all.
9995 (hppa_insert_hw_watchpoint): Declare.
9996 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9997 * hppah-nat.c: Include "gdb_string.h".
9998 (parent_attach_all): Delete extern declaration, moved to
9999 "infttrace.h".
10000 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10001 int.
10002 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10003 * Makefile.in (infttrace_h): Define.
10004 (hpread.o): Update dependencies.
10005 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10006 * hppa-hpux-tdep.c: Include "gdb_string.h".
10007 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10008 * infrun.c (handle_inferior_event): Always initialize
10009 stepped_after_stopped_by_watchpoint. Add default and remove
10010 fallthrough in switch statement.
10011 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10012 parameter to int.
10013 (hppa_remove_hw_watchpoint): Ditto.
10014
10015 2003-03-29 Andrew Cagney <cagney@redhat.com>
10016
10017 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10018 offset.
10019
10020 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10021
10022 * arm-tdep.c (arm_push_arguments): Delete.
10023 (struct stack_item): New type.
10024 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10025 (arm_store_struct_return): Delte.
10026 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10027 arm_push_arguments or arm_store_struct_return.
10028
10029 2003-03-28 Andrew Cagney <cagney@redhat.com>
10030
10031 * Makefile.in (d10v-tdep.o): Update dependencies.
10032 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10033 * d10v-tdep.c: Include "remote.h".
10034 (target_resume_hook): Delete extern declaration.
10035 (target_wait_loop_hook): Ditto.
10036 (tdisassemble_command): Eliminate assignment in "if" conditional.
10037 (d10v_ts2_register_sim_regno): Eliminate call to
10038 legacy_register_sim_regno.
10039 (d10v_ts3_register_sim_regno): Ditto.
10040
10041 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10042
10043 * thread.c: Reindented.
10044 * lin-lwp.c: Ditto.
10045 * linux-proc.c: Ditto.
10046
10047 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10048
10049 * MAINTAINERS (write after approval): Add myself.
10050
10051 2003-03-27 Theodore A. Roth <troth@openavr.org>
10052
10053 * objc-exp.y: Add missing semi-colons.
10054
10055 2003-03-27 Andrew Cagney <cagney@redhat.com>
10056
10057 * regcache.c (write_sp): Delete function and references.
10058 * inferior.h (write_sp): Delete declaration.
10059 * valops.c (hand_function_call): Replace write_sp with
10060 TARGET_WRITE_SP.
10061 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10062 (sparc_pop_frame): Ditto.
10063
10064 2003-03-27 Andrew Cagney <cagney@redhat.com>
10065
10066 * NEWS: Mention removal of support for hppa*-*-bsd* and
10067 hppa*-*-osf* natives, and hppa*-*-pro* target.
10068 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10069 * config/pa/xm-pa.h: Obsolete file.
10070 * config/pa/xm-hppab.h: Obsolete file.
10071 * config/pa/nm-hppab.h: Obsolete file.
10072 * config/pa/tm-hppab.h: Obsolete file.
10073 * config/pa/tm-hppao.h: Obsolete file.
10074 * config/pa/nm-hppao.h: Obsolete file.
10075 * config/pa/tm-pro.h: Obsolete file.
10076 * config/pa/hppaosf.mt: Obsolete file.
10077 * config/pa/hppaosf.mh: Obsolete file.
10078 * config/pa/hppapro.mt: Obsolete file.
10079 * config/pa/hppabsd.mt: Obsolete file.
10080 * config/pa/hppabsd.mh: Obsolete file.
10081 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10082 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10083 hppa*-*-osf*.
10084
10085 2003-03-27 Andrew Cagney <cagney@redhat.com>
10086
10087 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10088 push_arguments. Don't set push_return_address or write_sp.
10089 (d10v_push_dummy_call): Replace d10v_push_arguments.
10090 (d10v_push_return_address, d10v_write_sp): Delete function,
10091 handled by push_dummy_call.
10092
10093 2003-03-26 Andrew Cagney <cagney@redhat.com>
10094
10095 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10096 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10097 regcache and dummy_addr parameters.
10098 * gdbarch.h, gdbarch.c: Re-generate.
10099 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10100 available; assume it will handle stack alignment and return
10101 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10102 legacy_push_arguments.
10103 (legacy_push_arguments): Rename default_push_arguments.
10104 * value.h (legacy_push_arguments): Rename default_push_arguments.
10105 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10106 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10107 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10108 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10109 * config/i386/tm-symmetry.h: Update.
10110 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10111 * x86-64-tdep.c (x86_64_init_abi): Update.
10112 * v850-tdep.c (v850_gdbarch_init): Update.
10113 * sparc-tdep.c (sparc_gdbarch_init): Update.
10114 * sh-tdep.c (sh_gdbarch_init): Update.
10115 * s390-tdep.c (s390_gdbarch_init): Update.
10116 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10117 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10118 * mips-tdep.c (mips_gdbarch_init): Update.
10119 * mcore-tdep.c (mcore_gdbarch_init): Update.
10120 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10121 * ia64-tdep.c (ia64_gdbarch_init): Update.
10122 * i386-tdep.c (i386_gdbarch_init): Update.
10123 * hppa-tdep.c (hppa_gdbarch_init): Update.
10124 * h8300-tdep.c (h8300_gdbarch_init): Update.
10125 * frv-tdep.c (frv_gdbarch_init): Update.
10126 * d10v-tdep.c (d10v_gdbarch_init): Update.
10127 * cris-tdep.c (cris_gdbarch_init): Update.
10128 * avr-tdep.c (avr_gdbarch_init): Update.
10129 * arm-tdep.c (arm_gdbarch_init): Update.
10130 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10131 * alpha-tdep.c (alpha_gdbarch_init): Update.
10132
10133 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10134
10135 * signals/signals.c (do_target_signal_to_host): Correct realtime
10136 signal range test.
10137
10138 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10139
10140 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10141 (struct sal_chain, map_catch_names): Remove.
10142 (catch_exception_command_1): Don't call
10143 handle_gnu_4_16_catch_command.
10144
10145 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10146
10147 From Mark Dettinger <dettinge@de.ibm.com>:
10148 * dwarf2cfi.c (read_2u): Increment pointer by two.
10149
10150 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10151
10152 * signals/signals.c: Fix typos in last change.
10153
10154 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10155
10156 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10157 not already defined. Use __SIGRTMIN if available.
10158 (target_signal_from_host): Remove SIGRTMIN block.
10159 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10160 the signal is within the realtime range.
10161
10162 2003-03-25 Adam Fedor <fedor@gnu.org>
10163
10164 * Makefile.in (infrun.o): Add $(language_h)
10165 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10166 for language specific trampolines.
10167 * language.h (struct language_defn): Add skip_trampoline.
10168 (skip_language_trampoline): Declare.
10169 * language.c (unk_lang_trampoline, skip_language_trampoline):
10170 New functions.
10171 (unknown_language_defn, auto_language_defn, local_language_defn):
10172 Add ukn_lang_trampoline.
10173 * ada-lang.c (ada_language_defn): Add NULL for language
10174 specific skip_trampoline.
10175 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10176 scm-lang.c: Likewise.
10177 * objc-lang.c (objc_skip_trampoline): New function.
10178 (objc_language_defn): Add objc_skip_trampoline.
10179
10180 2003-03-25 Andrew Cagney <cagney@redhat.com>
10181
10182 * frame.c (get_prev_frame): Delay validating a frame's ID -
10183 non-NULL, didn't go backwards - until an attempt to unwind it to
10184 the previous frame.
10185
10186 2003-03-25 Andrew Cagney <cagney@redhat.com>
10187
10188 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10189 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10190 * gdbarch.h, gdbarch.c: Re-generate.
10191 * config/sparc/tm-sparc.h
10192 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10193 * sparc-tdep.c (sparc_gdbarch_init): Set
10194 deprecated_extra_stack_alignment_needed.
10195 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10196 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10197 extra_stack_alignment_needed.
10198 * v850-tdep.c (v850_gdbarch_init): Ditto.
10199 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10200 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10201 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10202 * cris-tdep.c (cris_gdbarch_init): Ditto.
10203 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10204 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10205
10206 2003-03-25 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10209 STORE_STRUCT_RETURN.
10210 * gdbarch.h, gdbarch.c: Regenerate.
10211 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10212 (d10v_push_arguments): Set the struct return register.
10213 (d10v_gdbarch_init): Update.
10214 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10215 * x86-64-tdep.c (x86_64_init_abi): Update.
10216 * vax-tdep.c (vax_gdbarch_init): Update.
10217 * v850-tdep.c (v850_gdbarch_init): Update.
10218 * sparc-tdep.c (sparc_gdbarch_init): Update.
10219 * sh-tdep.c (sh_gdbarch_init): Update.
10220 * s390-tdep.c (s390_gdbarch_init): Update.
10221 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10222 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10223 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10224 * mips-tdep.c (mips_gdbarch_init): Update.
10225 * mcore-tdep.c (mcore_gdbarch_init): Update.
10226 * m68k-tdep.c (m68k_gdbarch_init): Update.
10227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10228 * ia64-tdep.c (ia64_gdbarch_init): Update.
10229 * i386-tdep.c (i386_gdbarch_init): Update.
10230 * hppa-tdep.c (hppa_gdbarch_init): Update.
10231 * h8300-tdep.c (h8300_gdbarch_init): Update.
10232 * frv-tdep.c (frv_gdbarch_init): Update.
10233 * cris-tdep.c (cris_gdbarch_init): Update.
10234 * avr-tdep.c (avr_gdbarch_init): Update.
10235 * arm-tdep.c (arm_gdbarch_init): Update.
10236 * alpha-tdep.c (alpha_gdbarch_init): Update.
10237
10238 2003-03-25 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10241 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10242 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10243 * gdbarch.h, gdbarch.c: Regenerate.
10244 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10245 call_dummy_stack_adjust_p.
10246 * vax-tdep.c (vax_gdbarch_init): Ditto.
10247 * v850-tdep.c (v850_gdbarch_init): Ditto.
10248 * sh-tdep.c (sh_gdbarch_init): Ditto.
10249 * s390-tdep.c (s390_gdbarch_init): Ditto.
10250 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10251 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10252 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10253 * mips-tdep.c (mips_gdbarch_init): Ditto.
10254 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10255 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10256 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10257 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10258 * i386-tdep.c (i386_gdbarch_init): Ditto.
10259 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10260 * frv-tdep.c (frv_gdbarch_init): Ditto.
10261 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10262 * cris-tdep.c (cris_gdbarch_init): Ditto.
10263 * avr-tdep.c (avr_gdbarch_init): Ditto.
10264 * arm-tdep.c (arm_gdbarch_init): Ditto.
10265 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10266 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10267 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10268 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10269 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10270 call_dummy_stack_adjust_p.
10271 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10272 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10273 * sparc-tdep.c (sparc32_push_arguments): Update.
10274 * valops.c (hand_function_call): Update.
10275
10276 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10277
10278 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10279 set_gdbarch_char_signed.
10280
10281 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10282
10283 PR cli/548
10284 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10285
10286 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10287
10288 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10289 (_initialize_arm_tdep): Don't set tm_print_insn.
10290
10291 2003-03-24 Adam Fedor <fedor@gnu.org>
10292
10293 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10294 * objc-lang.h: Add multiple inclusion protection.
10295 (start_msglist, add_msglist, end_msglist): Additional declarations.
10296
10297 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10298
10299 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10300 value was renamed to ARM_FLOAT_SOFT_FPA.
10301
10302 2003-03-23 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10305 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10306 * gdbarch.h, gdbarch.c: Regenerate.
10307 * valops.c (hand_function_call): Update.
10308 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10309 * frame.c (legacy_saved_regs_this_id): Update.
10310 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10311 * dummy-frame.h: Update.
10312 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10313 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10314 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10315 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10316 * config/m68k/tm-sun3.h: Update.
10317 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10318 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10319 * x86-64-tdep.c (x86_64_init_abi): Update.
10320 * vax-tdep.c (vax_gdbarch_init): Update.
10321 * v850-tdep.c (v850_gdbarch_init): Update.
10322 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10323 * sh-tdep.c (sh_gdbarch_init): Update.
10324 * s390-tdep.c (s390_gdbarch_init): Update.
10325 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10326 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10327 (frame_get_saved_regs): Update.
10328 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10329 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10330 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10331 * mips-tdep.c (mips_gdbarch_init): Update.
10332 * mcore-tdep.c (mcore_gdbarch_init): Update.
10333 * m68k-tdep.c (m68k_gdbarch_init): Update.
10334 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10335 * ia64-tdep.c (ia64_gdbarch_init): Update.
10336 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10337 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10338 (i386_interix_back_one_frame): Update.
10339 * hppa-tdep.c (hppa_gdbarch_init): Update.
10340 (hppa_init_extra_frame_info): Update.
10341 * h8300-tdep.c (h8300_gdbarch_init): Update.
10342 * frv-tdep.c (frv_gdbarch_init): Update.
10343 * cris-tdep.c (cris_gdbarch_init): Update.
10344 * avr-tdep.c (avr_gdbarch_init): Update.
10345 * arm-tdep.c (arm_gdbarch_init): Update.
10346 * alpha-tdep.c (alpha_gdbarch_init): Update.
10347
10348 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10349
10350 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10351 (arm_get_fp_model): Declare.
10352 * arm-tdep.c (fp_model_strings): New string array.
10353 (arm_fp_model, current_fp_model): New variables.
10354 (arm_get_fp_model): New function.
10355 (arm_set_fp): New function.
10356 (set_fp_model_sfunc): New function.
10357 (show_fp_model): New function.
10358 (_initialize_arm_tdep): Add new command to set/show the FPU.
10359 (arm_extract_return_value): Use arm_get_fp_model.
10360 (arm_store_return_value): Likewise.
10361 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10362 to initialize the floating-point data types.
10363 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10364 model is FPA.
10365
10366 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10367
10368 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10369 the current setting of each value.
10370 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10371 new_set and new_show. Use add_setshow_cmd_full and
10372 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10373 commands and add new version as subcommands of "set/show arm".
10374
10375 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10376
10377 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10378 (set_arm_command, show_arm_command): New functions.
10379 (_initialize_arm_tdep): Add them.
10380 (num_disassembly_options): Renamed from num_flavor_options.
10381 (valid_disassembly_styles): Renamed from valid_flavors.
10382 (disassembly_style): Renamed from disassembly_flavor.
10383 (set_disassembly_style_sfunc): Renamed from
10384 set_disassembly_flavor_sfunc.
10385 (set_disassembly_style): Renamed from set_disassembly_flavor.
10386 (arm_othernames): Updated.
10387 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10388 command. Add "set/show arm disassembly" commands. Deprecate
10389 "othernames" command.
10390
10391 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10392
10393 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10394 (arm-tdep.o): Depend on elf_arm_h.
10395
10396 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10397
10398 * Makefile.in (coff_internal_h): Define.
10399 (arm-tdep.o): Update dependencies.
10400
10401 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10402
10403 * arm-tdep.c (prologue_cache): Delete.
10404 (check_prologue_cache, save_prologue_cache): Delete.
10405 (arm_scan_prologue): Don't check or update the prologue_cache.
10406 (arm_gdb_arch_init): Don't initialize it.
10407 (_initialize_arm_tdep): Likewise.
10408
10409 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10410
10411 * MAINTAINERS (tui): Maintainer of tui code.
10412
10413 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10414
10415 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10416 (i386-cygwin-tdep.o): Add dependencies.
10417 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10418 * i386-cygwin-tdep.c: New file.
10419 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10420 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10421
10422 2003-03-20 Andrew Cagney <cagney@redhat.com>
10423
10424 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10425 (handle_inferior_event): Remove code calling
10426 DYNAMIC_TRAMPOLINE_NEXTPC.
10427
10428 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10429 already has a full path.
10430
10431 * main.c (gdb_main): Return 1.
10432 (captured_main): Call error to report an invalid interpreter.
10433
10434 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10435 * alpha-osf1-tdep.c: Include "gdb_string.h".
10436
10437 2003-03-19 J. Brobecker <brobecker@gnat.com>
10438
10439 Continuing work to convert the hppa targets to multiarch partial.
10440
10441 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10442 method, now that hppa_push_dummy_frame has a conformant prototype.
10443 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10444 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10445 for the switch to multiarch partial.
10446
10447 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10448
10449 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10450 when iss is issNull.
10451
10452 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10453
10454 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10455 NUM_REGS bounds check.
10456
10457 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10458
10459 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10460 * mips-tdep.c (gdb_assert.h): Include.
10461 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10462 (mips_register_name): Handle integer registers explicitly. Add
10463 bounds checking.
10464 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10465 (mips_lsi33k_reg_names): Don't list integer registers; they're
10466 handled by mips_register_name() now.
10467 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10468 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10469 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10470 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10471 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10472
10473 2003-03-18 Andrew Cagney <cagney@redhat.com>
10474
10475 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10476 a void pointer.
10477 * gdbtypes.h (print_scalar_formatted): Update declaration.
10478 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10479
10480 2003-03-18 J. Brobecker <brobecker@gnat.com>
10481
10482 * infrun.c (observer.h): Add #include.
10483 (normal_stop): Add call to observer_notify_normal_stop.
10484 * Makefile.in (infrun.o): Add dependency on observer.h.
10485
10486 2003-03-18 J. Brobecker <brobecker@gnat.com>
10487
10488 Continuing work to convert the hppa targets to multiarch partial.
10489 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10490 parameter. Reformat comment.
10491 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10492 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10493 to match new profile.
10494
10495 2003-03-18 J. Brobecker <brobecker@gnat.com>
10496
10497 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10498 appear to be working in any case.
10499
10500 2003-03-18 J. Brobecker <brobecker@gnat.com>
10501
10502 * observer.c (observer_test_first_observer): New static variable.
10503 (observer_test_second_observer): Likewise.
10504 (observer_test_third_observer): Likewise.
10505 (observer_test_first_notification_function): New static function.
10506 (observer_test_second_notification_function): Likewise.
10507 (observer_test_third_notification_function): Likewise.
10508
10509 2003-03-17 J. Brobecker <brobecker@gnat.com>
10510
10511 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10512 * somsolib.c (gdb_assert.h): Likewise.
10513 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10514 (somsolib.o): Likewise.
10515
10516 2003-03-17 Andrew Cagney <cagney@redhat.com>
10517
10518 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10519 BFD. Simplify setting of di.endian.
10520
10521 2003-03-17 Andrew Cagney <cagney@redhat.com>
10522
10523 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10524 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10525
10526 From Elena Zannoni <ezannoni@redhat.com>
10527 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10528 vector and floating-point parameters.
10529 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10530 convention.
10531 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10532
10533 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10534
10535 * MAINTAINERS: Remove my name from several maintainership roles.
10536
10537 2003-03-17 Andrew Cagney <cagney@redhat.com>
10538
10539 Fix frame off-by-one bug.
10540 * frame-unwind.h (frame_this_id_ftype): Replace
10541 frame_unwind_id_ftype.
10542 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10543 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10544 with "prev_register".
10545 * frame-unwind.c (frame_unwind_find_by_pc): Return
10546 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10547 comment.
10548 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10549 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10550 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10551 (dummy_frame_unwind): Update.
10552 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10553 sentinel_frame_register_unwind.
10554 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10555 (sentinel_frame_unwinder): Update.
10556 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10557 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10558 * frame.c (create_sentinel_frame): Update. Initialize
10559 "prologue_cache" instead of "unwind_cache".
10560 (frame_register_unwind): Call this frame's prev_register with the
10561 next frame and this frame's prologue cache.
10562 (get_prev_frame): Simplify. Always call prev frame's this_id with
10563 this frame and prev frame's prologue cache. Document that this
10564 call is shifted one to the left when compared to the
10565 frame_register_unwind call.
10566 (legacy_saved_regs_prev_register): Replace
10567 frame_saved_regs_register_unwind.
10568 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10569 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10570 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10571 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10572 (d10v_frame_unwind): Update.
10573 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10574 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10575 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10576 "saved_regs" with "this_saved_regs".
10577
10578 2003-03-16 Andrew Cagney <cagney@redhat.com>
10579
10580 * frame.c (frame_pop): Don't call target_store_registers. Fix
10581 problem reported by Mark Kettenis.
10582
10583 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10584
10585 * i386-tdep.c (i386_register_type): Renamed from
10586 i386_register_virtual_type. Adjust function signature.
10587 (i386_gdbarch_init): Set register_type instead of
10588 deprecated_max_register_raw_size,
10589 deprecated_max_register_virtual_size and register_virtual_type.
10590
10591 2003-03-14 Andrew Cagney <cagney@redhat.com>
10592
10593 * frame.c (get_prev_frame): When a legacy frame, always call
10594 legacy_get_prev_frame. Simplify unwind code using assumption that
10595 the unwinder is new.
10596 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10597 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10598 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10599
10600 2003-03-14 Andrew Cagney <cagney@redhat.com>
10601
10602 * frame.c (get_saved_register): Delete function.
10603 * frame.h (get_saved_register): Delete declaration.
10604 * xstormy16-tdep.c: Update comment.
10605 * regcache.h: Update comments.
10606 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10607 get_saved_register and extract_address, use
10608 frame_read_unsigned_register.
10609 (sparc_frame_saved_pc): Ditto.
10610 (sparc_get_saved_register): Instead of get_saved_register, use
10611 frame_register.
10612 (sparc_pop_frame): Ditto.
10613 * findvar.c: Update comments.
10614 (value_of_register): Call frame_register instead of
10615 get_saved_register.
10616 (value_from_register): Ditto.
10617 * config/sparc/tm-sparc.h: Update comment.
10618 * breakpoint.c: Update comment.
10619
10620 2003-03-14 Andrew Cagney <cagney@redhat.com>
10621
10622 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10623 GET_SAVED_REGISTER.
10624 * gdbarch.h, gdbarch.c: Re-generate.
10625 * frame.h: Update comments.
10626 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10627 * x86-64-tdep.c (x86_64_init_abi): Update.
10628 * sparc-tdep.c (sparc_gdbarch_init): Update.
10629 * sh-tdep.c (sh_gdbarch_init): Update.
10630 * mips-tdep.c (mips_gdbarch_init): Update.
10631 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10632 * cris-tdep.c (cris_gdbarch_init): Update.
10633 * ia64-tdep.c (ia64_gdbarch_init): Update.
10634 * frame.c (frame_register): Update.
10635 (get_saved_register): Update.
10636 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10637
10638 2003-03-13 Andrew Cagney <cagney@redhat.com>
10639
10640 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10641 * gdbarch.h, gdbarch.c: Regenerate.
10642 * valops.c (hand_function_call): Update comment.
10643 * stack.c (return_command): Update comment.
10644 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10645 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10646 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10647 * x86-64-tdep.c (x86_64_init_abi): Update.
10648 * vax-tdep.c (vax_gdbarch_init): Update.
10649 * v850-tdep.c (v850_gdbarch_init): Update.
10650 * sparc-tdep.c (sparc_gdbarch_init): Update.
10651 * sh-tdep.c (sh_gdbarch_init): Update.
10652 * s390-tdep.c (s390_gdbarch_init): Update.
10653 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10654 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10655 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10656 * mips-tdep.c (mips_gdbarch_init): Update.
10657 * mcore-tdep.c (mcore_gdbarch_init): Update.
10658 * m68k-tdep.c (m68k_gdbarch_init): Update.
10659 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10660 * ia64-tdep.c (ia64_gdbarch_init): Update.
10661 * i386-tdep.c (i386_gdbarch_init): Update.
10662 * hppa-tdep.c (hppa_gdbarch_init): Update.
10663 * h8300-tdep.c (h8300_gdbarch_init): Update.
10664 * frv-tdep.c (frv_gdbarch_init): Update.
10665 * cris-tdep.c (cris_gdbarch_init): Update.
10666 * avr-tdep.c (avr_gdbarch_init): Update.
10667 * arm-tdep.c (arm_gdbarch_init): Update.
10668 * alpha-tdep.c (alpha_gdbarch_init): Update.
10669
10670 2003-03-13 Andrew Cagney <cagney@redhat.com>
10671
10672 * frame.c (legacy_frame_p): New function.
10673 (get_prev_frame): Use legacy_frame_p.
10674 * frame.h (legacy_frame_p): Declare.
10675
10676 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10677
10678 * MAINTAINERS (write after approval): Alphabetically
10679 listing corrected.
10680
10681 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10682
10683 * MAINTAINERS (write after approval): Add myself.
10684
10685 2003-03-12 Andrew Cagney <cagney@redhat.com>
10686
10687 * frame.c (get_prev_frame): Rename the frame parameter to
10688 "this_frame".
10689 (get_next_frame, legacy_get_prev_frame): Ditto.
10690
10691 2003-03-12 Andrew Cagney <cagney@redhat.com>
10692
10693 * frame.c (get_current_frame): Check target_has_registers before
10694 checking target_has_stack.
10695 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10696 instead of deprecated_selected_frame.
10697 * findvar.c (value_of_register): Pass "frame", not
10698 deprecated_selected_frame, to value_of_builtin_reg.
10699
10700 2003-03-12 Andrew Cagney <cagney@redhat.com>
10701
10702 * regcache.c (regcache_cooked_write_signed): New function.
10703 (regcache_cooked_write_unsigned): New function.
10704 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10705 (regcache_cooked_read_signed): Fix regnum in range assertion.
10706 * regcache.h (regcache_cooked_write_signed): Declare.
10707 (regcache_cooked_write_unsigned): Declare.
10708
10709 2003-03-12 Andrew Cagney <cagney@redhat.com>
10710
10711 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10712 * gdbarch.h, gdbarch.c: Re-generate.
10713 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10714 * x86-64-tdep.h: Update.
10715 * x86-64-tdep.c (x86_64_init_abi): Update.
10716 * v850-tdep.c (v850_gdbarch_init): Update.
10717 * sparc-tdep.c (sparc_gdbarch_init): Update.
10718 * sh-tdep.c (sh_gdbarch_init): Update.
10719 * s390-tdep.c (s390_gdbarch_init): Update.
10720 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10721 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10722 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10723 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10724 * mips-tdep.c (mips_gdbarch_init): Update.
10725 * mcore-tdep.c (mcore_gdbarch_init): Update.
10726 * m68k-tdep.c (m68k_gdbarch_init): Update.
10727 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10728 * ia64-tdep.c (ia64_gdbarch_init): Update.
10729 * i386-tdep.c (i386_gdbarch_init): Update.
10730 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10731 * hppa-tdep.c (hppa_gdbarch_init): Update.
10732 * h8300-tdep.c (h8300_gdbarch_init): Update.
10733 * frv-tdep.c (frv_gdbarch_init): Update.
10734 * cris-tdep.c (cris_gdbarch_init): Update.
10735 * avr-tdep.c (avr_gdbarch_init): Update.
10736 * arm-tdep.c (arm_gdbarch_init): Update.
10737 * alpha-tdep.c (alpha_gdbarch_init): Update.
10738 * sh-tdep.c (sh_init_extra_frame_info): Update.
10739 (sh64_init_extra_frame_info): Update.
10740 * ns32knbsd-nat.c (frame_num_args): Update.
10741 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10742 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10743 (xstormy16_frame_chain_valid): Update.
10744 * vax-tdep.c (vax_saved_pc_after_call): Update.
10745 * v850-tdep.c (v850_frame_chain): Update.
10746 (v850_pop_frame): Update.
10747 (v850_init_extra_frame_info): Update.
10748 * sparc-tdep.c (setup_arbitrary_frame): Update.
10749 * ns32k-tdep.c (umax_frame_num_args): Update.
10750 * s390-tdep.c (s390_pop_frame_regular): Update.
10751 * mn10300-tdep.c (mn10300_frame_chain): Update.
10752 (mn10300_pop_frame_regular): Update.
10753 (mn10300_init_extra_frame_info): Update.
10754 * mips-tdep.c (mips_init_frame_pc_first): Update.
10755 (mips_frame_chain): Update.
10756 (mips_pop_frame): Update.
10757 * mcore-tdep.c (mcore_frame_chain): Update.
10758 (mcore_pop_frame): Update.
10759 (mcore_init_extra_frame_info): Update.
10760 * arch-utils.c (init_frame_pc_default): Update.
10761 * m68k-tdep.c (isi_frame_num_args): Update.
10762 (delta68_frame_num_args): Update.
10763 (news_frame_num_args): Update.
10764 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10765 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10766 (alpha_frame_chain): Update.
10767 (alpha_pop_frame): Update.
10768 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10769 (hppa_init_extra_frame_info): Update.
10770 (hppa_frame_chain): Update.
10771 (hppa_frame_chain_valid): Update.
10772 * cris-tdep.c (cris_init_extra_frame_info): Update.
10773 * avr-tdep.c (avr_init_extra_frame_info): Update.
10774 * arm-tdep.c (arm_frame_chain_valid): Update.
10775 (arm_init_extra_frame_info): Update.
10776 (arm_pop_frame): Update.
10777 * frame.c (frame_pc_unwind): Update.
10778 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10779 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10780 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10781 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10782 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10783 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10784
10785 2003-03-12 Andrew Cagney <cagney@redhat.com>
10786
10787 Eliminate the need for POP_FRAME.
10788 * frame.c (do_frame_unwind_register): New function.
10789 (frame_pop): When no POP_FRAME, pop the frame using register
10790 unwind and a scratch regcache.
10791 (frame_saved_regs_pop): Delete function.
10792 (trad_frame_unwinder): Update.
10793 * d10v-tdep.c (d10v_frame_pop): Delete function.
10794 (d10v_frame_unwind): Update.
10795 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10796 (sentinel_frame_unwinder): Update.
10797 * dummy-frame.c (dummy_frame_pop): Delete function.
10798 (dummy_frame_unwind): Update.
10799 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10800 (struct frame_unwind): Update.
10801
10802 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10803
10804 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10805 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10806 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10807 Do range checks on register number obtained from debugging info.
10808 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10809 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10810 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10811 mapping function.
10812 (do_fp_register_row): Fix typo which caused double type to be
10813 used when attempting to unpack a float.
10814
10815 2003-03-11 J. Brobecker <brobecker@gnat.com>
10816
10817 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10818
10819 2003-03-11 Andrew Cagney <cagney@redhat.com>
10820
10821 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10822 frame. Problem found by Corinna Vinschen.
10823
10824 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10825
10826 * doublest.c (floatformat_from_length): Accept also
10827 the real size of 'long double' type.
10828
10829 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10830
10831 From Klee Dienes <kdienes@apple.com>:
10832 * breakpoint.c (bpstat_copy): Copy the command lines as well
10833 as the old value, to match what is freed in bpstat_clear.
10834
10835 2003-03-10 David Carlton <carlton@math.stanford.edu>
10836
10837 * minsyms.c (add_minsym_to_hash_table): Replace
10838 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10839 (compare_minimal_symbols, compact_minimal_symbols)
10840 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10841 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10842 of DEPRECATED_SYMBOL_MATCHES_NAME.
10843 (lookup_minimal_symbol_solib_trampoline): Ditto.
10844
10845 2003-03-10 Andrew Cagney <cagney@redhat.com>
10846
10847 * regcache.h (regcache_cooked_read_ftype): Define.
10848 (regcache_save, regcache_restore): Add a cooked_read parameter.
10849 * regcache.c (regcache_save, regcache_restore): Update.
10850 (do_cooked_read): New function.
10851 (regcache_cpy): Pass do_cooked_read to regcache_save and
10852 regcache_restore.
10853
10854 2003-03-10 Andrew Cagney <cagney@redhat.com>
10855
10856 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10857 * gdbarch.h, gdbarch.c: Re-generate.
10858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10859 * x86-64-tdep.h: Update.
10860 * x86-64-tdep.c (x86_64_init_abi): Update.
10861 * v850-tdep.c (v850_gdbarch_init): Update.
10862 * sparc-tdep.c (sparc_gdbarch_init): Update.
10863 * sh-tdep.c (sh_gdbarch_init): Update.
10864 * s390-tdep.c (s390_gdbarch_init): Update.
10865 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10866 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10867 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10868 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10869 * mips-tdep.c (mips_gdbarch_init): Update.
10870 * mcore-tdep.c (mcore_gdbarch_init): Update.
10871 * m68k-tdep.c (m68k_gdbarch_init): Update.
10872 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10873 * ia64-tdep.c (ia64_gdbarch_init): Update.
10874 * i386-tdep.c (i386_gdbarch_init): Update.
10875 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10876 * hppa-tdep.c (hppa_gdbarch_init): Update.
10877 * h8300-tdep.c (h8300_gdbarch_init): Update.
10878 * frv-tdep.c (frv_gdbarch_init): Update.
10879 * cris-tdep.c (cris_gdbarch_init): Update.
10880 * avr-tdep.c (avr_gdbarch_init): Update.
10881 * arm-tdep.c (arm_gdbarch_init): Update.
10882 * alpha-tdep.c (alpha_gdbarch_init): Update.
10883 * sh-tdep.c (sh_init_extra_frame_info): Update.
10884 (sh64_init_extra_frame_info): Update.
10885 * ns32knbsd-nat.c (frame_num_args): Update.
10886 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10887 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10888 (xstormy16_frame_chain_valid): Update.
10889 * vax-tdep.c (vax_saved_pc_after_call): Update.
10890 * v850-tdep.c (v850_frame_chain): Update.
10891 (v850_pop_frame): Update.
10892 (v850_init_extra_frame_info): Update.
10893 * sparc-tdep.c (setup_arbitrary_frame): Update.
10894 * ns32k-tdep.c (umax_frame_num_args): Update.
10895 * s390-tdep.c (s390_pop_frame_regular): Update.
10896 * mn10300-tdep.c (mn10300_frame_chain): Update.
10897 (mn10300_pop_frame_regular): Update.
10898 (mn10300_init_extra_frame_info): Update.
10899 * mips-tdep.c (mips_init_frame_pc_first): Update.
10900 (mips_frame_chain): Update.
10901 (mips_pop_frame): Update.
10902 * mcore-tdep.c (mcore_frame_chain): Update.
10903 (mcore_pop_frame): Update.
10904 (mcore_init_extra_frame_info): Update.
10905 * arch-utils.c (init_frame_pc_default): Update.
10906 * m68k-tdep.c (isi_frame_num_args): Update.
10907 (delta68_frame_num_args): Update.
10908 (news_frame_num_args): Update.
10909 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10910 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10911 (alpha_frame_chain): Update.
10912 (alpha_pop_frame): Update.
10913 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10914 (hppa_init_extra_frame_info): Update.
10915 (hppa_frame_chain): Update.
10916 (hppa_frame_chain_valid): Update.
10917 * cris-tdep.c (cris_init_extra_frame_info): Update.
10918 * avr-tdep.c (avr_init_extra_frame_info): Update.
10919 * arm-tdep.c (arm_frame_chain_valid): Update.
10920 (arm_init_extra_frame_info): Update.
10921 (arm_pop_frame): Update.
10922 * frame.c (frame_pc_unwind): Update.
10923 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10924 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10925 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10926 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10927 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10928 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10929
10930 2003-03-10 Andrew Cagney <cagney@redhat.com>
10931
10932 * gdbarch.sh (gdbarch_unwind_pc): New method.
10933 * gdbarch.h, gdbarch.c: Regenerate.
10934 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10935 but use read_pc and FRAME_SAVED_PC as fall backs.
10936 (frame_saved_regs_pc_unwind): Delete function.
10937 (trad_frame_unwinder): Update.
10938 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10939 (struct frame_unwind): Update.
10940 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10941 (dummy_frame_unwind): Update.
10942 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10943 (sentinel_frame_unwinder): Update.
10944 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10945 (d10v_frame_unwind): Update.
10946 (d10v_unwind_pc): New function.
10947 (d10v_gdbarch_init): Set unwind_pc.
10948
10949 2003-03-10 Andrew Cagney <cagney@redhat.com>
10950
10951 * gdbarch.h: Re-generate.
10952
10953 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10954 PC.
10955 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10956 the PC register.
10957
10958 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10959
10960 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10961
10962 2003-03-08 Andrew Cagney <cagney@redhat.com>
10963
10964 * cli-out.c: Update copyright.
10965 (cli_out_data): Define typedef. Use instead of ui_out_data.
10966
10967 2003-03-08 Andrew Cagney <cagney@redhat.com>
10968
10969 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10970 the result.
10971
10972 2003-03-07 Andrew Cagney <cagney@redhat.com>
10973
10974 * gdbarch.sh: Don't generate two macro definitions when an
10975 undefined macro taking no arguments.
10976 * gdbarch.h: Regenerate.
10977
10978 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10979
10980 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10981 (x86_64_unwind_dummy_id): New functions.
10982 (x86_64_init_abi): Register these two new functions.
10983
10984 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10985
10986 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10987 (x86_64_skip_prologue): Move prologue detection to
10988 separate function.
10989 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10990
10991 2003-03-05 Andrew Cagney <cagney@redhat.com>
10992
10993 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10994 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10995 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10996 to use unwind_dummy_id when a dummy frame.
10997 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10998 predicate.
10999 * gdbarch.h, gdbarch.c: Regneerate.
11000
11001 2003-03-05 Andrew Cagney <cagney@redhat.com>
11002
11003 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11004 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11005 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11006 values.
11007
11008 2003-03-05 Andrew Cagney <cagney@redhat.com>
11009
11010 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11011 (struct d10v_unwind_cache): Delete field "frameless". Replace
11012 "next_addr" with "sp_offset". Add "r11_offset".
11013 (d10v_frame_unwind_cache): Update.
11014 (prologue_find_regs): Update. When "mv r11, sp", save the
11015 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11016 RN was saved in r11_offset.
11017
11018 2003-03-05 Andrew Cagney <cagney@redhat.com>
11019
11020 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11021 cached PC value in the next frame.
11022
11023 2003-03-05 Andrew Cagney <cagney@redhat.com>
11024
11025 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11026 "id_unwind_cache" with "id".
11027 (frame_id_unwind): Delete declaration.
11028 * frame.c (frame_id_unwind): Delete function.
11029 (get_prev_frame): Call the frame id unwind method directly. Store
11030 the returned next frame's ID value in NEXT_FRAME. Note that there
11031 is a problem with the wrong unwind ID being called with the wrong
11032 unwind cache.
11033
11034 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11035
11036 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11037
11038 2003-03-05 James Ingham <jingham@apple.com>
11039 Daniel Jacobowitz <drow@mvista.com>
11040
11041 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11042 (auto_cp_abi): New variable.
11043 (current_cp_abi, num_cp_abis): Make static.
11044 (CP_ABI_MAX): Define.
11045 (cp_abis): Turn into an array.
11046 (value_virtual_fn_field): Fix formatting.
11047 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11048 takes a pointer.
11049 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11050 (list_cp_abis, _initialize_cp_abi): New functions.
11051 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11052 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11053 switch_to_cp_abi. Update prototype for register_cp_abi.
11054 * Makefile.in (cp-abi.o): Update dependencies.
11055 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11056 instead of switch_to_cp_abi.
11057 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11058 register_cp_abi.
11059 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11060 register_cp_abi.
11061 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11062
11063 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11064
11065 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11066 * dwarf2loc.c: Include "regcache.h".
11067 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11068 register_size.
11069 * Makefile.in (dwarf2loc.o): Update dependencies.
11070
11071 2003-03-04 Theodore A. Roth <troth@openavr.org>
11072
11073 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11074 number of io registers reported by remote target is not a multiple of
11075 step.
11076
11077 2003-03-04 David Carlton <carlton@math.stanford.edu>
11078
11079 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11080 (lookup_symbol_aux_psymtabs): Update call to
11081 lookup_partial_symbol.
11082 (lookup_transparent_type, find_main_psymtab)
11083 (make_symbol_overload_list): Ditto.
11084
11085 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11086
11087 * MAINTAINERS (Write after approval): Update my email address.
11088
11089 2003-03-03 Andrew Cagney <cagney@redhat.com>
11090
11091 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11092 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11093 predicate. Replace MAX_REGISTER_RAW_SIZE.
11094 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11095 MAX_REGISTER_VIRTUAL_SIZE.
11096 * regcache.c (legacy_max_register_raw_size): New function.
11097 (legacy_max_register_virtual_size): New function.
11098 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11099 (MAX_REGISTER_RAW_SIZE): Define.
11100 (legacy_max_register_raw_size): Declare.
11101 (legacy_max_register_virtual_size): Declare.
11102 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11103 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11104 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11105 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11106 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11107 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11108 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11109 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11110 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11111 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11112 * vax-tdep.c (vax_gdbarch_init): Update.
11113 * v850-tdep.c (v850_gdbarch_init): Update.
11114 * sparc-tdep.c (sparc_gdbarch_init): Update.
11115 * sh-tdep.c (sh_gdbarch_init): Update.
11116 * s390-tdep.c (s390_gdbarch_init): Update.
11117 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11118 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11119 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11120 * mips-tdep.c (mips_gdbarch_init): Update.
11121 * mcore-tdep.c (mcore_gdbarch_init): Update.
11122 * m68k-tdep.c (m68k_gdbarch_init): Update.
11123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11124 * ia64-tdep.c (ia64_gdbarch_init): Update.
11125 * i386-tdep.c (i386_gdbarch_init): Update.
11126 * hppa-tdep.c (hppa_gdbarch_init): Update.
11127 * h8300-tdep.c (h8300_gdbarch_init): Update.
11128 * frv-tdep.c (frv_gdbarch_init): Update.
11129 * cris-tdep.c (cris_gdbarch_init): Update.
11130 * avr-tdep.c (avr_gdbarch_init): Update.
11131 * arm-tdep.c (arm_gdbarch_init): Update.
11132 * alpha-tdep.c (alpha_gdbarch_init): Update.
11133 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11134 max_register_raw_size or max_register_virtual_size.
11135
11136 2003-03-03 David Carlton <carlton@math.stanford.edu>
11137
11138 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11139 SYMBOL_MATCHES_NAME, add comment.
11140 (SYMBOL_MATCHES_NATURAL_NAME): New.
11141 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11142 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11143 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11144 * symtab.c (lookup_partial_symbol): Use
11145 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11146 unhelpful comment.
11147 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11148 SYMBOL_MATCHES_NAME.
11149 Fix for PR c++/33.
11150
11151 2003-03-03 David Carlton <carlton@math.stanford.edu>
11152
11153 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11154 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11155 by regexp matching against SYMBOL_NATURAL_NAME.
11156
11157 2003-03-03 David Carlton <carlton@math.stanford.edu>
11158
11159 * linespec.c (find_method): Extract code into collect_methods.
11160 (collect_methods): New.
11161
11162 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11163
11164 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11165 get_frame_base.
11166
11167 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11168 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11169
11170 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11171
11172 * arch-utils.c (generic_register_byte): Fix to use the loop index
11173 and not regnum when summing the size of all registers up to regnum.
11174
11175 2003-03-01 Andrew Cagney <cagney@redhat.com>
11176
11177 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11178 FRAME_INIT_SAVED_REGS.
11179 * gdbarch.h, gdbarch.c: Regenerate.
11180 * stack.c (frame_info): Update.
11181 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11182 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11183 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11184 * ns32k-tdep.c (ns32k_pop_frame): Update.
11185 * mips-tdep.c (mips_pop_frame): Update.
11186 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11187 * ia64-tdep.c (ia64_frame_chain): Update.
11188 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11189 (ia64_frameless_function_invocation): Update.
11190 (ia64_init_extra_frame_info): Update.
11191 (ia64_pop_frame_regular): Update.
11192 * frame.h (struct frame_info): Update comment.
11193 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11194 * frame.c (frame_saved_regs_register_unwind): Update.
11195 (frame_saved_regs_register_unwind): Update.
11196 (deprecated_generic_get_saved_register): Update.
11197 * cris-tdep.c: Update comment.
11198 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11199 Rename macro.
11200 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11201 * x86-64-tdep.c (x86_64_init_abi): Update.
11202 * vax-tdep.c (vax_gdbarch_init): Update.
11203 * v850-tdep.c (v850_gdbarch_init): Update.
11204 * sparc-tdep.c (sparc_gdbarch_init): Update.
11205 * sh-tdep.c (sh_gdbarch_init): Update.
11206 * s390-tdep.c (s390_gdbarch_init): Update.
11207 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11208 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11209 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11210 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11211 * mips-tdep.c (mips_gdbarch_init): Update.
11212 * mcore-tdep.c (mcore_gdbarch_init): Update.
11213 * m68k-tdep.c (m68k_gdbarch_init): Update.
11214 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11215 * ia64-tdep.c (ia64_gdbarch_init): Update.
11216 * i386-tdep.c (i386_gdbarch_init): Update.
11217 * frv-tdep.c (frv_gdbarch_init): Update.
11218 * avr-tdep.c (avr_gdbarch_init): Update.
11219 * arm-tdep.c (arm_gdbarch_init): Update.
11220 * alpha-tdep.c (alpha_gdbarch_init): Update.
11221
11222 2003-03-01 Andrew Cagney <cagney@redhat.com>
11223
11224 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11225 option enum and switch. When no windows, set the interpreter to
11226 INTERP_CONSOLE.
11227
11228 2003-03-01 Andrew Cagney <cagney@redhat.com>
11229
11230 * main.c (captured_main): Replace magic option characters with an
11231 enum.
11232
11233 2003-03-01 Andrew Cagney <cagney@redhat.com>
11234
11235 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11236 INIT_EXTRA_FRAME_INFO.
11237 * gdbarch.h, gdbarch.c: Regenerate.
11238 * arm-tdep.c: Update comments.
11239 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11240 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11241 * frame.h, avr-tdep.c: Ditto.
11242 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11243 (create_new_frame, legacy_get_prev_frame): Ditto.
11244 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11245 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11246 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11247 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11248 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11249 * v850-tdep.c (v850_gdbarch_init): Ditto.
11250 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11251 * sh-tdep.c (sh_gdbarch_init): Ditto.
11252 * s390-tdep.c (s390_gdbarch_init): Ditto.
11253 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11254 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11255 * mips-tdep.c (mips_gdbarch_init): Ditto.
11256 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11257 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11258 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11259 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11260 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11261 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11262 * frv-tdep.c (frv_gdbarch_init): Ditto.
11263 * cris-tdep.c (cris_gdbarch_init): Ditto.
11264 * avr-tdep.c (avr_gdbarch_init): Ditto.
11265 * arm-tdep.c (arm_gdbarch_init): Ditto.
11266 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11267 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11268
11269 2003-03-01 Andrew Cagney <cagney@redhat.com>
11270
11271 * gdbarch.sh (register_type): New function with predicate.
11272 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11273 * gdbarch.h, gdbarch.c: Re-generate.
11274 * arch-utils.c (generic_register_byte): Use generic_register_size.
11275 (generic_register_size): When available, use
11276 gdbarch_register_type.
11277 * regcache.c (init_regcache_descr): When available, initialize the
11278 register type array using gdbarch_register_type. If the
11279 architecture supplies gdbarch_register_type, do not use the legacy
11280 regcache layout.
11281 * d10v-tdep.c (d10v_register_type): Replace
11282 d10v_register_virtual_type.
11283 (d10v_gdbarch_init): Set register_type instead of
11284 register_virtual_type.
11285
11286 2003-03-01 Andrew Cagney <cagney@redhat.com>
11287
11288 * Makefile.in (ax-gdb.o): Update dependencies.
11289 * ax-gdb.c: Include "regcache.h".
11290 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11291 * findvar.c (value_of_register): Ditto.
11292 * infcmd.c (default_print_registers_info): Ditto.
11293
11294 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11295
11296 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11297 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11298
11299 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11300
11301 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11302 of STREQ.
11303
11304 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11305
11306 * Makefile.in (dwarf2loc.o): Update dependencies.
11307 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11308 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11309 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11310 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11311 (locexpr_tracepoint_var_ref): New function.
11312 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11313
11314 2003-02-28 Andrew Cagney <cagney@redhat.com>
11315
11316 * regcache.c (register_size): New function.
11317 * regcache.h (register_size): Declare
11318 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11319 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11320
11321 2003-02-28 David Carlton <carlton@math.stanford.edu>
11322
11323 * linespec.c (decode_compound): Extract code into find_method.
11324 (find_method): New.
11325
11326 2003-02-28 J. Brobecker <brobecker@gnat.com>
11327
11328 * Makefile.in: Add rules to build and link in observer.o.
11329
11330 2003-02-27 J. Brobecker <brobecker@gnat.com>
11331
11332 * observer.c: Minor comments edits.
11333
11334 2003-02-27 J. Brobecker <brobecker@gnat.com>
11335
11336 * observer.h, observer.c: New file.
11337
11338 2003-02-27 Andrew Cagney <cagney@redhat.com>
11339
11340 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11341
11342 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11343
11344 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11345 (M6812_OP_STS_EXT): Likewise.
11346 (m6811_prologue): Use the above to recognize prologue.
11347 (m6812_prologue): Likewise.
11348
11349 2003-02-27 David Carlton <carlton@math.stanford.edu>
11350
11351 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11352 SYMBOL_PRINT_NAME.
11353 (compare_psymbols): Ditto.
11354 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11355
11356 2003-02-27 Michael Snyder <msnyder@redhat.com>
11357
11358 * f-lang.c (build_fortran_types): New function.
11359 (_initialize_f_language): Gdbarch-register built-in fortran types.
11360 * doublest.c (extract_floating): Fix warning text.
11361
11362 2003-02-27 Andrew Cagney <cagney@redhat.com>
11363
11364 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11365 predicate. Replaces PUSH_DUMMY_FRAME.
11366 * gdbarch.h, gdbarch.c: Regnerate.
11367 * valops.c (hand_function_call): Update. Call
11368 generic_push_dummy_frame directly.
11369 * vax-tdep.c (vax_gdbarch_init): Update.
11370 * sparc-tdep.c (sparc_gdbarch_init): Update.
11371 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11372 * m68k-tdep.c (m68k_gdbarch_init): Update.
11373 * hppa-tdep.c (hppa_gdbarch_init): Update.
11374 * alpha-tdep.c (alpha_gdbarch_init): Update.
11375 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11376 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11377 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11378 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11379 push_dummy_frame to generic_push_dummy_frame.
11380 * v850-tdep.c (v850_gdbarch_init): Ditto.
11381 * sh-tdep.c (sh_gdbarch_init): Ditto.
11382 * s390-tdep.c (s390_gdbarch_init): Ditto.
11383 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11384 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11385 * mips-tdep.c (mips_gdbarch_init): Ditto.
11386 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11388 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11389 * i386-tdep.c (i386_gdbarch_init): Ditto.
11390 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11391 * frv-tdep.c (frv_gdbarch_init): Ditto.
11392 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11393 * cris-tdep.c (cris_gdbarch_init): Ditto.
11394 * avr-tdep.c (avr_gdbarch_init): Ditto.
11395 * arm-tdep.c (arm_gdbarch_init): Ditto.
11396
11397 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11398
11399 * mips-tdep.c (show_mips_abi): New function.
11400 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11401 command ``show mips abi''.
11402
11403 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11404
11405 From Elena Zannoni <ezannoni@redhat.com>
11406 * dbxread.c (process_one_symbol): Only record line 0 if one or
11407 more sline entries have been seen for the function.
11408
11409 2003-02-26 Michael Chastain <mec@shout.net>
11410
11411 * configure: Regenerate with autoconf 000227.
11412
11413 2003-02-26 Michael Chastain <mec@shout.net>
11414
11415 Close PR build/660.
11416 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11417 for old libc5/glibc.
11418 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11419
11420 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11421
11422 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11423 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11424
11425 2003-02-26 Michael Chastain <mec@shout.net>
11426
11427 * configure.in: New variable HAVE_UINTPTR_T.
11428 * configure, config.in: Regenerated.
11429
11430 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11431
11432 Fix PR build/1097.
11433 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11434
11435 2003-02-25 Andrew Cagney <cagney@redhat.com>
11436
11437 * frame.c (get_prev_frame): Add comment on check for
11438 inside_entry_func. Only check for inside_entry_file when not a
11439 dummy and not a sentinel. Check that the new frame is not inner
11440 to the old frame.
11441
11442 2003-02-25 Andrew Cagney <cagney@redhat.com>
11443
11444 * frame.c (frame_debug): New variable.
11445 (_initialize_frame): Add "set/show debug frame" command.
11446 (get_prev_frame): When frame_debug, print reason why unwind
11447 failed.
11448
11449 2003-02-25 Michael Chastain <mec@shout.net>
11450
11451 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11452 to avoid uintptr_t definition problems.
11453
11454 2003-02-25 David Carlton <carlton@math.stanford.edu>
11455
11456 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11457 (SYMBOL_LINKAGE_NAME): Ditto.
11458 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11459 SYMBOL_LINKAGE_NAME.
11460 (struct general_symbol_info): Expand comment.
11461 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11462 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11463 (SYMBOL_MATCHES_REGEXP): Ditto.
11464 * symtab.c (symbol_natural_name): New function.
11465 * objfiles.h: Replace all uses of SYMBOL_NAME by
11466 DEPRECATED_SYMBOL_NAME.
11467 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11468 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11469 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11470 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11471 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11472 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11473 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11474 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11475 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11476 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11477 * ada-exp.y: Ditto.
11478 * ada-exp.y: Update copyright.
11479 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11480 * cp-valprint.c: Ditto.
11481
11482 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11483
11484 * infptrace.c (detach): Do not flag error if ptrace detach fails
11485 and errno is set to ESRCH.
11486
11487 2003-02-24 Andrew Cagney <cagney@redhat.com>
11488
11489 * infptrace.c (udot_info): Change type of udot_off to long. Use
11490 paddr when printing udot_off's value.
11491
11492 2003-02-24 David Carlton <carlton@math.stanford.edu>
11493
11494 * symtab.c (make_symbol_overload_list): Only read in partial
11495 symtabs containing a matching partial symbol.
11496
11497 2003-02-24 David Carlton <carlton@math.stanford.edu>
11498
11499 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11500 do the comparison, not strcmp.
11501 * symfile.c (compare_psymbols): Ditto.
11502 * defs.h: Declare strcmp_iw_ordered.
11503 * utils.c (strcmp_iw_ordered): New function.
11504
11505 2003-02-24 Jim Blandy <jimb@redhat.com>
11506
11507 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11508 support, shared libs): Remove my name from here, to better reflect
11509 reality.
11510
11511 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11512
11513 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11514 (target_ops): Add to_have_continuable_watchpoint.
11515 * target.c (update_current_target): Add INHERIT line for
11516 to_have_continuable_watchpoint.
11517 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11518 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11519 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11520 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11521
11522 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11523
11524 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11525 maintainership.
11526
11527 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11528
11529 * solib.c (solib_open): Call target defined search function after
11530 failing with solib-search-path.
11531 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11532 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11533
11534 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11535
11536 * MAINTAINERS: Add myself to Write After section.
11537
11538 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11539
11540 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11541
11542 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11543
11544 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11545 (m68hc11_add_reggroups): New function.
11546 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11547 (m68hc11_gdbarch_init): Install the reggroups.
11548 (_initialize_m68hc11_tdep): Initialize them.
11549
11550 2003-02-21 James E Wilson <wilson@tuliptree.org>
11551
11552 * MAINTAINERS: Update my email address.
11553
11554 2003-02-21 David Carlton <carlton@math.stanford.edu>
11555
11556 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11557
11558 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11559
11560 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11561 * symtab.h: Add opaque declarations of struct axs_value and
11562 struct agent_expr.
11563 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11564 (struct location_funcs): New type.
11565 (struct symbol): Add "loc" to aux_value.
11566 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11567 * dwarf2read.c: Include "dwarf2expr.h".
11568 (dwarf2_symbol_mark_computed): New function.
11569 (read_func_scope): Use it.
11570 (var_decode_location): New function.
11571 (new_symbol): Use it.
11572 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11573
11574 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11575 (dwarf2expr_h, dwarf2loc_h): New variables.
11576 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11577 (dwarf2expr.o, dwarf2loc.o): New rules.
11578 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11579 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11580 LOC_COMPUTED_ARG.
11581 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11582 * m2-exp.y (yylex): Likewise.
11583 * printcmd.c (address_info, print_frame_args): Likewise.
11584 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11585 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11586 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11587 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11588 * symtab.c (lookup_block_symbol): Likewise.
11589
11590 2003-02-20 Adam Fedor <fedor@gnu.org>
11591
11592 * symtab.h: Remove objc_specific struct
11593 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11594 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11595 Have language_objc use cplus_specific struct.
11596
11597 2003-02-20 Tom Tromey <tromey@redhat.com>
11598
11599 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11600 TYPE_NAME, when printing a String value. PR java/1075.
11601
11602 2003-02-20 Adam Fedor <fedor@gnu.org>
11603
11604 * objc-lang.h (find_methods): Remove declaration.
11605 * objc-lang.c (find_methods): Make static.
11606
11607 2003-02-20 Christopher Faylor <cgf@redhat.com>
11608
11609 * win32-nat.c (get_image_name): Check return value from
11610 ReadProcessMemory.
11611 (child_xfer_memory): Ditto.
11612
11613 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11614
11615 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11616 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11617 '${exec_prefix}' (in addition to the expansion thereof) as
11618 relocatable.
11619 * configure: Rebuilt.
11620
11621 2003-02-20 David Carlton <carlton@math.stanford.edu>
11622
11623 * symtab.c (search_symbols): Revert the search_symbols part of my
11624 2002-12-23 patch. Add comment.
11625
11626 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11627
11628 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11629 * dbxread.c (elfstab_build_psymtabs): Don't call
11630 install_minimal_symbols.
11631 (stabsect_build_psymtabs): Likewise.
11632 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11633 earlier.
11634 * somread.c (som_symfile_read): Call install_minimal_symbols
11635 and do_cleanups earlier.
11636 * nlmread.c (nlm_symfile_read): Likewise.
11637 * mdebugread.c (elfmdebug_build_psymtabs): Call
11638 install_minimal_symbols and make appropriate cleanups.
11639
11640 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11641
11642 * solib.c (reload_shared_libraries): New function.
11643 (_initialize_solib): Add callbacks for ``set solib-search-path''
11644 and ``set solib-absolute-prefix''.
11645
11646 2003-02-20 David Carlton <carlton@math.stanford.edu>
11647
11648 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11649 expand comment.
11650 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11651 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11652 * ada-typeprint.c (ada_typedef_print): Ditto.
11653 * ax-gdb.c (gen_var_ref): Ditto.
11654 * breakpoint.c (print_one_breakpoint): Ditto.
11655 * buildsym.c (finish_block): Ditto.
11656 * c-valprint.c (c_val_print): Ditto.
11657 * expprint.c (print_subexp): Ditto.
11658 * findvar.c (locate_var_value): Ditto.
11659 * infcmd.c (jump_command): Ditto.
11660 * linespec.c (decode_line_2, decode_compound): Ditto.
11661 * maint.c (maintenance_translate_address): Ditto.
11662 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11663 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11664 Ditto.
11665 * p-valprint.c (pascal_val_print): Ditto.
11666 * stabsread.c (define_symbol): Ditto.
11667 * stack.c (print_frame, frame_info, print_block_frame_locals)
11668 (print_frame_arg_vars, return_command): Ditto.
11669 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11670 * symmisc.c (print_symbol): Ditto.
11671 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11672 (compare_search_syms, print_symbol_info, print_msymbol_info)
11673 (rbreak_command): Ditto.
11674 * tracepoint.c (tracepoints_info): Ditto.
11675 * typeprint.c (typedef_print): Ditto.
11676 * valops.c (value_of_variable, hand_function_call): Ditto.
11677 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11678 * ada-typeprint.c: Update Copyright.
11679 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11680 * tracepoint.c, cli/cli-cmds.c: Ditto.
11681
11682 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11683
11684 * frame.c (generic_unwind_get_saved_register): Make non-static.
11685 * frame.h (generic_unwind_get_saved_register): Declare.
11686 * mips-tdep.c (read_next_frame_reg): Fetch register from
11687 current regcache when frame is NULL.
11688 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11689 that must be NULL.
11690 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11691 instead of frame_register_unwind().
11692
11693 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11694
11695 * remote-sim.c (gdbsim_insert_breakpoint)
11696 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11697 code.
11698
11699 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11700
11701 * remote.c (_initialize_remote): Add commands "set/show remote
11702 hardware-watchpoint-limit" and "set/show remote
11703 hardware-breakpoint-limit".
11704 (remote_hw_watchpoint_limit): Initialize to -1.
11705 (remote_hw_breakpoint_limit): Ditto.
11706 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11707
11708 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11709
11710 * coff-pe-read.c: New file - support reading of minimal symbols from a
11711 portable executable using the export table.
11712 * coff-pe-read.h: New file.
11713 * coffread.c: Include coff-pe-read.h.
11714 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11715 debugging symbols found.
11716 * Makefile.in (SFILES): Add coff-pe-read.o.
11717 (coff_pe_read_h): Define.
11718 (COMMON_OBS): Add coff-pe-read.o.
11719 (coffread.o): Add coff_pe_read_h dependency.
11720 (coff-pe-read.o): New target.
11721
11722 2003-02-19 David Carlton <carlton@math.stanford.edu>
11723
11724 * Makefile.in (SFILES): Add block.c.
11725 (block_h): New.
11726 (COMMON_OBS): Add block.o.
11727 (block.o): New.
11728 (x86-64-tdep.o): Add $(block_h).
11729 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11730 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11731 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11732 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11733 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11734 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11735 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11736 * value.h: Add opaque declaration for struct block.
11737 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11738 * ada-lang.h: Ditto.
11739 * x86-64-tdep.c: #include "block.h"
11740 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11741 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11742 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11743 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11744 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11745 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11746 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11747 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11748 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11749 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11750 * symtab.c (block_function): Ditto.
11751 (contained_in): Ditto.
11752 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11753 block.h. Add opaque declaration for struct block.
11754 * symtab.h: Move block_function and contained_in declarations to
11755 block.h. Add opaque declarations for struct block, struct
11756 blockvector.
11757 (struct block): Move to block.h.
11758 (struct blockvector): Ditto.
11759 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11760 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11761 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11762 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11763 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11764 Ditto.
11765 * block.c: New file.
11766 * block.h: New file.
11767
11768 2003-02-19 Theodore A. Roth <troth@openavr.org>
11769
11770 * avr-tdep.c (avr_extract_return_value): Remove function.
11771 (avr_store_return_value): Remove function.
11772 (avr_extract_struct_value_address): Remove function.
11773 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11774
11775 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11776
11777 * rs6000-tdep.c: Include "gdb_assert.h".
11778 (registers_e500): Add "acc" and "spefscr".
11779 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11780 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11781 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11782 really is "r0".
11783 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11784
11785 2003-02-18 Keith Seitz <keiths@redhat.com>
11786
11787 * Makefile.in: Add gdbtk-interps.c.
11788
11789 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11790
11791 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11792 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11793
11794 2003-02-18 Andrew Cagney <cagney@redhat.com>
11795
11796 * symtab.h (struct objfile): Add opaque declaration.
11797
11798 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11799
11800 From Jim Ingham <jingham@apple.com>:
11801 * dbxread.c (process_one_symbol): Use last_function_start rather
11802 than function_start_offset to find the real beginning of the
11803 current function. The latter is just the text section offset on
11804 some systems, the former is always the real function start.
11805
11806 2003-02-17 Andrew Cagney <cagney@redhat.com>
11807
11808 * configure.in: Revert ${target} != ${host}.
11809
11810 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11811
11812 * configure.in (Makefile): Use the test ${target} != ${host},
11813 instead of the absence of the "nm.h" file, to determine of the
11814 configuration non-native.
11815 * configure: Regenerate.
11816
11817 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11818
11819 From Brian Ford <ford@vss.fsi.com>
11820
11821 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11822 conditionalize tui_active test.
11823 (lookup_cmd_1): Ditto.
11824
11825 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11826
11827 * configure.in: Add check for _etext.
11828 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11829 available.
11830 * config.in, configure: regenerated.
11831
11832 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11833
11834 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11835
11836 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11837
11838 * main.c (tui_version): Delete variable.
11839 (captured_main): When --tui, set interpreter_p to "tui" instead of
11840 enabling tui_version.
11841 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11842 tui_version.
11843 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11844 * cli/cli-cmds.c (disassemble_command): Ditto.
11845 * defs.h (tui_version): Delete declaration.
11846 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11847 (tui-interp.o): Add rules.
11848 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11849
11850 2003-02-14 Christopher Faylor <cgf@redhat.com>
11851
11852 * win32-nat.c (register_loaded_dll): Correctly set address range for
11853 just-loaded dll.
11854
11855 2003-02-12 Jason Molenda (jmolenda@apple.com)
11856
11857 * symmisc.c (print_objfile_statistics): Include information about
11858 the number of psymtabs and symtabs in each object file.
11859
11860 2003-02-13 Keith R Seitz <keiths@redhat.com>
11861
11862 * main.h (struct captured_main_args): Add interpreter_p.
11863 * main.c (captured_main): Initialize interpreter_p from context.
11864 * gdb.c (main): Set interpreter_p argument.
11865 * Makefile.in (gdb.o): Add dependency for interps.h.
11866
11867 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11868
11869 * event-top.c (cli_command_loop): Delete declaration.
11870 (_initialize_event_loop): Delete function setting event_loop_hook.
11871 * event-top.h (cli_command_loop): Declare. Update copyright.
11872 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11873 * interps.c (current_interp_command_loop): When event_loop_p, call
11874 cli_command_loop.
11875
11876 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11877
11878 * interps.h (interp_command_loop_ftype): Change return type to
11879 void.
11880
11881 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11882
11883 * x86-64-tdep.c (x86_64_extract_return_value)
11884 (x86_64_store_return_value): Use regcache instead of regbuf.
11885 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11886 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11887
11888 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11889
11890 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11891 * aclocal.m4: Regenerate.
11892 * configure: Regenerate.
11893
11894 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11895 TCL_LD_SEARCH_FLAGS.
11896
11897 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11898
11899 * dwarf2cfi.c: Reindented.
11900
11901 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11902
11903 * interps.c (clear_interpreter_hooks): Convert function definition
11904 to ISO C.
11905
11906 2003-02-07 David Carlton <carlton@math.stanford.edu>
11907
11908 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11909
11910 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11911
11912 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11913 (struct type): ...to here.
11914 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11915 field.
11916 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11917 (replace_type): Set length on all type variants for a given type.
11918
11919 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11920
11921 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11922 <sys/stat.h>.
11923 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11924
11925 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11926
11927 * Makefile.in (symm-nat.o): Update dependencies.
11928 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11929 (lynx-nat.o, ia64-linux-nat.): Ditto.
11930 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11931 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11932 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11933
11934 * Makefile.in (inflow_h): Define.
11935 (procfs.o, inflow.o, procfs.o): Update dependencies.
11936 * inftarg.c (child_stop): Delete extern declaration of
11937 inferior_process_group. Include "inflow.h".
11938 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11939 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11940 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11941 (our_process_group, inferior_process_group): Extern declarations.
11942
11943 * procfs.c: Include "gdb_assert.h".
11944
11945 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11946 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11947 * jv-typeprint.c (java_type_print_base): Ditto.
11948 * typeprint.c (typedef_print): Eliminate STREQ.
11949 * cli/cli-script.c (define_command, define_command): Ditto.
11950 * main.c (captured_main): Ditto.
11951 * values.c (lookup_internalvar): Ditto.
11952 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11953 within `if' conditional.
11954 * linespec.c (decode_line_2): Ditto.
11955 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11956 (bfd_openw_with_cleanup): Ditto.
11957
11958 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11959
11960 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11961 legacy_extract_return_value and store_return_value to
11962 legacy_return_value.
11963
11964 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11965
11966 * win32-nat.c (get_relocated_section_addrs): New function. Find
11967 section load addresses for symbol handling in relocated DLLs.
11968 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11969
11970 2003-02-05 Fred Fish <fnf@intrinsity.com>
11971
11972 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11973 '=' and '!='.
11974 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11975 with '&' and '=='.
11976 (angel_RDI_info): Ditto.
11977 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11978 with '&' and '!='.
11979 (threads_continue_all_with_signals): Ditto.
11980
11981 2003-02-05 Jim Ingham <jingham@apple.com>
11982 Keith Seitz <keiths@redhat.com>
11983 Elena Zannoni <ezannoni@redhat.com>
11984 Andrew Cagney <ac131313@redhat.com>
11985
11986 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11987 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11988 (SUBDIR_MI_OBS): Add "mi-interp.o".
11989 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11990 (SFILES): Add "interps.c".
11991 (COMMON_OBS): Add "interps.o".
11992 (interps_h, mi_main_h): Define.
11993 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11994 (mi-main.o, main.o, event-top.o): Update dependencies.
11995 * cli/cli-interp.c: New file.
11996 * interps.h, interps.c: New files.
11997 * top.c: (gdb_init): Don't install the default interpreter, handed
11998 by captured_main.
11999 * main.c: Include "interps.h".
12000 (interpreter_p): Note that it should malloc'ed.
12001 (captured_command_loop): Call current_interp_command_loop.
12002 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12003 xfree and xstrdup when updating interpreter_p. Install the
12004 default interpreter. Add hack to stop mi1's copyright notice
12005 being encoded.
12006 * event-top.h (gdb_setup_readline): Declare.
12007 (gdb_disable_readline): Declare.
12008 * event-top.c: Include "interps.h".
12009 (display_gdb_prompt): Call current_interp_display_prompt_p.
12010 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12011 gdb_stdlog, and gdb_stdtarg.
12012 (_initialize_event_loop): Don't call gdb_setup_readline.
12013 * cli-out.c (cli_out_set_stream): New function.
12014 * cli-out.h (cli_out_set_stream): Declare.
12015
12016 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12017
12018 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12019 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12020 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12021 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12022 config/i386/i386v42mp.mt: Removed.
12023
12024 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12025
12026 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12027 GDB_OSABI_SOLARIS.
12028
12029 2003-02-05 Michael Chastain <mec@shout.net>
12030
12031 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12032 2.12.1 and earlier versions.
12033
12034 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12035
12036 Remove orphaned hosts, targets and files.
12037 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12038 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12039 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12040 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12041 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12042 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12043 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12044 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12045 * config/sparc/tm-sp64sim.h: Delete.
12046 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12047 hosts.
12048 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12049 mips*-dec-mach3* targets.
12050
12051 2003-02-04 Michael Chastain <mec@shout.net>
12052
12053 * NEWS: Fix typo: sepcifying -> specifying.
12054
12055 2003-02-04 Michael Chastain <mec@shout.net>
12056
12057 * dwarfread.c: Add documentation on the state of dwarf-1,
12058 looking towards obsoletion.
12059
12060 2003-02-03 Michael Chastain <mec@shout.net>
12061
12062 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12063 gdb/testsuite/gdb.c++/pr-1023.exp.
12064
12065 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12066
12067 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12068 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12069
12070 * utils.c (init_page_info): Delete reference to MPW in comments.
12071 * main.c (captured_main): Delete #ifdef MPW.
12072
12073 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12074
12075 * NEWS: Note that the m32r-*-elf* is obsolete.
12076 * monitor.c (monitor_expect): Obsolete reference to m32r.
12077 * configure.tgt: Mark m32r-*-elf* as obsolete.
12078 * MAINTAINERS: Mark m32k as obsolete.
12079 * m32r-rom.c: Obsolete file.
12080 * config/m32r/m32r.mt: Obsolete file.
12081 * config/m32r/tm-m32r.h: Obsolete file.
12082 * m32r-stub.c: Obsolete file.
12083 * m32r-tdep.c: Obsolete file.
12084
12085 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12086
12087 * NEWS: Mention that the z8k-zilog-none is obsolete.
12088 * MAINTAINERS: Mark z8k as obsolete.
12089 * configure.tgt: Obsolete the z8k-*-coff* target.
12090 * config/z8k/z8k.mt: Obsolete file.
12091 * config/z8k/tm-z8k.h: Obsolete file.
12092 * z8k-tdep.c: Obsolete file.
12093
12094 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12095
12096 * NEWS: Mention that the mn10200-elf is obsolete.
12097 * configure.tgt: Obsolete mn10200-*-* target.
12098 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12099 mention that the mn10200 is obsolete.
12100 * breakpoint.h: Ditto.
12101 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12102 * config/mn10200/mn10200.mt: Obsolete file.
12103 * config/mn10200/tm-mn10200.h: Obsolete file.
12104 * mn10200-tdep.c: Obsolete file.
12105
12106 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12107
12108 * MAINTAINERS: Mark h8500 as obsolete.
12109 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12110 * findvar.c (value_from_register): Ditto.
12111 * h8500-tdep.c: Mark file as obsolete.
12112 * config/h8500/h8500.mt: Ditto.
12113 * config/h8500/tm-h8500.h: Ditto.
12114 * NEWS: Mention that h8500 is obsolete.
12115
12116 2003-02-04 David Carlton <carlton@math.stanford.edu>
12117
12118 * objfiles.c (allocate_objfile): Always set name. Add comment at
12119 start of function.
12120 * jv-lang.c (get_dynamics_objfile): Add comment.
12121
12122 2003-02-04 David Carlton <carlton@math.stanford.edu>
12123
12124 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12125 * printcmd.c (build_address_symbolic): Replace uses of
12126 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12127 SYMBOL_NAME, and asm_demangle.
12128 Update copyright.
12129
12130 2003-02-04 David Carlton <carlton@math.stanford.edu>
12131
12132 * linespec.c (decode_compound): Extract code into
12133 lookup_prefix_sym.
12134 (lookup_prefix_sym): New function.
12135
12136 2003-02-04 David Carlton <carlton@math.stanford.edu>
12137
12138 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12139 FLOAT_COERCION_BADNESS.
12140 * gdbtypes.c (rank_one_type): Replace all uses of
12141 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12142
12143 2003-02-04 Jim Blandy <jimb@redhat.com>
12144
12145 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12146 section, let dwarf_macinfo_section point to it, not
12147 dwarf_loc_section.
12148
12149 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12150
12151 Pointed out by Anton Blanchard <anton@samba.org>.
12152 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12153 (ppc_linux_at_sigtramp_return_path): Use it.
12154
12155 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12156
12157 * defs.h (streq): Add prototype.
12158 * utils.c (streq): New function.
12159
12160 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12161 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12162 * mdebugread.c (new_symbol): Likewise.
12163 * stabsread.c (define_symbol): Likewise.
12164 * coffread.c (process_coff_symbol): Likewise.
12165 * dwarfread.c (new_symbol): Likewise.
12166
12167 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12168 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12169 here.
12170 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12171 SYMBOL_INIT_DEMANGLED_NAME.
12172 * objfiles.c: Include "hashtab.h".
12173 (allocate_objfile): Call htab_set_functions_ex for the
12174 demangled_names_hash.
12175 (free_objfile): Call htab_delete for the demangled_names_hash.
12176 * objfiles.h (struct htab): Add declaration.
12177 (struct objfile): Add demangled_names_hash.
12178 * symfile.c: Include "hashtab.h".
12179 (reread_symbols): Call htab_delete for the demangled_names_hash.
12180 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12181 SYMBOL_NAME in the bcache.
12182 * symtab.c: Include "hashtab.h". Update comments.
12183 (create_demangled_names_hash, symbol_set_names): New functions.
12184 (symbol_find_demangled_name): New function, broken out from
12185 symbol_init_demangled_names.
12186 (symbol_init_demangled_names): Use it.
12187 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12188 (SYMBOL_SET_NAMES): New macro.
12189 (symbol_set_names): Add prototype.
12190
12191 2003-02-03 Jim Blandy <jimb@redhat.com>
12192
12193 Use a single, consistent representation for an empty minimal
12194 symbol table in an objfile.
12195 * objfiles.c (terminate_minimal_symbol_table): New function.
12196 (allocate_objfile): Call it.
12197 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12198 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12199 non-NULL.
12200 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12201 objfile has minimal symbols, compare minimal_symbol_count to zero,
12202 instead of comparing msymbols with NULL.
12203 * objfiles.c (have_minimal_symbols): Same.
12204 * solib-sunos.c (solib_add_common_symbols): Call
12205 terminate_minimal_symbol_table.
12206 * symfile.c (reread_symbols): Same.
12207
12208 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12209
12210 * s390-tdep.c (s390_address_class_type_flags)
12211 (s390_address_class_type_flags_to_name)
12212 (s390_address_class_name_to_type_flags): New functions.
12213 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12214 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12215
12216 2003-02-03 Michael Snyder <msnyder@redhat.com>
12217
12218 * arm-tdep.c: Fix spell-o in comment.
12219
12220 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12221
12222 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12223 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12224 error messages to contain BFD filename.
12225
12226 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12227
12228 Fix PR gdb/742 gdb/743 gdb/877
12229 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12230 (do_mixed_source_and_assembly): Use
12231 make_cleanup_ui_out_tuple_begin_end and
12232 make_cleanup_ui_out_tuple_begin_end.
12233 (do_mixed_source_and_assembly): Ditto.
12234 * thread.c (do_captured_list_thread_ids): Ditto.
12235 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12236 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12237 ui_out_tuple_end): Delete prototypes.
12238 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12239 ui_out_list_end, ui_out_tuple_end): Delete.
12240
12241 From Kevin Buettner <kevinb@redhat.com>:
12242 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12243 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12244 (do_cleanup_table_end): New functions.
12245 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12246 Use cleanups to invoke_ui_out_tuple_end().
12247 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12248 * cli/cli-setshow.c (cmd_show_list): Use
12249 make_cleanup_ui_out_tuple_begin_end.
12250
12251 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12252
12253 * frame.c (frame_unwind_register): New function.
12254 (frame_unwind_unsigned_register): Use.
12255 (frame_unwind_signed_register): Use.
12256 (frame_read_register): New function.
12257 * frame.h (frame_unwind_register): Declare.
12258 (frame_read_register): Declare.
12259
12260 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12261 and frame_unwind_register instead of read_memory, write_register
12262 and deprecated_write_register_bytes.
12263
12264 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12265
12266 * frame.h: Note that namelen can be negative.
12267 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12268 NAME's length.
12269
12270 * NEWS: Mention that the d10v's `regs' command is deprecated.
12271 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12272 (d10v_print_registers_info): New function.
12273 (show_regs): Call d10v_print_registers_info.
12274 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12275
12276 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12277
12278 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12279 lost in the previous patch.
12280
12281 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12282
12283 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12284 * stack.c (print_frame_info_base): Output complete FRAME tuple
12285 for synthesized frames.
12286
12287 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12288
12289 * mips-nat.c (zerobuf): Delete.
12290 (fetch_inferior_registers): Alloc local zerobuf.
12291 (fetch_core_registers): Alloc local zerobuf.
12292 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12293 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12294 * thread-db.c (thread_db_store_registers): Ditto.
12295 * sh-tdep.c (sh_do_register): Ditto.
12296 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12297 * remote-sim.c (gdbsim_store_register): Ditto.
12298 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12299 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12300 * monitor.c (monitor_supply_register): Ditto.
12301 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12302 * mips-nat.c (fetch_inferior_registers): Ditto.
12303 * m68klinux-nat.c (fetch_register): Ditto.
12304 * lynx-nat.c (fetch_inferior_registers): Ditto.
12305 (fetch_inferior_registers): Ditto.
12306 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12307 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12308 (hpux_thread_store_registers): Ditto.
12309 * hppah-nat.c (fetch_register): Ditto.
12310 * hppab-nat.c (fetch_register): Ditto.
12311 * hppa-tdep.c (pa_register_look_aside): Ditto.
12312 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12313 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12314
12315 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12316
12317 * gdbarch.sh: Explictly specify all method levels. When a
12318 variable with an empty level, provide a non-multi-arch default.
12319 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12320 * gdbarch.h: Re-generate.
12321 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12322 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12323
12324 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12325
12326 * defs.h (host_pointer_to_address): Delete declaration.
12327 (address_to_host_pointer): Delete declaration.
12328 * utils.c (host_pointer_to_address): Delete function.
12329 (address_to_host_pointer): Delete function.
12330 * procfs.c (procfs_address_to_host_pointer): New function.
12331 * procfs.c (proc_set_watchpoint): Use.
12332 (procfs_can_use_hw_breakpoint): Update comments.
12333 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12334 (som_solib_add): Use.
12335 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12336 * hppa-tdep.c (unwind_command): Use.
12337
12338 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12339
12340 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12341 strlen d_name.
12342
12343 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12344 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12345 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12346 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12347 (define_symbol): Update.
12348 * symfile.c (generic_load): Remove references to nindy.
12349 * symtab.c: Remove references to nindy.
12350
12351 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12352
12353 * infcmd.c (print_float_info): Delete code conditional on
12354 FLOAT_INFO.
12355 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12356 * config/m68k/nm-apollo68b.h: Ditto.
12357 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12358 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12359 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12360
12361 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12362
12363 * config/i386/tm-i386os9k.h: Removed.
12364
12365 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12366 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12367 they're identical to i[3456]86-*-sysv* now.
12368 * config/i386/i386v32.mh: Removed.
12369 * config/i386/xm-i386v32.h: Removed.
12370 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12371
12372 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12373
12374 * config/i386/i386dgux.mh: Removed.
12375 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12376
12377 * configure.in: Fix typo.
12378 * configure: Regenerated.
12379
12380 2003-01-31 David Carlton <carlton@math.stanford.edu>
12381
12382 * dwarf2read.c (dwarf2_locate_sections): Set
12383 dwarf_ranges_section.
12384
12385 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12386
12387 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12388 * utils.c: Update comments documenting legitimate uses of PTR.
12389
12390 * utils.c: Re-indent.
12391
12392 * config/djgpp/fnchange.lst: Delete nindy files.
12393 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12394 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12395 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12396 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12397 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12398 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12399 * Makefile.in (init.c): Remove nindy references.
12400 (saber_gdb): Delete rule.
12401 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12402 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12403 and a68v-nat.c.
12404 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12405 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12406 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12407 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12408 nindy-share/stop.h.
12409 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12410 * saber.suppress: Delete file.
12411
12412 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12413
12414 * dbxread.c (stabs_data): New static variable.
12415 (fill_symbuf): Support an in-memory buffer for stabs data.
12416 (stabs_seek): New function.
12417 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12418 (read_ofile_symtab): Use stabs_seek.
12419 (elfstab_build_psymtabs): Take an asection* instead of
12420 an offset and size. Relocate the stabs data if necessary.
12421 Save the section* for dbx_psymtab_to_symtab.
12422 * dwarf2read.c: Add section variables for each debug section.
12423 (dwarf2_locate_sections): Fill them in.
12424 (dwarf2_read_section): Take an asection* argument.
12425 Relocate the section contents if necessary.
12426 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12427 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12428 it to dwarf2_read_section.
12429 (dwarf2_build_frame_info): Update callers.
12430 * elfread.c (elf_symfile_read): Update call to
12431 elfstab_build_psymtabs.
12432 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12433 (DBX_STAB_SECTION): New macro.
12434 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12435 * symfile.c (symfile_dummy_outputs): New function.
12436 (symfile_relocate_debug_section): New function.
12437 * symfile.h (symfile_relocate_debug_section): Add prototype.
12438
12439 2003-01-31 Richard Henderson <rth@redhat.com>
12440
12441 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12442 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12443 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12444 * alpha-tdep.c (alpha_register_name): Add "unique".
12445 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12446 (ALPHA_UNIQUE_REGNUM): New.
12447 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12448
12449 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12450
12451 * README: Remove reference to Ericsson 1800 monitor.
12452 * Makefile.in (remote-es.o): Delete rule.
12453 (ALLDEPFILES): Delete remote-es.c.
12454 * remote-es.c: Delete file.
12455 * config/m68k/es1800.mt: Delete file.
12456 * config/djgpp/fnchange.lst: Update.
12457 * configure.tgt: Delete m68*-ericsson-* target.
12458
12459 2003-01-31 Adam Fedor <fedor@gnu.org>
12460
12461 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12462 Remove duplicate/shadowing variable of same name.
12463
12464 2003-01-30 Jim Blandy <jimb@redhat.com>
12465
12466 * symfile.c (find_separate_debug_file): Assert that the objfile's
12467 directory name we compute ends with a slash, and then assume that
12468 that's so everywhere we use it.
12469
12470 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12471
12472 * valops.c (value_assign): Flush frame cache after stores to memory
12473 also.
12474
12475 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12476
12477 * Makefile.in (mon960-rom.o): Delete rule.
12478 * mon960-rom.c: Delete file.
12479
12480 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12481
12482 * d10v-tdep.c: Include "frame-unwind.h".
12483 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12484 list.
12485 (next_addr, uses_frame): Delete.
12486 (struct d10v_unwind_cache): Define.
12487 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12488 Use info instead of next_addr and uses_frame globals.
12489 (d10v_frame_init_saved_regs): Delete function.
12490 (d10v_init_extra_frame_info): Delete function.
12491 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12492 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12493 init_frame_pc or frame_saved_pc.
12494 (d10v_pop_frame): Delete function.
12495 (do_d10v_pop_frame): Delete function.
12496 (d10v_frame_chain): Delete function.
12497 (d10v_frame_chain_valid): Delete function.
12498 (d10v_frame_pc_unwind): New function.
12499 (d10v_frame_id_unwind): New function.
12500 (saved_regs_unwinder): New function.
12501 (d10v_frame_register_unwind): New function.
12502 (d10v_frame_pop): New function.
12503 (d10v_frame_unwind): New variable.
12504 (d10v_frame_p): New function.
12505 (d10v_frame_saved_pc): Delete function.
12506 * Makefile.in (d10v-tdep.o): Update dependencies.
12507
12508 2003-01-30 J. Brobecker <brobecker@gnat.com>
12509
12510 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12511 causing some regressions due to a change in the default value
12512 for this macro.
12513
12514 2003-01-29 Richard Henderson <rth@redhat.com>
12515 Elena Zannoni <ezannoni@redhat.com>
12516 Daniel Jacobowitz <drow@mvista.com>
12517
12518 Fix PR gdb/961.
12519 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12520 variables.
12521 (RANGES_SECTION): New.
12522 (dwarf_ranges_buffer): New variable.
12523 (struct comp_unit_head): Add member "die".
12524 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12525 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12526 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12527 (dwarf2_locate_sections): Likewise.
12528 (dwarf2_build_psymtabs): Read .debug_ranges.
12529 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12530 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12531 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12532 Look for DW_AT_ranges and return the bounding box.
12533
12534 2003-01-29 Brian Ford <ford@vss.fsi.com>
12535
12536 * win32-nat.c (cygwin_pid): Removed as unused.
12537 (child_attach): Try fall back to Cygwin pid.
12538
12539 2003-01-29 Jim Blandy <jimb@redhat.com>
12540
12541 * objfiles.h (struct objfile): Doc fix.
12542
12543 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12544
12545 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12546 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12547 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12548 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12549 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12550 (FRAME_SAVED_PC): Change to a function with predicate.
12551 * gdbarch.h, gdbarch.c: Re-generate.
12552
12553 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12554
12555 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12556
12557 * complaints.c (complain): Delete function.
12558 * complaints.h (struct deprecated_complaint): Delete definition.
12559 (complain): Delete declaration.
12560
12561 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12562
12563 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12564 dummy frames.
12565
12566 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12567
12568 * sentinel-frame.h, sentinel-frame.c: New files.
12569 * Makefile.in (frame.o): Update dependencies.
12570 (SFILES): Add sentinel-frame.c.
12571 (sentinel_frame_h): Define.
12572 (COMMON_OBS): Add sentinel-frame.o.
12573 (sentinel-frame.o): Specify dependencies.
12574 * frame.c: Include "sentinel-frame.h".
12575 (frame_register_unwind): Rewrite assuming that there is always a a
12576 ->next frame.
12577 (frame_register, generic_unwind_get_saved_register): Ditto.
12578 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12579 (create_sentinel_frame, unwind_to_current_frame): New functions.
12580 (get_current_frame): Rewrite using create_sentinel_frame and
12581 unwind_to_current_frame. When possible, always create a frame.
12582 (create_new_frame): Set next to the sentinel frame.
12583 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12584 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12585 ID cache when necessary.
12586 (frame_saved_regs_id_unwind): Use frame_relative_level.
12587 (deprecated_generic_get_saved_register): Use frame_relative_level,
12588 get_frame_saved_regs, get_frame_pc, get_frame_base and
12589 get_next_frame.
12590 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12591 frame_register.
12592
12593 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12594
12595 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12596
12597 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12598
12599 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12600 (maintenance_set_profile_cmd): Use error () instead of warning ().
12601
12602 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12603
12604 * configure.in: Check that -pg works if using --enable-profiling.
12605 Check for monstartup and _mcleanup regardless of --enable-profiling.
12606 * maint.c: Check for monstartup and _mcleanup before using them.
12607 * config.in: Regenerated.
12608 * configure: Regenerated.
12609
12610 2003-01-24 Nick Clifton <nickc@redhat.com>
12611
12612 * Add sh2e support:
12613
12614 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12615
12616 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12617 (sh2e_show_regs): New.
12618 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12619 * config/sh/tm-sh.h: Added sh2e to comments.
12620
12621 2003-01-23 Jim Blandy <jimb@redhat.com>
12622
12623 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12624 symbols found)" message here; we haven't checked for a separate
12625 debug info file yet, so we don't know yet.
12626 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12627 we've looked everywhere. Also, there's no need to print a special
12628 message when we're loading the separate debug info file: the one
12629 symbol_file_add prints is fine.
12630
12631 2003-01-23 Alexander Larsson <alexl@redhat.com>
12632 Jim Blandy <jimb@redhat.com>
12633
12634 Add support for executables whose debug info has been separated
12635 out into a separate file, leaving only a link behind.
12636 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12637 and separate_debug_objfile_backlink.
12638 (put_objfile_before): New declaration.
12639 * symfile.c: #include "filenames.h".
12640 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12641 debug info in a separate file, read that, too. Save the addrs
12642 argument, so we can use it again to read the separated debug info;
12643 syms_from_objfile modifies the table we pass it.
12644 (reread_symbols): After re-reading an objfile, call
12645 reread_separate_symbols to refresh its separate debug info
12646 objfile, if it has one.
12647 (reread_separate_symbols, find_separate_debug_file,
12648 get_debug_link_info, separate_debug_file_exists): New functions.
12649 (debug_file_directory): New global var.
12650 (_initialize_symfile): Initialize debug_file_directory, and
12651 provide the new `set debug-file-directory' command to let the user
12652 change it.
12653 * objfiles.c (free_objfile): If this objfile has its debug info in
12654 a separate objfile, free that one too. If this is itself a
12655 separate debug info objfile, clear our parent's backlink.
12656 (put_objfile_before): New function.
12657 * utils.c (gnu_debuglink_crc32): New function.
12658 * defs.h (gnu_debuglink_crc32): New declaration.
12659 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12660 * configure.in: Handle --with-separate-debug-dir config option.
12661 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12662 * acconfig.h (DEBUGDIR): New macro.
12663 * configure, aclocal.m4, config.in: Regenerated.
12664
12665 2003-01-22 Jim Blandy <jimb@redhat.com>
12666
12667 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12668 like the old symbol_file_add, but taking new arguments: you can
12669 now pass in either a `struct section_addr_info' list to say where
12670 each section is loaded, or a `struct section_offsets' table. Pass
12671 these new arguments through to syms_from_objfile as appropriate.
12672 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12673 with the appropriate quiescent values for the new arguments.
12674
12675 * symfile.c: #include "gdb_assert.h".
12676 (syms_from_objfile): Add the ability to pass in a section offset
12677 table directly, as an alternative to the section_addr_info table.
12678 Document arguments better.
12679 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12680 * symfile.h (syms_from_objfile): Update declaration.
12681 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12682 syms_from_objfile.
12683 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12684
12685 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12686
12687 Original patch by Tom Tromey <tromey@cygnus.com> and
12688 Jason Molenda <jmolenda@apple.com>.
12689 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12690 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12691 * NEWS: Mention profiling.
12692 * configure.in (--enable-gdbtk): Fix typo.
12693 (--enable-profiling): New. Set PROFILE_CFLAGS.
12694 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12695 Fill in function.
12696 (profiling_state): New variable.
12697 (mcleanup_wrapper): New function.
12698 (_initialize_maint): Remove NOTYET, fix call to
12699 add_setshow_boolean_cmd for "maint set profile".
12700 * configure: Regenerated.
12701
12702 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12703
12704 * Makefile.in (install-gdbtk): Install PNG images too.
12705
12706 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12707
12708 * exec.c (text_start): Delete global variable.
12709 (exec_file_attach): Make text_start local to the function.
12710 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12711 * valops.c (hand_function_call): Delete code that handles
12712 BEFORE_TEXT_END and AFTER_TEXT_END.
12713 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12714 of CALL_DUMMY_LOCATION.
12715 * gdbarch.c: Regenerate.
12716 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12717 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12718 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12719 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12720 (text_end): Delete extern declaration.
12721
12722 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12723
12724 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12725 * blockframe.c (backtrace_below_main): Move to "frame.c".
12726 (frame_chain_valid): Delete check for backtrace_below_main.
12727 (_initialize_blockframe): Delete initialization, move ``set
12728 backtrace-below-main'' command to "frame.c".
12729 (do_flush_frames_sfunc): Delete function.
12730 * frame.c: Include "command.h" and "gdbcmd.h".
12731 (frame_type_from_pc): New function.
12732 (create_new_frame): Use frame_type_from_pc.
12733 (legacy_get_prev_frame): New function.
12734 (get_prev_frame): Rewrite. When an old style frame, call
12735 legacy_get_prev_frame. Otherwize, unwind the PC first.
12736 (_initialize_frame): Add ``set backtrace-below-main'' command.
12737 * Makefile.in (frame.o): Update dependencies.
12738
12739 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12740
12741 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12742 DEPRECATED_REGISTERS_INFO.
12743
12744 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12745
12746 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12747 Maintainers'. Update `Various Maintainers'.
12748
12749 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12750
12751 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12752 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12753 Suppress actual parameters when `-'.
12754 * gdbarch.h, gdbarch.c: Regenerate.
12755
12756 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12757
12758 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12759 code handling dummy frames.
12760
12761 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12762
12763 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12764 (struct frame_unwind): Add field pop.
12765 * frame.h (frame_pop): Declare.
12766 * frame.c (frame_saved_regs_pop): New function.
12767 (trad_frame_unwinder): Add frame_saved_regs_pop.
12768 (frame_pop): New function.
12769 * dummy-frame.c (dummy_frame_pop): New function.
12770 (discard_innermost_dummy): New function.
12771 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12772 (dummy_frame_unwind): Add dummy_frame_pop.
12773 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12774 * valops.c (hand_function_call): Ditto.
12775 * stack.c (return_command): Ditto.
12776
12777 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12778
12779 * cris-tdep.c: Fix function declaration indentation.
12780 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12781 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12782 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12783 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12784 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12785 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12786
12787 2003-01-18 Michael Chastain <mec@shout.net>
12788
12789 * README (Unpacking and Installation -- quick overview):
12790 Warn against ".../gdb-5.3/gdb/configure".
12791
12792 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12793
12794 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12795 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12796 (struct frame_unwind): Declare opaque.
12797 (dummy_frame_p): Declare function.
12798 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12799 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12800 * dummy-frame.c: Include "frame-unwind.h".
12801 (dummy_frame_p): New function.
12802 (dummy_frame_unwind): New variable.
12803 * frame.c: Include "frame-unwind.h".
12804 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12805 to use the new unwind field.
12806 (set_unwind_by_pc): Delete function.
12807 (create_new_frame, get_prev_frame): Set unwind field using
12808 frame_unwind_find_by_pc.
12809 (trad_frame_unwind, trad_frame_unwinder): New variables.
12810 * frame.h (trad_frame_unwind): Declare variable.
12811 (frame_id_unwind_ftype): Delete declaration.
12812 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12813 (struct frame_unwind): Declare opaque.
12814 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12815 register_unwind with a single unwind pointer.
12816 * frame-unwind.h, frame-unwind.c: New files.
12817 * Makefile.in (SFILES): Add frame-unwind.c.
12818 (frame_unwind_h): Define.
12819 (COMMON_OBS): Add frame-unwind.o.
12820 (frame-unwind.o): Specify dependencies.
12821 (frame.o, dummy-frame.o): Update dependencies.
12822
12823 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12824
12825 * ada-valprint.c: Eliminate PTR.
12826 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12827 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12828 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12829 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12830 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12831 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12832 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12833
12834 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12835
12836 * main.c (captured_main): Don't use PTR.
12837 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12838 * gdbtypes.c (lookup_primitive_typename): Ditto.
12839 (lookup_struct_elt_type): Ditto.
12840 * f-valprint.c (info_common_command): Ditto.
12841 (list_all_visible_commons): Ditto.
12842 * jv-typeprint.c (java_type_print_base): Ditto.
12843
12844 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12845 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12846 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12847 i386-interix-nat.c and i386-interix-tdep.c. Rename
12848 m68klinux-nat.c and m68klinux-tdep.c. Rename
12849 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12850 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12851 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12852 * main.c (captured_main): Use xfree, not free.
12853
12854 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12855
12856 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12857 ID back using a parameter.
12858 * frame.c (frame_id_unwind): Update call.
12859 (frame_saved_regs_id_unwind): Update.
12860 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12861 * dummy-frame.h (struct frame_id): Add opaque declaration.
12862 (dummy_frame_id_unwind): Update declaration.
12863
12864 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12865
12866 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12867
12868 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12869
12870 * MAINTAINERS (Stephen P. Smith): Updated email address.
12871
12872 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12873
12874 Fix PR gdb/898
12875 * breakpoint.c (until_break_command): Add new argument. Use it to
12876 decide whether to stop only at the current frame or not.
12877 * breakpoint.h (until_break_command): Update prototype.
12878 * infcmd.c (until_command): Add new argument to until_break_command
12879 call.
12880 (advance_command): New function.
12881 (_initialize_infcmd): Update help string for 'until' command.
12882 Add new 'advance' command.
12883
12884 2003-01-14 David Carlton <carlton@math.stanford.edu>
12885
12886 * linespec.c (decode_line_1): Normalize comments.
12887 (set_flags): Ditto.
12888 (locate_first_half): Ditto.
12889 (decode_compound): Ditto.
12890 (symtab_from_filename): Ditto.
12891 (decode_all_digits): Ditto.
12892 (decode_dollar): Ditto.
12893 (find_methods): Ditto.
12894 (find_toplevel_char): Ditto.
12895
12896 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12897
12898 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12899 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12900 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12901 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12902 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12903 * language.c, language.h, m32r-tdep.c: Update copyright.
12904 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12905 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12906 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12907 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12908 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12909 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12910
12911 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12912
12913 * stabsread.h (process_later, resolve_cfront_continuation):
12914 Obsolete.
12915 Update copyright years.
12916 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12917 Update copyright year.
12918 * dbxread.c(struct cont_elem): Obsolete.
12919 (process_later, process_now): Obsolete functions.
12920 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12921 Update copyright year.
12922 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12923 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12924 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12925 (parse_partial_symbols): Obsolete cfront support.
12926 * stabsread.c
12927 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12928 macros.
12929 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12930 read_cfront_baseclasses, read_cfront_member_functions,
12931 resolve_cfront_continuation,read_cfront_static_fields,
12932 copy_cfront_struct_fields): Obsolete functions.
12933 (define_symbol, read_one_struct_field): Obsolete cfront support.
12934 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12935 Update Copyright year.
12936
12937 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12938
12939 * stack.c (print_frame_info, print_stack_frame_base_stub,
12940 print_stack_frame_base, show_and_print_stack_frame_stub,
12941 show_and_print_stack_frame, print_only_stack_frame_stub,
12942 print_only_stack_frame): Delete functions.
12943 (print_stack_frame_stub): Call print_frame_info instead of
12944 print_frame_info_base.
12945 (print_frame_info_base): Rename to print_frame_info.
12946 (backtrace_command_1): Call print_frame_info, instead of
12947 print_frame_info_base.
12948 (current_frame_command): Call print_stack_frame, instead of
12949 print_only_stack_frame.
12950 (frame_command): Call print_stack_frame, instead of
12951 show_and_print_stack_frame.
12952 (up_command): Ditto.
12953 (down_command): Ditto.
12954 * frame.h (print_only_stack_frame): Delete prototype.
12955 * infrun.c (normal_stop): Call print_stack_frame, instead of
12956 show_and_print_stack_frame.
12957 * thread.c (info_threads_command): Call print_stack_frame, instead
12958 of print_only_stack_frame.
12959
12960 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12961
12962 * README (Graphical interface to GDB): Update URL. Point at
12963 gdb/links/.
12964
12965 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12966 version match.
12967
12968 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12969
12970 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12971 lines.
12972
12973 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12974
12975 * thread-db.c (attach_thread): Prototype.
12976 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12977 thread information (ti), and valid flags (th_valid, ti_valid).
12978 (attach_thread): Move target_pid_to_str call to after the thread
12979 is added to GDB's list. Initialize the cache.
12980 (thread_get_info_callback, thread_db_map_id2thr)
12981 (thread_db_get_info): New functions.
12982 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12983 (thread_db_store_registers, thread_db_thread_alive)
12984 (thread_db_get_thread_local_address): Use them.
12985 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12986 of calling error() for threads in unknown state.
12987
12988 (clear_lwpid_callback): New function.
12989 (thread_db_resume): Use it to clear the cache.
12990
12991 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12992
12993 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12994 (resume_callback): Remove dead code.
12995
12996 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12997
12998 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12999 predicate.
13000 * gdbarch.h, gdbarch.c: Regenerate.
13001 * stack.c (frame_info): Only initialize the saved registers when
13002 FRAME_INIT_SAVED_REGS_P.
13003 * frame.c (frame_saved_regs_register_unwind): Assert
13004 FRAME_INIT_SAVED_REGS_P.
13005 (deprecated_generic_get_saved_register): Ditto.
13006
13007 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13008
13009 * source.c (openp): Squelch warning about "filename".
13010
13011 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13012
13013 * source.c (openp): If the file does not exist don't necessarily
13014 search the path.
13015
13016 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13017
13018 Fix PR gdb/872.
13019 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13020 (integer_types_same_name_p): New function.
13021 (rank_one_type): Use it.
13022 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13023
13024 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13025
13026 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13027 variables.
13028 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13029 * configure.in: Add --with-sysroot.
13030 * configure: Regenerated.
13031 * main.c (gdb_sysroot): New variable.
13032 (captured_main): Initialize gdb_sysroot.
13033 * defs.h (gdb_sysroot): New extern declaration.
13034 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13035
13036 2003-01-12 Michael Chastain <mec@shout.net>
13037
13038 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13039
13040 2003-01-12 Michael Chastain <mec@shout.net>
13041
13042 * top.c (print_gdb_version): Bump copyright year to 2003.
13043
13044 2003-01-12 David Carlton <carlton@bactrian.org>
13045
13046 * linespec.c (symtab_from_filename): Rename variable 's' to
13047 'file_symtab'.
13048
13049 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13050
13051 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13052 dummy frame.
13053 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13054
13055 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13056
13057 * d10v-tdep.c: Include "gdb_assert.h".
13058 (d10v_store_return_value): Rewrite to match current interface.
13059 (d10v_extract_struct_value_address): Ditto.
13060 (d10v_extract_return_value): Ditto.
13061 (d10v_gdbarch_init): Set store_restore_value,
13062 extract_struct_value_address and extract_return_value.
13063
13064 2003-01-12 J. Brobecker <brobecker@gnat.com>
13065
13066 * hpread.c (set_namestring): New procedure replacing the
13067 SET_NAMESTRING macro.
13068 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13069 by calls to set_namestring.
13070
13071 2003-01-11 J. Brobecker <brobecker@gnat.com>
13072
13073 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13074 a compilation warning.
13075 (hpread_process_one_debug_symbol): Likewise.
13076
13077 2003-01-10 David Carlton <carlton@math.stanford.edu>
13078
13079 * linespec.c (decode_line_1): Rename variable 's' to
13080 'file_symtab'.
13081 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13082 (decode_dollar): Ditto.
13083 (decode_variable): Ditto.
13084 (symbol_found): Ditto.
13085
13086 2003-01-09 Michael Chastain <mec@shout.net>
13087
13088 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13089
13090 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13091
13092 * win32-nat.c (set_process_privilege): New function.
13093 (child_attach): Call set_process_privilege() to enable the
13094 SE_DEBUG_NAME user privilege if available in process token.
13095
13096 2003-01-10 J. Brobecker <brobecker@gnat.com>
13097
13098 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13099 compilation error in the previous revision.
13100
13101 2003-01-09 David Carlton <carlton@math.stanford.edu>
13102
13103 * linespec.c: Update copyright.
13104
13105 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13106
13107 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13108 than inferior_ptid.
13109 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13110
13111 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13112
13113 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13114 Update comments.
13115 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13116 (frame_saved_regs_zalloc): Update.
13117 (frame_saved_regs_register_unwind): Update.
13118 (create_new_frame): Update.
13119 (get_prev_frame): Update.
13120 (frame_extra_info_zalloc): Update.
13121 (deprecated_get_frame_saved_regs): Update.
13122 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13123 * cris-tdep.c: Update comment.
13124
13125 * somsolib.h: Fix function indentation.
13126 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13127 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13128 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13129 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13130 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13131
13132 * infrun.c (follow_fork): Use ISO C definition.
13133 * expprint.c (print_subexp): Use xfree instead of free.
13134 * charset.c: Include "gdb_string.h" instead of <string.h>.
13135 (register_iconv_charsets): Use ISO C definition.
13136 (host_charset, target_charset): Ditto.
13137 * Makefile.in (charset.o): Update dependencies.
13138 (mi-cmd-env.o): Update dependencies.
13139
13140 2003-01-08 Andrew Cagney <cagney@redhat.com>
13141
13142 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13143 get_frame_base.
13144
13145 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13146
13147 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13148 build directories. Save edited gdb output in Mbuild.log. If a
13149 build fails, remove any final GDB executable.
13150
13151 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13152
13153 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13154 replacing hex constants with function names and stripping leading
13155 file name directory prefixes.
13156
13157 2003-01-08 Andrew Cagney <cagney@redhat.com>
13158
13159 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13160 get_frame_base.
13161
13162 2003-01-08 David Carlton <carlton@math.stanford.edu>
13163
13164 * linespec.c (decode_line_1): Move code into decode_variable.
13165 (decode_variable): New function.
13166
13167 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13168
13169 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13170
13171 2003-01-08 Andrew Cagney <cagney@redhat.com>
13172
13173 * cris-tdep.c (cris_frame_init_saved_regs): Use
13174 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13175 saved_regs buffer.
13176 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13177 (sh64_nofp_frame_init_saved_regs): Ditto.
13178 (sh_fp_frame_init_saved_regs): Ditto.
13179 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13180 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13181 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13182 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13183
13184 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13185
13186 * minsyms.c (lookup_minimal_symbol): Update comment.
13187 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13188 (lookup_minimal_symbol_solib_trampoline): Likewise.
13189
13190 2003-01-08 Andrew Cagney <cagney@redhat.com>
13191
13192 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13193 frame_relative_level.
13194
13195 * alpha-tdep.c: Use get_frame_extra_info.
13196 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13197 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13198 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13199 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13200
13201 * alpha-tdep.c: Use get_next_frame.
13202 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13203 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13204 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13205 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13206 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13207 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13208 * xstormy16-tdep.c: Ditto.
13209
13210 2003-01-07 Andrew Cagney <cagney@redhat.com>
13211
13212 * alpha-tdep.c: Use get_frame_base.
13213 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13214 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13215 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13216 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13217 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13218 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13219 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13220 * config/sparc/tm-sparc.h: Ditto.
13221
13222 2003-01-07 Andrew Cagney <cagney@redhat.com>
13223
13224 * frame.c (deprecated_get_frame_context): New function.
13225 (deprecated_set_frame_context): New function.
13226 * frame.h (deprecated_get_frame_context): Declare.
13227 (deprecated_set_frame_context): Declare.
13228 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13229 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13230
13231 2003-01-07 Andrew Cagney <cagney@redhat.com>
13232
13233 * frame.c (deprecated_set_frame_next_hack): New function.
13234 (deprecated_set_frame_prev_hack): New function.
13235 * frame.h (deprecated_set_frame_next_hack): Declare.
13236 (deprecated_set_frame_prev_hack): Declare.
13237 * mcore-tdep.c (analyze_dummy_frame): Use
13238 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13239 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13240
13241 2003-01-07 David Carlton <carlton@math.stanford.edu>
13242
13243 * linespec.c (decode_line_1): Move code into decode_dollar.
13244 (decode_dollar): New function.
13245
13246 2003-01-07 Andrew Cagney <cagney@redhat.com>
13247
13248 * arm-tdep.c (arm_init_extra_frame_info): Use
13249 deprecated_update_frame_base_hack.
13250 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13251 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13252 (fix_frame_pointer): Ditto.
13253 (mn10300_analyze_prologue): Ditto.
13254
13255 2003-01-07 Andrew Cagney <cagney@redhat.com>
13256
13257 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13258 extra_info using frame_extra_info_zalloc.
13259 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13260 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13261 (sh64_init_extra_frame_info): Ditto.
13262 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13263 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13264 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13265 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13266 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13267 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13268 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13269 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13270 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13271 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13272 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13273 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13274
13275 * mn10300-tdep.c (analyze_dummy_frame): Use
13276 deprecated_set_frame_extra_info_hack.
13277 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13278
13279 2003-01-07 J. Brobecker <brobecker@gnat.com>
13280
13281 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13282 class is not scText. These do not define "real" procedures.
13283 (parse_partial_symbols): Likewise.
13284
13285 2003-01-06 Michael Snyder <msnyder@redhat.com>
13286
13287 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13288
13289 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13290
13291 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13292 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13293 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13294 deprecated_frame_xmalloc_with_cleanup.
13295 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13296 deprecated_frame_xmalloc.
13297 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13298 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13299
13300 2003-01-06 Andrew Cagney <cagney@redhat.com>
13301
13302 * x86-64-linux-tdep.c: Include "osabi.h".
13303 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13304
13305 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13306
13307 2003-01-06 Andrew Cagney <cagney@redhat.com>
13308
13309 * MAINTAINERS (Target Instruction Set Architectures): Update
13310 arm-elf. Can be built with -Werror, has been multiarched.
13311
13312 * value.h (unpack_long): Make buffer parameter constant.
13313 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13314 * scm-lang.h (scm_parse): Ditto.
13315 * defs.h (extract_typed_address, extract_address): Ditto.
13316 (extract_long_unsigned_integer): Ditto.
13317 * inferior.h (unsigned_pointer_to_address): Ditto.
13318 (signed_pointer_to_address): Ditto.
13319 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13320 * gdbarch.h, gdbarch.c: Regenerate.
13321 * findvar.c (extract_long_unsigned_integer): Update.
13322 (extract_address): Update.
13323 (extract_typed_address): Update.
13324 (unsigned_pointer_to_address): Update.
13325 * values.c (unpack_long): Update.
13326 (unpack_double): Update.
13327 (unpack_pointer): Update.
13328 (unpack_field_as_long): Update.
13329 * d10v-tdep.c (d10v_pointer_to_address): Update.
13330 * avr-tdep.c (avr_pointer_to_address): Update.
13331 * scm-lang.c (scm_unpack): Update.
13332 * findvar.c (signed_pointer_to_address): Update.
13333
13334 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13335
13336 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13337 since it is in i386-tdep.c.
13338
13339 2003-01-06 J. Brobecker <brobecker@gnat.com>
13340
13341 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13342 failure introduced in the previous change.
13343
13344 2003-01-05 Michael Chastain <mec@shout.net>
13345
13346 * README: Remove references to deleted remote-*.c files:
13347 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13348 remote-nrom.c, remote-os9k.c, remote-udi.c.
13349
13350 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13351
13352 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13353 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13354 i386_get_longjmp_target.
13355
13356 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13357
13358 * arm-tdep.c (prologue_cache): Change to a pointer.
13359 (_initialize_arm_tdep): Allocate prologue_cache.
13360 (check_prologue_cache): Update.
13361 (save_prologue_cache): Update.
13362 (arm_gdbarch_init): Update.
13363
13364 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13365
13366 * stabsread.c (update_method_name_from_physname): Call complaint()
13367 instead of error.
13368
13369 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13370
13371 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13372 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13373 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13374
13375 * blockframe.c: Include "gdbcmd.h" and "command.h".
13376 (backtrace_below_main): New variable.
13377 (file_frame_chain_valid, func_frame_chain_valid)
13378 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13379 (generic_func_frame_chain_valid): Remove functions.
13380 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13381 (_initialize_blockframe): New function.
13382 * Makefile.in (blockframe.o): Update dependencies.
13383 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13384 comment. Call frame_chain_valid ().
13385 * frame.h: Remove old prototypes. Add prototype for
13386 frame_chain_valid and update comments to match.
13387 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13388 Remove old comment.
13389 * gdbarch.h: Regenerated.
13390 * gdbarch.c: Regenerated.
13391
13392 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13393 set_gdbarch_frame_chain_valid.
13394 * avr-tdep.c (avr_gdbarch_init): Likewise.
13395 * cris-tdep.c (cris_gdbarch_init): Likewise.
13396 * frv-tdep.c (frv_gdbarch_init): Likewise.
13397 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13398 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13399 (i386_nw_init_abi): Likewise.
13400 (i386_gdbarch_init): Likewise.
13401 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13402 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13403 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13404 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13405 * mips-tdep.c (mips_gdbarch_init): Likewise.
13406 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13407 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13408 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13409 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13410 * s390-tdep.c (s390_gdbarch_init): Likewise.
13411 * sh-tdep.c (sh_gdbarch_init): Likewise.
13412 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13413 * v850-tdep.c (v850_gdbarch_init): Likewise.
13414 * vax-tdep.c (vax_gdbarch_init): Likewise.
13415 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13416
13417 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13418 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13419 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13420 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13421 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13422 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13423 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13424 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13425
13426 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13427
13428 * Makefile.in (acconfig_h): Remove incorrect macro.
13429 (config_h): Define.
13430 (osabi.o): Update dependencies.
13431 * configure.tgt: Set gdb_osabi based on target triplet.
13432 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13433 * configure: Regenerated.
13434 * config.in: Regenerated.
13435 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13436 (GDB_OSABI_DEFAULT): Define if not already defined.
13437 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13438 (set_osabi_string): New variables.
13439 (gdbarch_register_osabi): Add new OS ABI to
13440 gdb_osabi_available_names.
13441 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13442 (set_osabi, show_osabi): New functions.
13443 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13444
13445 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13446
13447 * arch-utils.c (gdbarch_info_init): Set osabi to
13448 GDB_OSABI_UNINITIALIZED.
13449 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13450 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13451 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13452 * gdbarch.c: Regenerated.
13453 * gdbarch.h: Regenerated.
13454 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13455 there's no BFD.
13456 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13457 * osabi.h (enum gdb_osabi): Move to defs.h.
13458 (gdbarch_init_osabi): Update prototype.
13459 * defs.h (enum gdb_osabi): Moved here.
13460 * Makefile.in: Update dependencies.
13461
13462 * alpha-tdep.h: Don't include "osabi.h".
13463 (struct gdbarch_tdep): Remove osabi member.
13464 * alpha-tdep.c: Include "osabi.h".
13465 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13466 iterate over arches. Update call to gdbarch_init_osabi.
13467 (alpha_dump_tdep): Don't dump osabi.
13468 * alpha-linux-tdep.c: Include "osabi.h".
13469 * alpha-osf1-tdep.c: Include "osabi.h".
13470 * alphafbsd-tdep.c: Include "osabi.h".
13471 * alphanbsd-tdep.c: Include "osabi.h".
13472
13473 * arm-tdep.h: Don't include "osabi.h".
13474 (struct gdbarch_tdep): Remove osabi member.
13475 * arm-tdep.c: Include "osabi.h".
13476 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13477 iterate over arches. Update call to gdbarch_init_osabi.
13478 (arm_dump_tdep): Don't dump osabi.
13479 * arm-linux-tdep.c: Include "osabi.h".
13480 * armnbsd-tdep.c: Include "osabi.h".
13481
13482 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13483 Update call to gdbarch_init_osabi.
13484
13485 * i386-tdep.h: Don't include "osabi.h".
13486 (struct gdbarch_tdep): Remove osabi member.
13487 * i386-tdep.c: Include "osabi.h".
13488 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13489 iterate over arches. Update call to gdbarch_init_osabi.
13490 (i386_dump_tdep): Don't dump osabi.
13491 * i386-linux-tdep.c: Include "osabi.h".
13492 * i386-sol2-tdep.c: Include "osabi.h".
13493 * i386bsd-tdep.c: Include "osabi.h".
13494 * i386gnu-tdep.c: Include "osabi.h".
13495 * i386ly-tdep.c: Include "osabi.h".
13496 * i386nbsd-tdep.c: Include "osabi.h".
13497 * i386obsd-tdep.c: Include "osabi.h".
13498
13499 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13500 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13501 check osabi when iterating over arches. Update call to
13502 gdbarch_init_osabi.
13503 (mips_dump_tdep): Don't dump osabi.
13504
13505 * ns32k-tdep.h: Don't include "osabi.h".
13506 (struct gdbarch_tdep): Remove.
13507 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13508 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13509 allocate tdep. Update call to gdbarch_init_osabi.
13510 (ns32k_dump_tdep): Remove.
13511 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13512 * ns32knbsd-tdep.c: Include "osabi.h".
13513
13514 * ppc-tdep.h: Don't include "osabi.h".
13515 (struct gdbarch_tdep): Remove osabi member.
13516 * rs6000-tdep.c: Include "osabi.h".
13517 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13518 osabi when iterating over arches. Update call to
13519 gdbarch_init_osabi.
13520 (rs6000_dump_tdep): Don't dump osabi.
13521 * ppc-linux-tdep.c: Include "osabi.h".
13522 * ppcnbsd-tdep.c: Include "osabi.h".
13523
13524 * sh-tdep.h: Don't include "osabi.h".
13525 (struct gdbarch_tdep): Remove osabi member.
13526 * sh-tdep.c: Include "osabi.h".
13527 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13528 iterate over arches. Update call to gdbarch_init_osabi.
13529 (sh_dump_tdep): Don't dump osabi.
13530 * shnbsd-tdep.c: Include "osabi.h".
13531
13532 * sparc-tdep.c: Include "osabi.h".
13533 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13534 iterate over arches. Update call to gdbarch_init_osabi.
13535 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13536 tdep structure.
13537
13538 * vax-tdep.h: Don't include "osabi.h".
13539 (struct gdbarch_tdep): Remove.
13540 * vax-tdep.c: Include "osabi.h".
13541 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13542 iterate over arches. Don't allocate tdep. Update call
13543 to gdbarch_init_osabi.
13544 (vax_dump_tdep): Remove.
13545 (_initialize_vax_tdep): Update call to gdbarch_register.
13546
13547 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13548
13549 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13550 entirely.
13551 (breakpoint_re_set_one): Don't fetch the value for a disabled
13552 watchpoint.
13553
13554 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13555
13556 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13557 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13558 (COERCE_FLOAT_TO_DOUBLE): Remove.
13559 * gdbarch.c: Regenerate.
13560 * gdbarch.h: Regenerate.
13561 * Makefile.in: Remove value_h from gdbarch_h.
13562 * valops.c (coerce_float_to_double): New variable.
13563 (default_coerce_float_to_double): Remove.
13564 (standard_coerce_float_to_double): Remove.
13565 (value_arg_coerce): Use coerce_float_to_double.
13566 (_initialize_valops): Add "set coerce-float-to-double".
13567 * value.h (default_coerce_float_to_double): Remove prototype.
13568 (standard_coerce_float_to_double): Remove prototype.
13569
13570 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13571 prototyped.
13572 * mdebugread.c (parse_symbol): Likewise.
13573 * stabsread.c (define_symbol): Mark all functions as prototyped.
13574
13575 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13576 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13577 set_gdbarch_coerce_float_to_double.
13578 * arm-tdep.c (arm_gdbarch_init): Likewise.
13579 * frv-tdep.c (frv_gdbarch_init): Likewise.
13580 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13581 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13582 * mips-tdep.c (mips_gdbarch_init): Likewise.
13583 (mips_coerce_float_to_double): Remove.
13584 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13585 (rs6000_coerce_float_to_double): Remove.
13586 * s390-tdep.c (s390_gdbarch_init): Likewise.
13587 * sh-tdep.c (sh_gdbarch_init): Likewise.
13588 (sh_coerce_float_to_double): Remove.
13589 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13590 (sparc_coerce_float_to_double): Remove.
13591 * v850-tdep.c (v850_gdbarch_init): Likewise.
13592 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13593 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13594 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13595 (hppa_coerce_float_to_double): Remove prototype.
13596 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13597
13598 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13599
13600 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13601
13602 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13603
13604 Suggested by Stewart Brown <sb24@avaya.com>:
13605 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13606 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13607 (c_type_print_varspec_suffix): Likewise.
13608
13609 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13610
13611 * configure.in: Don't set and AC_SUBST SUBDIRS.
13612 * configure: Regenerated.
13613
13614 * configure.in: Remove code dealing with shared libraries.
13615 * Makefile.in: Remove HLDFLAGS and HLDENV.
13616 * configure: Regenerated.
13617
13618 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13619
13620 * frame.c (deprecated_frame_xmalloc): New function.
13621 (deprecated_set_frame_saved_regs_hack): New function.
13622 (deprecated_set_frame_extra_info_hack): New function.
13623 * frame.h (deprecated_frame_xmalloc): Declare.
13624 (deprecated_set_frame_saved_regs_hack): Declare.
13625 (deprecated_set_frame_extra_info_hack): Declare.
13626
13627 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13628
13629 * configure.in: Move code that provides the --enable-gdbtk option
13630 right after the code that handles the --enable-tui option, and
13631 polish it somewhat.
13632 * configure: Regenerated.
13633
13634 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13635 AC_CHECK_FUNCS and remove the old check for pread64.
13636 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13637 * acconfig.h (_GNU_SOURCE): Add.
13638 (HAVE_PREAD64): Remove.
13639 * configure, aclocal.m4, config.in: Regenerated.
13640
13641 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13642
13643 * alpha-tdep.c: Use get_frame_saved_regs.
13644 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13645 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13646 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13647 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13648 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13649
13650 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13651
13652 * configure.in: Remove all use of the SUBDIRS variable; add
13653 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13654 code providing the --enable-multi-ice option, and move it right in
13655 front of the code that checks whether gdbserver is supported.
13656 Polish that too.
13657 * configure: Regenerated.
13658 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13659 @SUBDIRS@.
13660
13661 2003-01-03 Andrew Cagney <cagney@redhat.com>
13662
13663 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13664 * avr-tdep.c, cris-tdep.c: Ditto.
13665 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13666 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13667
13668 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13669
13670 * configure.in: Remove --enable-netrom option.
13671 * configure: Regenerated.
13672
13673 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13674
13675 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13676 declaration for `struct re_pattern_buffer' instead.
13677 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13678
13679 2003-01-03 J. Brobecker <brobecker@gnat.com>
13680
13681 * mdebugread.c (parse_symbol): Count until the stEnd matching
13682 the structure name.
13683
13684 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13685
13686 * configure.in: Remove --with-cpu option.
13687 subscripts. Remove evil changequotes here.
13688 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13689 * config.in, configure: Regenerated.
13690
13691 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13692 * configure.in: Cleanup section that sources GDB and BFD configure
13693 subscripts. Remove evil changequotes here.
13694 * config.in, configure: Regenerated.
13695
13696 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13697
13698 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13699 frame accessor methods.
13700 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13701 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13702 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13703 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13704 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13705 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13706 * z8k-tdep.c: Ditto.
13707
13708 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13709
13710 * configure.in: Remove UI_OUT configuration code.
13711 * ada-lang.c: Update assuming UI_OUT is always true.
13712 * Makefile.in (UIOUT_CFLAGS): Remove.
13713 * configure: Regenerated.
13714 * TODO: Remove blurb about elimination of -DUI_OUT.
13715
13716 * configure.in: Move code that provides the --enable-gdbcli,
13717 --enable-gdbmi options right before the code that handles the
13718 --enable-tui option. Polish a bit.
13719 * configure: Regenerated.
13720
13721 * configure.in: Rewrite check for GNU regex and the
13722 --without-included regex option, and move it into the "Checks for
13723 library functions" section. This makes us use the system regex
13724 again by default on systems with version 2 of the GNU C library.
13725 This was apparently broken.
13726 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13727 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13728 * config.in, configure: Regenerated.
13729
13730 * configure.in: Move code that provides the --enable-tui option
13731 before the "Checks for libraries" section. Polish the code
13732 somewhat and set need_curses to yes if we build the TUI. Rewrite
13733 code that looks for a library providing termcap functionality to
13734 match more closely what's done in the Readline library, and move
13735 it into to the "Checks for libraries" section.
13736 * configure: Regenerated.
13737 * Makefile.in (TERMCAP): Remove variable.
13738 * config/i386/go32.mh (TERMCAP): Remove variable.
13739
13740 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13741
13742 * MAINTAINERS: Mention gdb_mbuild.sh.
13743 * gdb_mbuild.sh: Rewrite.
13744
13745 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13746
13747 * configure.in: Fix typo in last change.
13748 * config.in, configure: Regenerated.
13749
13750 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13751
13752 * valarith.c (value_binop): Delete obsolete code and comments.
13753 * configure.host: Ditto.
13754 * buildsym.h (make_blockvector): Ditto.
13755 * buildsym.c (make_blockvector): Ditto.
13756 * defs.h (enum language): Ditto.
13757 (chill_demangle): Ditto.
13758 * elfread.c (elf_symtab_read): Ditto.
13759 * dwarfread.c (CHILL_PRODUCER): Ditto.
13760 (set_cu_language): Ditto.
13761 (handle_producer): Ditto.
13762 * expprint.c (print_subexp): Ditto.
13763 * gdbtypes.c (chill_varying_type): Ditto.
13764 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13765 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13766 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13767 (chill_varying_type): Ditto.
13768 * language.h (_LANG_chill): Ditto.
13769 * language.c (binop_result_type, integral_type): Ditto.
13770 (character_type, string_type, structured_type): Ditto.
13771 (lang_bool_type, binop_type_check): Ditto.
13772 * stabsread.h (os9k_stabs): Ditto.
13773 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13774 (define_symbol, read_type, read_struct_fields): Ditto.
13775 (read_array_type, read_enum_type, read_huge_number): Ditto.
13776 (read_range_type, start_stabs): Ditto.
13777 * symfile.c (init_filename_language_table): Ditto.
13778 (add_psymbol_with_dem_name_to_list): Ditto.
13779 * symtab.c (symbol_init_language_specific): Ditto.
13780 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13781 * symtab.h (struct general_symbol_info): Ditto.
13782 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13783 * typeprint.c (typedef_print): Ditto.
13784 * utils.c (fprintf_symbol_filtered): Ditto.
13785 * valops.c (value_cast, search_struct_field, value_slice): Delete
13786 obsolete code.
13787 (varying_to_slice): Delete function.
13788 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13789 (varying_to_slice): Delete declaration.
13790 * MAINTAINERS: Update.
13791
13792 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13793
13794 * configure.in: Reorganize "Checks for library functions section"
13795 a bit. Remove check for `btowc' and `isascii' functions.
13796 * configure: Regenerated.
13797
13798 * acconfig.h (_MSE_INT_H): Remove.
13799 * configure.in: Create "Checks for header files" section, and move
13800 appropriate tests there. Don't check for objlist.h, wchar.h,
13801 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13802 misdetection fix. Also add "Checks for types", "Checks for
13803 compiler characteristics" and "Checks for library functions"
13804 sections.
13805 * config.in, configure: Regenerated.
13806
13807 * configure.in: Create "Checks for programs" section, and move
13808 appropriate tests there.
13809
13810 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13811
13812 * configure.in: Create "Checks for libraries" section, and move
13813 appropriate tests there. Cleanup check for wctype in libw. Use
13814 AC_SEARCH_LIBS to see whether we need libsocket.
13815 * configure: Regenerated.
13816
13817 For older changes see ChangeLog-2002
13818 \f
13819 Local Variables:
13820 mode: change-log
13821 left-margin: 8
13822 fill-column: 74
13823 version-control: never
13824 End: