* elfread.c (elf_symtab_read): Allocate correct number of tail
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-31 Jim Blandy <jimb@redhat.com>
2
3 * elfread.c (elf_symtab_read): Allocate correct number of tail
4 elements to sectinfo structure. (Fix from Woody LaRue.)
5
6 2003-10-31 Andrew Cagney <cagney@redhat.com>
7
8 * stack.c (return_command): Use get_frame_type, instead of
9 CALL_DUMMY_HAS_COMPLETED.
10 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
11 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
12
13 2003-10-31 Mark Kettenis <kettenis@gnu.org>
14
15 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
16 explicitly specify size of array.
17 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
18 TDEP->sc_num_regs.
19
20 2003-10-31 Andrew Cagney <cagney@redhat.com>
21
22 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
23 function.
24 (s390_gdbarch_init): Set extract_struct_value_address.
25 * arch-utils.c (generic_cannot_extract_struct_value_address):
26 Delete function.
27 * arch-utils.h (generic_cannot_extract_struct_value_address):
28 Delete definition.
29
30 2003-10-31 Mark Kettenis <kettenis@gnu.org>
31
32 * i386-linux-nat.c (fetch_core_registers): Remove.
33 (linux_elf_core_fns): Remove.
34 (_initialize_i386_linux_nat): Remove.
35
36 2003-10-31 Andrew Cagney <cagney@redhat.com>
37
38 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
39 "exec.h".
40 (exec_entry_point): New function.
41 (enable_break): Create a "tmp_bfd_target", use that and
42 entry_point_address when computing the relocation offset.
43 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
44 * Makefile.in (solib-svr4.o): Update dependencies.
45
46 2003-10-31 Andrew Cagney <cagney@redhat.com>
47
48 * defs.h (XZALLOC): Define.
49 * target.h (struct target_ops): Add "to_data";
50 * bfd-target.h, bfd-target.c: New files.
51 * Makefile.in (SFILES): Add "bfd-target.c".
52 (COMMON_OBS): Add "bfd-target.o".
53 (bfd-target.o): Specify dependencies.
54 (bfd_target_h): Define.
55 * defs.h (XZALLOC): Define.
56
57 2003-10-31 Andrew Cagney <cagney@redhat.com>
58
59 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
60 adjust_breakpoint_address.
61 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
62 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
63 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
64 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
65
66 2003-10-31 Andrew Cagney <cagney@redhat.com>
67
68 * target.h (struct target_ops): Replace "to_read_partial" and
69 "to_write_partial" with "to_xfer_partial". Update comments.
70 * target.c (debug_to_write_partial): Delete function.
71 (debug_to_xfer_partial): Replace debug_to_read_partial.
72 (add_target, update_current_target, setup_target_debug): Set
73 "to_xfer_partial" instead of "to_read_partial" and
74 "to_write_partial".
75 (default_xfer_partial): Replace "default_write_partial".
76 (default_read_partial): Delete.
77 (target_read_partial, target_write_partial): Call
78 "to_xfer_partial".
79 * remote.c (init_remote_ops): Set "to_xfer_partial".
80 (init_remote_async_ops): Ditto.
81 (remote_xfer_partial): Replace "remote_read_partial".
82
83 2003-10-31 Mark Kettenis <kettenis@gnu.org>
84
85 * i386-tdep.c (i386_supply_fpregset): Support floating-point
86 registers in `fxsave' format.
87 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
88
89 2003-10-30 Mark Kettenis <kettenis@gnu.org>
90
91 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
92 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
93 TDEP->gregset_num_regs and tdep->sizeof_gregset.
94
95 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
96 specify size of array.
97 (i386_linux_init_abi): Remove initialization of
98 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
99 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
100
101 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
102 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
103 core-regset.o.
104
105 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
106 the ELF header.
107
108 2003-10-29 Mark Kettenis <kettenis@gnu.org>
109
110 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
111 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
112 core-regset.o.
113
114 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
115
116 * corelow.c: Include "arch-utils.h", "regset.h" and
117 "gdb_assert.h".
118 (core_gdbarch): New variable.
119 (sniff_core_bfd): Don't sniff if we have support for register sets
120 in CORE_GDBARCH.
121 (core_close): Reset CORE_GDBARCH.
122 (core_open): Initialize CORE_GDBARCH.
123 (get_core_register_section): Use register sets if they are
124 supported by CORE_GDBARCH.
125 (get_core_registers): Don't print error message if we have support
126 for register sets in CORE_GDBARCH.
127
128 2003-10-29 Andrew Cagney <cagney@redhat.com>
129
130 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
131 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
132
133 2003-10-29 Mark Kettenis <kettenis@gnu.org>
134
135 * objfiles.h (clear_objfile_data): New prototype.
136 * objfiles.c (clear_objfile_data): New function.
137 * symfile.c (reread_symbols): Clear per-objfile data.
138
139 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
140
141 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
142 printf_unfiltered instead of printf_filtered for output messages.
143 (add_symbol_file_command): Ditto.
144 (reread_symbols): Ditto.
145 (overlay_auto_command): Ditto.
146 (overlay_manual_command): Ditto.
147 (overlay_off_command): Ditto.
148
149 2003-10-27 Mark Kettenis <kettenis@gnu.org>
150
151 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
152 (gdbarch_from_bfd): New function.
153 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
154 deprecated_select_gdbarch_hack.
155 * arch-utils.h (gdbarch_from_bfd): New prototype.
156
157 2003-10-27 Andrew Cagney <cagney@redhat.com>
158
159 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
160 arch_info. Use warning instead of fprintf_filtered. Do not use
161 deprecated bfd_printable_arch_mach.
162
163 2003-10-26 Kevin Buettner <kevinb@redhat.com>
164
165 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
166 Delete.
167 (frv_register_type): Rename from frv_register_virtual_type. Add
168 ``struct gdbarch *'' parameter.
169 (frv_gdbarch_init): Delete calls to the following functions:
170 set_gdbarch_deprecated_size(),
171 set_gdbarch_deprecated_register_bytes(),
172 set_gdbarch_deprecated_register_raw_size(),
173 set_gdbarch_deprecated_max_register_raw_size(),
174 set_gdbarch_deprecated_register_virtual_size(),
175 set_gdbarch_deprecated_max_register_virtual_size(),
176 set_gdbarch_deprecated_register_virtual_size(),
177 set_gdbarch_deprecated_register_virtual_type().
178 Add call to function set_gdbarch_register_type().
179
180 2003-10-26 Mark Kettenis <kettenis@gnu.org>
181
182 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
183 FDOFF_REGNUM): Remove defines.
184 * win32-nat.c (do_child_fetch_inferior_registers): Include
185 "i387-tdep.h".
186 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
187 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
188 undefine I387_ST0_REGNUM.
189
190 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
191 * x86-64-tdep.c (x86_64_store_return_value): Use
192 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
193
194 Change register numbers to enumartion values.
195 * i386-tdep.h (enum i386_regnum): New.
196 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
197 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
198 I386_ST0_REGNUM): Remove defines.
199 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
200 I386_EDI_REGNUM): Remove defines.
201
202 2003-10-24 Andrew Cagney <cagney@redhat.com>
203
204 * target.c: Include "gdbcore.h".
205 (get_target_memory, get_target_memory_unsigned): New functions.
206 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
207 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
208 Use get_target_memory_unsigned.
209 * Makefile.in (target.o): Update dependencies.
210
211 2003-10-24 Andrew Cagney <cagney@redhat.com>
212
213 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
214 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
215 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
216 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
217 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
218
219 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
220 (can_run_code_for): Use the OO term "singleton".
221
222 2003-10-23 Andrew Cagney <cagney@redhat.com>
223
224 * Makefile.in (stack.o): Add $(regcache_h).
225 * stack.c: Include "regcache.h"
226 (return_command): Rewrite. Use get_frame_id and
227 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
228 about unhandled return-values.
229 * value.h (set_return_value): Delete declaration.
230 * values.c (set_return_value): Delete function.
231
232 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
233
234 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
235 (pseudo_regs): Add comment regarding register stack registers.
236 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
237 (floatformat_valid): New static routine.
238 (floatformat_ia64_ext): Add name field and set up is_valid routine
239 to floatformat_valid().
240 (examine_prologue): For the previous cfm, use
241 frame_unwind_register()
242 if the cfm is not stored in a register-stack register. Save the
243 previous cfm value in the prev_cfm field. Add debug output.
244 (ia64_frame_this_id): Use frame_id_build_special() to also register
245 the bsp. Add debug output.
246 (ia64_sigtramp_frame_this_id): Ditto.
247 (ia64_frame_prev_register): Look at cache saved_regs for a few more
248 registers and also add some checks for framelessness before accepting
249 current register values for fields such as return address. For cfm,
250 use the cached prev_cfm field if available. Add comment to explain
251 PSR logic. Add debug output.
252 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
253 as part of initialization.
254 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
255 calculated. Cache the bsp and cfm values.
256 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
257 instead of using ia64_frame_prev_register() which doesn't expect most
258 registers to be saved. The saved values for bsp and sp
259 can be taken from the cache. Add debug output.
260 (ia64_push_dummy_call): Use frame_id_build_special() to also register
261 the bsp.
262
263 2003-10-23 Jim Blandy <jimb@redhat.com>
264
265 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
266 architecture the current arch can run code for --- but not if it's
267 a superset.
268 (can_run_code_for): New function.
269
270 2003-10-22 James E Wilson <wilson@specifixinc.com>
271
272 * MAINTAINERS: Move myself from paper trail section back to write
273 after approval section.
274
275 2003-10-22 Andrew Cagney <cagney@redhat.com>
276
277 * exec.h: New file.
278 * win32-nat.c: Include "exec.h".
279 * solib.c: Include "exec.h".
280 * target.h (build_section_table): Delete declaration.
281 * somsolib.c: Include "exec.h".
282 (exec_ops): Delete extern declaration.
283 * rs6000-nat.c: Update copyright. Include "exec.h".
284 (exec_ops): Delete extern declaration.
285 * pa64solib.c: Update copyright. Include "exec.h".
286 (exec_ops): Delete extern declaration.
287 * exec.c: Update copyright. Include "exec.h".
288 * corelow.c: Update dependencies. Include "exec.h".
289 * Makefile.in (exec_h): Define.
290 (exec.o, somsolib.o): Update dependencies.
291 (pa64solib.o, corelow.o): Update dependencies.
292
293 2003-10-22 Andrew Cagney <cagney@redhat.com>
294
295 * target.c: Include "gdb_assert.h" (target_read): Call
296 "target_read_partial", not "target_write_partial".
297 (default_read_partial, default_write_partial): New function.
298 (target_read_partial, target_write_partial): Simplify, assume that
299 there is always a read/write method.
300 (update_current_target, add_target): Always set "to_read_partial"
301 and "to_write_partial".
302 (target_write, target_read): Fail on a zero byte transfer.
303 * Makefile.in (target.o): Update dependencies.
304 * target.h: Update copyright date.
305 (target_object): Fix typo.
306
307 2003-10-22 Andrew Cagney <cagney@redhat.com>
308
309 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
310 multi-arch method, add "targ" parameter.
311 (struct target_ops): Declare.
312 * gdbarch.h, gdbarch.c: Re-generate.
313 * Makefile.in (c-valprint.o): Update dependencies.
314 * arch-utils.h: Update copyright.
315 (convert_from_func_ptr_addr_identity): Declare.
316 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
317 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
318 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
319 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
320 * infcall.c (find_function_addr, call_function_by_hand): Update.
321 * c-valprint.c: Include "target.h".
322 (print_function_pointer_address): Update.
323
324 2003-10-22 Andrew Cagney <cagney@redhat.com>
325
326 * target.c (target_close): New function.
327 (debug_to_close): Use "target_close".
328 (push_target): Use "target_close".
329 (unpush_target): Use "target_close".
330 (pop_target): Use "target_close".
331 * target.h (struct target_ops): Add "to_xclose".
332 (target_open): Delete macro. Move comment to "to_open".
333 (target_close): Replace macro with function that takes a target.
334 * top.c (quit_target): Pass "current_target" to "target_close".
335
336 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
337
338 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
339 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
340 * symtab.h (lookup_minimal_symbol_text): Update.
341 * breakpoint.c (create_overlay_event_breakpoint,
342 create_longjmp_breakpoint): Update callers.
343 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
344 * symtab.c (find_pc_sect_line): Ditto.
345
346 2003-10-21 Andrew Cagney <cagney@redhat.com>
347
348 * target.c (errno): Delete extern declaration.
349
350 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
351
352 * ia64-tdep.c: Change all occurrences of
353 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
354 (ia64_frame_prev_register): Minor whitespace change.
355
356 2003-10-20 Michael Chastain <mec@shout.net>
357
358 * config/djgpp/fnchange.lst: Add lines for:
359 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
360 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
361 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
362 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
363 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
364 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
365 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
366
367 2003-10-20 Andrew Cagney <cagney@redhat.com>
368
369 * values.c (register_value_being_returned): Update comments. Use
370 "gdbarch_return_value" when available.
371 (using_struct_return): Ditto.
372 (set_return_value): Ditto. Use "gdbarch_return_value" when
373 available.. Print a warning, and not an error, when an unhandled
374 return type is encountered.
375 * infcmd.c: Include "gdb_assert.h".
376 (print_return_value): When gdbarch_return_value_p, and using
377 struct return, assume that the value is not available.
378 * defs.h (return_value_convention): Define.
379 * gdbarch.sh (gdbarch_return_value): New predicate method.
380 * gdbarch.h, gdbarch.c: Re-generate
381 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
382
383 2003-10-20 Andrew Cagney <cagney@redhat.com>
384
385 * symtab.c: Replace "struct sec" with "struct bfd_section".
386 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
387
388 2003-10-19 Michael Chastain <mec@shout.net>
389
390 * config/djgpp/fnchange.lst: Add lines for:
391 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
392 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
393 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
394
395 2003-10-19 Mark Kettenis <kettenis@gnu.org>
396
397 * amd64fbsd-nat.c (fetch_inferior_registers,
398 store_inferior_registers): Remove functions.
399 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
400
401 2003-10-18 Mark Kettenis <kettenis@gnu.org>
402
403 Add NetBSD/amd64 native configuration:
404 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
405 * amd64nbsd-tdep.c: New file.
406 * amd64nbsd-nat.c: New file.
407 * amd64bsd-nat.c: New file.
408 * config/i386/nbsd64.mh: New file.
409 * config/i386/nbsd64.mt: New file.
410 * configure.host: Add x86_64-*-netbsd*.
411 * configure.tgt: Add x86_64-*-netbsd*.
412 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
413 New targets.
414 * NEWS (New native configurations): Mention NetBSD/amd64.
415
416 2003-10-17 Michael Chastain <mec@shout.net>
417
418 * config/djgpp/fnchange.lst: Remove dead lines for:
419 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
420 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
421 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
422 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
423 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
424 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
425 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
426 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
427 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
428 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
429 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
430 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
431 gdb/config/sparc/tm-sparclite.h,
432 gdb/gdbtk/generic/ChangeLog-2001,
433 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
434 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
435 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
436 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
437 gdb/testsuite/gdb.mi/mi0-var-block.exp,
438 gdb/testsuite/gdb.mi/mi0-var-child.exp,
439 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
440 gdb/testsuite/gdb.mi/mi0-var-display.exp,
441 itcl/iwidgets3.0.0/demos/extfileselectionbox,
442 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
443 itcl/iwidgets3.0.0/demos/fileselectionbox,
444 itcl/iwidgets3.0.0/demos/fileselectiondialog,
445 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
446 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
447 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
448 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
449 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
450 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
451 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
452 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
453 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
454 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
455 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
456 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
457 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
458 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
459 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
460 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
461 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
462 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
463 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
464 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
465 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
466 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
467 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
468 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
469 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
470 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
471 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
472 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
473 itcl/iwidgets3.0.0/demos/html/shell.n.html,
474 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
475 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
476 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
477 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
478 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
479 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
480 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
481 itcl/iwidgets3.0.0/demos/scrolledcanvas,
482 itcl/iwidgets3.0.0/demos/scrolledframe,
483 itcl/iwidgets3.0.0/demos/scrolledhtml,
484 itcl/iwidgets3.0.0/demos/scrolledlistbox,
485 itcl/iwidgets3.0.0/demos/scrolledtext,
486 itcl/iwidgets3.0.0/demos/selectionbox,
487 itcl/iwidgets3.0.0/demos/selectiondialog,
488 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
489 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
490 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
491 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
492 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
493 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
494 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
495 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
496 itcl/iwidgets3.0.0/doc/scrolledframe.n,
497 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
498 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
499 itcl/iwidgets3.0.0/doc/scrolledtext.n,
500 itcl/iwidgets3.0.0/doc/selectionbox.n,
501 itcl/iwidgets3.0.0/doc/selectiondialog.n,
502 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
503 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
504 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
505 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
506 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
507 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
508 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
509 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
510 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
511 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
512 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
513 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
514 itcl/iwidgets3.0.0/generic/selectionbox.itk,
515 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
516 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
517 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
518 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
519 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
520 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
521 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
522 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
523 itcl/iwidgets3.0.0/tests/scrolledframe.test,
524 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
525 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
526 itcl/iwidgets3.0.0/tests/scrolledtext.test,
527 itcl/iwidgets3.0.0/tests/selectionbox.test,
528 itcl/iwidgets3.0.0/tests/selectiondialog.test,
529 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
530 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
531 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
532 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
533 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
534 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
535 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
536 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
537 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
538 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
539 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
540 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
541 tk/mac/tkMacProjects.sit.hqx.
542
543 2003-10-17 Andrew Cagney <cagney@redhat.com>
544
545 * target.c (target_section_by_addr): New function.
546 (do_xfer_memory): Use "target_section_by_addr".
547 * target.h (target_section_by_addr): Declare.
548
549 * target.h (struct target_ops): Add "to_read_partial" and
550 "to_write_partial", delete "to_query".
551 (target_read_partial, target_write_partial): Declare.
552 (target_read, target_write): Declare.
553 (target_query): Delete macro.
554 * target.c (target_read_partial): New function.
555 (target_write_partial, target_read, target_write): New function.
556 (update_current_target): Delete inheritance of "to_query". Add
557 comments about "to_read_partial" and "to_write_partial".
558 (debug_to_partial_read, debug_to_partial_write): New functions.
559 (debug_to_query): Delete function.
560 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
561 instead of "to_query".
562 * remote.c (remote_read_partial): Replace "remote_query".
563 (init_remote_ops): Set "to_read_partial" instead of "to_query".
564 (init_remote_async_ops): Ditto.
565 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
566 "target_read_partial" instead of "target_query".
567 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
568 Use "target_read_partial" instead of "target_query".
569
570 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
571
572 * frame.h (struct frame_id): Add new field: special_addr.
573 (frame_id_build_special): New prototype.
574 * frame.c (frame_id_build_special): New function.
575 (frame_id_build): Change to call frame_id_build_special().
576 (frame_id_eq): Change to also test special_addr field.
577 (frame_id_inner): Update comment.
578
579 2003-10-17 Andrew Cagney <cagney@redhat.com>
580
581 * target.c (update_current_target): Perform the target cleanup.
582 Put the target stack beneath the squashed "current_target".
583 (add_target): Delete disabled call to "cleanup_target".
584 (cleanup_target): Delete function.
585 (push_target, unpush_target): Do not call "cleanup_target".
586
587 2003-10-17 Andrew Cagney <cagney@redhat.com>
588
589 * target.c (target_stack): Change to a static target_ops.
590 (update_current_target): Walk the "struct target_ops" stack.
591 (pop_target, do_xfer_memory, target_info): Ditto.
592 (find_target_beneath): Ditto.
593 (push_target): Rewrite to use the "struct target_ops" stack.
594 (unpush_target): Ditto.
595 * target.h (struct target_stack_item): Delete definition.
596 (target_stack): Delete declaration.
597 (struct target_ops): Add field "beneath".
598
599 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
600
601 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
602 declaration.
603 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
604 (h8300_examine_prologue): Use h8300_normal_mode flag
605 (h8300_gdbarch_init): Set architecture info for normal mode
606
607 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
608
609 * remote.c (remote_protocol_vcont): New variable.
610 (set_remote_protocol_vcont_packet_cmd): New function.
611 (show_remote_protocol_vcont_packet_cmd): New function.
612 (init_all_packet_configs): Handle remote_protocol_vcont.
613 (remote_vcont_probe): New function.
614 (remote_vcont_resume): New function.
615 (remote_resume): Use it.
616 (remote_async_resume): Call remote_resume.
617 (_initialize_remote): Add verbose-resume packet commands.
618
619 2003-10-16 Andrew Cagney <cagney@redhat.com>
620
621 * infrun.c (handle_inferior_event): Add comment about
622 "frame_id_inner" being too weak.
623
624 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
625
626 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
627 second parameter, which is always null. Remove
628 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
629 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
630 accordingly.
631 * somsolib.c (som_solib_create_inferior_hook,
632 som_solib_desire_dynamic_linker_symbols): Update callers.
633 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
634
635 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
636
637 * remote-m32r-sdi.c : New file, interface to m32r on-chip
638 debug interface, SDI (Scalable Debug Interface).
639 * NEWS: Mention m32r SDI protocol was supported.
640 * Makefile.in (remote-m32r-sdi.o): Add build rule.
641 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
642
643 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
644
645 * ia64-linux-tdep.c: Include gdbcore.h.
646 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
647 (ia64_linux_sigcontext_register_addr): Find the address of the
648 sigcontext area stored in the sigframe instead of using
649 a magic offset constant.
650
651 2003-10-15 Andrew Cagney <cagney@redhat.com>
652
653 * remote.c (remote_search): Delete function.
654 * target.h (target_search): Delete disabled macro.
655 (struct target_ops): Delete disabled field "to_search".
656
657 2003-10-14 Kevin Buettner <kevinb@redhat.com>
658
659 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
660 instead of deprecated_inside_entry_file().
661
662 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
663
664 * sh-tdep.c: Fix copy/paste hangover in comment.
665 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
666 mode.
667 (sh3e_sh4_extract_return_value): Ditto.
668
669 2003-10-13 Richard Henderson <rth@redhat.com>
670
671 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
672 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
673 match c_val_print a bit closer.
674
675 2003-10-13 Kevin Buettner <kevinb@redhat.com>
676
677 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
678 (frv_gdbarch_adjust_breakpoint_address): New function.
679 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
680 method.
681
682 2003-10-13 Kevin Buettner <kevinb@redhat.com>
683
684 * breakpoint.h (struct breakpoint): Add new member
685 ``requested_address''.
686 * breakpoint.c (breakpoint_adjustment_warning)
687 (adjust_breakpoint_address): New static functions.
688 (print_it_typical): Issue warning if breakpoint's address is different
689 from its requested address.
690 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
691 (breakpoint_re_set_one): Set breakpoint's
692 ``requested_address'' field. Set ``address'' field to the
693 result of calling adjust_breakpoint_address() on the requested
694 address.
695
696 2003-10-13 Kevin Buettner <kevinb@redhat.com>
697
698 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
699 * gdbarch.h, gdbarch.c: Regenerate.
700
701 2003-10-11 Mark Kettenis <kettenis@gnu.org>
702
703 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
704 TDEP->sc_num_regs.
705
706 * i386fbsd-tdep.c: New file.
707 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
708 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
709 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
710 i386bsd-tdep.c.
711 (_initialize_i386fbsd_tdep): New function.
712 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
713 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
714 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
715 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
716 TDEP->sc_num_regs.
717 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
718 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
719 to initialize TDEP->sc_num_regs.
720 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
721 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
722 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
723 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
724 FreeBSD ELF OS/ABI's here.
725 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
726 (i386fbsd-tdep.o): New target.
727 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
728 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
729
730 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
731 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
732 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
733 in initialization of TDEP->sc_num_regs.
734
735 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
736 (x86_64_init_abi): Initialize regset_from_core_section if
737 appropriate.
738
739 * i386-tdep.c (i386_regset_from_core_section): New function.
740 (i386_gdbarch_init): Initialize regset_from_core_section if
741 appropriate.
742 * i386-tdep.h (i386_regset_from_core_section): New declaration.
743
744 * i386-tdep.h (struct regset): Declare opaque.
745
746 * gdbarch.sh (regset_from_core_section): New method.
747 (struct regset): Declare opaque.
748 * gdbarch.c, gdbarch.h: Regenerated.
749
750 2003-10-11 Alan Modra <amodra@bigpond.net.au>
751
752 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
753 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
754 Correct test for pc within section.
755
756 2003-10-11 Mark Kettenis <kettenis@gnu.org>
757
758 * gdbarch.sh: Remove trailing whitepsace from comments.
759
760 2003-10-08 Roland McGrath <roland@redhat.com>
761
762 * gcore.c (make_mem_sec): Function removed, folded into ...
763 (gcore_create_callback): ... here. To omit a section, clear its
764 SEC_LOAD bit rather than zeroing its size.
765 Omit read-only sections only if they correspond to a known disk file.
766 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
767
768 2003-10-10 Michael Snyder <msnyder@redhat.com>
769
770 * d10v-tdep.c: Fix typo in comment.
771
772 2003-10-10 Andrew Cagney <cagney@redhat.com>
773
774 * rs6000-tdep.c (e500_store_return_value): Delete function.
775 (e500_extract_return_value): Delete function.
776 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
777 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
778 "ppc_sysv_abi_restore_return_value" where applicable.
779 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
780 (ppc_sysv_abi_extract_return_value): Declare.
781 (ppc_sysv_abi_broken_store_return_value): Declare.
782 (ppc_sysv_abi_broken_extract_return_value): Declare.
783 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
784 * ppc-sysv-tdep.c (return_value_convention): Move definition to
785 start of file.
786 (do_ppc_sysv_return_value): New function.
787 (ppc_sysv_abi_extract_return_value): New function.
788 (ppc_sysv_abi_store_return_value): New function.
789 (ppc_sysv_abi_broken_extract_return_value): New function.
790 (ppc_sysv_abi_broken_store_return_value): New function.
791 (ppc_sysv_abi_use_struct_convention): Call
792 do_ppc_sysv_return_value.
793
794 2003-10-10 J. Brobecker <brobecker@gnat.com>
795
796 * blockframe.c (inside_main_func): No longer use symbol_lookup()
797 to lookup the main function symbol.
798
799 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
800
801 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
802 types correctly.
803 (sh_push_dummy_call_fpu): Fix argument passing rules.
804 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
805 float types.
806 (sh3e_sh4_store_return_value): Ditto.
807
808 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
809
810 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
811 comment.
812
813 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
814
815 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
816 more readable code. Accomodate passing of bitfields.
817
818 2003-10-10 Andrew Cagney <cagney@redhat.com>
819
820 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
821 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
822 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
823 * ppc-sysv-tdep.c: Include "gdb_assert.h".
824 (ppc64_sysv_abi_push_dummy_call): New function.
825 (ppc64_sysv_abi_broken_push_dummy_call): New function.
826 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
827 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
828
829 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
830
831 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
832 * README: Ditto.
833 * d10v-tdep.c: Ditto.
834 * h8300-tdep.c: Ditto.
835 * remote-e7000.c: Ditto.
836 * remote-hms.c: Ditto.
837 * ser-e7kpc.c: Ditto.
838 * sh-stub.c: Ditto.
839 * sh-tdep.c: Ditto.
840 * sh-tdep.h: Ditto.
841 * sh3-rom.c: Ditto.
842 * sh64-tdep.c: Ditto.
843 * top.c: Ditto.
844 * wince.c: Ditto.
845 * config/d10v/d10v.mt: Ditto.
846 * config/sh/embed.mt: Ditto.
847 * config/sh/linux.mt: Ditto.
848 * config/sh/tm-linux.h: Ditto.
849 * config/sh/tm-sh.h: Ditto.
850 * config/sh/wince.mt: Ditto.
851
852 2003-10-09 Andrew Cagney <cagney@redhat.com>
853
854 * ppc-tdep.h (struct type): Declare opaque.
855 * x86-64-tdep.h (struct regcache): Declare opaque.
856 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
857 coding style.
858
859 2003-10-09 Andrew Cagney <cagney@redhat.com>
860
861 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
862 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
863 (SOFTWARE_SINGLE_STEP_P): Ditto.
864 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
865 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
866 (SOFTWARE_SINGLE_STEP_P): Ditto.
867 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
868 software_single_step to rs6000_software_single_step.
869
870 2003-10-09 Andrew Cagney <cagney@redhat.com>
871
872 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
873
874 2003-10-09 Michael Snyder <msnyder@redhat.com>
875
876 * frame.h: Fix typo in comment.
877 * dummy-frame.c: Fix typo in comment.
878 * d10v-tdep.c: Random whitespace/comment tweaks.
879
880 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
881
882 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
883 (sh_push_dummy_code): Delete function, it's only used for dummy calls
884 on stack.
885
886 Based on input by Stephen Clarke (stephen.clarke@superh.com):
887 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
888 in detail.
889
890 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
891
892 * remote-mips.c (mips_initialize): Remove unneeded call to
893 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
894
895 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
896
897 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
898 a memory pointer.
899
900 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
901
902 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
903 for any lwp we resume.
904 (running_callback): Add lwps that have pending status events
905 against them to be considered running.
906
907 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
908
909 * m32r-tdep.c : Include "dis-asm.h".
910 * Makefile.in (m32r-tdep.o): Update dependencies.
911
912 2003-10-06 J. Brobecker <brobecker@gnat.com>
913
914 * completer.h (get_gdb_completer_word_break_characters): Delete.
915 * completer.c: include language.h.
916 (gdb_completer_word_break_characters): Delete.
917 (get_gdb_completer_word_break_characters): Delete.
918 (location_completer): Use the word break characters of the current
919 language.
920 (complete_line): Likewise.
921 (line_completion_function): Likewise.
922 (skip_quoted_chars): Likewise.
923 * Makefile.in (completer.o): Add dependency on language.h.
924 * top.c (init_main): Set the readline word break characters
925 to GDB's default word break characters.
926
927 2003-10-06 J. Brobecker <brobecker@gnat.com>
928
929 * language.h (language_defn): new field, la_word_break_characters.
930 * language.c (unknown_language_defn): Set new field to
931 default_word_break_characters.
932 (auto_language_defn): Likewise.
933 (local_language_defn): Likewise.
934 * ada-lang.c (ada_language_defn): Likewise.
935 * c-lang.c (c_language_defn): Likewise.
936 (cplus_language_defn): Likewise.
937 (asm_language_defn): Likewise.
938 (minimal_language_defn): Likewise.
939 * f-lang.c (f_language_defn): Likewise.
940 * jv-lang.c (java_language_defn): Likewise.
941 * m2-lang.c (m2_language_defn): Likewise.
942 * objc-lang.c (objc_language_defn): Likewise.
943 * p-lang.c (pascal_language_defn): Likewise.
944 * scm-lang.c (scm_language_defn): Likewise.
945
946 2003-10-06 Andrew Cagney <cagney@redhat.com>
947
948 * ppc-sysv-tdep.c: Re-indent.
949
950 2003-10-06 J. Brobecker <brobecker@gnat.com>
951
952 * language.h (default_word_break_characters): Add prototype.
953 * language.c (default_word_break_characters): New function.
954
955 2003-10-06 Andreas Schwab <schwab@suse.de>
956
957 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
958 with %eax.
959
960 2003-10-06 Andrew Cagney <cagney@redhat.com>
961
962 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
963 "h8500-tdep.c".
964 (z8k-tdep.o): Delete custom build rule.
965
966 2003-10-06 Andrew Cagney <cagney@redhat.com>
967
968 * Makefile.in: Update all dependencies.
969
970 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
971 No longer list PA as as obsolete candidate. List m32r as
972 broken instead of obsolete.
973
974 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
975 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
976 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
977 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
978 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
979 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
980 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
981 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
982 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
983 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
984 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
985 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
986 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
987 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
988 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
989 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
990 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
991 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
992 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
993 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
994 * config/z8k/z8k.mt: Ditto.
995
996 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
997 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
998 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
999 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1000 sparclite were removed.
1001 * configure.host, configure.tgt: Remove corresponding tuples.
1002
1003 * breakpoint.c, breakpoint.h: Remove obsolete code.
1004 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1005 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1006 * stabsread.h, xcoffread.c: Ditto.
1007
1008 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1009 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1010 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1011 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1012
1013 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1014
1015 * f-valprint.c: Reformatting
1016
1017 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1018
1019 * x86-64-tdep.c: Remove duplicate comment.
1020
1021 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1022 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1023 names for return values. This fixes a bug since we looked at %rbx
1024 instead of %rdx.
1025
1026 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1027
1028 * x86-64-tdep.c: Include "regset.h".
1029
1030 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1031 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1032 sizeof_fpregset.
1033 * i386-tdep.c: Include "regset.h".
1034 (i386_supply_gregset): New function.
1035 (i386_supply_fpregset): New function.
1036 (i386_gdbarch_init): Initialze register set-related members of
1037 TDEP.
1038 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1039 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1040
1041 2003-10-03 Andrew Cagney <cagney@redhat.com>
1042
1043 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1044 set extract_return_value, store_return_value and
1045 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1046 ppc64_sysv_abi_store_return_value and
1047 ppc64_sysv_abi_use_struct_convention.
1048 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1049 (ppc64_sysv_abi_store_return_value): Declare.
1050 (ppc64_sysv_abi_use_struct_convention): Declare.
1051 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1052 (ppc64_sysv_abi_extract_return_value): New function.
1053 (ppc64_sysv_abi_store_return_value): New function.
1054 (ppc64_sysv_abi_use_struct_convention): New function.
1055 (ppc64_sysv_abi_return_value): New function.
1056
1057 2003-10-03 Andrew Cagney <cagney@redhat.com>
1058
1059 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1060 convert a descriptor to a function when it's in the ".opd"
1061 section.
1062
1063 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1064
1065 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1066 reg_size to keep GCC silent.
1067
1068 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1069
1070 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1071 base for DW_EH_PE_textrel encodings.
1072 (read_encoded_value): Add a DW_EH_PE_textrel case.
1073 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1074 section.
1075
1076 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1077
1078 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1079
1080 2003-10-02 Andrew Cagney <cagney@redhat.com>
1081
1082 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1083 REGISTER_RAW_SIZE.
1084 * gdbarch.h, gdbarch.c: Re-generate.
1085 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1086 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1087 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1088 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1089 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1090 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1091 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1092 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1093 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1094 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1095 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1096 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1097 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1098 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1099 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1100 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1101
1102 2003-10-02 Jim Blandy <jimb@redhat.com>
1103
1104 * dwarf2read.c (struct die_info): Doc fix.
1105
1106 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1107
1108 * sh-tdep.c: Running thru gdb_indent.sh.
1109
1110 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1111
1112 * sh-tdep.c (sh_justify_value_in_reg): New function.
1113 (sh_stack_allocsize): Ditto.
1114 (flt_argreg_array): New array used for floating point argument
1115 passing.
1116 (sh_init_flt_argreg): New function.
1117 (sh_next_flt_argreg): Ditto.
1118 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1119 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1120 Fix argument passing strategy.
1121 (sh_push_dummy_call_nofpu): Ditto.
1122
1123 2003-10-01 Andrew Cagney <cagney@redhat.com>
1124
1125 * value.h (register_value_being_returned): Declare. Replace
1126 "value_being_returned".
1127 * infcall.c (call_function_by_hand): Use
1128 register_value_being_returned.
1129 * infcmd.c (print_return_value): Call
1130 "register_value_being_returned", handle struct return locally.
1131 * values.c (register_value_being_returned): New function. Replace
1132 "value_being_returned".
1133
1134 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1135
1136 * linux-proc.c (linux_do_registers): New function.
1137 (linux_make_note_section): Use linux_do_registers in case of
1138 single threaded inferior programs.
1139
1140 2003-10-01 Andrew Cagney <cagney@redhat.com>
1141
1142 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1143 use STRUCT_ADDR. When not using "struct return convention", pass
1144 "0" to "value_being_returned". Add FIXMEs.
1145 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1146 value_being_returned. Add comments.
1147 * values.c (value_being_returned): Add fixme.
1148 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1149 (hppa_value_returned_from_stack): Add FIXME.
1150
1151 2003-09-30 David Carlton <carlton@kealia.com>
1152
1153 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1154 'has_children' and 'next' by 'child' and 'sibling'.
1155 (read_comp_unit): Rework algorithm, breaking body into
1156 read_die_and_children and read_die_and_siblings.
1157 (read_die_and_children, read_die_and_siblings): New.
1158 (read_full_die): Add 'has_children' argument; set it instead of
1159 the die's 'has_children' field. Minor formatting cleanup.
1160 (free_die_list): Use die->child and die->sibling instead of
1161 die->next.
1162 (dump_die_list): Ditto.
1163 (sibling_die): Use die->sibling.
1164 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1165 'has_children' and 'next' fields.
1166 (process_die, read_file_scope, read_func_scope)
1167 (read_lexical_block_scope, read_structure_scope)
1168 (read_enumeration, read_array_type, read_common_block)
1169 (read_namespace, read_subroutine_type, dump_die): Ditto.
1170
1171 2003-09-30 Andrew Cagney <cagney@redhat.com>
1172
1173 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1174 to 224, not 220.
1175
1176 2003-09-30 Andrew Cagney <cagney@redhat.com>
1177
1178 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1179 REGISTER_VIRTUAL_SIZE.
1180 * gdbarch.h, gdbarch.c: Regenerate.
1181 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1182 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1183 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1184
1185 2003-09-29 Andrew Cagney <cagney@redhat.com>
1186
1187 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1188 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1189 * gdbarch.h, gdbarch.c: Regenerate.
1190 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1191 * sh64-tdep.c, sparc-tdep.c: Update.
1192
1193 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1194 * remote-vxmips.c (vx_read_register): Ditto.
1195 * remote-vx68.c (vx_read_register): Ditto.
1196 * gnu-nat.c (inf_validate_procs): Ditto.
1197
1198 2003-09-29 J. Brobecker <brobecker@gnat.com>
1199
1200 * infcall.c (call_function_by_hand): Fix build failure
1201 introduced in the previous change to this file.
1202
1203 2003-09-29 Andrew Cagney <cagney@redhat.com>
1204
1205 * NEWS: Mention Objective-C.
1206
1207 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1208
1209 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1210 test if the register has been saved on the stack.
1211 (arm_scan_prologue_cache): When analysing the instruction
1212 "str lr, [sp, #-4]", save the address where lr has been stored.
1213
1214 2003-09-28 Andrew Cagney <cagney@redhat.com>
1215
1216 * frame.c (frame_read_unsigned_register): Delete function.
1217 * frame.h (frame_read_unsigned_register): Delete declaration.
1218 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1219 get_frame_register_unsigned.
1220 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1221 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1222 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1223
1224 * frame.h (frame_read_register): Delete declaration.
1225 * frame.c (frame_read_register): Delete function.
1226 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1227 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1228 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1229 * mips-tdep.c (mips_register_to_value): Ditto.
1230 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1231 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1232
1233 * frame.c (frame_read_signed_register): Delete function.
1234 (frame_read_unsigned_register): Update comments.
1235 * frame.h (frame_read_signed_register): Delete declaration.
1236 * h8300-tdep.c (h8300_print_register): Use
1237 get_frame_register_signed.
1238 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1239
1240 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1241 Rename VALUE_RETURNED_FROM_STACK.
1242 * infcmd.c (print_return_value): Update.
1243 * infcall.c (call_function_by_hand): Update.
1244
1245 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1246
1247 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1248 regcache argument and reverse the order of the other two
1249 arguments. Remove local regcache variable. Determine
1250 architecture from REGCACHE. Update comments.
1251 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1252 reverse the order of the other two arguments. Remove local
1253 regcache variable. Determine architecture from REGCACHE. Update
1254 comments.
1255 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1256 prototypes. Update comments.
1257 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1258 comment.
1259 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1260 Update.
1261 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1262 * i386-interix-nat.c (supply_fpregset): Update.
1263 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1264 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1265 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1266 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1267 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1268 Update.
1269 * i386obsd-tdep.c (fetch_core_registers): Update.
1270 * i386v4-nat.c (supply_fpregset): Update.
1271 * x86-64-linux-nat.c (supply_fpregset): Update.
1272 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1273
1274 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1275
1276 * i386-tdep.h: Put opaque declarations in alphabetical
1277 order. Remove spurious whitespace.
1278 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1279 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1280 * i386-tdep.c (MM0_REGNUM): Remove define.
1281 (i386_mmx_regnum_p): Add gdbarch argument.
1282 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1283 Rewrite using new macro definitions for FPU/SSE registers.
1284 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1285 definitions from i387-tdep.h.
1286 (i386_register_name): Update.
1287 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1288 new macro definitions for FPU/SSE registers.
1289 (i386_extract_return_value): Determine whether floating-point
1290 registers are present by examining REGCACHE's architecture.
1291 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1292 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1293 FPU/SSE registers.
1294 (i386_register_type): Update.
1295 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1296 definitions for FPU registers. Use REGCACHE's architecture to
1297 determine the appropriate register numbers.
1298 (i386_pseudo_register_read, i386_pseudo_register_write,
1299 i386_register_reggroup_p): Update.
1300 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1301 TDEP->mm0_regnum.
1302 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1303 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1304 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1305 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1306 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1307 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1308 *' to `void *'.
1309 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1310 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1311 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1312 definitions for FPU/SSE registers.
1313 (FXSAVE_MXCSR_ADDR): New define.
1314 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1315 TDEP->mm0_regnum.
1316 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1317 (I387_ST0_REGNUM): Define.
1318
1319 * regcache.h (get_regcache_arch): New prototype.
1320 * regcache.c (get_regcache_arch): New function.
1321
1322 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1323 whitespace.
1324
1325 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1326 Initialize using ARRAY_SIZE.
1327
1328 2003-09-27 Andrew Cagney <cagney@redhat.com>
1329
1330 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1331 "init_frame_pc_default".
1332 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1333 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1334 * vax-tdep.c (vax_gdbarch_init): Update.
1335 * v850-tdep.c (v850_gdbarch_init): Update.
1336 * sh64-tdep.c (sh64_gdbarch_init): Update.
1337 * s390-tdep.c (s390_gdbarch_init): Update.
1338 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1339 * mcore-tdep.c (mcore_gdbarch_init): Update.
1340 * h8300-tdep.c (h8300_gdbarch_init): Update.
1341 * cris-tdep.c (cris_gdbarch_init): Update.
1342 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1343
1344 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1345
1346 * regset.h: New file.
1347 * Makefile.in (regset_h): Add.
1348
1349 2003-09-25 Andrew Cagney <cagney@redhat.com>
1350
1351 * frame.h (deprecated_frame_saved_regs): Rename
1352 get_frame_saved_regs.
1353 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1354 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1355 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1356 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1357 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1358
1359 2003-09-25 Andrew Cagney <cagney@redhat.com>
1360
1361 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1362 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1363 and Java.
1364 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1365 arm*-*-* do not use the new frame code.
1366
1367 2003-09-25 David Carlton <carlton@kealia.com>
1368
1369 * c-exp.y: Remove 'register' declarations.
1370 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1371
1372 2003-09-25 David Carlton <carlton@kealia.com>
1373
1374 * c-exp.y: Include cp-support.h. Add qualified_type.
1375 (yylex): Delete nested type hack; add comments.
1376 * cp-namespace.c (cp_lookup_nested_type): New function.
1377 * cp-support.h: Declare cp_lookup_nested_type.
1378 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1379 instead of value_struct_elt_for_reference.
1380 * valops.c: Include cp-support.h.
1381 (value_aggregate_elt): New function.
1382 (value_namespace_elt): Ditto.
1383 (value_struct_elt_for_reference): Make static.
1384 * value.h: Delete declaration of value_struct_elt_for_reference;
1385 add declaration for value_aggregate_elt.
1386 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1387 (valops.o): Ditto.
1388
1389 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1390
1391 * stack.c: Include "reggroups.h".
1392 (frame_info): Only display registers in all_reggroup.
1393 * Makefile.in (stack.o): Update dependencies.
1394
1395 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1396
1397 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1398 "add ip, sp #n" in the prologue.
1399 (arm_scan_prologue): Ditto.
1400
1401 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1402
1403 * MAINTAINERS (write after approval): Add myself.
1404
1405 2003-09-25 Andreas Schwab <schwab@suse.de>
1406
1407 * m68k-tdep.c: Include "dwarf2-frame.h".
1408 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1409 * Makefile.in (m68k-tdep.o): Update dependencies.
1410
1411 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1412
1413 * sh-tdep.c (struct frame_extra_info): Remove.
1414 (struct sh_frame_cache): New structure.
1415 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1416 (GET_TARGET_REG): Ditto but target register.
1417 (GET_PUSHED_REG): Remove.
1418 (IS_MOV_ARG_TO_REG): New macro.
1419 (IS_MOV_ARG_TO_IND_R14): New macro.
1420 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1421 (IS_MOVW_PCREL_TO_REG): New macro.
1422 (IS_MOVL_PCREL_TO_REG): New macro.
1423 (IS_SUB_REG_FROM_SP): New macro.
1424 (IS_ARG_MOV): Remove.
1425 (IS_MOV_TO_R14): Remove.
1426 (IS_RESTORE_FP): New macro.
1427 (IS_RTS): New macro.
1428 (IS_LDS): New macro.
1429 (IS_MOV_FP_SP): New macro.
1430 (IS_ADD_REG_TO_FP): New macro.
1431 (IS_ADD_IMM_FP): New macro.
1432 (sh_skip_prologue_hard_way): Remove.
1433 (sh_saved_pc_after_call): Remove.
1434 (sh_frame_chain): Remove.
1435 (sh_find_callers_reg): Remove.
1436 (sh_nofp_frame_init_saved_regs): Remove.
1437 (sh_fp_frame_init_saved_regs): Remove.
1438 (sh_init_extra_frame_info): Remove.
1439 (sh_analyze_prologue): New function.
1440 (sh_skip_prologue): Remove deprecated code. Rely on new function
1441 sh_analyze_prologue when after_prologue fails.
1442 (sh_frame_saved_pc): Remove.
1443 (sh_alloc_frame_cache): New function.
1444 (sh_frame_cache): Ditto.
1445 (sh_frame_prev_register): Ditto.
1446 (sh_frame_this_id): Ditto.
1447 (sh_frame_unwind): New structure defining the heuristic frame
1448 sniffer interface.
1449 (sh_frame_sniffer): New function.
1450 (sh_unwind_sp): Ditto.
1451 (sh_unwind_pc): Ditto.
1452 (sh_unwind_dummy_id): Ditto.
1453 (sh_frame_base_address): Ditto.
1454 (sh_frame_base): New structure defining new frame base code.
1455 (sh_in_function_epilogue_p): New function.
1456 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1457 code and to call all new code instead. Initialize dwarf2 and
1458 heuristic frame sniffer.
1459
1460 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1461
1462 * parser-defs.h (struct exp_descriptor): New definition, containing
1463 language-specific info for printing, prefixifying, dumping, and
1464 evaluating expressions.
1465 (exp_descriptor_standard): Declare new variable.
1466 (print_subexp): Make global and declare here (from expprint.c).
1467 (dump_subexp): Ditto.
1468 (dump_subexp_body_standard): Declare.
1469 (operator_length_standard): Declare.
1470 (op_name_standard): Declare.
1471 (print_subexp): Declare.
1472 (print_subexp_standard): Declare.
1473
1474 * language.h (struct language_defn): Add la_exp_desc field to hold
1475 pointer to table for language-specific operators.
1476 Remove evaluate_exp field, which is now in struct exp_descriptor.
1477
1478 * parse.c (operator_length): Move most code to new
1479 operator_length_standard function. Use language-specific information.
1480 (operator_length_standard): New function taking most code from
1481 operator_length.
1482 (exp_descriptor_standard): New constant.
1483
1484 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1485 and OP_EXTENDED_LAST.
1486
1487 * expprint.c (print_subexp): Use language-specific print_subexp.
1488 Make global; remove static declaration.
1489 Move most code to print_subexp_standard.
1490 (print_subexp_standard): New function, containing code formerly in
1491 print_subexp.
1492 (op_name): Add expression to argument signature.
1493 Use langauge-specific op_name.
1494 Move most code to op_name_standard.
1495 (op_name_standard): New function, containing code formerly in op_name.
1496 (dump_subexp): Use new version of op_name function.
1497 Use language-specific dump_subexp_body, and move most existing code to
1498 dump_subexp_body_standard.
1499 (dump_raw_expression): Use new op_name interface.
1500 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1501 (dump_subexp_body_standard): New function, containing code formerly
1502 in dump_subexp_body.
1503
1504 * language.c (unknown_language): Add default la_exp_desc field and
1505 remove evaluate_exp field.
1506 (auto_language): Ditto.
1507 (local_language): Ditto.
1508 * f-lang.c (f_language_defn): Ditto.
1509 * c-lang.c (c_language_defn): Ditto.
1510 (cplus_language_defn): Ditto.
1511 (asm_language_defn): Ditto.
1512 (minimal_language_defn): Ditto.
1513 * p-lang.c (pascal_language_defn): Ditto.
1514 * m2-lang.c (m2_language_defn): Ditto.
1515 * objc-lang.c (objc_language_defn): Ditto.
1516
1517 * jv-lang.c (exp_descriptor_java): New variable, containing
1518 Java-specific expression evaluator.
1519 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1520 field.
1521 * scm-lang.c (exp_descriptor_scm): New variable, containing
1522 Scheme-specific expression evaluator.
1523 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1524 field.
1525 * objc-lang.c (print_object_command): Take evaluate_exp from the
1526 la_exp_desc field.
1527
1528 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1529
1530 * eval.c: Include parser-defs.h for the full declaration of
1531 la_exp_desc's type.
1532 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1533
1534 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1535
1536 * parser-defs.h (operator_length): Declare.
1537
1538 * parse.c (length_of_subexp): Use operator_length to get operator
1539 lengths and arities for operators.
1540 Move most code to new operator_length function.
1541 (operator_length): New function absorbing most code from
1542 length_of_subexp.
1543 (prefixify_subexp): Remove large case and use operator_length instead.
1544 (parse_exp_1): Use renamings:
1545 dump_prefix_expression => dump_raw_expression and
1546 dump_postfix_expression => dump_prefix_expression.
1547
1548 * expression.h (dump_prefix_expression): Rename to ...
1549 (dump_raw_expression): New name.
1550 (dump_postfix_expression): Rename to ...
1551 (dump_prefix_expression): New name.
1552
1553 * expprint.c (dump_subexp): Make global. Add comment.
1554 Move most existing code to dump_subexp_body.
1555 (dump_subexp_body): New function.
1556 (dump_prefix_expression): Rename to dump_raw_expression.
1557 Remove attempt to print the expression via print_expression: it can't
1558 work before the expression is prefixified.
1559 (dump_raw_expression): Renamed from dump_prefix_expression.
1560 (dump_postfix_expression): Rename to dump_prefix_expression, since
1561 that's what it does.
1562 Remove 'note' parameter, since this routine must be used on
1563 prefixified expression.
1564 (dump_prefix_expression): Renamed from dump_postfix_expression.
1565
1566 2003-09-22 Jim Blandy <jimb@redhat.com>
1567
1568 * dwarf2read.c (read_array_type): When building the type for an
1569 array of unspecified length, make sure to choose the upper bound
1570 so that the array's total length comes out to be zero --- that's
1571 how we represent such arrays.
1572
1573 2003-09-22 Michael Chastain <mec@shout.net>
1574
1575 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1576
1577 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1578
1579 * top.c (quit_force): Fix indirect call to quit_target so
1580 a struct qt_args pointer is passed.
1581
1582 2003-09-22 Andrew Cagney <cagney@redhat.com>
1583
1584 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1585 * arch-utils.c (init_frame_pc_noop): Delete function.
1586 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1587 "init_frame_pc".
1588 * mips-tdep.c (mips_gdbarch_init): Ditto.
1589 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1590 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1591 declaration.
1592 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1593 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1594 declaration.
1595 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1596
1597 2003-09-22 Anthony Green <green@redhat.com>
1598
1599 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1600 declaration.
1601
1602 2003-09-20 Andrew Cagney <cagney@redhat.com>
1603
1604 * breakpoint.c: Eliminate ARGSUSED.
1605 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1606 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1607 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1608 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1609 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1610 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1611 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1612 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1613 * wince.c, remote-vx.c: Ditto.
1614
1615 * cli/cli-script.c: Remove "register" attributes.
1616 * config/pa/tm-hppa.h: Ditto.
1617 * cli/cli-decode.c: Ditto.
1618 * cli/cli-cmds.c: Ditto.
1619
1620 2003-09-19 Andrew Cagney <cagney@redhat.com>
1621
1622 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1623 DEPRECATED_NPC_REGNUM.
1624 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1625
1626 2003-09-19 Christopher Faylor <cgf@redhat.com>
1627
1628 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1629
1630 2003-09-19 Jim Blandy <jimb@redhat.com>
1631
1632 * macrotab.c (macro_include): Use the correct comparison to find
1633 the appropriate place for this inclusion in the list.
1634
1635 2003-09-19 Andrew Cagney <cagney@redhat.com>
1636
1637 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1638 (DEPRECATED_HPUX_TEXT_END): Define.
1639 (deprecated_hpux_text_end): Declare.
1640 (struct target_ops): Declare opaque.
1641 * hppah-nat.c (text_end): Make static.
1642 (deprecated_hpux_text_end): New function.
1643 * exec.c (text_end): Delete global variable.
1644 (NEED_TEXT_START_END): Do not define.
1645 (exec_file_attach): Replace code computing "text_end" code with
1646 call to DEPRECATED_HPUX_TEXT_END.
1647
1648 2003-09-19 Andrew Cagney <cagney@redhat.com>
1649
1650 * utils.c (align_up, align_down): New functions.
1651 * defs.h (align_up, align_down): Declare.
1652 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1653 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1654 and "align_down".
1655 (round_up, round_down): Delete functions.
1656 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1657 "align_down".
1658 (ROUND_DOWN, ROUND_UP): Delete macros.
1659 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1660 * h8300-tdep.c: Replace "round_up" and "round_down" with
1661 "align_up" and "align_down".
1662 (round_up, round_down): Delete macros.
1663 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1664 "align_down".
1665 (ROUND_UP, ROUND_DOWN): Delete macros.
1666
1667 2003-09-18 J. Brobecker <brobecker@gnat.com>
1668
1669 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1670 hard-coded constant. Use the proper machine name instead.
1671
1672 2003-09-17 Andrew Cagney <cagney@redhat.com>
1673
1674 * sparc-tdep.c (legacy_register_name): Delete function.
1675 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1676 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1677 * infcmd.c (gdb_register_name): Delete variable.
1678 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1679 REGISTER_NAME and "tm.h".
1680 * gdbarch.h, gdbarch.c: Regenerate.
1681 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1682 REGISTER_NAMES in comments.
1683 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1684 * m68klinux-nat.c (regmap): Ditto.
1685
1686 2003-09-17 Jim Blandy <jimb@redhat.com>
1687
1688 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1689
1690 2003-09-17 Andrew Cagney <cagney@redhat.com>
1691
1692 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1693 (ppcnbsd_init_abi): Set "use_struct_convention" to
1694 "ppcnbsd_use_struct_convention".
1695
1696 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1697
1698 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1699 * gdbarch.h, gdbarch.c: Regenerate.
1700 (stabs_argument_has_addr): New architecture method.
1701 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1702 * arch-utils.c: Include "buildsym.h".
1703 (default_stabs_argument_has_addr): New function.
1704 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1705 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1706
1707 2003-09-17 Andrew Cagney <cagney@redhat.com>
1708
1709 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1710 * gdbarch.h, gdbarch.c: Regenerate.
1711 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1712 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1713 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1714 * sparcnbsd-tdep.c: Update.
1715
1716 2003-09-17 Andrew Cagney <cagney@redhat.com>
1717
1718 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1719 * gdbarch.h, gdbarch.c: Regenerate.
1720 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1721 * d10v-tdep.c, frame.c: Update.
1722 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1723 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1724 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1725 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1726 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1727 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1728 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1729 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1730 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1731 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1732 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1733 * config/pa/nm-hppah.h: Update.
1734
1735 2003-09-16 Andrew Cagney <cagney@redhat.com>
1736
1737 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1738 "use_struct_convention" to "ppc_linux_use_struct_convention".
1739 (ppc_linux_use_struct_convention): New function.
1740 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1741 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1742 "rs6000_use_struct_convention".
1743 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1744 declaration.
1745 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1746 Delete function.
1747
1748 2003-09-16 Andrew Cagney <cagney@redhat.com>
1749
1750 * buildsym.c: Remove more occurances of "register".
1751 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1752 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1753 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1754 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1755 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1756 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1757 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1758 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1759
1760 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1761
1762 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1763 numbers to enumeration values.
1764 * sh-tdep.c: Accomodate above change.
1765 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1766 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1767 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1768 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1769 (IS_FPUSH): Rename from IS_FMOV.
1770 (sh_extract_struct_value_address): Remove useless comment.
1771 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1772 instead of own local values.
1773 (sh_dump_tdep): Remove.
1774 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1775 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1776
1777 2003-09-15 Andrew Cagney <cagney@redhat.com>
1778
1779 * doublest.c (convert_floatformat_to_doublest): No longer need to
1780 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1781
1782 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1783
1784 * values.c (unpack_double): Call floatformat_is_valid.
1785
1786 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1787
1788 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1789 ps_strings into a long.
1790
1791 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1792 _initialize_am64fbsd_nat.
1793
1794 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1795
1796 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1797 associated with DW_AT_ranges attribute is out of bounds.
1798
1799 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1800
1801 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1802
1803 2003-09-14 Michael Chastain <mec@shout.net>
1804
1805 * config/m68k/nm-apollo68v.h: Delete.
1806 * config/m68k/xm-apollo68v.h: Delete.
1807
1808 2003-09-14 Andrew Cagney <cagney@redhat.com>
1809
1810 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1811 * dcache.c: Update copyrights and descriptions.
1812 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1813
1814 2003-09-14 Andrew Cagney <cagney@redhat.com>
1815
1816 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1817 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1818
1819 2003-09-14 Andrew Cagney <cagney@redhat.com>
1820
1821 * alpha-nat.c: Remove some occurances of "register".
1822 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1823 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1824 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1825 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1826 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1827 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1828 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1829 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1830 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1831 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1832 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1833 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1834 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1835 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1836 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1837 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1838 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1839 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1840 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1841 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1842 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1843 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1844
1845 2003-09-13 Andrew Cagney <cagney@redhat.com>
1846
1847 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1848 * ppc-tdep.h (struct regcache): Declare opaque.
1849 * objfiles.h (struct objfile_data): Declare opaque.
1850 * cp-support.h (struct objfile): Declare opaque.
1851 * linux-nat.h (target_waitstatus): Declare opaque.
1852
1853 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1854
1855 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1856 (stabs_argument_has_addr): New architecture method.
1857 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1858 * arch-utils.c: Include "buildsym.h".
1859 (default_stabs_argument_has_addr): New function.
1860 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1861 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1862
1863 * cris-tdep.c (cris_gdbarch_init): Set
1864 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1865 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1866 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1867 * mips-tdep.c (mips_gdbarch_init): Likewise.
1868 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1869 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1870
1871 2003-09-13 Andrew Cagney <cagney@redhat.com>
1872
1873 * values.c (using_struct_return): Delete "function" and "funcaddr"
1874 parameters.
1875 * value.h (using_struct_return): Update declaration.
1876 * infcmd.c (finish_command_continuation): Update.
1877 (finish_command): Update.
1878 * infcall.c (call_function_by_hand): Update.
1879 * eval.c (evaluate_subexp_standard): Update.
1880
1881 2003-09-13 Christopher Faylor <cgf@redhat.com>
1882
1883 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1884 SSE registers since gdb will not operate correctly without this.
1885 Restore include file ordering munged in previous change.
1886 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1887
1888 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1889
1890 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1891 REG_STRUCT_HAS_ADDR.
1892 * gdbarch.c, gdbarch.h: Updated.
1893 * infcall.c (call_function_by_hand): Update.
1894 * stabsread.c (define_symbol): Updated.
1895
1896 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1897
1898 2003-09-12 Christopher Faylor <cgf@redhat.com>
1899
1900 * win32-nat.c: Reorganize so that defines used by target headers are
1901 actually defined by the system headers.
1902 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1903 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1904
1905 2003-09-12 Jim Blandy <jimb@redhat.com>
1906
1907 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1908 the file has no .data, .bss, or .rodata sections. Instead wait
1909 until we see a variable alleged to live in one of those sections.
1910
1911 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1912 .bss section, presume that any variables we find live in the
1913 .rodata section.
1914
1915 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1916 offsets for global and static variables.
1917
1918 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1919 symbol types are, by definition, in the .data section, so it is
1920 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1921 If there is no .data section, there should be no N_DATA or N_DATA
1922 | N_EXT symbols.
1923
1924 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1925
1926 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1927 (amd64fbsd_sigcontext_addr): Rewrite.
1928 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1929 with correct values.
1930 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1931 (amd64fbsd_init_abi): Fix typo.
1932
1933 2003-09-12 Andrew Cagney <cagney@redhat.com>
1934
1935 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1936 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1937
1938 2003-09-12 Andrew Cagney <cagney@redhat.com>
1939
1940 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1941 "entry_file_highpc". Update comments.
1942 * defs.h (deprecated_inside_entry_file): Rename
1943 "inside_entry_file".
1944 * blockframe.c (deprecated_inside_entry_file): Rename
1945 "inside_entry_file".
1946 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1947 * vax-tdep.c (vax_frame_chain): Update.
1948 * sh64-tdep.c (sh64_frame_chain): Update.
1949 * sh-tdep.c (sh_frame_chain): Update.
1950 * rs6000-tdep.c (rs6000_frame_chain): Update.
1951 * ns32k-tdep.c (ns32k_frame_chain): Update.
1952 * mips-tdep.c (mips_frame_chain): Update.
1953 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1954 * m32r-tdep.c (m32r_frame_this_id): Update.
1955 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1956 * frv-tdep.c (frv_frame_this_id): Update.
1957 * d10v-tdep.c (d10v_frame_this_id): Update.
1958 * cris-tdep.c (cris_frame_chain): Update.
1959 * blockframe.c (legacy_frame_chain_valid): Update.
1960 * avr-tdep.c (avr_frame_this_id): Update.
1961 * arm-tdep.c (arm_prologue_this_id): Update.
1962 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1963 * objfiles.c (objfile_relocate): Update.
1964 * mipsread.c (mipscoff_symfile_read): Update.
1965 (mipscoff_symfile_read): Update.
1966 * mdebugread.c (parse_partial_symbols): Update.
1967 * dwarfread.c (read_file_scope): Update.
1968 * dwarf2read.c (read_file_scope): Update.
1969 * dbxread.c (read_dbx_symtab): Update.
1970 (read_dbx_symtab): Update.
1971 * coffread.c (complete_symtab): Update.
1972
1973 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1974
1975 * top.c (quit_target): New static helper function.
1976 (quit_force): Moved code to quit_target(). Call quit_target()
1977 via catch_errors() to catch errors during quit.
1978
1979 2003-09-11 David Carlton <carlton@kealia.com>
1980
1981 * buildsym.c (finish_block): Use allocate_block to allocate the
1982 block.
1983 * mdebugread.c (new_block): Add FIXME.
1984
1985 2003-09-11 David Carlton <carlton@kealia.com>
1986
1987 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1988 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1989 (recursive_dump_type): Ditto.
1990 * printcmd.c (print_formatted): Ditto.
1991 * typeprint.c (print_type_scalar): Ditto.
1992 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1993 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1994 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1995 maint_cplus_cmd_list.
1996 * cp-support.c: Make maint_cplus_cmd_list extern.
1997 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1998 command.h.
1999 (lookup_symbol_file): Look in possible namespace blocks when
2000 appropriate.
2001 (initialize_namespace_symtab): New.
2002 (get_possible_namespace_block, free_namespace_block)
2003 (check_possible_namespace_symbols)
2004 (check_possible_namespace_symbols_loop)
2005 (check_one_possible_namespace_symbol)
2006 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2007 (_initialize_cp_namespace): Ditto.
2008 * block.h: Declare allocate_block.
2009 * block.c (allocate_block): New.
2010 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2011 allocate_block.
2012 * symfile.h: Update declaration of add_psymbol_to_list.
2013 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2014 question.
2015 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2016 scan_partial_symbols_call.
2017 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2018 helper functions.
2019 (add_partial_symbol): If necessary, scan mangled names for names
2020 of namespaces.
2021 (add_partial_namespace): Add NAMESPACE argument; generate partial
2022 symbols associated to namespaces.
2023 (add_partial_enumeration): Add NAMESPACE argument.
2024 (new_symbol): Allow namespace syms.
2025 (read_namespace): Generate namespace syms.
2026 * objfiles.h: Add opaque declaration of struct symtab.
2027 (struct objfile): Add cp_namespace_symtab member.
2028 * objfiles.c (allocate_objfile): Set
2029 objfile->cp_namespace_symtab.
2030 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2031 dictionary_h, command_h.
2032
2033 2003-09-11 Andrew Cagney <cagney@redhat.com>
2034
2035 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2036 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2037 near the function's end.
2038 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2039 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2040 regcache_raw_write_signed to set SP_REGNUM.
2041
2042 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2043
2044 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2045 orig_addrs is set up properly.
2046
2047 2003-09-11 Andrew Cagney <cagney@redhat.com>
2048
2049 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2050 * gdbarch.h, gdbarch.c: Re-generate.
2051 * infcall.c (call_function_by_hand): Update.
2052 * hppa-tdep.c (hppa_push_arguments): Update.
2053 * ada-lang.c (place_on_stack): Update.
2054 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2055 * sparc-tdep.c (sparc_gdbarch_init): Update.
2056 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2057 * hppa-tdep.c (hppa_gdbarch_init): Update.
2058 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2059 stack_align.
2060
2061 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2062
2063 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2064 register do need a frame.
2065
2066 2003-09-11 Andrew Cagney <cagney@redhat.com>
2067
2068 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2069 buildable since GDB 5.0.
2070 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2071 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2072 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2073 * irix4-nat.c: Delete file.
2074 * config/mips/irix4.mh: Delete file.
2075 * config/mips/irix3.mh: Delete file.
2076 * config/mips/irix3.mt: Delete file.
2077 * config/mips/tm-irix3.h: Delete file.
2078 * config/mips/nm-irix3.h: Delete file.
2079 * config/mips/xm-irix3.h: Delete file.
2080 * config/mips/nm-irix4.h: Delete file.
2081 * config/mips/xm-irix4.h: Delete file.
2082 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2083
2084 2003-09-10 J. Brobecker <brobecker@gnat.com>
2085
2086 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2087 * Makefile.in (hppa-tdep.o): Update dependencies.
2088
2089 2003-09-10 James E Wilson <wilson@specifixinc.com>
2090
2091 * MAINTAINERS: Change my e-mail address. Move to paper trail
2092 section.
2093
2094 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2095
2096 * MAINTAINERS (frv): New ISA entry.
2097
2098 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2099
2100 * frv-tdep.c (dis-asm.h): Include.
2101 * Makefile.in (frv-tdep.o): Update dependencies.
2102
2103 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2104
2105 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2106 Fix typo for high range of floating registers.
2107
2108 2003-09-09 David Carlton <carlton@kealia.com>
2109
2110 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2111 highpc initialization here out of scan_partial_symbols.
2112 (scan_partial_symbols): Restructure into a recursive version,
2113 calling add_partial_namespace and add_partial_enumeration when
2114 appropriate.
2115 (add_partial_namespace): New.
2116 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2117
2118 2003-09-09 Andrew Cagney <cagney@redhat.com>
2119
2120 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2121 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2122 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2123 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2124
2125 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2126 (rs6000_push_dummy_call): Set the "TOC" register.
2127
2128 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2129 methods "max_register_raw_size", "max_register_virtual_size" or
2130 "register_virtual_size".
2131
2132 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2133
2134 * MAINTAINERS: Update my e-mail address.
2135
2136 2003-09-09 Andrew Cagney <cagney@redhat.com>
2137
2138 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2139 (rs6000_push_dummy_call): Store the struct return address.
2140 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2141
2142 2003-09-09 Andrew Cagney <cagney@redhat.com>
2143
2144 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2145 "ppc_sysv_abi_push_arguments".
2146 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2147 "ppc_sysv_abi_push_arguments".
2148 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2149 instead of "push_arguments".
2150 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2151
2152 2003-09-09 Andrew Cagney <cagney@redhat.com>
2153
2154 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2155 instead of CALL_DUMMY_ADDRESS.
2156
2157 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2158
2159 * p-lang.c: Eliminate "register".
2160 * c-lang.c: Ditto.
2161 * expprint.c: Ditto.
2162 * f-lang.c: Ditto.
2163 * jv-lang.c: Ditto.
2164 * language.c: Ditto.
2165 * m2-lang.c: Ditto.
2166 * parse.c: Ditto.
2167 * scm-lang.c: Ditto.
2168 * objc-lang.c: Ditto.
2169
2170 2003-09-09 Nick Clifton <nickc@redhat.com>
2171
2172 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2173
2174 2003-09-04 Andrew Cagney <cagney@redhat.com>
2175
2176 * avr-tdep.c: Include "dis-asm.h".
2177 * cris-tdep.c: Include "dis-asm.h".
2178 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2179 instead of corresponding typedef.
2180 * h8300-tdep.c: Include "dis-asm.h".
2181 * ia64-tdep.c: Include "dis-asm.h".
2182 * i386-tdep.c: Include "dis-asm.h".
2183 (i386_print_insn): Use "struct disassemble_info" instead of
2184 corresponding typedef.
2185 * m68k-tdep.c: Include "dis-asm.h".
2186 * mcore-tdep.c: Include "dis-asm.h".
2187 * mips-tdep.c: Include "dis-asm.h".
2188 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2189 instead of corresponding typedef.
2190 * ns32k-tdep.c: Include "dis-asm.h".
2191 * s390-tdep.c: Include "dis-asm.h".
2192 * sparc-tdep.c: Include "dis-asm.h".
2193 * vax-tdep.c: Include "dis-asm.h".
2194 * v850-tdep.c: Include "dis-asm.h".
2195 * mn10300-tdep.c: Include "dis-asm.h".
2196 * rs6000-tdep.c: Include "dis-asm.h".
2197 * xstormy16-tdep.c: Include "dis-asm.h".
2198 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2199 print_insn_xstormy16.
2200 * Makefile.in (v850-tdep.o): Update dependencies.
2201 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2202 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2203 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2204 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2205 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2206 (gdbarch_h): Remove $(dis_asm_h).
2207 * disasm.c: Include "dis-asm.h".
2208 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2209 corresponding typedef.
2210 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2211 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2212 * gdbarch.sh: Do not include "dis-asm.h".
2213 (struct disassemble_info): Declare opaque.
2214 (TARGET_PRINT_INSN): Update declaration.
2215 * gdbarch.h, gdbarch.c: Re-generate.
2216
2217 2003-09-08 Andrew Cagney <cagney@redhat.com>
2218
2219 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2220 CALL_DUMMY_ADDRESS, change to a predicate.
2221 * gdbarch.h, gdbarch.c: Re-generate.
2222 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2223 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2224 * infcall.c (call_function_by_hand): Ditto.
2225 * sparc-tdep.c (sparc_push_return_address): Ditto.
2226 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2227 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2228 CALL_DUMMY_ADDRESS with entry_point_address.
2229 * v850-tdep.c (v850_push_return_address): Ditto.
2230 * s390-tdep.c (s390_push_return_address): Ditto.
2231 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2232 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2233 * mcore-tdep.c (mcore_push_return_address): Ditto.
2234 * cris-tdep.c (cris_push_return_address): Ditto.
2235 * arm-tdep.c (arm_push_return_address): Ditto.
2236
2237 2003-09-08 Andrew Cagney <cagney@redhat.com>
2238
2239 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2240 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2241 and REG_UNMODIFIED to REG_SAME_VALUE.
2242 (execute_cfa_program): Update.
2243 (dwarf2_frame_cache): Update. Initialize table to
2244 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2245 location.
2246 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2247
2248 2003-09-08 Andrew Cagney <cagney@redhat.com>
2249
2250 * gnu-nat.c: Remove "inline" function attribute.
2251 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2252
2253 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2254
2255 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2256 target.
2257
2258 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2259
2260 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2261 (frame_extra_info): Rename this struct to frv_unwind_cache.
2262 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2263 Add fields ``prev_sp'' and ``base''.
2264 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2265 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2266 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2267 Delete.
2268 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2269 Revise all callers. Fill in the unwind cache argument and make
2270 other adjustments to account for new frame mechanisms.
2271 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2272 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2273 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2274 (frv_frame_unwind, frv_frame_base): New structs.
2275 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2276 additional arguments expected by this method and adjust function
2277 body accordingly.
2278 (frv_gdbarch_init): Remove calls to the following functions:
2279 set_gdbarch_deprecated_init_frame_pc(),
2280 set_gdbarch_deprecated_saved_pc_after_call(),
2281 set_gdbarch_deprecated_frame_chain(),
2282 set_gdbarch_deprecated_frame_saved_pc(),
2283 set_gdbarch_deprecated_frame_init_saved_regs(),
2284 set_gdbarch_deprecated_push_arguments(),
2285 set_gdbarch_deprecated_push_return_address(),
2286 set_gdbarch_deprecated_pop_frame(),
2287 set_gdbarch_deprecated_call_dummy_words(),
2288 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2289 set_gdbarch_deprecated_init_extra_frame_info(),
2290 set_gdbarch_deprecated_dummy_write_sp(), and
2291 set_gdbarch_deprecated_pc_in_call_dummy().
2292 Add calls to the following functions:
2293 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2294 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2295 frame_base_set_default().
2296 * Makefile.in (frv-tdep.o): Update dependencies.
2297
2298 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2299
2300 * dwarf2-frame.c (read_encoded_value): Add support for
2301 DW_EH_PE_aligned encoding.
2302
2303 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2304
2305 * infrun.c (normal_stop): Don't print a message if the inferior
2306 has exited.
2307
2308 2003-09-08 Jim Blandy <jimb@redhat.com>
2309
2310 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2311 * dbxread.c: #include "gdb_assert.h".
2312 (read_dbx_symtab): If the objfile has no .data section, use the
2313 section index for the .bss section instead.
2314
2315 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2316
2317 * frame.c (deprecated_safe_get_selected_frame): New function.
2318 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2319 * findvar.c (read_var_value): Call it.
2320
2321 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2322
2323 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2324 (sh64-tdep.o): Add dependencies.
2325 * configure.tgt: Add FIXME to sh-*-linux*.
2326 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2327 (sh_gdbarch_init): Always set correct sh_show_regs function
2328 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2329 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2330 * sh64-tdep.c: New file, containing all sh64 related code from
2331 sh-tdep.c.
2332 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2333 * config/sh/linux.mt (TDEPFILES): Ditto.
2334 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2335 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2336 * config/sh/wince.mt (TDEPFILES): Ditto.
2337
2338 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2339
2340 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2341 (stop_wait_callback): Handle !lp->signalled also.
2342 (lin_lwp_has_pending, flush_callback): New functions.
2343 (lin_lwp_wait): Call flush_callback.
2344 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2345 (linux_proc_pending_signals): New function.
2346 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2347
2348 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2349
2350 From Nick Kelsey <nickk@ubicom.com>:
2351 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2352 when the stop PC is at the beginning of a function also.
2353
2354 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2355
2356 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2357 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2358
2359 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2360
2361 * sol-thread.c: Include "gdb_string.h".
2362
2363 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2364
2365 * gcore.c: Reorder include files in alphabetical order. Include
2366 "gdb_assert.h". Various coding style fixes.
2367 (derive_stack_segment, derive_heap_segment): Replace check for
2368 non-null BOTTOM and TOP with gdb_assert.
2369 (derive_heap_segment): Replace check for successful creation of
2370 ZERO with gdb_assert.
2371 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2372
2373 2003-09-04 Andrew Cagney <cagney@redhat.com>
2374
2375 * thread-db.c (verbose_dlsym): New function.
2376 (thread_db_load): Use verbose_dlsym
2377 (thread_db_new_objfile): Print that libthread_db was loaded, and
2378 that thread debugging was enabled.
2379
2380 2003-09-04 Andrew Cagney <cagney@redhat.com>
2381
2382 * configure.tgt: Add "mips64*-*-*" target. Delete
2383 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2384 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2385 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2386 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2387 mips*-sony-*, and mips64*-*-elf* targets.
2388 * config/mips/embedl.mt: Delete file.
2389 * config/mips/embedl64.mt: Delete file.
2390 * config/mips/mips.mt: Delete file.
2391 * config/mips/mips64.mt: Delete file.
2392 * config/mips/tm-embed.h: Delete file.
2393 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2394 * config/mips/embed64.mt: Delete out-of-date comment.
2395
2396 2003-09-04 Andrew Cagney <cagney@redhat.com>
2397
2398 * hppa-tdep.c (hppa_gdbarch_init): Set
2399 "have_nonsteppable_watchpoint".
2400 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2401 * mips-tdep.c (mips_dump_tdep): Do not print
2402 HAVE_NONSTEPPABLE_WATCHPOINT.
2403 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2404 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2405 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2406 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2407
2408 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2409
2410 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2411 unused code. Add comment.
2412
2413 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2414
2415 * breakpoint.c (watchpoint_check): Check for pc being in an
2416 epilogue if watchpoint frame couldn't be found.
2417
2418 2003-09-04 Andrew Cagney <cagney@redhat.com>
2419
2420 * Makefile.in: Re-generate all dependencies.
2421
2422 2003-09-03 Andrew Cagney <cagney@redhat.com>
2423
2424 * arch-utils.h (legacy_print_insn): Delete declaration.
2425 * arch-utils.c (legacy_print_insn): Delete function.
2426 * disasm.c (deprecated_tm_print_insn_info): Delete.
2427 (_initialize_disasm): Delete function, contained code initializing
2428 deprecated_tm_print_insn_info.
2429 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2430 (deprecated_tm_print_insn_info): Delete.
2431 (TARGET_PRINT_INSN): Do not provide a default.
2432 * gdbarch.h, gdbarch.c: Re-generate.
2433
2434 2003-09-03 Andrew Cagney <cagney@redhat.com>
2435
2436 * disasm.c (fprintf_disasm): New function.
2437 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2438 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2439 reverts 2003-08-14 change.
2440 (_initialize_disasm): Call "init_disassemble_info", instead of
2441 INIT_DISASSEMBLE_INFO_NO_ARCH.
2442
2443 2003-09-03 Michael Snyder <msnyder@redhat.com>
2444
2445 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2446
2447 2003-09-03 Andrew Cagney <cagney@redhat.com>
2448
2449 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2450 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2451 * symfile.c (syms_from_objfile): Update.
2452 (reread_symbols): `Update
2453 * exec.c (exec_file_attach): Update.
2454 (exec_file_attach): Update.
2455 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2456 2003-08-29 change.
2457 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2458
2459 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2460
2461 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2462 trad-frame.h.
2463 (arm_get_cache): Delete macro.
2464 (struct arm_prologue_cache): Update comments. Make saved_regs into
2465 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2466 to prev_sp.
2467 (thumb_scan_prologue): Update for cache changes. Don't call
2468 DEPRECATED_PC_IN_CALL_DUMMY.
2469 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2470 argument and use it in desperation search for our prologue. Do not
2471 search past the specified PC.
2472 (arm_make_prologue_cache): Simplify.
2473
2474 (arm_prologue_this_id, arm_prologue_prev_register)
2475 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2476 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2477 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2478 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2479 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2480
2481 (arm_frame_chain_valid, arm_find_callers_reg)
2482 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2483 (arm_pop_frame): Delete obsolete methods.
2484 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2485
2486 (arm_gdbarch_init): Update for new frame methods. Register prologue
2487 and sigtramp unwinders. Set the default frame base method.
2488
2489 * Makefile.in (arm-tdep.o): Update dependencies.
2490 * varobj.c (find_frame_addr_in_frame_chain): Call
2491 get_frame_base_address.
2492 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2493
2494 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2495
2496 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2497 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2498 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2499 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2500 Take NEXT_FRAME and CACHE arguments. Call
2501 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2502 Set unwound_pc in CACHE instead of modifying the frame argument.
2503 Don't bother checking the frame type when looking for sigtramp
2504 frames.
2505 (arm_make_prologue_cache, arm_frame_chain)
2506 (arm_init_extra_frame_info): New functions.
2507
2508 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2509
2510 * arm-tdep.c (arm_get_cache): Define.
2511 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2512 unwound_sp, unwound_pc, and saved_regs.
2513 (thumb_scan_prologue): Take a cache instead of the frame.
2514 (arm_scan_prologue): Likewise.
2515 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2516 instead of a temporary frame.
2517 (arm_init_extra_frame_info): Allocate and use a cache.
2518 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2519
2520 2003-09-03 Andrew Cagney <cagney@redhat.com>
2521
2522 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2523 * config/mips/wince.mt (TM_CLIBS): Ditto.
2524 * config/sh/wince.mt (TM_CLIBS): Ditto.
2525 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2526 * config/sparc/sp64.mt (CC): Delete.
2527
2528 2003-09-03 Andrew Cagney <cagney@redhat.com>
2529
2530 * defs.h: Do not include "arch-utils.h".
2531 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2532 GDB_MULTI_ARCH_PURE.
2533 * configure.in (GDB_MULTI_ARCH): Do not define.
2534 * configure, config.in: Regenerate.
2535 * configure.tgt: Do not set variable "gdb_multi_arch".
2536 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2537 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2538 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2539 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2540 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2541 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2542 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2543 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2544 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2545 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2546 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2547 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2548 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2549 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2550 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2551 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2552 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2553 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2554
2555 2003-08-30 Michael Chastain <mec@shout.net>
2556
2557 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2558 * config/m68k/nm-hp300hpux.h: Delete.
2559 * config/m68k/tm-hp300hpux.h: Delete.
2560 * config/m68k/xm-hp300hpux.h: Delete.
2561 * config/m68k/xm-hp300bsd.h: Delete.
2562 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2563 tm-hp300hpux.h, xm-hp300hpux.h.
2564 * somsolib.c: Remove comment about hp300 shared libraries.
2565
2566 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2567
2568 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2569 Only define PTRACE_GET_THREAD_AREA is not already defined.
2570 Various style fixes in code and comments and some additional
2571 spelling fixes in comments. Move after functions dealing with
2572 debug registers.
2573 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2574 Fix coding-style.
2575
2576 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2577 frame_unwind_register_unsigned instead of
2578 frame_unwind_unsigned_register.
2579
2580 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2581
2582 * configure.in: Search for gethostbyname in libnsl.
2583 * configure: Regenerated.
2584
2585 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2586
2587 * configure.in: Remove redundant AC_MSG_RESULT in check for
2588 uintptr_t in stdint.h.
2589 * configure: Regenerated.
2590
2591 * amd64-nat.h (struct regcache): Add opaque declaration.
2592
2593 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2594 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2595 Change "register array" to "register cache" in comments.
2596 (x86_64_linux_gregset64_reg_offset): New variable.
2597 (GETREGS_SUPPLIES): Remove macro.
2598 (supply_gregset): Call amd64_supply_native_gregset instead of
2599 x86_64_linux_supply_gregset.
2600 (fill_gregset): Rename `regno' to `regnum'. Call
2601 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2602 (store_regs): Rename `regno' to `regnum'.
2603 (store_fpregs): Rename `regno' to `regnum'.
2604 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2605 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2606 Reorganize function a bit.
2607 (store_inferior_registers): Rename `regno' to `regnum'. Use
2608 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2609 Reorganize function a bit.
2610 (_initialize_x86_64_linux_nat): New function.
2611 * config/i386/x86-64linux.mh.
2612
2613 2003-08-29 Andrew Cagney <cagney@redhat.com>
2614
2615 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2616 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2617 (target_remove_watchpoint): Delete macro.
2618 (target_insert_watchpoint): Delete macro.
2619 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2620 (remote_mips_stopped_by_watchpoint): Delete declaration.
2621 (remote_mips_remove_watchpoint): Delete declaration.
2622 (remote_mips_set_watchpoint): Delete declaration.
2623 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2624 * remote-mips.c (_initialize_remote_mips): Set
2625 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2626 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2627 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2628 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2629 (mips_stopped_by_watchpoint): Rename
2630 remote_mips_stopped_by_watchpoint.
2631 (mips_can_hardware_watchpoint): Rename
2632 remote_mips_can_use_hardware_watchpoint, update function
2633 signature.
2634
2635 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2636
2637 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2638 USER_DS. We haven't given them a register number yet.
2639
2640 * amd64-nat.h: New file.
2641 * amd64-nat.c: New file.
2642 * amd64fbsd-nat.c: Include "amd64-nat.h".
2643 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2644 (amd64fbsd32_r_reg_offset): New variable.
2645 (supply_gregset): Simply call amd64_supply_native_gregset.
2646 (fill_gregset): Rename `regno' to `regnum'. Simply call
2647 amd64_collect_native_gregset.
2648 (fill_fpregset): Rename `regno' to `regnum'.
2649 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2650 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2651 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2652 `fpregset_t'. Call amd64_supply_native_gregset instead of
2653 supply_gregset. Call x86_64_supply_fxsave instead of
2654 supply_fpregset.
2655 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2656 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2657 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2658 `fpregset_t'. Call amd64_collect_native_gregset instead of
2659 fill_gregset. Call x86_64_collect_fxsave instead of
2660 fill_fpregset.
2661 (_initialize_am64fbsd_nat): Initialize
2662 amd64_native_gregset32_reg_offset and
2663 amd64_native_gregset64_reg_offset.
2664 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2665
2666 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2667 null pointer. Fix typo in comment.
2668
2669 * regcache.c (supply_register): Reimplement to call
2670 regcache_raw_supply.
2671 (regcache_collect): Reimplement by calling regcache_raw_collect.
2672
2673 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2674
2675 * regcache.c (register_buffer): Consitify first argument.
2676 (regcache_raw_supply, regcache_raw_collect): New
2677 functions.
2678
2679 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2680
2681 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2682 by Nathan J. Williams.
2683
2684 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2685
2686 * lin-lwp.c (wait_lwp): New function, copied from
2687 stop_wait_callback. Clean up.
2688 (stop_wait_callback): Use wait_lwp.
2689
2690 2003-08-28 Andrew Cagney <cagney@redhat.com>
2691
2692 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2693 flavour and disassembler options.
2694 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2695 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2696 deprecated_tm_print_insn_info.
2697
2698 2003-08-27 Andrew Cagney <cagney@redhat.com>
2699
2700 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2701 Use target_read_memory.
2702 (s390_get_frame_info): Update. Do not reference
2703 deprecated_tm_print_insn_info.
2704 (s390_check_function_end, s390_is_sigreturn): Ditto.
2705
2706 2003-08-27 Andrew Cagney <cagney@redhat.com>
2707
2708 * Makefile.in (cris-tdep.o): Update dependencies.
2709 * cris-tdep.c: Include "gdb_assert.h".
2710 (cris_gdbarch_init): Set print_insn.
2711 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2712 (cris_delayed_get_disassembler): Simplify, directly call the
2713 disassembler returned by cris_get_disassembler.
2714 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2715 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2716 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2717 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2718 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2719 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2720 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2721 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2722 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2723 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2724 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2725 (gdb_print_insn_sparc): Delete function.
2726 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2727 deprecated_tm_print_insn_info.
2728 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2729 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2730 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2731 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2732 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2733 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2734 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2735 (s390_gdbarch_init): Set print_insn.
2736
2737 2003-08-27 Andrew Cagney <cagney@redhat.com>
2738
2739 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2740 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2741 * infcall.c (call_function_by_hand): Convert the entry point
2742 address into a code address.
2743
2744 2003-08-27 Andrew Cagney <cagney@redhat.com>
2745
2746 * dsrec.c: Include "gdb_string.h".
2747 * Makefile.in (dsrec.o): Update dependencies.
2748
2749 2003-08-27 Michael Chastain <mec@shout.net>
2750
2751 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2752
2753 2003-08-27 Andrew Cagney <cagney@redhat.com>
2754
2755 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2756 (alpha_osf1_init_abi): Do not set call_dummy_address.
2757
2758 2003-08-27 David Carlton <carlton@kealia.com>
2759
2760 From Randolph Chung <tausq@debian.org>:
2761 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2762 compiles with -Wformat-nonliteral -Werror.
2763
2764 2003-08-26 Jim Blandy <jimb@redhat.com>
2765
2766 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2767 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2768 bfd_lookup_symbol, since we only want symbols in code sections.
2769 (look_for_base): Pass zero as the SECT_FLAGS argument to
2770 bfd_lookup_symbol, since we're not concerned about which section
2771 the symbol is in.
2772
2773 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2774
2775 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2776 we are frameless or the return address register is already known.
2777
2778 2003-08-26 Andrew Cagney <cagney@redhat.com>
2779
2780 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2781 in size. Add comments.
2782
2783 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2784
2785 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2786 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2787
2788 2003-08-26 Jason Merrill <jason@redhat.com>
2789
2790 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2791 case out of #ifdef MIPS block.
2792
2793 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2794
2795 PR java/1322
2796 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2797 available before calling SECT_OFF_TEXT.
2798 * PROBLEMS: Remove description of java/1322.
2799
2800 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2801
2802 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2803 bof, and nat0-nat127 as pseudo-registers.
2804 (ia64_frame_cache): New struct used to cache frame info.
2805 (ia64_register_reggroup_p): New routine used to override default
2806 register grouping so registers without names are still saved and
2807 restored.
2808 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2809 pseudo values.
2810 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2811 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2812 (ia64_alloc_frame_cache): New routine to create a new
2813 ia64_frame_cache.
2814 (examine_prologue): Change prototype to add next_frame pointer.
2815 Assume frameless until otherwise proven. Verify that the cfm for
2816 current frame matches the cfm that should occur for the prologues
2817 alloc insn and if equal, mark as not frameless. At end of routine,
2818 if not frameless, calculate registers for the previous frame and store
2819 in the cache, if a cache is provided.
2820 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2821 and pass 0 for next_frame.
2822 (ia64_store_return_value): Change to use convert_typed_floating()
2823 instead of calling ia64_convert_to_raw().
2824 (ia64_extract_return_value): Change to use convert_typed_floating()
2825 instead of calling ia64_convert_to_virtual().
2826 (ia64_frame_cache): New routine to support new frame model.
2827 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2828 (ia64_frame_sniffer): Ditto.
2829 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2830 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2831 (ia64_sigtramp_frame_prev_register): Ditto.
2832 (ia64_sigtramp_frame_sniffer): Ditto.
2833 (ia64_frame_base_address): Ditto.
2834 (ia64_extract_struct_value_address): Change to issue error message.
2835 (ia64_frame_align): New routine to align sp.
2836 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2837 (ia64_push_arguments): Removed. Logic moved to
2838 ia64_push_dummy_call().
2839 (ia64_push_return_address): Ditto.
2840 (ia64_unwind_dummy_id): New function.
2841 (ia64_unwind_pc): Ditto.
2842 (ia64_convert_register_p): Ditto.
2843 (ia64_register_to_value): Ditto.
2844 (ia64_value_to_register): Ditto.
2845 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2846 (ia64_register_byte, ia64_register_raw_size): Ditto.
2847 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2848 (ia64_saved_pc_after_call): Ditto.
2849 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2850 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2851 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2852 (ia64_register_convert_to_raw): Ditto.
2853 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2854 (ia64_init_extra_frame_info): Ditto.
2855 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2856 (ia64_gdbarch_init): Remove registering of deprecated functions that
2857 are no longer used. Add registration of new gdbarch functions.
2858 Remove registering deprecated_write_sp. Replace
2859 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2860 Delete set_gdbarch_deprecated_register_convertible(),
2861 set_gdbarch_deprecated_register_convert_to_virtual(), and
2862 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2863 set_gdbarch_deprecated_register_size(),
2864 set_gdbarch_deprecated_register_bytes(),
2865 set_gdbarch_pcregnum(),
2866 set_gdbarch_deprecated_register_byte(),
2867 set_gdbarch_deprecated_register_raw_size(),
2868 set_gdbarch_deprecated_max_register_raw_size(),
2869 set_gdbarch_deprecated_register_virtual_size(),
2870 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2871 Replace set_gdbarch_deprecated_extract_return_value() with
2872 set_gdbarch_extract_return_value(). Remove calls to:
2873 set_gdbarch_deprecated_saved_pc_after_call();
2874 set_gdbarch_deprecated_frame_chain(),
2875 set_gdbarch_deprecated_frame_saved_pc(),
2876 set_gdbarch_deprecated_frame_init_saved_regs(),
2877 set_gdbarch_deprecated_get_saved_register(),
2878 set_gdbarch_deprecated_call_dummy_words(),
2879 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2880 set_gdbarch_deprecated_init_extra_frame_info(),
2881 set_gdbarch_deprecated_frame_args_address(),
2882 set_gdbarch_deprecated_frame_locals_address(),
2883 and set_gdbarch_deprecated_dummy_write_sp().
2884 Add set_gdbarch_convert_register_p(),
2885 set_gdbarch_register_to_value(),
2886 set_gdbarch_value_to_register(),
2887 set_gdbarch_push_dummy_call(),
2888 set_gdbarch_frame_align(),
2889 set_gdbarch_unwind_dummy_id(),
2890 set_gdbarch_unwind_pc(),
2891 frame_unwind_append_sniffer(),
2892 frame_unwind_append_sniffer(),
2893 and frame_base_set_default().
2894
2895 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2896
2897 * configure.tgt: Document need for special "mipsisa64" handling.
2898 (mipsisa64*-*-linux64): Handle as target linux64.
2899 (mipsisa64*-*-*): Handle as target embed64.
2900
2901 2003-08-18 Michael Chastain <mec@shout.net>
2902
2903 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2904 objfile bug.
2905
2906 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2907
2908 * i387-tdep.h: Update copyright date.
2909 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2910
2911 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2912 CFLAGS games to reflect reality.
2913
2914 2003-08-24 Andrew Cagney <cagney@redhat.com>
2915
2916 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2917 GDB_MULTI_ARCH is always non-zero.
2918 * osabi.c (_initialize_gdb_osabi): Ditto.
2919 (gdbarch_init_osabi): Ditto.
2920 * sparc-tdep.c: Ditto for #if code.
2921
2922 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2923
2924 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2925 Update comments.
2926 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2927 comments.
2928 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2929 x86_64_supply_fxsave.
2930 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2931 x86_64_supply_fxsave.
2932 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2933 x86_64_supply_fxsave.
2934
2935 2003-08-23 Andreas Jaeger <aj@suse.de>
2936
2937 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2938 i387_supply_fxsave.
2939
2940 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2941
2942 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2943 i387_supply_register.
2944 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2945 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2946 i387_supply_fsave.
2947 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2948 i387_supply_fxsave.
2949 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2950 i387_supply_fsave.
2951 * i386bsd-nat.c (supply_fpregset): Adjust call to
2952 i387_supply_fsave.
2953 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2954 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2955 supply_fpregset.
2956 (store_inferior_registers): Remove extraneous whitespace. Call
2957 i387_fill_fsave instead of fill_fpregset.
2958 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2959 (supply_fpregset): Likewise.
2960 * i386v4-nat.c (supply_fpregset): Adjust call to
2961 i387_supply_fsave.
2962 * i386-interix-nat.c (supply_fpregset): Adjust call to
2963 i387_supply_fsave.
2964 * i386-linux-nat.c (supply_fpregset): Adjust call to
2965 i387_supply_fsave.
2966 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2967 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2968 i387supply_fsave and i387_supply_fxsave.
2969 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2970 Incorporate code from `i387_supply_register.
2971 (i387_supply_register): Remove.
2972 (i387_supply_fxsave): Add `regnum' argument.
2973 Update comments.
2974 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2975 prototype.
2976 (i387_supply_register): remove prototype.
2977 Update comments.
2978
2979 2003-08-22 Michael Chastain <mec@shout.net>
2980
2981 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2982 Add lines for files in gdb/testsuite/gdb.cp/* that are
2983 still not 8.3 unique.
2984
2985 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2986
2987 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2988 TYPE_VPTR_FIELDNO is valid.
2989
2990 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2991
2992 * utils.c (set_width_command): Remove prototypes.
2993 (set_screen_size): New prototype.
2994 (init_page_info): Simplify by fetching the screen size from
2995 Readline. Call set_screen_size.
2996 (set_screen_size): New function.
2997 (set_width): Add missing whitespace in comment.
2998 (set_width_command): Call set_screen_size.
2999 (set_height_command): New function.
3000 (initialize_utils): Fix formatting. Make "set height" command
3001 call set_height_command. Remove redundant code that turns off
3002 pagination if output isn't a terminal. Remove redundant call to
3003 set_width_command.
3004
3005 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3006
3007 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3008 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3009 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3010 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3011 `case' keyword.
3012 (sparc64_register_info): Give the reister with number
3013 SPARC64_STATE_REGNUM a name.
3014 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3015 %asi and %ccr.
3016 (sparc64_push_dummy_call): Take BIAS into account when checking
3017 stcak alignment.
3018 (sparc_software_single_step): Remove assertions that check whether
3019 NPC and NNPC were zero.
3020 (sparc_supply_rwindow): Make public. Merge functionality with
3021 sparc64_supply_rwindow.
3022 (sparc_fill_rwindow): Make public. Merge functionality with
3023 sparc64_fill_rwindow.
3024 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3025 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3026 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3027 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3028 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3029
3030 * reggroups.c: Add whitespace after declarations of local
3031 variables in functions.
3032
3033 2003-08-21 Michael Chastain <mec@shout.net>
3034
3035 * gdbtypes.h: Change array bound type from an int to enum.
3036
3037 2003-08-21 Andrew Cagney <cagney@redhat.com>
3038
3039 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3040 * config/sparc/tm-sparc.h: Ditto.
3041 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3042 unconditionally.
3043 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3044
3045 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3046
3047 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3048 (register_objfile_data, set_objfile_data, objfile_data): New
3049 prototypes.
3050 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3051 prototypes.
3052 (allocate_objfile): Call objfile_alloc_data.
3053 (free_objfile): Call objfile_free_data.
3054 (struct objfile_data): New.
3055 (struct objfile_data_registration): New.
3056 (struct objfile_data_registry): New.
3057 (objfile_data_registry): New variable.
3058 (register_objfile_data): New function.
3059 (objfile_alloc_data, objfile_free_data): New functions.
3060 (set_objfile_data, objfile_data): New functions.
3061 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3062 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3063 (_initialize_dwarf2_frame): New function and prototype.
3064
3065 2003-08-21 Andrew Cagney <cagney@redhat.com>
3066
3067 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3068 a specific architecture.
3069 * arch-utils.h (set_architecture_from_arch_mach): Delete
3070 declaration.
3071 (target_architecture_hook): Delete declaration.
3072 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3073 (default_float_format): Assume GDB_MULTI_ARCH.
3074 (default_double_format): Assume GDB_MULTI_ARCH.
3075 (set_endian_from_file): Delete function.
3076 (arch_ok): Delete function.
3077 (set_arch): Delete function.
3078 (set_architecture_from_arch_mach): Delete function.
3079 (set_architecture_from_file): Delete function.
3080 (set_architecture): Assume GDB_MULTI_ARCH.
3081 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3082
3083 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3084
3085 Rewrite FreeBSD/sparc64 native configuration.
3086 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3087 * sparc64fbsd-nat.c: New file.
3088 * sparc64fbsd-tdep.c: New file.
3089 * sparc64-tdep.c sparc64-tdep.h: New files.
3090 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3091 sparc64fbsd-tdep.o): New dependencies.
3092 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3093 and sparc64fbsd-tdep.c.
3094 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3095 * config/sparc/fbsd.mh: Remove copyright notice.
3096 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3097 sparcbsd-nat.o.
3098 * config/sparc/fbsd.mt: Remove copyright notice.
3099 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3100 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3101 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3102 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3103 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3104 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3105 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3106 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3107 "sparc/tm-sp64.h".
3108 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3109 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3110
3111 2003-08-21 Michael Chastain <mec@shout.net>
3112
3113 * symtab.h: Add doco on the space critical structures and
3114 some measurements of space usage.
3115
3116 2003-08-21 Michael Snyder <msnyder@redhat.com>
3117
3118 * tracepoint.c (trace_dump_command): Trace break address
3119 is subject to DECR_PC_AFTER_BREAK.
3120 (set_traceframe_context): Make "trace_line" an int.
3121 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3122
3123 2003-08-20 Michael Snyder <msnyder@redhat.com>
3124
3125 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3126 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3127 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3128 argument passing.
3129 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3130 functions, replace sh_push_dummy_call.
3131 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3132
3133 2003-08-20 Michael Chastain <mec@shout.net>
3134
3135 * gdbtypes.h (struct main_type): Rearrange to save space.
3136
3137 2003-08-20 Michael Snyder <msnyder@redhat.com>
3138
3139 * trad-frame.c: Comment typo fix.
3140
3141 2003-08-20 Michael Snyder <msnyder@redhat.com>
3142 Kevin Buettner <kevinb@redhat.com>
3143
3144 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3145 (frv_frame_init_saved_regs): Add declaration.
3146 (frame_extra_info): Add new field ``saved_regs''.
3147 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3148 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3149 Update frame related code.
3150 (frv_extract_struct_value_address): Adjust formatting.
3151 * Makefile.in (frv-tdep.o): Update dependencies.
3152 * config/frv/tm-frv.h (target_insert_watchpoint)
3153 (target_remove_watchpoint, target_insert_hw_breakpoint)
3154 (target_remove_hw_breakpoint): Delete these macros.
3155 (remote_insert_watchpoint, remote_remove_watchpoint)
3156 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3157 these declarations.
3158
3159 2003-08-20 Michael Chastain <mec@shout.net>
3160
3161 * defs.h (ENUM_BITFIELD): New macro.
3162 * symtab.h (ENUM_BITFIELD): Use it.
3163 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3164
3165 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3166
3167 * MAINTAINERS (write after approval): Add myself.
3168
3169 2003-08-18 Andrew Cagney <cagney@redhat.com>
3170
3171 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3172 * gdbarch.h, gdbarch.c: Re-generate.
3173 * infcall.c (call_function_by_hand): Adjust the SP by
3174 frame_red_zone_size before allocating any stack space.
3175 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3176 * x86-64-tdep.c (x86_64_frame_align): New function.
3177 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3178
3179 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3180 Remove code adjusting SP so that it skips over the Red Zone.
3181
3182 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3183
3184 * NEWS (New native configurations): Mention FreeBSD/amd64.
3185
3186 2003-08-18 Andrew Cagney <cagney@redhat.com>
3187
3188 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3189 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3190 "m68k_frame_p".
3191 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3192
3193 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3194
3195 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3196
3197 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3198
3199 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3200 Define.
3201 * i386-linux-nat.c: Include "linux-nat.h".
3202 (child_post_startup_inferior): New function.
3203
3204 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3205
3206 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3207 at the start of a frameless function. This probably fixes PR
3208 backtrace/1338.
3209
3210 2003-08-17 Michael Chastain <mec@shout.net>
3211
3212 * symfile.c (find_sym_fns): Remove special case for apollo target.
3213
3214 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3215
3216 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3217 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3218 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3219 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3220 (linux_supports_tracevforkdone): New function.
3221 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3222 TRACEVFORKDONE.
3223 (child_follow_fork): Handle vfork.
3224 (linux_handle_extended_wait): Likewise. Also handle exec.
3225 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3226 * NEWS: Mention fork tracing.
3227
3228 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3229
3230 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3231
3232 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3233
3234 * Makefile.in (i386-linux-nat.o): Update dependencies.
3235 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3236 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3237 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3238 * i386-linux-nat.c: Include "linux-nat.h".
3239 (child_post_startup_inferior): New function.
3240 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3241 * infptrace.c (kill_inferior): Wrap in #ifdef.
3242 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3243 attaching to each LWP.
3244 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3245 (init_lin_lwp_ops): Fill in some more operations.
3246 * linux-nat.h (linux_enable_event_reporting)
3247 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3248 prototypes.
3249 * linux-nat.c (linux_enable_event_reporting): New function.
3250 (child_post_attach, linux_child_post_startup_inferior)
3251 (child_post_startup_inferior, child_follow_fork)
3252 (linux_handle_extended_wait, kill_inferior): New functions.
3253
3254 2003-08-16 Andrew Cagney <cagney@redhat.com>
3255
3256 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3257 * gdbarch.h, gdbarch.c: Re-generate.
3258
3259 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3260
3261 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3262
3263 2003-08-16 Andrew Cagney <cagney@redhat.com>
3264
3265 * NEWS: Mention that "set prompt-escape-char" was deleted.
3266 * top.c (get_prompt_1): Delete function.
3267 (gdb_prompt_escape):
3268 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3269 prompt-escape-char" command.
3270 (MAX_PROMPT_SIZE): Delete macro.
3271 (get_prompt): Simplify, do not call get_prompt_1.
3272
3273 2003-08-16 Andrew Cagney <cagney@redhat.com>
3274
3275 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3276 -Werror. -Wformat-nonliteral problems.
3277
3278 2003-08-15 J. Brobecker <brobecker@gnat.com>
3279
3280 Further multiarching work mostly for hppa64-*-hpux11:
3281 * hppa-tdep.h: New file.
3282 * hppa-tdep.c: #include hppa-tdep.c.
3283 (hppa32_num_regs): Renamed from hppa_num_regs.
3284 (hppa64_num_regs): New constant.
3285 (hppa64_call_dummy_breakpoint_offset): New constant.
3286 (hppa32_call_dummy_length): New constant.
3287 (hppa64_call_dummy_length): New constant.
3288 (hppa32_stack_align): Make name 32bit explicit.
3289 (hppa32_register_virtual_type): Likewise.
3290 (hppa32_extract_return_value): Likewise.
3291 (hppa32_use_struct_convention): Likewise.
3292 (hppa32_store_return_value): Likewise.
3293 (hppa64_register_virtual_type): New function.
3294 (hppa64_extract_return_value): New function.
3295 (hppa64_use_struct_convention): New function.
3296 (hppa64_store_return_value): New function.
3297 (hppa_frame_locals_address): Remove declaration, function does
3298 not exist anymore.
3299 (hppa_register_byte): Add support for PA64 ABI.
3300 (hppa_gdbarch_init): Add support for PA64 ABI.
3301 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3302 Make name 32bit explicit.
3303 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3304 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3305 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3306 (hppa64_hpux_frame_base_before_sigtramp): New function.
3307 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3308 * config/pa/tm-hppa64.h: Remove macros that are no longer
3309 necessary now that the gdbarch vector is properly setup.
3310 Transform some macros into function calls. Some minor cleanup.
3311 * config/pa/tm-hppah.h: Update function calls in macros
3312 following the function renaming in hppa-hpux-tdep.c.
3313 * Makefile.in (hppa_tdep_h): New variable.
3314 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3315
3316 2003-08-14 Michael Snyder <msnyder@redhat.com>
3317
3318 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3319
3320 2003-08-13 J. Brobecker <brobecker@gnat.com>
3321
3322 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3323 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3324 routine.
3325
3326 2003-08-13 Michael Snyder <msnyder@redhat.com>
3327
3328 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3329 (frv_saved_pc_after_call): Use deprecated ftype.
3330 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3331 (frv_remote_translate_xfer_address): Remove.
3332 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3333
3334 2003-08-13 J. Brobecker <brobecker@gnat.com>
3335
3336 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3337 initialization after the common gdbarch initialization, not before.
3338
3339 2003-08-13 J. Brobecker <brobecker@gnat.com>
3340
3341 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3342 (ADDR_BITS_REMOVE): Remove, redundant.
3343
3344 2003-08-13 J. Brobecker <brobecker@gnat.com>
3345
3346 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3347 gdbarch method to clear the 2 low bits of text addresses.
3348
3349 2003-08-12 Andrew Cagney <cagney@redhat.com>
3350
3351 * Makefile.in (dsrec.o): Update dependencies.
3352 * dsrec.c: Include "gdb_assert.h".
3353 (make_srec): Use snprintf instead of sprintf, use a literal format
3354 string.
3355
3356 2003-08-12 Andrew Cagney <cagney@redhat.com>
3357
3358 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3359 FRAME_OBSTACK_ZALLOC.
3360
3361 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3362
3363 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3364 SSE registers.
3365
3366 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3367
3368 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3369 amd64fbsd_sc_reg_offset): Add extern declarations.
3370 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3371 declarations.
3372
3373 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3374
3375 * MAINTAINERS (write after approval): Update my mail address.
3376
3377 2003-08-10 Andrew Cagney <cagney@redhat.com>
3378
3379 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3380
3381 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3382
3383 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3384 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3385 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3386 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3387 i386bsd_sc_reg_offset): Add extern declarations.
3388 * i386obsd-nat.c: Include "i386-tdep.h"
3389 (_initialize_i386obsd_nat): Remove extern declarations.
3390 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3391 declarations.
3392 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3393 declarations.
3394
3395 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3396 instead of frame_read_register.
3397 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3398 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3399 SP_REGNUM.
3400 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3401 instead of frame_unwind_unsigned_register. Use
3402 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3403 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3404 instead of read_register. Use builtin_type_void_data_ptr instead
3405 of builtin_type_void_func_ptr when extracting the address of the
3406 jmp_buf.
3407 (i386_extract_return_value, i386_store_return_value,
3408 i386_pseudo_register_read, i386_pseudo_register_write): Use
3409 register_size instead REGISTER_RAW_SIZE.
3410
3411 2003-08-10 Andrew Cagney <cagney@redhat.com>
3412
3413 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3414 sprintf. Make "name" constant.
3415
3416 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3417
3418 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3419 instead of frame_read_register.
3420 (i387_print_float_info): Use get_frame_register and
3421 get_frame_register_unsigned instead of frame_register_read.
3422
3423 * i386fbsd-nat.c: Include "i386-tdep.h".
3424 (child_resume): Make `eflags' an ULONGEST. Use
3425 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3426 instead of register_read and register_write.
3427
3428 * i386bsd-nat.c (fetch_inferior_registers,
3429 store_inferior_registers): Don't use && at the end of a line.
3430 (_initialize_i386bsd_nat): Fix typo.
3431
3432 * frame.c (_initialize_frame): Add missing backslash.
3433
3434 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3435 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3436 and supply_register instead of manipulating the register buffer
3437 directly.
3438
3439 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3440 * config/i386/nm-i386sol2.h
3441 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3442
3443 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3444 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3445 instructions that GCC likes to mingle into the prologue. Fixes
3446 gdb/1253 and gdb/1255.
3447
3448 2003-08-09 Andrew Cagney <cagney@redhat.com>
3449
3450 Fix GDB PR cli/926.
3451 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3452 * command.h (add_setshow_uinteger_cmd): Declare.
3453 * frame.c (set_backtrace_cmd): New function.
3454 (show_backtrace_cmd): New function.
3455 * frame.c (_initialize_frame): Replace "set/show
3456 backtrace-below-main" with "set/show backtrace past-main". Add
3457 command "set/show backtrace limit".
3458 (backtrace_past_main): Rename "backtrace_below_main".
3459 (backtrace_limit): New variable.
3460 (get_prev_frame): Update. Check the backtrace_limit.
3461
3462 2003-08-09 Andrew Cagney <cagney@redhat.com>
3463
3464 * defs.h (xstrprintf): Declare.
3465 * utils.c (xstrprintf): New function.
3466 * breakpoint.c (insert_breakpoints): Replace sprintf and
3467 non-literal format strings, with xstrprintf and cleanups.
3468 (delete_breakpoint,breakpoint_re_set): Ditto.
3469 (commands_command, insert_breakpoints): Ditto.
3470 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3471 (break_at_finish_command_1): Ditto.
3472
3473 2003-08-09 Andrew Cagney <cagney@redhat.com>
3474
3475 * MAINTAINERS (language support): List Adam Fedor as Objective C
3476 maintainer.
3477
3478 2003-08-08 J. Brobecker <brobecker@gnat.com>
3479
3480 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3481 are now multiarched.
3482
3483 2003-08-08 J. Brobecker <brobecker@gnat.com>
3484
3485 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3486 longer necessary now that hppa64 is partially multiarch'ed.
3487
3488 2003-08-08 Andrew Cagney <cagney@redhat.com>
3489
3490 * interps.c (interp_set): Check for a NULL "old_interp".
3491
3492 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3493
3494 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3495 (install-only): Support DESTDIR.
3496 (uninstall): Likewise.
3497 (install-gdbtk): Likewise.
3498
3499 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3500
3501 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3502 contains something meaningful at all times.
3503
3504 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3505
3506 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3507
3508 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3509
3510 * MAINTAINERS (write after approval): Added self.
3511
3512 2003-08-07 Andrew Cagney <cagney@redhat.com>
3513
3514 * inferior.h (AT_SYMBOL): Define.
3515 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3516 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3517 * mips-tdep.c (mips_call_dummy_address): Delete function.
3518 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3519 set call_dummy_address.
3520
3521 2003-08-07 Andrew Cagney <cagney@redhat.com>
3522
3523 * language.c (op_error): Delete function.
3524 (binop_type_check): Delete function.
3525 * language.h (type_op_error, range_op_error): Delete macros.
3526 (op_error): Delete declaration.
3527
3528 2003-08-07 Andrew Cagney <cagney@redhat.com>
3529
3530 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3531
3532 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3533
3534 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3535 (x86_64_push_arguments): Skip the red zone.
3536
3537 2003-08-05 Andrew Cagney <cagney@redhat.com>
3538
3539 * reggroups.c (reggroup_next): Check for the final entry.
3540
3541 2003-08-04 Andrew Cagney <cagney@redhat.com>
3542
3543 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3544 * cli/cli-script.c (define_command): Call query directly, instead
3545 of passing it a buffer.
3546 * ocd.c (ocd_error): Pass error a constant format string.
3547 * remote-mips.c (mips_error): Use fputs_filtered.
3548
3549 * solib-svr4.c (_initialize_svr4_solib): Update
3550 register_gdbarch_data call.
3551 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3552
3553 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3554 (register_gdbarch_data): Delete "free" parameter. Update
3555 comments.
3556 * gdbarch.h, gdbarch.c: Re-generate.
3557 * reggroups.c (_initialize_reggroup): Update.
3558 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3559 * frame-base.c (_initialize_frame_base): Update.
3560 * frame-unwind.c (_initialize_frame_unwind): Update.
3561 * user-regs.c (_initialize_user_regs): Update.
3562 * remote.c (_initialize_remote): Update.
3563 * regcache.c (_initialize_regcache): Update.
3564
3565 * regcache.c (xfree_regcache_descr): Delete function.
3566 (_initialize_regcache): Update call to register_gdbarch_data.
3567 (init_regcache_descr, init_legacy_regcache_descr): Use
3568 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3569
3570 * remote.c (free_remote_state): Delete function.
3571 (_initialize_remote): Update register_gdbarch_data.
3572 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3573 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3574
3575 2003-08-04 Andrew Cagney <cagney@redhat.com>
3576
3577 * reggroups.c (struct reggroup_el): Define.
3578 (struct reggroups): Delete field "nr_group". Replace array
3579 "group" with a "first" to "last" linked list.
3580 (reggroups_init): Update. Allocate using gdbarch's obstack.
3581 (reggroups_free): Delete function.
3582 (add_group): Update. Add "el" parameter.
3583 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3584 (default_groups): Update.
3585 (reggroup_next): Replace reggroups.
3586 (reggroups_dump): Update.
3587 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3588 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3589 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3590
3591 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3592
3593 * Makefile.in (tui-interp.o): Update dependencies.
3594
3595 2003-08-04 David Carlton <carlton@kealia.com>
3596
3597 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3598 to internal_error call.
3599 * source.c (forward_search_command): Add "%s" format argument.
3600 (reverse_search_command): Ditto.
3601 * top.c (quit_confirm): Ditto.
3602 * cli/cli-setshow.c (do_setshow_command): Ditto.
3603 * cp-valprint.c (cp_print_class_method): Replace
3604 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3605 (cp_print_class_member): Ditto.
3606 * event-top.c (command_line_handler): Ditto.
3607 * linux-proc.c (linux_info_proc_cmd): Ditto.
3608 * p-typeprint.c (pascal_type_print_base): Ditto.
3609 * p-valprint.c (pascal_object_print_class_method): Ditto.
3610 (pascal_object_print_class_member): Ditto.
3611 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3612 * remote.c (remote_cisco_section_offsets): Ditto.
3613 * top.c (command_line_input): Ditto.
3614 * utils.c (vwarning,error_stream,quit): Ditto.
3615 * valprint.c (print_floating,print_binary_chars)
3616 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3617
3618 2003-08-04 Andrew Cagney <cagney@redhat.com>
3619
3620 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3621
3622 2003-08-02 Andrew Cagney <cagney@redhat.com>
3623
3624 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3625 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3626 amd64fbsd-nat.c.
3627
3628 2003-08-02 Andrew Cagney <cagney@redhat.com>
3629
3630 * Makefile.in: Update all dependencies and definitions.
3631
3632 2003-08-02 Adam Fedor <fedor@gnu.org>
3633
3634 * linespec.c (is_objc_method_format): New function
3635 (decode_line_1, locate_first_half): Use it.
3636 Fixes PR objc/1298
3637
3638 2003-08-01 Andrew Cagney <cagney@redhat.com>
3639
3640 * NEWS: Mention that m32r is multi-arch.
3641 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3642 * configure.tgt: Recognize m32r-*-*.
3643 * config/m32r/tm-m32r.h: Delete file.
3644 * config/m32r/m32r.mt: New file.
3645 * m32r-rom.c (m32r_upload_command): Use hostent only when
3646 gethostname succeeds, in order to avoid a compilation
3647 warning.
3648 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3649 compiler warning.
3650
3651 2003-08-01 Michael Snyder <msnyder@redhat.com>
3652
3653 * sh-tdep.c (sh_frame_align): New gdbarch method.
3654 (sh_gdbarch_init): Set up frame_align method.
3655
3656 2003-07-31 Michael Snyder <msnyder@redhat.com>
3657
3658 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3659 which is already covered by the new frames infrastructure.
3660
3661 2003-07-31 Andrew Cagney <cagney@redhat.com>
3662
3663 * user-regs.c (struct user_reg): Add "next" link.
3664 (struct user_regs): Replace "user" with "first" and "last" links.
3665 (append_user_reg): Add pre-allocated "reg" parameter.
3666 (builtin_user_regs): Provide initial value for "last".
3667 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3668 (user_regs_init): Allocate memory from the gdbarch obstack.
3669 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3670 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3671 linked list.
3672 (usernum_to_user_reg): New function.
3673 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3674 (value_of_user_reg): Use usernum_to_user_reg.
3675 (user_regs_free): Delete function.
3676 (_initialize_user_regs): Update register_gdbarch_data call.
3677
3678 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3679
3680 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3681
3682 2003-07-30 Michael Snyder <msnyder@redhat.com>
3683
3684 * value.h (value_being_returned): Add a struct_addr argument.
3685 * infcall.c (call_function_by_hand): Pass struct_addr to
3686 value_being_returned.
3687 * infcmd.c (print_return_value): Pass zero as struct_addr.
3688 * values.c (value_being_returned): If struct_addr is passed,
3689 use it instead of trying to recover it from the inferior.
3690
3691 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3692
3693 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3694 the prologue analyzer won't need to attempt to extract the pc
3695 value from the woefully incomplete dummy frame.
3696 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3697 possible. Disable code which modifies the frame.
3698
3699 2003-07-28 Andrew Cagney <cagney@redhat.com>
3700
3701 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3702 to level 2.
3703 (annotate_breakpoints_table, annotate_record): Ditto.
3704 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3705 (annotate_field_name_end, annotate_field_value): Ditto.
3706 (annotate_field_end, annotate_frame_source_begin): Ditto.
3707 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3708 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3709 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3710 (annotate_frame_address_end, annotate_frame_address): Ditto.
3711 (annotate_frame_args, annotate_frame_end): Ditto.
3712 (annotate_frame_where, annotate_arg_begin): Ditto.
3713 (annotate_arg_name_end, annotate_arg_value): Ditto.
3714 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3715 (annotate_function_call, annotate_signal_name): Ditto.
3716 (annotate_signal_string, annotate_signal_name_end): Ditto.
3717 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3718 (annotate_value_begin, annotate_value_history_value): Ditto.
3719 (annotate_value_history_end, annotate_value_end): Ditto.
3720 (annotate_display_begin, annotate_display_number_end): Ditto.
3721 (annotate_display_format, annotate_display_expression): Ditto.
3722 (annotate_display_expression_end, annotate_display_value): Ditto.
3723 (annotate_display_end, annotate_array_section_begin): Ditto.
3724 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3725 (annotate_elt, annotate_array_section_end): Ditto.
3726
3727 2003-07-28 Andrew Cagney <cagney@redhat.com>
3728
3729 * regcache.c (struct regcache_descr): Update comments on
3730 nr_raw_registers.
3731 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3732 sizeof_raw_register_valid_p.
3733 (init_regcache_descr): Set nr_raw_registers and
3734 sizeof_raw_register_valid_p before calling
3735 init_legacy_regcache_descr.
3736
3737 2003-07-28 Andrew Cagney <cagney@redhat.com>
3738
3739 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3740 MOD NUM_REGS.
3741
3742 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3743
3744 * thread.c (info_threads_command): Use get_selected_frame ().
3745 Check that there is at least one non-sentinel frame.
3746
3747 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3748
3749 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3750 (m68hc11_pop_frame): Remove.
3751 (m68hc11_frame_saved_pc): Remove.
3752 (m68hc11_frame_chain): Remove.
3753 (m68hc11_frame_init_saved_regs): Remove.
3754 (m68hc11_init_extra_frame_info): Remove.
3755 (m68hc11_store_struct_return): Remove.
3756 (m68hc11_saved_pc_after_call): Remove.
3757
3758 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3759
3760 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3761 frame unwind information.
3762 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3763 and adapted for frame unwinding.
3764 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3765 (m68hc11_unwind_pc): New function.
3766 (m68hc11_frame_unwind_cache): New function to analyze frames.
3767 (m68hc11_frame_this_id): New function to create new frame struct.
3768 (m68hc11_frame_prev_register): New function to unwind a register from
3769 the frame.
3770 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3771 (m68hc11_frame_p): New function for the above.
3772 (m68hc11_frame_base_address): New function to return fp of frame.
3773 (m68hc11_frame_args_address): Update for frame.
3774 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3775 (m68hc11_unwind_sp): New function.
3776 (m68hc11_unwind_dummy_id): New function.
3777 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3778 calls.
3779
3780 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3781
3782 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3783 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3784 when we are beyond the current pc.
3785
3786 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3787
3788 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3789 from m68hc11_push_arguments.
3790 (m68hc11_push_arguments): Remove.
3791 (m68hc11_push_return_address): Remove.
3792 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3793 handlers; remove deprecated_extra_stack_alignment_needed.
3794
3795 2003-07-27 Andrew Cagney <cagney@redhat.com>
3796
3797 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3798 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3799 REAL_PC and not the pointer.
3800 * hppa-hpux-tdep.c: Include frame.h
3801
3802 2003-07-27 Andrew Cagney <cagney@redhat.com>
3803
3804 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3805 GDB_MULTI_ACH_PARTIAL.
3806
3807 2003-07-27 Andrew Cagney <cagney@redhat.com>
3808
3809 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3810 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3811 operator at start and not end of line.
3812 (decode_prologue): Ditto.
3813 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3814 frame_unwind_register_unsigned instead of
3815 frame_unwind_unsigned_register.
3816 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3817 read_register.
3818 (m32r_push_dummy_call): Use register_size instead of
3819 REGISTER_RAW_SIZE.
3820 (m32r_frame_sniffer): Replace m32r_frame_p.
3821 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3822 * m32r-rom.c (report_transfer_performance): Delete extern
3823 declaration.
3824 (m32r_load, m32r_upload_command): Use print_transfer_performance
3825 instead of report_transfer_performance.
3826 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3827 / add_show_from_set.
3828
3829 2003-07-26 Andrew Cagney <cagney@redhat.com>
3830
3831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3832 store_return_value and extract_struct_value_address.
3833
3834 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3835
3836 PR c++/1267
3837 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3838 NULL, default to the section containing PC.
3839
3840 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3841
3842 * NEWS: Mention "regs" deprecated for m68hc11 too.
3843
3844 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3845 (m68hc11_print_register): New function to print out one register.
3846 (m68hc11_print_registers_info): New function to print registers.
3847 (show_regs): Deprecate and use the above.
3848 (m68hc11_gdbarch_init): Install the print_registers_info.
3849
3850 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3851
3852 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3853 that we have a SIGTRAP before returning non-zero.
3854
3855 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3856 Elena Zannoni <ezannoni@redhat.com>
3857
3858 * linespec.c (decode_line_2): Avoid crash if
3859 find_function_start_sal() returns empty record.
3860
3861 2003-07-23 Andreas Schwab <schwab@suse.de>
3862
3863 * ia64-tdep.c (ia64_print_insn): New function.
3864 (ia64_gdbarch_init): Set print_insn to it.
3865 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3866 deprecated_tm_print_insn_info.
3867
3868 2003-07-22 Michael Snyder <msnyder@redhat.com>
3869
3870 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3871 handle 8-bit returns (long long).
3872 (h8300h_extract_return_value): Ditto.
3873 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3874
3875 2003-07-22 Andrew Cagney <cagney@redhat.com>
3876
3877 * gdbarch.c Include "gdb_obstack.h".
3878 (struct gdbarch): Add an "obstack".
3879 (alloc_gdbarch_data): Allocate the gdbarch data using
3880 GDBARCH_OBSTACK_CALLOC.
3881 (free_gdbarch_data): Delete function.
3882 (gdbarch_obstack_zalloc): New function.
3883 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3884 Assert that the architecture is not initialized.
3885 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3886 vector from the obstack.
3887 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3888 architecture obstack.
3889 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3890 (set_gdbarch_data): Assert that the data is not initialized.
3891 (struct gdbarch_data): Delete member "free".
3892 (register_gdbarch_data): Do not initialize "free".
3893 * gdbarch.h, gdbarch.c: Re-generate.
3894
3895 2003-07-22 Andrew Cagney <cagney@redhat.com>
3896
3897 * configure.in (build_warnings): Add -Wformat-nonliteral.
3898 * configure: Re-generate.
3899
3900 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3901
3902 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3903
3904 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3905
3906 * findvar.c (read_var_value): Remove case for thread local storage
3907 variables. It is now entirely handled by the dwarf2 location
3908 expression code.
3909 * printcmd.c (address_info): Ditto.
3910 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3911 enumeration value.
3912 (struct symbol): Remove objfile field, which was used by
3913 LOC_THREAD_LOCAL_STATIC only.
3914 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3915 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3916 usage of objfile pointer.
3917 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3918 thread local variables.
3919 Add include of objfiles.h.
3920 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3921 storage variables.
3922 * Makefile.in (dwarf2loc.o): Update dependencies.
3923
3924 2003-07-22 Andrew Cagney <cagney@redhat.com>
3925
3926 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3927 get_frame_base.
3928 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3929 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3930 (struct value): Add opaque declaration.
3931 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3932
3933 2003-07-21 Andrew Cagney <cagney@redhat.com>
3934
3935 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3936 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3937
3938 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3939
3940 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3941 regcache_cooked_read_unsigned instead of read_register.
3942 (m68hc11_saved_pc_after_call): Likewise.
3943 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3944 instead of write_register.
3945 (m68hc11_register_type): New function.
3946 (m68hc11_register_virtual_type): Remove.
3947 (m68hc11_store_return_value): Convert to use the regcache.
3948 (m68hc11_extract_struct_value_address): Likewise.
3949 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3950 m68hc11_register_type; undeprecate store_return_value and
3951 extract_struct_value_address.
3952
3953 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3954
3955 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3956 and translate to use regcache.
3957 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3958
3959 2003-07-18 Andrew Cagney <cagney@redhat.com>
3960
3961 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3962 * gdbarch.h, gdbarch.c: Re-generate.
3963 * i386-tdep.c (i386_gdbarch_init): Do not set
3964 DWARF2_BUILD_FRAME_INFO.
3965 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3966 unconditionally.
3967 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3968 DWARF2_BUILD_FRAME_INFO.
3969
3970 2003-07-18 Andrew Cagney <cagney@redhat.com>
3971
3972 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3973 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3974
3975 2003-07-18 Andrew Cagney <cagney@redhat.com>
3976
3977 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3978 frame_unwind_address_in_block, instead of frame_pc_unwind.
3979 (dwarf2_frame_cache): Ditto.
3980
3981 2003-07-18 Andrew Cagney <cagney@redhat.com>
3982
3983 * user-regs.h (struct gdbarch): Declare opaque.
3984 * ui-out.h (struct ui_file): Declare opaque.
3985 * dwarf2-frame.h (struct frame_info): Declare opaque.
3986
3987 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3988
3989 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3990 #include "...".
3991 (procfs_meminfo): Change strerror to safe_strerror.
3992 (procfs_can_run): Remove K&R badness.
3993
3994 2003-07-17 Michael Snyder <msnyder@redhat.com>
3995
3996 * remote-sim.c: Comment typo fix.
3997
3998 2003-07-17 Andrew Cagney <cagney@redhat.com>
3999
4000 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4001 configure.
4002 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4003 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4004 GDB_MULTI_ARCH_PARTIAL.
4005
4006 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4007
4008 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4009 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4010 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4011
4012 2003-07-16 Theodore A. Roth <troth@openavr.org>
4013
4014 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4015 found.
4016 (avr_frame_unwind_cache): Don't unwind FP for main.
4017 Update a comment.
4018 Save the computed prev_sp.
4019 (avr_saved_regs_unwinder): Remove function.
4020 (avr_frame_prev_register): Use PC unwind logic from
4021 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4022
4023 2003-07-16 Andrew Cagney <cagney@redhat.com>
4024
4025 * frame-base.h (frame_base_p_ftype): Delete definition.
4026 (frame_base_append_predicate): Delete declaration.
4027 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4028 (frame_unwind_append_predicate): Delete declaration.
4029 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4030 (append_predicate): Delete parameter "p".
4031 (frame_unwind_append_predicate): Delete function.
4032 (frame_unwind_append_sniffer): Update call to append_predicate.
4033 (frame_unwind_free): Delete function.
4034 (_initialize_frame_unwind): Pass NULL as "free" to
4035 register_gdbarch_data.
4036 (frame_unwind_init): Append the dummy_frame_sniffer.
4037 (frame_unwind_find_by_frame): Simplify.
4038 * frame-base.c (struct frame_base_table): Delete field "p".
4039 (append_predicate): Delete parameter "p".
4040 (frame_base_append_predicate): Delete function.
4041 (frame_base_append_sniffer): Update call to append_predicate.
4042 (frame_base_free): Delete function.
4043 (frame_base_find_by_frame): Simplify.
4044 (_initialize_frame_base): Pass NULL as "free" to
4045 register_gdbarch_data.
4046 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4047 (x86_64_sigtramp_frame_sniffer): Replace
4048 "x86_64_sigtramp_frame_p".
4049 (x86_64_init_abi): Set the frame unwind sniffers.
4050 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4051 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4052 (m68k_gdbarch_init): Set the frame unwind sniffers.
4053 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4054 "i386_sigtramp_frame_p".
4055 (i386_frame_sniffer): Replace "i386_frame_p".
4056 (i386_gdbarch_init): Set the frame unwind sniffers.
4057 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4058 (avr_gdbarch_init): Set the frame unwind sniffers.
4059 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4060 "alpha_sigtramp_frame_p"
4061 (alpha_heuristic_frame_sniffer): Replace
4062 "alpha_heuristic_frame_p".
4063 (alpha_gdbarch_init): Set the frame unwind sniffers.
4064 (alpha_dwarf2_init_abi): Ditto.
4065 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4066 "alpha_debug_frame_p".
4067 (alpha_mdebug_frame_base_sniffer): Replace
4068 "alpha_mdebug_frame_base_p".
4069 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4070 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4071 (d10v_gdbarch_init): Set the frame unwind sniffer.
4072 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4073 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4074 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4075 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4076 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4077 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4078
4079 2003-07-16 Michael Snyder <msnyder@redhat.com>
4080
4081 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4082 should go thru sh_dsp_register_sim_regno, else the dsp regs
4083 will not get the right values.
4084
4085 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4086
4087 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4088 deprecated_store_floating by call to store_typed_floating.
4089 (sh_sh4_register_convert_to_raw): Substitute call to
4090 deprecated_extract_floating by call to extract_typed_floating.
4091
4092 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4093
4094 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4095
4096 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4097
4098 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4099 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4100 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4101 as possible.
4102 (do_pseudo_register): Remove.
4103 (sh_push_dummy_code): New function.
4104 (sh64_store_struct_return): Rename from sh_store_struct_return.
4105 Only called for sh64 now.
4106 (sh_extract_struct_value_address): Regcache'ify.
4107 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4108 and accomodate new tasks.
4109 (sh64_push_return_address): Rename from sh_push_return_address.
4110 Only called for sh64 now.
4111 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4112 Regcache'ify.
4113 (sh3e_sh4_extract_return_value): Regcache'ify.
4114 (sh_default_store_return_value): Ditto.
4115 (sh3e_sh4_store_return_value): Ditto.
4116 (sh_default_register_byte): Remove.
4117 (sh_sh4_register_byte): Remove.
4118 (sh_default_register_raw_size): Remove.
4119 (sh_sh4_register_raw_size): Remove.
4120 (sh_register_virtual_size): Remove.
4121 (sh_sh3e_register_virtual_type): Remove.
4122 (sh_sh3e_register_type): New function.
4123 (sh_sh4_register_virtual_type): Remove.
4124 (sh_sh4_register_type): New function.
4125 (sh_default_register_virtual_type): Remove.
4126 (sh_default_register_type): New function.
4127 (do_fv_register_info): Add parameters to accomodate call from
4128 sh_print_registers_info.
4129 (do_dr_register_info): Ditto.
4130 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4131 Add parameters to accomodate call from sh_print_registers_info.
4132 (sh_do_fp_register): Ditto.
4133 (sh64_do_pseudo_register): Call do_dr_register_info,
4134 do_fv_register_info and sh_do_fp_register with default parameters.
4135 (sh_do_register): Add parameters to accomodate call from
4136 sh_print_registers_info.
4137 (sh_print_register): Ditto.
4138 (sh_print_registers_info): Rename from sh_do_registers_info.
4139 Add parameters to be used as gdbarch_print_registers_info
4140 implementation. Accomodate removed do_pseudo_register function
4141 pointer.
4142 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4143 function pointer. Call sh_print_register with default parameters.
4144 (sh64_do_registers_info): Call sh_print_registers_info instead of
4145 sh_do_registers_info.
4146 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4147 detection of deprecated vs. non-deprecated functionality.
4148 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4149 function pointer assignments by direct function calls.
4150
4151 2003-07-15 Andrew Cagney <cagney@redhat.com>
4152
4153 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4154 (frame_register_unwind, create_new_frame): Ditto.
4155 (legacy_get_prev_frame, get_frame_type): Ditto.
4156 (get_frame_base_address): Use frame_base_find_by_frame.
4157 (get_frame_locals_address): Use frame_base_find_by_frame.
4158 (get_frame_args_address): Use frame_base_find_by_frame.
4159 * frame-base.h (frame_base_sniffer_ftype): Declare.
4160 (frame_base_append_sniffer): Declare.
4161 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4162 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4163 (frame_base_append_sniffer): New function.
4164 (frame_base_append_predicate): Add a NULL sniffer.
4165 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4166 (struct frame_base_table): Add "sniffer".
4167 (frame_base_free): Free the "sniffer" table.
4168 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4169 (frame_unwind_append_sniffer): Declare.
4170 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4171 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4172 (struct frame_unwind_table): Add "sniffer", delete "middle".
4173 (append_predicate): Add "sniffer" parameter, append the sniffer.
4174 (frame_unwind_init): Update append_predicate call.
4175 (frame_unwind_append_sniffer): New function.
4176 (frame_unwind_append_predicate): Update append_predicate call.
4177 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4178
4179 2003-07-15 Andrew Cagney <cagney@redhat.com>
4180
4181 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4182 before code inhibiting repeated unwind attempts. Add to
4183 commentary on that test's problems.
4184 * blockframe.c (inside_main_func): Look for "main" in the minimal
4185 symbol table.
4186 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4187 identical.
4188
4189 2003-07-15 Andrew Cagney <cagney@redhat.com>
4190
4191 * complaints.c (struct explanation): Define.
4192 (struct complaints): Change type of "explanation" to "struct
4193 explanation".
4194 (symfile_explanations): Convert to a "struct explanation" table.
4195 (vcomplaint): Update.
4196
4197 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4198
4199 * x86-64-linux-nat.c (regmap): Removed.
4200 (supply_gregset, fill_gregset): Call
4201 x86_64_linux_(fill,supply)_gregset functions.
4202 * x86-64-linux-tdep.c (USER_*): New defines.
4203 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4204 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4205 New functions.
4206 (fetch_core_registers): Ditto.
4207 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4208 * x86-64-linux-tdep.h: New file.
4209 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4210 and core-regset.o.
4211 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4212
4213 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4214
4215 * x86-64-tdep.c (x86_64_store_return_value): Use
4216 regcache_cooked_write_part instead of regcache_cooked_write.
4217
4218 * configure.host: Add x86_64-*-freebsd*.
4219 * configure.tgt: Add x86_64-*-freebsd*.
4220 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4221 * amd64fbsd-nat.c: New file.
4222 * amd64fbsd-tdep.c: New file.
4223 * config/i386/nm-fbsd64.h: New file.
4224 * config/i386/fbsd64.mh: New file.
4225 * config/i386/fbsd64.mt: New file.
4226
4227 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4228
4229 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4230 `sc_regs_offset' and `sc_fpregs_offset'.
4231 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4232 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4233 (alpha_sigtramp_register_address): Rewrite to use new members of
4234 `struct gdbarch_tdep'.
4235 (alpha_gdbarch_init): Initialize new members of struct
4236 gdbarch_tdep'.
4237 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4238 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4239 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4240 (alphafbsd_pc_in_sigtramp): Implement.
4241 (alphafbsd_sigtramp_offset): New function.
4242 (alphafbsd_sigcontext_addr): New function.
4243 (alphafbsd_init_abi): Initialize signal trampoline related members
4244 of `struct gdbarch_tdep'.
4245 (_initialize_alphafbsd_tdep): Add prototype.
4246
4247 2003-07-11 Theodore A. Roth <troth@openavr.org>
4248
4249 * Makefile.in (install-only): Quote sed expression when generating
4250 transformed_name.
4251
4252 2003-07-11 Richard Henderson <rth@redhat.com>
4253
4254 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4255 * dwarf2-frame.c: Include complaints.h.
4256 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4257 variable initialization; return NULL on error.
4258 (decode_frame_entry): New.
4259
4260 2003-07-11 Andrew Cagney <cagney@redhat.com>
4261
4262 * frame.h (frame_address_in_block): Delete declaration.
4263 * blockframe.c (frame_address_in_block): Delete function.
4264 (get_frame_block): Use get_frame_address_in_block.
4265 (block_innermost_frame): Ditto.
4266 * stack.c (print_frame, backtrace_command_1): Ditto.
4267
4268 * frame.h (get_frame_address_in_block): Declare.
4269 (frame_unwind_address_in_block): Declare.
4270 * frame.c (frame_unwind_address_in_block): New function.
4271 (get_frame_address_in_block): New function.
4272
4273 2003-07-10 Andrew Cagney <cagney@redhat.com>
4274
4275 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4276 pre-default. Note: re-generate has no effect.
4277
4278 2003-07-10 Andrew Cagney <cagney@redhat.com>
4279
4280 * gdbarch.sh: When a variable, but not a function, compare against
4281 0. Fix problem in previous patch.
4282 * gdbarch.c: Re-generate.
4283
4284 2003-07-10 Andrew Cagney <cagney@redhat.com>
4285
4286 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4287 functions against NULL, not 0.
4288 * gdbarch.c: Re-generate.
4289
4290 2003-07-10 Fred Fish <fnf@ninemoons.com>
4291
4292 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4293 null string instead of a null pointer.
4294 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4295
4296 2003-07-09 Michael Snyder <msnyder@redhat.com>
4297
4298 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4299
4300 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4301
4302 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4303 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4304 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4305 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4306 * x86-64-tdep.c: ... from here.
4307
4308 2003-07-09 Andreas Schwab <schwab@suse.de>
4309
4310 * m68k-tdep.h (enum struct_return): Define.
4311 (struct gdbarch_tdep): Add struct_return.
4312 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4313 bytes are padded to the right, not to the left. Pass struct value
4314 address in register %a1, not on stack.
4315 (m68k_use_struct_convention): New function.
4316 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4317 struct_return in tdep to pcc_struct_return.
4318 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4319 reg_struct_return.
4320
4321 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4322
4323 * somread.c (som_symfile_offsets): Fix compilation error.
4324
4325 2003-07-09 Andrew Cagney <cagney@redhat.com>
4326
4327 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4328 Add comments about the checks.
4329
4330 2003-07-08 Andrew Cagney <cagney@redhat.com>
4331
4332 * Makefile.in: Make dependency section headers consistent.
4333 (config_h): Move to $BUILD headers section.
4334 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4335 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4336 (ada-exp.tab.c): Move to YACC/LEX section.
4337 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4338 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4339
4340 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4341
4342 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4343 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4344 of strerror with safe_strerror, use ISO C function definitions,
4345 and replace instances of sprintf with snprintf.
4346
4347 2003-07-07 Andrew Cagney <cagney@redhat.com>
4348
4349 * frame.c (get_prev_frame): Enable check for identical frames.
4350 Update comments. Update error messages.
4351
4352 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4353
4354 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4355
4356 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4357
4358 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4359 sort_symtab_syms, no longer necessary.
4360
4361 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4362
4363 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4364
4365 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4366
4367 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4368 (mips_register_byte): Likewise.
4369
4370 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4371
4372 * Makefile.in (sparc_tdep_h): New.
4373 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4374 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4375 * sparc-linux-nat.c: Include "sparc-tdep.h".
4376 * sparc-nat.c: Likewise.
4377 * sparc-tdep.c: Likewise.
4378 * sparc64nbsd-nat.c: Likewise.
4379 * sparcnbsd-nat.c: Likewise.
4380 * sparcnbsd-tdep.c: Likewise.
4381 * sparc-tdep.h: New file.
4382 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4383 and sparc_npc_regnum.
4384
4385 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4386
4387 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4388 (mips_linux_cannot_store_register): List supported instead of
4389 unsupported registers.
4390
4391 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4392
4393 * disasm.c (dump_insns): Separate instructions from addresses.
4394
4395 2003-07-07 Andreas Schwab <schwab@suse.de>
4396
4397 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4398 dependencies.
4399 * m68k-tdep.c (NUM_FREGS): Delete.
4400 (SIG_PC_FP_OFFSET): Delete.
4401 (TARGET_M68K): Delete.
4402 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4403 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4404 P_MOVEL_SP, P_MOVEML_SP): Define.
4405 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4406 P_TRAP): Delete.
4407 (m68k_register_raw_size): Delete.
4408 (m68k_register_virtual_size): Delete.
4409 (m68k_register_type): Renamed from m68k_register_virtual_type and
4410 add gdbarch argument.
4411 (m68k_store_struct_return): Delete.
4412 (m68k_deprecated_extract_return_value): Delete.
4413 (m68k_deprecated_extract_struct_value_address): Delete.
4414 (m68k_frame_chain): Delete.
4415 (m68k_frame_saved_pc): Delete.
4416 (m68k_fix_call_dummy): Delete.
4417 (m68k_push_dummy_frame): Delete.
4418 (m68k_pop_frame): Delete.
4419 (m68k_extract_return_value): New function.
4420 (m68k_store_return_value): Rewrite using regcache.
4421 (m68k_extract_struct_value_address): Rewrite using regcache.
4422 (m68k_push_dummy_call): New function.
4423 (struct m68k_frame_cache): Define.
4424 (m68k_alloc_frame_cache): New function.
4425 (m68k_analyze_frame_setup): New function.
4426 (m68k_analyze_register_saves): New function.
4427 (m68k_analyze_prologue): New function.
4428 (m68k_skip_prologue): Rewrite using above functions.
4429 (m68k_unwind_pc): New function.
4430 (m68k_frame_cache): New function.
4431 (m68k_frame_this_id): New function.
4432 (m68k_frame_prev_register): New function.
4433 (m68k_frame_unwind): New variable.
4434 (m68k_frame_p): New function.
4435 (m68k_sigtramp_frame_cache): New function.
4436 (m68k_sigtramp_frame_this_id): New function.
4437 (m68k_sigtramp_frame_prev_register): New function.
4438 (m68k_sigtramp_frame_unwind): New variable.
4439 (m68k_sigtramp_frame_p): New function.
4440 (m68k_frame_base_address): New function.
4441 (m68k_frame_base): New function.
4442 (m68k_unwind_dummy_id): New function.
4443 (fill_gregset): Use regcache_collect.
4444 (fill_fpregset): Likewise.
4445 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4446 defined.
4447 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4448 deprecated_init_frame_pc, deprecated_store_struct_return,
4449 deprecated_extract_return_value, deprecated_store_return_value,
4450 deprecated_frame_chain, deprecated_frame_saved_pc,
4451 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4452 deprecated_register_virtual_size,
4453 deprecated_max_register_raw_size,
4454 deprecated_max_register_virtual_size,
4455 deprecated_register_virtual_type, deprecated_register_size,
4456 deprecated_register_byte, deprecated_register_bytes,
4457 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4458 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4459 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4460 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4461 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4462 deprecated_push_dummy_frame, deprecated_pop_frame,
4463 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4464 only if SYSCALL_TRAP is defined. Set extract_return_value,
4465 store_return_value, extract_struct_value_address, register_type,
4466 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4467 predicates.
4468 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4469 M68K_MAX_REGISTER_SIZE): Define.
4470 (struct m68k_sigtramp_info): Define.
4471 (struct gdbarch_tdep): Add get_sigtramp_info.
4472 * m68klinux-nat.c (fetch_register): Use register_size instead of
4473 REGISTER_RAW_SIZE. Don't put assignment in if.
4474 (store_register): Likewise.
4475 (fetch_inferior_registers): Likewise.
4476 (store_inferior_registers): Likewise.
4477 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4478 (m68k_linux_frame_saved_pc): Delete.
4479 (m68k_linux_sigcontext_reg_offset,
4480 m68k_linux_ucontext_reg_offset): Define.
4481 (m68k_linux_get_sigtramp_info): New function.
4482 (m68k_linux_extract_return_value): Rewrite using regcache.
4483 (m68k_linux_store_return_value): Likewise.
4484 (m68k_linux_extract_struct_value_address): Likewise.
4485 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4486 Don't set deprecated_frame_saved_pc,
4487 deprecated_extract_return_value, deprecated_store_return_value,
4488 deprecated_extract_struct_value_address. Set
4489 extract_return_value, store_return_value,
4490 extract_struct_value_address.
4491
4492 2003-07-07 Andrew Cagney <cagney@redhat.com>
4493
4494 * expprint.c: Include "user-regs.h" instead of "frame.h".
4495 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4496 frame_map_regnum_to_name.
4497 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4498 (frame_map_name_to_regnum): Simplify, call
4499 user_reg_map_name_to_regnum.
4500 (frame_map_regnum_to_name): Simplify, call
4501 user_reg_map_regnum_to_name.
4502 (frame_register_unwind): Update.
4503 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4504 (_initialize_frame_reg): Call user_reg_add_builtin.
4505 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4506 (value_of_register): Use value_of_user_reg.
4507 * eval.c (evaluate_subexp_standard): Update.
4508 * parse.c (write_dollar_variable): Update.
4509 * d10v-tdep.c (d10v_print_registers_info): Update.
4510 * infcmd.c (registers_info): Update.
4511 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4512 (builtin_regs_h): Delete macro.
4513 (user_regs_h): Define.
4514 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4515 (builtin-regs.o): Delete target.
4516 (user-regs.o): Specify dependencies.
4517 (expprint.o): Update dependencies.
4518 (findvar.o): Update dependencies.
4519 (frame.o): Update dependencies.
4520 (std-regs.o): Update dependencies.
4521
4522 2003-07-06 Christopher Faylor <cgf@redhat.com>
4523
4524 * win32-nat.c (solib_symbols_add): Use one variable for all section
4525 address stuff. Pass variable rather than address of variable to
4526 safe_symbol_file_add.
4527
4528 2003-07-06 Andreas Schwab <schwab@suse.de>
4529
4530 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4531
4532 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4533
4534 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4535
4536 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4537
4538 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4539
4540 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4541
4542 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4543 * config/i386/nto.mh: New file.
4544 * config/i386/nm-nto.h: New file.
4545 * configure.host: Add i[3456]86-*-nto*.
4546
4547 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4548
4549 * remote-vx.c (vx_add_symbols): Fix compilation error.
4550
4551 2003-07-03 Andrew Cagney <cagney@redhat.com>
4552
4553 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4554 * gdbarch.h, gdbarch.c: Re-generate.
4555 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4556 (legacy_register_name): Declare.
4557 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4558 (REGISTER_NAME): Define.
4559 * sparc-tdep.c (legacy_register_name): New function.
4560 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4561 (REGISTER_NAME): Define.
4562 (hppa64_register_name): Declare.
4563 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4564 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4565 (hppa64_register_name): New function.
4566 (hppa_register_name): New function.
4567 * arch-utils.c (legacy_register_name): Delete.
4568 * arch-utils.h (legacy_register_name): Delete.
4569
4570 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4571
4572 * cli/cli-interp.c (cli_interpreter_resume): Update the
4573 cli_uiout's stream to gdb_stdout.
4574
4575 2003-07-03 Andrew Cagney <cagney@redhat.com>
4576
4577 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4578 predicate.
4579 * gdbarch.h, gdbarch.c: Re-generate.
4580 * regcache.c (init_regcache_descr): Use legacy code when either
4581 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4582
4583 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4584
4585 * NEWS: Move "set logging" entry into GDB 6.0 section.
4586
4587 2003-07-02 Jim Blandy <jimb@redhat.com>
4588
4589 * s390-tdep.c (struct frame_extra_info): new member:
4590 'stack_bought_valid'.
4591 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4592 initialize fextra_info->stack_bought.
4593 (s390_frameless_function_invocation): Don't trust the value of
4594 fextra_info_ptr->stack_bought unless
4595 fextra_info->stack_bought_valid is set.
4596
4597 New S390 prologue analyzer.
4598 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4599 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4600 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4601 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4602 compute_x_addr, s390_on_stack, s390_store,
4603 s390_get_signal_frame_info): New functions.
4604 (S390_NUM_SPILL_SLOTS): New macro.
4605 (s390_get_frame_info): Rewritten.
4606 (is_arg_reg): Deleted.
4607
4608 Break out the decoding of S/390 instructions into separate
4609 functions, to make it more legible, and easier to check
4610 against the spec.
4611 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4612 is_rx, is_rxe): New functions.
4613 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4614 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4615 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4616 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4617 enums for opcode values. (Is this an improvement?)
4618
4619 2003-07-02 Andrew Cagney <cagney@redhat.com>
4620
4621 * i386-tdep.c: Revert change committed as part of trad-frame code
4622 below.
4623
4624 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4625
4626 * breakpoint.c (insert_catchpoint): Make static.
4627
4628 2003-07-02 Andreas Schwab <schwab@suse.de>
4629
4630 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4631 former ia64_push_arguments and ia64_push_return_address, and use
4632 regcache functions instead of read/write_register.
4633 (ia64_gdbarch_init): Set push_dummy_call instead of
4634 deprecated_push_arguments and deprecated_push_return_address.
4635
4636 2003-07-01 Andreas Jaeger <aj@suse.de>
4637
4638 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4639 before the call.
4640 Set %rax only to number of SSE registers used.
4641
4642 2003-07-01 Andrew Cagney <cagney@redhat.com>
4643
4644 * trad-frame.h: Update comments, a -1 .addr is reserved.
4645 (trad_frame_value_p, trad_frame_addr_p): Declare.
4646 (trad_frame_reg_p): Declare.
4647 (trad_frame_set_value): Rename trad_frame_register_value.
4648 (trad_frame_set_unknown): Declare.
4649 * trad-frame.c (trad_frame_realreg_p): New function.
4650 (trad_frame_addr_p, trad_frame_value_p): New function.
4651 (trad_frame_set_unknown): New function.
4652 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4653 (trad_frame_prev_register): Use trad_frame_realreg_p,
4654 trad_frame_addr_p and trad_frame_value_p.
4655 (trad_frame_set_value): Rename trad_frame_register_value.
4656 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4657 and trad_frame_set_value.
4658
4659 2003-06-30 Jim Blandy <jimb@redhat.com>
4660
4661 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4662 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4663 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4664 for 16 registers, and then 32 more bytes.
4665 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4666 New macros.
4667 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4668 Move up in the file, since it's now used by is_simple_arg.
4669 (is_simple_arg): Don't assume registers are four bytes long.
4670 Exclude all double arguments. Extended floats are not simple
4671 args.
4672 (is_power_of_two): New function.
4673 (pass_by_copy_ref): Call is_power_of_two, and check that the
4674 length fits in a register, rather than listing all the acceptable
4675 sizes. Extended floats are not passed by reference.
4676 (s390_push_arguments): Don't assume registers are four bytes long.
4677 Reserve an argument register to point to the buffer for structures
4678 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4679 S390_STACK_FRAME_OVERHEAD.
4680
4681 2003-06-30 Andreas Schwab <schwab@suse.de>
4682
4683 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4684 format error message.
4685
4686 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4687
4688 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4689
4690 2003-06-30 David Carlton <carlton@kealia.com>
4691
4692 Band-aid for PR c++/1245.
4693 * Makefile.in (cp-support.o): Depend on complaints_h.
4694 * cp-support.c: Include complaints.h. Add declaration for
4695 find_last_component.
4696 (cp_find_first_component): Separate code into
4697 cp_find_first_component_aux.
4698 (cp_find_first_component_aux): Call demangled_name_complaint.
4699 (demangled_name_complaint): New.
4700
4701 2003-06-30 Andrew Cagney <cagney@redhat.com>
4702
4703 * remote.c (remote_write_bytes): Explicitly compute and then use
4704 the payload size. Update comments to reflect. Fixes problem of
4705 GDB not sending small packets as found by Fred Fish.
4706
4707 2003-06-30 Andrew Cagney <cagney@redhat.com>
4708
4709 * remote.c (remote_async_wait): Fix -Wformat problem.
4710
4711 2003-06-29 Andrew Cagney <cagney@redhat.com>
4712
4713 * remote.c (remote_wait): Call error, and not warning, when the
4714 packet is corrupt.
4715 (remote_async_wait): Ditto.
4716
4717 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4718
4719 * sparc-tdep.c (sparc_y_regnum): Make external again.
4720
4721 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4722
4723 * cli/cli-logging.c (pop_output_files): Add void to function
4724 definition.
4725
4726 2003-06-29 Andrew Cagney <cagney@redhat.com>
4727
4728 * frame.c (frame_register_unwind): Use unsigned char when dumping
4729 the buffer contents.
4730
4731 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4732
4733 * cli/cli-logging.c: New file.
4734 * cli-out.c (struct ui_out_data): Add original_stream.
4735 (cli_redirect): New function.
4736 (cli_ui_out_impl): Add cli_redirect.
4737 (cli_out_new): Initialize original_stream.
4738 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4739 (uo_redirect, ui_out_redirect): New.
4740 * ui-out.h (struct ui_out_impl): Add redirect member.
4741 (redirect_ftype): New.
4742 (ui_out_redirect): Add prototype.
4743 * Makefile.in: Add rules for cli-logging.c.
4744 * NEWS: Mention "set logging".
4745
4746 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4747
4748 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4749
4750 2003-06-27 Andrew Cagney <cagney@redhat.com>
4751
4752 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4753 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4754 * avr-tdep.c (avr_call_dummy_address): Delete function.
4755 (avr_gdbarch_init): Do not set call_dummy_address.
4756
4757 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4758
4759 * symfile.c (syms_from_objfile): Move variables to inner block.
4760 Move the checks for the non-mainline case a bit earlier to avoid
4761 doing some useless computations.
4762
4763 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4764
4765 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4766
4767 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4768
4769 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4770 sections.
4771
4772 2003-06-26 Michael Chastain <mec@shout.net>
4773
4774 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4775 gdb/testsuite/gdb.c++/pr-1210.exp.
4776
4777 2003-06-26 Andrew Cagney <cagney@redhat.com>
4778
4779 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4780 altivec_expression.h and altivec_registers.h.
4781
4782 2003-06-26 Andrew Cagney <cagney@redhat.com>
4783
4784 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4785 info->mach when MIPS16. Patch suggested by Fred Fish.
4786
4787 2003-06-26 Andrew Cagney <cagney@redhat.com>
4788
4789 * utils.c (internal_vproblem): Print the problem to a reason
4790 buffer and then pass to query. Make the msg variable more local.
4791
4792 2003-06-26 Andrew Cagney <cagney@redhat.com>
4793
4794 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4795 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4796 * gdbarch.h, gdbarch.c: Re-generate.
4797 * frame-base.c (default_frame_args_address): Update. Use
4798 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4799 not available.
4800 (default_frame_locals_address): Ditto for
4801 DEPRECATED_FRAME_LOCALS_ADDRESS.
4802 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4803 (vax_frame_num_args): Update.
4804 (vax_gdbarch_init): Update.
4805 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4806 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4807 * mcore-tdep.c (mcore_gdbarch_init): Update.
4808 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4809 * ia64-tdep.c (ia64_gdbarch_init): Update.
4810 * symtab.h (address_class): Update comments.
4811 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4812 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4813 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4814 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4815 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4816 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4817 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4818 * alpha-mdebug-tdep.c: Update.
4819 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4820
4821 2003-06-26 Andreas Jaeger <aj@suse.de>
4822
4823 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4824 of SSE registers so that varargs functions work. Rework handling
4825 of passing arguments on the stack.
4826 (x86_64_store_return_value): Return double and float values in SSE
4827 register.
4828
4829 2003-06-24 Michael Chastain <mec@shout.net>
4830
4831 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4832 the "constructor breakpoints ignored" bug.
4833
4834 2003-06-25 David Carlton <carlton@kealia.com>
4835
4836 * MAINTAINERS: Update e-mail address.
4837
4838 2003-06-24 Jim Blandy <jimb@redhat.com>
4839
4840 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4841
4842 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4843 function.
4844 (ppc_linux_init_abi): Register it as the
4845 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4846
4847 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4848 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4849 method.
4850
4851 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4852 (ppc64_standard_linkage_target): Use it.
4853
4854 2003-06-23 Andrew Cagney <cagney@redhat.com>
4855
4856 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4857 for 0 "int0" and 4 "int32" sized registers.
4858 * gdbtypes.c (builtin_type_int0): Define.
4859 (build_gdbtypes): Initialize builtin_type_int0.
4860 * gdbtypes.h (builtin_type_int0): Declare.
4861
4862 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4863
4864 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4865 as characters are unsigned.
4866
4867 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4868
4869 PR gdb/1179
4870 * dwarfread.c (struct_type): Skip static fields without crashing.
4871
4872 2003-06-22 Andrew Cagney <cagney@redhat.com>
4873
4874 GDB 6.0 branch created.
4875 * README: Update.
4876 * PROBLEMS: Update. Empty.
4877 * NEWS: Update.
4878
4879 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4880
4881 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4882 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4883
4884 2003-06-22 Andrew Cagney <cagney@redhat.com>
4885
4886 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4887 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4888 Velikov.
4889
4890 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4891
4892 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4893 compilers.
4894
4895 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4896
4897 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4898 argument of val_print.
4899 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4900 to the address argument of baseclass_offset or target_read_memory.
4901 Do add it to the argument of cp_print_value_fields.
4902
4903 2003-06-21 Andrew Cagney <cagney@redhat.com>
4904
4905 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4906 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4907 instead of 0..NUM_REGS.
4908 (mips_register_reggroup_p): New function.
4909 (mips_pseudo_register_write): New function.
4910 (mips_pseudo_register_read): New function.
4911 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4912 based on the register's type.
4913 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4914 cooked.
4915 (mips_get_saved_register): Simplify. Assert that REGNO is a
4916 pseudo / cooked.
4917 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4918 (mips_register_type): Replace mips_register_virtual_type. Map
4919 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4920 when available.
4921 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4922 that the register is cooked / virtual.
4923 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4924 Only get the extra info when needed.
4925 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4926 (mips32_heuristic_proc_desc): Fetch the cooked register.
4927 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4928 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4929 (mips_print_register): Use gdbarch_register_type, instead of
4930 REGISTER_VIRTUAL_TYPE.
4931 (print_gp_register_row): Use gdbarch_register_type, instead of
4932 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4933 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4934 Print the pseudo / cooked registers.
4935 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4936 Print the pseudo / cooked registers.
4937 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4938 REG_NUM is pseudo / cooked.
4939 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4940 (mips_n32n64_xfer_return_value): Ditto.
4941 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4942 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4943 (mips_register_sim_regno): New function.
4944 (mips_gdbarch_init): Set deprecated_register_byte,
4945 register_group_p, pseudo_register_write, pseudo_register_read,
4946 register_sim_regno, and num_pseudo_regs. Set register_type,
4947 instead of register_virtual_type.
4948 * Makefile.in (mips-tdep.o): Update dependencies.
4949 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4950 REGISTER_VIRTUAL_TYPE.
4951 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4952 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4953 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4954 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4955 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4956
4957 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4958
4959 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4960 * cli/cli-cmds.c: Include "gdb_vfork.h".
4961 (shell_escape): Use vfork.
4962
4963 2003-06-21 Andrew Cagney <cagney@redhat.com>
4964
4965 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4966 32 bit floating-point register saves.
4967
4968 * frame.h (deprecated_unwind_get_saved_register): Delete.
4969 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4970 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4971 and deprecated_get_next_frame_hack instead of
4972 deprecated_unwind_get_saved_register.
4973
4974 * mips-tdep.c (mips_dump_tdep): Do not print
4975 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4976
4977 * frame.c (get_frame_register): New function.
4978 (frame_unwind_register_signed): New function.
4979 (get_frame_register_signed): New function.
4980 (frame_unwind_register_unsigned): New function.
4981 (get_frame_register_unsigned): New function.
4982 * frame.h: Add comments on naming schema.
4983 (get_frame_register, frame_unwind_register_signed): Declare.
4984 (get_frame_register_signed, get_frame_register_signed): Declare.
4985 (frame_unwind_register_unsigned): Declare.
4986 (get_frame_register_unsigned): Declare.
4987
4988 2003-06-20 Theodore A. Roth <troth@openavr.org>
4989
4990 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4991
4992 2003-06-20 Theodore A. Roth <troth@openavr.org>
4993
4994 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4995 (avr_read_sp): Ditto.
4996
4997 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4998
4999 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5000 * config/arm/nm-linux.h: Likewise.
5001 * config/arm/tm-linux.h: Likewise.
5002 * config/ia64/nm-linux.h: Likewise.
5003 * config/ia64/tm-ia64.h: Likewise.
5004 * config/s390/tm-linux.h: Likewise.
5005 * config/s390/tm-s390.h: Likewise.
5006 * s390-nat.c: Likewise.
5007 * s390-tdep.c: Likewise.
5008
5009 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5010 * config/ia64/linux.mt: Likewise.
5011 * config/m68k/linux.mh: Likewise.
5012 * config/mips/linux.mt: Likewise.
5013 * config/powerpc/linux.mh: Likewise.
5014 * config/sh/linux.mt: Likewise.
5015
5016 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5017
5018 * solib.c (solib_open): Change tests for whether to search
5019 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5020 comments.
5021
5022 2003-06-19 Theodore A. Roth <troth@openavr.org>
5023
5024 * avr-tdep.c (avr_frame_address): Delete function.
5025 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5026 set_gdbarch_frame_args_address.
5027
5028 2003-06-19 Andrew Cagney <cagney@redhat.com>
5029
5030 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5031 (REGISTER_CONVERT_FROM_TYPE): Delete.
5032 (mips_register_convert_to_type): Delete declaration.
5033 (mips_register_convert_from_type): Delete declaration.
5034 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5035 kernel/.
5036
5037 2003-06-19 Michael Snyder <msnyder@redhat.com>
5038
5039 * linux-nat.h: New file.
5040 * linux-nat.c: Include linux-nat.h.
5041 * lin-lwp.c: Include linux-nat.h.
5042 Move struct lwp_info def to linux-nat.h.
5043 * linux-proc.c: Include linux-nat.h.
5044 (linux_make_note_section): Iterate over lwps instead of threads.
5045 (linux_do_thread_registers): Use lwp instead of merged pid.
5046 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5047 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5048 Add dependency on linux_nat_h.
5049
5050 2003-06-19 Theodore A. Roth <troth@openavr.org>
5051
5052 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5053
5054 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5055
5056 * varobj.c (get_type, get_target_type): Use check_typedef.
5057
5058 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5059
5060 * breakpoint.c (insert_catchpoint): Call internal_error.
5061
5062 2003-06-19 Theodore A. Roth <troth@openavr.org>
5063
5064 * avr-tdep.c (avr_push_dummy_code): Delete function.
5065 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5066
5067 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5068
5069 * arch-utils.c (default_prepare_to_proceed): Remove.
5070 (generic_prepare_to_proceed): Remove.
5071 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5072 (generic_prepare_to_proceed): Remove prototype.
5073 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5074 * gdbarch.c: Regenerate.
5075 * gdbarch.h: Regenerate.
5076 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5077 * hppah-nat.c (hppa_switched_threads): Remove.
5078 * infrun.c (prepare_to_proceed): New static function, copied from
5079 generic_prepare_to_proceed. Remove select_it argument.
5080 (proceed): Call prepare_to_proceed.
5081 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5082 variables.
5083 (ptrace_wait): Don't set the removed variables.
5084 (hppa_switched_threads): Remove.
5085 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5086 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5087 (lin_lwp_prepare_to_proceed): Remove prototype.
5088 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5089 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5090
5091 2003-06-18 Theodore A. Roth <troth@openavr.org>
5092
5093 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5094 trad-frame.h.
5095 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5096 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5097 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5098 (AVR_PROLOGUE_*): Enumerate prologue types.
5099 (struct frame_extra_info): Remove.
5100 (struct avr_unwind_cache): Define.
5101 (avr_write_sp): Delete function.
5102 (avr_read_fp): Ditto.
5103 (avr_init_extra_frame_info): Ditto.
5104 (avr_pop_frame): Ditto.
5105 (avr_frame_saved_pc): Ditto.
5106 (avr_saved_pc_after_call): Ditto.
5107 (avr_push_return_address): Ditto.
5108 (avr_frame_chain): Ditto.
5109 (avr_store_struct_return): Ditto.
5110 (avr_push_arguments): Ditto.
5111 (avr_scan_prologue): Update comments. Changed to set up the info for
5112 cache unwinding. Now returns end of prologue PC.
5113 (avr_skip_prologue): Better handling of functions lacking a prologue
5114 by using avr_scan_prologue.
5115 (avr_scan_arg_moves): New function.
5116 (avr_saved_regs_unwinder): Ditto.
5117 (avr_frame_unwind_cache): Ditto.
5118 (avr_unwind_pc): Ditto.
5119 (avr_frame_this_id): Ditto.
5120 (avr_frame_prev_register): Ditto.
5121 (avr_frame_p): Ditto.
5122 (avr_frame_base_address ): Ditto.
5123 (avr_unwind_dummy_id): Ditto.
5124 (avr_push_dummy_code): Ditto.
5125 (push_stack_item): Ditto.
5126 (pop_stack_item): Ditto.
5127 (avr_push_dummy_call): Ditto.
5128 (struct stack_item): Define.
5129 (avr_frame_unwind): Declare structure.
5130 (avr_frame_base): Ditto.
5131 (avr_gdbarch_init): Remove calls to
5132 set_gdbarch_deprecated_init_frame_pc,
5133 set_gdbarch_deprecated_target_read_fp,
5134 set_gdbarch_deprecated_dummy_write_sp,
5135 set_gdbarch_deprecated_fp_regnum,
5136 set_gdbarch_deprecated_push_arguments,
5137 set_gdbarch_deprecated_push_return_address,
5138 set_gdbarch_deprecated_pop_frame,
5139 set_gdbarch_deprecated_store_struct_return,
5140 set_gdbarch_deprecated_frame_init_saved_regs,
5141 set_gdbarch_deprecated_init_extra_frame_info,
5142 set_gdbarch_deprecated_frame_chain,
5143 set_gdbarch_deprecated_frame_saved_pc,
5144 set_gdbarch_deprecated_saved_pc_after_call.
5145 Add calls to set_gdbarch_push_dummy_call,
5146 set_gdbarch_push_dummy_code,
5147 frame_unwind_append_predicate,
5148 frame_base_set_default,
5149 set_gdbarch_unwind_dummy_id,
5150 set_gdbarch_unwind_pc.
5151 Wrap a long line.
5152
5153 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5154
5155 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5156 registers for H8/300S.
5157 (h8300_print_registers_info): Ditto.
5158 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5159
5160 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5161
5162 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5163 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5164 (lin_lwp_wait): Likewise. Update comments.
5165 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5166 (pull_pid_from_list, linux_record_stopped_pid): New.
5167
5168 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5169
5170 * ada-lang.c (scan_discrim_bound): Name first argument.
5171 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5172 declared by ALL_BLOCK_SYMBOLS.
5173
5174 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5175
5176 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5177 ("regcache.h"): Include it.
5178 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5179
5180 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5181
5182 * NEWS: Mention gdbserver detach change and "disconnect" command.
5183 * infcmd.c (disconnect_command): New function.
5184 (_initialize_infcmd): Add ``disconnect'' command.
5185 * remote.c (remote_async_detach): Delete.
5186 (remote_detach): Merge remote_async_detach.
5187 (remote_disconnect): New.
5188 (init_remote_ops): Set to_disconnect.
5189 (init_remote_cisco_ops): Likewise.
5190 (init_remote_async_ops): Likewise. Use remote_detach.
5191 * target.c (cleanup_target): Default to_disconnect.
5192 (update_current_target): Inherit to_disconnect.
5193 (target_disconnect, debug_to_disconnect): New functions.
5194 (setup_target_debug): Set to_disconnect.
5195 * target.h (struct target_ops): Add to_disconnect.
5196 (target_disconnect): Add prototype.
5197
5198 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5199
5200 * breakpoint.c (insert_catchpoint): New function.
5201 (insert_breakpoints): Use catch_exceptions to call
5202 insert_catchpoint. Disable catchpoints if they fail to insert.
5203
5204 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5205
5206 * symfile.c (reread_symbols): Clear sym_private.
5207
5208 2003-06-17 Andrew Cagney <cagney@redhat.com>
5209
5210 * trad-frame.h (struct frame_info): Add opaque declaration.
5211 * remote-fileio.h (struct cmd_list_element): Add opaque
5212 declaration.
5213 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5214 comments.
5215
5216 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5217
5218 * remote.c (remote_prepare_to_store): Replace call to
5219 deprecated_read_register_bytes with multiple regcache_raw_read
5220 calls.
5221
5222 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5223
5224 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5225 (nto_find_and_open_solib): Likewise.
5226 (nto_init_solib_absolute_prefix): Likewise.
5227 (_initialize_nto_tdep): Fix indentation.
5228
5229 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5230
5231 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5232
5233 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5234
5235 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5236
5237 2003-06-17 Jim Blandy <jimb@redhat.com>
5238
5239 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5240
5241 2003-06-16 Theodore A. Roth <troth@openavr.org>
5242
5243 * avr-tdep.c (avr_extract_return_value): New function.
5244 (avr_gdbarch_init): Set extract_return_value method.
5245
5246 2003-06-16 Andrew Cagney <cagney@redhat.com>
5247
5248 * frame.h (deprecated_get_next_frame_hack): Declare.
5249 * frame.c (legacy_saved_regs_prev_register): Only require
5250 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5251 there are always saved regs.
5252 (deprecated_generic_get_saved_register): Do not require
5253 DEPRECATED_FRAME_INIT_SAVED_REGS.
5254 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5255 use frame ID unwind instead.
5256 (deprecated_get_next_frame_hack): New function.
5257
5258 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5259
5260 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5261 (h8300_push_dummy_call): ...this function. Some minor optimization.
5262 (h8300_push_return_address): Remove.
5263 (h8300_gdbarch_init): Remove calls to
5264 set_gdbarch_deprecated_dummy_write_sp,
5265 set_gdbarch_deprecated_push_arguments and
5266 set_gdbarch_deprecated_push_return_address.
5267 Add call to set_gdbarch_push_dummy_call.
5268
5269 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5270
5271 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5272 (E_PSEUDO_EXR_REGNUM): Ditto.
5273 (h8300_is_argument_spill): Check for instructions moving argument
5274 registers into safe registers.
5275 (h8300_skip_prologue): Check for stm instruction to push registers
5276 used for register variables onto stack.
5277 (gdb_print_insn_h8300): Remove.
5278 (h8300_examine_prologue): Add a comment.
5279 (h8300_register_name): Take pseudo registers into account.
5280 (h8300s_register_name): Ditto.
5281 (h8300sx_register_name): Ditto.
5282 (h8300_print_register): Ditto.
5283 (h8300_print_registers_info): Define "nice" printing order.
5284 (h8300_saved_pc_after_call): Take pseudo registers into account.
5285 (h8300_register_type): Ditto. Return type used for remote connection
5286 when requesting real CCR or EXR register, return actual type when
5287 requesting pseudo CCR or EXR.
5288 (h8300_pseudo_register_read): New function.
5289 (h8300_pseudo_register_write): Ditto.
5290 (h8300_dbg_reg_to_regnum): Ditto.
5291 (h8300s_dbg_reg_to_regnum): Ditto.
5292 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5293 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5294 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5295 set_gdbarch_print_insn architecture dependent.
5296 Call set_gdbarch_pseudo_register_read and
5297 set_gdbarch_pseudo_register_write.
5298 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5299
5300 2003-06-16 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5303 * gdbarch.h, gdbarch.c: Re-generate.
5304 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5305 * s390-tdep.c (s390_gdbarch_init): Update.
5306 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5307 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5308 * mips-tdep.c (mips_gdbarch_init): Update.
5309 * mcore-tdep.c (mcore_gdbarch_init): Update.
5310 * cris-tdep.c (cris_gdbarch_init): Update.
5311 * infcall.c (call_function_by_hand): Update.
5312 * ia64-tdep.c (ia64_push_arguments): Update comment.
5313 * frame.c (legacy_get_prev_frame): Do not assume
5314 SAVE_DUMMY_FRAME_TOS_P.
5315 * dummy-frame.c (find_dummy_frame): Update comment.
5316
5317 2003-06-16 Andrew Cagney <cagney@redhat.com>
5318
5319 * regcache.c (do_cooked_read): Do not use register_valid_p.
5320
5321 2003-06-15 Theodore A. Roth <troth@openavr.org>
5322
5323 * avr-tdep.c (avr_register_type): Remove a blank line.
5324 (avr_scan_prologue): Correct some comments.
5325
5326 2003-06-15 Theodore A. Roth <troth@openavr.org>
5327
5328 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5329 prologue types.
5330 Properly scan prologues generated by gcc with the -mcall-prologues
5331 option.
5332 Add code to scan -mcall-prologues for mega devices.
5333
5334 2003-06-15 Theodore A. Roth <troth@openavr.org>
5335
5336 * avr-tdep.c (avr_register_byte): Delete function.
5337 (avr_register_raw_size): Delete function.
5338 (avr_register_virtual_size): Delete function.
5339 (avr_register_virtual_type): Delete function.
5340 (avr_register_type): New function.
5341 (avr_address_to_pointer): Remove unused code.
5342 (avr_read_fp): Need to read FP as two separate bytes due to change to
5343 avr_register_type() usage.
5344 (avr_gdbarch_init): Don't set deprecated_register_size.
5345 Don't set deprecated_register_bytes.
5346 Don't set deprecated_register_byte.
5347 Don't set deprecated_register_raw_size.
5348 Don't set deprecated_max_register_raw_size.
5349 Don't set deprecated_register_virtual_size.
5350 Don't set deprecated_max_register_virtual_size.
5351 Don't set deprecated_register_virtual_type.
5352 Set register_type method.
5353
5354 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5355
5356 * Makefile.in (linux-nat.o): Add rule.
5357 * linux-nat.c: New file.
5358 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5359 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5360 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5361 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5362 * config/arm/linux.mh (NATDEPFILES): Likewise.
5363 * config/i386/linux.mh (NATDEPFILES): Likewise.
5364 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5365 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5366 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5367 * config/mips/linux.mh (NATDEPFILES): Likewise.
5368 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5369 * config/s390/s390.mh (NATDEPFILES): Likewise.
5370 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5371
5372 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5373
5374 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5375 replace out-of-date comment.
5376
5377 2003-06-15 Andrew Cagney <cagney@redhat.com>
5378
5379 * rdi-share/host.h (Fail): Change to a varargs function.
5380 * remote-rdi.c (Fail): Update.
5381
5382 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5383
5384 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5385 (i386_convert_register_p, i386_register_to_value,
5386 i386_register_from_value): Handle types longer than 8 bytes.
5387
5388 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5389
5390 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5391 Move floating-point code to new function in i387-tdep.c.
5392 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5393 New functions containing code moved here from i386-tdep.c.
5394 * i387-tdep.h: Add opaque declaration for `struct type'.
5395 (i387_register_to_value, i387_value_to_register): New prototypes.
5396 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5397 (x86_64_init_abi): Set convert_register_p, register_to_value and
5398 value_to_register here.
5399
5400 2003-06-14 Andrew Cagney <cagney@redhat.com>
5401
5402 * mips-tdep.c (mips_register_to_value): Make static.
5403 (mips_value_to_register): Make static.
5404 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5405 * ia64-tdep.c (ia64_register_raw_size): Make static.
5406 (ia64_register_virtual_size): Make static.
5407 (ia64_register_byte): Make static.
5408 * i387-tdep.c: Include "i387-tdep.h".
5409 (print_387_control_word): Delete function.
5410 (print_387_status_word): Delete function.
5411 (print_387_status_bits): Delete function.
5412 (print_387_control_bits): Delete function.
5413 * Makefile.in (i387-tdep.o): Update dependencies.
5414 * rdi-share/host.h (Fail): Declare.
5415 * remote-rdi.c (Fail): Update to match declaration.
5416
5417 2003-06-14 Andrew Cagney <cagney@redhat.com>
5418
5419 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5420 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5421 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5422 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5423 * README: Delete reference to remote-array.
5424 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5425 (remote-array.o): Delete target.
5426 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5427 * remote-array.c: Delete file.
5428
5429 2003-06-14 Andrew Cagney <cagney@redhat.com>
5430 Mark Kettenis <kettenis@gnu.org>
5431
5432 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5433 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5434 parameter with "frame".
5435 * gdbarch.h, gdbarch.c: Re-generate.
5436 * frame.h (put_frame_register): Declare.
5437 * frame.c (put_frame_register): New function.
5438 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5439 (legacy_register_to_value): Rewrite, use "frame" to get the
5440 register value.
5441 (legacy_value_to_register): Rewrite, use "frame" to find the
5442 register's location before storing.
5443 * arch-utils.h (legacy_convert_register_p): Update.
5444 (legacy_register_to_value, legacy_value_to_register): Update.
5445 * findvar.c (value_from_register): Rewrite, eliminate use of
5446 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5447 "frame" to REGISTER_TO_VALUE.
5448 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5449 lval_reg_frame_relative + lval_register branch of the switch. Do
5450 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5451 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5452 I386_EDI_REGNUM): New defines.
5453 (i386_next_regnum, i386_convert_register_p,
5454 i386_register_to_value, i386_value_to_register): New functions.
5455 (i386_register_convertible, i386_register_convert_to_virtual,
5456 i386_convert_to_raw): Remove functions.
5457 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5458 value_to_register instead of register_convertible,
5459 register_convert_to_virtual and register_convert_to_raw.
5460 * mips-tdep.c (mips_convert_register_p): New function.
5461 (mips_value_to_register): Replace mips_register_convert_from_type.
5462 (mips_register_to_value): Replace mips_register_convert_to_type.
5463 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5464 register_to_value.
5465 * alpha-tdep.c (alpha_convert_register_p): Update.
5466 (alpha_value_to_register): Update, store the register.
5467 (alpha_register_to_value): Update, fetch the register.
5468
5469 2003-06-14 Theodore A. Roth <troth@openavr.org>
5470
5471 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5472 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5473 Don't set deprecated_call_dummy_words.
5474 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5475 Don't set remote_translate_xfer_address.
5476 (avr_io_reg_read_command): Remove commented out debug printf.
5477 Wrap a long line.
5478
5479 2003-06-14 Theodore A. Roth <troth@openavr.org>
5480
5481 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5482 causes gdb to seg fault.
5483
5484 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5485
5486 * sparc-nat.c (fetch_inferior_registers): Correct
5487 a reference to "registers".
5488
5489 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5490
5491 * Makefile.in (exc_request_U_h): Define
5492 (exc_request_S_h): Likewise.
5493 (msg_reply_S_h): Likewise.
5494 (msg_U_h): Likewise.
5495 (notify_S_h): Likewise.
5496 (process_reply_S_h): Likewise.
5497 (gnu-nat.o): Depend on gdb_obstack_h
5498 * gnu-nat.c: Include "gdb_obstack.h".
5499
5500 2003-06-13 Andrew Cagney <cagney@redhat.com>
5501
5502 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5503 * gdbarch.h, gdbarch.c: Re-generate.
5504
5505 2003-06-13 Andrew Cagney <cagney@redhat.com>
5506
5507 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5508 when deprecated REGISTER macros can be deleted.
5509 * gdbarch.h, gdbarch.c: Re-generate.
5510
5511 2003-06-13 Jim Blandy <jimb@redhat.com>
5512
5513 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5514 Linux entry point symbols for _dl_debug_state, too.
5515
5516 2003-06-13 Andrew Cagney <cagney@redhat.com>
5517
5518 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5519 available, do not use the FP register, and always save the TOS.
5520 * dummy-frame.c (dummy_frame_this_id): Do not assert
5521 SAVE_DUMMY_FRAME_TOS.
5522 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5523 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5524 (i386_push_dummy_call): Add 8 to the returned SP.
5525 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5526 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5527 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5528 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5529 (x86_64_push_dummy_call): Return "sp + 16".
5530 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5531 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5532 save_dummy_frame_tos.
5533
5534 2003-06-13 Jim Blandy <jimb@redhat.com>
5535
5536 * frv-tdep.c (frv_use_struct_convention): Delete static
5537 declaration for function deleted in my change of 2003-06-12.
5538
5539 2003-06-13 Theodore A. Roth <troth@openavr.org>
5540
5541 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5542 (avr_pointer_to_address): Shift code addrs left 1 bit.
5543 (avr_convert_from_func_ptr_addr): Delete function since operation is
5544 better handled by avr_address_to_pointer and avr_pointer_to_address.
5545 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5546
5547 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5548
5549 From Kelley Cook <kelleycook@wideopenwest.com>:
5550 * configure.host: Accept i[34567]86 variants.
5551 * configure.tgt: Likewise.
5552 * nlm/configure.in: Likewise.
5553 * nlm/configure: Regenerated.
5554
5555 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5556
5557 * arm-tdep.c (solib-svr4.h): Dont' include it.
5558 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5559 * arm-linux-tdep.c: ... here. Make static.
5560 (arm_linux_init_abi): Register it.
5561 (solib-svr4.h): Include it.
5562 * Makefile.in: Update dependencies.
5563 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5564 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5565
5566 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5567
5568 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5569 indicate registers used for return values.
5570 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5571 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5572 members.
5573 (h8300_init_extra_frame_info): Ditto.
5574 (h8300_frame_locals_address): Removed.
5575 (h8300_frame_args_address): Removed.
5576 (h8300_extract_return_value): Use new regcache structure. Only care
5577 for 16 bit CPUs.
5578 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5579 (h8300_store_return_value): Use new regcache structure. Only care
5580 for 16 bit CPUs.
5581 (h8300h_store_return_value): Same function for 32 bit CPUs.
5582 (h8300_store_struct_return): Removed.
5583 (h8300_extract_struct_value_address): Use new regcache structure.
5584 (h8300h_extract_struct_value_address): Removed.
5585 (h8300_push_dummy_code): New function.
5586 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5587 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5588 set_gdbarch_store_return_value architecture dependent.
5589 Call set_gdbarch_push_dummy_code and
5590 set_gdbarch_extract_struct_value_address.
5591 Remove calls to set_gdbarch_frame_args_address,
5592 set_gdbarch_frame_locals_address,
5593 set_gdbarch_deprecated_store_struct_return,
5594 set_gdbarch_deprecated_extract_return_value,
5595 set_gdbarch_deprecated_extract_struct_value_address,
5596 set_gdbarch_deprecated_call_dummy_words and
5597 set_gdbarch_deprecated_sizeof_call_dummy_words.
5598
5599 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5600
5601 * h8300-tdep.c (h8300_register_byte): Remove.
5602 (h8300h_register_byte): Remove.
5603 (h8300_register_virtual_type): Remove. Substitute by...
5604 (h8300_register_type): New function.
5605 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5606 (h8300h_extract_struct_value_address): Ditto.
5607 (h8300_gdbarch_init): Drop calls to
5608 set_gdbarch_deprecated_register_byte and
5609 set_gdbarch_deprecated_register_virtual_type.
5610 Add call to set_gdbarch_register_type.
5611
5612 2003-06-13 Andrew Cagney <cagney@redhat.com>
5613
5614 * gdbarch.sh: Update comments on registers.
5615 (deprecated_register_byte): Rename register_byte.
5616 (deprecated_register_raw_size): Rename register_raw_size.
5617 (deprecated_register_virtual_size): Rename register_virtual_size.
5618 (deprecated_register_virtual_type): Rename register_virtual_type.
5619 * gdbarch.h, gdbarch.c: Re-generate.
5620 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5621 * vax-tdep.c (vax_gdbarch_init): Update.
5622 * v850-tdep.c (v850_gdbarch_init): Update.
5623 * sparc-tdep.c (sparc_gdbarch_init): Update.
5624 * sh-tdep.c (sh_gdbarch_init): Update.
5625 * s390-tdep.c (s390_gdbarch_init): Update.
5626 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5627 * ns32k-tdep.c: Update.
5628 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5629 * mips-tdep.c (mips_gdbarch_init): Update.
5630 * mcore-tdep.c (mcore_gdbarch_init): Update.
5631 * m68k-tdep.c (m68k_gdbarch_init): Update.
5632 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5633 * ia64-tdep.c (ia64_gdbarch_init): Update.
5634 * hppa-tdep.c (hppa_gdbarch_init): Update.
5635 * h8300-tdep.c (h8300_gdbarch_init): Update.
5636 * frv-tdep.c (frv_gdbarch_init): Update.
5637 * cris-tdep.c (cris_gdbarch_init): Update.
5638 * avr-tdep.c (avr_gdbarch_init): Update.
5639 * alpha-tdep.c (alpha_gdbarch_init): Update.
5640 * arm-tdep.c (arm_gdbarch_init): Update.
5641
5642 2003-06-13 Andrew Cagney <cagney@redhat.com>
5643
5644 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5645 mips_o32_use_struct_convention with always_use_struct_convention.
5646
5647 2003-06-12 David Carlton <carlton@kealia.com>
5648
5649 * cp-namespace.c (cp_set_block_scope): Comment out
5650 processing_has_namespace_info branch.
5651
5652 2003-06-12 Jim Blandy <jimb@redhat.com>
5653
5654 Recognize and skip 64-bit PowerPC Linux linkage functions.
5655 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5656 insn_pattern, insns_match_pattern, d_field, ds_field): New
5657 functions, macros, and types for working with PPC instructions.
5658 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5659 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5660 ppc64_skip_trampoline_code): New functions, variables, and macros
5661 for recognizing and skipping linkage functions.
5662 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5663 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5664
5665 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5666 register offsets for both the 32- and 64-bit interfaces.
5667
5668 Actually finish the job started by my change of 2003-05-29.
5669 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5670 other #definition of this.
5671 (ppc_linux_skip_trampoline_code): Remove declaration.
5672 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5673 static.
5674 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5675 method for GDBARCH.
5676
5677 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5678 'long' on ppc64-*-linux*.
5679
5680 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5681 isn't #defined, assume the register doesn't exist: act as if
5682 tdep->ppc_mq_regnum were -1.
5683
5684 * configure.host, configure.tgt: Add entries for
5685 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5686 powerpc/linux.mt.
5687 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5688 New files.
5689
5690 * arch-utils.c (always_use_struct_convention): New function.
5691 * arch-utils.h (always_use_struct_convention): New prototype.
5692 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5693 (alpha_gdbarch_init): Register always_use_struct_convention,
5694 instead of alpha_use_struct_convention.
5695 * cris-tdep.c (cris_use_struct_convention): Delete.
5696 (cris_gdbarch_init): Register always_use_struct_convention,
5697 instead of cris_use_struct_convention.
5698 * frv-tdep.c (frv_use_struct_convention): Delete.
5699 (frv_gdbarch_init): Register always_use_struct_convention,
5700 instead of frv_use_struct_convention.
5701 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5702 (h8300_gdbarch_init): Register always_use_struct_convention,
5703 instead of h8300_use_struct_convention.
5704 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5705 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5706 instead of mips_o32_use_struct_convention.
5707
5708 2003-06-12 Andrew Cagney <cagney@redhat.com>
5709
5710 * wince.c: Include "mips-tdep.h".
5711 * mips-tdep.h (mips_next_pc): Declare.
5712 * mcore-tdep.c: Make more local functions static.
5713 * Makefile.in (wince.o): Update dependencies.
5714
5715 2003-06-12 David Carlton <carlton@kealia.com>
5716
5717 * symtab.c (lookup_symbol_aux_minsyms): Replace
5718 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5719 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5720 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5721 SYMBOL_NATURAL_NAME.
5722
5723 2003-06-12 Andreas Schwab <schwab@suse.de>
5724
5725 * Makefile.in (tuiDisassem.o): Update dependencies.
5726
5727 2003-06-12 David Carlton <carlton@bactrian.org>
5728
5729 * symtab.h: Delete declaration of make_symbol_overload_list.
5730 Add declaration of lookup_partial_symbol.
5731 * symtab.c (remove_params): Move to cp-support.c.
5732 (overload_list_add_symbol, make_symbol_overload_list)
5733 (sym_return_val_size, sym_return_val_index): Ditto.
5734 (lookup_partial_symbol): Make extern.
5735 * cp-support.h: Add declaration of make_symbol_overload_list.
5736 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5737 symtab.h, and block.h.
5738 (remove_params): Move here from symtab.c.
5739 (overload_list_add_symbol, make_symbol_overload_list)
5740 (sym_return_val_size, sym_return_val_index): Ditto.
5741 * valops.c: Include cp-support.h.
5742 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5743 frame_h, and block_h.
5744 (valops.o): Depend on cp_support_h.
5745
5746 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5747
5748 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5749 substitute by NUM_REGS throughout.
5750 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5751 (h8300s_register_name): New function for H8S registers.
5752 (h8300sx_register_name): Ditto for H8SX registers.
5753 (h8300_print_register): Revise register printing, avoid depending
5754 on 32 bit long.
5755 (h8300_register_byte): Only care for H8/300 registers.
5756 (h8300h_register_byte): New function for any other architecture.
5757 (h8300_register_raw_size): Remove.
5758 (h8300_register_virtual_type): Revise to return actually useful
5759 type.
5760 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5761 (h8300h_extract_struct_value_address): New function for any other
5762 architecture.
5763 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5764 set_gdbarch_register_name, set_gdbarch_register_byte,
5765 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5766 Remove calls to set_gdbarch_deprecated_register_size,
5767 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5768 set_gdbarch_deprecated_max_register_raw_size,
5769 set_gdbarch_register_virtual_size and
5770 set_gdbarch_deprecated_max_register_virtual_size entirely.
5771 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5772 set_gdbarch_long_double_bit.
5773
5774 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5775
5776 * doublest.c (convert_doublest_to_floatformat): When dealing
5777 with the implied integer bit, only alter mant_bits if we are
5778 processing a full 32 bits of mantissa.
5779
5780 2003-06-11 David Carlton <carlton@bactrian.org>
5781
5782 * dictionary.h: New.
5783 * dictionary.c: New.
5784 * block.h: Add opaque declaration for struct dictionary.
5785 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5786 'sym' members.
5787 (BLOCK_DICT): New macro.
5788 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5789 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5790 BLOCK_SHOULD_SORT.
5791 (ALL_BLOCK_SYMBOLS): Update definition.
5792 * Makefile.in (SFILES): Add dictionary.c.
5793 (dictionary_h): New.
5794 (COMMON_OBS): Add dictionary.o.
5795 (dictionary.o): New.
5796 (ada-lang.o): Depend on dictionary_h.
5797 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5798 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5799 (mi-cmd-stack.o): Ditto.
5800 (gdbtk-cmds.o): Update dependencies.
5801 (gdbtk-stack.o): Ditto.
5802 * ada-lang.c: Include dictionary.h.
5803 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5804 (fill_in_ada_prototype, debug_print_block): Ditto.
5805 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5806 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5807 'is_sorted'.
5808 * mdebugread.c: Include dictionary.h.
5809 (struct parse_stack): Delete 'maxsyms' member.
5810 (parse_symbol): Update calls to new_block. Delete calls to
5811 shrink_block. Use dictionary methods.
5812 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5813 Update calls to new_symtab. Don't maintain maxsyms data.
5814 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5815 (add_symbol): Just call dict_add_symbol.
5816 (new_symtab): Delete 'maxsyms' argument.
5817 (new_symtab): Update calls to new_block.
5818 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5819 (shrink_block): Delete function.
5820 (fixup_sigtramp): Update call to new_block. Add symbol via
5821 dict_add_symbol.
5822 * jv-lang.c: Include dictionary.h.
5823 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5824 appropriately. Set class_symtab->free_func. Make sure the
5825 blockvector is big enough to hold two blocks.
5826 (add_class_symtab_symbol): Use dictionary methods.
5827 (free_class_block): New function.
5828 (type_from_class): Replace explicit iteration by
5829 ALL_BLOCK_SYMBOLS.
5830 * symtab.h (struct symtab): Replace 'free_ptr' method by
5831 'free_func'.
5832 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5833 sort_symtab_syms.
5834 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5835 sort_symtab_syms.
5836 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5837 Include dictionary.h.
5838 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5839 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5840 sort_symtab_syms.
5841 * objfiles.c: Include dictionary.h.
5842 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5843 * buildsym.c: Include dictionary.h.
5844 (finish_block): Use dictionary methods.
5845 (end_symtab): Set free_func to NULL, not free_ptr.
5846 * tracepoint.c: Include dictionary.h.
5847 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5848 (scope_info): Ditto.
5849 * stack.c: Include dictionary.h.
5850 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5851 (print_block_frame_labels, print_frame_arg_vars)
5852 (print_frame_args): Ditto.
5853 * symmisc.c (free_symtab_block): Use dictionary methods.
5854 (dump_symtab): Ditto.
5855 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5856 Include dictionary.h.
5857 * symfile.h: Delete declarations of sort_block_syms,
5858 sort_symtab_syms.
5859 * symfile.c (sort_block_syms): Delete.
5860 (sort_symtab_syms): Delete.
5861 * symtab.c: Include dictionary.h.
5862 (lookup_block_symbol): Use dictionary iterators.
5863 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5864 (search_symbols, make_symbol_completion_list): Ditto.
5865 (make_symbol_overload_list): Ditto.
5866 * valops.c (value_of_local): Use dict_empty.
5867 Include dictionary.h.
5868
5869 2003-06-11 J. Brobecker <brobecker@gnat.com>
5870
5871 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5872
5873 2003-06-11 David Carlton <carlton@bactrian.org>
5874
5875 * block.h (BLOCK_SHOULD_SORT): Delete.
5876 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5877 blocks.
5878 * ada-lang.c (ada_add_block_symbols): Ditto.
5879 * symfile.c (sort_block_syms): Delete.
5880 (sort_symtab_syms): Ditto.
5881 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5882 declarations.
5883 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5884 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5885 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5886 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5887 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5888 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5889 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5890
5891 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5892
5893 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5894 bits to 128.
5895
5896 2003-06-11 Andrew Cagney <cagney@redhat.com>
5897
5898 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5899 REGISTER_CONVERTIBLE.
5900 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5901 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5902 * gdbarch.h, gdbarch.c: Re-generate.
5903 * arch-utils.h (deprecated_register_convertible_not): Rename
5904 generic_register_convertible_not.
5905 * arch-utils.c (deprecated_register_convertible_not): Rename
5906 generic_register_convertible.
5907 (legacy_convert_register_p, legacy_register_to_value): Update.
5908 * sh-tdep.c (sh64_push_arguments): Update.
5909 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5910 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5911 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5912 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5913 * arch-utils.c (legacy_value_to_register): Update.
5914 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5915 (rs6000_register_convert_to_raw): Make parameter "from" const.
5916 * mips-tdep.c (mips_gdbarch_init): Update.
5917 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5918 * infcmd.c (default_print_registers_info): Update.
5919 * ia64-tdep.c (ia64_gdbarch_init): Update.
5920 (ia64_register_convert_to_raw): Make parameter "from" const.
5921 * i386-tdep.c (i386_gdbarch_init): Update.
5922 (i386_register_convert_to_raw): Update.
5923
5924 2003-06-11 Andrew Cagney <cagney@redhat.com>
5925
5926 * remote-fileio.c: Include "remote-fileio.h".
5927 * Makefile.in (remote-fileio.o): Update dependencies.
5928 (remote_fileio_h): Fix typo.
5929
5930 2003-06-11 Andrew Cagney <cagney@redhat.com>
5931
5932 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5933 (xstormy16_save_dummy_frame_tos): Make static.
5934 (_initialize_xstormy16_tdep): Add declaration.
5935 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5936 * v850-tdep.c: Make local functions static.
5937 (_initialize_v850_tdep): Add declaration.
5938 * sparc-tdep.c: Make local functions static.
5939 (_initialize_sparc_tdep): Add declaration.
5940 * sh-tdep.c: Make local functions static.
5941 (_initialize_sh_tdep): Add declaration.
5942 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5943 * s390-tdep.c: Make local functions static.
5944 (_initialize_s390_tdep): Add declaration.
5945 * dbxread.c (find_stab_function_addr): Make static.
5946 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5947 * ocd.c (_initialize_remote_ocd): Add declaration.
5948 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5949 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5950 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5951 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5952 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5953 * remote-array.c (_initialize_array): Add declaration.
5954 (_initialize_remote_monitors): Add declaration.
5955 * remote-mips.c: Make local functions static.
5956 (_initialize_remote_mips): Add declaration.
5957 * mcore-tdep.c: Make all local functions static.
5958 (_initialize_mcore_tdep): Add declaration.
5959 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5960 * abug-rom.c (_initialize_abug_rom): Add declaration.
5961 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5962 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5963 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5964 * remote-est.c (_initialize_est): Add declaration.
5965 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5966 (m68hc11_call_dummy_address): Make static.
5967 * ia64-tdep.c: Make local functions static.
5968 (_initialize_ia64_tdep): Add declaration.
5969 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5970 * monitor.c (monitor_wait_filter): Make static.
5971 (_initialize_remote_monitors): Add declaration.
5972 * remote-hms.c (_initialize_remote_hms): Add declaration.
5973 * remote-e7000.c (fetch_regs_from_dump): Make static.
5974 (expect_n): Make static.
5975 (_initialize_remote_e7000): Add declaration.
5976 * ser-e7kpc.c: Always include "defs.h".
5977 (_initialize_ser_e7000pc): Add declaration.
5978 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5979 * cris-tdep.c: Make all but one function static.
5980 (_initialize_cris_tdep): Add declaration.
5981 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5982 * solib.c (update_solib_list): Make static.
5983 (_initialize_solib): Add declaration.
5984 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5985 (_initialize_avr_tdep): Add declaration.
5986 * remote-rdi.c (voiddummy): Make static.
5987 (_initialize_remote_rdi): Add declaration.
5988 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5989 * remote-rdp.c (send_rdp): Make static.
5990 (_initialize_remote_rdp): Add declaration.
5991 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5992
5993 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5994
5995 * remote-fileio.c: Make ari happy.
5996
5997 2003-06-10 J. Brobecker <brobecker@gnat.com>
5998
5999 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6000 fetching the trailing bytes of the buffer we are about to write.
6001
6002 2003-06-10 Andrew Cagney <cagney@redhat.com>
6003
6004 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6005 * Makefile.in (remote-fileio.o): Update dependencies.
6006 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6007 include <setjmp.h>, or <sys/types.h> conditional on USG.
6008 (remote_fio_jmp_buf): Delete global variable.
6009
6010 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6011 Martin M. Hunt <hunt@redhat.com>
6012
6013 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6014 (SFILES): Add remote-fileio.c.
6015 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6016 dependencies for building remote.o.
6017 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6018 * remote-fileio.h: New header file defining remote File-I/O interface.
6019 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6020 static storage class.
6021 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6022 'F' packet.
6023 (_initialize_remote): Call initialize_remote_fileio().
6024 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6025 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6026 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6027 (captured_main): Initialize new ui_files.
6028 * ui-file.c: Add read and fgets input functions.
6029 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6030 (null_file_read): New function.
6031 (ui_file_read): New function.
6032 (set_ui_file_read): New function.
6033 (stdio_file_read): New function.
6034 * ui-file.h: New type ui_file_read_ftype.
6035 (set_ui_file_read): Declare.
6036 (ui_file_read): Declare.
6037
6038 2003-06-09 Andrew Cagney <cagney@redhat.com>
6039
6040 * frame.h (deprecated_unwind_get_saved_register): Rename
6041 generic_unwind_get_saved_register, update comments.
6042 * mips-tdep.c (mips_get_saved_register): Update.
6043 * frame.c (deprecated_unwind_get_saved_register): Update.
6044
6045 2003-06-09 Andrew Cagney <cagney@redhat.com>
6046
6047 * vax-tdep.c (vax_frame_locals_address): Delete function.
6048 (vax_gdbarch_init): Do not set frame_locals_address.
6049 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6050 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6051 * s390-tdep.c (s390_frame_args_address): Delete function.
6052 (s390_gdbarch_init): Do not set frame_args_address or
6053 frame_locals_address.
6054 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6055 (ns32k_gdbarch_init): Do not set frame_locals_address.
6056 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6057 (hppa_frame_locals_address): Delete function.
6058 (hppa_gdbarch_init): Do not set frame_args_address, or
6059 frame_locals_address.
6060 * arm-tdep.c (arm_frame_args_address): Delete.
6061 (arm_frame_locals_address): Delete.
6062 (arm_gdbarch_init): Do not set frame_args_address, or
6063 frame_locals_address.
6064
6065 2003-06-09 Andrew Cagney <cagney@redhat.com>
6066
6067 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6068 * gdbarch.h, gdbarch.c: Re-generate.
6069 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6070 * arch-utils.c (frame_num_args_unknown): Delete function.
6071 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6072 (frame_info): Use FRAME_NUM_ARGS_P.
6073 * arm-tdep.c (arm_frame_num_args): Delete function.
6074 (arm_gdbarch_init): Do not set frame_num_args.
6075 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6076 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6077 (hppa_gdbarch_init): Do not set frame_num_args.
6078 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6079 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6080 frame_num_args to default frame_num_args_unknown.
6081 * v850-tdep.c (v850_gdbarch_init): Ditto.
6082 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6083 * sh-tdep.c (sh_gdbarch_init): Ditto.
6084 * s390-tdep.c (s390_gdbarch_init): Ditto.
6085 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6086 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6087 * mips-tdep.c (mips_gdbarch_init): Ditto.
6088 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6089 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6090 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6091 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6092 * i386-tdep.c (i386_gdbarch_init): Ditto.
6093 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6094 * frv-tdep.c (frv_gdbarch_init): Ditto.
6095 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6096 * cris-tdep.c (cris_gdbarch_init): Ditto.
6097 * avr-tdep.c (avr_gdbarch_init): Ditto.
6098 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6099
6100 2003-06-09 Andrew Cagney <cagney@redhat.com>
6101
6102 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6103 (print_frame_args): Moved to "stack.c".
6104 * stack.c: Include "gdb_assert.h".
6105 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6106 (print_frame_args): Moved from "printcmd.c".
6107 * frame.h (print_frame_args): Delete declaration.
6108 * Makefile.in (stack.o): Update dependencies.
6109
6110 2003-06-08 Andrew Cagney <cagney@redhat.com>
6111
6112 * frame.c (get_prev_frame): Remove reference to
6113 frame_args_address_correct in comments.
6114 * frame-base.c (default_frame_args_address): Delete code
6115 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6116 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6117 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6118 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6119 (vax_frame_args_address_correct): Delete declaration.
6120
6121 2003-06-08 Andrew Cagney <cagney@redhat.com>
6122
6123 * gdbarch.sh (UNWIND_SP): Add.
6124 * gdbarch.h, gdbarch.c: Re-generate.
6125 * frame.c (frame_sp_unwind): New function.
6126 (get_frame_sp): New function.
6127 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6128 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6129 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6130 value.
6131 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6132 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6133
6134 2003-06-08 Andrew Cagney <cagney@redhat.com>
6135
6136 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6137 REMOTE_BREAKPOINT.
6138 * remote.c: Update.
6139 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6140 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6141 * config/m68k/tm-sun3.h: Update.
6142 * config/m68k/tm-m68klynx.h: Update.
6143 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6144
6145 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6146 trad_frame". Update comments.
6147 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6148 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6149 (trad_frame_register_value, trad_frame_prev_register): Update.
6150
6151 2003-06-08 Andrew Cagney <cagney@redhat.com>
6152
6153 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6154 from GCC's acinclude.m4.
6155 * configure.in: Check for getopt's delcaration.
6156 * aclocal.m4, config.in, configure: Re-generate.
6157 * main.c (error_init): Delete declaration.
6158 * defs.h (error_init): Declare.
6159 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6160 (rs6000_convert_from_func_ptr_addr): Make static.
6161 (_initialize_rs6000_tdep): Add declaration.
6162 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6163 (show_commands, set_verbose, show_history): Delete declaration.
6164 * top.h (set_verbose): Add declaration.
6165 (show_history, set_history, show_commands): Add declaration.
6166 (do_restore_instream_cleanup): Add declaration.
6167 * objc-lang.c (specialcmp): Make static.
6168 (print_object_command): Make static.
6169 (find_objc_msgsend): Make static.
6170 (find_objc_msgcall_submethod_helper): Make static.
6171 (find_objc_msgcall_submethod): Make static.
6172 (_initialize_objc_language): Add declaration.
6173 (find_implementation_from_class): Make static.
6174 (find_implementation): Make static.
6175 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6176 * objc-lang.h (lookup_struct_typedef): Add declaration.
6177 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6178 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6179 (do_restore_user_call_depth): Make static.
6180 (do_restore_instream_cleanup): Delete declaration.
6181 (dont_repeat): Delete declaration.
6182 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6183 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6184 * reggroups.c (_initialize_reggroup): Add declaration.
6185 * cp-support.c (_initialize_cp_support): Add declaration.
6186 * cp-abi.c (_initialize_cp_abi): Add declaration.
6187 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6188 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6189 (_initialize_gnu_v3_abi): Add declaration.
6190 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6191 (_initialize_gnu_v2_abi): Add declaration.
6192 * frame-base.c (_initialize_frame_base): Add declaration.
6193 * doublest.c (floatformat_from_length): Make static.
6194 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6195 * frame.c (create_sentinel_frame): Make static.
6196 (_initialize_frame): Add declaration.
6197 * top.c (do_catch_errors): Make static.
6198 (gdb_rl_operate_and_get_next_completion): Make static.
6199 * typeprint.c: Include "typeprint.h".
6200 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6201 (sentinel_frame_this_id): Make static.
6202 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6203 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6204 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6205 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6206 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6207 * maint.c (maintenance_print_architecture): Make static.
6208 * signals/signals.c (_initialize_signals): Add declaration.
6209 * std-regs.c (_initialize_frame_reg): Add declaration.
6210 * jv-exp.y (push_variable): ISO C definition.
6211 (push_qualified_expression_name): Ditto.
6212 * memattr.c (_initialize_mem): Add declaration.
6213 * remote.c (remote_check_watch_resources): Make static.
6214 (remote_stopped_by_watchpoint): Make static.
6215 (remote_stopped_data_address): Make static.
6216 * d10v-tdep.c (nr_dmap_regs): Make static.
6217 (a0_regnum): Make static.
6218 (d10v_frame_unwind_cache): Make static.
6219 (d10v_frame_p): Make static.
6220 * osabi.c (show_osabi): Make static.
6221 (_initialize_gdb_osabi): Add extern declaration.
6222 * gdbtypes.c (make_qualified_type): Make static.
6223 (safe_parse_type): Make static.
6224 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6225 * macrotab.c (macro_bcache_free): Make static.
6226 * interps.c (interp_set_quiet): Make static.
6227 (interpreter_exec_cmd): Make static.
6228 * stack.h (select_frame_command): New file.
6229 * stack.c: Include "stack.h".
6230 (select_frame_command_wrapper): Delete function.
6231 (select_frame_command): Make global.
6232 * infcall.c: Include "infcall.h".
6233 * linespec.c: Include "linespec.h".
6234 * symfile.c (sections_overlap): Make static.
6235 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6236 * charset.c (_initialize_charset): Add missing prototype.
6237 * regcache.c (init_legacy_regcache_descr): Make static.
6238 (do_regcache_xfree): Make static.
6239 (regcache_xfer_part): Make static.
6240 (_initialize_regcache): Add missing prototype.
6241 * breakpoint.c (parse_breakpoint_sals): Make static.
6242 (breakpoint_sals_to_pc): Make static.
6243 * interps.h (clear_interpreter_hooks): ISO C declaration.
6244 * Makefile.in (stack_h): Define.
6245 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6246 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6247
6248 2003-06-08 Andrew Cagney <cagney@redhat.com>
6249
6250 * Makefile.in (d10v-tdep.o): Update dependencies.
6251 (SFILES): Add trad-frame.c.
6252 (trad_frame_h): Define.
6253 (COMMON_OBS): Add trad-frame.o.
6254 (trad-frame.o): Specify dependencies.
6255 * d10v-tdep.c: Include "trad-frame.h".
6256 (saved_regs_unwinder): Delete function.
6257 (d10v_frame_prev_register): Use trad_frame_prev_register.
6258 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6259 trad_frame", delete "regs" and "prev_sp".
6260 (prologue_find_regs): Use trad-frame.
6261 * trad-frame.h, trad-frame.c: New files.
6262
6263 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6264
6265 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6266
6267 2003-06-07 Adam Fedor <fedor@gnu.org>
6268
6269 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6270 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6271 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6272 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6273 resolve_msgsend_super, resolve_msgsend_super_stret):
6274 Use it.
6275
6276 2003-06-07 Andrew Cagney <cagney@redhat.com>
6277
6278 * symfile.h: Re-indent, clean up comments.
6279
6280 2003-06-07 Andrew Cagney <cagney@redhat.com>
6281
6282 * inferior.h (deprecated_write_sp): Replace
6283 generic_target_write_sp.
6284 * regcache.c (deprecated_write_sp): Replace
6285 generic_target_write_sp.
6286 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6287 * vax-tdep.c (vax_gdbarch_init): Update.
6288 * v850-tdep.c (v850_gdbarch_init): Update.
6289 * sparc-tdep.c (sparc_gdbarch_init): Update.
6290 * sh-tdep.c (sh_gdbarch_init): Update.
6291 * s390-tdep.c (s390_gdbarch_init): Update.
6292 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6293 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6294 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6295 * mcore-tdep.c (mcore_gdbarch_init): Update.
6296 * m68k-tdep.c (m68k_gdbarch_init): Update.
6297 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6298 * ia64-tdep.c (ia64_gdbarch_init): Update.
6299 * h8300-tdep.c (h8300_gdbarch_init): Update.
6300 * frv-tdep.c (frv_gdbarch_init): Update.
6301 * cris-tdep.c (cris_gdbarch_init): Update.
6302 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6303
6304 2003-06-07 Andrew Cagney <cagney@redhat.com>
6305
6306 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6307 Assert that PC_REGNUM is valid.
6308 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6309
6310 2003-06-07 Andrew Cagney <cagney@redhat.com>
6311
6312 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6313 * gdbarch.h, gdbarch.c: Regenerate.
6314 * mn10300-tdep.c: Include "gdb_assert.h".
6315 (mn10300_read_fp): New function.
6316 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6317 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6318 * ia64-tdep.c: Include "gdb_assert.h".
6319 (ia64_read_fp): New function.
6320 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6321 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6322 * regcache.c (generic_target_read_sp): Delete function.
6323 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6324 * inferior.h (generic_target_read_sp): Delete declaration.
6325 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6326 generic_target_read_sp.
6327 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6328 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6329 * sh-tdep.c (sh_gdbarch_init): Ditto.
6330 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6331 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6332
6333 2003-06-07 Andrew Cagney <cagney@redhat.com>
6334
6335 * gdbarch.sh: Comment each field of startup_gdbarch.
6336 * gdbarch.h, gdbarch.c: Re-generate.
6337
6338 2003-06-07 Andrew Cagney <cagney@redhat.com>
6339
6340 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6341 * gdbarch.h, gdbarch.c: Re-generate.
6342 * regcache.c: Update comments on read_pc et.al.
6343 (generic_target_read_pc): Delete function.
6344 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6345 * inferior.h (generic_target_read_pc): Delete declaration.
6346 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6347 generic_target_read_pc.
6348 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6349 * sh-tdep.c (sh_gdbarch_init): Ditto.
6350 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6352
6353 2003-06-07 Andrew Cagney <cagney@redhat.com>
6354
6355 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6356 "index" with "special_local_sect". Use strcmp instead of STREQ.
6357 Append period to coments.
6358
6359 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6360
6361 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6362 (elfstab_offset_sections): Likewise.
6363 * gdb-stabs.h (stab_section_info): Likewise.
6364 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6365 * objfiles.c (objfile_relocate): Likewise.
6366 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6367 * remote.c (get_offsets): Likewise.
6368 (remote_cisco_objfile_relocate): Likewise.
6369 * somread.c (som_symfile_offsets): Likewise.
6370 * symfile.c (alloc_section_addr_info): New function.
6371 (build_section_addr_info_from_section_tab): Use it.
6372 (free_section_addr_info): Adjust.
6373 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6374 (syms_from_objfile): Allocate local_addr dynamically.
6375 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6376 dynamically.
6377 (add_symbol_file_command): Allocate sect_opts dynamically.
6378 (reread_symbols): Avoid use of SECT_OFF_MAX.
6379 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6380 (alloc_section_addr_info): Declare it.
6381 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6382 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6383 dynamically.
6384 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6385
6386 2003-06-06 Andrew Cagney <cagney@redhat.com>
6387
6388 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6389 (d10v_frame_unwind_cache): Do not set "return_pc".
6390
6391 2003-06-06 Michael Snyder <msnyder@redhat.com>
6392
6393 * h8300-tdep.c: Make tidy (long lines).
6394
6395 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6396
6397 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6398 to regcache_collect().
6399
6400 2003-06-05 J. Brobecker <brobecker@gnat.com>
6401
6402 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6403 pc_in_sigtramp multiarch method.
6404 (hppa_hpux_som_init_abi): Use it.
6405 (hppa_hpux_elf_init_abi): Likewise.
6406 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6407 macro has been multiarched.
6408 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6409 macro here, as hppa64 isn't multiarched yet.
6410
6411 2003-06-05 Andrew Cagney <cagney@redhat.com>
6412
6413 * Makefile.in (value_h): Add $(frame_h).
6414 * value.h: Include "frame.h".
6415 (struct value): Replace "frame_addr" with "frame_id".
6416 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6417 * values.c (allocate_value): Use VALUE_FRAME_ID.
6418 (value_copy): Use VALUE_FRAME_ID.
6419 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6420 * valops.c (value_assign): Update. Use frame_find_by_id.
6421
6422 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6423
6424 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6425 in each pass.
6426
6427 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6428
6429 * thread-db.c (check_event): For create/death event breakpoints,
6430 loop through all messages to ensure that we read the message
6431 corresponding to the breakpoint we are at.
6432
6433 2003-06-04 Michael Snyder <msnyder@redhat.com>
6434
6435 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6436
6437 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6438
6439 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6440 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6441 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6442 when handling .eh_frame sections.
6443
6444 2003-06-04 J. Brobecker <brobecker@gnat.com>
6445
6446 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6447 prepare_to_proceed procedure instead of the hppa-specific one.
6448 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6449
6450 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6451
6452 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6453 * config.in: Regenerated.
6454 * configure.in: Add test for syscall function and check for
6455 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6456 * configure: Regenerated.
6457 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6458 <sys/syscall.h>.
6459 (kill_lwp): New function that uses tkill syscall or
6460 uses kill, depending on whether threading model is nptl or not.
6461 All callers of kill() changed to use kill_lwp().
6462 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6463 see if all threads have already exited in the nptl model.
6464 (stop_and_resume_callback): New callback function used by the
6465 lin_lwp_wait thread exit handling code.
6466 (stop_wait_callback): Check for threads already having exited and
6467 delete such threads fromt the lwp list when discovered.
6468 (stop_callback): Don't assert retcode of kill call.
6469
6470 Roland McGrath <roland@redhat.com>
6471 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6472 nptl libthread_db.
6473
6474 2003-06-03 Richard Henderson <rth@redhat.com>
6475
6476 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6477 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6478 (alpha_sigtramp_frame_prev_register): Likewise.
6479 (alpha_heuristic_frame_prev_register): Likewise.
6480 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6481
6482 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6483 alpha-specific register id names.
6484 (alpha_mdebug_frame_unwind_cache): Likewise.
6485 (alpha_mdebug_frame_prev_register): Likewise.
6486
6487 2003-06-03 Richard Henderson <rth@redhat.com>
6488
6489 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6490 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6491 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6492 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6493 unwind routines.
6494 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6495 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6496 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6497
6498 * alpha-linux-tdep.c: Remove unnecessary includes.
6499 * Makefile.in (alpha-linux-tdep.o): Update.
6500
6501 2003-06-03 Richard Henderson <rth@redhat.com>
6502
6503 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6504 (alphabsd_fill_fpreg): Likewise.
6505
6506 2003-06-03 J. Brobecker <brobecker@gnat.com>
6507
6508 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6509 references to struct frame_info fields by calls to the equivalent
6510 accessors. Necessary now that frame_info is opaque.
6511
6512 2003-06-03 J. Brobecker <brobecker@gnat.com>
6513
6514 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6515 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6516 structure, field no longer exists.
6517
6518 2003-06-03 J. Brobecker <brobecker@gnat.com>
6519
6520 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6521 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6522
6523 2003-06-03 J. Brobecker <brobecker@gnat.com>
6524
6525 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6526 references to struct frame_info fields by calls to the equivalent
6527 accessors. Necessary now that frame_info is opaque.
6528
6529 2003-06-03 J. Brobecker <brobecker@gnat.com>
6530
6531 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6532 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6533 structure, field no longer exists.
6534
6535 2003-06-03 Theodore A. Roth <troth@openavr.org>
6536
6537 * remote.c (init_remote_state): Compute sizeof_g_packet by
6538 accumulation of the size of all registers instead of blindly using
6539 DEPRECATED_REGISTER_BYTES.
6540
6541 2003-06-03 Michael Snyder <msnyder@redhat.com>
6542
6543 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6544 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6545 for h8300sx.
6546
6547 2003-06-03 J. Brobecker <brobecker@gnat.com>
6548
6549 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6550 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6551
6552 2003-06-03 Andrew Cagney <cagney@redhat.com>
6553
6554 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6555 (sparc_convert_to_raw): Delete function.
6556 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6557 register_convert_to_virtual.
6558
6559 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6560
6561 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6562 layer if not dealing with a statically-linked threaded program.
6563
6564 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6565
6566 * solib.c (solib_open): Update comment to reflect actual search order.
6567
6568 2003-06-03 Andrew Cagney <cagney@redhat.com>
6569
6570 * frame.c (get_frame_memory_signed): New function.
6571 (get_frame_memory, get_frame_memory_unsigned): New function.
6572 (get_frame_arch): New function.
6573 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6574 (get_frame_memory, get_frame_unsigned_memory): Declare.
6575 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6576 get_frame_memory_unsigned and get_frame_arch.
6577 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6578
6579 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6580
6581 * MAINTAINERS (write after approval): Add myself.
6582
6583 2003-06-03 Jim Blandy <jimb@redhat.com>
6584
6585 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6586 elements of gregset_t are 64 bits each, but access registers
6587 are still 32 bits, so they're packed two per gregset_t
6588 element. Unpack/pack them properly.
6589
6590 2003-06-02 David Carlton <carlton@bactrian.org>
6591
6592 * linespec.c (find_methods): Break out code into
6593 add_matching_methods and add_constructors.
6594 (add_matching_methods): New.
6595 (add_constructors): Ditto.
6596
6597 2003-06-02 Andrew Cagney <cagney@redhat.com>
6598
6599 * sparc-tdep.c (sparc_print_registers): Delete call to
6600 REGISTER_CONVERTIBLE.
6601 (sparc_gdbarch_init): Do not set register_convertible.
6602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6603 * frv-tdep.c (frv_gdbarch_init): Ditto.
6604 * cris-tdep.c (cris_gdbarch_init): Ditto.
6605
6606 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6607
6608 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6609 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6610 (syms_from_objfile): Ditto.
6611
6612 2003-06-03 Andreas Schwab <schwab@suse.de>
6613
6614 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6615 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6616
6617 2003-06-02 Richard Henderson <rth@redhat.com>
6618
6619 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6620 a member of all_reggroup.
6621
6622 2003-06-02 Richard Henderson <rth@redhat.com>
6623
6624 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6625 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6626 (alpha_lds, alpha_sts): New.
6627 (alpha_convert_register_p): Change from _register_convertible.
6628 (alpha_register_to_value): Change from _convert_to_virtual;
6629 restructure and fail for type sizes other than 4 or 8.
6630 (alpha_value_to_register): Similarly.
6631 (alpha_extract_return_value): Use alpha_sts.
6632 (alpha_store_return_value): Use alpha_lds.
6633 (alpha_gdbarch_init): Update hooks.
6634
6635 2003-06-02 Richard Henderson <rth@redhat.com>
6636
6637 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6638 regnum identifiers.
6639 (alpha_sigtramp_register_address): Likewise.
6640
6641 2003-06-02 Richard Henderson <rth@redhat.com>
6642
6643 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6644 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6645 * alpha-tdep.h: Declare them.
6646
6647 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6648 Remove zerobuf. Don't error on UNIQUE.
6649 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6650 (ALPHA_REGSET_UNIQUE): Provide default.
6651 (supply_gregset): Use alpha_supply_int_regs.
6652 (fill_gregset): Use alpha_fill_int_regs.
6653 (supply_fpregset): Use alpha_supply_fp_regs.
6654 (fill_fpregset): Use alpha_fill_fp_regs.
6655 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6656 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6657 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6658 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6659 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6660 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6661
6662 2003-06-02 Richard Henderson <rth@redhat.com>
6663
6664 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6665
6666 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6667 (alpha_store_return_value): Likewise.
6668
6669 2003-06-02 David Carlton <carlton@math.stanford.edu>
6670
6671 * block.c (contained_in): Add 'const' to arguments.
6672 (block_function): Ditto.
6673 * block.h: Update declarations for block_function and
6674 contained_in.
6675
6676 2003-06-02 David Carlton <carlton@math.stanford.edu>
6677
6678 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6679 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6680 * p-valprint.c (pascal_val_print): Ditto.
6681 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6682
6683 2003-06-02 Richard Henderson <rth@redhat.com>
6684
6685 * alpha-tdep.c (alpha_push_dummy_call): Use
6686 builtin_type_ieee_double_little instead of builtin_type_double.
6687
6688 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6689 sign-extension of 32-bit values.
6690 (alpha_store_return_value): Similarly.
6691
6692 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6693 (alpha_extract_return_value): Likewise.
6694 (alpha_store_return_value): Likewise.
6695
6696 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6697 (alpha_store_return_value): Error on IEEE Quad floats.
6698
6699 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6700 (alpha_extract_struct_value_address): Likewise.
6701 (alpha_store_return_value): Likewise.
6702 (alpha_store_struct_return): Remove.
6703 (alpha_gdbarch_init): Update hook registration to match.
6704
6705 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6706 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6707 macros where appropriate.
6708 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6709 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6710
6711 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6712 for SP, GP; void_func_ptr for PC; non-language-specific types
6713 for all others.
6714 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6715
6716 2003-06-02 Richard Henderson <rth@redhat.com>
6717
6718 * top.h (lim_at_start): Declare.
6719 * main.c (captured_main): Set it.
6720 * top.c (lim_at_start): Define.
6721 (command_loop): Use it instead of &environ.
6722 * event-top.c (command_handler): Likewise.
6723
6724 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6725
6726 * mipsnbsd-tdep.c: Update copyright years.
6727 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6728
6729 2003-06-01 Richard Henderson <rth@redhat.com>
6730
6731 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6732 (alpha-linux-tdep.o): Update dependencies.
6733 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6734 * alpha-mdebug-tdep.c: Remove unneeded includes.
6735
6736 2003-06-01 Richard Henderson <rth@redhat.com>
6737
6738 * alpha-tdep.c (alpha_register_reggroup_p): New.
6739 (alpha_gdbarch_init): Register it.
6740
6741 2003-06-02 Andrew Cagney <cagney@redhat.com>
6742
6743 * dwarfread.c: Eliminate "register"
6744 (decode_die_type): Eliminate assignment within "if".
6745 (struct_type, decode_array_element_type): Ditto.
6746 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6747 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6748 (decode_modified_type, completedieinfo): Ditto.
6749 * block.c: Eliminate "register".
6750 (blockvector_for_pc_sect): Eliminate assignment within "if".
6751 * cp-support.h (struct symbol): Opaque declaration.
6752 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6753
6754 2003-06-01 Richard Henderson <rth@redhat.com>
6755
6756 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6757 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6758
6759 2003-06-01 Adam Fedor <fedor@gnu.org>
6760
6761 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6762 * gdbarch.[ch]: Regenerate.
6763 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6764 (hppa_gdbarch_init): Set it in the gdbarch vector.
6765 * i386-tdep.c (i386_fetch_pointer_argument): New
6766 (i386_gdbarch_init): Set it into gdbarch.
6767 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6768 (rs6000_gdbarch_init): Set it in gdbarch.
6769 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6770 (sparc_gdbarch_init): Set it in gdbarch.
6771
6772 2003-06-01 Andrew Cagney <cagney@redhat.com>
6773
6774 * defs.h (extract_address): Delete declaration.
6775 * findvar.c (extract_address): Delete function.
6776 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6777 extract_address with the inline equivalent,
6778 extract_unsigned_integer.
6779 (xstormy16_extract_struct_value_address): Ditto.
6780 (xstormy16_pointer_to_address): Ditto.
6781 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6782 * v850-tdep.c (v850_push_arguments): Ditto.
6783 (v850_extract_return_value): Ditto.
6784 (v850_extract_struct_value_address): Ditto.
6785 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6786 (sparcnbsd_get_longjmp_target_64): Ditto.
6787 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6788 (get_longjmp_target): Ditto.
6789 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6790 (sh64_extract_struct_value_address): Ditto.
6791 (sh_push_arguments): Ditto.
6792 (sh64_push_arguments): Ditto.
6793 * remote-vxsparc.c (vx_read_register): Ditto.
6794 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6795 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6796 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6797 * mipsv4-nat.c (get_longjmp_target): Ditto.
6798 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6799 * mips-nat.c (get_longjmp_target): Ditto.
6800 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6801 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6802 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6803 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6804 * irix5-nat.c (get_longjmp_target): Ditto.
6805 * irix4-nat.c (get_longjmp_target): Ditto.
6806 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6807 (ia64_push_arguments): Ditto.
6808 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6809 * h8300-tdep.c (h8300_push_arguments): Ditto.
6810 (h8300_store_return_value): Ditto.
6811 (h8300_extract_struct_value_address): Ditto.
6812 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6813 (frv_push_arguments): Ditto.
6814 * avr-tdep.c (avr_pointer_to_address): Ditto.
6815 (avr_push_arguments): Ditto.
6816 * arm-tdep.c (arm_push_dummy_call): Ditto.
6817 (arm_get_longjmp_target): Ditto.
6818 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6819 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6820 (alpha_get_longjmp_target): Ditto.
6821
6822 * solib-irix.c (extract_mips_address): Inline extract_address,
6823 replacing it with extract_signed_integer.
6824 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6825 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6826 (first_link_map_member, open_symbol_file_object): Ditto.
6827 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6828 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6829 (LM_NEXT, LM_NAME): Ditto.
6830
6831 2003-06-01 Richard Henderson <rth@redhat.com>
6832
6833 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6834 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6835 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6836 (alpha_cannot_store_register): Likewise.
6837 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6838 * alpha-nat.c (supply_gregset): Likewise.
6839 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6840
6841 2003-06-01 Andrew Cagney <cagney@redhat.com>
6842
6843 * infcall.c (call_function_by_hand): Update comment on
6844 DEPRECATED_DUMMY_WRITE_SP.
6845
6846 * mips-tdep.c (mips_gdbarch_init): Do not set
6847 deprecated_dummy_write_sp.
6848 (mips_eabi_push_dummy_call): Set the SP register.
6849 (mips_o64_push_dummy_call): Set the SP register.
6850 (mips_o32_push_dummy_call): Set the SP register.
6851 (mips_n32n64_push_dummy_call): Set the SP register.
6852
6853 2003-06-01 Richard Henderson <rth@redhat.com>
6854
6855 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6856 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6857 (supply_gregset): Likewise.
6858 * alpha-tdep.c (alpha_store_return_value): Likewise.
6859 (alpha_get_longjmp_target): Likewise.
6860 (alpha_register_name): Constify array.
6861 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6862 deprecated_register_size, deprecated_register_bytes,
6863 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6864 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6865 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6866
6867 2003-06-01 Richard Henderson <rth@redhat.com>
6868
6869 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6870 from arg_reg_buffer to regcache to avoid double conversion.
6871
6872 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6873
6874 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6875 SP_REGNUM.
6876 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6877 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6878
6879 2003-06-01 Richard Henderson <rth@redhat.com>
6880
6881 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6882 (decode_frame_entry): Set it. Skip FDE augmentation.
6883
6884 2003-06-01 Richard Henderson <rth@redhat.com>
6885
6886 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6887 not overlapping PC_REGNUM.
6888
6889 2003-06-01 Richard Henderson <rth@redhat.com>
6890
6891 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6892 alpha_push_arguments. Don't dump argument register data to
6893 the target stack. Fix float and 128-bit long double semantics.
6894 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6895 (alpha_fix_call_dummy): Remove.
6896 (alpha_call_dummy_words): Remove.
6897 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6898
6899 2003-06-01 Richard Henderson <rth@redhat.com>
6900
6901 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6902
6903 2003-06-01 Andrew Cagney <cagney@redhat.com>
6904
6905 * mips-tdep.c (is_mips16_addr): New function.
6906 (make_mips16_addr, unmake_mips16_addr): New functions.
6907 (pc_is_mips16, mips_fetch_instruction): Use.
6908 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6909 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6910 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6911 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6912 TARGET_MIPS.
6913 * config/mips/tm-mips.h: Update copyright.
6914 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6915 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6916 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6917 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6918 (TM_PRINT_INSN_MACH): Delete.
6919 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6920
6921 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6922 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6923 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6924 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6925 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6926 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6927 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6928 mips*-*-riscos* and mips*-*-sysv* onto mips.
6929 * config/mips/mips64.mt: New file.
6930 * config/mips/mips.mt: New file.
6931 * config/mips/littlemips.mt: Delete file.
6932 * config/mips/decstation.mt: Delete file.
6933 * config/mips/vr4300el.mt: Delete file.
6934 * config/mips/vr5000el.mt: Delete file.
6935 * config/mips/vr5000.mt: Delete file.
6936 * config/mips/vr4100.mt: Delete file.
6937 * config/mips/vr4xxxel.mt: Delete file.
6938 * config/mips/vr4300.mt: Delete file.
6939 * config/mips/vr4xxx.mt: Delete file.
6940 * config/mips/bigmips.mt: Delete file.
6941 * config/mips/bigmips64.mt: Delete file.
6942 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6943 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6944 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6945 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6946 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6947 "tm-bigmips.h".
6948 * config/mips/tm-irix3.h: Ditto.
6949 * config/mips/tm-mipsv4.h: Ditto.
6950 * config/mips/tm-embed.h: Ditto.
6951 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6952 "tm-bigmips64.h".
6953 * config/mips/tm-vr5000el.h: Delete file.
6954 * config/mips/tm-tx39l.h: Delete file.
6955 * config/mips/tm-vr4300el.h: Delete file.
6956 * config/mips/tm-vr4xxxel.h: Delete file.
6957 * config/mips/tm-vr4300.h: Delete file.
6958 * config/mips/tm-vr4100.h: Delete file.
6959 * config/mips/tm-vr4xxx.h: Delete file.
6960 * config/mips/tm-vr5000.h: Delete file.
6961 * config/mips/tm-embedl64.h: Delete file.
6962 * config/mips/tm-embedl.h: Delete file.
6963 * config/mips/tm-embed64.h: Delete file.
6964 * config/mips/tm-bigmips64.h: Delete file.
6965 * config/mips/tm-bigmips.h: Delete file.
6966
6967 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6968
6969 Fix gdb/1216.
6970 * shnbsd-nat.c: Include "sh-tdep.h".
6971
6972 From Richard Henderson <rth@redhat.com>:
6973 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6974
6975 2003-05-31 Andrew Cagney <cagney@redhat.com>
6976
6977 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6978 forward declaration.
6979 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6980 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6981 (mips_find_saved_regs): Use set_reg_offset.
6982 (mips_frame_init_saved_regs): Delete function.
6983 (mips_pop_frame): Call mips_find_saved_regs instead of
6984 DEPRECATED_FRAME_INIT_SAVED_REGS.
6985
6986 2003-05-31 Andrew Cagney <cagney@redhat.com>
6987
6988 * mips-tdep.c (mips_gdbarch_init): Do not set
6989 deprecated_max_register_raw_size, register_virtual_size, and
6990 deprecated_max_register_virtual_size.
6991
6992 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6993
6994 * i386-tdep.c: Include "dwarf2-frame.h".
6995 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6996 * Makefile.in (i386-tdep.o): Update dependencies.
6997
6998 * dwarf2-frame.c, dwarf2-frame.h: New files.
6999 * Makefile.in (SFILES): Add dwarf2-frame.c.
7000 (dwarf2_frame_h): Define.
7001 (COMMON_OBS): Add dwarf2-frame.o.
7002 (dwarf2-frame.o): Add dependencies.
7003
7004 2003-05-31 Andreas Jaeger <aj@suse.de>
7005
7006 * x86-64-linux-nat.c: Fix comment.
7007
7008 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7009
7010 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7011 function signature.
7012
7013 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7014 have a sigcontext_addr handler.
7015 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7016 sigcontext_addr handler.
7017
7018 2003-05-31 Andrew Cagney <cagney@redhat.com>
7019
7020 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7021 (print_fp_register_row): Replace do_fp_register_row.
7022 (mips_print_fp_register): Add "file" and "frame" parameters.
7023 (mips_print_register): Add "file" and "frame" parameters.
7024 (mips_print_registers_info): Replace mips_do_registers_info.
7025 (mips_gdbarch_init): Set print_registers_info instead of
7026 deprecated_do_registers_info.
7027 (mips_read_fp_register_single): Add "frame" parameter.
7028 (mips_read_fp_register_double): Add "frame" parameter.
7029
7030 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7031
7032 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7033 Fixes a bug where GDB would print the wrong register names for
7034 targets without SSE.
7035
7036 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7037 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7038 registers.
7039
7040 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7041 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7042 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7043 TDEP->sc_sp_offset.
7044
7045 From Michal Ludvig <mludvig@suse.cz>:
7046 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7047 and `sc_num_regs'.
7048 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7049 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7050 I386_ST0_REGNUM): Move here from...
7051 * i386-tdep.c: ... here.
7052 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7053 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7054 registers if possible.
7055 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7056 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7057 Remove variables.
7058 (i386bsd_sc_reg_offset): New variable.
7059 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7060 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7061 TDEP->sc_sp_offset.
7062 (i386fbsd_sc_reg_offset): New variable.
7063 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7064 TDEP->sc_num_regs.
7065 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7066 variables.
7067 (i386fbsd4_sc_reg_offset): New variable.
7068 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7069 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7070 TDEP->sc_sp_offset.
7071 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7072 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7073 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7074 Remove variables.
7075 (i386nbsd_sc_reg_offset): New variable.
7076 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7077 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7078 TDEP->sc_sp_offset.
7079 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7080 Remove variables.
7081 (i386obsd_sc_reg_offset): New variable.
7082 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7083 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7084 TDEP->sc_sp_offset.
7085 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7086 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7087 for frame pointer offset in `struct sigcontext'.
7088
7089 2003-05-31 Andrew Cagney <cagney@redhat.com>
7090
7091 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7092 architecture methods call_dummy_words, sizeof_call_dummy_words,
7093 push_return_address, store_struct_return, and fix_call_dummy. Set
7094 push_dummy_call instead of deprecated_push_arguments.
7095 (mips_store_struct_return): Delete function.
7096 (mips_fix_call_dummy): Delete function.
7097 (mips_push_return_address): Delete function.
7098 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7099 RA_REGNUM and T9_REGNUM.
7100 (mips_n32n64_push_dummy_call): Ditto for
7101 mips_n32n64_push_arguments.
7102 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7103 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7104
7105 2003-05-31 Andrew Cagney <cagney@redhat.com>
7106
7107 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7108 "dummy_addr" to "bp_addr".
7109 * infcall.c (call_function_by_hand): Pass "funaddr" to
7110 gdbarch_push_dummy_call.
7111 * gdbarch.h, gdbarch.c: Re-generate.
7112 * i386-tdep.c (i386_push_dummy_call): Update.
7113 * arm-tdep.c (arm_push_dummy_call): Update.
7114 * d10v-tdep.c (d10v_push_dummy_call): Update.
7115
7116 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7117
7118 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7119 variable declarations.
7120 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7121 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7122 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7123 x86_64_init_frame_pc, x86_64_init_frame_pc,
7124 x86_64_function_has_prologue): Remove prototypes.
7125 (X86_64_NUM_GREGS): New define.
7126 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7127 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7128 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7129 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7130 XMM1_REGNUM): Remove defines.
7131 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7132 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7133 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7134 X86_64_XMM1_REGNUM): New defines.
7135 (struct x86_64_register_info): Renamed from `struct
7136 register_info'. Remove `size' member.
7137 (x86_64_register_info_table): Remove variable.
7138 (x86_64_register_info): New variable.
7139 (X86_64_NUM_REGS): New define.
7140 (X86_64_NUM_GREGS): Remove define.
7141 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7142 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7143 Remove variables.
7144 (x86_54_dwarf2_reg_to_regnum): Remove function.
7145 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7146 (x86_64_dwarf_reg_to_regnum): New function.
7147 (x86_64_register_name): Rewrite.
7148 (x86_64_register_raw_size): Remove function.
7149 (x86_64_register_byte_table): Remove variable.
7150 (x86_64_register_byte): Remove function.
7151 (x86_64_register_virtual_type): Remove function.
7152 (x86_64_register_type): New function.
7153 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7154 x86_64_register_convert_to_raw): Remove functions.
7155 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7156 (x86_64_use_struct_convention): Make static. Adjust for renamed
7157 defines.
7158 (x86_64_frame_init_saved_regs): Remove function.
7159 (x86_64_push_arguments): Make static. Change to accept a regcache
7160 as argument.
7161 (x86_64_store_return_value, x86_64_extract_return_value): Make
7162 static. Rewrite based on i386 counterparts.
7163 (x86_64_push_dummy_call): New function.
7164 (X86_64_NUM_SAVED_REGS): New define.
7165 (x86_64_register_number): Remove function.
7166 (x86_64_store_struct_return): Remove function.
7167 (x86_64_frameless_function_invocation,
7168 x86_64_function_has_prologue): Remove functions.
7169 (PROLOG_BUFSIZE): Remove define.
7170 (struct x86_64_frame_cache): New structure.
7171 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7172 x86_64_frame_cache, x86_64_frame_this_id,
7173 x86_64_frame_prev_register, x86_64_frame_p,
7174 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7175 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7176 functions.
7177 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7178 variables.
7179 (x86_64_skip_prologue): Rewrite in terms of
7180 x86_64_analyze_prologue.
7181 (x86_64_frame_base_address): New function.
7182 (x86_64_frame_base): New variable.
7183 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7184 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7185 set deprecated_fp_regnum, deprecated_register_size,
7186 deprecated_register_bytes, register_raw_size, register_byte,
7187 register_virtual_type, register_convertiable,
7188 register_convert_to_virtual, convert_to_raw,
7189 deprecated_get_saved_register, deprecated_target_read_fp,
7190 deprecated_push_arguments, deprecated_push_return_address,
7191 deprecated_pop_frame, deprecated_store_struct_return,
7192 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7193 frameless_function_invocation, deprecated_frame_saved_pc,
7194 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7195 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7196 deprecated_init_frame_pc and virtual_frame_pointer. Call
7197 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7198 and x86_64_frame_p. Call frame_base_set_default to register
7199 x86_64_frame_base.
7200 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7201 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7202 (_initialize_x86_64_tdep): Remove function.
7203 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7204 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7205 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7206 define.
7207 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7208 (x86_64_linux_sigcontext_addr): Rewrite.
7209 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7210 x86_64_linux_frame_saved_pc): Remove functions.
7211 (x86_64_linux_pc_in_sigtramp): Renamed from
7212 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7213 trampoline.
7214 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7215 Remove_functions.
7216 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7217 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7218 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7219 (x86_64_regmap): Rename to regmap.
7220 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7221 x86_64_num_gregs.
7222 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7223 x86_64_regmap.
7224 (x86_64_fxsave_offset): Remove function.
7225 (supply_fpregset): Simply call x86_64_supply_fxsave.
7226 (fill_fpregset): Simply call x86_64_fill_fxsave.
7227 (fetch_inferior_registers, store_inferior_registers): Avoid
7228 asignment in if-statement.
7229 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7230 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7231 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7232 (fetch_core_registers): Remove function.
7233 (linux_elf_core_fns): Remove.
7234 (offsetoff): Don't define.
7235 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7236 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7237 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7238 add core-regset.o.
7239 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7240 protection against multiple includes instead of NM_X86_64_h. Add
7241 various comments. Include "config/nm-linux.h". Don't include
7242 <signal.h>.
7243 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7244 GET_THREAD_SIGNALS): Remove defines.
7245 (x86_64_register_u_addr, kernel_u_size,
7246 lin_thread_get_thread_signals): Remove prototypes.
7247 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7248 [HAVE_LINK_H]: Don't include "solib.h".
7249 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7250 * config/i386/tm-x86-64linux.h: Fix comments.
7251 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7252 x86-64-tdep.o): Update dependencies.
7253
7254 2003-05-30 Andrew Cagney <cagney@redhat.com>
7255
7256 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7257 Change parameter type to a "struct regcache *".
7258
7259 * gdbarch.sh: Regardless of the multi-arch level, always define
7260 the macro when not already defined.
7261 * gdbarch.h, gdbarch.c: Re-generate.
7262
7263 2003-05-30 Richard Henderson <rth@redhat.com>
7264
7265 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7266 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7267 (alpha_mdebug_frame_this_id): Likewise.
7268 (alpha_mdebug_frame_prev_register): Likewise.
7269 (alpha_mdebug_frame_base_address): Likewise.
7270 (alpha_mdebug_frame_locals_address): Likewise.
7271 (alpha_mdebug_frame_args_address): Likewise.
7272 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7273 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7274 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7275 loop increment.
7276 (alpha_heuristic_frame_this_id): Make static.
7277 (alpha_heuristic_frame_prev_register): Likewise.
7278 (alpha_heuristic_frame_base_address): Likewise.
7279 * alpha-tdep.h: Update.
7280
7281 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7282
7283 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7284 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7285 defenitions.
7286 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7287 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7288 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7289 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7290 I386_ST0_REGNUM): New defines.
7291 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7292 codestream_get): Remove define.
7293 (codestream_next_addr, condestream_addr, condestream_buf,
7294 codestream_off, codestream_cnt): Remove variables.
7295 (codestream_fill, codestream_seek, codestream_read): Remove
7296 functions.
7297 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7298 functionality.
7299 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7300 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7301 i386_frame_saved_pc, i386_saved_pc_after_call,
7302 i386_frame_num_args, i386_frame_init_saved_regs,
7303 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7304 i386_push_arguments): Remove functions.
7305 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7306 functionality. Use i386_analyze_prologue instead of
7307 i386_get_frame_setup.
7308 (I386_NUM_SAVED_REGS): New define.
7309 (struct i386_frame_cache): New structure.
7310 (i386_alloc_frame_cache, i386_analyze_struct_return,
7311 i386_skip_probe, i386_analyze_frame_setup,
7312 i386_analyze_register_saves, i386_analyze_prologue,
7313 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7314 i386_frame_prev_register, i386_sigtramp_frame_cache,
7315 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7316 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7317 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7318 New functions.
7319 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7320 New variables.
7321 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7322 I386_EAX_REGNUM and I386_EDX_REGNUM.
7323 (i386_extract_return_value, i386_store_return_value): Use
7324 I386_ST0_REGNUM where appropriate.
7325 (i386_extract_struct_value_address): Rewrite to use extract_address.
7326 (i386_svr4_pc_in_sigtramp): Add comment.
7327 (i386_svr4_sigcontext_addr): Rewrite.
7328 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7329 TDEP->sc_sp_offset.
7330 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7331 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7332 of new defines. Set push_dummy_call, don't set
7333 deprecated_push_arguments, deprecated_push_return_address,
7334 deprecated_pop_frame. Don't set parm_boundary. Don't set
7335 deprecated_frame_chain, deprecated_frame_saved_pc,
7336 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7337 save_dummy_frame_tos, unwind_pc. Call
7338 frame_unwind_append_predicate and frame_base_set_default. Don't
7339 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7340 Don't set frameless_function_invocation. Don't set
7341 deprecated_register_bytes, deprecated_register_size,
7342 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7343 * i386-linux-tdep.c: Fix formatting in some comments.
7344 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7345 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7346 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7347 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7348 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7349 redundant parentheses.
7350 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7351 (i386_linux_sigcontext_addr): Use it. Rewrite.
7352 (find_minsym_and_objfile): Change name of second argument.
7353 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7354 changed. Use frame_pc_unwind instead of
7355 DEPRECATED_SAVED_PC_AFTER_CALL.
7356 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7357 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7358 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7359 unwinder.
7360 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7361 "dummy-frame.h".
7362 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7363 (_initialize_i386_cygwin_tdep): New prototype.
7364 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7365 deprecated_frame_chain_valid.
7366 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7367 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7368 Rely on the SVR4 defaults.
7369 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7370 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7371
7372 2003-05-30 Andrew Cagney <cagney@redhat.com>
7373
7374 * infcall.c (call_function_by_hand): Always call
7375 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7376
7377 2003-05-30 Richard Henderson <rth@redhat.com>
7378
7379 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7380 increment.
7381
7382 2003-05-29 Jim Blandy <jimb@redhat.com>
7383
7384 Use gdbarch methods for solib stuff on PowerPC Linux.
7385 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7386 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7387 show through.
7388 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7389 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7390 giving the same effect as the #definitions above.
7391
7392 2003-05-29 Adam Fedor <fedor@gnu.org>
7393
7394 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7395 (find_implementation_from_class): Replace it with the standard
7396 case i.e. do nothing.
7397
7398 2003-05-29 Richard Henderson <rth@redhat.com>
7399
7400 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7401 (alpha_linux_sigtramp_offset): Use it. Make static.
7402 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7403 update for new frame model.
7404 * alpha-mdebug-tdep.c: New file.
7405 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7406 (alpha_osf1_init_abi): Install it.
7407 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7408 (linked_proc_desc_table): Remove.
7409 (alpha_frame_past_sigtramp_frame): Remove.
7410 (alpha_dynamic_sigtramp_offset): Remove.
7411 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7412 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7413 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7414 (push_sigtramp_desc): Remove.
7415 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7416 (alpha_cannot_store_register): Likewise.
7417 (alpha_sigcontext_addr): Remove.
7418 (alpha_find_saved_regs): Remove.
7419 (alpha_frame_init_saved_regs): Remove.
7420 (alpha_init_frame_pc_first): Remove.
7421 (read_next_frame_reg): Remove.
7422 (alpha_frame_saved_pc): Remove.
7423 (alpha_saved_pc_after_call): Remove.
7424 (temp_proc_desc, temp_saved_regs): Remove.
7425 (alpha_about_to_return): Remove.
7426 (cached_proc_desc): Remove.
7427 (alpha_frame_chain): Remove.
7428 (alpha_print_extra_frame_info): Remove.
7429 (alpha_init_extra_frame_info): Remove.
7430 (alpha_frame_locals_address): Remove.
7431 (alpha_frame_args_address): Remove.
7432 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7433 (alpha_push_dummy_frame): Remove.
7434 (alpha_pop_frame): Remove.
7435 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7436 (alpha_read_insn): New.
7437 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7438 for different insn encodings.
7439 (alpha_in_lenient_prologue): Remove.
7440 (struct alpha_sigtramp_unwind_cache): New.
7441 (alpha_sigtramp_frame_unwind_cache): New.
7442 (alpha_sigtramp_register_address): New.
7443 (alpha_sigtramp_frame_this_id): New.
7444 (alpha_sigtramp_frame_prev_register): New.
7445 (alpha_sigtramp_frame_unwind): New.
7446 (alpha_sigtramp_frame_p): New.
7447 (struct alpha_heuristic_unwind_cache): New.
7448 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7449 don't count nop insns that occur between functions.
7450 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7451 heuristic_proc_desc, but without the mdebug wrapping.
7452 (alpha_heuristic_frame_this_id): New.
7453 (alpha_heuristic_frame_prev_register): New.
7454 (alpha_heuristic_frame_unwind): New.
7455 (alpha_heuristic_frame_p): New.
7456 (alpha_heuristic_frame_base_address): New.
7457 (alpha_heuristic_frame_base): New.
7458 (alpha_unwind_dummy_id): New.
7459 (alpha_unwind_pc): New.
7460 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7461 frame related deprecated initializations; install replacements.
7462 (alpha_dump_tdep): Remove.
7463 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7464 (alpha_read_insn, alpha_after_prologue,
7465 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7466 alpha_heuristic_frame_prev_register,
7467 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7468 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7469 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7470 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7471
7472 2003-05-29 Andrew Cagney <cagney@redhat.com>
7473
7474 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7475 dependant on the availability of ASSERT_FUNCTION.
7476 (ASSERT_FUNCTION): Do not define when there is no function name.
7477
7478 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7479
7480 From Jimi X <jimix@watson.ibm.com>:
7481 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7482
7483 2003-05-28 Jim Blandy <jimb@redhat.com>
7484
7485 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7486 argument to ptrace to int; the system headers should give it the
7487 right type, and pointers don't fit in ints on powerpc64-*-*.
7488
7489 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7490
7491 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7492 DW_TAG_catch_block.
7493
7494 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7495
7496 * stabsread.c (dbx_lookup_type): Make static.
7497 (read_type): Ditto.
7498 (add_undefined_type): Ditto.
7499 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7500 not export.
7501
7502 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7503
7504 * hpread.c (hpread_has_name): Make static.
7505 (hpread_psymtab_to_symtab): Ditto.
7506 (file_exists): Ditto.
7507 (hpread_call_pxdb): Ditto.
7508 (hpread_pxdb_needed): Ditto.
7509 (hpread_quick_traverse): Ditto.
7510 (hpread_get_header): Ditto.
7511 (hpread_get_lntt): Ditto.
7512 (hpread_get_slt): Ditto.
7513 (class_of): Ditto.
7514
7515 2003-05-25 Andreas Schwab <schwab@suse.de>
7516
7517 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7518 stack_align and deprecated_extra_stack_alignment_needed.
7519 (m68k_stack_align): Delete.
7520
7521 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7522 (m68k_register_virtual_size): Likewise.
7523 (altos_skip_prologue): Remove obsolete function.
7524 (isi_frame_num_args): Likewise.
7525 (news_frame_num_args): Likewise.
7526 (m68k_fix_call_dummy): Make static.
7527 (m68k_push_dummy_frame): Likewise.
7528 (m68k_pop_frame): Likewise.
7529 (m68k_skip_prologue): Likewise.
7530 (m68k_frame_init_saved_regs): Likewise.
7531 (m68k_saved_pc_after_call): Likewise.
7532 (m68k_get_longjmp_target): Make multi-arch.
7533 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7534 structure. Register m68k_get_longjmp_target if enabled.
7535 * m68k-tdep.h (struct gdbarch_tdep): Define.
7536 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7537
7538 * Makefile.in (config.status): Also depend on configure.tgt
7539 and configure.host.
7540 (m68klinux-tdep.o): Update dependencies.
7541 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7542 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7543 (M68K_LINUX_JB_PC): Define.
7544 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7545 and take additional parameter.
7546 (m68k_linux_sigtramp_saved_pc): Update.
7547 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7548 m68k_linux_pc_in_sigtramp, in_plt_section,
7549 find_solib_trampoline_target.
7550 * config/m68k/tm-linux.h: Don't include any tm headers.
7551 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7552 (JB_ELEMENT_SIZE): Likewise.
7553 (JB_PC): Likewise.
7554 (GET_LONGJMP_TARGET): Likewise.
7555 (IN_SIGTRAMP): Likewise.
7556 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7557
7558 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7559
7560 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7561 (sparc32_push_arguments): Re-implement by calling
7562 sparc32_do_push_arguments.
7563
7564 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7565
7566 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7567 SPARC_O1_REGNUM): New defines.
7568 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7569 (sparc32_store_return_value): New function.
7570 (sparc_extract_struct_value_address): Rewrite to operate on a
7571 regcache.
7572 (sparc_gdbarch_init): Don't set
7573 deprecated_extract_struct_value_address. Set
7574 extract_struct_value_address instead. Don't set
7575 deprecated_extract_return_value and deprecated_store_return_value
7576 for 32-bit targets. Set extract_return_value and
7577 store_return_value instead.
7578 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7579 DEPRECTAED_EXTRACT_RETURN_VALUE,
7580 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7581 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7582 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7583 (sparc_store_return_value): Remove prototype.
7584 (sparc32_store_return_value): New prototype.
7585 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7586 Adjust prototypes.
7587
7588 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7589
7590 * sparcnbsd-tdep.c: Include "gdb_string.h".
7591
7592 2003-05-23 Andrew Cagney <cagney@redhat.com>
7593
7594 * p-valprint.c (pascal_val_print): Replace extract_address with
7595 the inline equivalent extract_unsigned_integer.
7596 * jv-valprint.c (java_value_print): Ditto.
7597 * ada-valprint.c (ada_val_print_1): Ditto.
7598 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7599
7600 2003-05-23 Theodore A. Roth <troth@openavr.org>
7601
7602 * blockframe.c (frameless_look_for_prologue): Remove unused
7603 after_prologue variable.
7604
7605 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7606
7607 * blockframe.c (get_pc_function_start): Rewrite to avoid
7608 asignments in if-statements.
7609
7610 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7611
7612 Committed by Elena Zannoni <ezannoni@redhat.com>.
7613 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7614 files, don't relocate absolute symbols (and do use mst_abs).
7615
7616 2003-05-23 Andrew Cagney <cagney@redhat.com>
7617
7618 * objc-lang.c: Include "gdb_assert.h".
7619 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7620 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7621 (gdb_check, gdb_check_fatal): Delete functions.
7622 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7623 gdb_assert.
7624 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7625 * Makefile.in (objc-lang.o): Update dependencies.
7626
7627 2003-05-22 Ian Lance Taylor <ian@airs.com>
7628
7629 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7630 with fprintf_filtered, not fprintf_unfiltered.
7631
7632 2003-05-22 Andrew Cagney <cagney@redhat.com>
7633
7634 * stack.c (frame_info): Inline extract_address, replacing it with
7635 extract_unsigned_integer.
7636 * findvar.c (unsigned_pointer_to_address): Ditto.
7637 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7638 * dwarf2expr.c (dwarf2_read_address): Ditto.
7639 * frame.c (frame_pc_unwind): Update comment.
7640 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7641
7642 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7643
7644 * infptrace.c (detach): Call print_sys_errmsg rather than
7645 perror_with_name to issue warning message when errno is non-zero
7646 after calling ptrace detach.
7647
7648 2003-05-21 J. Brobecker <brobecker@gnat.com>
7649
7650 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7651 macro definitions from here...
7652 * hppa-tdep.c: ...to there.
7653
7654 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7655
7656 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7657 register_ptrace_addr(). Fix all callers.
7658
7659 2003-05-21 Andreas Schwab <schwab@suse.de>
7660
7661 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7662 dependencies.
7663 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7664 end.
7665 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7666 (_initialize_m68k_linux_tdep): New function.
7667 (m68k_linux_frame_saved_pc): Make static.
7668 (m68k_linux_extract_return_value): Likewise.
7669 (m68k_linux_store_return_value): Likewise.
7670 (m68k_linux_extract_struct_value_address): Likewise.
7671 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7672 Remove.
7673 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7674 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7675 (DEPRECATED_FRAME_SAVED_PC): Remove.
7676
7677 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7678
7679 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7680 regset numbering rather than our own.
7681
7682 2003-05-19 David Carlton <carlton@bactrian.org>
7683
7684 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7685
7686 2003-05-19 David Carlton <carlton@bactrian.org>
7687
7688 Partial fix for PR c++/827.
7689 * cp-support.h: Include symtab.h.
7690 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7691 * cp-namespace.c: Update contributors.
7692 (cp_lookup_symbol_nonlocal): New.
7693 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7694 (lookup_symbol_file): Ditto.
7695 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7696 * block.h: Declare block_scope, block_using, block_global_block.
7697 * block.c (block_scope): New.
7698 (block_using, block_global_block): Ditto.
7699 * Makefile.in (cp_support_h): Depend on symtab_h.
7700 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7701
7702 2003-05-19 David Carlton <carlton@bactrian.org>
7703
7704 * language.h (struct language_defn): Add 'la_value_of_this'
7705 and 'la_lookup_symbol_nonlocal' members.
7706 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7707 lookup_symbol_static, lookup_symbol_global,
7708 lookup_symbol_aux_block.
7709 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7710 if we should search fields of this and how to do static/global
7711 lookup.
7712 (lookup_symbol_aux_block): Make extern.
7713 (basic_lookup_symbol_nonlocal): New.
7714 (lookup_symbol_static, lookup_symbol_global): Ditto.
7715 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7716 'la_lookup_symbol_nonlocal' members.
7717 * c-lang.c (c_language_defn, cplus_language_defn)
7718 (asm_language_defn, minimal_language_defn): Ditto.
7719 * jv-lang.c (java_language_defn): Ditto.
7720 * language.c (unknown_language_defn, auto_language_defn)
7721 (local_language_defn): Ditto.
7722 * m2-lang.c (m2_language_defn): Ditto.
7723 * objc-lang.c (objc_language_defn): Ditto.
7724 * scm-lang.c (scm_language_defn): Ditto.
7725 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7726 * p-lang.c (pascal_language_defn): Ditto for both.
7727 * Makefile.in (f-lang.o): Depend on value_h.
7728 (p-lang.o): Ditto.
7729
7730 2003-05-19 David Carlton <carlton@bactrian.org>
7731
7732 * block.h: Declare block_static_block.
7733 * block.c (block_static_block): New.
7734 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7735 lookup_symbol_aux_local, calling block_static_block instead.
7736 (lookup_symbol_aux_local): Delete 'static_block' argument.
7737
7738 2003-05-19 David Carlton <carlton@bactrian.org>
7739
7740 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7741
7742 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7743
7744 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7745 register numbers mapping.
7746
7747 2003-05-18 Adam Fedor <fedor@gnu.org>
7748
7749 * symtab.c (completion_list_objc_symbol): New function.
7750 (make_symbol_completion_list): Use it to add ObjC symbols
7751 when looking though the list.
7752 (language_search_unquoted_string): New function.
7753 (make_file_symbol_completion_list): Use it.
7754
7755 2003-05-18 Andreas Schwab <schwab@suse.de>
7756
7757 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7758 dependencies.
7759 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7760 as m68k_linux_extract_return_value.
7761 (DEPRECATED_STORE_RETURN_VALUE): Define as
7762 m68k_linux_store_return_value.
7763 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7764 m68k_linux_extract_struct_value_address.
7765 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7766 get_next_frame, get_frame_base, get_frame_pc.
7767 (m68k_linux_frame_saved_pc): Use get_frame_base.
7768 (m68k_linux_extract_return_value): New function.
7769 (m68k_linux_store_return_value): New function.
7770 (m68k_linux_extract_struct_value_address): New function.
7771 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7772
7773 * c-exp.y (typebase): Remove duplicate occurence of
7774 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7775 of lookup_signed_typename.
7776
7777 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7778
7779 * dwarf2loc.c (find_location_expression): Change type of second
7780 argument to `size_t *'.
7781 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7782 for size variable.
7783
7784 2003-05-18 David Carlton <carlton@bactrian.org>
7785
7786 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7787 'linkage_name'. Add comment.
7788 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7789 'linkage_name'.
7790 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7791 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7792 (lookup_block_symbol): Ditto.
7793
7794 2003-05-16 Andrew Cagney <cagney@redhat.com>
7795
7796 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7797 * gdbarch.h, gdbarch.c: Re-generate.
7798 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7799 * TODO (REGISTER_BYTES): Delete reference.
7800 * alpha-tdep.c (alpha_gdbarch_init): Update.
7801 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7802 * x86-64-tdep.c (x86_64_init_abi): Update.
7803 * vax-tdep.c (vax_gdbarch_init): Update.
7804 * v850-tdep.c (v850_gdbarch_init): Update.
7805 * sparc-tdep.c (sparc_gdbarch_init): Update.
7806 * sh-tdep.c (sh_gdbarch_init): Update.
7807 * s390-tdep.c (s390_gdbarch_init): Update.
7808 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7809 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7810 (ns32k_gdbarch_init_32382): Update.
7811 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7812 * mcore-tdep.c (mcore_gdbarch_init): Update.
7813 * m68k-tdep.c (m68k_gdbarch_init): Update.
7814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7815 * ia64-tdep.c (ia64_gdbarch_init): Update.
7816 * i386-tdep.c (i386_gdbarch_init): Update.
7817 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7818 * hppa-tdep.c (hppa_gdbarch_init): Update.
7819 * h8300-tdep.c (h8300_gdbarch_init): Update.
7820 * frv-tdep.c (frv_gdbarch_init): Update.
7821 * cris-tdep.c (cris_gdbarch_init): Update.
7822 * avr-tdep.c (avr_gdbarch_init): Update.
7823 * arm-tdep.c (arm_gdbarch_init): Update.
7824 * sparc-tdep.c (sparc_pop_frame): Update.
7825 * rs6000-tdep.c (rs6000_pop_frame): Update.
7826 * remote.c (init_remote_state): Update.
7827 (remote_prepare_to_store): Update.
7828 * remote-vx.c (vx_prepare_to_store): Update.
7829 * remote-sds.c (sds_fetch_registers): Update.
7830 (sds_prepare_to_store): Update.
7831 * remote-array.c: Update.
7832 * regcache.c (init_legacy_regcache_descr): Update.
7833 (init_regcache_descr): Update.
7834 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7835 (mips_o64_extract_return_value): Update.
7836 * irix5-nat.c (fetch_core_registers): Update.
7837 * irix4-nat.c (fetch_core_registers): Update.
7838 * i386-tdep.h: Update.
7839 * hppa-tdep.c (pa_do_registers_info): Update.
7840 (pa_do_strcat_registers_info): Update.
7841 * cris-tdep.c (cris_register_bytes_ok): Update.
7842 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7843 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7844 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7845 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7846 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7847 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7848 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7849 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7850 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7851 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7852 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7853 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7854 (REGISTER_BYTES_OK): Update.
7855 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7856 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7857
7858 2003-05-16 Ian Lance Taylor <ian@airs.com>
7859
7860 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7861 (vax_print_insn, print_insn_arg): Remove static functions.
7862 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7863 print_insn_vax from opcodes library.
7864 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7865
7866 2003-05-15 Andrew Cagney <cagney@redhat.com>
7867
7868 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7869 * target.h (memory_breakpoint_from_pc): Delete declaration.
7870 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7871 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7872 * monitor.c (monitor_insert_breakpoint): Use
7873 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7874 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7875 * gdbarch.h, gdbarch.c: Re-generate.
7876 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7877 (sparc_gdbarch_init): Set breakpoint_from_pc to
7878 sparc_breakpoint_from_pc.
7879 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7880 (BREAKPOINT_FROM_PC): Define.
7881 (sparc_breakpoint_from_pc): Declare.
7882 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7883 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7884 (BREAKPOINT_FROM_PC): Define.
7885 (BREAKPOINT): Delete macro.
7886 * target.h: Update comment.
7887 * s390-tdep.c (s390_gdbarch_init): Update comments.
7888 * remote.c: Update comments.
7889 * remote-mips.c: Update comments.
7890 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7891 * mem-break.c: Update comment.
7892 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7893 (ia64_memory_insert_breakpoint): Update.
7894 * config/sparc/tm-sparc.h: Update comment.
7895 * config/pa/tm-hppa64.h: Update comment.
7896 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7897 (rs6000_breakpoint_from_pc): Update.
7898 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7899 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7900 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7901 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7902 (mips_breakpoint_from_pc): Update.
7903 (mips_dump_tdep): Update.
7904
7905 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7906 * minsyms.c (lookup_minimal_symbol): Inline
7907 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7908
7909 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7910 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7911 * p-lang.c (pascal_printstr): Ditto.
7912 * objc-lang.c (objc_printstr): Ditto.
7913 * m2-lang.c (m2_printstr): Ditto.
7914 * jv-valprint.c (java_print_value_fields): Ditto.
7915 * f-lang.c (f_printstr): Ditto.
7916 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7917 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7918 for repeat_count_threshold.
7919 * Makefile.in (cp-valprint.o): Update dependencies.
7920
7921 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7922
7923 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7924 (examine_prologue): Support looking through leaf functions, knowing
7925 they start with mov r2,r12. Support skipping over indirect stores
7926 of the input registers. Upon hitting a non-nop branch instruction
7927 or predicated instruction, bail out by setting lim_pc to the current
7928 pc value in the loop. At the end, if the lim_pc value is still
7929 beyond our calculated value and we have trust_limit set,
7930 use the lim_pc value.
7931
7932 2003-05-15 Andrew Cagney <cagney@redhat.com>
7933
7934 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7935 generic_find_dummy_frame.
7936 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7937 (deprecated_generic_find_dummy_frame): Update.
7938 (deprecated_read_register_dummy): Update.
7939 * frame.c (deprecated_generic_get_saved_register): Update.
7940
7941 2003-05-15 Theodore A. Roth <troth@openavr.org>
7942
7943 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7944 (avr_gdbarch_init): Set breakpoint_from_pc method.
7945
7946 2003-05-15 Andrew Cagney <cagney@redhat.com>
7947
7948 * regcache.c (build_regcache): Set deprecated_register_valid
7949 directly.
7950 (deprecated_grub_regcache_for_register_valid): Delete function.
7951 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7952 declaration.
7953
7954 2003-05-15 David Carlton <carlton@bactrian.org>
7955
7956 Committed by Elena Zannoni <ezannoni@redhat.com>
7957 * symtab.c (lookup_symbol_aux): Delete calls to
7958 lookup_symbol_aux_minsyms.
7959 (lookup_symbol_aux_minsyms): Comment out function and
7960 prototype. Delete lookup by mangled name.
7961
7962 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7963
7964 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7965 correctly indicate an empty stack and ``stack_allocated'' to the
7966 indicate the number of elements initially allocated.
7967 (dwarf_expr_grow_stack): Simplify method for computing new
7968 stack size. Don't loop infinitely if ``stack_len'' is zero.
7969 (execute_stack_op): Move ``ctx->in_reg'' initialization
7970 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7971 be used in conjuction with DW_OP_piece. Revise error message
7972 accordingly.
7973
7974 2003-05-14 Theodore A. Roth <troth@openavr.org>
7975
7976 * MAINTAINERS: Update my email address.
7977 * avr-tdep.c: Ditto.
7978
7979 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7980
7981 * symtab.h (enum domain_enum): Rename from namespace_enum.
7982 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7983 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7984 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7985 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7986 TYPES_NAMESPACE, METHODS_NAMESPACE.
7987 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7988 (struct symbol, struct partial_symbol): Rename field
7989 'namespace_enum namespace' to 'domain_enum domain'.
7990 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7991 Delete old define kludge for namespace.
7992
7993 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7994 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7995 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7996 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7997 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7998 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7999 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8000 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8001 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8002 occurrences of the above.
8003
8004 2003-05-14 Ian Lance Taylor <ian@airs.com>
8005
8006 * Makefile.in (install-only): Use $(SHELL) when running
8007 mkinstalldirs.
8008
8009 2003-05-13 Ian Lance Taylor <ian@airs.com>
8010
8011 * MAINTAINERS (write after approval): Add myself.
8012
8013 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8014 second and third arguments.
8015 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8016 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8017
8018 2003-05-13 Andrew Cagney <cagney@redhat.com>
8019
8020 * defs.h (store_address): Delete declaration.
8021 findvar.c (store_address): Delete function.
8022 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8023 store_unsigned_integer.
8024 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8025 * v850-tdep.c (v850_push_arguments): Ditto.
8026 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8027 * sh-tdep.c (sh64_get_saved_register): Ditto.
8028 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8029 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8030 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8031 (mips_get_saved_register): Ditto.
8032 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8033 (find_func_descr, ia64_push_arguments): Ditto.
8034 * i386-tdep.c (i386_push_arguments): Ditto.
8035 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8036 * frv-tdep.c (frv_push_arguments): Ditto.
8037 * frame.c (legacy_saved_regs_prev_register): Ditto.
8038 (deprecated_generic_get_saved_register): Ditto.
8039 * findvar.c (unsigned_address_to_pointer): Ditto.
8040 * dwarf2read.c (dwarf2_const_value): Ditto.
8041 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8042 * alpha-tdep.c (alpha_push_arguments): Ditto.
8043
8044 2003-05-12 J. Brobecker <brobecker@gnat.com>
8045
8046 * NEWS: Mention that the hppa-hpux port has been partially
8047 multiarched (32bit ABIT only, so far).
8048
8049 2003-05-11 Andrew Cagney <cagney@redhat.com>
8050
8051 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8052 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8053 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8054 sim/testsuite/sim/arm/misaligned2.ms, and
8055 sim/testsuite/sim/arm/misaligned3.ms.
8056 * disasm.h (struct ui_file): Add opaque struct declaration.
8057 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8058 * frame.h (struct ui_file): Ditto.
8059
8060 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8061
8062 * value.h: Pretty print.
8063
8064 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8065
8066 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8067
8068 2003-05-08 Andrew Cagney <cagney@redhat.com>
8069
8070 * regcache.h (max_register_size): Delete declaration.
8071 * regcache.c (max_register_size): Delete function.
8072 (struct regcache_descr): Delete field "max_register_size".
8073 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8074 registers fit in MAX_REGISTER_SIZE.
8075 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8076 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8077 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8078 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8079 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8080 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8081 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8082 * dve3900-rom.c, hppa-tdep.c: Ditto.
8083
8084 2003-05-08 David Carlton <carlton@math.stanford.edu>
8085
8086 * valops.c (push_word): Fix typo.
8087
8088 2003-05-08 Andrew Cagney <cagney@redhat.com>
8089
8090 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8091 * gdbarch.h: Re-generate.
8092 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8093 (legacy_max_register_raw_size): Delete declaration.
8094 * regcache.c (legacy_max_register_raw_size): Delete function.
8095 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8096 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8097 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8098 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8099 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8100 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8101 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8102 * findvar.c, dwarf2cfi.c: Ditto.
8103
8104 2003-05-08 Andrew Cagney <cagney@redhat.com>
8105
8106 * mips-tdep.c (read_signed_register): New function, moved to here
8107 from "regcache.c".
8108 (read_signed_register_pid): Ditto.
8109 * regcache.c (read_signed_register_pid): Delete function, moved to
8110 "mips-tdep.c".
8111 (read_signed_register): Ditto.
8112 * regcache.h (read_signed_register): Delete declaration.
8113 (read_signed_register_pid): Delete declaration.
8114
8115 2003-05-08 Andrew Cagney <cagney@redhat.com>
8116
8117 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8118 * gdbarch.h: Re-generate.
8119 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8120 (legacy_max_register_virtual_size): Delete declaration.
8121 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8122 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8123 * tracepoint.c (memrange_sortmerge): Ditto.
8124 * sparc-tdep.c (sparc_print_registers): Ditto.
8125 * regcache.c (legacy_max_register_virtual_size): Delete function.
8126
8127 2002-05-08 J. Brobecker <brobecker@gnat.com>
8128
8129 * fork-child.c (escape_bang_in_quoted_argument): New function.
8130 (fork_inferior): Escape '!' characters in quoted arguments
8131 only when needed.
8132
8133 2003-05-08 J. Brobecker <brobecker@gnat.com>
8134
8135 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8136 the language of the CU is not currently supported by GDB.
8137
8138 2003-05-08 J. Brobecker <brobecker@gnat.com>
8139
8140 * defs.h (language): Add language_minimal enum value.
8141 * c-lang.c (minimal_language_defn): New language definition.
8142 (_initialize_c_language): Add the new minimal language to the list
8143 of languages known to GDB.
8144
8145 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8146
8147 * frame.c (get_frame_type): Don't attempt to lazily initialize
8148 frame's unwinder for legacy frames.
8149
8150 2003-05-07 Andrew Cagney <cagney@redhat.com>
8151
8152 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8153 and "regcache" parameters.
8154 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8155
8156 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8157
8158 * dwarf2read.c (dwarf_decode_lines): Only use output of
8159 check_cu_functions() when calling record_line(). Do not update
8160 the current address.
8161
8162 2003-05-07 Andrew Cagney <cagney@redhat.com>
8163
8164 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8165 code.
8166
8167 2003-05-07 Jim Blandy <jimb@redhat.com>
8168
8169 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8170 'maint info symtabs' and 'maint info psymtabs'.
8171 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8172 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8173 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8174 Declarations updated.
8175 * maint.c (maintenance_list_command): Delete.
8176 (_initialize_maint_cmds): Update calls to add_cmd.
8177 * gdbcmd.h (maintenancelistlist): Delete declaration.
8178 * cli/cli-cmds.c (maintenancelistlist): Delete.
8179 (init_cmd_lists): Don't initialize it.
8180 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8181
8182 2003-05-07 Andrew Cagney <cagney@redhat.com>
8183
8184 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8185 "regcache".
8186 (d10v_print_registers_info): Update.
8187 (d10v_dmap_register, d10v_imap_register): Delete functions.
8188 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8189 and "imap_register".
8190 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8191 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8192 * arch-utils.c (generic_remote_translate_xfer_address): Add
8193 "regcache" and "gdbarch" parameters.
8194 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8195 parameter. Change class to multi-arch.
8196 * gdbarch.h, gdbarch.c: Re-generate.
8197 * remote.c (remote_xfer_memory): Use
8198 gdbarch_remote_translate_xfer_address.
8199
8200 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8201
8202 * infrun.c (prev_pc): Move declaration ahead of proceed().
8203 (proceed): Refresh prev_pc value before resuming.
8204 (stop_stepping): Remove code to refresh prev_pc.
8205
8206 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8207
8208 * nto-tdep.c: Removed stray comment.
8209
8210 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8211
8212 * i386-nto-tdep.c: Fix old K&R function definitions.
8213 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8214 Also change add_show_from_set() call to add_setshow_cmd().
8215 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8216
8217 2003-05-05 Andrew Cagney <cagney@redhat.com>
8218
8219 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8220 (fprint_dummy_frames): New function.
8221 (maintenance_print_dummy_frames): New function.
8222 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8223 * frame.c (fprint_frame_id): Make global.
8224 * frame.h (fprint_frame_id): Declare.
8225 * Makefile.in (dummy-frame.o): Update dependencies.
8226
8227 2003-05-05 Andrew Cagney <cagney@redhat.com>
8228
8229 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8230 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8231 SIZEOF_CALL_DUMMY_WORDS.
8232 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8233 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8234 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8235 CALL_DUMMY_BREAKPOINT_OFFSET.
8236 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8237 CALL_DUMMY_START_OFFSET.
8238 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8239 * gdbarch.h, gdbarch.c: Re-generate.
8240 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8241 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8242 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8243 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8244 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8245 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8246 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8247 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8248 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8249 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8250 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8251 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8252 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8253 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8254 * config/sparc/tm-sparc.h: Update.
8255
8256 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8257
8258 * configure.tgt: Add i[3456]86-*-nto*.
8259 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8260 * nto-tdep.c: New file. Neutrino target support routines.
8261 * nto-tdep.h: New file. Neutrino target header.
8262 * config/tm-qnxnto.h: New file.
8263 * config/i386/i386nto.mt: New file.
8264 * config/i386/tm-i386nto.h: New file.
8265
8266 2003-05-04 Andrew Cagney <cagney@redhat.com>
8267
8268 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8269 (load_infrun_state): Ditto.
8270 (struct thread_info): Drop "prev_func_name" field.
8271 * thread.c (load_infrun_state): Update.
8272 (save_infrun_state): Update.
8273 * infrun.c (prev_func_name): Delete variable.
8274 (init_wait_for_inferior): Do not clear prev_func_name.
8275 (stop_stepping, keep_going, context_switch): Do not swap
8276 prev_func_name.
8277 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8278 instead of PC_IN_SIGTRAMP.
8279
8280 2003-05-04 Andrew Cagney <cagney@redhat.com>
8281
8282 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8283 REGISTER_BYTE with register_offset_hack.
8284 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8285 that REGISTER_BYTE is consistent with the regcache.
8286 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8287 * gdbarch.h, gdbarch.c: Regenerate.
8288
8289 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8290
8291 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8292 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8293
8294 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8295
8296 2003-05-03 J. Brobecker <brobecker@gnat.com>
8297
8298 From Thierry Schneider <tpschneider1@yahoo.com>
8299 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8300 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8301 (mi-cmd-symbol.o): Add rule.
8302
8303 2003-05-03 Andrew Cagney <cagney@redhat.com>
8304
8305 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8306 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8307 * gdbarch.h, gdbarch.c: Re-generate.
8308 * d10v-tdep.c (d10v_push_dummy_code): New function.
8309 (d10v_gdbarch_init): Set push_dummy_code.
8310 * infcall.c (legacy_push_dummy_code): New function.
8311 (generic_push_dummy_code): New function.
8312 (push_dummy_code): New function.
8313 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8314 instead of dummy_addr, to push_dummy_call. Move call to
8315 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8316 switch.
8317 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8318
8319 2003-05-03 Andrew Cagney <cagney@redhat.com>
8320
8321 * disasm.h (print_insn): Declare.
8322 * disasm.c (init_gdb_disassemble_info): New function.
8323 (gdb_disassembly): Call init_gdb_disassemble_info.
8324 (gdb_print_insn): New function.
8325 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8326 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8327 * mcore-tdep.c: Include "disasm.h"
8328 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8329 * d10v-tdep.c: Include "disasm.h".
8330 (display_trace): Call gdb_print_insn, instead of print_insn.
8331 (print_insn): Delete function.
8332 * printcmd.c: Include "disasm.h".
8333 (print_insn): Delete function.
8334 (print_formatted): Call gdb_print_insn, instead of print_insn.
8335 * Makefile.in (printcmd.o): Update dependencies.
8336 (mcore-tdep.o, d10v-tdep.o): Ditto.
8337
8338 2003-05-02 Andrew Cagney <cagney@redhat.com>
8339
8340 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8341 PC_REGNUM, re-indent.
8342 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8343 PC_REGNUM isn't set.
8344
8345 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8346 * gdbarch.h, gdbarch.c: Re-generate.
8347 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8348 register_virtual_size, pc_regnum, or register_bytes.
8349 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8350 (d10v_register_type): Use D10V_PC_REGNUM.
8351 (d10v_print_registers_info, d10v_read_pc): Ditto.
8352 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8353 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8354
8355 2003-05-02 David Carlton <carlton@bactrian.org>
8356
8357 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8358 the name with mstrsave.
8359
8360 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8361
8362 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8363 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8364 (host_charset_name, target_charset_name): New vars for use by
8365 set/show commands.
8366 (host_charset_enum, target_charset_enum): New enums for set/show
8367 commands.
8368 (set_charset_sfunc, set_host_charset_sfunc,
8369 set_target_charset_sfunc): New functions.
8370 (set_host_charset, set_target_charset): Make static.
8371 (list_charsets, set_host_charset_command,
8372 set_target_charset_command): Delete functions.
8373 (show_charset_command): Rewrite as....
8374 (show_charset): Hook this up with the set/show command mechanism.
8375 (_initialize_charset): Change names of charsets to match the
8376 set/show enums. Use host_charset_name and target_charset_name.
8377 Use set/show mechanism for charset, host-charset, target-charset
8378 commands. Do not make 'show host-charset' and 'show
8379 target-charset' be aliases of 'show charset'.
8380
8381 * charset.h (set_host_charset, set_target_charset): Don't export,
8382 they are not used outside the file.
8383
8384 2003-05-01 Andrew Cagney <cagney@redhat.com>
8385
8386 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8387 (gdb_disassembly): Make "di" non static, always initialize and
8388 cleanup. Always use dis_asm_read_memory.
8389 (gdb_dis_asm_read_memory): Delete function.
8390
8391 2003-05-01 Andrew Cagney <cagney@redhat.com>
8392
8393 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8394 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8395
8396 2003-04-30 Andrew Cagney <cagney@redhat.com>
8397
8398 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8399 "tm_print_insn_info".
8400 (TARGET_PRINT_INSN_INFO): Delete macro.
8401 (dis_asm_read_memory): Delete function declaration.
8402 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8403 (tm_print_insn_info): Delete variable definition.
8404 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8405 * gdbarch.h, gdbarch.c: Re-generate.
8406 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8407 "deprecated_tm_print_insn_info".
8408 * mcore-tdep.c (mcore_dump_insn): Ditto.
8409 * mips-tdep.c (mips_gdbarch_init): Ditto.
8410 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8411 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8412 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8413 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8414 instead of TARGET_PRINT_INSN_INFO, add comment.
8415 * s390-tdep.c (s390_get_frame_info): Instead of
8416 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8417 (s390_check_function_end, s390_is_sigreturn): Ditto.
8418 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8419 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8420 * disasm.c: Include "gdbcore.h".
8421 (_initialize_disasm): New function, initialize
8422 "deprecated_tm_print_insn_info".
8423 (deprecated_tm_print_insn_info): New variable.
8424 (dis_asm_read_memory): Moved from "corefile.c", made static.
8425 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8426 * Makefile.in (disasm.o): Update dependencies.
8427
8428 2003-04-30 Andrew Cagney <cagney@redhat.com>
8429
8430 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8431
8432 2003-04-29 Adam Fedor <fedor@gnu.org>
8433
8434 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8435 * infcall.c (find_function_addr): Make non-static.
8436 * infcall.h (find_function_addr): Declare.
8437 * Makefile.in (eval.o): Update dependencies.
8438
8439 2003-04-28 Adam Fedor <fedor@gnu.org>
8440
8441 * symtab.c (symbol_find_demangled_name): Check for and demangle
8442 ObjC symbols.
8443 (symbol_init_demangled_name): Init for language_objc as well.
8444
8445 2003-04-28 Andrew Cagney <cagney@redhat.com>
8446
8447 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8448 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8449 * gdbarch.h, gdbarch.c: Re-generate.
8450 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8451 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8452 * inferior.h (deprecated_read_fp): Rename read_fp.
8453 (generic_target_read_fp): Delete declaration.
8454 * regcache.c (generic_target_read_fp): Delete function.
8455 (deprecated_read_fp): Replace read_fp, use
8456 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8457 * d10v-tdep.c (d10v_read_fp): Delete function.
8458 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8459
8460 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8461 deprecated_target_read_fp to generic_target_read_fp.
8462 * sh-tdep.c (sh_gdbarch_init): Ditto.
8463 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8464 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8465 * frv-tdep.c (frv_gdbarch_init): Ditto.
8466
8467 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8468 deprecated_fp_regnum.
8469 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8470 * vax-tdep.c (vax_gdbarch_init): Ditto.
8471 * v850-tdep.c (v850_gdbarch_init): Ditto.
8472 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8473 * sh-tdep.c (sh_gdbarch_init): Ditto.
8474 * s390-tdep.c (s390_gdbarch_init): Ditto.
8475 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8476 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8477 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8478 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8479 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8480 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8481 * i386-tdep.c (i386_gdbarch_init): Ditto.
8482 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8483 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8484 * frv-tdep.c (frv_gdbarch_init): Ditto.
8485 * cris-tdep.c (cris_gdbarch_init): Ditto.
8486 * avr-tdep.c (avr_gdbarch_init): Ditto.
8487 * arm-tdep.c (arm_gdbarch_init): Ditto.
8488 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8489
8490 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8491 * v850-tdep.c (v850_gdbarch_init): Ditto.
8492 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8493 * sh-tdep.c (sh_gdbarch_init): Ditto.
8494 * s390-tdep.c (s390_gdbarch_init): Ditto.
8495 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8496 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8497 * mips-tdep.c (mips_gdbarch_init): Ditto.
8498 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8499 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8500 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8501 * frv-tdep.c (frv_gdbarch_init): Ditto.
8502 * avr-tdep.c (avr_gdbarch_init): Ditto.
8503 * arm-tdep.c (arm_gdbarch_init): Ditto.
8504
8505 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8506 DEPRECATED_FP_REGNUM.
8507 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8508 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8509 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8510 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8511 (sparc32_register_virtual_type): Ditto.
8512 * sh-tdep.c (sh64_frame_chain): Ditto.
8513 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8514 (sh_nofp_frame_init_saved_regs): Ditto.
8515 (sh64_nofp_frame_init_saved_regs): Ditto.
8516 (sh_fp_frame_init_saved_regs): Ditto.
8517 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8518 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8519 * procfs.c (procfs_fetch_registers): Ditto.
8520 (procfs_store_registers): Ditto.
8521 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8522 (store_inferior_registers, fetch_core_registers): Ditto.
8523 (fetch_kcore_registers, clear_regs): Ditto.
8524 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8525 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8526 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8527 * nlm/i386.c (do_status): Ditto.
8528 * mipsv4-nat.c (supply_gregset): Ditto.
8529 * mips-tdep.c: Ditto for comments.
8530 * mips-nat.c (fetch_inferior_registers): Ditto.
8531 (store_inferior_registers, fetch_core_registers): Ditto.
8532 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8533 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8534 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8535 (i386_do_pop_frame, i386_register_type): Ditto.
8536 * hppa-tdep.c (hppa_frame_chain): Ditto.
8537 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8538 (hppa_pop_frame, hppa_read_fp): Ditto.
8539 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8540 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8541 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8542 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8543 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8544 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8545 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8546 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8547 * blockframe.c: Ditto for comments.
8548 * arch-utils.h: Ditto for comments.
8549 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8550 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8551 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8552 * alpha-tdep.h: Ditto for comments.
8553 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8554 (alpha_cannot_store_register): Ditto.
8555 (alpha_push_dummy_frame): Ditto.
8556 * alpha-nat.c (supply_gregset): Ditto.
8557
8558 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8559 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8560 * config/sparc/tm-sparc.h: Update comment.
8561
8562 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8563 deprecated_read_fp instead of TARGET_READ_FP.
8564 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8565 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8566 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8567 deprecated_read_fp instead of read_fp.
8568 * s390-tdep.c (s390_push_arguments): Ditto.
8569 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8570 * frame.h: Ditto in comments.
8571 * frame.c (legacy_get_prev_frame): Ditto.
8572 * dummy-frame.c (dummy_frame_this_id): Ditto.
8573 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8574
8575 2003-04-28 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8578 * gdbarch.h, gdbarch.c: Re-generate.
8579 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8580 * vax-tdep.c (_initialize_vax_tdep): Update.
8581 * v850-tdep.c (_initialize_v850_tdep): Update.
8582 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8583 * s390-tdep.c (_initialize_s390_tdep): Update.
8584 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8585 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8586 * mips-tdep.c (_initialize_mips_tdep): Update.
8587 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8588 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8589 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8590 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8591 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8592 * frv-tdep.c (_initialize_frv_tdep): Update.
8593 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8594 (_initialize_cris_tdep): Update.
8595 * arch-utils.c (legacy_print_insn): Update.
8596 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8597
8598 2003-04-26 Adam Fedor <fedor@gnu.org>
8599
8600 * linespec.c (decode_objc): New function to decode ObjC calls
8601 (decode_line_1): Check for ObjC calls (using decode_objc)
8602 * Makefile (linespec.o): Update dependencies.
8603
8604 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8605
8606 * breakpoint.h (struct breakpoint_ops): New.
8607 (struct breakpoint): Add ops member.
8608
8609 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8610 (mention): Use new breakpoint ops member.
8611 (set_raw_breakpoint): Initialize ops field to NULL.
8612 (print_exception_catchpoint, print_one_exception_catchpoint)
8613 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8614 (gnu_v3_exception_catchpoint_ops): New.
8615 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8616
8617 2003-04-25 Adam Fedor <fedor@gnu.org>
8618
8619 * Makefile.in (COMMON_OBS): Add objc-lang.o
8620
8621 2003-04-25 Andrew Cagney <cagney@redhat.com>
8622
8623 * d10v-tdep.c (print_insn): Delete function.
8624 (display_trace): Use TARGET_PRINT_INSN.
8625 (_initialize_d10v_tdep): Do not set tm_print_insn.
8626 (d10v_gdbarch_init): Set print_insn.
8627
8628 2003-04-25 Andrew Cagney <cagney@redhat.com>
8629
8630 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8631 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8632 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8633 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8634 (nr_dmap_regs, a0_regnum): ... new functions.
8635 (d10v_print_registers_info): Use a0_regnum, use register_size.
8636 (d10v_register_byte): Delete function.
8637 (d10v_register_raw_size): Delete function.
8638 (d10v_register_type): Use a0_regnum.
8639 (d10v_print_registers_info): Use a0_regnum.
8640 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8641 (d10v_gdbarch_init): Do not set register_byte or
8642 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8643 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8644 extract_address.
8645 (trace_command): Use XCALLOC.
8646 (print_insn): Delete reference to tm_print_insn.
8647 (saved_regs_unwinder): Use store_unsigned_integer instead of
8648 store_address.
8649 * frame.h (FRAME_OBSTACK_CALLOC): Define
8650
8651 2003-04-25 David Carlton <carlton@bactrian.org>
8652
8653 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8654
8655 2003-04-24 Adam Fedor <fedor@gnu.org>
8656
8657 * objc-lang.c: Include "valprint.h"
8658 * Makefile.in (objc-lang.o): Update dependencies.
8659
8660 2003-04-24 Adam Fedor <fedor@gnu.org>
8661
8662 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8663 architecture dependant compilation and mark as unimplemented
8664 (until they get put in the gdbarch vector).
8665
8666 2003-04-23 David Carlton <carlton@bactrian.org>
8667
8668 * cp-support.c (cp_find_first_component): Accept 'operator' in
8669 more locations.
8670
8671 2003-04-23 Andrew Cagney <cagney@redhat.com>
8672
8673 * infcall.c (call_function_by_hand): Eliminate redundant
8674 indentation. Move "saved_async" and "old_cleanups" to where they
8675 are needed.
8676
8677 2003-04-23 Andrew Cagney <cagney@redhat.com>
8678
8679 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8680 and "buffer". Move the "name" code to where it is needed.
8681
8682 2003-04-23 Andrew Cagney <cagney@redhat.com>
8683
8684 * infcall.c (call_function_by_hand): Move variables "start_sp",
8685 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8686 code to ON_STACK switch branch.
8687
8688 2003-04-23 Andrew Cagney <cagney@redhat.com>
8689
8690 * infcall.c (call_function_by_hand): Make declaration of "i",
8691 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8692 lint.
8693
8694 2003-04-23 Andrew Cagney <cagney@redhat.com>
8695
8696 * infcall.c (call_function_by_hand): Delete variable
8697 "n_method_args". Localize "param_type"'s declaration to the loop
8698 that it is used. Reinstate code assigning to said variable -
8699 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8700 Rationalize code using "param_type".
8701
8702 2003-04-22 Andrew Cagney <cagney@redhat.com>
8703
8704 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8705 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8706 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8707 to DEPRECATED_PUSH_RETURN_ADDRESS.
8708
8709 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8710
8711 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8712 on the DWARF2 register number prior to fetching a register.
8713
8714 2003-04-22 J. Brobecker <brobecker@gnat.com>
8715
8716 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8717 Update all the tests using SOFT_FLOAT considering the fact that
8718 this macro was always set to 0.
8719 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8720 considering the fact that this macro was always set to 0.
8721 * hppa-tdep.h (hppa_store_return_value): Likewise.
8722 (hppa_extract_return_value): Likewise.
8723
8724 2003-04-22 J. Brobecker <brobecker@gnat.com>
8725
8726 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8727 the hppa-pro target only.
8728
8729 2003-04-21 J. Brobecker <brobecker@gnat.com>
8730
8731 Ongoing multi-arch conversion effort for HP/UX:
8732 * config/pa/tm-hppa.h: Move all macro that are no longer
8733 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8734 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8735
8736 2003-04-21 J. Brobecker <brobecker@gnat.com>
8737
8738 * config/pa/tm-hppa.h: Obsolete a section that was only used
8739 for hppa-pro.
8740
8741 2003-04-21 J. Brobecker <brobecker@gnat.com>
8742
8743 Ongoing multi-arch conversion for HP/UX.
8744 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8745 if already defined (allows hppa64 to stay non-multiarched for now).
8746 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8747
8748 2003-04-21 Andrew Cagney <cagney@redhat.com>
8749
8750 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8751
8752 2003-04-21 Andrew Cagney <cagney@redhat.com>
8753
8754 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8755 "i386_num_mmx_regs".
8756
8757 2003-04-21 Andrew Cagney <cagney@redhat.com>
8758
8759 * infcall.c: New file.
8760 * infcall.h: New file.
8761 * valarith.c: Include "infcall.h".
8762 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8763 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8764 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8765 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8766 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8767 (SFILES): Add "infcall.c"
8768 (COMMON_OBS): Add "infcall.o".
8769 (infcall.o): Specify dependencies.
8770 * value.h (call_function_by_hand): Delete declaration.
8771 * inferior.h (run_stack_dummy): Delete declaration.
8772 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8773 (run_stack_dummy): Move to "infcall.c", merged into
8774 call_function_by_hand.
8775 * valops.c (call_function_by_hand): Moved to "infcall.c".
8776 (find_function_addr, value_arg_coerce): Ditto.
8777 (unwindonsignal_p, coerce_float_to_double): Ditto.
8778 (_initialize_valops): Move "set/show coerce-float-to-double", and
8779 "set/show unwindonsignal" commands to "infcall.c".
8780 * v850-tdep.c, target.h: Update comments.
8781 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8782 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8783 (sh64_init_extra_frame_info): Update comments.
8784 * mn10300-tdep.c: Update comments.
8785 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8786 * config/sparc/tm-sparc.h: Update comments.
8787 * breakpoint.h: Update comments.
8788 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8789 * arm-tdep.c: Update comment.
8790
8791 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8792
8793 * i386-tdep.c (i386_num_register_names): New variable.
8794 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8795 (MM0_REGNUM): Remove redundant parentheses in define.
8796 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8797 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8798 i386_mxcsr_regnum_p): Remove redundant parentheses.
8799 (i386_register_name): Use i386_num_register_names.
8800
8801 * i386-tdep.c (i386_extract_return_value,
8802 i386_store_return_value): Correct check for availability of
8803 floating-point registers.
8804
8805 * i386-tdep.c (i386_frame_num_args): Remove function.
8806 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8807
8808 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8809 mmx_regnum_to_fp_regnum. Adjust all callers.
8810
8811 * i386-tdep.c (i386_get_longjmp_target): Use
8812 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8813 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8814 extract_address.
8815
8816 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8817
8818 * core-regset.c: Update comments to reflect reality. Re-order
8819 includes.
8820 (fetch_core_registers): Use switch instead of if. Remove
8821 redundant prototype.
8822
8823 2003-04-18 Jim Blandy <jimb@redhat.com>
8824
8825 * s390-tdep.c (s390_frame_align): New function.
8826 (s390_gdbarch_init): Register it with the gdbarch object.
8827
8828 2003-04-17 Richard Henderson <rth@redhat.com>
8829
8830 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8831
8832 2003-04-17 Michael Snyder <msnyder@redhat.com>
8833 Karen Bennet <bennet@redhat.com>
8834
8835 Committed by Elena Zannoni <ezannoni@redhat.com>
8836 * gdb_gcore.sh: New script to create a core dump of a process.
8837
8838 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8839
8840 * values.c (value_being_returned): Don't fetch the return
8841 value if the return type is void.
8842
8843 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8844
8845 * thread-db.c: Reindented.
8846
8847 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8848
8849 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8850 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8851 as types.
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
8874
8875
8876
8877 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8878
8879 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8880 the size of ``long double'' to 16, instead of 8.
8881
8882 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8883
8884 * i386-linux-nat.c: Add some whitespace to make things more
8885 readable.
8886 (fetch_register, store_register, fetch_inferior_registers,
8887 store_inferior_registers): Get rid of assignment in if-statement.
8888 (store_register): Fix typo in error message.
8889
8890 2003-04-16 Andrew Cagney <cagney@redhat.com>
8891
8892 * utils.c (xmmalloc): Always allocate something, matches
8893 libiberty/xmalloc's semantics.
8894 (xmrealloc, xmcalloc): Ditto.
8895
8896 2003-04-16 Andrew Cagney <cagney@redhat.com>
8897
8898 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8899 update comments.
8900 (get_frame_type): Initialize unwind and type when needed.
8901 (get_frame_id, frame_register_unwind): Ditto.
8902
8903 2003-04-16 Andrew Cagney <cagney@redhat.com>
8904
8905 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8906 obsolete.
8907 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8908 * sparcl-stub.c: Obsolete file.
8909 * config/sparc/tm-sparclet.h: Obsolete file.
8910 * sparclet-stub.c: Obsolete file.
8911 * sparclet-rom.c: Obsolete file.
8912 * sparcl-tdep.c: Obsolete file.
8913 * config/sparc/tm-sparclite.h: Obsolete file.
8914 * config/sparc/sparclite.mt: Obsolete file.
8915 * config/sparc/sparclet.mt: Obsolete file.
8916 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8917 sparc86x-*-* obsolete.
8918
8919 2003-04-15 David Carlton <carlton@math.stanford.edu>
8920
8921 * Makefile.in (SFILES): Add cp-namespace.c.
8922 (COMMON_OBS): Add cp-namespace.o.
8923 (block.o): Depend on gdb_obstack_h and cp_support_h.
8924 (buildsym.o): Depend on cp_support_h.
8925 (cp-namespace.o): New.
8926 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8927 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8928 (dwarf2read.o): Depend on cp_support_h.
8929 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8930 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8931 processing_current_namespace.
8932 (read_namespace): Update processing_current_namespace; check for
8933 anonymous namespaces.
8934 (dwarf2_name): New function.
8935 (dwarf2_extension): Ditto.
8936 * cp-support.h: Update copyright, contributors.
8937 Add inclusion guards.
8938 Add opaque declaration for structs obstack, block, symbol.
8939 (struct using_direct): New struct.
8940 Add declarations for cp_find_first_component,
8941 cp_entire_prefix_len, processing_has_namespace_info,
8942 processing_current_namespace, cp_is_anonymous,
8943 cp_add_using_directive, cp_initialize_namespace,
8944 cp_finalize_namespace, cp_set_block_scope,
8945 cp_scan_for_anonymous_namespaces.
8946 * cp-namespace.c: New file.
8947 * cp-support.c: Update copyright.
8948 Include ctype.h, gdb_assert.h, gdbcmd.h.
8949 New variable maint_cplus_cmd_list.
8950 (cp_find_first_component): New function.
8951 (cp_entire_prefix_len, maint_cplus_command)
8952 (first_component_command, _initialize_cp_support): Ditto.
8953 * buildsym.c: Include cp-support.h.
8954 New variable using_list.
8955 (add_symbol_to_list): Check for anonymous namespaces.
8956 (finish_block): Set block's scope.
8957 (start_symtab): Initialize C++ namespace support.
8958 (end_symtab): Finalize C++ namespace support.
8959 * block.h: Add opaque declarations for structs
8960 block_namespace_info, using_direct, and obstack.
8961 Add declarations for block_set_scope and block_set_using.
8962 (struct block): Add 'language_specific' member.
8963 (BLOCK_NAMESPACE): New macro.
8964 * block.c: Include gdb_obstack.h and cp-support.h.
8965 (struct block_namespace_info): New struct.
8966 (block_set_scope): New function.
8967 (block_set_using, block_initialize_namespace): Ditto.
8968
8969 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8970
8971 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8972 (locate_base): Return early if there aren't any link map offsets.
8973 (svr4_solib_create_inferior_hook): Warn if shared library support
8974 is unavailable.
8975
8976 2003-04-14 David Carlton <carlton@math.stanford.edu>
8977
8978 * symtab.c (symbol_set_names): Add prefix when storing Java names
8979 in hash table. Fix for PR java/1039.
8980
8981 2003-04-14 David Carlton <carlton@math.stanford.edu>
8982
8983 * symtab.c (symbol_set_names): Rename 'name' arg to
8984 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8985 * symtab.h: Change 'name' argument in declaration of
8986 symbol_set_names to 'linkage_name'.
8987 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8988
8989 2003-04-14 Andrew Cagney <cagney@redhat.com>
8990
8991 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8992 return the fully sign-extended register value.
8993 (get_frame_pointer): Ditto.
8994 (mips_pop_frame): Initialize "proc_desc" after checking for a
8995 dummy frame.
8996
8997 2003-04-14 Andrew Cagney <cagney@redhat.com>
8998
8999 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9000 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9001 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9002 (mips_push_register): Delete function.
9003 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9004 PUSH_FP_REGNUM.
9005
9006 2003-04-14 Jim Blandy <jimb@redhat.com>
9007
9008 * symmisc.c: #include "gdb_regex.h".
9009 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9010 functions.
9011 * maint.c (maintenance_list_command): New function.
9012 (_initialize_maint_cmds): Register the above as commands.
9013 * symtab.h (maintenance_list_symtabs,
9014 maintenance_list_psymtabs): New declarations.
9015 * cli/cli-cmds.c (maintenancelistlist): New variable.
9016 (init_cmd_lists): Initialize it.
9017 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9018 * gdbcmd.h (maintenancelistlist): New declaration.
9019 * Makefile.in (symmisc.o): Update dependencies.
9020
9021 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9022
9023 * s390-nat.c: Include asm/types.h for addr_t.
9024
9025 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9026
9027 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9028 actually incoming type.
9029
9030 2003-04-13 Andrew Cagney <cagney@redhat.com>
9031
9032 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9033 get_next_frame and get_frame_saved_regs.
9034
9035 2003-04-13 Andrew Cagney <cagney@redhat.com>
9036
9037 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9038 of gdbarch_num_regs.
9039
9040 2003-04-13 Andrew Cagney <cagney@redhat.com>
9041
9042 * frame.h: Mention what replaced what in "struct frame_info".
9043 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9044 deprecated_update_frame_base_hack and
9045 deprecated_update_frame_pc_hack.
9046 * hppa-tdep.c: Ditto.
9047
9048 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9049
9050 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9051 to read_reg and update its comment. Remove regnum member.
9052 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9053 Don't call read_reg when setting in_reg. Call read_reg to get
9054 the frame base if it's in a register. Return the register number
9055 on the stack instead of in the context. Remove extra arguments
9056 to read_reg.
9057 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9058 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9059 the register number on the expression stack.
9060 (needs_frame_read_reg): Remove extra arguments.
9061
9062 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9063
9064 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9065 made non-static.
9066 (execute_stack_op): All callers updated.
9067 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9068 * dwarf2loc.c (find_location_expression): New function.
9069 (dwarf_expr_frame_base): Call it.
9070 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9071 (dwarf2_tracepoint_var_ref): New function, broken out from
9072 locexpr_tracepoint_var_ref.
9073 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9074 Make static.
9075 (loclist_read_variable, loclist_read_needs_frame): New functions.
9076 (loclist_describe_location, loclist_tracepoint_var_ref): New
9077 functions.
9078 (dwarf2_loclist_funcs): New struct location_funcs.
9079 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9080 (struct dwarf2_locexpr_baton): Add comments.
9081 (dwarf2_loclist_funcs): New extern.
9082 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9083 base_address and base_known.
9084 (dwarf_loc_buffer): New variable.
9085 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9086 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9087 (dwarf2_has_info): Initialize dwarf_loc_offset.
9088 (dwarf2_build_psymtabs): Read in .debug_loc.
9089 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9090 DWARF_LOC_SIZE.
9091 (psymtab_to_symtab_1): Likewise. Move base address calculation
9092 here, from...
9093 (dwarf2_get_pc_bounds): ... here. Use the base address from
9094 cu_header.
9095 (dwarf2_symbol_mark_computed): Handle location lists.
9096
9097 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9098
9099 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9100 if the linkage name demangled successfully.
9101
9102 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9103
9104 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9105 disassmbly_flavour): Removed.
9106
9107 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9108
9109 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9110
9111 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9112
9113 2003-04-12 Andrew Cagney <cagney@redhat.com>
9114
9115 * frame.h (struct frame_info): Move definition from here ...
9116 * frame.c (struct frame_info): ... to here.
9117
9118 2003-04-12 Andrew Cagney <cagney@redhat.com>
9119
9120 * gdbthread.h (save_infrun_state): Delete parameter
9121 "prev_func_start".
9122 (struct thread_info): Delete field "prev_func_start".
9123 (load_infrun_state): Ditto.
9124 * thread.c (load_infrun_state, save_infrun_state): Update.
9125 * infrun.c (prev_func_start): Delete variable.
9126 (context_switch, init_wait_for_inferior): Update.
9127 (stop_stepping, keep_going): Update.
9128
9129 2003-04-12 Andrew Cagney <cagney@redhat.com>
9130
9131 * gdbarch.sh: Add missing opaque declarations.
9132 * gdbarch.h: Regnerate.
9133 * symtab.h: Add missing opaque declarations.
9134 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9135 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9136 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9137 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9138 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9139 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9140 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9141 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9142 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9143 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9144 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9145 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9146 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9147
9148 2003-04-11 Andrew Cagney <cagney@redhat.com>
9149
9150 * frame.c (get_frame_id): Return this frame's "id".
9151 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9152 function start.
9153 (legacy_saved_regs_this_id): Replace function body with
9154 internal-error.
9155 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9156 FRAME_OBSTACK_ZALLOC.
9157 (create_new_frame): Mark the frame ID as valid.
9158
9159 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9160
9161 * Makefile.in (libbfd_h): Added missing setting.
9162 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9163 according to the selected ABI.
9164
9165 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9166
9167 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9168
9169 2003-04-11 Andrew Cagney <cagney@redhat.com>
9170
9171 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9172 SAVED_PC_AFTER_CALL.
9173 * gdbarch.h, gdbarch.c: Regenerate.
9174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9175 * x86-64-tdep.c (x86_64_init_abi): Update.
9176 * vax-tdep.c (vax_gdbarch_init): Update.
9177 * v850-tdep.c (v850_gdbarch_init): Update.
9178 * sparc-tdep.c (sparc_gdbarch_init): Update.
9179 * sh-tdep.c (sh_gdbarch_init): Update.
9180 * s390-tdep.c (s390_gdbarch_init): Update.
9181 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9182 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9183 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9184 * mips-tdep.c (mips_gdbarch_init): Update.
9185 * mcore-tdep.c (mcore_gdbarch_init): Update.
9186 * m68k-tdep.c (m68k_gdbarch_init): Update.
9187 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9188 * ia64-tdep.c (ia64_gdbarch_init): Update.
9189 (ia64_saved_pc_after_call): Update declaration.
9190 * i386ly-tdep.c (i386lynx_init_abi): Update.
9191 * i386-tdep.c (i386_gdbarch_init): Update.
9192 * hppa-tdep.c (hppa_gdbarch_init): Update.
9193 * h8300-tdep.c (h8300_gdbarch_init): Update.
9194 * frv-tdep.c (frv_gdbarch_init): Update.
9195 * cris-tdep.c (cris_gdbarch_init): Update.
9196 * avr-tdep.c (avr_gdbarch_init): Update.
9197 * arm-tdep.c (arm_gdbarch_init): Update.
9198 * alpha-tdep.c (alpha_gdbarch_init): Update.
9199 * ns32knbsd-nat.c (frame_num_args): Update.
9200 * ns32k-tdep.c (umax_frame_num_args): Update.
9201 * mips-tdep.c (mips_init_frame_pc_first): Update.
9202 * infrun.c (step_over_function): Update.
9203 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9204 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9205 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9206 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9207 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9208 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9209 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9210 * arch-utils.c (init_frame_pc_default): Update.
9211 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9212 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9213 declaration.
9214
9215 2003-04-11 Andrew Cagney <cagney@redhat.com>
9216
9217 * i387-tdep.c: Update copyright.
9218 (i387_to_double): Delete function.
9219 (double_to_i387): Delete function.
9220
9221 2003-04-10 Andrew Cagney <cagney@redhat.com>
9222
9223 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9224 frame's function's address. Simplify.
9225 (d10v_frame_unwind_cache): Check that the frame's function is
9226 non-zero.
9227
9228 2003-04-10 Jim Blandy <jimb@redhat.com>
9229
9230 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9231 call to set_gdbarch_deprecated_push_arguments.
9232
9233 2003-04-10 Andrew Cagney <cagney@redhat.com>
9234
9235 * frame.c (fprint_frame_id): New function.
9236 (fprint_frame_type, fprint_frame): New function.
9237 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9238 (create_sentinel_frame, get_frame_id): Ditto.
9239 (frame_id_p, frame_id_eq): Ditto.
9240 (frame_id_inner, create_new_frame): Ditto.
9241 (legacy_get_prev_frame, get_prev_frame): Ditto.
9242 (deprecated_update_frame_pc_hack): Ditto.
9243 (frame_register_unwind): Ditto.
9244 (deprecated_update_frame_base_hack): Ditto.
9245
9246 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9247
9248 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9249 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9250 frame_chain function.
9251 * Makefile.in: Add dependencies due to above change.
9252
9253 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9254
9255 * blockframe.c (legacy_frame_chain_valid): Move call to
9256 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9257 inside_entry_file.
9258
9259 2003-04-09 Andrew Cagney <cagney@redhat.com>
9260
9261 * frame.h (struct frame_id): Replace "pc" and "base" with
9262 "stack_addr" and "code_addr". Update comments.
9263 (frame_id_build): Update parameter names and comment.
9264 (struct frame_info): Replace "id_p" and "id" with "this_id".
9265 * dummy-frame.c (dummy_frame_this_id): Update.
9266 * breakpoint.c (print_one_breakpoint): Update.
9267 * frame.c (get_frame_id): Update.
9268 (get_frame_base, frame_id_build): Update.
9269 (create_sentinel_frame, legacy_get_prev_frame): Update.
9270 (deprecated_update_frame_base_hack): Update.
9271 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9272 (frame_id_inner): Ditto.
9273
9274 2003-04-09 Andrew Cagney <cagney@redhat.com>
9275
9276 * defs.h (gdb_print_host_address): Make "addr" parameter a
9277 pointer constant.
9278 * utils.c (gdb_print_host_address): Update.
9279
9280 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9281
9282 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9283 register number for R0 is 0.
9284
9285 2003-04-09 J. Brobecker <brobecker@gnat.com>
9286
9287 * frame.h (struct gdbarch): Add opaque structure definition
9288 to avoid a compilation warning on LynxOS 4.0.
9289
9290 2003-04-09 Andrew Cagney <cagney@redhat.com>
9291
9292 * frame.h (struct frame_info): Delete field "pc". Replace
9293 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9294 structure.
9295 * frame.c (frame_pc_unwind): Update.
9296 (create_sentinel_frame): Do not set "pc".
9297 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9298 (get_frame_pc): Call frame_pc_unwind.
9299 (deprecated_update_frame_pc_hack): Update.
9300 (create_new_frame): Use "pc" not "->pc".
9301
9302 2003-04-09 Andrew Cagney <cagney@redhat.com>
9303
9304 * frame.c (get_frame_id): Eliminate code updating "frame".
9305 (legacy_get_prev_frame): Ditto.
9306 (get_frame_base): Return id.base directly.
9307 (deprecated_update_frame_base_hack): Update "id.base".
9308 * frame.h (struct frame_info): Delete field "frame".
9309
9310 2003-04-09 Andrew Cagney <cagney@redhat.com>
9311
9312 * NEWS: Mention that the "Sequent family" is obsolete.
9313 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9314 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9315 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9316 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9317 * config/i386/tm-ptx4.h: Obsolete file.
9318 * config/i386/tm-ptx.h: Obsolete file.
9319 * symm-tdep.c: Obsolete file.
9320 * config/i386/symmetry.mt: Obsolete file.
9321 * config/i386/tm-symmetry.h: Obsolete file.
9322 * symm-nat.c: Obsolete file.
9323 * config/i386/nm-symmetry.h: Obsolete file.
9324 * config/i386/xm-symmetry.h: Obsolete file.
9325 * config/i386/symmetry.mh: Obsolete file.
9326 * config/i386/nm-ptx4.h: Obsolete file.
9327 * config/i386/ptx4.mh: Obsolete file.
9328 * config/i386/ptx.mt: Obsolete file.
9329 * config/i386/ptx.mh: Obsolete file.
9330 * config/i386/xm-ptx4.h: Obsolete file.
9331 * config/i386/xm-ptx.h: Obsolete file.
9332
9333 2003-04-09 Andrew Cagney <cagney@redhat.com>
9334
9335 Obsolete mips*-*-mach3*.
9336 * NEWS: Mention that mips*-*-mach3* is obsolete.
9337 * m3-nat.c: Obsolete file.
9338 * config/nm-m3.h: Obsolete file.
9339 * config/mips/tm-mipsm3.h: Obsolete file.
9340 * config/mips/mipsm3.mt: Obsolete file.
9341 * config/mips/mipsm3.mh: Obsolete file.
9342 * config/mips/xm-mipsm3.h: Obsolete file.
9343 * mipsm3-nat.c: Obsolete file.
9344 * configure.host: Obsolete mips-dec-mach3*.
9345 * configure.tgt: Obsolete mips*-*-mach3*.
9346
9347 2003-04-09 Andrew Cagney <cagney@redhat.com>
9348
9349 * doublest.h: Update copyright.
9350 (deprecated_store_floating, deprecated_extract_floating): Rename
9351 store_floating and extract_floating. Update comments.
9352 * doublest.c: Update copyright.
9353 (extract_floating_by_length): Replace extract_floating.
9354 (store_floating_by_length): Replace store_floating.
9355 (deprecated_extract_floating): New function.
9356 (deprecated_store_floating): New function.
9357 (extract_typed_floating): Call extract_floating_by_length.
9358 (store_typed_floating): Call store_floating_by_length.
9359 * x86-64-tdep.c (x86_64_store_return_value): Update.
9360 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9361 (sh64_extract_return_value): Update.
9362 (sh_sh4_register_convert_to_virtual): Update.
9363 (sh_sh64_register_convert_to_virtual): Update.
9364 (sh_sh4_register_convert_to_raw): Update.
9365 (sh_sh64_register_convert_to_raw): Update.
9366 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9367 (rs6000_register_convert_to_raw): Update.
9368 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9369 (ia64_register_convert_to_raw): Update.
9370 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9371 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9372 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9373 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9374 (alpha_register_convert_to_raw): Update.
9375
9376 2003-04-08 Andrew Cagney <cagney@redhat.com>
9377
9378 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9379 * gdbarch.h, gdbarch.c: Re-generate.
9380 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9381 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9382 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9383 conditionally, use frame_pc_unwind as an alternative. Add
9384 comments.
9385 * arch-utils.c (init_frame_pc_default): Only call
9386 SAVED_PC_AFTER_CALL when available.
9387
9388 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9389
9390 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9391 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9392 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9393 (start_remote): Ditto.
9394 (handle_inferior_event): Ditto.
9395 (save_inferior_status): Ditto.
9396 (restore_inferior_status): Ditto.
9397 * infcmd.c (attach_command): Ditto.
9398 * fork-child.c (startup_inferior): Ditto.
9399 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9400 * alpha-tdep.c (heuristic_proc_start): Ditto.
9401 * mips-tdep.c (heuristic_proc_start): Ditto.
9402 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9403 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9404 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9405 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9406 * remote-vx.c (vx_create_inferior): Ditto.
9407
9408 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9409
9410 * infrun.c (stop_soon_quietly): Make it an enum, to better
9411 override the default behavior of handle_inferior_event.
9412 (clear_proceed_status): Update uses of stop_soon_quietly to
9413 reflect that it is now an enum.
9414 (start_remote): Ditto.
9415 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9416 is set to handle the new GNU/Linux kernel behavior for
9417 attach/sigstop. Update uses of stop_soon_quietly.
9418 * inferior.h (enum stop_kind): New enum.
9419 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9420 Reset normal handle_inferior_event behavior, afterwards.
9421 * fork-child.c (startup_inferior): Update.
9422 * alpha-tdep.c (heuristic_proc_start): Update.
9423 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9424 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9425 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9426 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9427 * remote-vx.c (vx_create_inferior): Update.
9428 * mips-tdep.c (heuristic_proc_start): Update.
9429
9430 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9431
9432 * disasm.c (dump_insns): Move variables inside loop, or they will
9433 be freed more than once, causing wild memory corruptions.
9434 (gdb_disassembly): Look for the substring "-thread",
9435 instead of "-threads" in the target name, to make sure to find
9436 the 'multi-thread' target. Also, make sure we do the right thing
9437 with the "core" target.
9438
9439 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9440
9441 * mips-tdep.c (mips_print_fp_register): New function, created from
9442 do_fp_register_row(). Registers are now (also) printed as hex.
9443 Only one register is printed per row.
9444 (mips_print_register, do_fp_register_row): Print floating point
9445 registers with mips_print_fp_register().
9446
9447 2003-04-06 Andrew Cagney <cagney@redhat.com>
9448
9449 * valprint.h (inspect_it): Add extern declaration.
9450 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9451 (selectors_info, classes_info): Ditto.
9452 (find_objc_msgcall): Fix indentation.
9453 (objc_printstr): Delete extern declarations.
9454
9455 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9456
9457 2003-04-06 Andrew Cagney <cagney@redhat.com>
9458
9459 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9460 Update comment.
9461 * frame.c (legacy_saved_regs_this_id): Update.
9462 (legacy_get_prev_frame): Update.
9463 * xstormy16-tdep.c: Update comment.
9464 * sparc-tdep.c (sparc_frame_chain): Update comment.
9465 * blockframe.c (legacy_frame_chain_valid): Update.
9466
9467 2003-04-06 Andrew Cagney <cagney@redhat.com>
9468
9469 * valprint.c (val_print_type_code_int): Delete #ifdef
9470 PRINT_TYPELESS_INTEGER code.
9471
9472 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9473 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9474 multi-arch definition.
9475 * gdbarch.h: Re-generate.
9476
9477 2003-04-05 Andrew Cagney <cagney@redhat.com>
9478
9479 Eliminate FRAME_FIND_SAVED_REGS.
9480 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9481 Change FSR parameter to a pointer.
9482 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9483 Assume FSR parameter is a pointer.
9484 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9485 Make fsr a pointer.
9486 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9487 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9488 saved_regs a pointer.
9489 (hppa_frame_saved_pc): Ditto.
9490 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9491 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9492 pointer.
9493 (restore_pc_queue): Make fsr a pointer.
9494 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9495 (hppa_frame_chain): Make saved_regs a pointer, call
9496 hppa_frame_init_saved_regs.
9497 * sparc-tdep.c: Include "gdb_assert.h".
9498 (sparc_frame_find_saved_regs): Replace internal_error with
9499 gdb_assert.
9500 * remote-vxsparc.c (vx_read_register): Delete reference to
9501 FRAME_FIND_SAVED_REGS.
9502 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9503 * gdbarch.h: Regenerate.
9504 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9505 (deprecated_get_frame_saved_regs): Delete declaration.
9506 (struct frame_saved_regs): Delete definition.
9507 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9508 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9509 (hppa_frame_find_saved_regs): Delete declaration.
9510 (FRAME_FIND_SAVED_REGS): Delete macro.
9511 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9512 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9513 FRAME_FIND_SAVED_REGS in comment.
9514
9515 2003-04-05 Andrew Cagney <cagney@redhat.com>
9516
9517 * frame.c (frame_func_unwind, get_frame_func): New functions.
9518 * frame.h (get_frame_func, frame_func_unwind): Declare.
9519 (struct frame_info): Add field "prev_func" for caching the
9520 previous frame's function address.
9521 * arm-tdep.c (arm_frameless_function_invocation): Combine
9522 get_pc_function_start and get_frame_pc into get_frame_func.
9523 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9524 (sh64_nofp_frame_init_saved_regs): Ditto.
9525 * s390-tdep.c (s390_function_start): Ditto.
9526 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9527 (rs6000_frameless_function_invocation): Ditto.
9528 (rs6000_frame_saved_pc): Ditto.
9529 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9530 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9531 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9532 (i386_frame_init_saved_regs): Ditto.
9533 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9534 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9535 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9536 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9537 * blockframe.c (frameless_look_for_prologue): Ditto.
9538
9539 2003-04-05 Andrew Cagney <cagney@redhat.com>
9540
9541 * frame.c (legacy_get_prev_frame): Link prev to next at the
9542 function start. Update comments.
9543
9544 2003-04-05 Andrew Cagney <cagney@redhat.com>
9545
9546 * frame.c (get_frame_id): Update comment.
9547 (legacy_get_prev_frame): Update comment.
9548 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9549 * gdbarch.h: Regenerate.
9550 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9551 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9552
9553 2003-04-05 Andrew Cagney <cagney@redhat.com>
9554
9555 * stack.c (print_frame_info): Use get_frame_pc.
9556
9557 2003-04-04 Andrew Cagney <cagney@redhat.com>
9558
9559 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9560 the frame's type from the unwinder.
9561 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9562 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9563 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9564 (get_frame_base_address): Use get_frame_type.
9565 (get_frame_locals_address, get_frame_args_address): Ditto.
9566 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9567 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9568 (struct frame_info): Add comment explaining why the frame contains
9569 a "type" field.
9570 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9571 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9572 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9573 NORMAL_FRAME.
9574 * frame-unwind.h: Include "frame.h".
9575 (struct frame_unwind): Add "type" field.
9576 * Makefile.in (frame_unwind_h): Add $(frame_h).
9577
9578 2003-04-04 Andrew Cagney <cagney@redhat.com>
9579
9580 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9581 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9582 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9583 get_frame_base.
9584 (d10v_unwind_dummy_id): Use frame_id_build.
9585 * frame.c (find_frame_sal): Use get_frame_pc.
9586 (create_new_frame): Use deprecated_update_frame_pc_hack and
9587 deprecated_update_frame_base_hack.
9588 (create_sentinel_frame): Add comment about ->pc going away.
9589 (get_prev_frame): Add comment about ->pc going away.
9590 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9591 frame_id_build, deprecated_update_frame_pc_hack and
9592 deprecated_update_frame_base_hack.
9593 (select_frame): Use get_frame_pc.
9594 (legacy_saved_regs_this_id): Use frame_id_build.
9595
9596 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9597
9598 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9599 signed integer case.
9600 (classify_argument): Handle enumerations and references.
9601
9602 2003-04-04 Andrew Cagney <cagney@redhat.com>
9603
9604 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9605 ID to NULL.
9606
9607 2003-04-01 Adam Fedor <fedor@gnu.org>
9608
9609 * gdb/objc-lang.c (selectors_info): Replace calls to
9610 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9611 SYMBOL_NATURAL_NAME.
9612 (classes_info, find_methods): Likewise.
9613
9614 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9615
9616 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9617 ``mach'' to the value determined by bfd_default_set_arch_mach().
9618
9619 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9620
9621 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9622 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9623 (mi-cmd-file.o): Update dependencies.
9624
9625 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9626
9627 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9628 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9629
9630 2003-04-01 Adam Fedor <fedor@gnu.org>
9631
9632 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9633 * language.h (struct language_defn): Add la_demangle.
9634 (language_demangle): Declare.
9635 * language.c (language_demangle): New function.
9636 (unk_lang_demangle): Likewise.
9637 (unknown_language_defn, auto_language_defn, local_language_defn):
9638 Add ukn_lang_demangle.
9639 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9640 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9641 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9642 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9643 * jv-lang.c (java_demangle): New function
9644 (java_language_defn): Use it for la_demangle element.
9645 * objc-lang.c (objc_demangle): Add options argument
9646 (objc_language_defn): Use objc_demangle for la_demangle element.
9647 * maint.c (maintenance_demangle): Replace switch with
9648 call to language_demangle.
9649 * utils.c (fprintf_symbol_filtered): Likewise.
9650
9651 2003-04-01 Andrew Cagney <cagney@redhat.com>
9652
9653 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9654 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9655 PRINT_TYPELESS_INTEGER.
9656 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9657 PUSH_RETURN_ADDRESS.
9658
9659 2003-04-01 Andrew Cagney <cagney@redhat.com>
9660
9661 * Makefile.in (d10v-tdep.o): Update dependencies.
9662 * d10v-tdep.c: Include "frame-base.h".
9663 (d10v_frame_unwind): Make constant.
9664 (d10v_frame_base_address): New function.
9665 (d10v_frame_base): New variable.
9666 (d10v_gdbarch_init): Set frame_base default.
9667 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9668 comment for base.
9669 (d10v_frame_unwind_cache): Set and use "prev_sp".
9670 (d10v_frame_this_id): Use the previous frame's inner most stack
9671 address and this frame's func address for the frame ID. Use
9672 frame_id_build. Don't analyze beyond the current instruction.
9673
9674 2003-04-01 Andrew Cagney <cagney@redhat.com>
9675
9676 * frame.h (get_frame_locals_address, get_frame_args_address):
9677 Refer to the base address, instead of the address of the first
9678 local or parameter.
9679
9680 2003-04-01 Andrew Cagney <cagney@redhat.com>
9681
9682 Add frame debug info addresses:
9683 * frame-base.c: New file.
9684 * frame-base.h: New file.
9685 * frame.h (struct frame_base): Add opaque declaration.
9686 (get_frame_base): Update comment.
9687 (get_frame_base_address): Declare.
9688 (get_frame_locals_address): Declare.
9689 (get_frame_args_address): Declare.
9690 (struct frame_info): Add "base" and "base_cache". Update
9691 comments on the unwinder.
9692 * frame.c: Include "frame-base.h".
9693 (get_frame_locals_address): New function.
9694 (get_frame_base_address): New function.
9695 (get_frame_args_address): New function.
9696 * findvar.c (read_var_value): Use get_frame_locals_address and
9697 get_frame_args_address.
9698 * stack.c (frame_info): Use get_frame_locals_address and
9699 get_frame_args_address.
9700 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9701 moved to "frame-base.c".
9702 * printcmd.c (print_frame_nameless_args): Ditto.
9703 * symtab.h (address_class): Update comments.
9704 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9705 get_frame_base_address.
9706 * dwarf2expr.c (execute_stack_op): Ditto.
9707 * Makefile.in (frame_base_h): Define.
9708 (frame.o): Update dependencies.
9709 (frame-base.o): Add dependencies.
9710 (SFILES): Add frame-base.c.
9711 (COMMON_OBS): Add frame-base.o.
9712
9713 2003-04-01 Andrew Cagney <cagney@redhat.com>
9714
9715 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9716 CALL_DUMMY_LENGTH): Ditto.
9717 * gdbarch.c: Re-generate.
9718 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9719 (CALL_DUMMY_LENGTH): Delete macro.
9720 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9721 * arm-tdep.c (arm_gdbarch_init): Ditto.
9722 * avr-tdep.c (avr_gdbarch_init): Ditto.
9723 * cris-tdep.c (cris_gdbarch_init): Ditto.
9724 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9725 * frv-tdep.c (frv_gdbarch_init): Ditto.
9726 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9727 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9728 * i386-tdep.c (i386_gdbarch_init): Ditto.
9729 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9730 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9731 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9732 * mips-tdep.c (mips_gdbarch_init): Ditto.
9733 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9734 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9735 * s390-tdep.c (s390_gdbarch_init): Ditto.
9736 * sh-tdep.c (sh_gdbarch_init): Ditto.
9737 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9738 * v850-tdep.c (v850_gdbarch_init): Ditto.
9739 * vax-tdep.c (vax_gdbarch_init): Ditto.
9740 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9741
9742 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9743
9744 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9745
9746 2003-04-01 Andrew Cagney <cagney@redhat.com>
9747
9748 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9749 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9750 * gdbarch.h, gdbarch.c: Re-generate.
9751 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9752 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9753 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9754 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9755 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9756 * infcmd.c (run_stack_dummy): Simplify assuming
9757 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9758 * infrun.c (handle_inferior_event): Ditto.
9759 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9760 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9761 * arm-tdep.c (arm_gdbarch_init): Ditto.
9762 * avr-tdep.c (avr_gdbarch_init): Ditto.
9763 * cris-tdep.c (cris_gdbarch_init): Ditto.
9764 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9765 * frv-tdep.c (frv_gdbarch_init): Ditto.
9766 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9767 * i386-tdep.c (i386_gdbarch_init): Ditto.
9768 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9770 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9771 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9772 * mips-tdep.c (mips_gdbarch_init): Ditto.
9773 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9774 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9775 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9776 * s390-tdep.c (s390_gdbarch_init): Ditto.
9777 * sh-tdep.c (sh_gdbarch_init): Ditto.
9778 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9779 * v850-tdep.c (v850_gdbarch_init): Ditto.
9780 * vax-tdep.c (vax_gdbarch_init): Ditto.
9781 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9782
9783 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9784
9785 * symfile.c (symfile_relocate_debug_section): Update call to
9786 bfd_simple_get_relocated_section_contents.
9787
9788 2003-03-31 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9791 * gdbarch.h, gdbarch.c: Regenerate.
9792 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9793 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9794 available.
9795 * frame.h (generic_fix_call_dummy): Delete declaration.
9796 * dummy-frame.h: Update comment.
9797 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9798 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9799 fix_call_dummy.
9800 * sh-tdep.c (sh_gdbarch_init): Ditto.
9801 * s390-tdep.c (s390_gdbarch_init): Ditto.
9802 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9803 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9804 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9805 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9806 * i386-tdep.c (i386_gdbarch_init): Ditto.
9807 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9808 * frv-tdep.c (frv_gdbarch_init): Ditto.
9809 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9810 * cris-tdep.c (cris_gdbarch_init): Ditto.
9811 * avr-tdep.c (avr_gdbarch_init): Ditto.
9812 * arm-tdep.c (arm_gdbarch_init): Ditto.
9813
9814 2003-03-31 J. Brobecker <brobecker@gnat.com>
9815
9816 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9817 (INIT_FRAME_AP): Likewise.
9818 (EXTRA_FRAME_INFO): Likewise.
9819
9820 2003-03-31 Andrew Cagney <cagney@redhat.com>
9821
9822 * gdbarch.sh: Include "symfile.h".
9823 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9824 * gdbarch.h, gdbarch.c: Re-generate.
9825 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9827 call_dummy_address, the default is at entry_point_address.
9828 * v850-tdep.c (v850_gdbarch_init): Ditto.
9829 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9830 * sh-tdep.c (sh_gdbarch_init): Ditto.
9831 * s390-tdep.c (s390_gdbarch_init): Ditto.
9832 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9833 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9834 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9835 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9836 * i386-tdep.c (i386_gdbarch_init): Ditto.
9837 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9838 * frv-tdep.c (frv_gdbarch_init): Ditto.
9839 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9840 * cris-tdep.c (cris_gdbarch_init): Ditto.
9841 * arm-tdep.c (arm_gdbarch_init): Ditto.
9842
9843 2003-03-31 Andrew Cagney <cagney@redhat.com>
9844
9845 * gdbarch.sh (CALL_DUMMY_P): Delete.
9846 * gdbarch.h, gdbarch.c: Re-generate.
9847 * inferior.h (CALL_DUMMY_P): Delete macro.
9848 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9849 * vax-tdep.c (vax_gdbarch_init): Update.
9850 * v850-tdep.c (v850_gdbarch_init): Update.
9851 * sparc-tdep.c (sparc_gdbarch_init): Update.
9852 * sh-tdep.c (sh_gdbarch_init): Update.
9853 * s390-tdep.c (s390_gdbarch_init): Update.
9854 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9855 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9856 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9857 * mips-tdep.c (mips_gdbarch_init): Update.
9858 * mcore-tdep.c (mcore_gdbarch_init): Update.
9859 * m68k-tdep.c (m68k_gdbarch_init): Update.
9860 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9861 * ia64-tdep.c (ia64_gdbarch_init): Update.
9862 * i386-tdep.c (i386_gdbarch_init): Update.
9863 * h8300-tdep.c (h8300_gdbarch_init): Update.
9864 * frv-tdep.c (frv_gdbarch_init): Update.
9865 * d10v-tdep.c (d10v_gdbarch_init): Update.
9866 * cris-tdep.c (cris_gdbarch_init): Update.
9867 * breakpoint.c (deprecated_frame_in_dummy): Update.
9868 * avr-tdep.c (avr_gdbarch_init): Update.
9869 * alpha-tdep.c (alpha_gdbarch_init): Update.
9870 * arm-tdep.c (arm_gdbarch_init): Update.
9871 * dummy-frame.c (dummy_frame_this_id): Update comments.
9872 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9873 * frame.c (legacy_get_prev_frame): Ditto.
9874 * valops.c (call_function_by_hand): Delete function.
9875 (hand_function_call): Rename to call_function_by_hand
9876
9877 2003-03-30 Andrew Cagney <cagney@redhat.com>
9878
9879 2002-11-10 Klee Dienes <kdienes@apple.com>
9880 * value.h (struct value): Update comment.
9881
9882 2003-03-30 Andrew Cagney <cagney@redhat.com>
9883
9884 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9885 D10V_FP_REGNUM.
9886 (d10v_gdbarch_init): Do not set fp_regnum.
9887
9888 * frame.c (get_frame_base): Force ID initialization.
9889 (get_prev_frame): Move computation of the frame ID from here ...
9890 (get_frame_id): ... to here.
9891 (legacy_get_prev_frame): Mark the frame ID as valid.
9892 * frame.h (struct frame_info): Add field "id_p".
9893
9894 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9895
9896 * i386-tdep.c (i386_store_struct_return): Removed.
9897 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9898
9899 2003-03-30 Andrew Cagney <cagney@redhat.com>
9900
9901 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9902 * gdbarch.h, gdbarch.c: Regenerate.
9903 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9905 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9906 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9907 * i386-tdep.c (i386_gdbarch_init): Ditto.
9908 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9909 * cris-tdep.c (cris_gdbarch_init): Ditto.
9910 * vax-tdep.c (vax_gdbarch_init): Ditto.
9911 * s390-tdep.c (s390_gdbarch_init): Ditto.
9912 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9913 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9914 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9915 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9916 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9917 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9918 * sparc-tdep.c (sparc_gdbarch_init): Update.
9919 * sh-tdep.c (sh_gdbarch_init): Update.
9920 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9921 * mips-tdep.c (mips_gdbarch_init): Update.
9922 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9923 * ia64-tdep.c (ia64_gdbarch_init): Update.
9924 * frv-tdep.c (frv_gdbarch_init): Update.
9925 * avr-tdep.c (avr_gdbarch_init): Update.
9926 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9927 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9928 instead of when push_dummy_call is not available.
9929
9930 2003-03-30 Andrew Cagney <cagney@redhat.com>
9931
9932 * infttrace.c: Include "gdbthread.h".
9933 (parent_attach_all): Fix function signature.
9934 (call_ptrace): Update call.
9935 * Makefile.in (infttrace.o): Update dependencies.
9936
9937 2003-03-30 Andrew Cagney <cagney@redhat.com>
9938
9939 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9940 PUSH_RETURN_ADDRESS.
9941 * gdbarch.h, gdbarch.c: Regenerate.
9942 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9943 * x86-64-tdep.c (x86_64_init_abi): Update.
9944 * v850-tdep.c (v850_gdbarch_init): Update.
9945 * sparc-tdep.c (sparc_gdbarch_init): Update.
9946 * sh-tdep.c (sh_gdbarch_init): Update.
9947 * s390-tdep.c (s390_gdbarch_init): Update.
9948 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9949 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9950 * mips-tdep.c (mips_gdbarch_init): Update.
9951 * mcore-tdep.c (mcore_gdbarch_init): Update.
9952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9953 * ia64-tdep.c (ia64_gdbarch_init): Update.
9954 * i386-tdep.c (i386_gdbarch_init): Update.
9955 * h8300-tdep.c (h8300_gdbarch_init): Update.
9956 * frv-tdep.c (frv_gdbarch_init): Update.
9957 * cris-tdep.c (cris_gdbarch_init): Update.
9958 * avr-tdep.c (avr_gdbarch_init): Update.
9959 * arm-tdep.c (arm_gdbarch_init): Update.
9960 * valops.c (hand_function_call): Update.
9961
9962 2003-03-29 Andrew Cagney <cagney@redhat.com>
9963
9964 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9965 sizeof_call_dummy_words.
9966 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9967 define.
9968 * gdbarch.h: Regenerate.
9969
9970 2003-03-29 Andrew Cagney <cagney@redhat.com>
9971
9972 * infttrace.h: New file.
9973 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9974 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9975 (hpread_read_doc_function_type): Detect an initialized type1.
9976 (hpread_quick_traverse): Initialize mod_name_string.
9977 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9978 (som_solib_get_solib_by_pc): Declare.
9979 (so_lib_thread_start_addr): Declare.
9980 (no_shared_libraries): Declare.
9981 * somread.c (init_import_symbols): Make static. Add forward
9982 declaration.
9983 * config/pa/nm-hppah.h: Include "infttrace.h" for
9984 parent_attach_all.
9985 (hppa_insert_hw_watchpoint): Declare.
9986 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9987 * hppah-nat.c: Include "gdb_string.h".
9988 (parent_attach_all): Delete extern declaration, moved to
9989 "infttrace.h".
9990 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9991 int.
9992 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9993 * Makefile.in (infttrace_h): Define.
9994 (hpread.o): Update dependencies.
9995 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9996 * hppa-hpux-tdep.c: Include "gdb_string.h".
9997 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9998 * infrun.c (handle_inferior_event): Always initialize
9999 stepped_after_stopped_by_watchpoint. Add default and remove
10000 fallthrough in switch statement.
10001 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10002 parameter to int.
10003 (hppa_remove_hw_watchpoint): Ditto.
10004
10005 2003-03-29 Andrew Cagney <cagney@redhat.com>
10006
10007 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10008 offset.
10009
10010 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10011
10012 * arm-tdep.c (arm_push_arguments): Delete.
10013 (struct stack_item): New type.
10014 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10015 (arm_store_struct_return): Delte.
10016 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10017 arm_push_arguments or arm_store_struct_return.
10018
10019 2003-03-28 Andrew Cagney <cagney@redhat.com>
10020
10021 * Makefile.in (d10v-tdep.o): Update dependencies.
10022 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10023 * d10v-tdep.c: Include "remote.h".
10024 (target_resume_hook): Delete extern declaration.
10025 (target_wait_loop_hook): Ditto.
10026 (tdisassemble_command): Eliminate assignment in "if" conditional.
10027 (d10v_ts2_register_sim_regno): Eliminate call to
10028 legacy_register_sim_regno.
10029 (d10v_ts3_register_sim_regno): Ditto.
10030
10031 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10032
10033 * thread.c: Reindented.
10034 * lin-lwp.c: Ditto.
10035 * linux-proc.c: Ditto.
10036
10037 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10038
10039 * MAINTAINERS (write after approval): Add myself.
10040
10041 2003-03-27 Theodore A. Roth <troth@openavr.org>
10042
10043 * objc-exp.y: Add missing semi-colons.
10044
10045 2003-03-27 Andrew Cagney <cagney@redhat.com>
10046
10047 * regcache.c (write_sp): Delete function and references.
10048 * inferior.h (write_sp): Delete declaration.
10049 * valops.c (hand_function_call): Replace write_sp with
10050 TARGET_WRITE_SP.
10051 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10052 (sparc_pop_frame): Ditto.
10053
10054 2003-03-27 Andrew Cagney <cagney@redhat.com>
10055
10056 * NEWS: Mention removal of support for hppa*-*-bsd* and
10057 hppa*-*-osf* natives, and hppa*-*-pro* target.
10058 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10059 * config/pa/xm-pa.h: Obsolete file.
10060 * config/pa/xm-hppab.h: Obsolete file.
10061 * config/pa/nm-hppab.h: Obsolete file.
10062 * config/pa/tm-hppab.h: Obsolete file.
10063 * config/pa/tm-hppao.h: Obsolete file.
10064 * config/pa/nm-hppao.h: Obsolete file.
10065 * config/pa/tm-pro.h: Obsolete file.
10066 * config/pa/hppaosf.mt: Obsolete file.
10067 * config/pa/hppaosf.mh: Obsolete file.
10068 * config/pa/hppapro.mt: Obsolete file.
10069 * config/pa/hppabsd.mt: Obsolete file.
10070 * config/pa/hppabsd.mh: Obsolete file.
10071 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10072 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10073 hppa*-*-osf*.
10074
10075 2003-03-27 Andrew Cagney <cagney@redhat.com>
10076
10077 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10078 push_arguments. Don't set push_return_address or write_sp.
10079 (d10v_push_dummy_call): Replace d10v_push_arguments.
10080 (d10v_push_return_address, d10v_write_sp): Delete function,
10081 handled by push_dummy_call.
10082
10083 2003-03-26 Andrew Cagney <cagney@redhat.com>
10084
10085 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10086 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10087 regcache and dummy_addr parameters.
10088 * gdbarch.h, gdbarch.c: Re-generate.
10089 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10090 available; assume it will handle stack alignment and return
10091 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10092 legacy_push_arguments.
10093 (legacy_push_arguments): Rename default_push_arguments.
10094 * value.h (legacy_push_arguments): Rename default_push_arguments.
10095 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10096 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10097 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10098 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10099 * config/i386/tm-symmetry.h: Update.
10100 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10101 * x86-64-tdep.c (x86_64_init_abi): Update.
10102 * v850-tdep.c (v850_gdbarch_init): Update.
10103 * sparc-tdep.c (sparc_gdbarch_init): Update.
10104 * sh-tdep.c (sh_gdbarch_init): Update.
10105 * s390-tdep.c (s390_gdbarch_init): Update.
10106 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10107 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10108 * mips-tdep.c (mips_gdbarch_init): Update.
10109 * mcore-tdep.c (mcore_gdbarch_init): Update.
10110 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10111 * ia64-tdep.c (ia64_gdbarch_init): Update.
10112 * i386-tdep.c (i386_gdbarch_init): Update.
10113 * hppa-tdep.c (hppa_gdbarch_init): Update.
10114 * h8300-tdep.c (h8300_gdbarch_init): Update.
10115 * frv-tdep.c (frv_gdbarch_init): Update.
10116 * d10v-tdep.c (d10v_gdbarch_init): Update.
10117 * cris-tdep.c (cris_gdbarch_init): Update.
10118 * avr-tdep.c (avr_gdbarch_init): Update.
10119 * arm-tdep.c (arm_gdbarch_init): Update.
10120 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10121 * alpha-tdep.c (alpha_gdbarch_init): Update.
10122
10123 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10124
10125 * signals/signals.c (do_target_signal_to_host): Correct realtime
10126 signal range test.
10127
10128 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10129
10130 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10131 (struct sal_chain, map_catch_names): Remove.
10132 (catch_exception_command_1): Don't call
10133 handle_gnu_4_16_catch_command.
10134
10135 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10136
10137 From Mark Dettinger <dettinge@de.ibm.com>:
10138 * dwarf2cfi.c (read_2u): Increment pointer by two.
10139
10140 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * signals/signals.c: Fix typos in last change.
10143
10144 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10145
10146 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10147 not already defined. Use __SIGRTMIN if available.
10148 (target_signal_from_host): Remove SIGRTMIN block.
10149 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10150 the signal is within the realtime range.
10151
10152 2003-03-25 Adam Fedor <fedor@gnu.org>
10153
10154 * Makefile.in (infrun.o): Add $(language_h)
10155 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10156 for language specific trampolines.
10157 * language.h (struct language_defn): Add skip_trampoline.
10158 (skip_language_trampoline): Declare.
10159 * language.c (unk_lang_trampoline, skip_language_trampoline):
10160 New functions.
10161 (unknown_language_defn, auto_language_defn, local_language_defn):
10162 Add ukn_lang_trampoline.
10163 * ada-lang.c (ada_language_defn): Add NULL for language
10164 specific skip_trampoline.
10165 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10166 scm-lang.c: Likewise.
10167 * objc-lang.c (objc_skip_trampoline): New function.
10168 (objc_language_defn): Add objc_skip_trampoline.
10169
10170 2003-03-25 Andrew Cagney <cagney@redhat.com>
10171
10172 * frame.c (get_prev_frame): Delay validating a frame's ID -
10173 non-NULL, didn't go backwards - until an attempt to unwind it to
10174 the previous frame.
10175
10176 2003-03-25 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10179 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10180 * gdbarch.h, gdbarch.c: Re-generate.
10181 * config/sparc/tm-sparc.h
10182 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10183 * sparc-tdep.c (sparc_gdbarch_init): Set
10184 deprecated_extra_stack_alignment_needed.
10185 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10186 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10187 extra_stack_alignment_needed.
10188 * v850-tdep.c (v850_gdbarch_init): Ditto.
10189 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10190 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10191 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10192 * cris-tdep.c (cris_gdbarch_init): Ditto.
10193 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10194 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10195
10196 2003-03-25 Andrew Cagney <cagney@redhat.com>
10197
10198 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10199 STORE_STRUCT_RETURN.
10200 * gdbarch.h, gdbarch.c: Regenerate.
10201 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10202 (d10v_push_arguments): Set the struct return register.
10203 (d10v_gdbarch_init): Update.
10204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10205 * x86-64-tdep.c (x86_64_init_abi): Update.
10206 * vax-tdep.c (vax_gdbarch_init): Update.
10207 * v850-tdep.c (v850_gdbarch_init): Update.
10208 * sparc-tdep.c (sparc_gdbarch_init): Update.
10209 * sh-tdep.c (sh_gdbarch_init): Update.
10210 * s390-tdep.c (s390_gdbarch_init): Update.
10211 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10212 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10213 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10214 * mips-tdep.c (mips_gdbarch_init): Update.
10215 * mcore-tdep.c (mcore_gdbarch_init): Update.
10216 * m68k-tdep.c (m68k_gdbarch_init): Update.
10217 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10218 * ia64-tdep.c (ia64_gdbarch_init): Update.
10219 * i386-tdep.c (i386_gdbarch_init): Update.
10220 * hppa-tdep.c (hppa_gdbarch_init): Update.
10221 * h8300-tdep.c (h8300_gdbarch_init): Update.
10222 * frv-tdep.c (frv_gdbarch_init): Update.
10223 * cris-tdep.c (cris_gdbarch_init): Update.
10224 * avr-tdep.c (avr_gdbarch_init): Update.
10225 * arm-tdep.c (arm_gdbarch_init): Update.
10226 * alpha-tdep.c (alpha_gdbarch_init): Update.
10227
10228 2003-03-25 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10231 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10232 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10233 * gdbarch.h, gdbarch.c: Regenerate.
10234 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10235 call_dummy_stack_adjust_p.
10236 * vax-tdep.c (vax_gdbarch_init): Ditto.
10237 * v850-tdep.c (v850_gdbarch_init): Ditto.
10238 * sh-tdep.c (sh_gdbarch_init): Ditto.
10239 * s390-tdep.c (s390_gdbarch_init): Ditto.
10240 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10241 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10242 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10243 * mips-tdep.c (mips_gdbarch_init): Ditto.
10244 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10245 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10246 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10247 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10248 * i386-tdep.c (i386_gdbarch_init): Ditto.
10249 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10250 * frv-tdep.c (frv_gdbarch_init): Ditto.
10251 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10252 * cris-tdep.c (cris_gdbarch_init): Ditto.
10253 * avr-tdep.c (avr_gdbarch_init): Ditto.
10254 * arm-tdep.c (arm_gdbarch_init): Ditto.
10255 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10256 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10257 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10258 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10259 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10260 call_dummy_stack_adjust_p.
10261 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10262 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10263 * sparc-tdep.c (sparc32_push_arguments): Update.
10264 * valops.c (hand_function_call): Update.
10265
10266 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10267
10268 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10269 set_gdbarch_char_signed.
10270
10271 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10272
10273 PR cli/548
10274 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10275
10276 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10277
10278 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10279 (_initialize_arm_tdep): Don't set tm_print_insn.
10280
10281 2003-03-24 Adam Fedor <fedor@gnu.org>
10282
10283 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10284 * objc-lang.h: Add multiple inclusion protection.
10285 (start_msglist, add_msglist, end_msglist): Additional declarations.
10286
10287 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10288
10289 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10290 value was renamed to ARM_FLOAT_SOFT_FPA.
10291
10292 2003-03-23 Andrew Cagney <cagney@redhat.com>
10293
10294 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10295 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10296 * gdbarch.h, gdbarch.c: Regenerate.
10297 * valops.c (hand_function_call): Update.
10298 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10299 * frame.c (legacy_saved_regs_this_id): Update.
10300 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10301 * dummy-frame.h: Update.
10302 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10303 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10304 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10305 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10306 * config/m68k/tm-sun3.h: Update.
10307 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10308 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10309 * x86-64-tdep.c (x86_64_init_abi): Update.
10310 * vax-tdep.c (vax_gdbarch_init): Update.
10311 * v850-tdep.c (v850_gdbarch_init): Update.
10312 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10313 * sh-tdep.c (sh_gdbarch_init): Update.
10314 * s390-tdep.c (s390_gdbarch_init): Update.
10315 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10316 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10317 (frame_get_saved_regs): Update.
10318 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10319 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10320 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10321 * mips-tdep.c (mips_gdbarch_init): Update.
10322 * mcore-tdep.c (mcore_gdbarch_init): Update.
10323 * m68k-tdep.c (m68k_gdbarch_init): Update.
10324 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10325 * ia64-tdep.c (ia64_gdbarch_init): Update.
10326 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10327 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10328 (i386_interix_back_one_frame): Update.
10329 * hppa-tdep.c (hppa_gdbarch_init): Update.
10330 (hppa_init_extra_frame_info): Update.
10331 * h8300-tdep.c (h8300_gdbarch_init): Update.
10332 * frv-tdep.c (frv_gdbarch_init): Update.
10333 * cris-tdep.c (cris_gdbarch_init): Update.
10334 * avr-tdep.c (avr_gdbarch_init): Update.
10335 * arm-tdep.c (arm_gdbarch_init): Update.
10336 * alpha-tdep.c (alpha_gdbarch_init): Update.
10337
10338 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10339
10340 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10341 (arm_get_fp_model): Declare.
10342 * arm-tdep.c (fp_model_strings): New string array.
10343 (arm_fp_model, current_fp_model): New variables.
10344 (arm_get_fp_model): New function.
10345 (arm_set_fp): New function.
10346 (set_fp_model_sfunc): New function.
10347 (show_fp_model): New function.
10348 (_initialize_arm_tdep): Add new command to set/show the FPU.
10349 (arm_extract_return_value): Use arm_get_fp_model.
10350 (arm_store_return_value): Likewise.
10351 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10352 to initialize the floating-point data types.
10353 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10354 model is FPA.
10355
10356 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10357
10358 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10359 the current setting of each value.
10360 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10361 new_set and new_show. Use add_setshow_cmd_full and
10362 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10363 commands and add new version as subcommands of "set/show arm".
10364
10365 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10366
10367 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10368 (set_arm_command, show_arm_command): New functions.
10369 (_initialize_arm_tdep): Add them.
10370 (num_disassembly_options): Renamed from num_flavor_options.
10371 (valid_disassembly_styles): Renamed from valid_flavors.
10372 (disassembly_style): Renamed from disassembly_flavor.
10373 (set_disassembly_style_sfunc): Renamed from
10374 set_disassembly_flavor_sfunc.
10375 (set_disassembly_style): Renamed from set_disassembly_flavor.
10376 (arm_othernames): Updated.
10377 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10378 command. Add "set/show arm disassembly" commands. Deprecate
10379 "othernames" command.
10380
10381 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10382
10383 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10384 (arm-tdep.o): Depend on elf_arm_h.
10385
10386 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10387
10388 * Makefile.in (coff_internal_h): Define.
10389 (arm-tdep.o): Update dependencies.
10390
10391 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10392
10393 * arm-tdep.c (prologue_cache): Delete.
10394 (check_prologue_cache, save_prologue_cache): Delete.
10395 (arm_scan_prologue): Don't check or update the prologue_cache.
10396 (arm_gdb_arch_init): Don't initialize it.
10397 (_initialize_arm_tdep): Likewise.
10398
10399 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10400
10401 * MAINTAINERS (tui): Maintainer of tui code.
10402
10403 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10404
10405 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10406 (i386-cygwin-tdep.o): Add dependencies.
10407 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10408 * i386-cygwin-tdep.c: New file.
10409 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10410 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10411
10412 2003-03-20 Andrew Cagney <cagney@redhat.com>
10413
10414 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10415 (handle_inferior_event): Remove code calling
10416 DYNAMIC_TRAMPOLINE_NEXTPC.
10417
10418 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10419 already has a full path.
10420
10421 * main.c (gdb_main): Return 1.
10422 (captured_main): Call error to report an invalid interpreter.
10423
10424 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10425 * alpha-osf1-tdep.c: Include "gdb_string.h".
10426
10427 2003-03-19 J. Brobecker <brobecker@gnat.com>
10428
10429 Continuing work to convert the hppa targets to multiarch partial.
10430
10431 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10432 method, now that hppa_push_dummy_frame has a conformant prototype.
10433 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10434 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10435 for the switch to multiarch partial.
10436
10437 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10438
10439 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10440 when iss is issNull.
10441
10442 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10443
10444 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10445 NUM_REGS bounds check.
10446
10447 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10448
10449 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10450 * mips-tdep.c (gdb_assert.h): Include.
10451 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10452 (mips_register_name): Handle integer registers explicitly. Add
10453 bounds checking.
10454 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10455 (mips_lsi33k_reg_names): Don't list integer registers; they're
10456 handled by mips_register_name() now.
10457 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10458 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10459 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10460 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10461 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10462
10463 2003-03-18 Andrew Cagney <cagney@redhat.com>
10464
10465 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10466 a void pointer.
10467 * gdbtypes.h (print_scalar_formatted): Update declaration.
10468 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10469
10470 2003-03-18 J. Brobecker <brobecker@gnat.com>
10471
10472 * infrun.c (observer.h): Add #include.
10473 (normal_stop): Add call to observer_notify_normal_stop.
10474 * Makefile.in (infrun.o): Add dependency on observer.h.
10475
10476 2003-03-18 J. Brobecker <brobecker@gnat.com>
10477
10478 Continuing work to convert the hppa targets to multiarch partial.
10479 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10480 parameter. Reformat comment.
10481 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10482 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10483 to match new profile.
10484
10485 2003-03-18 J. Brobecker <brobecker@gnat.com>
10486
10487 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10488 appear to be working in any case.
10489
10490 2003-03-18 J. Brobecker <brobecker@gnat.com>
10491
10492 * observer.c (observer_test_first_observer): New static variable.
10493 (observer_test_second_observer): Likewise.
10494 (observer_test_third_observer): Likewise.
10495 (observer_test_first_notification_function): New static function.
10496 (observer_test_second_notification_function): Likewise.
10497 (observer_test_third_notification_function): Likewise.
10498
10499 2003-03-17 J. Brobecker <brobecker@gnat.com>
10500
10501 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10502 * somsolib.c (gdb_assert.h): Likewise.
10503 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10504 (somsolib.o): Likewise.
10505
10506 2003-03-17 Andrew Cagney <cagney@redhat.com>
10507
10508 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10509 BFD. Simplify setting of di.endian.
10510
10511 2003-03-17 Andrew Cagney <cagney@redhat.com>
10512
10513 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10514 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10515
10516 From Elena Zannoni <ezannoni@redhat.com>
10517 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10518 vector and floating-point parameters.
10519 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10520 convention.
10521 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10522
10523 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10524
10525 * MAINTAINERS: Remove my name from several maintainership roles.
10526
10527 2003-03-17 Andrew Cagney <cagney@redhat.com>
10528
10529 Fix frame off-by-one bug.
10530 * frame-unwind.h (frame_this_id_ftype): Replace
10531 frame_unwind_id_ftype.
10532 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10533 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10534 with "prev_register".
10535 * frame-unwind.c (frame_unwind_find_by_pc): Return
10536 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10537 comment.
10538 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10539 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10540 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10541 (dummy_frame_unwind): Update.
10542 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10543 sentinel_frame_register_unwind.
10544 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10545 (sentinel_frame_unwinder): Update.
10546 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10547 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10548 * frame.c (create_sentinel_frame): Update. Initialize
10549 "prologue_cache" instead of "unwind_cache".
10550 (frame_register_unwind): Call this frame's prev_register with the
10551 next frame and this frame's prologue cache.
10552 (get_prev_frame): Simplify. Always call prev frame's this_id with
10553 this frame and prev frame's prologue cache. Document that this
10554 call is shifted one to the left when compared to the
10555 frame_register_unwind call.
10556 (legacy_saved_regs_prev_register): Replace
10557 frame_saved_regs_register_unwind.
10558 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10559 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10560 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10561 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10562 (d10v_frame_unwind): Update.
10563 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10564 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10565 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10566 "saved_regs" with "this_saved_regs".
10567
10568 2003-03-16 Andrew Cagney <cagney@redhat.com>
10569
10570 * frame.c (frame_pop): Don't call target_store_registers. Fix
10571 problem reported by Mark Kettenis.
10572
10573 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10574
10575 * i386-tdep.c (i386_register_type): Renamed from
10576 i386_register_virtual_type. Adjust function signature.
10577 (i386_gdbarch_init): Set register_type instead of
10578 deprecated_max_register_raw_size,
10579 deprecated_max_register_virtual_size and register_virtual_type.
10580
10581 2003-03-14 Andrew Cagney <cagney@redhat.com>
10582
10583 * frame.c (get_prev_frame): When a legacy frame, always call
10584 legacy_get_prev_frame. Simplify unwind code using assumption that
10585 the unwinder is new.
10586 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10587 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10588 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10589
10590 2003-03-14 Andrew Cagney <cagney@redhat.com>
10591
10592 * frame.c (get_saved_register): Delete function.
10593 * frame.h (get_saved_register): Delete declaration.
10594 * xstormy16-tdep.c: Update comment.
10595 * regcache.h: Update comments.
10596 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10597 get_saved_register and extract_address, use
10598 frame_read_unsigned_register.
10599 (sparc_frame_saved_pc): Ditto.
10600 (sparc_get_saved_register): Instead of get_saved_register, use
10601 frame_register.
10602 (sparc_pop_frame): Ditto.
10603 * findvar.c: Update comments.
10604 (value_of_register): Call frame_register instead of
10605 get_saved_register.
10606 (value_from_register): Ditto.
10607 * config/sparc/tm-sparc.h: Update comment.
10608 * breakpoint.c: Update comment.
10609
10610 2003-03-14 Andrew Cagney <cagney@redhat.com>
10611
10612 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10613 GET_SAVED_REGISTER.
10614 * gdbarch.h, gdbarch.c: Re-generate.
10615 * frame.h: Update comments.
10616 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10617 * x86-64-tdep.c (x86_64_init_abi): Update.
10618 * sparc-tdep.c (sparc_gdbarch_init): Update.
10619 * sh-tdep.c (sh_gdbarch_init): Update.
10620 * mips-tdep.c (mips_gdbarch_init): Update.
10621 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10622 * cris-tdep.c (cris_gdbarch_init): Update.
10623 * ia64-tdep.c (ia64_gdbarch_init): Update.
10624 * frame.c (frame_register): Update.
10625 (get_saved_register): Update.
10626 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10627
10628 2003-03-13 Andrew Cagney <cagney@redhat.com>
10629
10630 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10631 * gdbarch.h, gdbarch.c: Regenerate.
10632 * valops.c (hand_function_call): Update comment.
10633 * stack.c (return_command): Update comment.
10634 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10635 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10636 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10637 * x86-64-tdep.c (x86_64_init_abi): Update.
10638 * vax-tdep.c (vax_gdbarch_init): Update.
10639 * v850-tdep.c (v850_gdbarch_init): Update.
10640 * sparc-tdep.c (sparc_gdbarch_init): Update.
10641 * sh-tdep.c (sh_gdbarch_init): Update.
10642 * s390-tdep.c (s390_gdbarch_init): Update.
10643 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10644 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10645 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10646 * mips-tdep.c (mips_gdbarch_init): Update.
10647 * mcore-tdep.c (mcore_gdbarch_init): Update.
10648 * m68k-tdep.c (m68k_gdbarch_init): Update.
10649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10650 * ia64-tdep.c (ia64_gdbarch_init): Update.
10651 * i386-tdep.c (i386_gdbarch_init): Update.
10652 * hppa-tdep.c (hppa_gdbarch_init): Update.
10653 * h8300-tdep.c (h8300_gdbarch_init): Update.
10654 * frv-tdep.c (frv_gdbarch_init): Update.
10655 * cris-tdep.c (cris_gdbarch_init): Update.
10656 * avr-tdep.c (avr_gdbarch_init): Update.
10657 * arm-tdep.c (arm_gdbarch_init): Update.
10658 * alpha-tdep.c (alpha_gdbarch_init): Update.
10659
10660 2003-03-13 Andrew Cagney <cagney@redhat.com>
10661
10662 * frame.c (legacy_frame_p): New function.
10663 (get_prev_frame): Use legacy_frame_p.
10664 * frame.h (legacy_frame_p): Declare.
10665
10666 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10667
10668 * MAINTAINERS (write after approval): Alphabetically
10669 listing corrected.
10670
10671 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10672
10673 * MAINTAINERS (write after approval): Add myself.
10674
10675 2003-03-12 Andrew Cagney <cagney@redhat.com>
10676
10677 * frame.c (get_prev_frame): Rename the frame parameter to
10678 "this_frame".
10679 (get_next_frame, legacy_get_prev_frame): Ditto.
10680
10681 2003-03-12 Andrew Cagney <cagney@redhat.com>
10682
10683 * frame.c (get_current_frame): Check target_has_registers before
10684 checking target_has_stack.
10685 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10686 instead of deprecated_selected_frame.
10687 * findvar.c (value_of_register): Pass "frame", not
10688 deprecated_selected_frame, to value_of_builtin_reg.
10689
10690 2003-03-12 Andrew Cagney <cagney@redhat.com>
10691
10692 * regcache.c (regcache_cooked_write_signed): New function.
10693 (regcache_cooked_write_unsigned): New function.
10694 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10695 (regcache_cooked_read_signed): Fix regnum in range assertion.
10696 * regcache.h (regcache_cooked_write_signed): Declare.
10697 (regcache_cooked_write_unsigned): Declare.
10698
10699 2003-03-12 Andrew Cagney <cagney@redhat.com>
10700
10701 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10702 * gdbarch.h, gdbarch.c: Re-generate.
10703 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10704 * x86-64-tdep.h: Update.
10705 * x86-64-tdep.c (x86_64_init_abi): Update.
10706 * v850-tdep.c (v850_gdbarch_init): Update.
10707 * sparc-tdep.c (sparc_gdbarch_init): Update.
10708 * sh-tdep.c (sh_gdbarch_init): Update.
10709 * s390-tdep.c (s390_gdbarch_init): Update.
10710 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10711 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10712 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10713 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10714 * mips-tdep.c (mips_gdbarch_init): Update.
10715 * mcore-tdep.c (mcore_gdbarch_init): Update.
10716 * m68k-tdep.c (m68k_gdbarch_init): Update.
10717 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10718 * ia64-tdep.c (ia64_gdbarch_init): Update.
10719 * i386-tdep.c (i386_gdbarch_init): Update.
10720 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10721 * hppa-tdep.c (hppa_gdbarch_init): Update.
10722 * h8300-tdep.c (h8300_gdbarch_init): Update.
10723 * frv-tdep.c (frv_gdbarch_init): Update.
10724 * cris-tdep.c (cris_gdbarch_init): Update.
10725 * avr-tdep.c (avr_gdbarch_init): Update.
10726 * arm-tdep.c (arm_gdbarch_init): Update.
10727 * alpha-tdep.c (alpha_gdbarch_init): Update.
10728 * sh-tdep.c (sh_init_extra_frame_info): Update.
10729 (sh64_init_extra_frame_info): Update.
10730 * ns32knbsd-nat.c (frame_num_args): Update.
10731 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10732 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10733 (xstormy16_frame_chain_valid): Update.
10734 * vax-tdep.c (vax_saved_pc_after_call): Update.
10735 * v850-tdep.c (v850_frame_chain): Update.
10736 (v850_pop_frame): Update.
10737 (v850_init_extra_frame_info): Update.
10738 * sparc-tdep.c (setup_arbitrary_frame): Update.
10739 * ns32k-tdep.c (umax_frame_num_args): Update.
10740 * s390-tdep.c (s390_pop_frame_regular): Update.
10741 * mn10300-tdep.c (mn10300_frame_chain): Update.
10742 (mn10300_pop_frame_regular): Update.
10743 (mn10300_init_extra_frame_info): Update.
10744 * mips-tdep.c (mips_init_frame_pc_first): Update.
10745 (mips_frame_chain): Update.
10746 (mips_pop_frame): Update.
10747 * mcore-tdep.c (mcore_frame_chain): Update.
10748 (mcore_pop_frame): Update.
10749 (mcore_init_extra_frame_info): Update.
10750 * arch-utils.c (init_frame_pc_default): Update.
10751 * m68k-tdep.c (isi_frame_num_args): Update.
10752 (delta68_frame_num_args): Update.
10753 (news_frame_num_args): Update.
10754 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10755 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10756 (alpha_frame_chain): Update.
10757 (alpha_pop_frame): Update.
10758 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10759 (hppa_init_extra_frame_info): Update.
10760 (hppa_frame_chain): Update.
10761 (hppa_frame_chain_valid): Update.
10762 * cris-tdep.c (cris_init_extra_frame_info): Update.
10763 * avr-tdep.c (avr_init_extra_frame_info): Update.
10764 * arm-tdep.c (arm_frame_chain_valid): Update.
10765 (arm_init_extra_frame_info): Update.
10766 (arm_pop_frame): Update.
10767 * frame.c (frame_pc_unwind): Update.
10768 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10769 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10770 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10771 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10772 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10773 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10774
10775 2003-03-12 Andrew Cagney <cagney@redhat.com>
10776
10777 Eliminate the need for POP_FRAME.
10778 * frame.c (do_frame_unwind_register): New function.
10779 (frame_pop): When no POP_FRAME, pop the frame using register
10780 unwind and a scratch regcache.
10781 (frame_saved_regs_pop): Delete function.
10782 (trad_frame_unwinder): Update.
10783 * d10v-tdep.c (d10v_frame_pop): Delete function.
10784 (d10v_frame_unwind): Update.
10785 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10786 (sentinel_frame_unwinder): Update.
10787 * dummy-frame.c (dummy_frame_pop): Delete function.
10788 (dummy_frame_unwind): Update.
10789 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10790 (struct frame_unwind): Update.
10791
10792 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10793
10794 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10795 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10796 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10797 Do range checks on register number obtained from debugging info.
10798 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10799 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10800 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10801 mapping function.
10802 (do_fp_register_row): Fix typo which caused double type to be
10803 used when attempting to unpack a float.
10804
10805 2003-03-11 J. Brobecker <brobecker@gnat.com>
10806
10807 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10808
10809 2003-03-11 Andrew Cagney <cagney@redhat.com>
10810
10811 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10812 frame. Problem found by Corinna Vinschen.
10813
10814 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10815
10816 * doublest.c (floatformat_from_length): Accept also
10817 the real size of 'long double' type.
10818
10819 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10820
10821 From Klee Dienes <kdienes@apple.com>:
10822 * breakpoint.c (bpstat_copy): Copy the command lines as well
10823 as the old value, to match what is freed in bpstat_clear.
10824
10825 2003-03-10 David Carlton <carlton@math.stanford.edu>
10826
10827 * minsyms.c (add_minsym_to_hash_table): Replace
10828 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10829 (compare_minimal_symbols, compact_minimal_symbols)
10830 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10831 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10832 of DEPRECATED_SYMBOL_MATCHES_NAME.
10833 (lookup_minimal_symbol_solib_trampoline): Ditto.
10834
10835 2003-03-10 Andrew Cagney <cagney@redhat.com>
10836
10837 * regcache.h (regcache_cooked_read_ftype): Define.
10838 (regcache_save, regcache_restore): Add a cooked_read parameter.
10839 * regcache.c (regcache_save, regcache_restore): Update.
10840 (do_cooked_read): New function.
10841 (regcache_cpy): Pass do_cooked_read to regcache_save and
10842 regcache_restore.
10843
10844 2003-03-10 Andrew Cagney <cagney@redhat.com>
10845
10846 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10847 * gdbarch.h, gdbarch.c: Re-generate.
10848 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10849 * x86-64-tdep.h: Update.
10850 * x86-64-tdep.c (x86_64_init_abi): Update.
10851 * v850-tdep.c (v850_gdbarch_init): Update.
10852 * sparc-tdep.c (sparc_gdbarch_init): Update.
10853 * sh-tdep.c (sh_gdbarch_init): Update.
10854 * s390-tdep.c (s390_gdbarch_init): Update.
10855 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10856 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10857 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10858 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10859 * mips-tdep.c (mips_gdbarch_init): Update.
10860 * mcore-tdep.c (mcore_gdbarch_init): Update.
10861 * m68k-tdep.c (m68k_gdbarch_init): Update.
10862 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10863 * ia64-tdep.c (ia64_gdbarch_init): Update.
10864 * i386-tdep.c (i386_gdbarch_init): Update.
10865 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10866 * hppa-tdep.c (hppa_gdbarch_init): Update.
10867 * h8300-tdep.c (h8300_gdbarch_init): Update.
10868 * frv-tdep.c (frv_gdbarch_init): Update.
10869 * cris-tdep.c (cris_gdbarch_init): Update.
10870 * avr-tdep.c (avr_gdbarch_init): Update.
10871 * arm-tdep.c (arm_gdbarch_init): Update.
10872 * alpha-tdep.c (alpha_gdbarch_init): Update.
10873 * sh-tdep.c (sh_init_extra_frame_info): Update.
10874 (sh64_init_extra_frame_info): Update.
10875 * ns32knbsd-nat.c (frame_num_args): Update.
10876 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10877 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10878 (xstormy16_frame_chain_valid): Update.
10879 * vax-tdep.c (vax_saved_pc_after_call): Update.
10880 * v850-tdep.c (v850_frame_chain): Update.
10881 (v850_pop_frame): Update.
10882 (v850_init_extra_frame_info): Update.
10883 * sparc-tdep.c (setup_arbitrary_frame): Update.
10884 * ns32k-tdep.c (umax_frame_num_args): Update.
10885 * s390-tdep.c (s390_pop_frame_regular): Update.
10886 * mn10300-tdep.c (mn10300_frame_chain): Update.
10887 (mn10300_pop_frame_regular): Update.
10888 (mn10300_init_extra_frame_info): Update.
10889 * mips-tdep.c (mips_init_frame_pc_first): Update.
10890 (mips_frame_chain): Update.
10891 (mips_pop_frame): Update.
10892 * mcore-tdep.c (mcore_frame_chain): Update.
10893 (mcore_pop_frame): Update.
10894 (mcore_init_extra_frame_info): Update.
10895 * arch-utils.c (init_frame_pc_default): Update.
10896 * m68k-tdep.c (isi_frame_num_args): Update.
10897 (delta68_frame_num_args): Update.
10898 (news_frame_num_args): Update.
10899 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10900 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10901 (alpha_frame_chain): Update.
10902 (alpha_pop_frame): Update.
10903 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10904 (hppa_init_extra_frame_info): Update.
10905 (hppa_frame_chain): Update.
10906 (hppa_frame_chain_valid): Update.
10907 * cris-tdep.c (cris_init_extra_frame_info): Update.
10908 * avr-tdep.c (avr_init_extra_frame_info): Update.
10909 * arm-tdep.c (arm_frame_chain_valid): Update.
10910 (arm_init_extra_frame_info): Update.
10911 (arm_pop_frame): Update.
10912 * frame.c (frame_pc_unwind): Update.
10913 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10914 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10915 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10916 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10917 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10918 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10919
10920 2003-03-10 Andrew Cagney <cagney@redhat.com>
10921
10922 * gdbarch.sh (gdbarch_unwind_pc): New method.
10923 * gdbarch.h, gdbarch.c: Regenerate.
10924 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10925 but use read_pc and FRAME_SAVED_PC as fall backs.
10926 (frame_saved_regs_pc_unwind): Delete function.
10927 (trad_frame_unwinder): Update.
10928 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10929 (struct frame_unwind): Update.
10930 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10931 (dummy_frame_unwind): Update.
10932 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10933 (sentinel_frame_unwinder): Update.
10934 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10935 (d10v_frame_unwind): Update.
10936 (d10v_unwind_pc): New function.
10937 (d10v_gdbarch_init): Set unwind_pc.
10938
10939 2003-03-10 Andrew Cagney <cagney@redhat.com>
10940
10941 * gdbarch.h: Re-generate.
10942
10943 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10944 PC.
10945 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10946 the PC register.
10947
10948 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10949
10950 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10951
10952 2003-03-08 Andrew Cagney <cagney@redhat.com>
10953
10954 * cli-out.c: Update copyright.
10955 (cli_out_data): Define typedef. Use instead of ui_out_data.
10956
10957 2003-03-08 Andrew Cagney <cagney@redhat.com>
10958
10959 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10960 the result.
10961
10962 2003-03-07 Andrew Cagney <cagney@redhat.com>
10963
10964 * gdbarch.sh: Don't generate two macro definitions when an
10965 undefined macro taking no arguments.
10966 * gdbarch.h: Regenerate.
10967
10968 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10969
10970 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10971 (x86_64_unwind_dummy_id): New functions.
10972 (x86_64_init_abi): Register these two new functions.
10973
10974 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10975
10976 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10977 (x86_64_skip_prologue): Move prologue detection to
10978 separate function.
10979 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10980
10981 2003-03-05 Andrew Cagney <cagney@redhat.com>
10982
10983 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10984 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10985 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10986 to use unwind_dummy_id when a dummy frame.
10987 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10988 predicate.
10989 * gdbarch.h, gdbarch.c: Regneerate.
10990
10991 2003-03-05 Andrew Cagney <cagney@redhat.com>
10992
10993 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10994 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10995 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10996 values.
10997
10998 2003-03-05 Andrew Cagney <cagney@redhat.com>
10999
11000 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11001 (struct d10v_unwind_cache): Delete field "frameless". Replace
11002 "next_addr" with "sp_offset". Add "r11_offset".
11003 (d10v_frame_unwind_cache): Update.
11004 (prologue_find_regs): Update. When "mv r11, sp", save the
11005 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11006 RN was saved in r11_offset.
11007
11008 2003-03-05 Andrew Cagney <cagney@redhat.com>
11009
11010 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11011 cached PC value in the next frame.
11012
11013 2003-03-05 Andrew Cagney <cagney@redhat.com>
11014
11015 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11016 "id_unwind_cache" with "id".
11017 (frame_id_unwind): Delete declaration.
11018 * frame.c (frame_id_unwind): Delete function.
11019 (get_prev_frame): Call the frame id unwind method directly. Store
11020 the returned next frame's ID value in NEXT_FRAME. Note that there
11021 is a problem with the wrong unwind ID being called with the wrong
11022 unwind cache.
11023
11024 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11025
11026 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11027
11028 2003-03-05 James Ingham <jingham@apple.com>
11029 Daniel Jacobowitz <drow@mvista.com>
11030
11031 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11032 (auto_cp_abi): New variable.
11033 (current_cp_abi, num_cp_abis): Make static.
11034 (CP_ABI_MAX): Define.
11035 (cp_abis): Turn into an array.
11036 (value_virtual_fn_field): Fix formatting.
11037 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11038 takes a pointer.
11039 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11040 (list_cp_abis, _initialize_cp_abi): New functions.
11041 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11042 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11043 switch_to_cp_abi. Update prototype for register_cp_abi.
11044 * Makefile.in (cp-abi.o): Update dependencies.
11045 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11046 instead of switch_to_cp_abi.
11047 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11048 register_cp_abi.
11049 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11050 register_cp_abi.
11051 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11052
11053 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11054
11055 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11056 * dwarf2loc.c: Include "regcache.h".
11057 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11058 register_size.
11059 * Makefile.in (dwarf2loc.o): Update dependencies.
11060
11061 2003-03-04 Theodore A. Roth <troth@openavr.org>
11062
11063 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11064 number of io registers reported by remote target is not a multiple of
11065 step.
11066
11067 2003-03-04 David Carlton <carlton@math.stanford.edu>
11068
11069 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11070 (lookup_symbol_aux_psymtabs): Update call to
11071 lookup_partial_symbol.
11072 (lookup_transparent_type, find_main_psymtab)
11073 (make_symbol_overload_list): Ditto.
11074
11075 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11076
11077 * MAINTAINERS (Write after approval): Update my email address.
11078
11079 2003-03-03 Andrew Cagney <cagney@redhat.com>
11080
11081 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11082 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11083 predicate. Replace MAX_REGISTER_RAW_SIZE.
11084 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11085 MAX_REGISTER_VIRTUAL_SIZE.
11086 * regcache.c (legacy_max_register_raw_size): New function.
11087 (legacy_max_register_virtual_size): New function.
11088 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11089 (MAX_REGISTER_RAW_SIZE): Define.
11090 (legacy_max_register_raw_size): Declare.
11091 (legacy_max_register_virtual_size): Declare.
11092 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11093 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11094 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11095 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11096 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11097 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11098 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11099 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11100 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11102 * vax-tdep.c (vax_gdbarch_init): Update.
11103 * v850-tdep.c (v850_gdbarch_init): Update.
11104 * sparc-tdep.c (sparc_gdbarch_init): Update.
11105 * sh-tdep.c (sh_gdbarch_init): Update.
11106 * s390-tdep.c (s390_gdbarch_init): Update.
11107 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11108 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11109 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11110 * mips-tdep.c (mips_gdbarch_init): Update.
11111 * mcore-tdep.c (mcore_gdbarch_init): Update.
11112 * m68k-tdep.c (m68k_gdbarch_init): Update.
11113 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11114 * ia64-tdep.c (ia64_gdbarch_init): Update.
11115 * i386-tdep.c (i386_gdbarch_init): Update.
11116 * hppa-tdep.c (hppa_gdbarch_init): Update.
11117 * h8300-tdep.c (h8300_gdbarch_init): Update.
11118 * frv-tdep.c (frv_gdbarch_init): Update.
11119 * cris-tdep.c (cris_gdbarch_init): Update.
11120 * avr-tdep.c (avr_gdbarch_init): Update.
11121 * arm-tdep.c (arm_gdbarch_init): Update.
11122 * alpha-tdep.c (alpha_gdbarch_init): Update.
11123 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11124 max_register_raw_size or max_register_virtual_size.
11125
11126 2003-03-03 David Carlton <carlton@math.stanford.edu>
11127
11128 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11129 SYMBOL_MATCHES_NAME, add comment.
11130 (SYMBOL_MATCHES_NATURAL_NAME): New.
11131 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11132 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11133 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11134 * symtab.c (lookup_partial_symbol): Use
11135 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11136 unhelpful comment.
11137 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11138 SYMBOL_MATCHES_NAME.
11139 Fix for PR c++/33.
11140
11141 2003-03-03 David Carlton <carlton@math.stanford.edu>
11142
11143 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11144 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11145 by regexp matching against SYMBOL_NATURAL_NAME.
11146
11147 2003-03-03 David Carlton <carlton@math.stanford.edu>
11148
11149 * linespec.c (find_method): Extract code into collect_methods.
11150 (collect_methods): New.
11151
11152 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11153
11154 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11155 get_frame_base.
11156
11157 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11158 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11159
11160 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11161
11162 * arch-utils.c (generic_register_byte): Fix to use the loop index
11163 and not regnum when summing the size of all registers up to regnum.
11164
11165 2003-03-01 Andrew Cagney <cagney@redhat.com>
11166
11167 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11168 FRAME_INIT_SAVED_REGS.
11169 * gdbarch.h, gdbarch.c: Regenerate.
11170 * stack.c (frame_info): Update.
11171 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11172 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11173 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11174 * ns32k-tdep.c (ns32k_pop_frame): Update.
11175 * mips-tdep.c (mips_pop_frame): Update.
11176 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11177 * ia64-tdep.c (ia64_frame_chain): Update.
11178 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11179 (ia64_frameless_function_invocation): Update.
11180 (ia64_init_extra_frame_info): Update.
11181 (ia64_pop_frame_regular): Update.
11182 * frame.h (struct frame_info): Update comment.
11183 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11184 * frame.c (frame_saved_regs_register_unwind): Update.
11185 (frame_saved_regs_register_unwind): Update.
11186 (deprecated_generic_get_saved_register): Update.
11187 * cris-tdep.c: Update comment.
11188 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11189 Rename macro.
11190 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11191 * x86-64-tdep.c (x86_64_init_abi): Update.
11192 * vax-tdep.c (vax_gdbarch_init): Update.
11193 * v850-tdep.c (v850_gdbarch_init): Update.
11194 * sparc-tdep.c (sparc_gdbarch_init): Update.
11195 * sh-tdep.c (sh_gdbarch_init): Update.
11196 * s390-tdep.c (s390_gdbarch_init): Update.
11197 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11198 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11199 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11200 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11201 * mips-tdep.c (mips_gdbarch_init): Update.
11202 * mcore-tdep.c (mcore_gdbarch_init): Update.
11203 * m68k-tdep.c (m68k_gdbarch_init): Update.
11204 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11205 * ia64-tdep.c (ia64_gdbarch_init): Update.
11206 * i386-tdep.c (i386_gdbarch_init): Update.
11207 * frv-tdep.c (frv_gdbarch_init): Update.
11208 * avr-tdep.c (avr_gdbarch_init): Update.
11209 * arm-tdep.c (arm_gdbarch_init): Update.
11210 * alpha-tdep.c (alpha_gdbarch_init): Update.
11211
11212 2003-03-01 Andrew Cagney <cagney@redhat.com>
11213
11214 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11215 option enum and switch. When no windows, set the interpreter to
11216 INTERP_CONSOLE.
11217
11218 2003-03-01 Andrew Cagney <cagney@redhat.com>
11219
11220 * main.c (captured_main): Replace magic option characters with an
11221 enum.
11222
11223 2003-03-01 Andrew Cagney <cagney@redhat.com>
11224
11225 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11226 INIT_EXTRA_FRAME_INFO.
11227 * gdbarch.h, gdbarch.c: Regenerate.
11228 * arm-tdep.c: Update comments.
11229 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11230 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11231 * frame.h, avr-tdep.c: Ditto.
11232 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11233 (create_new_frame, legacy_get_prev_frame): Ditto.
11234 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11235 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11236 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11237 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11238 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11239 * v850-tdep.c (v850_gdbarch_init): Ditto.
11240 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11241 * sh-tdep.c (sh_gdbarch_init): Ditto.
11242 * s390-tdep.c (s390_gdbarch_init): Ditto.
11243 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11244 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11245 * mips-tdep.c (mips_gdbarch_init): Ditto.
11246 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11247 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11248 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11249 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11250 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11251 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11252 * frv-tdep.c (frv_gdbarch_init): Ditto.
11253 * cris-tdep.c (cris_gdbarch_init): Ditto.
11254 * avr-tdep.c (avr_gdbarch_init): Ditto.
11255 * arm-tdep.c (arm_gdbarch_init): Ditto.
11256 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11257 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11258
11259 2003-03-01 Andrew Cagney <cagney@redhat.com>
11260
11261 * gdbarch.sh (register_type): New function with predicate.
11262 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11263 * gdbarch.h, gdbarch.c: Re-generate.
11264 * arch-utils.c (generic_register_byte): Use generic_register_size.
11265 (generic_register_size): When available, use
11266 gdbarch_register_type.
11267 * regcache.c (init_regcache_descr): When available, initialize the
11268 register type array using gdbarch_register_type. If the
11269 architecture supplies gdbarch_register_type, do not use the legacy
11270 regcache layout.
11271 * d10v-tdep.c (d10v_register_type): Replace
11272 d10v_register_virtual_type.
11273 (d10v_gdbarch_init): Set register_type instead of
11274 register_virtual_type.
11275
11276 2003-03-01 Andrew Cagney <cagney@redhat.com>
11277
11278 * Makefile.in (ax-gdb.o): Update dependencies.
11279 * ax-gdb.c: Include "regcache.h".
11280 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11281 * findvar.c (value_of_register): Ditto.
11282 * infcmd.c (default_print_registers_info): Ditto.
11283
11284 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11285
11286 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11287 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11288
11289 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11290
11291 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11292 of STREQ.
11293
11294 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11295
11296 * Makefile.in (dwarf2loc.o): Update dependencies.
11297 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11298 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11299 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11300 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11301 (locexpr_tracepoint_var_ref): New function.
11302 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11303
11304 2003-02-28 Andrew Cagney <cagney@redhat.com>
11305
11306 * regcache.c (register_size): New function.
11307 * regcache.h (register_size): Declare
11308 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11309 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11310
11311 2003-02-28 David Carlton <carlton@math.stanford.edu>
11312
11313 * linespec.c (decode_compound): Extract code into find_method.
11314 (find_method): New.
11315
11316 2003-02-28 J. Brobecker <brobecker@gnat.com>
11317
11318 * Makefile.in: Add rules to build and link in observer.o.
11319
11320 2003-02-27 J. Brobecker <brobecker@gnat.com>
11321
11322 * observer.c: Minor comments edits.
11323
11324 2003-02-27 J. Brobecker <brobecker@gnat.com>
11325
11326 * observer.h, observer.c: New file.
11327
11328 2003-02-27 Andrew Cagney <cagney@redhat.com>
11329
11330 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11331
11332 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11333
11334 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11335 (M6812_OP_STS_EXT): Likewise.
11336 (m6811_prologue): Use the above to recognize prologue.
11337 (m6812_prologue): Likewise.
11338
11339 2003-02-27 David Carlton <carlton@math.stanford.edu>
11340
11341 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11342 SYMBOL_PRINT_NAME.
11343 (compare_psymbols): Ditto.
11344 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11345
11346 2003-02-27 Michael Snyder <msnyder@redhat.com>
11347
11348 * f-lang.c (build_fortran_types): New function.
11349 (_initialize_f_language): Gdbarch-register built-in fortran types.
11350 * doublest.c (extract_floating): Fix warning text.
11351
11352 2003-02-27 Andrew Cagney <cagney@redhat.com>
11353
11354 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11355 predicate. Replaces PUSH_DUMMY_FRAME.
11356 * gdbarch.h, gdbarch.c: Regnerate.
11357 * valops.c (hand_function_call): Update. Call
11358 generic_push_dummy_frame directly.
11359 * vax-tdep.c (vax_gdbarch_init): Update.
11360 * sparc-tdep.c (sparc_gdbarch_init): Update.
11361 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11362 * m68k-tdep.c (m68k_gdbarch_init): Update.
11363 * hppa-tdep.c (hppa_gdbarch_init): Update.
11364 * alpha-tdep.c (alpha_gdbarch_init): Update.
11365 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11366 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11367 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11368 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11369 push_dummy_frame to generic_push_dummy_frame.
11370 * v850-tdep.c (v850_gdbarch_init): Ditto.
11371 * sh-tdep.c (sh_gdbarch_init): Ditto.
11372 * s390-tdep.c (s390_gdbarch_init): Ditto.
11373 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11374 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11375 * mips-tdep.c (mips_gdbarch_init): Ditto.
11376 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11377 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11378 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11379 * i386-tdep.c (i386_gdbarch_init): Ditto.
11380 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11381 * frv-tdep.c (frv_gdbarch_init): Ditto.
11382 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11383 * cris-tdep.c (cris_gdbarch_init): Ditto.
11384 * avr-tdep.c (avr_gdbarch_init): Ditto.
11385 * arm-tdep.c (arm_gdbarch_init): Ditto.
11386
11387 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11388
11389 * mips-tdep.c (show_mips_abi): New function.
11390 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11391 command ``show mips abi''.
11392
11393 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11394
11395 From Elena Zannoni <ezannoni@redhat.com>
11396 * dbxread.c (process_one_symbol): Only record line 0 if one or
11397 more sline entries have been seen for the function.
11398
11399 2003-02-26 Michael Chastain <mec@shout.net>
11400
11401 * configure: Regenerate with autoconf 000227.
11402
11403 2003-02-26 Michael Chastain <mec@shout.net>
11404
11405 Close PR build/660.
11406 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11407 for old libc5/glibc.
11408 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11409
11410 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11411
11412 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11413 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11414
11415 2003-02-26 Michael Chastain <mec@shout.net>
11416
11417 * configure.in: New variable HAVE_UINTPTR_T.
11418 * configure, config.in: Regenerated.
11419
11420 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11421
11422 Fix PR build/1097.
11423 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11424
11425 2003-02-25 Andrew Cagney <cagney@redhat.com>
11426
11427 * frame.c (get_prev_frame): Add comment on check for
11428 inside_entry_func. Only check for inside_entry_file when not a
11429 dummy and not a sentinel. Check that the new frame is not inner
11430 to the old frame.
11431
11432 2003-02-25 Andrew Cagney <cagney@redhat.com>
11433
11434 * frame.c (frame_debug): New variable.
11435 (_initialize_frame): Add "set/show debug frame" command.
11436 (get_prev_frame): When frame_debug, print reason why unwind
11437 failed.
11438
11439 2003-02-25 Michael Chastain <mec@shout.net>
11440
11441 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11442 to avoid uintptr_t definition problems.
11443
11444 2003-02-25 David Carlton <carlton@math.stanford.edu>
11445
11446 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11447 (SYMBOL_LINKAGE_NAME): Ditto.
11448 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11449 SYMBOL_LINKAGE_NAME.
11450 (struct general_symbol_info): Expand comment.
11451 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11452 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11453 (SYMBOL_MATCHES_REGEXP): Ditto.
11454 * symtab.c (symbol_natural_name): New function.
11455 * objfiles.h: Replace all uses of SYMBOL_NAME by
11456 DEPRECATED_SYMBOL_NAME.
11457 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11458 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11459 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11460 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11461 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11462 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11463 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11464 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11465 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11466 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11467 * ada-exp.y: Ditto.
11468 * ada-exp.y: Update copyright.
11469 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11470 * cp-valprint.c: Ditto.
11471
11472 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11473
11474 * infptrace.c (detach): Do not flag error if ptrace detach fails
11475 and errno is set to ESRCH.
11476
11477 2003-02-24 Andrew Cagney <cagney@redhat.com>
11478
11479 * infptrace.c (udot_info): Change type of udot_off to long. Use
11480 paddr when printing udot_off's value.
11481
11482 2003-02-24 David Carlton <carlton@math.stanford.edu>
11483
11484 * symtab.c (make_symbol_overload_list): Only read in partial
11485 symtabs containing a matching partial symbol.
11486
11487 2003-02-24 David Carlton <carlton@math.stanford.edu>
11488
11489 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11490 do the comparison, not strcmp.
11491 * symfile.c (compare_psymbols): Ditto.
11492 * defs.h: Declare strcmp_iw_ordered.
11493 * utils.c (strcmp_iw_ordered): New function.
11494
11495 2003-02-24 Jim Blandy <jimb@redhat.com>
11496
11497 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11498 support, shared libs): Remove my name from here, to better reflect
11499 reality.
11500
11501 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11502
11503 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11504 (target_ops): Add to_have_continuable_watchpoint.
11505 * target.c (update_current_target): Add INHERIT line for
11506 to_have_continuable_watchpoint.
11507 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11508 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11509 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11510 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11511
11512 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11513
11514 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11515 maintainership.
11516
11517 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11518
11519 * solib.c (solib_open): Call target defined search function after
11520 failing with solib-search-path.
11521 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11522 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11523
11524 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11525
11526 * MAINTAINERS: Add myself to Write After section.
11527
11528 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11529
11530 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11531
11532 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11533
11534 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11535 (m68hc11_add_reggroups): New function.
11536 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11537 (m68hc11_gdbarch_init): Install the reggroups.
11538 (_initialize_m68hc11_tdep): Initialize them.
11539
11540 2003-02-21 James E Wilson <wilson@tuliptree.org>
11541
11542 * MAINTAINERS: Update my email address.
11543
11544 2003-02-21 David Carlton <carlton@math.stanford.edu>
11545
11546 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11547
11548 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11549
11550 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11551 * symtab.h: Add opaque declarations of struct axs_value and
11552 struct agent_expr.
11553 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11554 (struct location_funcs): New type.
11555 (struct symbol): Add "loc" to aux_value.
11556 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11557 * dwarf2read.c: Include "dwarf2expr.h".
11558 (dwarf2_symbol_mark_computed): New function.
11559 (read_func_scope): Use it.
11560 (var_decode_location): New function.
11561 (new_symbol): Use it.
11562 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11563
11564 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11565 (dwarf2expr_h, dwarf2loc_h): New variables.
11566 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11567 (dwarf2expr.o, dwarf2loc.o): New rules.
11568 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11569 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11570 LOC_COMPUTED_ARG.
11571 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11572 * m2-exp.y (yylex): Likewise.
11573 * printcmd.c (address_info, print_frame_args): Likewise.
11574 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11575 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11576 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11577 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11578 * symtab.c (lookup_block_symbol): Likewise.
11579
11580 2003-02-20 Adam Fedor <fedor@gnu.org>
11581
11582 * symtab.h: Remove objc_specific struct
11583 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11584 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11585 Have language_objc use cplus_specific struct.
11586
11587 2003-02-20 Tom Tromey <tromey@redhat.com>
11588
11589 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11590 TYPE_NAME, when printing a String value. PR java/1075.
11591
11592 2003-02-20 Adam Fedor <fedor@gnu.org>
11593
11594 * objc-lang.h (find_methods): Remove declaration.
11595 * objc-lang.c (find_methods): Make static.
11596
11597 2003-02-20 Christopher Faylor <cgf@redhat.com>
11598
11599 * win32-nat.c (get_image_name): Check return value from
11600 ReadProcessMemory.
11601 (child_xfer_memory): Ditto.
11602
11603 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11604
11605 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11606 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11607 '${exec_prefix}' (in addition to the expansion thereof) as
11608 relocatable.
11609 * configure: Rebuilt.
11610
11611 2003-02-20 David Carlton <carlton@math.stanford.edu>
11612
11613 * symtab.c (search_symbols): Revert the search_symbols part of my
11614 2002-12-23 patch. Add comment.
11615
11616 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11617
11618 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11619 * dbxread.c (elfstab_build_psymtabs): Don't call
11620 install_minimal_symbols.
11621 (stabsect_build_psymtabs): Likewise.
11622 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11623 earlier.
11624 * somread.c (som_symfile_read): Call install_minimal_symbols
11625 and do_cleanups earlier.
11626 * nlmread.c (nlm_symfile_read): Likewise.
11627 * mdebugread.c (elfmdebug_build_psymtabs): Call
11628 install_minimal_symbols and make appropriate cleanups.
11629
11630 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11631
11632 * solib.c (reload_shared_libraries): New function.
11633 (_initialize_solib): Add callbacks for ``set solib-search-path''
11634 and ``set solib-absolute-prefix''.
11635
11636 2003-02-20 David Carlton <carlton@math.stanford.edu>
11637
11638 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11639 expand comment.
11640 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11641 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11642 * ada-typeprint.c (ada_typedef_print): Ditto.
11643 * ax-gdb.c (gen_var_ref): Ditto.
11644 * breakpoint.c (print_one_breakpoint): Ditto.
11645 * buildsym.c (finish_block): Ditto.
11646 * c-valprint.c (c_val_print): Ditto.
11647 * expprint.c (print_subexp): Ditto.
11648 * findvar.c (locate_var_value): Ditto.
11649 * infcmd.c (jump_command): Ditto.
11650 * linespec.c (decode_line_2, decode_compound): Ditto.
11651 * maint.c (maintenance_translate_address): Ditto.
11652 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11653 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11654 Ditto.
11655 * p-valprint.c (pascal_val_print): Ditto.
11656 * stabsread.c (define_symbol): Ditto.
11657 * stack.c (print_frame, frame_info, print_block_frame_locals)
11658 (print_frame_arg_vars, return_command): Ditto.
11659 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11660 * symmisc.c (print_symbol): Ditto.
11661 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11662 (compare_search_syms, print_symbol_info, print_msymbol_info)
11663 (rbreak_command): Ditto.
11664 * tracepoint.c (tracepoints_info): Ditto.
11665 * typeprint.c (typedef_print): Ditto.
11666 * valops.c (value_of_variable, hand_function_call): Ditto.
11667 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11668 * ada-typeprint.c: Update Copyright.
11669 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11670 * tracepoint.c, cli/cli-cmds.c: Ditto.
11671
11672 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11673
11674 * frame.c (generic_unwind_get_saved_register): Make non-static.
11675 * frame.h (generic_unwind_get_saved_register): Declare.
11676 * mips-tdep.c (read_next_frame_reg): Fetch register from
11677 current regcache when frame is NULL.
11678 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11679 that must be NULL.
11680 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11681 instead of frame_register_unwind().
11682
11683 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11684
11685 * remote-sim.c (gdbsim_insert_breakpoint)
11686 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11687 code.
11688
11689 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11690
11691 * remote.c (_initialize_remote): Add commands "set/show remote
11692 hardware-watchpoint-limit" and "set/show remote
11693 hardware-breakpoint-limit".
11694 (remote_hw_watchpoint_limit): Initialize to -1.
11695 (remote_hw_breakpoint_limit): Ditto.
11696 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11697
11698 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11699
11700 * coff-pe-read.c: New file - support reading of minimal symbols from a
11701 portable executable using the export table.
11702 * coff-pe-read.h: New file.
11703 * coffread.c: Include coff-pe-read.h.
11704 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11705 debugging symbols found.
11706 * Makefile.in (SFILES): Add coff-pe-read.o.
11707 (coff_pe_read_h): Define.
11708 (COMMON_OBS): Add coff-pe-read.o.
11709 (coffread.o): Add coff_pe_read_h dependency.
11710 (coff-pe-read.o): New target.
11711
11712 2003-02-19 David Carlton <carlton@math.stanford.edu>
11713
11714 * Makefile.in (SFILES): Add block.c.
11715 (block_h): New.
11716 (COMMON_OBS): Add block.o.
11717 (block.o): New.
11718 (x86-64-tdep.o): Add $(block_h).
11719 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11720 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11721 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11722 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11723 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11724 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11725 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11726 * value.h: Add opaque declaration for struct block.
11727 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11728 * ada-lang.h: Ditto.
11729 * x86-64-tdep.c: #include "block.h"
11730 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11731 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11732 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11733 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11734 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11735 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11736 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11737 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11738 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11739 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11740 * symtab.c (block_function): Ditto.
11741 (contained_in): Ditto.
11742 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11743 block.h. Add opaque declaration for struct block.
11744 * symtab.h: Move block_function and contained_in declarations to
11745 block.h. Add opaque declarations for struct block, struct
11746 blockvector.
11747 (struct block): Move to block.h.
11748 (struct blockvector): Ditto.
11749 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11750 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11751 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11752 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11753 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11754 Ditto.
11755 * block.c: New file.
11756 * block.h: New file.
11757
11758 2003-02-19 Theodore A. Roth <troth@openavr.org>
11759
11760 * avr-tdep.c (avr_extract_return_value): Remove function.
11761 (avr_store_return_value): Remove function.
11762 (avr_extract_struct_value_address): Remove function.
11763 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11764
11765 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11766
11767 * rs6000-tdep.c: Include "gdb_assert.h".
11768 (registers_e500): Add "acc" and "spefscr".
11769 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11770 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11771 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11772 really is "r0".
11773 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11774
11775 2003-02-18 Keith Seitz <keiths@redhat.com>
11776
11777 * Makefile.in: Add gdbtk-interps.c.
11778
11779 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11780
11781 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11782 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11783
11784 2003-02-18 Andrew Cagney <cagney@redhat.com>
11785
11786 * symtab.h (struct objfile): Add opaque declaration.
11787
11788 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11789
11790 From Jim Ingham <jingham@apple.com>:
11791 * dbxread.c (process_one_symbol): Use last_function_start rather
11792 than function_start_offset to find the real beginning of the
11793 current function. The latter is just the text section offset on
11794 some systems, the former is always the real function start.
11795
11796 2003-02-17 Andrew Cagney <cagney@redhat.com>
11797
11798 * configure.in: Revert ${target} != ${host}.
11799
11800 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11801
11802 * configure.in (Makefile): Use the test ${target} != ${host},
11803 instead of the absence of the "nm.h" file, to determine of the
11804 configuration non-native.
11805 * configure: Regenerate.
11806
11807 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11808
11809 From Brian Ford <ford@vss.fsi.com>
11810
11811 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11812 conditionalize tui_active test.
11813 (lookup_cmd_1): Ditto.
11814
11815 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11816
11817 * configure.in: Add check for _etext.
11818 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11819 available.
11820 * config.in, configure: regenerated.
11821
11822 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11823
11824 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11825
11826 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11827
11828 * main.c (tui_version): Delete variable.
11829 (captured_main): When --tui, set interpreter_p to "tui" instead of
11830 enabling tui_version.
11831 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11832 tui_version.
11833 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11834 * cli/cli-cmds.c (disassemble_command): Ditto.
11835 * defs.h (tui_version): Delete declaration.
11836 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11837 (tui-interp.o): Add rules.
11838 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11839
11840 2003-02-14 Christopher Faylor <cgf@redhat.com>
11841
11842 * win32-nat.c (register_loaded_dll): Correctly set address range for
11843 just-loaded dll.
11844
11845 2003-02-12 Jason Molenda (jmolenda@apple.com)
11846
11847 * symmisc.c (print_objfile_statistics): Include information about
11848 the number of psymtabs and symtabs in each object file.
11849
11850 2003-02-13 Keith R Seitz <keiths@redhat.com>
11851
11852 * main.h (struct captured_main_args): Add interpreter_p.
11853 * main.c (captured_main): Initialize interpreter_p from context.
11854 * gdb.c (main): Set interpreter_p argument.
11855 * Makefile.in (gdb.o): Add dependency for interps.h.
11856
11857 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11858
11859 * event-top.c (cli_command_loop): Delete declaration.
11860 (_initialize_event_loop): Delete function setting event_loop_hook.
11861 * event-top.h (cli_command_loop): Declare. Update copyright.
11862 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11863 * interps.c (current_interp_command_loop): When event_loop_p, call
11864 cli_command_loop.
11865
11866 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11867
11868 * interps.h (interp_command_loop_ftype): Change return type to
11869 void.
11870
11871 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11872
11873 * x86-64-tdep.c (x86_64_extract_return_value)
11874 (x86_64_store_return_value): Use regcache instead of regbuf.
11875 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11876 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11877
11878 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11879
11880 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11881 * aclocal.m4: Regenerate.
11882 * configure: Regenerate.
11883
11884 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11885 TCL_LD_SEARCH_FLAGS.
11886
11887 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11888
11889 * dwarf2cfi.c: Reindented.
11890
11891 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11892
11893 * interps.c (clear_interpreter_hooks): Convert function definition
11894 to ISO C.
11895
11896 2003-02-07 David Carlton <carlton@math.stanford.edu>
11897
11898 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11899
11900 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11901
11902 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11903 (struct type): ...to here.
11904 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11905 field.
11906 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11907 (replace_type): Set length on all type variants for a given type.
11908
11909 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11910
11911 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11912 <sys/stat.h>.
11913 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11914
11915 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11916
11917 * Makefile.in (symm-nat.o): Update dependencies.
11918 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11919 (lynx-nat.o, ia64-linux-nat.): Ditto.
11920 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11921 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11922 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11923
11924 * Makefile.in (inflow_h): Define.
11925 (procfs.o, inflow.o, procfs.o): Update dependencies.
11926 * inftarg.c (child_stop): Delete extern declaration of
11927 inferior_process_group. Include "inflow.h".
11928 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11929 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11930 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11931 (our_process_group, inferior_process_group): Extern declarations.
11932
11933 * procfs.c: Include "gdb_assert.h".
11934
11935 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11936 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11937 * jv-typeprint.c (java_type_print_base): Ditto.
11938 * typeprint.c (typedef_print): Eliminate STREQ.
11939 * cli/cli-script.c (define_command, define_command): Ditto.
11940 * main.c (captured_main): Ditto.
11941 * values.c (lookup_internalvar): Ditto.
11942 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11943 within `if' conditional.
11944 * linespec.c (decode_line_2): Ditto.
11945 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11946 (bfd_openw_with_cleanup): Ditto.
11947
11948 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11949
11950 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11951 legacy_extract_return_value and store_return_value to
11952 legacy_return_value.
11953
11954 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11955
11956 * win32-nat.c (get_relocated_section_addrs): New function. Find
11957 section load addresses for symbol handling in relocated DLLs.
11958 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11959
11960 2003-02-05 Fred Fish <fnf@intrinsity.com>
11961
11962 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11963 '=' and '!='.
11964 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11965 with '&' and '=='.
11966 (angel_RDI_info): Ditto.
11967 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11968 with '&' and '!='.
11969 (threads_continue_all_with_signals): Ditto.
11970
11971 2003-02-05 Jim Ingham <jingham@apple.com>
11972 Keith Seitz <keiths@redhat.com>
11973 Elena Zannoni <ezannoni@redhat.com>
11974 Andrew Cagney <ac131313@redhat.com>
11975
11976 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11977 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11978 (SUBDIR_MI_OBS): Add "mi-interp.o".
11979 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11980 (SFILES): Add "interps.c".
11981 (COMMON_OBS): Add "interps.o".
11982 (interps_h, mi_main_h): Define.
11983 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11984 (mi-main.o, main.o, event-top.o): Update dependencies.
11985 * cli/cli-interp.c: New file.
11986 * interps.h, interps.c: New files.
11987 * top.c: (gdb_init): Don't install the default interpreter, handed
11988 by captured_main.
11989 * main.c: Include "interps.h".
11990 (interpreter_p): Note that it should malloc'ed.
11991 (captured_command_loop): Call current_interp_command_loop.
11992 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11993 xfree and xstrdup when updating interpreter_p. Install the
11994 default interpreter. Add hack to stop mi1's copyright notice
11995 being encoded.
11996 * event-top.h (gdb_setup_readline): Declare.
11997 (gdb_disable_readline): Declare.
11998 * event-top.c: Include "interps.h".
11999 (display_gdb_prompt): Call current_interp_display_prompt_p.
12000 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12001 gdb_stdlog, and gdb_stdtarg.
12002 (_initialize_event_loop): Don't call gdb_setup_readline.
12003 * cli-out.c (cli_out_set_stream): New function.
12004 * cli-out.h (cli_out_set_stream): Declare.
12005
12006 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12007
12008 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12009 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12010 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12011 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12012 config/i386/i386v42mp.mt: Removed.
12013
12014 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12015
12016 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12017 GDB_OSABI_SOLARIS.
12018
12019 2003-02-05 Michael Chastain <mec@shout.net>
12020
12021 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12022 2.12.1 and earlier versions.
12023
12024 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12025
12026 Remove orphaned hosts, targets and files.
12027 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12028 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12029 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12030 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12031 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12032 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12033 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12034 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12035 * config/sparc/tm-sp64sim.h: Delete.
12036 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12037 hosts.
12038 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12039 mips*-dec-mach3* targets.
12040
12041 2003-02-04 Michael Chastain <mec@shout.net>
12042
12043 * NEWS: Fix typo: sepcifying -> specifying.
12044
12045 2003-02-04 Michael Chastain <mec@shout.net>
12046
12047 * dwarfread.c: Add documentation on the state of dwarf-1,
12048 looking towards obsoletion.
12049
12050 2003-02-03 Michael Chastain <mec@shout.net>
12051
12052 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12053 gdb/testsuite/gdb.c++/pr-1023.exp.
12054
12055 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12056
12057 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12058 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12059
12060 * utils.c (init_page_info): Delete reference to MPW in comments.
12061 * main.c (captured_main): Delete #ifdef MPW.
12062
12063 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12064
12065 * NEWS: Note that the m32r-*-elf* is obsolete.
12066 * monitor.c (monitor_expect): Obsolete reference to m32r.
12067 * configure.tgt: Mark m32r-*-elf* as obsolete.
12068 * MAINTAINERS: Mark m32k as obsolete.
12069 * m32r-rom.c: Obsolete file.
12070 * config/m32r/m32r.mt: Obsolete file.
12071 * config/m32r/tm-m32r.h: Obsolete file.
12072 * m32r-stub.c: Obsolete file.
12073 * m32r-tdep.c: Obsolete file.
12074
12075 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12076
12077 * NEWS: Mention that the z8k-zilog-none is obsolete.
12078 * MAINTAINERS: Mark z8k as obsolete.
12079 * configure.tgt: Obsolete the z8k-*-coff* target.
12080 * config/z8k/z8k.mt: Obsolete file.
12081 * config/z8k/tm-z8k.h: Obsolete file.
12082 * z8k-tdep.c: Obsolete file.
12083
12084 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12085
12086 * NEWS: Mention that the mn10200-elf is obsolete.
12087 * configure.tgt: Obsolete mn10200-*-* target.
12088 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12089 mention that the mn10200 is obsolete.
12090 * breakpoint.h: Ditto.
12091 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12092 * config/mn10200/mn10200.mt: Obsolete file.
12093 * config/mn10200/tm-mn10200.h: Obsolete file.
12094 * mn10200-tdep.c: Obsolete file.
12095
12096 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12097
12098 * MAINTAINERS: Mark h8500 as obsolete.
12099 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12100 * findvar.c (value_from_register): Ditto.
12101 * h8500-tdep.c: Mark file as obsolete.
12102 * config/h8500/h8500.mt: Ditto.
12103 * config/h8500/tm-h8500.h: Ditto.
12104 * NEWS: Mention that h8500 is obsolete.
12105
12106 2003-02-04 David Carlton <carlton@math.stanford.edu>
12107
12108 * objfiles.c (allocate_objfile): Always set name. Add comment at
12109 start of function.
12110 * jv-lang.c (get_dynamics_objfile): Add comment.
12111
12112 2003-02-04 David Carlton <carlton@math.stanford.edu>
12113
12114 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12115 * printcmd.c (build_address_symbolic): Replace uses of
12116 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12117 SYMBOL_NAME, and asm_demangle.
12118 Update copyright.
12119
12120 2003-02-04 David Carlton <carlton@math.stanford.edu>
12121
12122 * linespec.c (decode_compound): Extract code into
12123 lookup_prefix_sym.
12124 (lookup_prefix_sym): New function.
12125
12126 2003-02-04 David Carlton <carlton@math.stanford.edu>
12127
12128 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12129 FLOAT_COERCION_BADNESS.
12130 * gdbtypes.c (rank_one_type): Replace all uses of
12131 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12132
12133 2003-02-04 Jim Blandy <jimb@redhat.com>
12134
12135 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12136 section, let dwarf_macinfo_section point to it, not
12137 dwarf_loc_section.
12138
12139 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12140
12141 Pointed out by Anton Blanchard <anton@samba.org>.
12142 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12143 (ppc_linux_at_sigtramp_return_path): Use it.
12144
12145 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12146
12147 * defs.h (streq): Add prototype.
12148 * utils.c (streq): New function.
12149
12150 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12151 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12152 * mdebugread.c (new_symbol): Likewise.
12153 * stabsread.c (define_symbol): Likewise.
12154 * coffread.c (process_coff_symbol): Likewise.
12155 * dwarfread.c (new_symbol): Likewise.
12156
12157 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12158 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12159 here.
12160 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12161 SYMBOL_INIT_DEMANGLED_NAME.
12162 * objfiles.c: Include "hashtab.h".
12163 (allocate_objfile): Call htab_set_functions_ex for the
12164 demangled_names_hash.
12165 (free_objfile): Call htab_delete for the demangled_names_hash.
12166 * objfiles.h (struct htab): Add declaration.
12167 (struct objfile): Add demangled_names_hash.
12168 * symfile.c: Include "hashtab.h".
12169 (reread_symbols): Call htab_delete for the demangled_names_hash.
12170 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12171 SYMBOL_NAME in the bcache.
12172 * symtab.c: Include "hashtab.h". Update comments.
12173 (create_demangled_names_hash, symbol_set_names): New functions.
12174 (symbol_find_demangled_name): New function, broken out from
12175 symbol_init_demangled_names.
12176 (symbol_init_demangled_names): Use it.
12177 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12178 (SYMBOL_SET_NAMES): New macro.
12179 (symbol_set_names): Add prototype.
12180
12181 2003-02-03 Jim Blandy <jimb@redhat.com>
12182
12183 Use a single, consistent representation for an empty minimal
12184 symbol table in an objfile.
12185 * objfiles.c (terminate_minimal_symbol_table): New function.
12186 (allocate_objfile): Call it.
12187 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12188 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12189 non-NULL.
12190 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12191 objfile has minimal symbols, compare minimal_symbol_count to zero,
12192 instead of comparing msymbols with NULL.
12193 * objfiles.c (have_minimal_symbols): Same.
12194 * solib-sunos.c (solib_add_common_symbols): Call
12195 terminate_minimal_symbol_table.
12196 * symfile.c (reread_symbols): Same.
12197
12198 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12199
12200 * s390-tdep.c (s390_address_class_type_flags)
12201 (s390_address_class_type_flags_to_name)
12202 (s390_address_class_name_to_type_flags): New functions.
12203 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12204 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12205
12206 2003-02-03 Michael Snyder <msnyder@redhat.com>
12207
12208 * arm-tdep.c: Fix spell-o in comment.
12209
12210 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12211
12212 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12213 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12214 error messages to contain BFD filename.
12215
12216 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12217
12218 Fix PR gdb/742 gdb/743 gdb/877
12219 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12220 (do_mixed_source_and_assembly): Use
12221 make_cleanup_ui_out_tuple_begin_end and
12222 make_cleanup_ui_out_tuple_begin_end.
12223 (do_mixed_source_and_assembly): Ditto.
12224 * thread.c (do_captured_list_thread_ids): Ditto.
12225 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12226 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12227 ui_out_tuple_end): Delete prototypes.
12228 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12229 ui_out_list_end, ui_out_tuple_end): Delete.
12230
12231 From Kevin Buettner <kevinb@redhat.com>:
12232 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12233 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12234 (do_cleanup_table_end): New functions.
12235 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12236 Use cleanups to invoke_ui_out_tuple_end().
12237 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12238 * cli/cli-setshow.c (cmd_show_list): Use
12239 make_cleanup_ui_out_tuple_begin_end.
12240
12241 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12242
12243 * frame.c (frame_unwind_register): New function.
12244 (frame_unwind_unsigned_register): Use.
12245 (frame_unwind_signed_register): Use.
12246 (frame_read_register): New function.
12247 * frame.h (frame_unwind_register): Declare.
12248 (frame_read_register): Declare.
12249
12250 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12251 and frame_unwind_register instead of read_memory, write_register
12252 and deprecated_write_register_bytes.
12253
12254 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12255
12256 * frame.h: Note that namelen can be negative.
12257 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12258 NAME's length.
12259
12260 * NEWS: Mention that the d10v's `regs' command is deprecated.
12261 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12262 (d10v_print_registers_info): New function.
12263 (show_regs): Call d10v_print_registers_info.
12264 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12265
12266 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12267
12268 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12269 lost in the previous patch.
12270
12271 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12272
12273 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12274 * stack.c (print_frame_info_base): Output complete FRAME tuple
12275 for synthesized frames.
12276
12277 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12278
12279 * mips-nat.c (zerobuf): Delete.
12280 (fetch_inferior_registers): Alloc local zerobuf.
12281 (fetch_core_registers): Alloc local zerobuf.
12282 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12283 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12284 * thread-db.c (thread_db_store_registers): Ditto.
12285 * sh-tdep.c (sh_do_register): Ditto.
12286 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12287 * remote-sim.c (gdbsim_store_register): Ditto.
12288 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12289 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12290 * monitor.c (monitor_supply_register): Ditto.
12291 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12292 * mips-nat.c (fetch_inferior_registers): Ditto.
12293 * m68klinux-nat.c (fetch_register): Ditto.
12294 * lynx-nat.c (fetch_inferior_registers): Ditto.
12295 (fetch_inferior_registers): Ditto.
12296 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12297 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12298 (hpux_thread_store_registers): Ditto.
12299 * hppah-nat.c (fetch_register): Ditto.
12300 * hppab-nat.c (fetch_register): Ditto.
12301 * hppa-tdep.c (pa_register_look_aside): Ditto.
12302 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12303 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12304
12305 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12306
12307 * gdbarch.sh: Explictly specify all method levels. When a
12308 variable with an empty level, provide a non-multi-arch default.
12309 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12310 * gdbarch.h: Re-generate.
12311 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12312 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12313
12314 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12315
12316 * defs.h (host_pointer_to_address): Delete declaration.
12317 (address_to_host_pointer): Delete declaration.
12318 * utils.c (host_pointer_to_address): Delete function.
12319 (address_to_host_pointer): Delete function.
12320 * procfs.c (procfs_address_to_host_pointer): New function.
12321 * procfs.c (proc_set_watchpoint): Use.
12322 (procfs_can_use_hw_breakpoint): Update comments.
12323 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12324 (som_solib_add): Use.
12325 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12326 * hppa-tdep.c (unwind_command): Use.
12327
12328 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12329
12330 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12331 strlen d_name.
12332
12333 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12334 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12335 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12336 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12337 (define_symbol): Update.
12338 * symfile.c (generic_load): Remove references to nindy.
12339 * symtab.c: Remove references to nindy.
12340
12341 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12342
12343 * infcmd.c (print_float_info): Delete code conditional on
12344 FLOAT_INFO.
12345 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12346 * config/m68k/nm-apollo68b.h: Ditto.
12347 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12348 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12349 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12350
12351 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12352
12353 * config/i386/tm-i386os9k.h: Removed.
12354
12355 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12356 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12357 they're identical to i[3456]86-*-sysv* now.
12358 * config/i386/i386v32.mh: Removed.
12359 * config/i386/xm-i386v32.h: Removed.
12360 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12361
12362 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12363
12364 * config/i386/i386dgux.mh: Removed.
12365 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12366
12367 * configure.in: Fix typo.
12368 * configure: Regenerated.
12369
12370 2003-01-31 David Carlton <carlton@math.stanford.edu>
12371
12372 * dwarf2read.c (dwarf2_locate_sections): Set
12373 dwarf_ranges_section.
12374
12375 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12376
12377 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12378 * utils.c: Update comments documenting legitimate uses of PTR.
12379
12380 * utils.c: Re-indent.
12381
12382 * config/djgpp/fnchange.lst: Delete nindy files.
12383 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12384 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12385 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12386 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12387 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12388 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12389 * Makefile.in (init.c): Remove nindy references.
12390 (saber_gdb): Delete rule.
12391 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12392 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12393 and a68v-nat.c.
12394 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12395 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12396 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12397 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12398 nindy-share/stop.h.
12399 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12400 * saber.suppress: Delete file.
12401
12402 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12403
12404 * dbxread.c (stabs_data): New static variable.
12405 (fill_symbuf): Support an in-memory buffer for stabs data.
12406 (stabs_seek): New function.
12407 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12408 (read_ofile_symtab): Use stabs_seek.
12409 (elfstab_build_psymtabs): Take an asection* instead of
12410 an offset and size. Relocate the stabs data if necessary.
12411 Save the section* for dbx_psymtab_to_symtab.
12412 * dwarf2read.c: Add section variables for each debug section.
12413 (dwarf2_locate_sections): Fill them in.
12414 (dwarf2_read_section): Take an asection* argument.
12415 Relocate the section contents if necessary.
12416 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12417 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12418 it to dwarf2_read_section.
12419 (dwarf2_build_frame_info): Update callers.
12420 * elfread.c (elf_symfile_read): Update call to
12421 elfstab_build_psymtabs.
12422 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12423 (DBX_STAB_SECTION): New macro.
12424 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12425 * symfile.c (symfile_dummy_outputs): New function.
12426 (symfile_relocate_debug_section): New function.
12427 * symfile.h (symfile_relocate_debug_section): Add prototype.
12428
12429 2003-01-31 Richard Henderson <rth@redhat.com>
12430
12431 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12432 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12433 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12434 * alpha-tdep.c (alpha_register_name): Add "unique".
12435 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12436 (ALPHA_UNIQUE_REGNUM): New.
12437 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12438
12439 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12440
12441 * README: Remove reference to Ericsson 1800 monitor.
12442 * Makefile.in (remote-es.o): Delete rule.
12443 (ALLDEPFILES): Delete remote-es.c.
12444 * remote-es.c: Delete file.
12445 * config/m68k/es1800.mt: Delete file.
12446 * config/djgpp/fnchange.lst: Update.
12447 * configure.tgt: Delete m68*-ericsson-* target.
12448
12449 2003-01-31 Adam Fedor <fedor@gnu.org>
12450
12451 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12452 Remove duplicate/shadowing variable of same name.
12453
12454 2003-01-30 Jim Blandy <jimb@redhat.com>
12455
12456 * symfile.c (find_separate_debug_file): Assert that the objfile's
12457 directory name we compute ends with a slash, and then assume that
12458 that's so everywhere we use it.
12459
12460 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12461
12462 * valops.c (value_assign): Flush frame cache after stores to memory
12463 also.
12464
12465 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12466
12467 * Makefile.in (mon960-rom.o): Delete rule.
12468 * mon960-rom.c: Delete file.
12469
12470 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12471
12472 * d10v-tdep.c: Include "frame-unwind.h".
12473 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12474 list.
12475 (next_addr, uses_frame): Delete.
12476 (struct d10v_unwind_cache): Define.
12477 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12478 Use info instead of next_addr and uses_frame globals.
12479 (d10v_frame_init_saved_regs): Delete function.
12480 (d10v_init_extra_frame_info): Delete function.
12481 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12482 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12483 init_frame_pc or frame_saved_pc.
12484 (d10v_pop_frame): Delete function.
12485 (do_d10v_pop_frame): Delete function.
12486 (d10v_frame_chain): Delete function.
12487 (d10v_frame_chain_valid): Delete function.
12488 (d10v_frame_pc_unwind): New function.
12489 (d10v_frame_id_unwind): New function.
12490 (saved_regs_unwinder): New function.
12491 (d10v_frame_register_unwind): New function.
12492 (d10v_frame_pop): New function.
12493 (d10v_frame_unwind): New variable.
12494 (d10v_frame_p): New function.
12495 (d10v_frame_saved_pc): Delete function.
12496 * Makefile.in (d10v-tdep.o): Update dependencies.
12497
12498 2003-01-30 J. Brobecker <brobecker@gnat.com>
12499
12500 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12501 causing some regressions due to a change in the default value
12502 for this macro.
12503
12504 2003-01-29 Richard Henderson <rth@redhat.com>
12505 Elena Zannoni <ezannoni@redhat.com>
12506 Daniel Jacobowitz <drow@mvista.com>
12507
12508 Fix PR gdb/961.
12509 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12510 variables.
12511 (RANGES_SECTION): New.
12512 (dwarf_ranges_buffer): New variable.
12513 (struct comp_unit_head): Add member "die".
12514 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12515 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12516 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12517 (dwarf2_locate_sections): Likewise.
12518 (dwarf2_build_psymtabs): Read .debug_ranges.
12519 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12520 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12521 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12522 Look for DW_AT_ranges and return the bounding box.
12523
12524 2003-01-29 Brian Ford <ford@vss.fsi.com>
12525
12526 * win32-nat.c (cygwin_pid): Removed as unused.
12527 (child_attach): Try fall back to Cygwin pid.
12528
12529 2003-01-29 Jim Blandy <jimb@redhat.com>
12530
12531 * objfiles.h (struct objfile): Doc fix.
12532
12533 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12534
12535 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12536 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12537 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12538 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12539 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12540 (FRAME_SAVED_PC): Change to a function with predicate.
12541 * gdbarch.h, gdbarch.c: Re-generate.
12542
12543 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12544
12545 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12546
12547 * complaints.c (complain): Delete function.
12548 * complaints.h (struct deprecated_complaint): Delete definition.
12549 (complain): Delete declaration.
12550
12551 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12552
12553 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12554 dummy frames.
12555
12556 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12557
12558 * sentinel-frame.h, sentinel-frame.c: New files.
12559 * Makefile.in (frame.o): Update dependencies.
12560 (SFILES): Add sentinel-frame.c.
12561 (sentinel_frame_h): Define.
12562 (COMMON_OBS): Add sentinel-frame.o.
12563 (sentinel-frame.o): Specify dependencies.
12564 * frame.c: Include "sentinel-frame.h".
12565 (frame_register_unwind): Rewrite assuming that there is always a a
12566 ->next frame.
12567 (frame_register, generic_unwind_get_saved_register): Ditto.
12568 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12569 (create_sentinel_frame, unwind_to_current_frame): New functions.
12570 (get_current_frame): Rewrite using create_sentinel_frame and
12571 unwind_to_current_frame. When possible, always create a frame.
12572 (create_new_frame): Set next to the sentinel frame.
12573 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12574 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12575 ID cache when necessary.
12576 (frame_saved_regs_id_unwind): Use frame_relative_level.
12577 (deprecated_generic_get_saved_register): Use frame_relative_level,
12578 get_frame_saved_regs, get_frame_pc, get_frame_base and
12579 get_next_frame.
12580 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12581 frame_register.
12582
12583 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12584
12585 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12586
12587 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12588
12589 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12590 (maintenance_set_profile_cmd): Use error () instead of warning ().
12591
12592 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12593
12594 * configure.in: Check that -pg works if using --enable-profiling.
12595 Check for monstartup and _mcleanup regardless of --enable-profiling.
12596 * maint.c: Check for monstartup and _mcleanup before using them.
12597 * config.in: Regenerated.
12598 * configure: Regenerated.
12599
12600 2003-01-24 Nick Clifton <nickc@redhat.com>
12601
12602 * Add sh2e support:
12603
12604 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12605
12606 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12607 (sh2e_show_regs): New.
12608 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12609 * config/sh/tm-sh.h: Added sh2e to comments.
12610
12611 2003-01-23 Jim Blandy <jimb@redhat.com>
12612
12613 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12614 symbols found)" message here; we haven't checked for a separate
12615 debug info file yet, so we don't know yet.
12616 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12617 we've looked everywhere. Also, there's no need to print a special
12618 message when we're loading the separate debug info file: the one
12619 symbol_file_add prints is fine.
12620
12621 2003-01-23 Alexander Larsson <alexl@redhat.com>
12622 Jim Blandy <jimb@redhat.com>
12623
12624 Add support for executables whose debug info has been separated
12625 out into a separate file, leaving only a link behind.
12626 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12627 and separate_debug_objfile_backlink.
12628 (put_objfile_before): New declaration.
12629 * symfile.c: #include "filenames.h".
12630 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12631 debug info in a separate file, read that, too. Save the addrs
12632 argument, so we can use it again to read the separated debug info;
12633 syms_from_objfile modifies the table we pass it.
12634 (reread_symbols): After re-reading an objfile, call
12635 reread_separate_symbols to refresh its separate debug info
12636 objfile, if it has one.
12637 (reread_separate_symbols, find_separate_debug_file,
12638 get_debug_link_info, separate_debug_file_exists): New functions.
12639 (debug_file_directory): New global var.
12640 (_initialize_symfile): Initialize debug_file_directory, and
12641 provide the new `set debug-file-directory' command to let the user
12642 change it.
12643 * objfiles.c (free_objfile): If this objfile has its debug info in
12644 a separate objfile, free that one too. If this is itself a
12645 separate debug info objfile, clear our parent's backlink.
12646 (put_objfile_before): New function.
12647 * utils.c (gnu_debuglink_crc32): New function.
12648 * defs.h (gnu_debuglink_crc32): New declaration.
12649 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12650 * configure.in: Handle --with-separate-debug-dir config option.
12651 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12652 * acconfig.h (DEBUGDIR): New macro.
12653 * configure, aclocal.m4, config.in: Regenerated.
12654
12655 2003-01-22 Jim Blandy <jimb@redhat.com>
12656
12657 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12658 like the old symbol_file_add, but taking new arguments: you can
12659 now pass in either a `struct section_addr_info' list to say where
12660 each section is loaded, or a `struct section_offsets' table. Pass
12661 these new arguments through to syms_from_objfile as appropriate.
12662 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12663 with the appropriate quiescent values for the new arguments.
12664
12665 * symfile.c: #include "gdb_assert.h".
12666 (syms_from_objfile): Add the ability to pass in a section offset
12667 table directly, as an alternative to the section_addr_info table.
12668 Document arguments better.
12669 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12670 * symfile.h (syms_from_objfile): Update declaration.
12671 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12672 syms_from_objfile.
12673 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12674
12675 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12676
12677 Original patch by Tom Tromey <tromey@cygnus.com> and
12678 Jason Molenda <jmolenda@apple.com>.
12679 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12680 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12681 * NEWS: Mention profiling.
12682 * configure.in (--enable-gdbtk): Fix typo.
12683 (--enable-profiling): New. Set PROFILE_CFLAGS.
12684 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12685 Fill in function.
12686 (profiling_state): New variable.
12687 (mcleanup_wrapper): New function.
12688 (_initialize_maint): Remove NOTYET, fix call to
12689 add_setshow_boolean_cmd for "maint set profile".
12690 * configure: Regenerated.
12691
12692 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12693
12694 * Makefile.in (install-gdbtk): Install PNG images too.
12695
12696 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12697
12698 * exec.c (text_start): Delete global variable.
12699 (exec_file_attach): Make text_start local to the function.
12700 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12701 * valops.c (hand_function_call): Delete code that handles
12702 BEFORE_TEXT_END and AFTER_TEXT_END.
12703 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12704 of CALL_DUMMY_LOCATION.
12705 * gdbarch.c: Regenerate.
12706 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12707 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12708 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12709 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12710 (text_end): Delete extern declaration.
12711
12712 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12713
12714 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12715 * blockframe.c (backtrace_below_main): Move to "frame.c".
12716 (frame_chain_valid): Delete check for backtrace_below_main.
12717 (_initialize_blockframe): Delete initialization, move ``set
12718 backtrace-below-main'' command to "frame.c".
12719 (do_flush_frames_sfunc): Delete function.
12720 * frame.c: Include "command.h" and "gdbcmd.h".
12721 (frame_type_from_pc): New function.
12722 (create_new_frame): Use frame_type_from_pc.
12723 (legacy_get_prev_frame): New function.
12724 (get_prev_frame): Rewrite. When an old style frame, call
12725 legacy_get_prev_frame. Otherwize, unwind the PC first.
12726 (_initialize_frame): Add ``set backtrace-below-main'' command.
12727 * Makefile.in (frame.o): Update dependencies.
12728
12729 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12730
12731 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12732 DEPRECATED_REGISTERS_INFO.
12733
12734 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12735
12736 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12737 Maintainers'. Update `Various Maintainers'.
12738
12739 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12740
12741 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12742 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12743 Suppress actual parameters when `-'.
12744 * gdbarch.h, gdbarch.c: Regenerate.
12745
12746 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12747
12748 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12749 code handling dummy frames.
12750
12751 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12752
12753 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12754 (struct frame_unwind): Add field pop.
12755 * frame.h (frame_pop): Declare.
12756 * frame.c (frame_saved_regs_pop): New function.
12757 (trad_frame_unwinder): Add frame_saved_regs_pop.
12758 (frame_pop): New function.
12759 * dummy-frame.c (dummy_frame_pop): New function.
12760 (discard_innermost_dummy): New function.
12761 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12762 (dummy_frame_unwind): Add dummy_frame_pop.
12763 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12764 * valops.c (hand_function_call): Ditto.
12765 * stack.c (return_command): Ditto.
12766
12767 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12768
12769 * cris-tdep.c: Fix function declaration indentation.
12770 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12771 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12772 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12773 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12774 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12775 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12776
12777 2003-01-18 Michael Chastain <mec@shout.net>
12778
12779 * README (Unpacking and Installation -- quick overview):
12780 Warn against ".../gdb-5.3/gdb/configure".
12781
12782 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12783
12784 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12785 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12786 (struct frame_unwind): Declare opaque.
12787 (dummy_frame_p): Declare function.
12788 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12789 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12790 * dummy-frame.c: Include "frame-unwind.h".
12791 (dummy_frame_p): New function.
12792 (dummy_frame_unwind): New variable.
12793 * frame.c: Include "frame-unwind.h".
12794 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12795 to use the new unwind field.
12796 (set_unwind_by_pc): Delete function.
12797 (create_new_frame, get_prev_frame): Set unwind field using
12798 frame_unwind_find_by_pc.
12799 (trad_frame_unwind, trad_frame_unwinder): New variables.
12800 * frame.h (trad_frame_unwind): Declare variable.
12801 (frame_id_unwind_ftype): Delete declaration.
12802 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12803 (struct frame_unwind): Declare opaque.
12804 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12805 register_unwind with a single unwind pointer.
12806 * frame-unwind.h, frame-unwind.c: New files.
12807 * Makefile.in (SFILES): Add frame-unwind.c.
12808 (frame_unwind_h): Define.
12809 (COMMON_OBS): Add frame-unwind.o.
12810 (frame-unwind.o): Specify dependencies.
12811 (frame.o, dummy-frame.o): Update dependencies.
12812
12813 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12814
12815 * ada-valprint.c: Eliminate PTR.
12816 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12817 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12818 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12819 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12820 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12821 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12822 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12823
12824 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12825
12826 * main.c (captured_main): Don't use PTR.
12827 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12828 * gdbtypes.c (lookup_primitive_typename): Ditto.
12829 (lookup_struct_elt_type): Ditto.
12830 * f-valprint.c (info_common_command): Ditto.
12831 (list_all_visible_commons): Ditto.
12832 * jv-typeprint.c (java_type_print_base): Ditto.
12833
12834 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12835 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12836 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12837 i386-interix-nat.c and i386-interix-tdep.c. Rename
12838 m68klinux-nat.c and m68klinux-tdep.c. Rename
12839 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12840 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12841 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12842 * main.c (captured_main): Use xfree, not free.
12843
12844 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12845
12846 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12847 ID back using a parameter.
12848 * frame.c (frame_id_unwind): Update call.
12849 (frame_saved_regs_id_unwind): Update.
12850 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12851 * dummy-frame.h (struct frame_id): Add opaque declaration.
12852 (dummy_frame_id_unwind): Update declaration.
12853
12854 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12855
12856 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12857
12858 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12859
12860 * MAINTAINERS (Stephen P. Smith): Updated email address.
12861
12862 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12863
12864 Fix PR gdb/898
12865 * breakpoint.c (until_break_command): Add new argument. Use it to
12866 decide whether to stop only at the current frame or not.
12867 * breakpoint.h (until_break_command): Update prototype.
12868 * infcmd.c (until_command): Add new argument to until_break_command
12869 call.
12870 (advance_command): New function.
12871 (_initialize_infcmd): Update help string for 'until' command.
12872 Add new 'advance' command.
12873
12874 2003-01-14 David Carlton <carlton@math.stanford.edu>
12875
12876 * linespec.c (decode_line_1): Normalize comments.
12877 (set_flags): Ditto.
12878 (locate_first_half): Ditto.
12879 (decode_compound): Ditto.
12880 (symtab_from_filename): Ditto.
12881 (decode_all_digits): Ditto.
12882 (decode_dollar): Ditto.
12883 (find_methods): Ditto.
12884 (find_toplevel_char): Ditto.
12885
12886 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12887
12888 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12889 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12890 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12891 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12892 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12893 * language.c, language.h, m32r-tdep.c: Update copyright.
12894 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12895 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12896 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12897 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12898 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12899 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12900
12901 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12902
12903 * stabsread.h (process_later, resolve_cfront_continuation):
12904 Obsolete.
12905 Update copyright years.
12906 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12907 Update copyright year.
12908 * dbxread.c(struct cont_elem): Obsolete.
12909 (process_later, process_now): Obsolete functions.
12910 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12911 Update copyright year.
12912 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12913 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12914 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12915 (parse_partial_symbols): Obsolete cfront support.
12916 * stabsread.c
12917 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12918 macros.
12919 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12920 read_cfront_baseclasses, read_cfront_member_functions,
12921 resolve_cfront_continuation,read_cfront_static_fields,
12922 copy_cfront_struct_fields): Obsolete functions.
12923 (define_symbol, read_one_struct_field): Obsolete cfront support.
12924 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12925 Update Copyright year.
12926
12927 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12928
12929 * stack.c (print_frame_info, print_stack_frame_base_stub,
12930 print_stack_frame_base, show_and_print_stack_frame_stub,
12931 show_and_print_stack_frame, print_only_stack_frame_stub,
12932 print_only_stack_frame): Delete functions.
12933 (print_stack_frame_stub): Call print_frame_info instead of
12934 print_frame_info_base.
12935 (print_frame_info_base): Rename to print_frame_info.
12936 (backtrace_command_1): Call print_frame_info, instead of
12937 print_frame_info_base.
12938 (current_frame_command): Call print_stack_frame, instead of
12939 print_only_stack_frame.
12940 (frame_command): Call print_stack_frame, instead of
12941 show_and_print_stack_frame.
12942 (up_command): Ditto.
12943 (down_command): Ditto.
12944 * frame.h (print_only_stack_frame): Delete prototype.
12945 * infrun.c (normal_stop): Call print_stack_frame, instead of
12946 show_and_print_stack_frame.
12947 * thread.c (info_threads_command): Call print_stack_frame, instead
12948 of print_only_stack_frame.
12949
12950 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12951
12952 * README (Graphical interface to GDB): Update URL. Point at
12953 gdb/links/.
12954
12955 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12956 version match.
12957
12958 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12959
12960 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12961 lines.
12962
12963 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12964
12965 * thread-db.c (attach_thread): Prototype.
12966 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12967 thread information (ti), and valid flags (th_valid, ti_valid).
12968 (attach_thread): Move target_pid_to_str call to after the thread
12969 is added to GDB's list. Initialize the cache.
12970 (thread_get_info_callback, thread_db_map_id2thr)
12971 (thread_db_get_info): New functions.
12972 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12973 (thread_db_store_registers, thread_db_thread_alive)
12974 (thread_db_get_thread_local_address): Use them.
12975 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12976 of calling error() for threads in unknown state.
12977
12978 (clear_lwpid_callback): New function.
12979 (thread_db_resume): Use it to clear the cache.
12980
12981 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12982
12983 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12984 (resume_callback): Remove dead code.
12985
12986 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12987
12988 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12989 predicate.
12990 * gdbarch.h, gdbarch.c: Regenerate.
12991 * stack.c (frame_info): Only initialize the saved registers when
12992 FRAME_INIT_SAVED_REGS_P.
12993 * frame.c (frame_saved_regs_register_unwind): Assert
12994 FRAME_INIT_SAVED_REGS_P.
12995 (deprecated_generic_get_saved_register): Ditto.
12996
12997 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12998
12999 * source.c (openp): Squelch warning about "filename".
13000
13001 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13002
13003 * source.c (openp): If the file does not exist don't necessarily
13004 search the path.
13005
13006 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13007
13008 Fix PR gdb/872.
13009 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13010 (integer_types_same_name_p): New function.
13011 (rank_one_type): Use it.
13012 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13013
13014 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13015
13016 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13017 variables.
13018 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13019 * configure.in: Add --with-sysroot.
13020 * configure: Regenerated.
13021 * main.c (gdb_sysroot): New variable.
13022 (captured_main): Initialize gdb_sysroot.
13023 * defs.h (gdb_sysroot): New extern declaration.
13024 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13025
13026 2003-01-12 Michael Chastain <mec@shout.net>
13027
13028 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13029
13030 2003-01-12 Michael Chastain <mec@shout.net>
13031
13032 * top.c (print_gdb_version): Bump copyright year to 2003.
13033
13034 2003-01-12 David Carlton <carlton@bactrian.org>
13035
13036 * linespec.c (symtab_from_filename): Rename variable 's' to
13037 'file_symtab'.
13038
13039 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13040
13041 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13042 dummy frame.
13043 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13044
13045 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13046
13047 * d10v-tdep.c: Include "gdb_assert.h".
13048 (d10v_store_return_value): Rewrite to match current interface.
13049 (d10v_extract_struct_value_address): Ditto.
13050 (d10v_extract_return_value): Ditto.
13051 (d10v_gdbarch_init): Set store_restore_value,
13052 extract_struct_value_address and extract_return_value.
13053
13054 2003-01-12 J. Brobecker <brobecker@gnat.com>
13055
13056 * hpread.c (set_namestring): New procedure replacing the
13057 SET_NAMESTRING macro.
13058 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13059 by calls to set_namestring.
13060
13061 2003-01-11 J. Brobecker <brobecker@gnat.com>
13062
13063 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13064 a compilation warning.
13065 (hpread_process_one_debug_symbol): Likewise.
13066
13067 2003-01-10 David Carlton <carlton@math.stanford.edu>
13068
13069 * linespec.c (decode_line_1): Rename variable 's' to
13070 'file_symtab'.
13071 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13072 (decode_dollar): Ditto.
13073 (decode_variable): Ditto.
13074 (symbol_found): Ditto.
13075
13076 2003-01-09 Michael Chastain <mec@shout.net>
13077
13078 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13079
13080 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13081
13082 * win32-nat.c (set_process_privilege): New function.
13083 (child_attach): Call set_process_privilege() to enable the
13084 SE_DEBUG_NAME user privilege if available in process token.
13085
13086 2003-01-10 J. Brobecker <brobecker@gnat.com>
13087
13088 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13089 compilation error in the previous revision.
13090
13091 2003-01-09 David Carlton <carlton@math.stanford.edu>
13092
13093 * linespec.c: Update copyright.
13094
13095 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13096
13097 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13098 than inferior_ptid.
13099 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13100
13101 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13102
13103 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13104 Update comments.
13105 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13106 (frame_saved_regs_zalloc): Update.
13107 (frame_saved_regs_register_unwind): Update.
13108 (create_new_frame): Update.
13109 (get_prev_frame): Update.
13110 (frame_extra_info_zalloc): Update.
13111 (deprecated_get_frame_saved_regs): Update.
13112 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13113 * cris-tdep.c: Update comment.
13114
13115 * somsolib.h: Fix function indentation.
13116 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13117 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13118 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13119 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13120 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13121
13122 * infrun.c (follow_fork): Use ISO C definition.
13123 * expprint.c (print_subexp): Use xfree instead of free.
13124 * charset.c: Include "gdb_string.h" instead of <string.h>.
13125 (register_iconv_charsets): Use ISO C definition.
13126 (host_charset, target_charset): Ditto.
13127 * Makefile.in (charset.o): Update dependencies.
13128 (mi-cmd-env.o): Update dependencies.
13129
13130 2003-01-08 Andrew Cagney <cagney@redhat.com>
13131
13132 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13133 get_frame_base.
13134
13135 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13136
13137 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13138 build directories. Save edited gdb output in Mbuild.log. If a
13139 build fails, remove any final GDB executable.
13140
13141 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13142
13143 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13144 replacing hex constants with function names and stripping leading
13145 file name directory prefixes.
13146
13147 2003-01-08 Andrew Cagney <cagney@redhat.com>
13148
13149 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13150 get_frame_base.
13151
13152 2003-01-08 David Carlton <carlton@math.stanford.edu>
13153
13154 * linespec.c (decode_line_1): Move code into decode_variable.
13155 (decode_variable): New function.
13156
13157 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13158
13159 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13160
13161 2003-01-08 Andrew Cagney <cagney@redhat.com>
13162
13163 * cris-tdep.c (cris_frame_init_saved_regs): Use
13164 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13165 saved_regs buffer.
13166 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13167 (sh64_nofp_frame_init_saved_regs): Ditto.
13168 (sh_fp_frame_init_saved_regs): Ditto.
13169 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13170 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13171 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13172 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13173
13174 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13175
13176 * minsyms.c (lookup_minimal_symbol): Update comment.
13177 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13178 (lookup_minimal_symbol_solib_trampoline): Likewise.
13179
13180 2003-01-08 Andrew Cagney <cagney@redhat.com>
13181
13182 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13183 frame_relative_level.
13184
13185 * alpha-tdep.c: Use get_frame_extra_info.
13186 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13187 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13188 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13189 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13190
13191 * alpha-tdep.c: Use get_next_frame.
13192 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13193 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13194 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13195 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13196 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13197 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13198 * xstormy16-tdep.c: Ditto.
13199
13200 2003-01-07 Andrew Cagney <cagney@redhat.com>
13201
13202 * alpha-tdep.c: Use get_frame_base.
13203 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13204 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13205 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13206 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13207 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13208 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13209 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13210 * config/sparc/tm-sparc.h: Ditto.
13211
13212 2003-01-07 Andrew Cagney <cagney@redhat.com>
13213
13214 * frame.c (deprecated_get_frame_context): New function.
13215 (deprecated_set_frame_context): New function.
13216 * frame.h (deprecated_get_frame_context): Declare.
13217 (deprecated_set_frame_context): Declare.
13218 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13219 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13220
13221 2003-01-07 Andrew Cagney <cagney@redhat.com>
13222
13223 * frame.c (deprecated_set_frame_next_hack): New function.
13224 (deprecated_set_frame_prev_hack): New function.
13225 * frame.h (deprecated_set_frame_next_hack): Declare.
13226 (deprecated_set_frame_prev_hack): Declare.
13227 * mcore-tdep.c (analyze_dummy_frame): Use
13228 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13229 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13230
13231 2003-01-07 David Carlton <carlton@math.stanford.edu>
13232
13233 * linespec.c (decode_line_1): Move code into decode_dollar.
13234 (decode_dollar): New function.
13235
13236 2003-01-07 Andrew Cagney <cagney@redhat.com>
13237
13238 * arm-tdep.c (arm_init_extra_frame_info): Use
13239 deprecated_update_frame_base_hack.
13240 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13241 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13242 (fix_frame_pointer): Ditto.
13243 (mn10300_analyze_prologue): Ditto.
13244
13245 2003-01-07 Andrew Cagney <cagney@redhat.com>
13246
13247 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13248 extra_info using frame_extra_info_zalloc.
13249 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13250 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13251 (sh64_init_extra_frame_info): Ditto.
13252 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13253 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13254 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13255 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13256 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13257 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13258 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13259 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13260 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13261 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13262 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13263 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13264
13265 * mn10300-tdep.c (analyze_dummy_frame): Use
13266 deprecated_set_frame_extra_info_hack.
13267 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13268
13269 2003-01-07 J. Brobecker <brobecker@gnat.com>
13270
13271 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13272 class is not scText. These do not define "real" procedures.
13273 (parse_partial_symbols): Likewise.
13274
13275 2003-01-06 Michael Snyder <msnyder@redhat.com>
13276
13277 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13278
13279 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13280
13281 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13282 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13283 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13284 deprecated_frame_xmalloc_with_cleanup.
13285 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13286 deprecated_frame_xmalloc.
13287 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13288 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13289
13290 2003-01-06 Andrew Cagney <cagney@redhat.com>
13291
13292 * x86-64-linux-tdep.c: Include "osabi.h".
13293 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13294
13295 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13296
13297 2003-01-06 Andrew Cagney <cagney@redhat.com>
13298
13299 * MAINTAINERS (Target Instruction Set Architectures): Update
13300 arm-elf. Can be built with -Werror, has been multiarched.
13301
13302 * value.h (unpack_long): Make buffer parameter constant.
13303 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13304 * scm-lang.h (scm_parse): Ditto.
13305 * defs.h (extract_typed_address, extract_address): Ditto.
13306 (extract_long_unsigned_integer): Ditto.
13307 * inferior.h (unsigned_pointer_to_address): Ditto.
13308 (signed_pointer_to_address): Ditto.
13309 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13310 * gdbarch.h, gdbarch.c: Regenerate.
13311 * findvar.c (extract_long_unsigned_integer): Update.
13312 (extract_address): Update.
13313 (extract_typed_address): Update.
13314 (unsigned_pointer_to_address): Update.
13315 * values.c (unpack_long): Update.
13316 (unpack_double): Update.
13317 (unpack_pointer): Update.
13318 (unpack_field_as_long): Update.
13319 * d10v-tdep.c (d10v_pointer_to_address): Update.
13320 * avr-tdep.c (avr_pointer_to_address): Update.
13321 * scm-lang.c (scm_unpack): Update.
13322 * findvar.c (signed_pointer_to_address): Update.
13323
13324 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13325
13326 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13327 since it is in i386-tdep.c.
13328
13329 2003-01-06 J. Brobecker <brobecker@gnat.com>
13330
13331 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13332 failure introduced in the previous change.
13333
13334 2003-01-05 Michael Chastain <mec@shout.net>
13335
13336 * README: Remove references to deleted remote-*.c files:
13337 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13338 remote-nrom.c, remote-os9k.c, remote-udi.c.
13339
13340 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13341
13342 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13343 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13344 i386_get_longjmp_target.
13345
13346 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13347
13348 * arm-tdep.c (prologue_cache): Change to a pointer.
13349 (_initialize_arm_tdep): Allocate prologue_cache.
13350 (check_prologue_cache): Update.
13351 (save_prologue_cache): Update.
13352 (arm_gdbarch_init): Update.
13353
13354 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13355
13356 * stabsread.c (update_method_name_from_physname): Call complaint()
13357 instead of error.
13358
13359 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13360
13361 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13362 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13363 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13364
13365 * blockframe.c: Include "gdbcmd.h" and "command.h".
13366 (backtrace_below_main): New variable.
13367 (file_frame_chain_valid, func_frame_chain_valid)
13368 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13369 (generic_func_frame_chain_valid): Remove functions.
13370 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13371 (_initialize_blockframe): New function.
13372 * Makefile.in (blockframe.o): Update dependencies.
13373 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13374 comment. Call frame_chain_valid ().
13375 * frame.h: Remove old prototypes. Add prototype for
13376 frame_chain_valid and update comments to match.
13377 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13378 Remove old comment.
13379 * gdbarch.h: Regenerated.
13380 * gdbarch.c: Regenerated.
13381
13382 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13383 set_gdbarch_frame_chain_valid.
13384 * avr-tdep.c (avr_gdbarch_init): Likewise.
13385 * cris-tdep.c (cris_gdbarch_init): Likewise.
13386 * frv-tdep.c (frv_gdbarch_init): Likewise.
13387 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13388 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13389 (i386_nw_init_abi): Likewise.
13390 (i386_gdbarch_init): Likewise.
13391 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13392 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13393 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13394 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13395 * mips-tdep.c (mips_gdbarch_init): Likewise.
13396 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13397 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13398 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13399 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13400 * s390-tdep.c (s390_gdbarch_init): Likewise.
13401 * sh-tdep.c (sh_gdbarch_init): Likewise.
13402 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13403 * v850-tdep.c (v850_gdbarch_init): Likewise.
13404 * vax-tdep.c (vax_gdbarch_init): Likewise.
13405 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13406
13407 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13408 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13409 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13410 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13411 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13412 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13413 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13414 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13415
13416 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13417
13418 * Makefile.in (acconfig_h): Remove incorrect macro.
13419 (config_h): Define.
13420 (osabi.o): Update dependencies.
13421 * configure.tgt: Set gdb_osabi based on target triplet.
13422 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13423 * configure: Regenerated.
13424 * config.in: Regenerated.
13425 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13426 (GDB_OSABI_DEFAULT): Define if not already defined.
13427 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13428 (set_osabi_string): New variables.
13429 (gdbarch_register_osabi): Add new OS ABI to
13430 gdb_osabi_available_names.
13431 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13432 (set_osabi, show_osabi): New functions.
13433 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13434
13435 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13436
13437 * arch-utils.c (gdbarch_info_init): Set osabi to
13438 GDB_OSABI_UNINITIALIZED.
13439 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13440 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13441 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13442 * gdbarch.c: Regenerated.
13443 * gdbarch.h: Regenerated.
13444 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13445 there's no BFD.
13446 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13447 * osabi.h (enum gdb_osabi): Move to defs.h.
13448 (gdbarch_init_osabi): Update prototype.
13449 * defs.h (enum gdb_osabi): Moved here.
13450 * Makefile.in: Update dependencies.
13451
13452 * alpha-tdep.h: Don't include "osabi.h".
13453 (struct gdbarch_tdep): Remove osabi member.
13454 * alpha-tdep.c: Include "osabi.h".
13455 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13456 iterate over arches. Update call to gdbarch_init_osabi.
13457 (alpha_dump_tdep): Don't dump osabi.
13458 * alpha-linux-tdep.c: Include "osabi.h".
13459 * alpha-osf1-tdep.c: Include "osabi.h".
13460 * alphafbsd-tdep.c: Include "osabi.h".
13461 * alphanbsd-tdep.c: Include "osabi.h".
13462
13463 * arm-tdep.h: Don't include "osabi.h".
13464 (struct gdbarch_tdep): Remove osabi member.
13465 * arm-tdep.c: Include "osabi.h".
13466 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13467 iterate over arches. Update call to gdbarch_init_osabi.
13468 (arm_dump_tdep): Don't dump osabi.
13469 * arm-linux-tdep.c: Include "osabi.h".
13470 * armnbsd-tdep.c: Include "osabi.h".
13471
13472 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13473 Update call to gdbarch_init_osabi.
13474
13475 * i386-tdep.h: Don't include "osabi.h".
13476 (struct gdbarch_tdep): Remove osabi member.
13477 * i386-tdep.c: Include "osabi.h".
13478 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13479 iterate over arches. Update call to gdbarch_init_osabi.
13480 (i386_dump_tdep): Don't dump osabi.
13481 * i386-linux-tdep.c: Include "osabi.h".
13482 * i386-sol2-tdep.c: Include "osabi.h".
13483 * i386bsd-tdep.c: Include "osabi.h".
13484 * i386gnu-tdep.c: Include "osabi.h".
13485 * i386ly-tdep.c: Include "osabi.h".
13486 * i386nbsd-tdep.c: Include "osabi.h".
13487 * i386obsd-tdep.c: Include "osabi.h".
13488
13489 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13490 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13491 check osabi when iterating over arches. Update call to
13492 gdbarch_init_osabi.
13493 (mips_dump_tdep): Don't dump osabi.
13494
13495 * ns32k-tdep.h: Don't include "osabi.h".
13496 (struct gdbarch_tdep): Remove.
13497 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13498 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13499 allocate tdep. Update call to gdbarch_init_osabi.
13500 (ns32k_dump_tdep): Remove.
13501 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13502 * ns32knbsd-tdep.c: Include "osabi.h".
13503
13504 * ppc-tdep.h: Don't include "osabi.h".
13505 (struct gdbarch_tdep): Remove osabi member.
13506 * rs6000-tdep.c: Include "osabi.h".
13507 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13508 osabi when iterating over arches. Update call to
13509 gdbarch_init_osabi.
13510 (rs6000_dump_tdep): Don't dump osabi.
13511 * ppc-linux-tdep.c: Include "osabi.h".
13512 * ppcnbsd-tdep.c: Include "osabi.h".
13513
13514 * sh-tdep.h: Don't include "osabi.h".
13515 (struct gdbarch_tdep): Remove osabi member.
13516 * sh-tdep.c: Include "osabi.h".
13517 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13518 iterate over arches. Update call to gdbarch_init_osabi.
13519 (sh_dump_tdep): Don't dump osabi.
13520 * shnbsd-tdep.c: Include "osabi.h".
13521
13522 * sparc-tdep.c: Include "osabi.h".
13523 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13524 iterate over arches. Update call to gdbarch_init_osabi.
13525 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13526 tdep structure.
13527
13528 * vax-tdep.h: Don't include "osabi.h".
13529 (struct gdbarch_tdep): Remove.
13530 * vax-tdep.c: Include "osabi.h".
13531 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13532 iterate over arches. Don't allocate tdep. Update call
13533 to gdbarch_init_osabi.
13534 (vax_dump_tdep): Remove.
13535 (_initialize_vax_tdep): Update call to gdbarch_register.
13536
13537 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13538
13539 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13540 entirely.
13541 (breakpoint_re_set_one): Don't fetch the value for a disabled
13542 watchpoint.
13543
13544 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13545
13546 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13547 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13548 (COERCE_FLOAT_TO_DOUBLE): Remove.
13549 * gdbarch.c: Regenerate.
13550 * gdbarch.h: Regenerate.
13551 * Makefile.in: Remove value_h from gdbarch_h.
13552 * valops.c (coerce_float_to_double): New variable.
13553 (default_coerce_float_to_double): Remove.
13554 (standard_coerce_float_to_double): Remove.
13555 (value_arg_coerce): Use coerce_float_to_double.
13556 (_initialize_valops): Add "set coerce-float-to-double".
13557 * value.h (default_coerce_float_to_double): Remove prototype.
13558 (standard_coerce_float_to_double): Remove prototype.
13559
13560 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13561 prototyped.
13562 * mdebugread.c (parse_symbol): Likewise.
13563 * stabsread.c (define_symbol): Mark all functions as prototyped.
13564
13565 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13566 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13567 set_gdbarch_coerce_float_to_double.
13568 * arm-tdep.c (arm_gdbarch_init): Likewise.
13569 * frv-tdep.c (frv_gdbarch_init): Likewise.
13570 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13571 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13572 * mips-tdep.c (mips_gdbarch_init): Likewise.
13573 (mips_coerce_float_to_double): Remove.
13574 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13575 (rs6000_coerce_float_to_double): Remove.
13576 * s390-tdep.c (s390_gdbarch_init): Likewise.
13577 * sh-tdep.c (sh_gdbarch_init): Likewise.
13578 (sh_coerce_float_to_double): Remove.
13579 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13580 (sparc_coerce_float_to_double): Remove.
13581 * v850-tdep.c (v850_gdbarch_init): Likewise.
13582 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13583 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13584 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13585 (hppa_coerce_float_to_double): Remove prototype.
13586 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13587
13588 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13589
13590 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13591
13592 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13593
13594 Suggested by Stewart Brown <sb24@avaya.com>:
13595 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13596 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13597 (c_type_print_varspec_suffix): Likewise.
13598
13599 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13600
13601 * configure.in: Don't set and AC_SUBST SUBDIRS.
13602 * configure: Regenerated.
13603
13604 * configure.in: Remove code dealing with shared libraries.
13605 * Makefile.in: Remove HLDFLAGS and HLDENV.
13606 * configure: Regenerated.
13607
13608 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13609
13610 * frame.c (deprecated_frame_xmalloc): New function.
13611 (deprecated_set_frame_saved_regs_hack): New function.
13612 (deprecated_set_frame_extra_info_hack): New function.
13613 * frame.h (deprecated_frame_xmalloc): Declare.
13614 (deprecated_set_frame_saved_regs_hack): Declare.
13615 (deprecated_set_frame_extra_info_hack): Declare.
13616
13617 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13618
13619 * configure.in: Move code that provides the --enable-gdbtk option
13620 right after the code that handles the --enable-tui option, and
13621 polish it somewhat.
13622 * configure: Regenerated.
13623
13624 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13625 AC_CHECK_FUNCS and remove the old check for pread64.
13626 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13627 * acconfig.h (_GNU_SOURCE): Add.
13628 (HAVE_PREAD64): Remove.
13629 * configure, aclocal.m4, config.in: Regenerated.
13630
13631 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13632
13633 * alpha-tdep.c: Use get_frame_saved_regs.
13634 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13635 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13636 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13637 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13638 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13639
13640 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13641
13642 * configure.in: Remove all use of the SUBDIRS variable; add
13643 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13644 code providing the --enable-multi-ice option, and move it right in
13645 front of the code that checks whether gdbserver is supported.
13646 Polish that too.
13647 * configure: Regenerated.
13648 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13649 @SUBDIRS@.
13650
13651 2003-01-03 Andrew Cagney <cagney@redhat.com>
13652
13653 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13654 * avr-tdep.c, cris-tdep.c: Ditto.
13655 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13656 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13657
13658 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13659
13660 * configure.in: Remove --enable-netrom option.
13661 * configure: Regenerated.
13662
13663 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13664
13665 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13666 declaration for `struct re_pattern_buffer' instead.
13667 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13668
13669 2003-01-03 J. Brobecker <brobecker@gnat.com>
13670
13671 * mdebugread.c (parse_symbol): Count until the stEnd matching
13672 the structure name.
13673
13674 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13675
13676 * configure.in: Remove --with-cpu option.
13677 subscripts. Remove evil changequotes here.
13678 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13679 * config.in, configure: Regenerated.
13680
13681 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13682 * configure.in: Cleanup section that sources GDB and BFD configure
13683 subscripts. Remove evil changequotes here.
13684 * config.in, configure: Regenerated.
13685
13686 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13687
13688 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13689 frame accessor methods.
13690 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13691 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13692 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13693 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13694 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13695 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13696 * z8k-tdep.c: Ditto.
13697
13698 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13699
13700 * configure.in: Remove UI_OUT configuration code.
13701 * ada-lang.c: Update assuming UI_OUT is always true.
13702 * Makefile.in (UIOUT_CFLAGS): Remove.
13703 * configure: Regenerated.
13704 * TODO: Remove blurb about elimination of -DUI_OUT.
13705
13706 * configure.in: Move code that provides the --enable-gdbcli,
13707 --enable-gdbmi options right before the code that handles the
13708 --enable-tui option. Polish a bit.
13709 * configure: Regenerated.
13710
13711 * configure.in: Rewrite check for GNU regex and the
13712 --without-included regex option, and move it into the "Checks for
13713 library functions" section. This makes us use the system regex
13714 again by default on systems with version 2 of the GNU C library.
13715 This was apparently broken.
13716 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13717 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13718 * config.in, configure: Regenerated.
13719
13720 * configure.in: Move code that provides the --enable-tui option
13721 before the "Checks for libraries" section. Polish the code
13722 somewhat and set need_curses to yes if we build the TUI. Rewrite
13723 code that looks for a library providing termcap functionality to
13724 match more closely what's done in the Readline library, and move
13725 it into to the "Checks for libraries" section.
13726 * configure: Regenerated.
13727 * Makefile.in (TERMCAP): Remove variable.
13728 * config/i386/go32.mh (TERMCAP): Remove variable.
13729
13730 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13731
13732 * MAINTAINERS: Mention gdb_mbuild.sh.
13733 * gdb_mbuild.sh: Rewrite.
13734
13735 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13736
13737 * configure.in: Fix typo in last change.
13738 * config.in, configure: Regenerated.
13739
13740 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13741
13742 * valarith.c (value_binop): Delete obsolete code and comments.
13743 * configure.host: Ditto.
13744 * buildsym.h (make_blockvector): Ditto.
13745 * buildsym.c (make_blockvector): Ditto.
13746 * defs.h (enum language): Ditto.
13747 (chill_demangle): Ditto.
13748 * elfread.c (elf_symtab_read): Ditto.
13749 * dwarfread.c (CHILL_PRODUCER): Ditto.
13750 (set_cu_language): Ditto.
13751 (handle_producer): Ditto.
13752 * expprint.c (print_subexp): Ditto.
13753 * gdbtypes.c (chill_varying_type): Ditto.
13754 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13755 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13756 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13757 (chill_varying_type): Ditto.
13758 * language.h (_LANG_chill): Ditto.
13759 * language.c (binop_result_type, integral_type): Ditto.
13760 (character_type, string_type, structured_type): Ditto.
13761 (lang_bool_type, binop_type_check): Ditto.
13762 * stabsread.h (os9k_stabs): Ditto.
13763 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13764 (define_symbol, read_type, read_struct_fields): Ditto.
13765 (read_array_type, read_enum_type, read_huge_number): Ditto.
13766 (read_range_type, start_stabs): Ditto.
13767 * symfile.c (init_filename_language_table): Ditto.
13768 (add_psymbol_with_dem_name_to_list): Ditto.
13769 * symtab.c (symbol_init_language_specific): Ditto.
13770 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13771 * symtab.h (struct general_symbol_info): Ditto.
13772 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13773 * typeprint.c (typedef_print): Ditto.
13774 * utils.c (fprintf_symbol_filtered): Ditto.
13775 * valops.c (value_cast, search_struct_field, value_slice): Delete
13776 obsolete code.
13777 (varying_to_slice): Delete function.
13778 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13779 (varying_to_slice): Delete declaration.
13780 * MAINTAINERS: Update.
13781
13782 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13783
13784 * configure.in: Reorganize "Checks for library functions section"
13785 a bit. Remove check for `btowc' and `isascii' functions.
13786 * configure: Regenerated.
13787
13788 * acconfig.h (_MSE_INT_H): Remove.
13789 * configure.in: Create "Checks for header files" section, and move
13790 appropriate tests there. Don't check for objlist.h, wchar.h,
13791 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13792 misdetection fix. Also add "Checks for types", "Checks for
13793 compiler characteristics" and "Checks for library functions"
13794 sections.
13795 * config.in, configure: Regenerated.
13796
13797 * configure.in: Create "Checks for programs" section, and move
13798 appropriate tests there.
13799
13800 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13801
13802 * configure.in: Create "Checks for libraries" section, and move
13803 appropriate tests there. Cleanup check for wctype in libw. Use
13804 AC_SEARCH_LIBS to see whether we need libsocket.
13805 * configure: Regenerated.
13806
13807 For older changes see ChangeLog-2002
13808 \f
13809 Local Variables:
13810 mode: change-log
13811 left-margin: 8
13812 fill-column: 74
13813 version-control: never
13814 End: