2003-10-31 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-31 Andrew Cagney <cagney@redhat.com>
2
3 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
4 function.
5 (s390_gdbarch_init): Set extract_struct_value_address.
6 * arch-utils.c (generic_cannot_extract_struct_value_address):
7 Delete function.
8 * arch-utils.h (generic_cannot_extract_struct_value_address):
9 Delete definition.
10
11 2003-10-31 Mark Kettenis <kettenis@gnu.org>
12
13 * i386-linux-nat.c (fetch_core_registers): Remove.
14 (linux_elf_core_fns): Remove.
15 (_initialize_i386_linux_nat): Remove.
16
17 2003-10-31 Andrew Cagney <cagney@redhat.com>
18
19 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
20 "exec.h".
21 (exec_entry_point): New function.
22 (enable_break): Create a "tmp_bfd_target", use that and
23 entry_point_address when computing the relocation offset.
24 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
25 * Makefile.in (solib-svr4.o): Update dependencies.
26
27 2003-10-31 Andrew Cagney <cagney@redhat.com>
28
29 * defs.h (XZALLOC): Define.
30 * target.h (struct target_ops): Add "to_data";
31 * bfd-target.h, bfd-target.c: New files.
32 * Makefile.in (SFILES): Add "bfd-target.c".
33 (COMMON_OBS): Add "bfd-target.o".
34 (bfd-target.o): Specify dependencies.
35 (bfd_target_h): Define.
36 * defs.h (XZALLOC): Define.
37
38 2003-10-31 Andrew Cagney <cagney@redhat.com>
39
40 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
41 adjust_breakpoint_address.
42 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
43 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
44 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
45 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
46
47 2003-10-31 Andrew Cagney <cagney@redhat.com>
48
49 * target.h (struct target_ops): Replace "to_read_partial" and
50 "to_write_partial" with "to_xfer_partial". Update comments.
51 * target.c (debug_to_write_partial): Delete function.
52 (debug_to_xfer_partial): Replace debug_to_read_partial.
53 (add_target, update_current_target, setup_target_debug): Set
54 "to_xfer_partial" instead of "to_read_partial" and
55 "to_write_partial".
56 (default_xfer_partial): Replace "default_write_partial".
57 (default_read_partial): Delete.
58 (target_read_partial, target_write_partial): Call
59 "to_xfer_partial".
60 * remote.c (init_remote_ops): Set "to_xfer_partial".
61 (init_remote_async_ops): Ditto.
62 (remote_xfer_partial): Replace "remote_read_partial".
63
64 2003-10-31 Mark Kettenis <kettenis@gnu.org>
65
66 * i386-tdep.c (i386_supply_fpregset): Support floating-point
67 registers in `fxsave' format.
68 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
69
70 2003-10-30 Mark Kettenis <kettenis@gnu.org>
71
72 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
73 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
74 TDEP->gregset_num_regs and tdep->sizeof_gregset.
75
76 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
77 specify size of array.
78 (i386_linux_init_abi): Remove initialization of
79 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
80 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
81
82 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
83 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
84 core-regset.o.
85
86 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
87 the ELF header.
88
89 2003-10-29 Mark Kettenis <kettenis@gnu.org>
90
91 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
92 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
93 core-regset.o.
94
95 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
96
97 * corelow.c: Include "arch-utils.h", "regset.h" and
98 "gdb_assert.h".
99 (core_gdbarch): New variable.
100 (sniff_core_bfd): Don't sniff if we have support for register sets
101 in CORE_GDBARCH.
102 (core_close): Reset CORE_GDBARCH.
103 (core_open): Initialize CORE_GDBARCH.
104 (get_core_register_section): Use register sets if they are
105 supported by CORE_GDBARCH.
106 (get_core_registers): Don't print error message if we have support
107 for register sets in CORE_GDBARCH.
108
109 2003-10-29 Andrew Cagney <cagney@redhat.com>
110
111 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
112 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
113
114 2003-10-29 Mark Kettenis <kettenis@gnu.org>
115
116 * objfiles.h (clear_objfile_data): New prototype.
117 * objfiles.c (clear_objfile_data): New function.
118 * symfile.c (reread_symbols): Clear per-objfile data.
119
120 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
121
122 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
123 printf_unfiltered instead of printf_filtered for output messages.
124 (add_symbol_file_command): Ditto.
125 (reread_symbols): Ditto.
126 (overlay_auto_command): Ditto.
127 (overlay_manual_command): Ditto.
128 (overlay_off_command): Ditto.
129
130 2003-10-27 Mark Kettenis <kettenis@gnu.org>
131
132 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
133 (gdbarch_from_bfd): New function.
134 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
135 deprecated_select_gdbarch_hack.
136 * arch-utils.h (gdbarch_from_bfd): New prototype.
137
138 2003-10-27 Andrew Cagney <cagney@redhat.com>
139
140 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
141 arch_info. Use warning instead of fprintf_filtered. Do not use
142 deprecated bfd_printable_arch_mach.
143
144 2003-10-26 Kevin Buettner <kevinb@redhat.com>
145
146 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
147 Delete.
148 (frv_register_type): Rename from frv_register_virtual_type. Add
149 ``struct gdbarch *'' parameter.
150 (frv_gdbarch_init): Delete calls to the following functions:
151 set_gdbarch_deprecated_size(),
152 set_gdbarch_deprecated_register_bytes(),
153 set_gdbarch_deprecated_register_raw_size(),
154 set_gdbarch_deprecated_max_register_raw_size(),
155 set_gdbarch_deprecated_register_virtual_size(),
156 set_gdbarch_deprecated_max_register_virtual_size(),
157 set_gdbarch_deprecated_register_virtual_size(),
158 set_gdbarch_deprecated_register_virtual_type().
159 Add call to function set_gdbarch_register_type().
160
161 2003-10-26 Mark Kettenis <kettenis@gnu.org>
162
163 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
164 FDOFF_REGNUM): Remove defines.
165 * win32-nat.c (do_child_fetch_inferior_registers): Include
166 "i387-tdep.h".
167 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
168 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
169 undefine I387_ST0_REGNUM.
170
171 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
172 * x86-64-tdep.c (x86_64_store_return_value): Use
173 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
174
175 Change register numbers to enumartion values.
176 * i386-tdep.h (enum i386_regnum): New.
177 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
178 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
179 I386_ST0_REGNUM): Remove defines.
180 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
181 I386_EDI_REGNUM): Remove defines.
182
183 2003-10-24 Andrew Cagney <cagney@redhat.com>
184
185 * target.c: Include "gdbcore.h".
186 (get_target_memory, get_target_memory_unsigned): New functions.
187 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
188 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
189 Use get_target_memory_unsigned.
190 * Makefile.in (target.o): Update dependencies.
191
192 2003-10-24 Andrew Cagney <cagney@redhat.com>
193
194 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
195 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
196 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
197 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
198 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
199
200 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
201 (can_run_code_for): Use the OO term "singleton".
202
203 2003-10-23 Andrew Cagney <cagney@redhat.com>
204
205 * Makefile.in (stack.o): Add $(regcache_h).
206 * stack.c: Include "regcache.h"
207 (return_command): Rewrite. Use get_frame_id and
208 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
209 about unhandled return-values.
210 * value.h (set_return_value): Delete declaration.
211 * values.c (set_return_value): Delete function.
212
213 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
214
215 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
216 (pseudo_regs): Add comment regarding register stack registers.
217 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
218 (floatformat_valid): New static routine.
219 (floatformat_ia64_ext): Add name field and set up is_valid routine
220 to floatformat_valid().
221 (examine_prologue): For the previous cfm, use
222 frame_unwind_register()
223 if the cfm is not stored in a register-stack register. Save the
224 previous cfm value in the prev_cfm field. Add debug output.
225 (ia64_frame_this_id): Use frame_id_build_special() to also register
226 the bsp. Add debug output.
227 (ia64_sigtramp_frame_this_id): Ditto.
228 (ia64_frame_prev_register): Look at cache saved_regs for a few more
229 registers and also add some checks for framelessness before accepting
230 current register values for fields such as return address. For cfm,
231 use the cached prev_cfm field if available. Add comment to explain
232 PSR logic. Add debug output.
233 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
234 as part of initialization.
235 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
236 calculated. Cache the bsp and cfm values.
237 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
238 instead of using ia64_frame_prev_register() which doesn't expect most
239 registers to be saved. The saved values for bsp and sp
240 can be taken from the cache. Add debug output.
241 (ia64_push_dummy_call): Use frame_id_build_special() to also register
242 the bsp.
243
244 2003-10-23 Jim Blandy <jimb@redhat.com>
245
246 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
247 architecture the current arch can run code for --- but not if it's
248 a superset.
249 (can_run_code_for): New function.
250
251 2003-10-22 James E Wilson <wilson@specifixinc.com>
252
253 * MAINTAINERS: Move myself from paper trail section back to write
254 after approval section.
255
256 2003-10-22 Andrew Cagney <cagney@redhat.com>
257
258 * exec.h: New file.
259 * win32-nat.c: Include "exec.h".
260 * solib.c: Include "exec.h".
261 * target.h (build_section_table): Delete declaration.
262 * somsolib.c: Include "exec.h".
263 (exec_ops): Delete extern declaration.
264 * rs6000-nat.c: Update copyright. Include "exec.h".
265 (exec_ops): Delete extern declaration.
266 * pa64solib.c: Update copyright. Include "exec.h".
267 (exec_ops): Delete extern declaration.
268 * exec.c: Update copyright. Include "exec.h".
269 * corelow.c: Update dependencies. Include "exec.h".
270 * Makefile.in (exec_h): Define.
271 (exec.o, somsolib.o): Update dependencies.
272 (pa64solib.o, corelow.o): Update dependencies.
273
274 2003-10-22 Andrew Cagney <cagney@redhat.com>
275
276 * target.c: Include "gdb_assert.h" (target_read): Call
277 "target_read_partial", not "target_write_partial".
278 (default_read_partial, default_write_partial): New function.
279 (target_read_partial, target_write_partial): Simplify, assume that
280 there is always a read/write method.
281 (update_current_target, add_target): Always set "to_read_partial"
282 and "to_write_partial".
283 (target_write, target_read): Fail on a zero byte transfer.
284 * Makefile.in (target.o): Update dependencies.
285 * target.h: Update copyright date.
286 (target_object): Fix typo.
287
288 2003-10-22 Andrew Cagney <cagney@redhat.com>
289
290 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
291 multi-arch method, add "targ" parameter.
292 (struct target_ops): Declare.
293 * gdbarch.h, gdbarch.c: Re-generate.
294 * Makefile.in (c-valprint.o): Update dependencies.
295 * arch-utils.h: Update copyright.
296 (convert_from_func_ptr_addr_identity): Declare.
297 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
298 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
299 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
300 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
301 * infcall.c (find_function_addr, call_function_by_hand): Update.
302 * c-valprint.c: Include "target.h".
303 (print_function_pointer_address): Update.
304
305 2003-10-22 Andrew Cagney <cagney@redhat.com>
306
307 * target.c (target_close): New function.
308 (debug_to_close): Use "target_close".
309 (push_target): Use "target_close".
310 (unpush_target): Use "target_close".
311 (pop_target): Use "target_close".
312 * target.h (struct target_ops): Add "to_xclose".
313 (target_open): Delete macro. Move comment to "to_open".
314 (target_close): Replace macro with function that takes a target.
315 * top.c (quit_target): Pass "current_target" to "target_close".
316
317 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
318
319 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
320 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
321 * symtab.h (lookup_minimal_symbol_text): Update.
322 * breakpoint.c (create_overlay_event_breakpoint,
323 create_longjmp_breakpoint): Update callers.
324 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
325 * symtab.c (find_pc_sect_line): Ditto.
326
327 2003-10-21 Andrew Cagney <cagney@redhat.com>
328
329 * target.c (errno): Delete extern declaration.
330
331 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
332
333 * ia64-tdep.c: Change all occurrences of
334 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
335 (ia64_frame_prev_register): Minor whitespace change.
336
337 2003-10-20 Michael Chastain <mec@shout.net>
338
339 * config/djgpp/fnchange.lst: Add lines for:
340 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
341 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
342 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
343 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
344 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
345 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
346 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
347
348 2003-10-20 Andrew Cagney <cagney@redhat.com>
349
350 * values.c (register_value_being_returned): Update comments. Use
351 "gdbarch_return_value" when available.
352 (using_struct_return): Ditto.
353 (set_return_value): Ditto. Use "gdbarch_return_value" when
354 available.. Print a warning, and not an error, when an unhandled
355 return type is encountered.
356 * infcmd.c: Include "gdb_assert.h".
357 (print_return_value): When gdbarch_return_value_p, and using
358 struct return, assume that the value is not available.
359 * defs.h (return_value_convention): Define.
360 * gdbarch.sh (gdbarch_return_value): New predicate method.
361 * gdbarch.h, gdbarch.c: Re-generate
362 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
363
364 2003-10-20 Andrew Cagney <cagney@redhat.com>
365
366 * symtab.c: Replace "struct sec" with "struct bfd_section".
367 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
368
369 2003-10-19 Michael Chastain <mec@shout.net>
370
371 * config/djgpp/fnchange.lst: Add lines for:
372 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
373 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
374 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
375
376 2003-10-19 Mark Kettenis <kettenis@gnu.org>
377
378 * amd64fbsd-nat.c (fetch_inferior_registers,
379 store_inferior_registers): Remove functions.
380 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
381
382 2003-10-18 Mark Kettenis <kettenis@gnu.org>
383
384 Add NetBSD/amd64 native configuration:
385 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
386 * amd64nbsd-tdep.c: New file.
387 * amd64nbsd-nat.c: New file.
388 * amd64bsd-nat.c: New file.
389 * config/i386/nbsd64.mh: New file.
390 * config/i386/nbsd64.mt: New file.
391 * configure.host: Add x86_64-*-netbsd*.
392 * configure.tgt: Add x86_64-*-netbsd*.
393 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
394 New targets.
395 * NEWS (New native configurations): Mention NetBSD/amd64.
396
397 2003-10-17 Michael Chastain <mec@shout.net>
398
399 * config/djgpp/fnchange.lst: Remove dead lines for:
400 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
401 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
402 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
403 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
404 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
405 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
406 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
407 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
408 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
409 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
410 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
411 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
412 gdb/config/sparc/tm-sparclite.h,
413 gdb/gdbtk/generic/ChangeLog-2001,
414 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
415 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
416 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
417 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
418 gdb/testsuite/gdb.mi/mi0-var-block.exp,
419 gdb/testsuite/gdb.mi/mi0-var-child.exp,
420 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
421 gdb/testsuite/gdb.mi/mi0-var-display.exp,
422 itcl/iwidgets3.0.0/demos/extfileselectionbox,
423 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
424 itcl/iwidgets3.0.0/demos/fileselectionbox,
425 itcl/iwidgets3.0.0/demos/fileselectiondialog,
426 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
427 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
428 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
429 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
430 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
431 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
432 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
433 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
434 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
435 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
436 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
437 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
438 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
439 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
440 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
441 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
442 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
443 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
444 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
445 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
446 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
447 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
448 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
449 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
450 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
451 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
452 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
453 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
454 itcl/iwidgets3.0.0/demos/html/shell.n.html,
455 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
456 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
457 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
458 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
459 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
460 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
461 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
462 itcl/iwidgets3.0.0/demos/scrolledcanvas,
463 itcl/iwidgets3.0.0/demos/scrolledframe,
464 itcl/iwidgets3.0.0/demos/scrolledhtml,
465 itcl/iwidgets3.0.0/demos/scrolledlistbox,
466 itcl/iwidgets3.0.0/demos/scrolledtext,
467 itcl/iwidgets3.0.0/demos/selectionbox,
468 itcl/iwidgets3.0.0/demos/selectiondialog,
469 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
470 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
471 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
472 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
473 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
474 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
475 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
476 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
477 itcl/iwidgets3.0.0/doc/scrolledframe.n,
478 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
479 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
480 itcl/iwidgets3.0.0/doc/scrolledtext.n,
481 itcl/iwidgets3.0.0/doc/selectionbox.n,
482 itcl/iwidgets3.0.0/doc/selectiondialog.n,
483 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
484 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
485 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
486 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
487 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
488 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
489 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
490 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
491 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
492 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
493 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
494 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
495 itcl/iwidgets3.0.0/generic/selectionbox.itk,
496 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
497 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
498 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
499 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
500 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
501 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
502 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
503 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
504 itcl/iwidgets3.0.0/tests/scrolledframe.test,
505 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
506 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
507 itcl/iwidgets3.0.0/tests/scrolledtext.test,
508 itcl/iwidgets3.0.0/tests/selectionbox.test,
509 itcl/iwidgets3.0.0/tests/selectiondialog.test,
510 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
511 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
512 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
513 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
514 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
515 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
516 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
517 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
518 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
519 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
520 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
521 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
522 tk/mac/tkMacProjects.sit.hqx.
523
524 2003-10-17 Andrew Cagney <cagney@redhat.com>
525
526 * target.c (target_section_by_addr): New function.
527 (do_xfer_memory): Use "target_section_by_addr".
528 * target.h (target_section_by_addr): Declare.
529
530 * target.h (struct target_ops): Add "to_read_partial" and
531 "to_write_partial", delete "to_query".
532 (target_read_partial, target_write_partial): Declare.
533 (target_read, target_write): Declare.
534 (target_query): Delete macro.
535 * target.c (target_read_partial): New function.
536 (target_write_partial, target_read, target_write): New function.
537 (update_current_target): Delete inheritance of "to_query". Add
538 comments about "to_read_partial" and "to_write_partial".
539 (debug_to_partial_read, debug_to_partial_write): New functions.
540 (debug_to_query): Delete function.
541 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
542 instead of "to_query".
543 * remote.c (remote_read_partial): Replace "remote_query".
544 (init_remote_ops): Set "to_read_partial" instead of "to_query".
545 (init_remote_async_ops): Ditto.
546 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
547 "target_read_partial" instead of "target_query".
548 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
549 Use "target_read_partial" instead of "target_query".
550
551 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
552
553 * frame.h (struct frame_id): Add new field: special_addr.
554 (frame_id_build_special): New prototype.
555 * frame.c (frame_id_build_special): New function.
556 (frame_id_build): Change to call frame_id_build_special().
557 (frame_id_eq): Change to also test special_addr field.
558 (frame_id_inner): Update comment.
559
560 2003-10-17 Andrew Cagney <cagney@redhat.com>
561
562 * target.c (update_current_target): Perform the target cleanup.
563 Put the target stack beneath the squashed "current_target".
564 (add_target): Delete disabled call to "cleanup_target".
565 (cleanup_target): Delete function.
566 (push_target, unpush_target): Do not call "cleanup_target".
567
568 2003-10-17 Andrew Cagney <cagney@redhat.com>
569
570 * target.c (target_stack): Change to a static target_ops.
571 (update_current_target): Walk the "struct target_ops" stack.
572 (pop_target, do_xfer_memory, target_info): Ditto.
573 (find_target_beneath): Ditto.
574 (push_target): Rewrite to use the "struct target_ops" stack.
575 (unpush_target): Ditto.
576 * target.h (struct target_stack_item): Delete definition.
577 (target_stack): Delete declaration.
578 (struct target_ops): Add field "beneath".
579
580 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
581
582 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
583 declaration.
584 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
585 (h8300_examine_prologue): Use h8300_normal_mode flag
586 (h8300_gdbarch_init): Set architecture info for normal mode
587
588 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
589
590 * remote.c (remote_protocol_vcont): New variable.
591 (set_remote_protocol_vcont_packet_cmd): New function.
592 (show_remote_protocol_vcont_packet_cmd): New function.
593 (init_all_packet_configs): Handle remote_protocol_vcont.
594 (remote_vcont_probe): New function.
595 (remote_vcont_resume): New function.
596 (remote_resume): Use it.
597 (remote_async_resume): Call remote_resume.
598 (_initialize_remote): Add verbose-resume packet commands.
599
600 2003-10-16 Andrew Cagney <cagney@redhat.com>
601
602 * infrun.c (handle_inferior_event): Add comment about
603 "frame_id_inner" being too weak.
604
605 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
606
607 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
608 second parameter, which is always null. Remove
609 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
610 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
611 accordingly.
612 * somsolib.c (som_solib_create_inferior_hook,
613 som_solib_desire_dynamic_linker_symbols): Update callers.
614 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
615
616 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
617
618 * remote-m32r-sdi.c : New file, interface to m32r on-chip
619 debug interface, SDI (Scalable Debug Interface).
620 * NEWS: Mention m32r SDI protocol was supported.
621 * Makefile.in (remote-m32r-sdi.o): Add build rule.
622 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
623
624 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
625
626 * ia64-linux-tdep.c: Include gdbcore.h.
627 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
628 (ia64_linux_sigcontext_register_addr): Find the address of the
629 sigcontext area stored in the sigframe instead of using
630 a magic offset constant.
631
632 2003-10-15 Andrew Cagney <cagney@redhat.com>
633
634 * remote.c (remote_search): Delete function.
635 * target.h (target_search): Delete disabled macro.
636 (struct target_ops): Delete disabled field "to_search".
637
638 2003-10-14 Kevin Buettner <kevinb@redhat.com>
639
640 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
641 instead of deprecated_inside_entry_file().
642
643 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
644
645 * sh-tdep.c: Fix copy/paste hangover in comment.
646 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
647 mode.
648 (sh3e_sh4_extract_return_value): Ditto.
649
650 2003-10-13 Richard Henderson <rth@redhat.com>
651
652 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
653 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
654 match c_val_print a bit closer.
655
656 2003-10-13 Kevin Buettner <kevinb@redhat.com>
657
658 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
659 (frv_gdbarch_adjust_breakpoint_address): New function.
660 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
661 method.
662
663 2003-10-13 Kevin Buettner <kevinb@redhat.com>
664
665 * breakpoint.h (struct breakpoint): Add new member
666 ``requested_address''.
667 * breakpoint.c (breakpoint_adjustment_warning)
668 (adjust_breakpoint_address): New static functions.
669 (print_it_typical): Issue warning if breakpoint's address is different
670 from its requested address.
671 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
672 (breakpoint_re_set_one): Set breakpoint's
673 ``requested_address'' field. Set ``address'' field to the
674 result of calling adjust_breakpoint_address() on the requested
675 address.
676
677 2003-10-13 Kevin Buettner <kevinb@redhat.com>
678
679 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
680 * gdbarch.h, gdbarch.c: Regenerate.
681
682 2003-10-11 Mark Kettenis <kettenis@gnu.org>
683
684 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
685 TDEP->sc_num_regs.
686
687 * i386fbsd-tdep.c: New file.
688 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
689 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
690 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
691 i386bsd-tdep.c.
692 (_initialize_i386fbsd_tdep): New function.
693 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
694 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
695 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
696 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
697 TDEP->sc_num_regs.
698 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
699 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
700 to initialize TDEP->sc_num_regs.
701 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
702 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
703 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
704 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
705 FreeBSD ELF OS/ABI's here.
706 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
707 (i386fbsd-tdep.o): New target.
708 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
709 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
710
711 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
712 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
713 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
714 in initialization of TDEP->sc_num_regs.
715
716 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
717 (x86_64_init_abi): Initialize regset_from_core_section if
718 appropriate.
719
720 * i386-tdep.c (i386_regset_from_core_section): New function.
721 (i386_gdbarch_init): Initialize regset_from_core_section if
722 appropriate.
723 * i386-tdep.h (i386_regset_from_core_section): New declaration.
724
725 * i386-tdep.h (struct regset): Declare opaque.
726
727 * gdbarch.sh (regset_from_core_section): New method.
728 (struct regset): Declare opaque.
729 * gdbarch.c, gdbarch.h: Regenerated.
730
731 2003-10-11 Alan Modra <amodra@bigpond.net.au>
732
733 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
734 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
735 Correct test for pc within section.
736
737 2003-10-11 Mark Kettenis <kettenis@gnu.org>
738
739 * gdbarch.sh: Remove trailing whitepsace from comments.
740
741 2003-10-08 Roland McGrath <roland@redhat.com>
742
743 * gcore.c (make_mem_sec): Function removed, folded into ...
744 (gcore_create_callback): ... here. To omit a section, clear its
745 SEC_LOAD bit rather than zeroing its size.
746 Omit read-only sections only if they correspond to a known disk file.
747 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
748
749 2003-10-10 Michael Snyder <msnyder@redhat.com>
750
751 * d10v-tdep.c: Fix typo in comment.
752
753 2003-10-10 Andrew Cagney <cagney@redhat.com>
754
755 * rs6000-tdep.c (e500_store_return_value): Delete function.
756 (e500_extract_return_value): Delete function.
757 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
758 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
759 "ppc_sysv_abi_restore_return_value" where applicable.
760 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
761 (ppc_sysv_abi_extract_return_value): Declare.
762 (ppc_sysv_abi_broken_store_return_value): Declare.
763 (ppc_sysv_abi_broken_extract_return_value): Declare.
764 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
765 * ppc-sysv-tdep.c (return_value_convention): Move definition to
766 start of file.
767 (do_ppc_sysv_return_value): New function.
768 (ppc_sysv_abi_extract_return_value): New function.
769 (ppc_sysv_abi_store_return_value): New function.
770 (ppc_sysv_abi_broken_extract_return_value): New function.
771 (ppc_sysv_abi_broken_store_return_value): New function.
772 (ppc_sysv_abi_use_struct_convention): Call
773 do_ppc_sysv_return_value.
774
775 2003-10-10 J. Brobecker <brobecker@gnat.com>
776
777 * blockframe.c (inside_main_func): No longer use symbol_lookup()
778 to lookup the main function symbol.
779
780 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
781
782 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
783 types correctly.
784 (sh_push_dummy_call_fpu): Fix argument passing rules.
785 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
786 float types.
787 (sh3e_sh4_store_return_value): Ditto.
788
789 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
790
791 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
792 comment.
793
794 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
795
796 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
797 more readable code. Accomodate passing of bitfields.
798
799 2003-10-10 Andrew Cagney <cagney@redhat.com>
800
801 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
802 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
803 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
804 * ppc-sysv-tdep.c: Include "gdb_assert.h".
805 (ppc64_sysv_abi_push_dummy_call): New function.
806 (ppc64_sysv_abi_broken_push_dummy_call): New function.
807 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
808 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
809
810 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
811
812 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
813 * README: Ditto.
814 * d10v-tdep.c: Ditto.
815 * h8300-tdep.c: Ditto.
816 * remote-e7000.c: Ditto.
817 * remote-hms.c: Ditto.
818 * ser-e7kpc.c: Ditto.
819 * sh-stub.c: Ditto.
820 * sh-tdep.c: Ditto.
821 * sh-tdep.h: Ditto.
822 * sh3-rom.c: Ditto.
823 * sh64-tdep.c: Ditto.
824 * top.c: Ditto.
825 * wince.c: Ditto.
826 * config/d10v/d10v.mt: Ditto.
827 * config/sh/embed.mt: Ditto.
828 * config/sh/linux.mt: Ditto.
829 * config/sh/tm-linux.h: Ditto.
830 * config/sh/tm-sh.h: Ditto.
831 * config/sh/wince.mt: Ditto.
832
833 2003-10-09 Andrew Cagney <cagney@redhat.com>
834
835 * ppc-tdep.h (struct type): Declare opaque.
836 * x86-64-tdep.h (struct regcache): Declare opaque.
837 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
838 coding style.
839
840 2003-10-09 Andrew Cagney <cagney@redhat.com>
841
842 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
843 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
844 (SOFTWARE_SINGLE_STEP_P): Ditto.
845 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
846 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
847 (SOFTWARE_SINGLE_STEP_P): Ditto.
848 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
849 software_single_step to rs6000_software_single_step.
850
851 2003-10-09 Andrew Cagney <cagney@redhat.com>
852
853 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
854
855 2003-10-09 Michael Snyder <msnyder@redhat.com>
856
857 * frame.h: Fix typo in comment.
858 * dummy-frame.c: Fix typo in comment.
859 * d10v-tdep.c: Random whitespace/comment tweaks.
860
861 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
862
863 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
864 (sh_push_dummy_code): Delete function, it's only used for dummy calls
865 on stack.
866
867 Based on input by Stephen Clarke (stephen.clarke@superh.com):
868 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
869 in detail.
870
871 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
872
873 * remote-mips.c (mips_initialize): Remove unneeded call to
874 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
875
876 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
877
878 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
879 a memory pointer.
880
881 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
882
883 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
884 for any lwp we resume.
885 (running_callback): Add lwps that have pending status events
886 against them to be considered running.
887
888 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
889
890 * m32r-tdep.c : Include "dis-asm.h".
891 * Makefile.in (m32r-tdep.o): Update dependencies.
892
893 2003-10-06 J. Brobecker <brobecker@gnat.com>
894
895 * completer.h (get_gdb_completer_word_break_characters): Delete.
896 * completer.c: include language.h.
897 (gdb_completer_word_break_characters): Delete.
898 (get_gdb_completer_word_break_characters): Delete.
899 (location_completer): Use the word break characters of the current
900 language.
901 (complete_line): Likewise.
902 (line_completion_function): Likewise.
903 (skip_quoted_chars): Likewise.
904 * Makefile.in (completer.o): Add dependency on language.h.
905 * top.c (init_main): Set the readline word break characters
906 to GDB's default word break characters.
907
908 2003-10-06 J. Brobecker <brobecker@gnat.com>
909
910 * language.h (language_defn): new field, la_word_break_characters.
911 * language.c (unknown_language_defn): Set new field to
912 default_word_break_characters.
913 (auto_language_defn): Likewise.
914 (local_language_defn): Likewise.
915 * ada-lang.c (ada_language_defn): Likewise.
916 * c-lang.c (c_language_defn): Likewise.
917 (cplus_language_defn): Likewise.
918 (asm_language_defn): Likewise.
919 (minimal_language_defn): Likewise.
920 * f-lang.c (f_language_defn): Likewise.
921 * jv-lang.c (java_language_defn): Likewise.
922 * m2-lang.c (m2_language_defn): Likewise.
923 * objc-lang.c (objc_language_defn): Likewise.
924 * p-lang.c (pascal_language_defn): Likewise.
925 * scm-lang.c (scm_language_defn): Likewise.
926
927 2003-10-06 Andrew Cagney <cagney@redhat.com>
928
929 * ppc-sysv-tdep.c: Re-indent.
930
931 2003-10-06 J. Brobecker <brobecker@gnat.com>
932
933 * language.h (default_word_break_characters): Add prototype.
934 * language.c (default_word_break_characters): New function.
935
936 2003-10-06 Andreas Schwab <schwab@suse.de>
937
938 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
939 with %eax.
940
941 2003-10-06 Andrew Cagney <cagney@redhat.com>
942
943 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
944 "h8500-tdep.c".
945 (z8k-tdep.o): Delete custom build rule.
946
947 2003-10-06 Andrew Cagney <cagney@redhat.com>
948
949 * Makefile.in: Update all dependencies.
950
951 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
952 No longer list PA as as obsolete candidate. List m32r as
953 broken instead of obsolete.
954
955 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
956 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
957 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
958 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
959 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
960 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
961 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
962 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
963 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
964 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
965 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
966 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
967 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
968 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
969 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
970 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
971 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
972 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
973 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
974 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
975 * config/z8k/z8k.mt: Ditto.
976
977 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
978 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
979 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
980 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
981 sparclite were removed.
982 * configure.host, configure.tgt: Remove corresponding tuples.
983
984 * breakpoint.c, breakpoint.h: Remove obsolete code.
985 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
986 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
987 * stabsread.h, xcoffread.c: Ditto.
988
989 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
990 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
991 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
992 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
993
994 2003-10-06 David Lecomber <dsl@sources.redhat.com>
995
996 * f-valprint.c: Reformatting
997
998 2003-10-06 Mark Kettenis <kettenis@gnu.org>
999
1000 * x86-64-tdep.c: Remove duplicate comment.
1001
1002 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1003 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1004 names for return values. This fixes a bug since we looked at %rbx
1005 instead of %rdx.
1006
1007 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1008
1009 * x86-64-tdep.c: Include "regset.h".
1010
1011 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1012 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1013 sizeof_fpregset.
1014 * i386-tdep.c: Include "regset.h".
1015 (i386_supply_gregset): New function.
1016 (i386_supply_fpregset): New function.
1017 (i386_gdbarch_init): Initialze register set-related members of
1018 TDEP.
1019 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1020 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1021
1022 2003-10-03 Andrew Cagney <cagney@redhat.com>
1023
1024 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1025 set extract_return_value, store_return_value and
1026 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1027 ppc64_sysv_abi_store_return_value and
1028 ppc64_sysv_abi_use_struct_convention.
1029 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1030 (ppc64_sysv_abi_store_return_value): Declare.
1031 (ppc64_sysv_abi_use_struct_convention): Declare.
1032 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1033 (ppc64_sysv_abi_extract_return_value): New function.
1034 (ppc64_sysv_abi_store_return_value): New function.
1035 (ppc64_sysv_abi_use_struct_convention): New function.
1036 (ppc64_sysv_abi_return_value): New function.
1037
1038 2003-10-03 Andrew Cagney <cagney@redhat.com>
1039
1040 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1041 convert a descriptor to a function when it's in the ".opd"
1042 section.
1043
1044 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1045
1046 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1047 reg_size to keep GCC silent.
1048
1049 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1050
1051 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1052 base for DW_EH_PE_textrel encodings.
1053 (read_encoded_value): Add a DW_EH_PE_textrel case.
1054 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1055 section.
1056
1057 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1058
1059 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1060
1061 2003-10-02 Andrew Cagney <cagney@redhat.com>
1062
1063 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1064 REGISTER_RAW_SIZE.
1065 * gdbarch.h, gdbarch.c: Re-generate.
1066 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1067 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1068 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1069 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1070 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1071 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1072 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1073 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1074 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1075 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1076 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1077 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1078 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1079 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1080 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1081 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1082
1083 2003-10-02 Jim Blandy <jimb@redhat.com>
1084
1085 * dwarf2read.c (struct die_info): Doc fix.
1086
1087 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1088
1089 * sh-tdep.c: Running thru gdb_indent.sh.
1090
1091 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1092
1093 * sh-tdep.c (sh_justify_value_in_reg): New function.
1094 (sh_stack_allocsize): Ditto.
1095 (flt_argreg_array): New array used for floating point argument
1096 passing.
1097 (sh_init_flt_argreg): New function.
1098 (sh_next_flt_argreg): Ditto.
1099 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1100 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1101 Fix argument passing strategy.
1102 (sh_push_dummy_call_nofpu): Ditto.
1103
1104 2003-10-01 Andrew Cagney <cagney@redhat.com>
1105
1106 * value.h (register_value_being_returned): Declare. Replace
1107 "value_being_returned".
1108 * infcall.c (call_function_by_hand): Use
1109 register_value_being_returned.
1110 * infcmd.c (print_return_value): Call
1111 "register_value_being_returned", handle struct return locally.
1112 * values.c (register_value_being_returned): New function. Replace
1113 "value_being_returned".
1114
1115 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1116
1117 * linux-proc.c (linux_do_registers): New function.
1118 (linux_make_note_section): Use linux_do_registers in case of
1119 single threaded inferior programs.
1120
1121 2003-10-01 Andrew Cagney <cagney@redhat.com>
1122
1123 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1124 use STRUCT_ADDR. When not using "struct return convention", pass
1125 "0" to "value_being_returned". Add FIXMEs.
1126 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1127 value_being_returned. Add comments.
1128 * values.c (value_being_returned): Add fixme.
1129 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1130 (hppa_value_returned_from_stack): Add FIXME.
1131
1132 2003-09-30 David Carlton <carlton@kealia.com>
1133
1134 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1135 'has_children' and 'next' by 'child' and 'sibling'.
1136 (read_comp_unit): Rework algorithm, breaking body into
1137 read_die_and_children and read_die_and_siblings.
1138 (read_die_and_children, read_die_and_siblings): New.
1139 (read_full_die): Add 'has_children' argument; set it instead of
1140 the die's 'has_children' field. Minor formatting cleanup.
1141 (free_die_list): Use die->child and die->sibling instead of
1142 die->next.
1143 (dump_die_list): Ditto.
1144 (sibling_die): Use die->sibling.
1145 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1146 'has_children' and 'next' fields.
1147 (process_die, read_file_scope, read_func_scope)
1148 (read_lexical_block_scope, read_structure_scope)
1149 (read_enumeration, read_array_type, read_common_block)
1150 (read_namespace, read_subroutine_type, dump_die): Ditto.
1151
1152 2003-09-30 Andrew Cagney <cagney@redhat.com>
1153
1154 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1155 to 224, not 220.
1156
1157 2003-09-30 Andrew Cagney <cagney@redhat.com>
1158
1159 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1160 REGISTER_VIRTUAL_SIZE.
1161 * gdbarch.h, gdbarch.c: Regenerate.
1162 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1163 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1164 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1165
1166 2003-09-29 Andrew Cagney <cagney@redhat.com>
1167
1168 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1169 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1170 * gdbarch.h, gdbarch.c: Regenerate.
1171 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1172 * sh64-tdep.c, sparc-tdep.c: Update.
1173
1174 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1175 * remote-vxmips.c (vx_read_register): Ditto.
1176 * remote-vx68.c (vx_read_register): Ditto.
1177 * gnu-nat.c (inf_validate_procs): Ditto.
1178
1179 2003-09-29 J. Brobecker <brobecker@gnat.com>
1180
1181 * infcall.c (call_function_by_hand): Fix build failure
1182 introduced in the previous change to this file.
1183
1184 2003-09-29 Andrew Cagney <cagney@redhat.com>
1185
1186 * NEWS: Mention Objective-C.
1187
1188 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1189
1190 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1191 test if the register has been saved on the stack.
1192 (arm_scan_prologue_cache): When analysing the instruction
1193 "str lr, [sp, #-4]", save the address where lr has been stored.
1194
1195 2003-09-28 Andrew Cagney <cagney@redhat.com>
1196
1197 * frame.c (frame_read_unsigned_register): Delete function.
1198 * frame.h (frame_read_unsigned_register): Delete declaration.
1199 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1200 get_frame_register_unsigned.
1201 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1202 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1203 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1204
1205 * frame.h (frame_read_register): Delete declaration.
1206 * frame.c (frame_read_register): Delete function.
1207 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1208 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1209 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1210 * mips-tdep.c (mips_register_to_value): Ditto.
1211 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1212 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1213
1214 * frame.c (frame_read_signed_register): Delete function.
1215 (frame_read_unsigned_register): Update comments.
1216 * frame.h (frame_read_signed_register): Delete declaration.
1217 * h8300-tdep.c (h8300_print_register): Use
1218 get_frame_register_signed.
1219 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1220
1221 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1222 Rename VALUE_RETURNED_FROM_STACK.
1223 * infcmd.c (print_return_value): Update.
1224 * infcall.c (call_function_by_hand): Update.
1225
1226 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1227
1228 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1229 regcache argument and reverse the order of the other two
1230 arguments. Remove local regcache variable. Determine
1231 architecture from REGCACHE. Update comments.
1232 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1233 reverse the order of the other two arguments. Remove local
1234 regcache variable. Determine architecture from REGCACHE. Update
1235 comments.
1236 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1237 prototypes. Update comments.
1238 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1239 comment.
1240 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1241 Update.
1242 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1243 * i386-interix-nat.c (supply_fpregset): Update.
1244 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1245 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1246 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1247 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1248 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1249 Update.
1250 * i386obsd-tdep.c (fetch_core_registers): Update.
1251 * i386v4-nat.c (supply_fpregset): Update.
1252 * x86-64-linux-nat.c (supply_fpregset): Update.
1253 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1254
1255 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1256
1257 * i386-tdep.h: Put opaque declarations in alphabetical
1258 order. Remove spurious whitespace.
1259 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1260 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1261 * i386-tdep.c (MM0_REGNUM): Remove define.
1262 (i386_mmx_regnum_p): Add gdbarch argument.
1263 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1264 Rewrite using new macro definitions for FPU/SSE registers.
1265 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1266 definitions from i387-tdep.h.
1267 (i386_register_name): Update.
1268 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1269 new macro definitions for FPU/SSE registers.
1270 (i386_extract_return_value): Determine whether floating-point
1271 registers are present by examining REGCACHE's architecture.
1272 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1273 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1274 FPU/SSE registers.
1275 (i386_register_type): Update.
1276 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1277 definitions for FPU registers. Use REGCACHE's architecture to
1278 determine the appropriate register numbers.
1279 (i386_pseudo_register_read, i386_pseudo_register_write,
1280 i386_register_reggroup_p): Update.
1281 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1282 TDEP->mm0_regnum.
1283 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1284 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1285 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1286 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1287 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1288 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1289 *' to `void *'.
1290 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1291 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1292 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1293 definitions for FPU/SSE registers.
1294 (FXSAVE_MXCSR_ADDR): New define.
1295 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1296 TDEP->mm0_regnum.
1297 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1298 (I387_ST0_REGNUM): Define.
1299
1300 * regcache.h (get_regcache_arch): New prototype.
1301 * regcache.c (get_regcache_arch): New function.
1302
1303 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1304 whitespace.
1305
1306 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1307 Initialize using ARRAY_SIZE.
1308
1309 2003-09-27 Andrew Cagney <cagney@redhat.com>
1310
1311 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1312 "init_frame_pc_default".
1313 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1314 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1315 * vax-tdep.c (vax_gdbarch_init): Update.
1316 * v850-tdep.c (v850_gdbarch_init): Update.
1317 * sh64-tdep.c (sh64_gdbarch_init): Update.
1318 * s390-tdep.c (s390_gdbarch_init): Update.
1319 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1320 * mcore-tdep.c (mcore_gdbarch_init): Update.
1321 * h8300-tdep.c (h8300_gdbarch_init): Update.
1322 * cris-tdep.c (cris_gdbarch_init): Update.
1323 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1324
1325 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1326
1327 * regset.h: New file.
1328 * Makefile.in (regset_h): Add.
1329
1330 2003-09-25 Andrew Cagney <cagney@redhat.com>
1331
1332 * frame.h (deprecated_frame_saved_regs): Rename
1333 get_frame_saved_regs.
1334 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1335 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1336 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1337 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1338 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1339
1340 2003-09-25 Andrew Cagney <cagney@redhat.com>
1341
1342 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1343 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1344 and Java.
1345 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1346 arm*-*-* do not use the new frame code.
1347
1348 2003-09-25 David Carlton <carlton@kealia.com>
1349
1350 * c-exp.y: Remove 'register' declarations.
1351 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1352
1353 2003-09-25 David Carlton <carlton@kealia.com>
1354
1355 * c-exp.y: Include cp-support.h. Add qualified_type.
1356 (yylex): Delete nested type hack; add comments.
1357 * cp-namespace.c (cp_lookup_nested_type): New function.
1358 * cp-support.h: Declare cp_lookup_nested_type.
1359 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1360 instead of value_struct_elt_for_reference.
1361 * valops.c: Include cp-support.h.
1362 (value_aggregate_elt): New function.
1363 (value_namespace_elt): Ditto.
1364 (value_struct_elt_for_reference): Make static.
1365 * value.h: Delete declaration of value_struct_elt_for_reference;
1366 add declaration for value_aggregate_elt.
1367 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1368 (valops.o): Ditto.
1369
1370 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1371
1372 * stack.c: Include "reggroups.h".
1373 (frame_info): Only display registers in all_reggroup.
1374 * Makefile.in (stack.o): Update dependencies.
1375
1376 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1377
1378 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1379 "add ip, sp #n" in the prologue.
1380 (arm_scan_prologue): Ditto.
1381
1382 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1383
1384 * MAINTAINERS (write after approval): Add myself.
1385
1386 2003-09-25 Andreas Schwab <schwab@suse.de>
1387
1388 * m68k-tdep.c: Include "dwarf2-frame.h".
1389 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1390 * Makefile.in (m68k-tdep.o): Update dependencies.
1391
1392 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1393
1394 * sh-tdep.c (struct frame_extra_info): Remove.
1395 (struct sh_frame_cache): New structure.
1396 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1397 (GET_TARGET_REG): Ditto but target register.
1398 (GET_PUSHED_REG): Remove.
1399 (IS_MOV_ARG_TO_REG): New macro.
1400 (IS_MOV_ARG_TO_IND_R14): New macro.
1401 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1402 (IS_MOVW_PCREL_TO_REG): New macro.
1403 (IS_MOVL_PCREL_TO_REG): New macro.
1404 (IS_SUB_REG_FROM_SP): New macro.
1405 (IS_ARG_MOV): Remove.
1406 (IS_MOV_TO_R14): Remove.
1407 (IS_RESTORE_FP): New macro.
1408 (IS_RTS): New macro.
1409 (IS_LDS): New macro.
1410 (IS_MOV_FP_SP): New macro.
1411 (IS_ADD_REG_TO_FP): New macro.
1412 (IS_ADD_IMM_FP): New macro.
1413 (sh_skip_prologue_hard_way): Remove.
1414 (sh_saved_pc_after_call): Remove.
1415 (sh_frame_chain): Remove.
1416 (sh_find_callers_reg): Remove.
1417 (sh_nofp_frame_init_saved_regs): Remove.
1418 (sh_fp_frame_init_saved_regs): Remove.
1419 (sh_init_extra_frame_info): Remove.
1420 (sh_analyze_prologue): New function.
1421 (sh_skip_prologue): Remove deprecated code. Rely on new function
1422 sh_analyze_prologue when after_prologue fails.
1423 (sh_frame_saved_pc): Remove.
1424 (sh_alloc_frame_cache): New function.
1425 (sh_frame_cache): Ditto.
1426 (sh_frame_prev_register): Ditto.
1427 (sh_frame_this_id): Ditto.
1428 (sh_frame_unwind): New structure defining the heuristic frame
1429 sniffer interface.
1430 (sh_frame_sniffer): New function.
1431 (sh_unwind_sp): Ditto.
1432 (sh_unwind_pc): Ditto.
1433 (sh_unwind_dummy_id): Ditto.
1434 (sh_frame_base_address): Ditto.
1435 (sh_frame_base): New structure defining new frame base code.
1436 (sh_in_function_epilogue_p): New function.
1437 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1438 code and to call all new code instead. Initialize dwarf2 and
1439 heuristic frame sniffer.
1440
1441 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1442
1443 * parser-defs.h (struct exp_descriptor): New definition, containing
1444 language-specific info for printing, prefixifying, dumping, and
1445 evaluating expressions.
1446 (exp_descriptor_standard): Declare new variable.
1447 (print_subexp): Make global and declare here (from expprint.c).
1448 (dump_subexp): Ditto.
1449 (dump_subexp_body_standard): Declare.
1450 (operator_length_standard): Declare.
1451 (op_name_standard): Declare.
1452 (print_subexp): Declare.
1453 (print_subexp_standard): Declare.
1454
1455 * language.h (struct language_defn): Add la_exp_desc field to hold
1456 pointer to table for language-specific operators.
1457 Remove evaluate_exp field, which is now in struct exp_descriptor.
1458
1459 * parse.c (operator_length): Move most code to new
1460 operator_length_standard function. Use language-specific information.
1461 (operator_length_standard): New function taking most code from
1462 operator_length.
1463 (exp_descriptor_standard): New constant.
1464
1465 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1466 and OP_EXTENDED_LAST.
1467
1468 * expprint.c (print_subexp): Use language-specific print_subexp.
1469 Make global; remove static declaration.
1470 Move most code to print_subexp_standard.
1471 (print_subexp_standard): New function, containing code formerly in
1472 print_subexp.
1473 (op_name): Add expression to argument signature.
1474 Use langauge-specific op_name.
1475 Move most code to op_name_standard.
1476 (op_name_standard): New function, containing code formerly in op_name.
1477 (dump_subexp): Use new version of op_name function.
1478 Use language-specific dump_subexp_body, and move most existing code to
1479 dump_subexp_body_standard.
1480 (dump_raw_expression): Use new op_name interface.
1481 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1482 (dump_subexp_body_standard): New function, containing code formerly
1483 in dump_subexp_body.
1484
1485 * language.c (unknown_language): Add default la_exp_desc field and
1486 remove evaluate_exp field.
1487 (auto_language): Ditto.
1488 (local_language): Ditto.
1489 * f-lang.c (f_language_defn): Ditto.
1490 * c-lang.c (c_language_defn): Ditto.
1491 (cplus_language_defn): Ditto.
1492 (asm_language_defn): Ditto.
1493 (minimal_language_defn): Ditto.
1494 * p-lang.c (pascal_language_defn): Ditto.
1495 * m2-lang.c (m2_language_defn): Ditto.
1496 * objc-lang.c (objc_language_defn): Ditto.
1497
1498 * jv-lang.c (exp_descriptor_java): New variable, containing
1499 Java-specific expression evaluator.
1500 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1501 field.
1502 * scm-lang.c (exp_descriptor_scm): New variable, containing
1503 Scheme-specific expression evaluator.
1504 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1505 field.
1506 * objc-lang.c (print_object_command): Take evaluate_exp from the
1507 la_exp_desc field.
1508
1509 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1510
1511 * eval.c: Include parser-defs.h for the full declaration of
1512 la_exp_desc's type.
1513 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1514
1515 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1516
1517 * parser-defs.h (operator_length): Declare.
1518
1519 * parse.c (length_of_subexp): Use operator_length to get operator
1520 lengths and arities for operators.
1521 Move most code to new operator_length function.
1522 (operator_length): New function absorbing most code from
1523 length_of_subexp.
1524 (prefixify_subexp): Remove large case and use operator_length instead.
1525 (parse_exp_1): Use renamings:
1526 dump_prefix_expression => dump_raw_expression and
1527 dump_postfix_expression => dump_prefix_expression.
1528
1529 * expression.h (dump_prefix_expression): Rename to ...
1530 (dump_raw_expression): New name.
1531 (dump_postfix_expression): Rename to ...
1532 (dump_prefix_expression): New name.
1533
1534 * expprint.c (dump_subexp): Make global. Add comment.
1535 Move most existing code to dump_subexp_body.
1536 (dump_subexp_body): New function.
1537 (dump_prefix_expression): Rename to dump_raw_expression.
1538 Remove attempt to print the expression via print_expression: it can't
1539 work before the expression is prefixified.
1540 (dump_raw_expression): Renamed from dump_prefix_expression.
1541 (dump_postfix_expression): Rename to dump_prefix_expression, since
1542 that's what it does.
1543 Remove 'note' parameter, since this routine must be used on
1544 prefixified expression.
1545 (dump_prefix_expression): Renamed from dump_postfix_expression.
1546
1547 2003-09-22 Jim Blandy <jimb@redhat.com>
1548
1549 * dwarf2read.c (read_array_type): When building the type for an
1550 array of unspecified length, make sure to choose the upper bound
1551 so that the array's total length comes out to be zero --- that's
1552 how we represent such arrays.
1553
1554 2003-09-22 Michael Chastain <mec@shout.net>
1555
1556 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1557
1558 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1559
1560 * top.c (quit_force): Fix indirect call to quit_target so
1561 a struct qt_args pointer is passed.
1562
1563 2003-09-22 Andrew Cagney <cagney@redhat.com>
1564
1565 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1566 * arch-utils.c (init_frame_pc_noop): Delete function.
1567 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1568 "init_frame_pc".
1569 * mips-tdep.c (mips_gdbarch_init): Ditto.
1570 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1571 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1572 declaration.
1573 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1574 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1575 declaration.
1576 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1577
1578 2003-09-22 Anthony Green <green@redhat.com>
1579
1580 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1581 declaration.
1582
1583 2003-09-20 Andrew Cagney <cagney@redhat.com>
1584
1585 * breakpoint.c: Eliminate ARGSUSED.
1586 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1587 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1588 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1589 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1590 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1591 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1592 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1593 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1594 * wince.c, remote-vx.c: Ditto.
1595
1596 * cli/cli-script.c: Remove "register" attributes.
1597 * config/pa/tm-hppa.h: Ditto.
1598 * cli/cli-decode.c: Ditto.
1599 * cli/cli-cmds.c: Ditto.
1600
1601 2003-09-19 Andrew Cagney <cagney@redhat.com>
1602
1603 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1604 DEPRECATED_NPC_REGNUM.
1605 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1606
1607 2003-09-19 Christopher Faylor <cgf@redhat.com>
1608
1609 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1610
1611 2003-09-19 Jim Blandy <jimb@redhat.com>
1612
1613 * macrotab.c (macro_include): Use the correct comparison to find
1614 the appropriate place for this inclusion in the list.
1615
1616 2003-09-19 Andrew Cagney <cagney@redhat.com>
1617
1618 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1619 (DEPRECATED_HPUX_TEXT_END): Define.
1620 (deprecated_hpux_text_end): Declare.
1621 (struct target_ops): Declare opaque.
1622 * hppah-nat.c (text_end): Make static.
1623 (deprecated_hpux_text_end): New function.
1624 * exec.c (text_end): Delete global variable.
1625 (NEED_TEXT_START_END): Do not define.
1626 (exec_file_attach): Replace code computing "text_end" code with
1627 call to DEPRECATED_HPUX_TEXT_END.
1628
1629 2003-09-19 Andrew Cagney <cagney@redhat.com>
1630
1631 * utils.c (align_up, align_down): New functions.
1632 * defs.h (align_up, align_down): Declare.
1633 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1634 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1635 and "align_down".
1636 (round_up, round_down): Delete functions.
1637 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1638 "align_down".
1639 (ROUND_DOWN, ROUND_UP): Delete macros.
1640 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1641 * h8300-tdep.c: Replace "round_up" and "round_down" with
1642 "align_up" and "align_down".
1643 (round_up, round_down): Delete macros.
1644 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1645 "align_down".
1646 (ROUND_UP, ROUND_DOWN): Delete macros.
1647
1648 2003-09-18 J. Brobecker <brobecker@gnat.com>
1649
1650 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1651 hard-coded constant. Use the proper machine name instead.
1652
1653 2003-09-17 Andrew Cagney <cagney@redhat.com>
1654
1655 * sparc-tdep.c (legacy_register_name): Delete function.
1656 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1657 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1658 * infcmd.c (gdb_register_name): Delete variable.
1659 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1660 REGISTER_NAME and "tm.h".
1661 * gdbarch.h, gdbarch.c: Regenerate.
1662 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1663 REGISTER_NAMES in comments.
1664 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1665 * m68klinux-nat.c (regmap): Ditto.
1666
1667 2003-09-17 Jim Blandy <jimb@redhat.com>
1668
1669 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1670
1671 2003-09-17 Andrew Cagney <cagney@redhat.com>
1672
1673 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1674 (ppcnbsd_init_abi): Set "use_struct_convention" to
1675 "ppcnbsd_use_struct_convention".
1676
1677 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1678
1679 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1680 * gdbarch.h, gdbarch.c: Regenerate.
1681 (stabs_argument_has_addr): New architecture method.
1682 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1683 * arch-utils.c: Include "buildsym.h".
1684 (default_stabs_argument_has_addr): New function.
1685 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1686 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1687
1688 2003-09-17 Andrew Cagney <cagney@redhat.com>
1689
1690 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1691 * gdbarch.h, gdbarch.c: Regenerate.
1692 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1693 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1694 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1695 * sparcnbsd-tdep.c: Update.
1696
1697 2003-09-17 Andrew Cagney <cagney@redhat.com>
1698
1699 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1700 * gdbarch.h, gdbarch.c: Regenerate.
1701 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1702 * d10v-tdep.c, frame.c: Update.
1703 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1704 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1705 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1706 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1707 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1708 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1709 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1710 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1711 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1712 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1713 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1714 * config/pa/nm-hppah.h: Update.
1715
1716 2003-09-16 Andrew Cagney <cagney@redhat.com>
1717
1718 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1719 "use_struct_convention" to "ppc_linux_use_struct_convention".
1720 (ppc_linux_use_struct_convention): New function.
1721 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1722 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1723 "rs6000_use_struct_convention".
1724 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1725 declaration.
1726 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1727 Delete function.
1728
1729 2003-09-16 Andrew Cagney <cagney@redhat.com>
1730
1731 * buildsym.c: Remove more occurances of "register".
1732 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1733 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1734 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1735 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1736 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1737 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1738 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1739 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1740
1741 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1742
1743 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1744 numbers to enumeration values.
1745 * sh-tdep.c: Accomodate above change.
1746 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1747 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1748 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1749 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1750 (IS_FPUSH): Rename from IS_FMOV.
1751 (sh_extract_struct_value_address): Remove useless comment.
1752 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1753 instead of own local values.
1754 (sh_dump_tdep): Remove.
1755 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1756 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1757
1758 2003-09-15 Andrew Cagney <cagney@redhat.com>
1759
1760 * doublest.c (convert_floatformat_to_doublest): No longer need to
1761 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1762
1763 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1764
1765 * values.c (unpack_double): Call floatformat_is_valid.
1766
1767 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1768
1769 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1770 ps_strings into a long.
1771
1772 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1773 _initialize_am64fbsd_nat.
1774
1775 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1776
1777 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1778 associated with DW_AT_ranges attribute is out of bounds.
1779
1780 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1781
1782 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1783
1784 2003-09-14 Michael Chastain <mec@shout.net>
1785
1786 * config/m68k/nm-apollo68v.h: Delete.
1787 * config/m68k/xm-apollo68v.h: Delete.
1788
1789 2003-09-14 Andrew Cagney <cagney@redhat.com>
1790
1791 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1792 * dcache.c: Update copyrights and descriptions.
1793 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1794
1795 2003-09-14 Andrew Cagney <cagney@redhat.com>
1796
1797 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1798 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1799
1800 2003-09-14 Andrew Cagney <cagney@redhat.com>
1801
1802 * alpha-nat.c: Remove some occurances of "register".
1803 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1804 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1805 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1806 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1807 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1808 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1809 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1810 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1811 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1812 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1813 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1814 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1815 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1816 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1817 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1818 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1819 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1820 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1821 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1822 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1823 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1824 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1825
1826 2003-09-13 Andrew Cagney <cagney@redhat.com>
1827
1828 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1829 * ppc-tdep.h (struct regcache): Declare opaque.
1830 * objfiles.h (struct objfile_data): Declare opaque.
1831 * cp-support.h (struct objfile): Declare opaque.
1832 * linux-nat.h (target_waitstatus): Declare opaque.
1833
1834 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1835
1836 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1837 (stabs_argument_has_addr): New architecture method.
1838 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1839 * arch-utils.c: Include "buildsym.h".
1840 (default_stabs_argument_has_addr): New function.
1841 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1842 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1843
1844 * cris-tdep.c (cris_gdbarch_init): Set
1845 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1846 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1847 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1848 * mips-tdep.c (mips_gdbarch_init): Likewise.
1849 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1850 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1851
1852 2003-09-13 Andrew Cagney <cagney@redhat.com>
1853
1854 * values.c (using_struct_return): Delete "function" and "funcaddr"
1855 parameters.
1856 * value.h (using_struct_return): Update declaration.
1857 * infcmd.c (finish_command_continuation): Update.
1858 (finish_command): Update.
1859 * infcall.c (call_function_by_hand): Update.
1860 * eval.c (evaluate_subexp_standard): Update.
1861
1862 2003-09-13 Christopher Faylor <cgf@redhat.com>
1863
1864 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1865 SSE registers since gdb will not operate correctly without this.
1866 Restore include file ordering munged in previous change.
1867 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1868
1869 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1870
1871 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1872 REG_STRUCT_HAS_ADDR.
1873 * gdbarch.c, gdbarch.h: Updated.
1874 * infcall.c (call_function_by_hand): Update.
1875 * stabsread.c (define_symbol): Updated.
1876
1877 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1878
1879 2003-09-12 Christopher Faylor <cgf@redhat.com>
1880
1881 * win32-nat.c: Reorganize so that defines used by target headers are
1882 actually defined by the system headers.
1883 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1884 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1885
1886 2003-09-12 Jim Blandy <jimb@redhat.com>
1887
1888 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1889 the file has no .data, .bss, or .rodata sections. Instead wait
1890 until we see a variable alleged to live in one of those sections.
1891
1892 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1893 .bss section, presume that any variables we find live in the
1894 .rodata section.
1895
1896 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1897 offsets for global and static variables.
1898
1899 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1900 symbol types are, by definition, in the .data section, so it is
1901 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1902 If there is no .data section, there should be no N_DATA or N_DATA
1903 | N_EXT symbols.
1904
1905 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1906
1907 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1908 (amd64fbsd_sigcontext_addr): Rewrite.
1909 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1910 with correct values.
1911 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1912 (amd64fbsd_init_abi): Fix typo.
1913
1914 2003-09-12 Andrew Cagney <cagney@redhat.com>
1915
1916 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1917 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1918
1919 2003-09-12 Andrew Cagney <cagney@redhat.com>
1920
1921 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1922 "entry_file_highpc". Update comments.
1923 * defs.h (deprecated_inside_entry_file): Rename
1924 "inside_entry_file".
1925 * blockframe.c (deprecated_inside_entry_file): Rename
1926 "inside_entry_file".
1927 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1928 * vax-tdep.c (vax_frame_chain): Update.
1929 * sh64-tdep.c (sh64_frame_chain): Update.
1930 * sh-tdep.c (sh_frame_chain): Update.
1931 * rs6000-tdep.c (rs6000_frame_chain): Update.
1932 * ns32k-tdep.c (ns32k_frame_chain): Update.
1933 * mips-tdep.c (mips_frame_chain): Update.
1934 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1935 * m32r-tdep.c (m32r_frame_this_id): Update.
1936 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1937 * frv-tdep.c (frv_frame_this_id): Update.
1938 * d10v-tdep.c (d10v_frame_this_id): Update.
1939 * cris-tdep.c (cris_frame_chain): Update.
1940 * blockframe.c (legacy_frame_chain_valid): Update.
1941 * avr-tdep.c (avr_frame_this_id): Update.
1942 * arm-tdep.c (arm_prologue_this_id): Update.
1943 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1944 * objfiles.c (objfile_relocate): Update.
1945 * mipsread.c (mipscoff_symfile_read): Update.
1946 (mipscoff_symfile_read): Update.
1947 * mdebugread.c (parse_partial_symbols): Update.
1948 * dwarfread.c (read_file_scope): Update.
1949 * dwarf2read.c (read_file_scope): Update.
1950 * dbxread.c (read_dbx_symtab): Update.
1951 (read_dbx_symtab): Update.
1952 * coffread.c (complete_symtab): Update.
1953
1954 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1955
1956 * top.c (quit_target): New static helper function.
1957 (quit_force): Moved code to quit_target(). Call quit_target()
1958 via catch_errors() to catch errors during quit.
1959
1960 2003-09-11 David Carlton <carlton@kealia.com>
1961
1962 * buildsym.c (finish_block): Use allocate_block to allocate the
1963 block.
1964 * mdebugread.c (new_block): Add FIXME.
1965
1966 2003-09-11 David Carlton <carlton@kealia.com>
1967
1968 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1969 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1970 (recursive_dump_type): Ditto.
1971 * printcmd.c (print_formatted): Ditto.
1972 * typeprint.c (print_type_scalar): Ditto.
1973 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1974 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1975 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1976 maint_cplus_cmd_list.
1977 * cp-support.c: Make maint_cplus_cmd_list extern.
1978 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1979 command.h.
1980 (lookup_symbol_file): Look in possible namespace blocks when
1981 appropriate.
1982 (initialize_namespace_symtab): New.
1983 (get_possible_namespace_block, free_namespace_block)
1984 (check_possible_namespace_symbols)
1985 (check_possible_namespace_symbols_loop)
1986 (check_one_possible_namespace_symbol)
1987 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1988 (_initialize_cp_namespace): Ditto.
1989 * block.h: Declare allocate_block.
1990 * block.c (allocate_block): New.
1991 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1992 allocate_block.
1993 * symfile.h: Update declaration of add_psymbol_to_list.
1994 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1995 question.
1996 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1997 scan_partial_symbols_call.
1998 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1999 helper functions.
2000 (add_partial_symbol): If necessary, scan mangled names for names
2001 of namespaces.
2002 (add_partial_namespace): Add NAMESPACE argument; generate partial
2003 symbols associated to namespaces.
2004 (add_partial_enumeration): Add NAMESPACE argument.
2005 (new_symbol): Allow namespace syms.
2006 (read_namespace): Generate namespace syms.
2007 * objfiles.h: Add opaque declaration of struct symtab.
2008 (struct objfile): Add cp_namespace_symtab member.
2009 * objfiles.c (allocate_objfile): Set
2010 objfile->cp_namespace_symtab.
2011 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2012 dictionary_h, command_h.
2013
2014 2003-09-11 Andrew Cagney <cagney@redhat.com>
2015
2016 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2017 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2018 near the function's end.
2019 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2020 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2021 regcache_raw_write_signed to set SP_REGNUM.
2022
2023 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2024
2025 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2026 orig_addrs is set up properly.
2027
2028 2003-09-11 Andrew Cagney <cagney@redhat.com>
2029
2030 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2031 * gdbarch.h, gdbarch.c: Re-generate.
2032 * infcall.c (call_function_by_hand): Update.
2033 * hppa-tdep.c (hppa_push_arguments): Update.
2034 * ada-lang.c (place_on_stack): Update.
2035 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2036 * sparc-tdep.c (sparc_gdbarch_init): Update.
2037 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2038 * hppa-tdep.c (hppa_gdbarch_init): Update.
2039 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2040 stack_align.
2041
2042 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2043
2044 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2045 register do need a frame.
2046
2047 2003-09-11 Andrew Cagney <cagney@redhat.com>
2048
2049 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2050 buildable since GDB 5.0.
2051 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2052 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2053 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2054 * irix4-nat.c: Delete file.
2055 * config/mips/irix4.mh: Delete file.
2056 * config/mips/irix3.mh: Delete file.
2057 * config/mips/irix3.mt: Delete file.
2058 * config/mips/tm-irix3.h: Delete file.
2059 * config/mips/nm-irix3.h: Delete file.
2060 * config/mips/xm-irix3.h: Delete file.
2061 * config/mips/nm-irix4.h: Delete file.
2062 * config/mips/xm-irix4.h: Delete file.
2063 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2064
2065 2003-09-10 J. Brobecker <brobecker@gnat.com>
2066
2067 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2068 * Makefile.in (hppa-tdep.o): Update dependencies.
2069
2070 2003-09-10 James E Wilson <wilson@specifixinc.com>
2071
2072 * MAINTAINERS: Change my e-mail address. Move to paper trail
2073 section.
2074
2075 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2076
2077 * MAINTAINERS (frv): New ISA entry.
2078
2079 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2080
2081 * frv-tdep.c (dis-asm.h): Include.
2082 * Makefile.in (frv-tdep.o): Update dependencies.
2083
2084 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2085
2086 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2087 Fix typo for high range of floating registers.
2088
2089 2003-09-09 David Carlton <carlton@kealia.com>
2090
2091 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2092 highpc initialization here out of scan_partial_symbols.
2093 (scan_partial_symbols): Restructure into a recursive version,
2094 calling add_partial_namespace and add_partial_enumeration when
2095 appropriate.
2096 (add_partial_namespace): New.
2097 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2098
2099 2003-09-09 Andrew Cagney <cagney@redhat.com>
2100
2101 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2102 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2103 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2104 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2105
2106 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2107 (rs6000_push_dummy_call): Set the "TOC" register.
2108
2109 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2110 methods "max_register_raw_size", "max_register_virtual_size" or
2111 "register_virtual_size".
2112
2113 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2114
2115 * MAINTAINERS: Update my e-mail address.
2116
2117 2003-09-09 Andrew Cagney <cagney@redhat.com>
2118
2119 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2120 (rs6000_push_dummy_call): Store the struct return address.
2121 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2122
2123 2003-09-09 Andrew Cagney <cagney@redhat.com>
2124
2125 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2126 "ppc_sysv_abi_push_arguments".
2127 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2128 "ppc_sysv_abi_push_arguments".
2129 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2130 instead of "push_arguments".
2131 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2132
2133 2003-09-09 Andrew Cagney <cagney@redhat.com>
2134
2135 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2136 instead of CALL_DUMMY_ADDRESS.
2137
2138 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2139
2140 * p-lang.c: Eliminate "register".
2141 * c-lang.c: Ditto.
2142 * expprint.c: Ditto.
2143 * f-lang.c: Ditto.
2144 * jv-lang.c: Ditto.
2145 * language.c: Ditto.
2146 * m2-lang.c: Ditto.
2147 * parse.c: Ditto.
2148 * scm-lang.c: Ditto.
2149 * objc-lang.c: Ditto.
2150
2151 2003-09-09 Nick Clifton <nickc@redhat.com>
2152
2153 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2154
2155 2003-09-04 Andrew Cagney <cagney@redhat.com>
2156
2157 * avr-tdep.c: Include "dis-asm.h".
2158 * cris-tdep.c: Include "dis-asm.h".
2159 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2160 instead of corresponding typedef.
2161 * h8300-tdep.c: Include "dis-asm.h".
2162 * ia64-tdep.c: Include "dis-asm.h".
2163 * i386-tdep.c: Include "dis-asm.h".
2164 (i386_print_insn): Use "struct disassemble_info" instead of
2165 corresponding typedef.
2166 * m68k-tdep.c: Include "dis-asm.h".
2167 * mcore-tdep.c: Include "dis-asm.h".
2168 * mips-tdep.c: Include "dis-asm.h".
2169 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2170 instead of corresponding typedef.
2171 * ns32k-tdep.c: Include "dis-asm.h".
2172 * s390-tdep.c: Include "dis-asm.h".
2173 * sparc-tdep.c: Include "dis-asm.h".
2174 * vax-tdep.c: Include "dis-asm.h".
2175 * v850-tdep.c: Include "dis-asm.h".
2176 * mn10300-tdep.c: Include "dis-asm.h".
2177 * rs6000-tdep.c: Include "dis-asm.h".
2178 * xstormy16-tdep.c: Include "dis-asm.h".
2179 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2180 print_insn_xstormy16.
2181 * Makefile.in (v850-tdep.o): Update dependencies.
2182 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2183 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2184 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2185 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2186 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2187 (gdbarch_h): Remove $(dis_asm_h).
2188 * disasm.c: Include "dis-asm.h".
2189 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2190 corresponding typedef.
2191 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2192 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2193 * gdbarch.sh: Do not include "dis-asm.h".
2194 (struct disassemble_info): Declare opaque.
2195 (TARGET_PRINT_INSN): Update declaration.
2196 * gdbarch.h, gdbarch.c: Re-generate.
2197
2198 2003-09-08 Andrew Cagney <cagney@redhat.com>
2199
2200 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2201 CALL_DUMMY_ADDRESS, change to a predicate.
2202 * gdbarch.h, gdbarch.c: Re-generate.
2203 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2204 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2205 * infcall.c (call_function_by_hand): Ditto.
2206 * sparc-tdep.c (sparc_push_return_address): Ditto.
2207 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2208 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2209 CALL_DUMMY_ADDRESS with entry_point_address.
2210 * v850-tdep.c (v850_push_return_address): Ditto.
2211 * s390-tdep.c (s390_push_return_address): Ditto.
2212 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2213 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2214 * mcore-tdep.c (mcore_push_return_address): Ditto.
2215 * cris-tdep.c (cris_push_return_address): Ditto.
2216 * arm-tdep.c (arm_push_return_address): Ditto.
2217
2218 2003-09-08 Andrew Cagney <cagney@redhat.com>
2219
2220 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2221 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2222 and REG_UNMODIFIED to REG_SAME_VALUE.
2223 (execute_cfa_program): Update.
2224 (dwarf2_frame_cache): Update. Initialize table to
2225 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2226 location.
2227 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2228
2229 2003-09-08 Andrew Cagney <cagney@redhat.com>
2230
2231 * gnu-nat.c: Remove "inline" function attribute.
2232 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2233
2234 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2235
2236 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2237 target.
2238
2239 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2240
2241 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2242 (frame_extra_info): Rename this struct to frv_unwind_cache.
2243 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2244 Add fields ``prev_sp'' and ``base''.
2245 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2246 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2247 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2248 Delete.
2249 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2250 Revise all callers. Fill in the unwind cache argument and make
2251 other adjustments to account for new frame mechanisms.
2252 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2253 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2254 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2255 (frv_frame_unwind, frv_frame_base): New structs.
2256 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2257 additional arguments expected by this method and adjust function
2258 body accordingly.
2259 (frv_gdbarch_init): Remove calls to the following functions:
2260 set_gdbarch_deprecated_init_frame_pc(),
2261 set_gdbarch_deprecated_saved_pc_after_call(),
2262 set_gdbarch_deprecated_frame_chain(),
2263 set_gdbarch_deprecated_frame_saved_pc(),
2264 set_gdbarch_deprecated_frame_init_saved_regs(),
2265 set_gdbarch_deprecated_push_arguments(),
2266 set_gdbarch_deprecated_push_return_address(),
2267 set_gdbarch_deprecated_pop_frame(),
2268 set_gdbarch_deprecated_call_dummy_words(),
2269 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2270 set_gdbarch_deprecated_init_extra_frame_info(),
2271 set_gdbarch_deprecated_dummy_write_sp(), and
2272 set_gdbarch_deprecated_pc_in_call_dummy().
2273 Add calls to the following functions:
2274 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2275 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2276 frame_base_set_default().
2277 * Makefile.in (frv-tdep.o): Update dependencies.
2278
2279 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2280
2281 * dwarf2-frame.c (read_encoded_value): Add support for
2282 DW_EH_PE_aligned encoding.
2283
2284 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2285
2286 * infrun.c (normal_stop): Don't print a message if the inferior
2287 has exited.
2288
2289 2003-09-08 Jim Blandy <jimb@redhat.com>
2290
2291 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2292 * dbxread.c: #include "gdb_assert.h".
2293 (read_dbx_symtab): If the objfile has no .data section, use the
2294 section index for the .bss section instead.
2295
2296 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2297
2298 * frame.c (deprecated_safe_get_selected_frame): New function.
2299 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2300 * findvar.c (read_var_value): Call it.
2301
2302 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2303
2304 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2305 (sh64-tdep.o): Add dependencies.
2306 * configure.tgt: Add FIXME to sh-*-linux*.
2307 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2308 (sh_gdbarch_init): Always set correct sh_show_regs function
2309 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2310 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2311 * sh64-tdep.c: New file, containing all sh64 related code from
2312 sh-tdep.c.
2313 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2314 * config/sh/linux.mt (TDEPFILES): Ditto.
2315 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2316 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2317 * config/sh/wince.mt (TDEPFILES): Ditto.
2318
2319 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2320
2321 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2322 (stop_wait_callback): Handle !lp->signalled also.
2323 (lin_lwp_has_pending, flush_callback): New functions.
2324 (lin_lwp_wait): Call flush_callback.
2325 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2326 (linux_proc_pending_signals): New function.
2327 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2328
2329 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2330
2331 From Nick Kelsey <nickk@ubicom.com>:
2332 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2333 when the stop PC is at the beginning of a function also.
2334
2335 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2336
2337 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2338 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2339
2340 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2341
2342 * sol-thread.c: Include "gdb_string.h".
2343
2344 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2345
2346 * gcore.c: Reorder include files in alphabetical order. Include
2347 "gdb_assert.h". Various coding style fixes.
2348 (derive_stack_segment, derive_heap_segment): Replace check for
2349 non-null BOTTOM and TOP with gdb_assert.
2350 (derive_heap_segment): Replace check for successful creation of
2351 ZERO with gdb_assert.
2352 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2353
2354 2003-09-04 Andrew Cagney <cagney@redhat.com>
2355
2356 * thread-db.c (verbose_dlsym): New function.
2357 (thread_db_load): Use verbose_dlsym
2358 (thread_db_new_objfile): Print that libthread_db was loaded, and
2359 that thread debugging was enabled.
2360
2361 2003-09-04 Andrew Cagney <cagney@redhat.com>
2362
2363 * configure.tgt: Add "mips64*-*-*" target. Delete
2364 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2365 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2366 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2367 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2368 mips*-sony-*, and mips64*-*-elf* targets.
2369 * config/mips/embedl.mt: Delete file.
2370 * config/mips/embedl64.mt: Delete file.
2371 * config/mips/mips.mt: Delete file.
2372 * config/mips/mips64.mt: Delete file.
2373 * config/mips/tm-embed.h: Delete file.
2374 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2375 * config/mips/embed64.mt: Delete out-of-date comment.
2376
2377 2003-09-04 Andrew Cagney <cagney@redhat.com>
2378
2379 * hppa-tdep.c (hppa_gdbarch_init): Set
2380 "have_nonsteppable_watchpoint".
2381 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2382 * mips-tdep.c (mips_dump_tdep): Do not print
2383 HAVE_NONSTEPPABLE_WATCHPOINT.
2384 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2385 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2386 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2387 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2388
2389 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2390
2391 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2392 unused code. Add comment.
2393
2394 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2395
2396 * breakpoint.c (watchpoint_check): Check for pc being in an
2397 epilogue if watchpoint frame couldn't be found.
2398
2399 2003-09-04 Andrew Cagney <cagney@redhat.com>
2400
2401 * Makefile.in: Re-generate all dependencies.
2402
2403 2003-09-03 Andrew Cagney <cagney@redhat.com>
2404
2405 * arch-utils.h (legacy_print_insn): Delete declaration.
2406 * arch-utils.c (legacy_print_insn): Delete function.
2407 * disasm.c (deprecated_tm_print_insn_info): Delete.
2408 (_initialize_disasm): Delete function, contained code initializing
2409 deprecated_tm_print_insn_info.
2410 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2411 (deprecated_tm_print_insn_info): Delete.
2412 (TARGET_PRINT_INSN): Do not provide a default.
2413 * gdbarch.h, gdbarch.c: Re-generate.
2414
2415 2003-09-03 Andrew Cagney <cagney@redhat.com>
2416
2417 * disasm.c (fprintf_disasm): New function.
2418 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2419 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2420 reverts 2003-08-14 change.
2421 (_initialize_disasm): Call "init_disassemble_info", instead of
2422 INIT_DISASSEMBLE_INFO_NO_ARCH.
2423
2424 2003-09-03 Michael Snyder <msnyder@redhat.com>
2425
2426 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2427
2428 2003-09-03 Andrew Cagney <cagney@redhat.com>
2429
2430 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2431 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2432 * symfile.c (syms_from_objfile): Update.
2433 (reread_symbols): `Update
2434 * exec.c (exec_file_attach): Update.
2435 (exec_file_attach): Update.
2436 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2437 2003-08-29 change.
2438 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2439
2440 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2441
2442 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2443 trad-frame.h.
2444 (arm_get_cache): Delete macro.
2445 (struct arm_prologue_cache): Update comments. Make saved_regs into
2446 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2447 to prev_sp.
2448 (thumb_scan_prologue): Update for cache changes. Don't call
2449 DEPRECATED_PC_IN_CALL_DUMMY.
2450 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2451 argument and use it in desperation search for our prologue. Do not
2452 search past the specified PC.
2453 (arm_make_prologue_cache): Simplify.
2454
2455 (arm_prologue_this_id, arm_prologue_prev_register)
2456 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2457 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2458 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2459 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2460 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2461
2462 (arm_frame_chain_valid, arm_find_callers_reg)
2463 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2464 (arm_pop_frame): Delete obsolete methods.
2465 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2466
2467 (arm_gdbarch_init): Update for new frame methods. Register prologue
2468 and sigtramp unwinders. Set the default frame base method.
2469
2470 * Makefile.in (arm-tdep.o): Update dependencies.
2471 * varobj.c (find_frame_addr_in_frame_chain): Call
2472 get_frame_base_address.
2473 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2474
2475 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2476
2477 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2478 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2479 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2480 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2481 Take NEXT_FRAME and CACHE arguments. Call
2482 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2483 Set unwound_pc in CACHE instead of modifying the frame argument.
2484 Don't bother checking the frame type when looking for sigtramp
2485 frames.
2486 (arm_make_prologue_cache, arm_frame_chain)
2487 (arm_init_extra_frame_info): New functions.
2488
2489 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2490
2491 * arm-tdep.c (arm_get_cache): Define.
2492 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2493 unwound_sp, unwound_pc, and saved_regs.
2494 (thumb_scan_prologue): Take a cache instead of the frame.
2495 (arm_scan_prologue): Likewise.
2496 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2497 instead of a temporary frame.
2498 (arm_init_extra_frame_info): Allocate and use a cache.
2499 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2500
2501 2003-09-03 Andrew Cagney <cagney@redhat.com>
2502
2503 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2504 * config/mips/wince.mt (TM_CLIBS): Ditto.
2505 * config/sh/wince.mt (TM_CLIBS): Ditto.
2506 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2507 * config/sparc/sp64.mt (CC): Delete.
2508
2509 2003-09-03 Andrew Cagney <cagney@redhat.com>
2510
2511 * defs.h: Do not include "arch-utils.h".
2512 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2513 GDB_MULTI_ARCH_PURE.
2514 * configure.in (GDB_MULTI_ARCH): Do not define.
2515 * configure, config.in: Regenerate.
2516 * configure.tgt: Do not set variable "gdb_multi_arch".
2517 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2518 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2519 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2520 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2521 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2522 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2523 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2524 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2525 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2526 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2527 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2528 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2529 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2530 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2531 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2532 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2533 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2534 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2535
2536 2003-08-30 Michael Chastain <mec@shout.net>
2537
2538 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2539 * config/m68k/nm-hp300hpux.h: Delete.
2540 * config/m68k/tm-hp300hpux.h: Delete.
2541 * config/m68k/xm-hp300hpux.h: Delete.
2542 * config/m68k/xm-hp300bsd.h: Delete.
2543 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2544 tm-hp300hpux.h, xm-hp300hpux.h.
2545 * somsolib.c: Remove comment about hp300 shared libraries.
2546
2547 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2548
2549 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2550 Only define PTRACE_GET_THREAD_AREA is not already defined.
2551 Various style fixes in code and comments and some additional
2552 spelling fixes in comments. Move after functions dealing with
2553 debug registers.
2554 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2555 Fix coding-style.
2556
2557 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2558 frame_unwind_register_unsigned instead of
2559 frame_unwind_unsigned_register.
2560
2561 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2562
2563 * configure.in: Search for gethostbyname in libnsl.
2564 * configure: Regenerated.
2565
2566 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2567
2568 * configure.in: Remove redundant AC_MSG_RESULT in check for
2569 uintptr_t in stdint.h.
2570 * configure: Regenerated.
2571
2572 * amd64-nat.h (struct regcache): Add opaque declaration.
2573
2574 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2575 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2576 Change "register array" to "register cache" in comments.
2577 (x86_64_linux_gregset64_reg_offset): New variable.
2578 (GETREGS_SUPPLIES): Remove macro.
2579 (supply_gregset): Call amd64_supply_native_gregset instead of
2580 x86_64_linux_supply_gregset.
2581 (fill_gregset): Rename `regno' to `regnum'. Call
2582 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2583 (store_regs): Rename `regno' to `regnum'.
2584 (store_fpregs): Rename `regno' to `regnum'.
2585 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2586 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2587 Reorganize function a bit.
2588 (store_inferior_registers): Rename `regno' to `regnum'. Use
2589 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2590 Reorganize function a bit.
2591 (_initialize_x86_64_linux_nat): New function.
2592 * config/i386/x86-64linux.mh.
2593
2594 2003-08-29 Andrew Cagney <cagney@redhat.com>
2595
2596 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2597 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2598 (target_remove_watchpoint): Delete macro.
2599 (target_insert_watchpoint): Delete macro.
2600 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2601 (remote_mips_stopped_by_watchpoint): Delete declaration.
2602 (remote_mips_remove_watchpoint): Delete declaration.
2603 (remote_mips_set_watchpoint): Delete declaration.
2604 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2605 * remote-mips.c (_initialize_remote_mips): Set
2606 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2607 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2608 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2609 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2610 (mips_stopped_by_watchpoint): Rename
2611 remote_mips_stopped_by_watchpoint.
2612 (mips_can_hardware_watchpoint): Rename
2613 remote_mips_can_use_hardware_watchpoint, update function
2614 signature.
2615
2616 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2617
2618 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2619 USER_DS. We haven't given them a register number yet.
2620
2621 * amd64-nat.h: New file.
2622 * amd64-nat.c: New file.
2623 * amd64fbsd-nat.c: Include "amd64-nat.h".
2624 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2625 (amd64fbsd32_r_reg_offset): New variable.
2626 (supply_gregset): Simply call amd64_supply_native_gregset.
2627 (fill_gregset): Rename `regno' to `regnum'. Simply call
2628 amd64_collect_native_gregset.
2629 (fill_fpregset): Rename `regno' to `regnum'.
2630 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2631 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2632 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2633 `fpregset_t'. Call amd64_supply_native_gregset instead of
2634 supply_gregset. Call x86_64_supply_fxsave instead of
2635 supply_fpregset.
2636 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2637 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2638 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2639 `fpregset_t'. Call amd64_collect_native_gregset instead of
2640 fill_gregset. Call x86_64_collect_fxsave instead of
2641 fill_fpregset.
2642 (_initialize_am64fbsd_nat): Initialize
2643 amd64_native_gregset32_reg_offset and
2644 amd64_native_gregset64_reg_offset.
2645 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2646
2647 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2648 null pointer. Fix typo in comment.
2649
2650 * regcache.c (supply_register): Reimplement to call
2651 regcache_raw_supply.
2652 (regcache_collect): Reimplement by calling regcache_raw_collect.
2653
2654 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2655
2656 * regcache.c (register_buffer): Consitify first argument.
2657 (regcache_raw_supply, regcache_raw_collect): New
2658 functions.
2659
2660 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2661
2662 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2663 by Nathan J. Williams.
2664
2665 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2666
2667 * lin-lwp.c (wait_lwp): New function, copied from
2668 stop_wait_callback. Clean up.
2669 (stop_wait_callback): Use wait_lwp.
2670
2671 2003-08-28 Andrew Cagney <cagney@redhat.com>
2672
2673 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2674 flavour and disassembler options.
2675 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2676 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2677 deprecated_tm_print_insn_info.
2678
2679 2003-08-27 Andrew Cagney <cagney@redhat.com>
2680
2681 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2682 Use target_read_memory.
2683 (s390_get_frame_info): Update. Do not reference
2684 deprecated_tm_print_insn_info.
2685 (s390_check_function_end, s390_is_sigreturn): Ditto.
2686
2687 2003-08-27 Andrew Cagney <cagney@redhat.com>
2688
2689 * Makefile.in (cris-tdep.o): Update dependencies.
2690 * cris-tdep.c: Include "gdb_assert.h".
2691 (cris_gdbarch_init): Set print_insn.
2692 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2693 (cris_delayed_get_disassembler): Simplify, directly call the
2694 disassembler returned by cris_get_disassembler.
2695 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2696 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2697 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2698 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2699 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2700 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2701 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2702 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2703 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2704 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2705 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2706 (gdb_print_insn_sparc): Delete function.
2707 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2708 deprecated_tm_print_insn_info.
2709 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2710 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2711 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2712 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2713 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2714 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2715 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2716 (s390_gdbarch_init): Set print_insn.
2717
2718 2003-08-27 Andrew Cagney <cagney@redhat.com>
2719
2720 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2721 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2722 * infcall.c (call_function_by_hand): Convert the entry point
2723 address into a code address.
2724
2725 2003-08-27 Andrew Cagney <cagney@redhat.com>
2726
2727 * dsrec.c: Include "gdb_string.h".
2728 * Makefile.in (dsrec.o): Update dependencies.
2729
2730 2003-08-27 Michael Chastain <mec@shout.net>
2731
2732 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2733
2734 2003-08-27 Andrew Cagney <cagney@redhat.com>
2735
2736 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2737 (alpha_osf1_init_abi): Do not set call_dummy_address.
2738
2739 2003-08-27 David Carlton <carlton@kealia.com>
2740
2741 From Randolph Chung <tausq@debian.org>:
2742 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2743 compiles with -Wformat-nonliteral -Werror.
2744
2745 2003-08-26 Jim Blandy <jimb@redhat.com>
2746
2747 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2748 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2749 bfd_lookup_symbol, since we only want symbols in code sections.
2750 (look_for_base): Pass zero as the SECT_FLAGS argument to
2751 bfd_lookup_symbol, since we're not concerned about which section
2752 the symbol is in.
2753
2754 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2755
2756 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2757 we are frameless or the return address register is already known.
2758
2759 2003-08-26 Andrew Cagney <cagney@redhat.com>
2760
2761 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2762 in size. Add comments.
2763
2764 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2765
2766 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2767 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2768
2769 2003-08-26 Jason Merrill <jason@redhat.com>
2770
2771 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2772 case out of #ifdef MIPS block.
2773
2774 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2775
2776 PR java/1322
2777 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2778 available before calling SECT_OFF_TEXT.
2779 * PROBLEMS: Remove description of java/1322.
2780
2781 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2782
2783 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2784 bof, and nat0-nat127 as pseudo-registers.
2785 (ia64_frame_cache): New struct used to cache frame info.
2786 (ia64_register_reggroup_p): New routine used to override default
2787 register grouping so registers without names are still saved and
2788 restored.
2789 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2790 pseudo values.
2791 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2792 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2793 (ia64_alloc_frame_cache): New routine to create a new
2794 ia64_frame_cache.
2795 (examine_prologue): Change prototype to add next_frame pointer.
2796 Assume frameless until otherwise proven. Verify that the cfm for
2797 current frame matches the cfm that should occur for the prologues
2798 alloc insn and if equal, mark as not frameless. At end of routine,
2799 if not frameless, calculate registers for the previous frame and store
2800 in the cache, if a cache is provided.
2801 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2802 and pass 0 for next_frame.
2803 (ia64_store_return_value): Change to use convert_typed_floating()
2804 instead of calling ia64_convert_to_raw().
2805 (ia64_extract_return_value): Change to use convert_typed_floating()
2806 instead of calling ia64_convert_to_virtual().
2807 (ia64_frame_cache): New routine to support new frame model.
2808 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2809 (ia64_frame_sniffer): Ditto.
2810 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2811 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2812 (ia64_sigtramp_frame_prev_register): Ditto.
2813 (ia64_sigtramp_frame_sniffer): Ditto.
2814 (ia64_frame_base_address): Ditto.
2815 (ia64_extract_struct_value_address): Change to issue error message.
2816 (ia64_frame_align): New routine to align sp.
2817 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2818 (ia64_push_arguments): Removed. Logic moved to
2819 ia64_push_dummy_call().
2820 (ia64_push_return_address): Ditto.
2821 (ia64_unwind_dummy_id): New function.
2822 (ia64_unwind_pc): Ditto.
2823 (ia64_convert_register_p): Ditto.
2824 (ia64_register_to_value): Ditto.
2825 (ia64_value_to_register): Ditto.
2826 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2827 (ia64_register_byte, ia64_register_raw_size): Ditto.
2828 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2829 (ia64_saved_pc_after_call): Ditto.
2830 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2831 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2832 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2833 (ia64_register_convert_to_raw): Ditto.
2834 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2835 (ia64_init_extra_frame_info): Ditto.
2836 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2837 (ia64_gdbarch_init): Remove registering of deprecated functions that
2838 are no longer used. Add registration of new gdbarch functions.
2839 Remove registering deprecated_write_sp. Replace
2840 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2841 Delete set_gdbarch_deprecated_register_convertible(),
2842 set_gdbarch_deprecated_register_convert_to_virtual(), and
2843 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2844 set_gdbarch_deprecated_register_size(),
2845 set_gdbarch_deprecated_register_bytes(),
2846 set_gdbarch_pcregnum(),
2847 set_gdbarch_deprecated_register_byte(),
2848 set_gdbarch_deprecated_register_raw_size(),
2849 set_gdbarch_deprecated_max_register_raw_size(),
2850 set_gdbarch_deprecated_register_virtual_size(),
2851 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2852 Replace set_gdbarch_deprecated_extract_return_value() with
2853 set_gdbarch_extract_return_value(). Remove calls to:
2854 set_gdbarch_deprecated_saved_pc_after_call();
2855 set_gdbarch_deprecated_frame_chain(),
2856 set_gdbarch_deprecated_frame_saved_pc(),
2857 set_gdbarch_deprecated_frame_init_saved_regs(),
2858 set_gdbarch_deprecated_get_saved_register(),
2859 set_gdbarch_deprecated_call_dummy_words(),
2860 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2861 set_gdbarch_deprecated_init_extra_frame_info(),
2862 set_gdbarch_deprecated_frame_args_address(),
2863 set_gdbarch_deprecated_frame_locals_address(),
2864 and set_gdbarch_deprecated_dummy_write_sp().
2865 Add set_gdbarch_convert_register_p(),
2866 set_gdbarch_register_to_value(),
2867 set_gdbarch_value_to_register(),
2868 set_gdbarch_push_dummy_call(),
2869 set_gdbarch_frame_align(),
2870 set_gdbarch_unwind_dummy_id(),
2871 set_gdbarch_unwind_pc(),
2872 frame_unwind_append_sniffer(),
2873 frame_unwind_append_sniffer(),
2874 and frame_base_set_default().
2875
2876 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2877
2878 * configure.tgt: Document need for special "mipsisa64" handling.
2879 (mipsisa64*-*-linux64): Handle as target linux64.
2880 (mipsisa64*-*-*): Handle as target embed64.
2881
2882 2003-08-18 Michael Chastain <mec@shout.net>
2883
2884 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2885 objfile bug.
2886
2887 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2888
2889 * i387-tdep.h: Update copyright date.
2890 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2891
2892 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2893 CFLAGS games to reflect reality.
2894
2895 2003-08-24 Andrew Cagney <cagney@redhat.com>
2896
2897 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2898 GDB_MULTI_ARCH is always non-zero.
2899 * osabi.c (_initialize_gdb_osabi): Ditto.
2900 (gdbarch_init_osabi): Ditto.
2901 * sparc-tdep.c: Ditto for #if code.
2902
2903 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2904
2905 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2906 Update comments.
2907 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2908 comments.
2909 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2910 x86_64_supply_fxsave.
2911 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2912 x86_64_supply_fxsave.
2913 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2914 x86_64_supply_fxsave.
2915
2916 2003-08-23 Andreas Jaeger <aj@suse.de>
2917
2918 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2919 i387_supply_fxsave.
2920
2921 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2922
2923 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2924 i387_supply_register.
2925 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2926 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2927 i387_supply_fsave.
2928 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2929 i387_supply_fxsave.
2930 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2931 i387_supply_fsave.
2932 * i386bsd-nat.c (supply_fpregset): Adjust call to
2933 i387_supply_fsave.
2934 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2935 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2936 supply_fpregset.
2937 (store_inferior_registers): Remove extraneous whitespace. Call
2938 i387_fill_fsave instead of fill_fpregset.
2939 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2940 (supply_fpregset): Likewise.
2941 * i386v4-nat.c (supply_fpregset): Adjust call to
2942 i387_supply_fsave.
2943 * i386-interix-nat.c (supply_fpregset): Adjust call to
2944 i387_supply_fsave.
2945 * i386-linux-nat.c (supply_fpregset): Adjust call to
2946 i387_supply_fsave.
2947 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2948 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2949 i387supply_fsave and i387_supply_fxsave.
2950 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2951 Incorporate code from `i387_supply_register.
2952 (i387_supply_register): Remove.
2953 (i387_supply_fxsave): Add `regnum' argument.
2954 Update comments.
2955 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2956 prototype.
2957 (i387_supply_register): remove prototype.
2958 Update comments.
2959
2960 2003-08-22 Michael Chastain <mec@shout.net>
2961
2962 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2963 Add lines for files in gdb/testsuite/gdb.cp/* that are
2964 still not 8.3 unique.
2965
2966 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2967
2968 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2969 TYPE_VPTR_FIELDNO is valid.
2970
2971 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2972
2973 * utils.c (set_width_command): Remove prototypes.
2974 (set_screen_size): New prototype.
2975 (init_page_info): Simplify by fetching the screen size from
2976 Readline. Call set_screen_size.
2977 (set_screen_size): New function.
2978 (set_width): Add missing whitespace in comment.
2979 (set_width_command): Call set_screen_size.
2980 (set_height_command): New function.
2981 (initialize_utils): Fix formatting. Make "set height" command
2982 call set_height_command. Remove redundant code that turns off
2983 pagination if output isn't a terminal. Remove redundant call to
2984 set_width_command.
2985
2986 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2987
2988 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2989 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2990 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2991 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2992 `case' keyword.
2993 (sparc64_register_info): Give the reister with number
2994 SPARC64_STATE_REGNUM a name.
2995 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2996 %asi and %ccr.
2997 (sparc64_push_dummy_call): Take BIAS into account when checking
2998 stcak alignment.
2999 (sparc_software_single_step): Remove assertions that check whether
3000 NPC and NNPC were zero.
3001 (sparc_supply_rwindow): Make public. Merge functionality with
3002 sparc64_supply_rwindow.
3003 (sparc_fill_rwindow): Make public. Merge functionality with
3004 sparc64_fill_rwindow.
3005 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3006 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3007 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3008 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3009 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3010
3011 * reggroups.c: Add whitespace after declarations of local
3012 variables in functions.
3013
3014 2003-08-21 Michael Chastain <mec@shout.net>
3015
3016 * gdbtypes.h: Change array bound type from an int to enum.
3017
3018 2003-08-21 Andrew Cagney <cagney@redhat.com>
3019
3020 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3021 * config/sparc/tm-sparc.h: Ditto.
3022 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3023 unconditionally.
3024 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3025
3026 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3027
3028 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3029 (register_objfile_data, set_objfile_data, objfile_data): New
3030 prototypes.
3031 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3032 prototypes.
3033 (allocate_objfile): Call objfile_alloc_data.
3034 (free_objfile): Call objfile_free_data.
3035 (struct objfile_data): New.
3036 (struct objfile_data_registration): New.
3037 (struct objfile_data_registry): New.
3038 (objfile_data_registry): New variable.
3039 (register_objfile_data): New function.
3040 (objfile_alloc_data, objfile_free_data): New functions.
3041 (set_objfile_data, objfile_data): New functions.
3042 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3043 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3044 (_initialize_dwarf2_frame): New function and prototype.
3045
3046 2003-08-21 Andrew Cagney <cagney@redhat.com>
3047
3048 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3049 a specific architecture.
3050 * arch-utils.h (set_architecture_from_arch_mach): Delete
3051 declaration.
3052 (target_architecture_hook): Delete declaration.
3053 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3054 (default_float_format): Assume GDB_MULTI_ARCH.
3055 (default_double_format): Assume GDB_MULTI_ARCH.
3056 (set_endian_from_file): Delete function.
3057 (arch_ok): Delete function.
3058 (set_arch): Delete function.
3059 (set_architecture_from_arch_mach): Delete function.
3060 (set_architecture_from_file): Delete function.
3061 (set_architecture): Assume GDB_MULTI_ARCH.
3062 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3063
3064 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3065
3066 Rewrite FreeBSD/sparc64 native configuration.
3067 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3068 * sparc64fbsd-nat.c: New file.
3069 * sparc64fbsd-tdep.c: New file.
3070 * sparc64-tdep.c sparc64-tdep.h: New files.
3071 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3072 sparc64fbsd-tdep.o): New dependencies.
3073 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3074 and sparc64fbsd-tdep.c.
3075 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3076 * config/sparc/fbsd.mh: Remove copyright notice.
3077 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3078 sparcbsd-nat.o.
3079 * config/sparc/fbsd.mt: Remove copyright notice.
3080 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3081 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3082 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3083 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3084 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3085 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3086 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3087 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3088 "sparc/tm-sp64.h".
3089 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3090 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3091
3092 2003-08-21 Michael Chastain <mec@shout.net>
3093
3094 * symtab.h: Add doco on the space critical structures and
3095 some measurements of space usage.
3096
3097 2003-08-21 Michael Snyder <msnyder@redhat.com>
3098
3099 * tracepoint.c (trace_dump_command): Trace break address
3100 is subject to DECR_PC_AFTER_BREAK.
3101 (set_traceframe_context): Make "trace_line" an int.
3102 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3103
3104 2003-08-20 Michael Snyder <msnyder@redhat.com>
3105
3106 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3107 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3108 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3109 argument passing.
3110 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3111 functions, replace sh_push_dummy_call.
3112 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3113
3114 2003-08-20 Michael Chastain <mec@shout.net>
3115
3116 * gdbtypes.h (struct main_type): Rearrange to save space.
3117
3118 2003-08-20 Michael Snyder <msnyder@redhat.com>
3119
3120 * trad-frame.c: Comment typo fix.
3121
3122 2003-08-20 Michael Snyder <msnyder@redhat.com>
3123 Kevin Buettner <kevinb@redhat.com>
3124
3125 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3126 (frv_frame_init_saved_regs): Add declaration.
3127 (frame_extra_info): Add new field ``saved_regs''.
3128 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3129 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3130 Update frame related code.
3131 (frv_extract_struct_value_address): Adjust formatting.
3132 * Makefile.in (frv-tdep.o): Update dependencies.
3133 * config/frv/tm-frv.h (target_insert_watchpoint)
3134 (target_remove_watchpoint, target_insert_hw_breakpoint)
3135 (target_remove_hw_breakpoint): Delete these macros.
3136 (remote_insert_watchpoint, remote_remove_watchpoint)
3137 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3138 these declarations.
3139
3140 2003-08-20 Michael Chastain <mec@shout.net>
3141
3142 * defs.h (ENUM_BITFIELD): New macro.
3143 * symtab.h (ENUM_BITFIELD): Use it.
3144 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3145
3146 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3147
3148 * MAINTAINERS (write after approval): Add myself.
3149
3150 2003-08-18 Andrew Cagney <cagney@redhat.com>
3151
3152 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3153 * gdbarch.h, gdbarch.c: Re-generate.
3154 * infcall.c (call_function_by_hand): Adjust the SP by
3155 frame_red_zone_size before allocating any stack space.
3156 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3157 * x86-64-tdep.c (x86_64_frame_align): New function.
3158 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3159
3160 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3161 Remove code adjusting SP so that it skips over the Red Zone.
3162
3163 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3164
3165 * NEWS (New native configurations): Mention FreeBSD/amd64.
3166
3167 2003-08-18 Andrew Cagney <cagney@redhat.com>
3168
3169 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3170 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3171 "m68k_frame_p".
3172 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3173
3174 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3175
3176 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3177
3178 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3179
3180 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3181 Define.
3182 * i386-linux-nat.c: Include "linux-nat.h".
3183 (child_post_startup_inferior): New function.
3184
3185 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3186
3187 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3188 at the start of a frameless function. This probably fixes PR
3189 backtrace/1338.
3190
3191 2003-08-17 Michael Chastain <mec@shout.net>
3192
3193 * symfile.c (find_sym_fns): Remove special case for apollo target.
3194
3195 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3196
3197 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3198 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3199 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3200 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3201 (linux_supports_tracevforkdone): New function.
3202 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3203 TRACEVFORKDONE.
3204 (child_follow_fork): Handle vfork.
3205 (linux_handle_extended_wait): Likewise. Also handle exec.
3206 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3207 * NEWS: Mention fork tracing.
3208
3209 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3210
3211 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3212
3213 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3214
3215 * Makefile.in (i386-linux-nat.o): Update dependencies.
3216 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3217 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3218 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3219 * i386-linux-nat.c: Include "linux-nat.h".
3220 (child_post_startup_inferior): New function.
3221 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3222 * infptrace.c (kill_inferior): Wrap in #ifdef.
3223 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3224 attaching to each LWP.
3225 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3226 (init_lin_lwp_ops): Fill in some more operations.
3227 * linux-nat.h (linux_enable_event_reporting)
3228 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3229 prototypes.
3230 * linux-nat.c (linux_enable_event_reporting): New function.
3231 (child_post_attach, linux_child_post_startup_inferior)
3232 (child_post_startup_inferior, child_follow_fork)
3233 (linux_handle_extended_wait, kill_inferior): New functions.
3234
3235 2003-08-16 Andrew Cagney <cagney@redhat.com>
3236
3237 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3238 * gdbarch.h, gdbarch.c: Re-generate.
3239
3240 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3241
3242 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3243
3244 2003-08-16 Andrew Cagney <cagney@redhat.com>
3245
3246 * NEWS: Mention that "set prompt-escape-char" was deleted.
3247 * top.c (get_prompt_1): Delete function.
3248 (gdb_prompt_escape):
3249 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3250 prompt-escape-char" command.
3251 (MAX_PROMPT_SIZE): Delete macro.
3252 (get_prompt): Simplify, do not call get_prompt_1.
3253
3254 2003-08-16 Andrew Cagney <cagney@redhat.com>
3255
3256 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3257 -Werror. -Wformat-nonliteral problems.
3258
3259 2003-08-15 J. Brobecker <brobecker@gnat.com>
3260
3261 Further multiarching work mostly for hppa64-*-hpux11:
3262 * hppa-tdep.h: New file.
3263 * hppa-tdep.c: #include hppa-tdep.c.
3264 (hppa32_num_regs): Renamed from hppa_num_regs.
3265 (hppa64_num_regs): New constant.
3266 (hppa64_call_dummy_breakpoint_offset): New constant.
3267 (hppa32_call_dummy_length): New constant.
3268 (hppa64_call_dummy_length): New constant.
3269 (hppa32_stack_align): Make name 32bit explicit.
3270 (hppa32_register_virtual_type): Likewise.
3271 (hppa32_extract_return_value): Likewise.
3272 (hppa32_use_struct_convention): Likewise.
3273 (hppa32_store_return_value): Likewise.
3274 (hppa64_register_virtual_type): New function.
3275 (hppa64_extract_return_value): New function.
3276 (hppa64_use_struct_convention): New function.
3277 (hppa64_store_return_value): New function.
3278 (hppa_frame_locals_address): Remove declaration, function does
3279 not exist anymore.
3280 (hppa_register_byte): Add support for PA64 ABI.
3281 (hppa_gdbarch_init): Add support for PA64 ABI.
3282 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3283 Make name 32bit explicit.
3284 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3285 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3286 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3287 (hppa64_hpux_frame_base_before_sigtramp): New function.
3288 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3289 * config/pa/tm-hppa64.h: Remove macros that are no longer
3290 necessary now that the gdbarch vector is properly setup.
3291 Transform some macros into function calls. Some minor cleanup.
3292 * config/pa/tm-hppah.h: Update function calls in macros
3293 following the function renaming in hppa-hpux-tdep.c.
3294 * Makefile.in (hppa_tdep_h): New variable.
3295 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3296
3297 2003-08-14 Michael Snyder <msnyder@redhat.com>
3298
3299 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3300
3301 2003-08-13 J. Brobecker <brobecker@gnat.com>
3302
3303 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3304 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3305 routine.
3306
3307 2003-08-13 Michael Snyder <msnyder@redhat.com>
3308
3309 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3310 (frv_saved_pc_after_call): Use deprecated ftype.
3311 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3312 (frv_remote_translate_xfer_address): Remove.
3313 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3314
3315 2003-08-13 J. Brobecker <brobecker@gnat.com>
3316
3317 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3318 initialization after the common gdbarch initialization, not before.
3319
3320 2003-08-13 J. Brobecker <brobecker@gnat.com>
3321
3322 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3323 (ADDR_BITS_REMOVE): Remove, redundant.
3324
3325 2003-08-13 J. Brobecker <brobecker@gnat.com>
3326
3327 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3328 gdbarch method to clear the 2 low bits of text addresses.
3329
3330 2003-08-12 Andrew Cagney <cagney@redhat.com>
3331
3332 * Makefile.in (dsrec.o): Update dependencies.
3333 * dsrec.c: Include "gdb_assert.h".
3334 (make_srec): Use snprintf instead of sprintf, use a literal format
3335 string.
3336
3337 2003-08-12 Andrew Cagney <cagney@redhat.com>
3338
3339 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3340 FRAME_OBSTACK_ZALLOC.
3341
3342 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3343
3344 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3345 SSE registers.
3346
3347 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3348
3349 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3350 amd64fbsd_sc_reg_offset): Add extern declarations.
3351 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3352 declarations.
3353
3354 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3355
3356 * MAINTAINERS (write after approval): Update my mail address.
3357
3358 2003-08-10 Andrew Cagney <cagney@redhat.com>
3359
3360 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3361
3362 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3363
3364 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3365 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3366 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3367 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3368 i386bsd_sc_reg_offset): Add extern declarations.
3369 * i386obsd-nat.c: Include "i386-tdep.h"
3370 (_initialize_i386obsd_nat): Remove extern declarations.
3371 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3372 declarations.
3373 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3374 declarations.
3375
3376 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3377 instead of frame_read_register.
3378 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3379 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3380 SP_REGNUM.
3381 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3382 instead of frame_unwind_unsigned_register. Use
3383 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3384 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3385 instead of read_register. Use builtin_type_void_data_ptr instead
3386 of builtin_type_void_func_ptr when extracting the address of the
3387 jmp_buf.
3388 (i386_extract_return_value, i386_store_return_value,
3389 i386_pseudo_register_read, i386_pseudo_register_write): Use
3390 register_size instead REGISTER_RAW_SIZE.
3391
3392 2003-08-10 Andrew Cagney <cagney@redhat.com>
3393
3394 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3395 sprintf. Make "name" constant.
3396
3397 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3398
3399 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3400 instead of frame_read_register.
3401 (i387_print_float_info): Use get_frame_register and
3402 get_frame_register_unsigned instead of frame_register_read.
3403
3404 * i386fbsd-nat.c: Include "i386-tdep.h".
3405 (child_resume): Make `eflags' an ULONGEST. Use
3406 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3407 instead of register_read and register_write.
3408
3409 * i386bsd-nat.c (fetch_inferior_registers,
3410 store_inferior_registers): Don't use && at the end of a line.
3411 (_initialize_i386bsd_nat): Fix typo.
3412
3413 * frame.c (_initialize_frame): Add missing backslash.
3414
3415 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3416 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3417 and supply_register instead of manipulating the register buffer
3418 directly.
3419
3420 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3421 * config/i386/nm-i386sol2.h
3422 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3423
3424 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3425 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3426 instructions that GCC likes to mingle into the prologue. Fixes
3427 gdb/1253 and gdb/1255.
3428
3429 2003-08-09 Andrew Cagney <cagney@redhat.com>
3430
3431 Fix GDB PR cli/926.
3432 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3433 * command.h (add_setshow_uinteger_cmd): Declare.
3434 * frame.c (set_backtrace_cmd): New function.
3435 (show_backtrace_cmd): New function.
3436 * frame.c (_initialize_frame): Replace "set/show
3437 backtrace-below-main" with "set/show backtrace past-main". Add
3438 command "set/show backtrace limit".
3439 (backtrace_past_main): Rename "backtrace_below_main".
3440 (backtrace_limit): New variable.
3441 (get_prev_frame): Update. Check the backtrace_limit.
3442
3443 2003-08-09 Andrew Cagney <cagney@redhat.com>
3444
3445 * defs.h (xstrprintf): Declare.
3446 * utils.c (xstrprintf): New function.
3447 * breakpoint.c (insert_breakpoints): Replace sprintf and
3448 non-literal format strings, with xstrprintf and cleanups.
3449 (delete_breakpoint,breakpoint_re_set): Ditto.
3450 (commands_command, insert_breakpoints): Ditto.
3451 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3452 (break_at_finish_command_1): Ditto.
3453
3454 2003-08-09 Andrew Cagney <cagney@redhat.com>
3455
3456 * MAINTAINERS (language support): List Adam Fedor as Objective C
3457 maintainer.
3458
3459 2003-08-08 J. Brobecker <brobecker@gnat.com>
3460
3461 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3462 are now multiarched.
3463
3464 2003-08-08 J. Brobecker <brobecker@gnat.com>
3465
3466 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3467 longer necessary now that hppa64 is partially multiarch'ed.
3468
3469 2003-08-08 Andrew Cagney <cagney@redhat.com>
3470
3471 * interps.c (interp_set): Check for a NULL "old_interp".
3472
3473 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3474
3475 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3476 (install-only): Support DESTDIR.
3477 (uninstall): Likewise.
3478 (install-gdbtk): Likewise.
3479
3480 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3481
3482 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3483 contains something meaningful at all times.
3484
3485 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3486
3487 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3488
3489 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3490
3491 * MAINTAINERS (write after approval): Added self.
3492
3493 2003-08-07 Andrew Cagney <cagney@redhat.com>
3494
3495 * inferior.h (AT_SYMBOL): Define.
3496 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3497 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3498 * mips-tdep.c (mips_call_dummy_address): Delete function.
3499 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3500 set call_dummy_address.
3501
3502 2003-08-07 Andrew Cagney <cagney@redhat.com>
3503
3504 * language.c (op_error): Delete function.
3505 (binop_type_check): Delete function.
3506 * language.h (type_op_error, range_op_error): Delete macros.
3507 (op_error): Delete declaration.
3508
3509 2003-08-07 Andrew Cagney <cagney@redhat.com>
3510
3511 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3512
3513 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3514
3515 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3516 (x86_64_push_arguments): Skip the red zone.
3517
3518 2003-08-05 Andrew Cagney <cagney@redhat.com>
3519
3520 * reggroups.c (reggroup_next): Check for the final entry.
3521
3522 2003-08-04 Andrew Cagney <cagney@redhat.com>
3523
3524 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3525 * cli/cli-script.c (define_command): Call query directly, instead
3526 of passing it a buffer.
3527 * ocd.c (ocd_error): Pass error a constant format string.
3528 * remote-mips.c (mips_error): Use fputs_filtered.
3529
3530 * solib-svr4.c (_initialize_svr4_solib): Update
3531 register_gdbarch_data call.
3532 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3533
3534 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3535 (register_gdbarch_data): Delete "free" parameter. Update
3536 comments.
3537 * gdbarch.h, gdbarch.c: Re-generate.
3538 * reggroups.c (_initialize_reggroup): Update.
3539 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3540 * frame-base.c (_initialize_frame_base): Update.
3541 * frame-unwind.c (_initialize_frame_unwind): Update.
3542 * user-regs.c (_initialize_user_regs): Update.
3543 * remote.c (_initialize_remote): Update.
3544 * regcache.c (_initialize_regcache): Update.
3545
3546 * regcache.c (xfree_regcache_descr): Delete function.
3547 (_initialize_regcache): Update call to register_gdbarch_data.
3548 (init_regcache_descr, init_legacy_regcache_descr): Use
3549 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3550
3551 * remote.c (free_remote_state): Delete function.
3552 (_initialize_remote): Update register_gdbarch_data.
3553 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3554 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3555
3556 2003-08-04 Andrew Cagney <cagney@redhat.com>
3557
3558 * reggroups.c (struct reggroup_el): Define.
3559 (struct reggroups): Delete field "nr_group". Replace array
3560 "group" with a "first" to "last" linked list.
3561 (reggroups_init): Update. Allocate using gdbarch's obstack.
3562 (reggroups_free): Delete function.
3563 (add_group): Update. Add "el" parameter.
3564 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3565 (default_groups): Update.
3566 (reggroup_next): Replace reggroups.
3567 (reggroups_dump): Update.
3568 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3569 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3570 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3571
3572 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3573
3574 * Makefile.in (tui-interp.o): Update dependencies.
3575
3576 2003-08-04 David Carlton <carlton@kealia.com>
3577
3578 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3579 to internal_error call.
3580 * source.c (forward_search_command): Add "%s" format argument.
3581 (reverse_search_command): Ditto.
3582 * top.c (quit_confirm): Ditto.
3583 * cli/cli-setshow.c (do_setshow_command): Ditto.
3584 * cp-valprint.c (cp_print_class_method): Replace
3585 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3586 (cp_print_class_member): Ditto.
3587 * event-top.c (command_line_handler): Ditto.
3588 * linux-proc.c (linux_info_proc_cmd): Ditto.
3589 * p-typeprint.c (pascal_type_print_base): Ditto.
3590 * p-valprint.c (pascal_object_print_class_method): Ditto.
3591 (pascal_object_print_class_member): Ditto.
3592 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3593 * remote.c (remote_cisco_section_offsets): Ditto.
3594 * top.c (command_line_input): Ditto.
3595 * utils.c (vwarning,error_stream,quit): Ditto.
3596 * valprint.c (print_floating,print_binary_chars)
3597 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3598
3599 2003-08-04 Andrew Cagney <cagney@redhat.com>
3600
3601 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3602
3603 2003-08-02 Andrew Cagney <cagney@redhat.com>
3604
3605 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3606 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3607 amd64fbsd-nat.c.
3608
3609 2003-08-02 Andrew Cagney <cagney@redhat.com>
3610
3611 * Makefile.in: Update all dependencies and definitions.
3612
3613 2003-08-02 Adam Fedor <fedor@gnu.org>
3614
3615 * linespec.c (is_objc_method_format): New function
3616 (decode_line_1, locate_first_half): Use it.
3617 Fixes PR objc/1298
3618
3619 2003-08-01 Andrew Cagney <cagney@redhat.com>
3620
3621 * NEWS: Mention that m32r is multi-arch.
3622 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3623 * configure.tgt: Recognize m32r-*-*.
3624 * config/m32r/tm-m32r.h: Delete file.
3625 * config/m32r/m32r.mt: New file.
3626 * m32r-rom.c (m32r_upload_command): Use hostent only when
3627 gethostname succeeds, in order to avoid a compilation
3628 warning.
3629 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3630 compiler warning.
3631
3632 2003-08-01 Michael Snyder <msnyder@redhat.com>
3633
3634 * sh-tdep.c (sh_frame_align): New gdbarch method.
3635 (sh_gdbarch_init): Set up frame_align method.
3636
3637 2003-07-31 Michael Snyder <msnyder@redhat.com>
3638
3639 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3640 which is already covered by the new frames infrastructure.
3641
3642 2003-07-31 Andrew Cagney <cagney@redhat.com>
3643
3644 * user-regs.c (struct user_reg): Add "next" link.
3645 (struct user_regs): Replace "user" with "first" and "last" links.
3646 (append_user_reg): Add pre-allocated "reg" parameter.
3647 (builtin_user_regs): Provide initial value for "last".
3648 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3649 (user_regs_init): Allocate memory from the gdbarch obstack.
3650 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3651 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3652 linked list.
3653 (usernum_to_user_reg): New function.
3654 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3655 (value_of_user_reg): Use usernum_to_user_reg.
3656 (user_regs_free): Delete function.
3657 (_initialize_user_regs): Update register_gdbarch_data call.
3658
3659 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3660
3661 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3662
3663 2003-07-30 Michael Snyder <msnyder@redhat.com>
3664
3665 * value.h (value_being_returned): Add a struct_addr argument.
3666 * infcall.c (call_function_by_hand): Pass struct_addr to
3667 value_being_returned.
3668 * infcmd.c (print_return_value): Pass zero as struct_addr.
3669 * values.c (value_being_returned): If struct_addr is passed,
3670 use it instead of trying to recover it from the inferior.
3671
3672 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3673
3674 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3675 the prologue analyzer won't need to attempt to extract the pc
3676 value from the woefully incomplete dummy frame.
3677 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3678 possible. Disable code which modifies the frame.
3679
3680 2003-07-28 Andrew Cagney <cagney@redhat.com>
3681
3682 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3683 to level 2.
3684 (annotate_breakpoints_table, annotate_record): Ditto.
3685 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3686 (annotate_field_name_end, annotate_field_value): Ditto.
3687 (annotate_field_end, annotate_frame_source_begin): Ditto.
3688 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3689 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3690 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3691 (annotate_frame_address_end, annotate_frame_address): Ditto.
3692 (annotate_frame_args, annotate_frame_end): Ditto.
3693 (annotate_frame_where, annotate_arg_begin): Ditto.
3694 (annotate_arg_name_end, annotate_arg_value): Ditto.
3695 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3696 (annotate_function_call, annotate_signal_name): Ditto.
3697 (annotate_signal_string, annotate_signal_name_end): Ditto.
3698 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3699 (annotate_value_begin, annotate_value_history_value): Ditto.
3700 (annotate_value_history_end, annotate_value_end): Ditto.
3701 (annotate_display_begin, annotate_display_number_end): Ditto.
3702 (annotate_display_format, annotate_display_expression): Ditto.
3703 (annotate_display_expression_end, annotate_display_value): Ditto.
3704 (annotate_display_end, annotate_array_section_begin): Ditto.
3705 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3706 (annotate_elt, annotate_array_section_end): Ditto.
3707
3708 2003-07-28 Andrew Cagney <cagney@redhat.com>
3709
3710 * regcache.c (struct regcache_descr): Update comments on
3711 nr_raw_registers.
3712 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3713 sizeof_raw_register_valid_p.
3714 (init_regcache_descr): Set nr_raw_registers and
3715 sizeof_raw_register_valid_p before calling
3716 init_legacy_regcache_descr.
3717
3718 2003-07-28 Andrew Cagney <cagney@redhat.com>
3719
3720 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3721 MOD NUM_REGS.
3722
3723 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3724
3725 * thread.c (info_threads_command): Use get_selected_frame ().
3726 Check that there is at least one non-sentinel frame.
3727
3728 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3729
3730 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3731 (m68hc11_pop_frame): Remove.
3732 (m68hc11_frame_saved_pc): Remove.
3733 (m68hc11_frame_chain): Remove.
3734 (m68hc11_frame_init_saved_regs): Remove.
3735 (m68hc11_init_extra_frame_info): Remove.
3736 (m68hc11_store_struct_return): Remove.
3737 (m68hc11_saved_pc_after_call): Remove.
3738
3739 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3740
3741 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3742 frame unwind information.
3743 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3744 and adapted for frame unwinding.
3745 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3746 (m68hc11_unwind_pc): New function.
3747 (m68hc11_frame_unwind_cache): New function to analyze frames.
3748 (m68hc11_frame_this_id): New function to create new frame struct.
3749 (m68hc11_frame_prev_register): New function to unwind a register from
3750 the frame.
3751 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3752 (m68hc11_frame_p): New function for the above.
3753 (m68hc11_frame_base_address): New function to return fp of frame.
3754 (m68hc11_frame_args_address): Update for frame.
3755 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3756 (m68hc11_unwind_sp): New function.
3757 (m68hc11_unwind_dummy_id): New function.
3758 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3759 calls.
3760
3761 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3762
3763 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3764 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3765 when we are beyond the current pc.
3766
3767 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3768
3769 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3770 from m68hc11_push_arguments.
3771 (m68hc11_push_arguments): Remove.
3772 (m68hc11_push_return_address): Remove.
3773 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3774 handlers; remove deprecated_extra_stack_alignment_needed.
3775
3776 2003-07-27 Andrew Cagney <cagney@redhat.com>
3777
3778 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3779 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3780 REAL_PC and not the pointer.
3781 * hppa-hpux-tdep.c: Include frame.h
3782
3783 2003-07-27 Andrew Cagney <cagney@redhat.com>
3784
3785 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3786 GDB_MULTI_ACH_PARTIAL.
3787
3788 2003-07-27 Andrew Cagney <cagney@redhat.com>
3789
3790 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3791 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3792 operator at start and not end of line.
3793 (decode_prologue): Ditto.
3794 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3795 frame_unwind_register_unsigned instead of
3796 frame_unwind_unsigned_register.
3797 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3798 read_register.
3799 (m32r_push_dummy_call): Use register_size instead of
3800 REGISTER_RAW_SIZE.
3801 (m32r_frame_sniffer): Replace m32r_frame_p.
3802 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3803 * m32r-rom.c (report_transfer_performance): Delete extern
3804 declaration.
3805 (m32r_load, m32r_upload_command): Use print_transfer_performance
3806 instead of report_transfer_performance.
3807 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3808 / add_show_from_set.
3809
3810 2003-07-26 Andrew Cagney <cagney@redhat.com>
3811
3812 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3813 store_return_value and extract_struct_value_address.
3814
3815 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3816
3817 PR c++/1267
3818 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3819 NULL, default to the section containing PC.
3820
3821 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3822
3823 * NEWS: Mention "regs" deprecated for m68hc11 too.
3824
3825 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3826 (m68hc11_print_register): New function to print out one register.
3827 (m68hc11_print_registers_info): New function to print registers.
3828 (show_regs): Deprecate and use the above.
3829 (m68hc11_gdbarch_init): Install the print_registers_info.
3830
3831 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3832
3833 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3834 that we have a SIGTRAP before returning non-zero.
3835
3836 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3837 Elena Zannoni <ezannoni@redhat.com>
3838
3839 * linespec.c (decode_line_2): Avoid crash if
3840 find_function_start_sal() returns empty record.
3841
3842 2003-07-23 Andreas Schwab <schwab@suse.de>
3843
3844 * ia64-tdep.c (ia64_print_insn): New function.
3845 (ia64_gdbarch_init): Set print_insn to it.
3846 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3847 deprecated_tm_print_insn_info.
3848
3849 2003-07-22 Michael Snyder <msnyder@redhat.com>
3850
3851 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3852 handle 8-bit returns (long long).
3853 (h8300h_extract_return_value): Ditto.
3854 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3855
3856 2003-07-22 Andrew Cagney <cagney@redhat.com>
3857
3858 * gdbarch.c Include "gdb_obstack.h".
3859 (struct gdbarch): Add an "obstack".
3860 (alloc_gdbarch_data): Allocate the gdbarch data using
3861 GDBARCH_OBSTACK_CALLOC.
3862 (free_gdbarch_data): Delete function.
3863 (gdbarch_obstack_zalloc): New function.
3864 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3865 Assert that the architecture is not initialized.
3866 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3867 vector from the obstack.
3868 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3869 architecture obstack.
3870 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3871 (set_gdbarch_data): Assert that the data is not initialized.
3872 (struct gdbarch_data): Delete member "free".
3873 (register_gdbarch_data): Do not initialize "free".
3874 * gdbarch.h, gdbarch.c: Re-generate.
3875
3876 2003-07-22 Andrew Cagney <cagney@redhat.com>
3877
3878 * configure.in (build_warnings): Add -Wformat-nonliteral.
3879 * configure: Re-generate.
3880
3881 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3882
3883 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3884
3885 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3886
3887 * findvar.c (read_var_value): Remove case for thread local storage
3888 variables. It is now entirely handled by the dwarf2 location
3889 expression code.
3890 * printcmd.c (address_info): Ditto.
3891 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3892 enumeration value.
3893 (struct symbol): Remove objfile field, which was used by
3894 LOC_THREAD_LOCAL_STATIC only.
3895 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3896 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3897 usage of objfile pointer.
3898 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3899 thread local variables.
3900 Add include of objfiles.h.
3901 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3902 storage variables.
3903 * Makefile.in (dwarf2loc.o): Update dependencies.
3904
3905 2003-07-22 Andrew Cagney <cagney@redhat.com>
3906
3907 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3908 get_frame_base.
3909 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3910 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3911 (struct value): Add opaque declaration.
3912 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3913
3914 2003-07-21 Andrew Cagney <cagney@redhat.com>
3915
3916 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3917 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3918
3919 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3920
3921 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3922 regcache_cooked_read_unsigned instead of read_register.
3923 (m68hc11_saved_pc_after_call): Likewise.
3924 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3925 instead of write_register.
3926 (m68hc11_register_type): New function.
3927 (m68hc11_register_virtual_type): Remove.
3928 (m68hc11_store_return_value): Convert to use the regcache.
3929 (m68hc11_extract_struct_value_address): Likewise.
3930 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3931 m68hc11_register_type; undeprecate store_return_value and
3932 extract_struct_value_address.
3933
3934 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3935
3936 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3937 and translate to use regcache.
3938 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3939
3940 2003-07-18 Andrew Cagney <cagney@redhat.com>
3941
3942 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3943 * gdbarch.h, gdbarch.c: Re-generate.
3944 * i386-tdep.c (i386_gdbarch_init): Do not set
3945 DWARF2_BUILD_FRAME_INFO.
3946 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3947 unconditionally.
3948 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3949 DWARF2_BUILD_FRAME_INFO.
3950
3951 2003-07-18 Andrew Cagney <cagney@redhat.com>
3952
3953 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3954 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3955
3956 2003-07-18 Andrew Cagney <cagney@redhat.com>
3957
3958 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3959 frame_unwind_address_in_block, instead of frame_pc_unwind.
3960 (dwarf2_frame_cache): Ditto.
3961
3962 2003-07-18 Andrew Cagney <cagney@redhat.com>
3963
3964 * user-regs.h (struct gdbarch): Declare opaque.
3965 * ui-out.h (struct ui_file): Declare opaque.
3966 * dwarf2-frame.h (struct frame_info): Declare opaque.
3967
3968 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3969
3970 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3971 #include "...".
3972 (procfs_meminfo): Change strerror to safe_strerror.
3973 (procfs_can_run): Remove K&R badness.
3974
3975 2003-07-17 Michael Snyder <msnyder@redhat.com>
3976
3977 * remote-sim.c: Comment typo fix.
3978
3979 2003-07-17 Andrew Cagney <cagney@redhat.com>
3980
3981 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3982 configure.
3983 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3984 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3985 GDB_MULTI_ARCH_PARTIAL.
3986
3987 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3988
3989 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3990 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3991 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3992
3993 2003-07-16 Theodore A. Roth <troth@openavr.org>
3994
3995 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3996 found.
3997 (avr_frame_unwind_cache): Don't unwind FP for main.
3998 Update a comment.
3999 Save the computed prev_sp.
4000 (avr_saved_regs_unwinder): Remove function.
4001 (avr_frame_prev_register): Use PC unwind logic from
4002 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4003
4004 2003-07-16 Andrew Cagney <cagney@redhat.com>
4005
4006 * frame-base.h (frame_base_p_ftype): Delete definition.
4007 (frame_base_append_predicate): Delete declaration.
4008 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4009 (frame_unwind_append_predicate): Delete declaration.
4010 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4011 (append_predicate): Delete parameter "p".
4012 (frame_unwind_append_predicate): Delete function.
4013 (frame_unwind_append_sniffer): Update call to append_predicate.
4014 (frame_unwind_free): Delete function.
4015 (_initialize_frame_unwind): Pass NULL as "free" to
4016 register_gdbarch_data.
4017 (frame_unwind_init): Append the dummy_frame_sniffer.
4018 (frame_unwind_find_by_frame): Simplify.
4019 * frame-base.c (struct frame_base_table): Delete field "p".
4020 (append_predicate): Delete parameter "p".
4021 (frame_base_append_predicate): Delete function.
4022 (frame_base_append_sniffer): Update call to append_predicate.
4023 (frame_base_free): Delete function.
4024 (frame_base_find_by_frame): Simplify.
4025 (_initialize_frame_base): Pass NULL as "free" to
4026 register_gdbarch_data.
4027 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4028 (x86_64_sigtramp_frame_sniffer): Replace
4029 "x86_64_sigtramp_frame_p".
4030 (x86_64_init_abi): Set the frame unwind sniffers.
4031 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4032 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4033 (m68k_gdbarch_init): Set the frame unwind sniffers.
4034 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4035 "i386_sigtramp_frame_p".
4036 (i386_frame_sniffer): Replace "i386_frame_p".
4037 (i386_gdbarch_init): Set the frame unwind sniffers.
4038 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4039 (avr_gdbarch_init): Set the frame unwind sniffers.
4040 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4041 "alpha_sigtramp_frame_p"
4042 (alpha_heuristic_frame_sniffer): Replace
4043 "alpha_heuristic_frame_p".
4044 (alpha_gdbarch_init): Set the frame unwind sniffers.
4045 (alpha_dwarf2_init_abi): Ditto.
4046 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4047 "alpha_debug_frame_p".
4048 (alpha_mdebug_frame_base_sniffer): Replace
4049 "alpha_mdebug_frame_base_p".
4050 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4051 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4052 (d10v_gdbarch_init): Set the frame unwind sniffer.
4053 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4054 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4055 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4056 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4057 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4058 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4059
4060 2003-07-16 Michael Snyder <msnyder@redhat.com>
4061
4062 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4063 should go thru sh_dsp_register_sim_regno, else the dsp regs
4064 will not get the right values.
4065
4066 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4067
4068 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4069 deprecated_store_floating by call to store_typed_floating.
4070 (sh_sh4_register_convert_to_raw): Substitute call to
4071 deprecated_extract_floating by call to extract_typed_floating.
4072
4073 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4074
4075 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4076
4077 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4078
4079 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4080 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4081 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4082 as possible.
4083 (do_pseudo_register): Remove.
4084 (sh_push_dummy_code): New function.
4085 (sh64_store_struct_return): Rename from sh_store_struct_return.
4086 Only called for sh64 now.
4087 (sh_extract_struct_value_address): Regcache'ify.
4088 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4089 and accomodate new tasks.
4090 (sh64_push_return_address): Rename from sh_push_return_address.
4091 Only called for sh64 now.
4092 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4093 Regcache'ify.
4094 (sh3e_sh4_extract_return_value): Regcache'ify.
4095 (sh_default_store_return_value): Ditto.
4096 (sh3e_sh4_store_return_value): Ditto.
4097 (sh_default_register_byte): Remove.
4098 (sh_sh4_register_byte): Remove.
4099 (sh_default_register_raw_size): Remove.
4100 (sh_sh4_register_raw_size): Remove.
4101 (sh_register_virtual_size): Remove.
4102 (sh_sh3e_register_virtual_type): Remove.
4103 (sh_sh3e_register_type): New function.
4104 (sh_sh4_register_virtual_type): Remove.
4105 (sh_sh4_register_type): New function.
4106 (sh_default_register_virtual_type): Remove.
4107 (sh_default_register_type): New function.
4108 (do_fv_register_info): Add parameters to accomodate call from
4109 sh_print_registers_info.
4110 (do_dr_register_info): Ditto.
4111 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4112 Add parameters to accomodate call from sh_print_registers_info.
4113 (sh_do_fp_register): Ditto.
4114 (sh64_do_pseudo_register): Call do_dr_register_info,
4115 do_fv_register_info and sh_do_fp_register with default parameters.
4116 (sh_do_register): Add parameters to accomodate call from
4117 sh_print_registers_info.
4118 (sh_print_register): Ditto.
4119 (sh_print_registers_info): Rename from sh_do_registers_info.
4120 Add parameters to be used as gdbarch_print_registers_info
4121 implementation. Accomodate removed do_pseudo_register function
4122 pointer.
4123 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4124 function pointer. Call sh_print_register with default parameters.
4125 (sh64_do_registers_info): Call sh_print_registers_info instead of
4126 sh_do_registers_info.
4127 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4128 detection of deprecated vs. non-deprecated functionality.
4129 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4130 function pointer assignments by direct function calls.
4131
4132 2003-07-15 Andrew Cagney <cagney@redhat.com>
4133
4134 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4135 (frame_register_unwind, create_new_frame): Ditto.
4136 (legacy_get_prev_frame, get_frame_type): Ditto.
4137 (get_frame_base_address): Use frame_base_find_by_frame.
4138 (get_frame_locals_address): Use frame_base_find_by_frame.
4139 (get_frame_args_address): Use frame_base_find_by_frame.
4140 * frame-base.h (frame_base_sniffer_ftype): Declare.
4141 (frame_base_append_sniffer): Declare.
4142 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4143 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4144 (frame_base_append_sniffer): New function.
4145 (frame_base_append_predicate): Add a NULL sniffer.
4146 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4147 (struct frame_base_table): Add "sniffer".
4148 (frame_base_free): Free the "sniffer" table.
4149 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4150 (frame_unwind_append_sniffer): Declare.
4151 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4152 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4153 (struct frame_unwind_table): Add "sniffer", delete "middle".
4154 (append_predicate): Add "sniffer" parameter, append the sniffer.
4155 (frame_unwind_init): Update append_predicate call.
4156 (frame_unwind_append_sniffer): New function.
4157 (frame_unwind_append_predicate): Update append_predicate call.
4158 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4159
4160 2003-07-15 Andrew Cagney <cagney@redhat.com>
4161
4162 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4163 before code inhibiting repeated unwind attempts. Add to
4164 commentary on that test's problems.
4165 * blockframe.c (inside_main_func): Look for "main" in the minimal
4166 symbol table.
4167 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4168 identical.
4169
4170 2003-07-15 Andrew Cagney <cagney@redhat.com>
4171
4172 * complaints.c (struct explanation): Define.
4173 (struct complaints): Change type of "explanation" to "struct
4174 explanation".
4175 (symfile_explanations): Convert to a "struct explanation" table.
4176 (vcomplaint): Update.
4177
4178 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4179
4180 * x86-64-linux-nat.c (regmap): Removed.
4181 (supply_gregset, fill_gregset): Call
4182 x86_64_linux_(fill,supply)_gregset functions.
4183 * x86-64-linux-tdep.c (USER_*): New defines.
4184 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4185 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4186 New functions.
4187 (fetch_core_registers): Ditto.
4188 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4189 * x86-64-linux-tdep.h: New file.
4190 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4191 and core-regset.o.
4192 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4193
4194 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4195
4196 * x86-64-tdep.c (x86_64_store_return_value): Use
4197 regcache_cooked_write_part instead of regcache_cooked_write.
4198
4199 * configure.host: Add x86_64-*-freebsd*.
4200 * configure.tgt: Add x86_64-*-freebsd*.
4201 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4202 * amd64fbsd-nat.c: New file.
4203 * amd64fbsd-tdep.c: New file.
4204 * config/i386/nm-fbsd64.h: New file.
4205 * config/i386/fbsd64.mh: New file.
4206 * config/i386/fbsd64.mt: New file.
4207
4208 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4209
4210 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4211 `sc_regs_offset' and `sc_fpregs_offset'.
4212 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4213 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4214 (alpha_sigtramp_register_address): Rewrite to use new members of
4215 `struct gdbarch_tdep'.
4216 (alpha_gdbarch_init): Initialize new members of struct
4217 gdbarch_tdep'.
4218 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4219 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4220 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4221 (alphafbsd_pc_in_sigtramp): Implement.
4222 (alphafbsd_sigtramp_offset): New function.
4223 (alphafbsd_sigcontext_addr): New function.
4224 (alphafbsd_init_abi): Initialize signal trampoline related members
4225 of `struct gdbarch_tdep'.
4226 (_initialize_alphafbsd_tdep): Add prototype.
4227
4228 2003-07-11 Theodore A. Roth <troth@openavr.org>
4229
4230 * Makefile.in (install-only): Quote sed expression when generating
4231 transformed_name.
4232
4233 2003-07-11 Richard Henderson <rth@redhat.com>
4234
4235 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4236 * dwarf2-frame.c: Include complaints.h.
4237 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4238 variable initialization; return NULL on error.
4239 (decode_frame_entry): New.
4240
4241 2003-07-11 Andrew Cagney <cagney@redhat.com>
4242
4243 * frame.h (frame_address_in_block): Delete declaration.
4244 * blockframe.c (frame_address_in_block): Delete function.
4245 (get_frame_block): Use get_frame_address_in_block.
4246 (block_innermost_frame): Ditto.
4247 * stack.c (print_frame, backtrace_command_1): Ditto.
4248
4249 * frame.h (get_frame_address_in_block): Declare.
4250 (frame_unwind_address_in_block): Declare.
4251 * frame.c (frame_unwind_address_in_block): New function.
4252 (get_frame_address_in_block): New function.
4253
4254 2003-07-10 Andrew Cagney <cagney@redhat.com>
4255
4256 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4257 pre-default. Note: re-generate has no effect.
4258
4259 2003-07-10 Andrew Cagney <cagney@redhat.com>
4260
4261 * gdbarch.sh: When a variable, but not a function, compare against
4262 0. Fix problem in previous patch.
4263 * gdbarch.c: Re-generate.
4264
4265 2003-07-10 Andrew Cagney <cagney@redhat.com>
4266
4267 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4268 functions against NULL, not 0.
4269 * gdbarch.c: Re-generate.
4270
4271 2003-07-10 Fred Fish <fnf@ninemoons.com>
4272
4273 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4274 null string instead of a null pointer.
4275 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4276
4277 2003-07-09 Michael Snyder <msnyder@redhat.com>
4278
4279 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4280
4281 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4282
4283 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4284 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4285 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4286 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4287 * x86-64-tdep.c: ... from here.
4288
4289 2003-07-09 Andreas Schwab <schwab@suse.de>
4290
4291 * m68k-tdep.h (enum struct_return): Define.
4292 (struct gdbarch_tdep): Add struct_return.
4293 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4294 bytes are padded to the right, not to the left. Pass struct value
4295 address in register %a1, not on stack.
4296 (m68k_use_struct_convention): New function.
4297 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4298 struct_return in tdep to pcc_struct_return.
4299 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4300 reg_struct_return.
4301
4302 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4303
4304 * somread.c (som_symfile_offsets): Fix compilation error.
4305
4306 2003-07-09 Andrew Cagney <cagney@redhat.com>
4307
4308 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4309 Add comments about the checks.
4310
4311 2003-07-08 Andrew Cagney <cagney@redhat.com>
4312
4313 * Makefile.in: Make dependency section headers consistent.
4314 (config_h): Move to $BUILD headers section.
4315 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4316 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4317 (ada-exp.tab.c): Move to YACC/LEX section.
4318 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4319 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4320
4321 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4322
4323 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4324 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4325 of strerror with safe_strerror, use ISO C function definitions,
4326 and replace instances of sprintf with snprintf.
4327
4328 2003-07-07 Andrew Cagney <cagney@redhat.com>
4329
4330 * frame.c (get_prev_frame): Enable check for identical frames.
4331 Update comments. Update error messages.
4332
4333 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4334
4335 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4336
4337 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4338
4339 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4340 sort_symtab_syms, no longer necessary.
4341
4342 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4343
4344 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4345
4346 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4347
4348 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4349 (mips_register_byte): Likewise.
4350
4351 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4352
4353 * Makefile.in (sparc_tdep_h): New.
4354 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4355 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4356 * sparc-linux-nat.c: Include "sparc-tdep.h".
4357 * sparc-nat.c: Likewise.
4358 * sparc-tdep.c: Likewise.
4359 * sparc64nbsd-nat.c: Likewise.
4360 * sparcnbsd-nat.c: Likewise.
4361 * sparcnbsd-tdep.c: Likewise.
4362 * sparc-tdep.h: New file.
4363 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4364 and sparc_npc_regnum.
4365
4366 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4367
4368 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4369 (mips_linux_cannot_store_register): List supported instead of
4370 unsupported registers.
4371
4372 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4373
4374 * disasm.c (dump_insns): Separate instructions from addresses.
4375
4376 2003-07-07 Andreas Schwab <schwab@suse.de>
4377
4378 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4379 dependencies.
4380 * m68k-tdep.c (NUM_FREGS): Delete.
4381 (SIG_PC_FP_OFFSET): Delete.
4382 (TARGET_M68K): Delete.
4383 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4384 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4385 P_MOVEL_SP, P_MOVEML_SP): Define.
4386 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4387 P_TRAP): Delete.
4388 (m68k_register_raw_size): Delete.
4389 (m68k_register_virtual_size): Delete.
4390 (m68k_register_type): Renamed from m68k_register_virtual_type and
4391 add gdbarch argument.
4392 (m68k_store_struct_return): Delete.
4393 (m68k_deprecated_extract_return_value): Delete.
4394 (m68k_deprecated_extract_struct_value_address): Delete.
4395 (m68k_frame_chain): Delete.
4396 (m68k_frame_saved_pc): Delete.
4397 (m68k_fix_call_dummy): Delete.
4398 (m68k_push_dummy_frame): Delete.
4399 (m68k_pop_frame): Delete.
4400 (m68k_extract_return_value): New function.
4401 (m68k_store_return_value): Rewrite using regcache.
4402 (m68k_extract_struct_value_address): Rewrite using regcache.
4403 (m68k_push_dummy_call): New function.
4404 (struct m68k_frame_cache): Define.
4405 (m68k_alloc_frame_cache): New function.
4406 (m68k_analyze_frame_setup): New function.
4407 (m68k_analyze_register_saves): New function.
4408 (m68k_analyze_prologue): New function.
4409 (m68k_skip_prologue): Rewrite using above functions.
4410 (m68k_unwind_pc): New function.
4411 (m68k_frame_cache): New function.
4412 (m68k_frame_this_id): New function.
4413 (m68k_frame_prev_register): New function.
4414 (m68k_frame_unwind): New variable.
4415 (m68k_frame_p): New function.
4416 (m68k_sigtramp_frame_cache): New function.
4417 (m68k_sigtramp_frame_this_id): New function.
4418 (m68k_sigtramp_frame_prev_register): New function.
4419 (m68k_sigtramp_frame_unwind): New variable.
4420 (m68k_sigtramp_frame_p): New function.
4421 (m68k_frame_base_address): New function.
4422 (m68k_frame_base): New function.
4423 (m68k_unwind_dummy_id): New function.
4424 (fill_gregset): Use regcache_collect.
4425 (fill_fpregset): Likewise.
4426 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4427 defined.
4428 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4429 deprecated_init_frame_pc, deprecated_store_struct_return,
4430 deprecated_extract_return_value, deprecated_store_return_value,
4431 deprecated_frame_chain, deprecated_frame_saved_pc,
4432 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4433 deprecated_register_virtual_size,
4434 deprecated_max_register_raw_size,
4435 deprecated_max_register_virtual_size,
4436 deprecated_register_virtual_type, deprecated_register_size,
4437 deprecated_register_byte, deprecated_register_bytes,
4438 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4439 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4440 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4441 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4442 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4443 deprecated_push_dummy_frame, deprecated_pop_frame,
4444 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4445 only if SYSCALL_TRAP is defined. Set extract_return_value,
4446 store_return_value, extract_struct_value_address, register_type,
4447 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4448 predicates.
4449 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4450 M68K_MAX_REGISTER_SIZE): Define.
4451 (struct m68k_sigtramp_info): Define.
4452 (struct gdbarch_tdep): Add get_sigtramp_info.
4453 * m68klinux-nat.c (fetch_register): Use register_size instead of
4454 REGISTER_RAW_SIZE. Don't put assignment in if.
4455 (store_register): Likewise.
4456 (fetch_inferior_registers): Likewise.
4457 (store_inferior_registers): Likewise.
4458 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4459 (m68k_linux_frame_saved_pc): Delete.
4460 (m68k_linux_sigcontext_reg_offset,
4461 m68k_linux_ucontext_reg_offset): Define.
4462 (m68k_linux_get_sigtramp_info): New function.
4463 (m68k_linux_extract_return_value): Rewrite using regcache.
4464 (m68k_linux_store_return_value): Likewise.
4465 (m68k_linux_extract_struct_value_address): Likewise.
4466 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4467 Don't set deprecated_frame_saved_pc,
4468 deprecated_extract_return_value, deprecated_store_return_value,
4469 deprecated_extract_struct_value_address. Set
4470 extract_return_value, store_return_value,
4471 extract_struct_value_address.
4472
4473 2003-07-07 Andrew Cagney <cagney@redhat.com>
4474
4475 * expprint.c: Include "user-regs.h" instead of "frame.h".
4476 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4477 frame_map_regnum_to_name.
4478 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4479 (frame_map_name_to_regnum): Simplify, call
4480 user_reg_map_name_to_regnum.
4481 (frame_map_regnum_to_name): Simplify, call
4482 user_reg_map_regnum_to_name.
4483 (frame_register_unwind): Update.
4484 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4485 (_initialize_frame_reg): Call user_reg_add_builtin.
4486 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4487 (value_of_register): Use value_of_user_reg.
4488 * eval.c (evaluate_subexp_standard): Update.
4489 * parse.c (write_dollar_variable): Update.
4490 * d10v-tdep.c (d10v_print_registers_info): Update.
4491 * infcmd.c (registers_info): Update.
4492 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4493 (builtin_regs_h): Delete macro.
4494 (user_regs_h): Define.
4495 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4496 (builtin-regs.o): Delete target.
4497 (user-regs.o): Specify dependencies.
4498 (expprint.o): Update dependencies.
4499 (findvar.o): Update dependencies.
4500 (frame.o): Update dependencies.
4501 (std-regs.o): Update dependencies.
4502
4503 2003-07-06 Christopher Faylor <cgf@redhat.com>
4504
4505 * win32-nat.c (solib_symbols_add): Use one variable for all section
4506 address stuff. Pass variable rather than address of variable to
4507 safe_symbol_file_add.
4508
4509 2003-07-06 Andreas Schwab <schwab@suse.de>
4510
4511 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4512
4513 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4514
4515 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4516
4517 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4518
4519 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4520
4521 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4522
4523 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4524 * config/i386/nto.mh: New file.
4525 * config/i386/nm-nto.h: New file.
4526 * configure.host: Add i[3456]86-*-nto*.
4527
4528 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4529
4530 * remote-vx.c (vx_add_symbols): Fix compilation error.
4531
4532 2003-07-03 Andrew Cagney <cagney@redhat.com>
4533
4534 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4535 * gdbarch.h, gdbarch.c: Re-generate.
4536 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4537 (legacy_register_name): Declare.
4538 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4539 (REGISTER_NAME): Define.
4540 * sparc-tdep.c (legacy_register_name): New function.
4541 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4542 (REGISTER_NAME): Define.
4543 (hppa64_register_name): Declare.
4544 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4545 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4546 (hppa64_register_name): New function.
4547 (hppa_register_name): New function.
4548 * arch-utils.c (legacy_register_name): Delete.
4549 * arch-utils.h (legacy_register_name): Delete.
4550
4551 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4552
4553 * cli/cli-interp.c (cli_interpreter_resume): Update the
4554 cli_uiout's stream to gdb_stdout.
4555
4556 2003-07-03 Andrew Cagney <cagney@redhat.com>
4557
4558 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4559 predicate.
4560 * gdbarch.h, gdbarch.c: Re-generate.
4561 * regcache.c (init_regcache_descr): Use legacy code when either
4562 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4563
4564 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4565
4566 * NEWS: Move "set logging" entry into GDB 6.0 section.
4567
4568 2003-07-02 Jim Blandy <jimb@redhat.com>
4569
4570 * s390-tdep.c (struct frame_extra_info): new member:
4571 'stack_bought_valid'.
4572 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4573 initialize fextra_info->stack_bought.
4574 (s390_frameless_function_invocation): Don't trust the value of
4575 fextra_info_ptr->stack_bought unless
4576 fextra_info->stack_bought_valid is set.
4577
4578 New S390 prologue analyzer.
4579 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4580 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4581 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4582 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4583 compute_x_addr, s390_on_stack, s390_store,
4584 s390_get_signal_frame_info): New functions.
4585 (S390_NUM_SPILL_SLOTS): New macro.
4586 (s390_get_frame_info): Rewritten.
4587 (is_arg_reg): Deleted.
4588
4589 Break out the decoding of S/390 instructions into separate
4590 functions, to make it more legible, and easier to check
4591 against the spec.
4592 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4593 is_rx, is_rxe): New functions.
4594 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4595 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4596 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4597 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4598 enums for opcode values. (Is this an improvement?)
4599
4600 2003-07-02 Andrew Cagney <cagney@redhat.com>
4601
4602 * i386-tdep.c: Revert change committed as part of trad-frame code
4603 below.
4604
4605 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4606
4607 * breakpoint.c (insert_catchpoint): Make static.
4608
4609 2003-07-02 Andreas Schwab <schwab@suse.de>
4610
4611 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4612 former ia64_push_arguments and ia64_push_return_address, and use
4613 regcache functions instead of read/write_register.
4614 (ia64_gdbarch_init): Set push_dummy_call instead of
4615 deprecated_push_arguments and deprecated_push_return_address.
4616
4617 2003-07-01 Andreas Jaeger <aj@suse.de>
4618
4619 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4620 before the call.
4621 Set %rax only to number of SSE registers used.
4622
4623 2003-07-01 Andrew Cagney <cagney@redhat.com>
4624
4625 * trad-frame.h: Update comments, a -1 .addr is reserved.
4626 (trad_frame_value_p, trad_frame_addr_p): Declare.
4627 (trad_frame_reg_p): Declare.
4628 (trad_frame_set_value): Rename trad_frame_register_value.
4629 (trad_frame_set_unknown): Declare.
4630 * trad-frame.c (trad_frame_realreg_p): New function.
4631 (trad_frame_addr_p, trad_frame_value_p): New function.
4632 (trad_frame_set_unknown): New function.
4633 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4634 (trad_frame_prev_register): Use trad_frame_realreg_p,
4635 trad_frame_addr_p and trad_frame_value_p.
4636 (trad_frame_set_value): Rename trad_frame_register_value.
4637 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4638 and trad_frame_set_value.
4639
4640 2003-06-30 Jim Blandy <jimb@redhat.com>
4641
4642 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4643 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4644 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4645 for 16 registers, and then 32 more bytes.
4646 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4647 New macros.
4648 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4649 Move up in the file, since it's now used by is_simple_arg.
4650 (is_simple_arg): Don't assume registers are four bytes long.
4651 Exclude all double arguments. Extended floats are not simple
4652 args.
4653 (is_power_of_two): New function.
4654 (pass_by_copy_ref): Call is_power_of_two, and check that the
4655 length fits in a register, rather than listing all the acceptable
4656 sizes. Extended floats are not passed by reference.
4657 (s390_push_arguments): Don't assume registers are four bytes long.
4658 Reserve an argument register to point to the buffer for structures
4659 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4660 S390_STACK_FRAME_OVERHEAD.
4661
4662 2003-06-30 Andreas Schwab <schwab@suse.de>
4663
4664 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4665 format error message.
4666
4667 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4668
4669 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4670
4671 2003-06-30 David Carlton <carlton@kealia.com>
4672
4673 Band-aid for PR c++/1245.
4674 * Makefile.in (cp-support.o): Depend on complaints_h.
4675 * cp-support.c: Include complaints.h. Add declaration for
4676 find_last_component.
4677 (cp_find_first_component): Separate code into
4678 cp_find_first_component_aux.
4679 (cp_find_first_component_aux): Call demangled_name_complaint.
4680 (demangled_name_complaint): New.
4681
4682 2003-06-30 Andrew Cagney <cagney@redhat.com>
4683
4684 * remote.c (remote_write_bytes): Explicitly compute and then use
4685 the payload size. Update comments to reflect. Fixes problem of
4686 GDB not sending small packets as found by Fred Fish.
4687
4688 2003-06-30 Andrew Cagney <cagney@redhat.com>
4689
4690 * remote.c (remote_async_wait): Fix -Wformat problem.
4691
4692 2003-06-29 Andrew Cagney <cagney@redhat.com>
4693
4694 * remote.c (remote_wait): Call error, and not warning, when the
4695 packet is corrupt.
4696 (remote_async_wait): Ditto.
4697
4698 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4699
4700 * sparc-tdep.c (sparc_y_regnum): Make external again.
4701
4702 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4703
4704 * cli/cli-logging.c (pop_output_files): Add void to function
4705 definition.
4706
4707 2003-06-29 Andrew Cagney <cagney@redhat.com>
4708
4709 * frame.c (frame_register_unwind): Use unsigned char when dumping
4710 the buffer contents.
4711
4712 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4713
4714 * cli/cli-logging.c: New file.
4715 * cli-out.c (struct ui_out_data): Add original_stream.
4716 (cli_redirect): New function.
4717 (cli_ui_out_impl): Add cli_redirect.
4718 (cli_out_new): Initialize original_stream.
4719 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4720 (uo_redirect, ui_out_redirect): New.
4721 * ui-out.h (struct ui_out_impl): Add redirect member.
4722 (redirect_ftype): New.
4723 (ui_out_redirect): Add prototype.
4724 * Makefile.in: Add rules for cli-logging.c.
4725 * NEWS: Mention "set logging".
4726
4727 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4728
4729 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4730
4731 2003-06-27 Andrew Cagney <cagney@redhat.com>
4732
4733 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4734 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4735 * avr-tdep.c (avr_call_dummy_address): Delete function.
4736 (avr_gdbarch_init): Do not set call_dummy_address.
4737
4738 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4739
4740 * symfile.c (syms_from_objfile): Move variables to inner block.
4741 Move the checks for the non-mainline case a bit earlier to avoid
4742 doing some useless computations.
4743
4744 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4745
4746 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4747
4748 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4749
4750 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4751 sections.
4752
4753 2003-06-26 Michael Chastain <mec@shout.net>
4754
4755 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4756 gdb/testsuite/gdb.c++/pr-1210.exp.
4757
4758 2003-06-26 Andrew Cagney <cagney@redhat.com>
4759
4760 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4761 altivec_expression.h and altivec_registers.h.
4762
4763 2003-06-26 Andrew Cagney <cagney@redhat.com>
4764
4765 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4766 info->mach when MIPS16. Patch suggested by Fred Fish.
4767
4768 2003-06-26 Andrew Cagney <cagney@redhat.com>
4769
4770 * utils.c (internal_vproblem): Print the problem to a reason
4771 buffer and then pass to query. Make the msg variable more local.
4772
4773 2003-06-26 Andrew Cagney <cagney@redhat.com>
4774
4775 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4776 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4777 * gdbarch.h, gdbarch.c: Re-generate.
4778 * frame-base.c (default_frame_args_address): Update. Use
4779 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4780 not available.
4781 (default_frame_locals_address): Ditto for
4782 DEPRECATED_FRAME_LOCALS_ADDRESS.
4783 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4784 (vax_frame_num_args): Update.
4785 (vax_gdbarch_init): Update.
4786 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4787 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4788 * mcore-tdep.c (mcore_gdbarch_init): Update.
4789 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4790 * ia64-tdep.c (ia64_gdbarch_init): Update.
4791 * symtab.h (address_class): Update comments.
4792 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4793 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4794 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4795 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4796 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4797 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4798 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4799 * alpha-mdebug-tdep.c: Update.
4800 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4801
4802 2003-06-26 Andreas Jaeger <aj@suse.de>
4803
4804 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4805 of SSE registers so that varargs functions work. Rework handling
4806 of passing arguments on the stack.
4807 (x86_64_store_return_value): Return double and float values in SSE
4808 register.
4809
4810 2003-06-24 Michael Chastain <mec@shout.net>
4811
4812 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4813 the "constructor breakpoints ignored" bug.
4814
4815 2003-06-25 David Carlton <carlton@kealia.com>
4816
4817 * MAINTAINERS: Update e-mail address.
4818
4819 2003-06-24 Jim Blandy <jimb@redhat.com>
4820
4821 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4822
4823 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4824 function.
4825 (ppc_linux_init_abi): Register it as the
4826 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4827
4828 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4829 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4830 method.
4831
4832 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4833 (ppc64_standard_linkage_target): Use it.
4834
4835 2003-06-23 Andrew Cagney <cagney@redhat.com>
4836
4837 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4838 for 0 "int0" and 4 "int32" sized registers.
4839 * gdbtypes.c (builtin_type_int0): Define.
4840 (build_gdbtypes): Initialize builtin_type_int0.
4841 * gdbtypes.h (builtin_type_int0): Declare.
4842
4843 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4844
4845 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4846 as characters are unsigned.
4847
4848 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4849
4850 PR gdb/1179
4851 * dwarfread.c (struct_type): Skip static fields without crashing.
4852
4853 2003-06-22 Andrew Cagney <cagney@redhat.com>
4854
4855 GDB 6.0 branch created.
4856 * README: Update.
4857 * PROBLEMS: Update. Empty.
4858 * NEWS: Update.
4859
4860 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4863 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4864
4865 2003-06-22 Andrew Cagney <cagney@redhat.com>
4866
4867 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4868 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4869 Velikov.
4870
4871 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4872
4873 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4874 compilers.
4875
4876 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4877
4878 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4879 argument of val_print.
4880 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4881 to the address argument of baseclass_offset or target_read_memory.
4882 Do add it to the argument of cp_print_value_fields.
4883
4884 2003-06-21 Andrew Cagney <cagney@redhat.com>
4885
4886 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4887 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4888 instead of 0..NUM_REGS.
4889 (mips_register_reggroup_p): New function.
4890 (mips_pseudo_register_write): New function.
4891 (mips_pseudo_register_read): New function.
4892 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4893 based on the register's type.
4894 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4895 cooked.
4896 (mips_get_saved_register): Simplify. Assert that REGNO is a
4897 pseudo / cooked.
4898 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4899 (mips_register_type): Replace mips_register_virtual_type. Map
4900 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4901 when available.
4902 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4903 that the register is cooked / virtual.
4904 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4905 Only get the extra info when needed.
4906 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4907 (mips32_heuristic_proc_desc): Fetch the cooked register.
4908 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4909 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4910 (mips_print_register): Use gdbarch_register_type, instead of
4911 REGISTER_VIRTUAL_TYPE.
4912 (print_gp_register_row): Use gdbarch_register_type, instead of
4913 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4914 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4915 Print the pseudo / cooked registers.
4916 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4917 Print the pseudo / cooked registers.
4918 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4919 REG_NUM is pseudo / cooked.
4920 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4921 (mips_n32n64_xfer_return_value): Ditto.
4922 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4923 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4924 (mips_register_sim_regno): New function.
4925 (mips_gdbarch_init): Set deprecated_register_byte,
4926 register_group_p, pseudo_register_write, pseudo_register_read,
4927 register_sim_regno, and num_pseudo_regs. Set register_type,
4928 instead of register_virtual_type.
4929 * Makefile.in (mips-tdep.o): Update dependencies.
4930 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4931 REGISTER_VIRTUAL_TYPE.
4932 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4933 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4934 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4935 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4936 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4937
4938 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4939
4940 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4941 * cli/cli-cmds.c: Include "gdb_vfork.h".
4942 (shell_escape): Use vfork.
4943
4944 2003-06-21 Andrew Cagney <cagney@redhat.com>
4945
4946 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4947 32 bit floating-point register saves.
4948
4949 * frame.h (deprecated_unwind_get_saved_register): Delete.
4950 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4951 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4952 and deprecated_get_next_frame_hack instead of
4953 deprecated_unwind_get_saved_register.
4954
4955 * mips-tdep.c (mips_dump_tdep): Do not print
4956 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4957
4958 * frame.c (get_frame_register): New function.
4959 (frame_unwind_register_signed): New function.
4960 (get_frame_register_signed): New function.
4961 (frame_unwind_register_unsigned): New function.
4962 (get_frame_register_unsigned): New function.
4963 * frame.h: Add comments on naming schema.
4964 (get_frame_register, frame_unwind_register_signed): Declare.
4965 (get_frame_register_signed, get_frame_register_signed): Declare.
4966 (frame_unwind_register_unsigned): Declare.
4967 (get_frame_register_unsigned): Declare.
4968
4969 2003-06-20 Theodore A. Roth <troth@openavr.org>
4970
4971 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4972
4973 2003-06-20 Theodore A. Roth <troth@openavr.org>
4974
4975 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4976 (avr_read_sp): Ditto.
4977
4978 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4979
4980 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4981 * config/arm/nm-linux.h: Likewise.
4982 * config/arm/tm-linux.h: Likewise.
4983 * config/ia64/nm-linux.h: Likewise.
4984 * config/ia64/tm-ia64.h: Likewise.
4985 * config/s390/tm-linux.h: Likewise.
4986 * config/s390/tm-s390.h: Likewise.
4987 * s390-nat.c: Likewise.
4988 * s390-tdep.c: Likewise.
4989
4990 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4991 * config/ia64/linux.mt: Likewise.
4992 * config/m68k/linux.mh: Likewise.
4993 * config/mips/linux.mt: Likewise.
4994 * config/powerpc/linux.mh: Likewise.
4995 * config/sh/linux.mt: Likewise.
4996
4997 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4998
4999 * solib.c (solib_open): Change tests for whether to search
5000 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5001 comments.
5002
5003 2003-06-19 Theodore A. Roth <troth@openavr.org>
5004
5005 * avr-tdep.c (avr_frame_address): Delete function.
5006 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5007 set_gdbarch_frame_args_address.
5008
5009 2003-06-19 Andrew Cagney <cagney@redhat.com>
5010
5011 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5012 (REGISTER_CONVERT_FROM_TYPE): Delete.
5013 (mips_register_convert_to_type): Delete declaration.
5014 (mips_register_convert_from_type): Delete declaration.
5015 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5016 kernel/.
5017
5018 2003-06-19 Michael Snyder <msnyder@redhat.com>
5019
5020 * linux-nat.h: New file.
5021 * linux-nat.c: Include linux-nat.h.
5022 * lin-lwp.c: Include linux-nat.h.
5023 Move struct lwp_info def to linux-nat.h.
5024 * linux-proc.c: Include linux-nat.h.
5025 (linux_make_note_section): Iterate over lwps instead of threads.
5026 (linux_do_thread_registers): Use lwp instead of merged pid.
5027 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5028 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5029 Add dependency on linux_nat_h.
5030
5031 2003-06-19 Theodore A. Roth <troth@openavr.org>
5032
5033 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5034
5035 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5036
5037 * varobj.c (get_type, get_target_type): Use check_typedef.
5038
5039 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5040
5041 * breakpoint.c (insert_catchpoint): Call internal_error.
5042
5043 2003-06-19 Theodore A. Roth <troth@openavr.org>
5044
5045 * avr-tdep.c (avr_push_dummy_code): Delete function.
5046 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5047
5048 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5049
5050 * arch-utils.c (default_prepare_to_proceed): Remove.
5051 (generic_prepare_to_proceed): Remove.
5052 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5053 (generic_prepare_to_proceed): Remove prototype.
5054 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5055 * gdbarch.c: Regenerate.
5056 * gdbarch.h: Regenerate.
5057 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5058 * hppah-nat.c (hppa_switched_threads): Remove.
5059 * infrun.c (prepare_to_proceed): New static function, copied from
5060 generic_prepare_to_proceed. Remove select_it argument.
5061 (proceed): Call prepare_to_proceed.
5062 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5063 variables.
5064 (ptrace_wait): Don't set the removed variables.
5065 (hppa_switched_threads): Remove.
5066 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5067 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5068 (lin_lwp_prepare_to_proceed): Remove prototype.
5069 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5070 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5071
5072 2003-06-18 Theodore A. Roth <troth@openavr.org>
5073
5074 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5075 trad-frame.h.
5076 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5077 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5078 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5079 (AVR_PROLOGUE_*): Enumerate prologue types.
5080 (struct frame_extra_info): Remove.
5081 (struct avr_unwind_cache): Define.
5082 (avr_write_sp): Delete function.
5083 (avr_read_fp): Ditto.
5084 (avr_init_extra_frame_info): Ditto.
5085 (avr_pop_frame): Ditto.
5086 (avr_frame_saved_pc): Ditto.
5087 (avr_saved_pc_after_call): Ditto.
5088 (avr_push_return_address): Ditto.
5089 (avr_frame_chain): Ditto.
5090 (avr_store_struct_return): Ditto.
5091 (avr_push_arguments): Ditto.
5092 (avr_scan_prologue): Update comments. Changed to set up the info for
5093 cache unwinding. Now returns end of prologue PC.
5094 (avr_skip_prologue): Better handling of functions lacking a prologue
5095 by using avr_scan_prologue.
5096 (avr_scan_arg_moves): New function.
5097 (avr_saved_regs_unwinder): Ditto.
5098 (avr_frame_unwind_cache): Ditto.
5099 (avr_unwind_pc): Ditto.
5100 (avr_frame_this_id): Ditto.
5101 (avr_frame_prev_register): Ditto.
5102 (avr_frame_p): Ditto.
5103 (avr_frame_base_address ): Ditto.
5104 (avr_unwind_dummy_id): Ditto.
5105 (avr_push_dummy_code): Ditto.
5106 (push_stack_item): Ditto.
5107 (pop_stack_item): Ditto.
5108 (avr_push_dummy_call): Ditto.
5109 (struct stack_item): Define.
5110 (avr_frame_unwind): Declare structure.
5111 (avr_frame_base): Ditto.
5112 (avr_gdbarch_init): Remove calls to
5113 set_gdbarch_deprecated_init_frame_pc,
5114 set_gdbarch_deprecated_target_read_fp,
5115 set_gdbarch_deprecated_dummy_write_sp,
5116 set_gdbarch_deprecated_fp_regnum,
5117 set_gdbarch_deprecated_push_arguments,
5118 set_gdbarch_deprecated_push_return_address,
5119 set_gdbarch_deprecated_pop_frame,
5120 set_gdbarch_deprecated_store_struct_return,
5121 set_gdbarch_deprecated_frame_init_saved_regs,
5122 set_gdbarch_deprecated_init_extra_frame_info,
5123 set_gdbarch_deprecated_frame_chain,
5124 set_gdbarch_deprecated_frame_saved_pc,
5125 set_gdbarch_deprecated_saved_pc_after_call.
5126 Add calls to set_gdbarch_push_dummy_call,
5127 set_gdbarch_push_dummy_code,
5128 frame_unwind_append_predicate,
5129 frame_base_set_default,
5130 set_gdbarch_unwind_dummy_id,
5131 set_gdbarch_unwind_pc.
5132 Wrap a long line.
5133
5134 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5135
5136 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5137 registers for H8/300S.
5138 (h8300_print_registers_info): Ditto.
5139 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5140
5141 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5142
5143 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5144 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5145 (lin_lwp_wait): Likewise. Update comments.
5146 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5147 (pull_pid_from_list, linux_record_stopped_pid): New.
5148
5149 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5150
5151 * ada-lang.c (scan_discrim_bound): Name first argument.
5152 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5153 declared by ALL_BLOCK_SYMBOLS.
5154
5155 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5156
5157 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5158 ("regcache.h"): Include it.
5159 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5160
5161 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5162
5163 * NEWS: Mention gdbserver detach change and "disconnect" command.
5164 * infcmd.c (disconnect_command): New function.
5165 (_initialize_infcmd): Add ``disconnect'' command.
5166 * remote.c (remote_async_detach): Delete.
5167 (remote_detach): Merge remote_async_detach.
5168 (remote_disconnect): New.
5169 (init_remote_ops): Set to_disconnect.
5170 (init_remote_cisco_ops): Likewise.
5171 (init_remote_async_ops): Likewise. Use remote_detach.
5172 * target.c (cleanup_target): Default to_disconnect.
5173 (update_current_target): Inherit to_disconnect.
5174 (target_disconnect, debug_to_disconnect): New functions.
5175 (setup_target_debug): Set to_disconnect.
5176 * target.h (struct target_ops): Add to_disconnect.
5177 (target_disconnect): Add prototype.
5178
5179 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5180
5181 * breakpoint.c (insert_catchpoint): New function.
5182 (insert_breakpoints): Use catch_exceptions to call
5183 insert_catchpoint. Disable catchpoints if they fail to insert.
5184
5185 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5186
5187 * symfile.c (reread_symbols): Clear sym_private.
5188
5189 2003-06-17 Andrew Cagney <cagney@redhat.com>
5190
5191 * trad-frame.h (struct frame_info): Add opaque declaration.
5192 * remote-fileio.h (struct cmd_list_element): Add opaque
5193 declaration.
5194 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5195 comments.
5196
5197 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5198
5199 * remote.c (remote_prepare_to_store): Replace call to
5200 deprecated_read_register_bytes with multiple regcache_raw_read
5201 calls.
5202
5203 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5204
5205 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5206 (nto_find_and_open_solib): Likewise.
5207 (nto_init_solib_absolute_prefix): Likewise.
5208 (_initialize_nto_tdep): Fix indentation.
5209
5210 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5211
5212 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5213
5214 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5215
5216 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5217
5218 2003-06-17 Jim Blandy <jimb@redhat.com>
5219
5220 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5221
5222 2003-06-16 Theodore A. Roth <troth@openavr.org>
5223
5224 * avr-tdep.c (avr_extract_return_value): New function.
5225 (avr_gdbarch_init): Set extract_return_value method.
5226
5227 2003-06-16 Andrew Cagney <cagney@redhat.com>
5228
5229 * frame.h (deprecated_get_next_frame_hack): Declare.
5230 * frame.c (legacy_saved_regs_prev_register): Only require
5231 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5232 there are always saved regs.
5233 (deprecated_generic_get_saved_register): Do not require
5234 DEPRECATED_FRAME_INIT_SAVED_REGS.
5235 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5236 use frame ID unwind instead.
5237 (deprecated_get_next_frame_hack): New function.
5238
5239 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5240
5241 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5242 (h8300_push_dummy_call): ...this function. Some minor optimization.
5243 (h8300_push_return_address): Remove.
5244 (h8300_gdbarch_init): Remove calls to
5245 set_gdbarch_deprecated_dummy_write_sp,
5246 set_gdbarch_deprecated_push_arguments and
5247 set_gdbarch_deprecated_push_return_address.
5248 Add call to set_gdbarch_push_dummy_call.
5249
5250 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5251
5252 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5253 (E_PSEUDO_EXR_REGNUM): Ditto.
5254 (h8300_is_argument_spill): Check for instructions moving argument
5255 registers into safe registers.
5256 (h8300_skip_prologue): Check for stm instruction to push registers
5257 used for register variables onto stack.
5258 (gdb_print_insn_h8300): Remove.
5259 (h8300_examine_prologue): Add a comment.
5260 (h8300_register_name): Take pseudo registers into account.
5261 (h8300s_register_name): Ditto.
5262 (h8300sx_register_name): Ditto.
5263 (h8300_print_register): Ditto.
5264 (h8300_print_registers_info): Define "nice" printing order.
5265 (h8300_saved_pc_after_call): Take pseudo registers into account.
5266 (h8300_register_type): Ditto. Return type used for remote connection
5267 when requesting real CCR or EXR register, return actual type when
5268 requesting pseudo CCR or EXR.
5269 (h8300_pseudo_register_read): New function.
5270 (h8300_pseudo_register_write): Ditto.
5271 (h8300_dbg_reg_to_regnum): Ditto.
5272 (h8300s_dbg_reg_to_regnum): Ditto.
5273 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5274 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5275 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5276 set_gdbarch_print_insn architecture dependent.
5277 Call set_gdbarch_pseudo_register_read and
5278 set_gdbarch_pseudo_register_write.
5279 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5280
5281 2003-06-16 Andrew Cagney <cagney@redhat.com>
5282
5283 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5284 * gdbarch.h, gdbarch.c: Re-generate.
5285 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5286 * s390-tdep.c (s390_gdbarch_init): Update.
5287 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5288 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5289 * mips-tdep.c (mips_gdbarch_init): Update.
5290 * mcore-tdep.c (mcore_gdbarch_init): Update.
5291 * cris-tdep.c (cris_gdbarch_init): Update.
5292 * infcall.c (call_function_by_hand): Update.
5293 * ia64-tdep.c (ia64_push_arguments): Update comment.
5294 * frame.c (legacy_get_prev_frame): Do not assume
5295 SAVE_DUMMY_FRAME_TOS_P.
5296 * dummy-frame.c (find_dummy_frame): Update comment.
5297
5298 2003-06-16 Andrew Cagney <cagney@redhat.com>
5299
5300 * regcache.c (do_cooked_read): Do not use register_valid_p.
5301
5302 2003-06-15 Theodore A. Roth <troth@openavr.org>
5303
5304 * avr-tdep.c (avr_register_type): Remove a blank line.
5305 (avr_scan_prologue): Correct some comments.
5306
5307 2003-06-15 Theodore A. Roth <troth@openavr.org>
5308
5309 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5310 prologue types.
5311 Properly scan prologues generated by gcc with the -mcall-prologues
5312 option.
5313 Add code to scan -mcall-prologues for mega devices.
5314
5315 2003-06-15 Theodore A. Roth <troth@openavr.org>
5316
5317 * avr-tdep.c (avr_register_byte): Delete function.
5318 (avr_register_raw_size): Delete function.
5319 (avr_register_virtual_size): Delete function.
5320 (avr_register_virtual_type): Delete function.
5321 (avr_register_type): New function.
5322 (avr_address_to_pointer): Remove unused code.
5323 (avr_read_fp): Need to read FP as two separate bytes due to change to
5324 avr_register_type() usage.
5325 (avr_gdbarch_init): Don't set deprecated_register_size.
5326 Don't set deprecated_register_bytes.
5327 Don't set deprecated_register_byte.
5328 Don't set deprecated_register_raw_size.
5329 Don't set deprecated_max_register_raw_size.
5330 Don't set deprecated_register_virtual_size.
5331 Don't set deprecated_max_register_virtual_size.
5332 Don't set deprecated_register_virtual_type.
5333 Set register_type method.
5334
5335 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5336
5337 * Makefile.in (linux-nat.o): Add rule.
5338 * linux-nat.c: New file.
5339 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5340 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5341 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5342 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5343 * config/arm/linux.mh (NATDEPFILES): Likewise.
5344 * config/i386/linux.mh (NATDEPFILES): Likewise.
5345 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5346 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5347 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5348 * config/mips/linux.mh (NATDEPFILES): Likewise.
5349 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5350 * config/s390/s390.mh (NATDEPFILES): Likewise.
5351 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5352
5353 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5354
5355 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5356 replace out-of-date comment.
5357
5358 2003-06-15 Andrew Cagney <cagney@redhat.com>
5359
5360 * rdi-share/host.h (Fail): Change to a varargs function.
5361 * remote-rdi.c (Fail): Update.
5362
5363 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5364
5365 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5366 (i386_convert_register_p, i386_register_to_value,
5367 i386_register_from_value): Handle types longer than 8 bytes.
5368
5369 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5370
5371 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5372 Move floating-point code to new function in i387-tdep.c.
5373 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5374 New functions containing code moved here from i386-tdep.c.
5375 * i387-tdep.h: Add opaque declaration for `struct type'.
5376 (i387_register_to_value, i387_value_to_register): New prototypes.
5377 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5378 (x86_64_init_abi): Set convert_register_p, register_to_value and
5379 value_to_register here.
5380
5381 2003-06-14 Andrew Cagney <cagney@redhat.com>
5382
5383 * mips-tdep.c (mips_register_to_value): Make static.
5384 (mips_value_to_register): Make static.
5385 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5386 * ia64-tdep.c (ia64_register_raw_size): Make static.
5387 (ia64_register_virtual_size): Make static.
5388 (ia64_register_byte): Make static.
5389 * i387-tdep.c: Include "i387-tdep.h".
5390 (print_387_control_word): Delete function.
5391 (print_387_status_word): Delete function.
5392 (print_387_status_bits): Delete function.
5393 (print_387_control_bits): Delete function.
5394 * Makefile.in (i387-tdep.o): Update dependencies.
5395 * rdi-share/host.h (Fail): Declare.
5396 * remote-rdi.c (Fail): Update to match declaration.
5397
5398 2003-06-14 Andrew Cagney <cagney@redhat.com>
5399
5400 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5401 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5402 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5403 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5404 * README: Delete reference to remote-array.
5405 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5406 (remote-array.o): Delete target.
5407 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5408 * remote-array.c: Delete file.
5409
5410 2003-06-14 Andrew Cagney <cagney@redhat.com>
5411 Mark Kettenis <kettenis@gnu.org>
5412
5413 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5414 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5415 parameter with "frame".
5416 * gdbarch.h, gdbarch.c: Re-generate.
5417 * frame.h (put_frame_register): Declare.
5418 * frame.c (put_frame_register): New function.
5419 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5420 (legacy_register_to_value): Rewrite, use "frame" to get the
5421 register value.
5422 (legacy_value_to_register): Rewrite, use "frame" to find the
5423 register's location before storing.
5424 * arch-utils.h (legacy_convert_register_p): Update.
5425 (legacy_register_to_value, legacy_value_to_register): Update.
5426 * findvar.c (value_from_register): Rewrite, eliminate use of
5427 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5428 "frame" to REGISTER_TO_VALUE.
5429 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5430 lval_reg_frame_relative + lval_register branch of the switch. Do
5431 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5432 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5433 I386_EDI_REGNUM): New defines.
5434 (i386_next_regnum, i386_convert_register_p,
5435 i386_register_to_value, i386_value_to_register): New functions.
5436 (i386_register_convertible, i386_register_convert_to_virtual,
5437 i386_convert_to_raw): Remove functions.
5438 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5439 value_to_register instead of register_convertible,
5440 register_convert_to_virtual and register_convert_to_raw.
5441 * mips-tdep.c (mips_convert_register_p): New function.
5442 (mips_value_to_register): Replace mips_register_convert_from_type.
5443 (mips_register_to_value): Replace mips_register_convert_to_type.
5444 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5445 register_to_value.
5446 * alpha-tdep.c (alpha_convert_register_p): Update.
5447 (alpha_value_to_register): Update, store the register.
5448 (alpha_register_to_value): Update, fetch the register.
5449
5450 2003-06-14 Theodore A. Roth <troth@openavr.org>
5451
5452 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5453 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5454 Don't set deprecated_call_dummy_words.
5455 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5456 Don't set remote_translate_xfer_address.
5457 (avr_io_reg_read_command): Remove commented out debug printf.
5458 Wrap a long line.
5459
5460 2003-06-14 Theodore A. Roth <troth@openavr.org>
5461
5462 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5463 causes gdb to seg fault.
5464
5465 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5466
5467 * sparc-nat.c (fetch_inferior_registers): Correct
5468 a reference to "registers".
5469
5470 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5471
5472 * Makefile.in (exc_request_U_h): Define
5473 (exc_request_S_h): Likewise.
5474 (msg_reply_S_h): Likewise.
5475 (msg_U_h): Likewise.
5476 (notify_S_h): Likewise.
5477 (process_reply_S_h): Likewise.
5478 (gnu-nat.o): Depend on gdb_obstack_h
5479 * gnu-nat.c: Include "gdb_obstack.h".
5480
5481 2003-06-13 Andrew Cagney <cagney@redhat.com>
5482
5483 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5484 * gdbarch.h, gdbarch.c: Re-generate.
5485
5486 2003-06-13 Andrew Cagney <cagney@redhat.com>
5487
5488 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5489 when deprecated REGISTER macros can be deleted.
5490 * gdbarch.h, gdbarch.c: Re-generate.
5491
5492 2003-06-13 Jim Blandy <jimb@redhat.com>
5493
5494 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5495 Linux entry point symbols for _dl_debug_state, too.
5496
5497 2003-06-13 Andrew Cagney <cagney@redhat.com>
5498
5499 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5500 available, do not use the FP register, and always save the TOS.
5501 * dummy-frame.c (dummy_frame_this_id): Do not assert
5502 SAVE_DUMMY_FRAME_TOS.
5503 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5504 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5505 (i386_push_dummy_call): Add 8 to the returned SP.
5506 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5507 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5508 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5509 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5510 (x86_64_push_dummy_call): Return "sp + 16".
5511 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5512 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5513 save_dummy_frame_tos.
5514
5515 2003-06-13 Jim Blandy <jimb@redhat.com>
5516
5517 * frv-tdep.c (frv_use_struct_convention): Delete static
5518 declaration for function deleted in my change of 2003-06-12.
5519
5520 2003-06-13 Theodore A. Roth <troth@openavr.org>
5521
5522 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5523 (avr_pointer_to_address): Shift code addrs left 1 bit.
5524 (avr_convert_from_func_ptr_addr): Delete function since operation is
5525 better handled by avr_address_to_pointer and avr_pointer_to_address.
5526 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5527
5528 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5529
5530 From Kelley Cook <kelleycook@wideopenwest.com>:
5531 * configure.host: Accept i[34567]86 variants.
5532 * configure.tgt: Likewise.
5533 * nlm/configure.in: Likewise.
5534 * nlm/configure: Regenerated.
5535
5536 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5537
5538 * arm-tdep.c (solib-svr4.h): Dont' include it.
5539 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5540 * arm-linux-tdep.c: ... here. Make static.
5541 (arm_linux_init_abi): Register it.
5542 (solib-svr4.h): Include it.
5543 * Makefile.in: Update dependencies.
5544 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5545 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5546
5547 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5548
5549 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5550 indicate registers used for return values.
5551 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5552 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5553 members.
5554 (h8300_init_extra_frame_info): Ditto.
5555 (h8300_frame_locals_address): Removed.
5556 (h8300_frame_args_address): Removed.
5557 (h8300_extract_return_value): Use new regcache structure. Only care
5558 for 16 bit CPUs.
5559 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5560 (h8300_store_return_value): Use new regcache structure. Only care
5561 for 16 bit CPUs.
5562 (h8300h_store_return_value): Same function for 32 bit CPUs.
5563 (h8300_store_struct_return): Removed.
5564 (h8300_extract_struct_value_address): Use new regcache structure.
5565 (h8300h_extract_struct_value_address): Removed.
5566 (h8300_push_dummy_code): New function.
5567 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5568 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5569 set_gdbarch_store_return_value architecture dependent.
5570 Call set_gdbarch_push_dummy_code and
5571 set_gdbarch_extract_struct_value_address.
5572 Remove calls to set_gdbarch_frame_args_address,
5573 set_gdbarch_frame_locals_address,
5574 set_gdbarch_deprecated_store_struct_return,
5575 set_gdbarch_deprecated_extract_return_value,
5576 set_gdbarch_deprecated_extract_struct_value_address,
5577 set_gdbarch_deprecated_call_dummy_words and
5578 set_gdbarch_deprecated_sizeof_call_dummy_words.
5579
5580 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5581
5582 * h8300-tdep.c (h8300_register_byte): Remove.
5583 (h8300h_register_byte): Remove.
5584 (h8300_register_virtual_type): Remove. Substitute by...
5585 (h8300_register_type): New function.
5586 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5587 (h8300h_extract_struct_value_address): Ditto.
5588 (h8300_gdbarch_init): Drop calls to
5589 set_gdbarch_deprecated_register_byte and
5590 set_gdbarch_deprecated_register_virtual_type.
5591 Add call to set_gdbarch_register_type.
5592
5593 2003-06-13 Andrew Cagney <cagney@redhat.com>
5594
5595 * gdbarch.sh: Update comments on registers.
5596 (deprecated_register_byte): Rename register_byte.
5597 (deprecated_register_raw_size): Rename register_raw_size.
5598 (deprecated_register_virtual_size): Rename register_virtual_size.
5599 (deprecated_register_virtual_type): Rename register_virtual_type.
5600 * gdbarch.h, gdbarch.c: Re-generate.
5601 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5602 * vax-tdep.c (vax_gdbarch_init): Update.
5603 * v850-tdep.c (v850_gdbarch_init): Update.
5604 * sparc-tdep.c (sparc_gdbarch_init): Update.
5605 * sh-tdep.c (sh_gdbarch_init): Update.
5606 * s390-tdep.c (s390_gdbarch_init): Update.
5607 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5608 * ns32k-tdep.c: Update.
5609 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5610 * mips-tdep.c (mips_gdbarch_init): Update.
5611 * mcore-tdep.c (mcore_gdbarch_init): Update.
5612 * m68k-tdep.c (m68k_gdbarch_init): Update.
5613 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5614 * ia64-tdep.c (ia64_gdbarch_init): Update.
5615 * hppa-tdep.c (hppa_gdbarch_init): Update.
5616 * h8300-tdep.c (h8300_gdbarch_init): Update.
5617 * frv-tdep.c (frv_gdbarch_init): Update.
5618 * cris-tdep.c (cris_gdbarch_init): Update.
5619 * avr-tdep.c (avr_gdbarch_init): Update.
5620 * alpha-tdep.c (alpha_gdbarch_init): Update.
5621 * arm-tdep.c (arm_gdbarch_init): Update.
5622
5623 2003-06-13 Andrew Cagney <cagney@redhat.com>
5624
5625 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5626 mips_o32_use_struct_convention with always_use_struct_convention.
5627
5628 2003-06-12 David Carlton <carlton@kealia.com>
5629
5630 * cp-namespace.c (cp_set_block_scope): Comment out
5631 processing_has_namespace_info branch.
5632
5633 2003-06-12 Jim Blandy <jimb@redhat.com>
5634
5635 Recognize and skip 64-bit PowerPC Linux linkage functions.
5636 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5637 insn_pattern, insns_match_pattern, d_field, ds_field): New
5638 functions, macros, and types for working with PPC instructions.
5639 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5640 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5641 ppc64_skip_trampoline_code): New functions, variables, and macros
5642 for recognizing and skipping linkage functions.
5643 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5644 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5645
5646 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5647 register offsets for both the 32- and 64-bit interfaces.
5648
5649 Actually finish the job started by my change of 2003-05-29.
5650 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5651 other #definition of this.
5652 (ppc_linux_skip_trampoline_code): Remove declaration.
5653 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5654 static.
5655 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5656 method for GDBARCH.
5657
5658 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5659 'long' on ppc64-*-linux*.
5660
5661 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5662 isn't #defined, assume the register doesn't exist: act as if
5663 tdep->ppc_mq_regnum were -1.
5664
5665 * configure.host, configure.tgt: Add entries for
5666 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5667 powerpc/linux.mt.
5668 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5669 New files.
5670
5671 * arch-utils.c (always_use_struct_convention): New function.
5672 * arch-utils.h (always_use_struct_convention): New prototype.
5673 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5674 (alpha_gdbarch_init): Register always_use_struct_convention,
5675 instead of alpha_use_struct_convention.
5676 * cris-tdep.c (cris_use_struct_convention): Delete.
5677 (cris_gdbarch_init): Register always_use_struct_convention,
5678 instead of cris_use_struct_convention.
5679 * frv-tdep.c (frv_use_struct_convention): Delete.
5680 (frv_gdbarch_init): Register always_use_struct_convention,
5681 instead of frv_use_struct_convention.
5682 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5683 (h8300_gdbarch_init): Register always_use_struct_convention,
5684 instead of h8300_use_struct_convention.
5685 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5686 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5687 instead of mips_o32_use_struct_convention.
5688
5689 2003-06-12 Andrew Cagney <cagney@redhat.com>
5690
5691 * wince.c: Include "mips-tdep.h".
5692 * mips-tdep.h (mips_next_pc): Declare.
5693 * mcore-tdep.c: Make more local functions static.
5694 * Makefile.in (wince.o): Update dependencies.
5695
5696 2003-06-12 David Carlton <carlton@kealia.com>
5697
5698 * symtab.c (lookup_symbol_aux_minsyms): Replace
5699 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5700 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5701 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5702 SYMBOL_NATURAL_NAME.
5703
5704 2003-06-12 Andreas Schwab <schwab@suse.de>
5705
5706 * Makefile.in (tuiDisassem.o): Update dependencies.
5707
5708 2003-06-12 David Carlton <carlton@bactrian.org>
5709
5710 * symtab.h: Delete declaration of make_symbol_overload_list.
5711 Add declaration of lookup_partial_symbol.
5712 * symtab.c (remove_params): Move to cp-support.c.
5713 (overload_list_add_symbol, make_symbol_overload_list)
5714 (sym_return_val_size, sym_return_val_index): Ditto.
5715 (lookup_partial_symbol): Make extern.
5716 * cp-support.h: Add declaration of make_symbol_overload_list.
5717 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5718 symtab.h, and block.h.
5719 (remove_params): Move here from symtab.c.
5720 (overload_list_add_symbol, make_symbol_overload_list)
5721 (sym_return_val_size, sym_return_val_index): Ditto.
5722 * valops.c: Include cp-support.h.
5723 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5724 frame_h, and block_h.
5725 (valops.o): Depend on cp_support_h.
5726
5727 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5728
5729 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5730 substitute by NUM_REGS throughout.
5731 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5732 (h8300s_register_name): New function for H8S registers.
5733 (h8300sx_register_name): Ditto for H8SX registers.
5734 (h8300_print_register): Revise register printing, avoid depending
5735 on 32 bit long.
5736 (h8300_register_byte): Only care for H8/300 registers.
5737 (h8300h_register_byte): New function for any other architecture.
5738 (h8300_register_raw_size): Remove.
5739 (h8300_register_virtual_type): Revise to return actually useful
5740 type.
5741 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5742 (h8300h_extract_struct_value_address): New function for any other
5743 architecture.
5744 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5745 set_gdbarch_register_name, set_gdbarch_register_byte,
5746 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5747 Remove calls to set_gdbarch_deprecated_register_size,
5748 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5749 set_gdbarch_deprecated_max_register_raw_size,
5750 set_gdbarch_register_virtual_size and
5751 set_gdbarch_deprecated_max_register_virtual_size entirely.
5752 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5753 set_gdbarch_long_double_bit.
5754
5755 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5756
5757 * doublest.c (convert_doublest_to_floatformat): When dealing
5758 with the implied integer bit, only alter mant_bits if we are
5759 processing a full 32 bits of mantissa.
5760
5761 2003-06-11 David Carlton <carlton@bactrian.org>
5762
5763 * dictionary.h: New.
5764 * dictionary.c: New.
5765 * block.h: Add opaque declaration for struct dictionary.
5766 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5767 'sym' members.
5768 (BLOCK_DICT): New macro.
5769 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5770 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5771 BLOCK_SHOULD_SORT.
5772 (ALL_BLOCK_SYMBOLS): Update definition.
5773 * Makefile.in (SFILES): Add dictionary.c.
5774 (dictionary_h): New.
5775 (COMMON_OBS): Add dictionary.o.
5776 (dictionary.o): New.
5777 (ada-lang.o): Depend on dictionary_h.
5778 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5779 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5780 (mi-cmd-stack.o): Ditto.
5781 (gdbtk-cmds.o): Update dependencies.
5782 (gdbtk-stack.o): Ditto.
5783 * ada-lang.c: Include dictionary.h.
5784 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5785 (fill_in_ada_prototype, debug_print_block): Ditto.
5786 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5787 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5788 'is_sorted'.
5789 * mdebugread.c: Include dictionary.h.
5790 (struct parse_stack): Delete 'maxsyms' member.
5791 (parse_symbol): Update calls to new_block. Delete calls to
5792 shrink_block. Use dictionary methods.
5793 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5794 Update calls to new_symtab. Don't maintain maxsyms data.
5795 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5796 (add_symbol): Just call dict_add_symbol.
5797 (new_symtab): Delete 'maxsyms' argument.
5798 (new_symtab): Update calls to new_block.
5799 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5800 (shrink_block): Delete function.
5801 (fixup_sigtramp): Update call to new_block. Add symbol via
5802 dict_add_symbol.
5803 * jv-lang.c: Include dictionary.h.
5804 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5805 appropriately. Set class_symtab->free_func. Make sure the
5806 blockvector is big enough to hold two blocks.
5807 (add_class_symtab_symbol): Use dictionary methods.
5808 (free_class_block): New function.
5809 (type_from_class): Replace explicit iteration by
5810 ALL_BLOCK_SYMBOLS.
5811 * symtab.h (struct symtab): Replace 'free_ptr' method by
5812 'free_func'.
5813 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5814 sort_symtab_syms.
5815 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5816 sort_symtab_syms.
5817 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5818 Include dictionary.h.
5819 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5820 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5821 sort_symtab_syms.
5822 * objfiles.c: Include dictionary.h.
5823 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5824 * buildsym.c: Include dictionary.h.
5825 (finish_block): Use dictionary methods.
5826 (end_symtab): Set free_func to NULL, not free_ptr.
5827 * tracepoint.c: Include dictionary.h.
5828 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5829 (scope_info): Ditto.
5830 * stack.c: Include dictionary.h.
5831 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5832 (print_block_frame_labels, print_frame_arg_vars)
5833 (print_frame_args): Ditto.
5834 * symmisc.c (free_symtab_block): Use dictionary methods.
5835 (dump_symtab): Ditto.
5836 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5837 Include dictionary.h.
5838 * symfile.h: Delete declarations of sort_block_syms,
5839 sort_symtab_syms.
5840 * symfile.c (sort_block_syms): Delete.
5841 (sort_symtab_syms): Delete.
5842 * symtab.c: Include dictionary.h.
5843 (lookup_block_symbol): Use dictionary iterators.
5844 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5845 (search_symbols, make_symbol_completion_list): Ditto.
5846 (make_symbol_overload_list): Ditto.
5847 * valops.c (value_of_local): Use dict_empty.
5848 Include dictionary.h.
5849
5850 2003-06-11 J. Brobecker <brobecker@gnat.com>
5851
5852 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5853
5854 2003-06-11 David Carlton <carlton@bactrian.org>
5855
5856 * block.h (BLOCK_SHOULD_SORT): Delete.
5857 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5858 blocks.
5859 * ada-lang.c (ada_add_block_symbols): Ditto.
5860 * symfile.c (sort_block_syms): Delete.
5861 (sort_symtab_syms): Ditto.
5862 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5863 declarations.
5864 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5865 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5866 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5867 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5868 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5869 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5870 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5871
5872 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5873
5874 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5875 bits to 128.
5876
5877 2003-06-11 Andrew Cagney <cagney@redhat.com>
5878
5879 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5880 REGISTER_CONVERTIBLE.
5881 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5882 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5883 * gdbarch.h, gdbarch.c: Re-generate.
5884 * arch-utils.h (deprecated_register_convertible_not): Rename
5885 generic_register_convertible_not.
5886 * arch-utils.c (deprecated_register_convertible_not): Rename
5887 generic_register_convertible.
5888 (legacy_convert_register_p, legacy_register_to_value): Update.
5889 * sh-tdep.c (sh64_push_arguments): Update.
5890 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5891 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5892 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5893 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5894 * arch-utils.c (legacy_value_to_register): Update.
5895 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5896 (rs6000_register_convert_to_raw): Make parameter "from" const.
5897 * mips-tdep.c (mips_gdbarch_init): Update.
5898 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5899 * infcmd.c (default_print_registers_info): Update.
5900 * ia64-tdep.c (ia64_gdbarch_init): Update.
5901 (ia64_register_convert_to_raw): Make parameter "from" const.
5902 * i386-tdep.c (i386_gdbarch_init): Update.
5903 (i386_register_convert_to_raw): Update.
5904
5905 2003-06-11 Andrew Cagney <cagney@redhat.com>
5906
5907 * remote-fileio.c: Include "remote-fileio.h".
5908 * Makefile.in (remote-fileio.o): Update dependencies.
5909 (remote_fileio_h): Fix typo.
5910
5911 2003-06-11 Andrew Cagney <cagney@redhat.com>
5912
5913 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5914 (xstormy16_save_dummy_frame_tos): Make static.
5915 (_initialize_xstormy16_tdep): Add declaration.
5916 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5917 * v850-tdep.c: Make local functions static.
5918 (_initialize_v850_tdep): Add declaration.
5919 * sparc-tdep.c: Make local functions static.
5920 (_initialize_sparc_tdep): Add declaration.
5921 * sh-tdep.c: Make local functions static.
5922 (_initialize_sh_tdep): Add declaration.
5923 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5924 * s390-tdep.c: Make local functions static.
5925 (_initialize_s390_tdep): Add declaration.
5926 * dbxread.c (find_stab_function_addr): Make static.
5927 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5928 * ocd.c (_initialize_remote_ocd): Add declaration.
5929 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5930 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5931 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5932 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5933 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5934 * remote-array.c (_initialize_array): Add declaration.
5935 (_initialize_remote_monitors): Add declaration.
5936 * remote-mips.c: Make local functions static.
5937 (_initialize_remote_mips): Add declaration.
5938 * mcore-tdep.c: Make all local functions static.
5939 (_initialize_mcore_tdep): Add declaration.
5940 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5941 * abug-rom.c (_initialize_abug_rom): Add declaration.
5942 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5943 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5944 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5945 * remote-est.c (_initialize_est): Add declaration.
5946 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5947 (m68hc11_call_dummy_address): Make static.
5948 * ia64-tdep.c: Make local functions static.
5949 (_initialize_ia64_tdep): Add declaration.
5950 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5951 * monitor.c (monitor_wait_filter): Make static.
5952 (_initialize_remote_monitors): Add declaration.
5953 * remote-hms.c (_initialize_remote_hms): Add declaration.
5954 * remote-e7000.c (fetch_regs_from_dump): Make static.
5955 (expect_n): Make static.
5956 (_initialize_remote_e7000): Add declaration.
5957 * ser-e7kpc.c: Always include "defs.h".
5958 (_initialize_ser_e7000pc): Add declaration.
5959 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5960 * cris-tdep.c: Make all but one function static.
5961 (_initialize_cris_tdep): Add declaration.
5962 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5963 * solib.c (update_solib_list): Make static.
5964 (_initialize_solib): Add declaration.
5965 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5966 (_initialize_avr_tdep): Add declaration.
5967 * remote-rdi.c (voiddummy): Make static.
5968 (_initialize_remote_rdi): Add declaration.
5969 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5970 * remote-rdp.c (send_rdp): Make static.
5971 (_initialize_remote_rdp): Add declaration.
5972 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5973
5974 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5975
5976 * remote-fileio.c: Make ari happy.
5977
5978 2003-06-10 J. Brobecker <brobecker@gnat.com>
5979
5980 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5981 fetching the trailing bytes of the buffer we are about to write.
5982
5983 2003-06-10 Andrew Cagney <cagney@redhat.com>
5984
5985 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5986 * Makefile.in (remote-fileio.o): Update dependencies.
5987 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5988 include <setjmp.h>, or <sys/types.h> conditional on USG.
5989 (remote_fio_jmp_buf): Delete global variable.
5990
5991 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5992 Martin M. Hunt <hunt@redhat.com>
5993
5994 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5995 (SFILES): Add remote-fileio.c.
5996 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5997 dependencies for building remote.o.
5998 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5999 * remote-fileio.h: New header file defining remote File-I/O interface.
6000 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6001 static storage class.
6002 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6003 'F' packet.
6004 (_initialize_remote): Call initialize_remote_fileio().
6005 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6006 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6007 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6008 (captured_main): Initialize new ui_files.
6009 * ui-file.c: Add read and fgets input functions.
6010 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6011 (null_file_read): New function.
6012 (ui_file_read): New function.
6013 (set_ui_file_read): New function.
6014 (stdio_file_read): New function.
6015 * ui-file.h: New type ui_file_read_ftype.
6016 (set_ui_file_read): Declare.
6017 (ui_file_read): Declare.
6018
6019 2003-06-09 Andrew Cagney <cagney@redhat.com>
6020
6021 * frame.h (deprecated_unwind_get_saved_register): Rename
6022 generic_unwind_get_saved_register, update comments.
6023 * mips-tdep.c (mips_get_saved_register): Update.
6024 * frame.c (deprecated_unwind_get_saved_register): Update.
6025
6026 2003-06-09 Andrew Cagney <cagney@redhat.com>
6027
6028 * vax-tdep.c (vax_frame_locals_address): Delete function.
6029 (vax_gdbarch_init): Do not set frame_locals_address.
6030 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6031 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6032 * s390-tdep.c (s390_frame_args_address): Delete function.
6033 (s390_gdbarch_init): Do not set frame_args_address or
6034 frame_locals_address.
6035 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6036 (ns32k_gdbarch_init): Do not set frame_locals_address.
6037 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6038 (hppa_frame_locals_address): Delete function.
6039 (hppa_gdbarch_init): Do not set frame_args_address, or
6040 frame_locals_address.
6041 * arm-tdep.c (arm_frame_args_address): Delete.
6042 (arm_frame_locals_address): Delete.
6043 (arm_gdbarch_init): Do not set frame_args_address, or
6044 frame_locals_address.
6045
6046 2003-06-09 Andrew Cagney <cagney@redhat.com>
6047
6048 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6049 * gdbarch.h, gdbarch.c: Re-generate.
6050 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6051 * arch-utils.c (frame_num_args_unknown): Delete function.
6052 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6053 (frame_info): Use FRAME_NUM_ARGS_P.
6054 * arm-tdep.c (arm_frame_num_args): Delete function.
6055 (arm_gdbarch_init): Do not set frame_num_args.
6056 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6057 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6058 (hppa_gdbarch_init): Do not set frame_num_args.
6059 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6060 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6061 frame_num_args to default frame_num_args_unknown.
6062 * v850-tdep.c (v850_gdbarch_init): Ditto.
6063 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6064 * sh-tdep.c (sh_gdbarch_init): Ditto.
6065 * s390-tdep.c (s390_gdbarch_init): Ditto.
6066 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6067 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6068 * mips-tdep.c (mips_gdbarch_init): Ditto.
6069 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6070 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6071 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6072 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6073 * i386-tdep.c (i386_gdbarch_init): Ditto.
6074 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6075 * frv-tdep.c (frv_gdbarch_init): Ditto.
6076 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6077 * cris-tdep.c (cris_gdbarch_init): Ditto.
6078 * avr-tdep.c (avr_gdbarch_init): Ditto.
6079 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6080
6081 2003-06-09 Andrew Cagney <cagney@redhat.com>
6082
6083 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6084 (print_frame_args): Moved to "stack.c".
6085 * stack.c: Include "gdb_assert.h".
6086 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6087 (print_frame_args): Moved from "printcmd.c".
6088 * frame.h (print_frame_args): Delete declaration.
6089 * Makefile.in (stack.o): Update dependencies.
6090
6091 2003-06-08 Andrew Cagney <cagney@redhat.com>
6092
6093 * frame.c (get_prev_frame): Remove reference to
6094 frame_args_address_correct in comments.
6095 * frame-base.c (default_frame_args_address): Delete code
6096 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6097 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6098 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6099 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6100 (vax_frame_args_address_correct): Delete declaration.
6101
6102 2003-06-08 Andrew Cagney <cagney@redhat.com>
6103
6104 * gdbarch.sh (UNWIND_SP): Add.
6105 * gdbarch.h, gdbarch.c: Re-generate.
6106 * frame.c (frame_sp_unwind): New function.
6107 (get_frame_sp): New function.
6108 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6109 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6110 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6111 value.
6112 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6113 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6114
6115 2003-06-08 Andrew Cagney <cagney@redhat.com>
6116
6117 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6118 REMOTE_BREAKPOINT.
6119 * remote.c: Update.
6120 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6121 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6122 * config/m68k/tm-sun3.h: Update.
6123 * config/m68k/tm-m68klynx.h: Update.
6124 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6125
6126 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6127 trad_frame". Update comments.
6128 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6129 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6130 (trad_frame_register_value, trad_frame_prev_register): Update.
6131
6132 2003-06-08 Andrew Cagney <cagney@redhat.com>
6133
6134 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6135 from GCC's acinclude.m4.
6136 * configure.in: Check for getopt's delcaration.
6137 * aclocal.m4, config.in, configure: Re-generate.
6138 * main.c (error_init): Delete declaration.
6139 * defs.h (error_init): Declare.
6140 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6141 (rs6000_convert_from_func_ptr_addr): Make static.
6142 (_initialize_rs6000_tdep): Add declaration.
6143 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6144 (show_commands, set_verbose, show_history): Delete declaration.
6145 * top.h (set_verbose): Add declaration.
6146 (show_history, set_history, show_commands): Add declaration.
6147 (do_restore_instream_cleanup): Add declaration.
6148 * objc-lang.c (specialcmp): Make static.
6149 (print_object_command): Make static.
6150 (find_objc_msgsend): Make static.
6151 (find_objc_msgcall_submethod_helper): Make static.
6152 (find_objc_msgcall_submethod): Make static.
6153 (_initialize_objc_language): Add declaration.
6154 (find_implementation_from_class): Make static.
6155 (find_implementation): Make static.
6156 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6157 * objc-lang.h (lookup_struct_typedef): Add declaration.
6158 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6159 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6160 (do_restore_user_call_depth): Make static.
6161 (do_restore_instream_cleanup): Delete declaration.
6162 (dont_repeat): Delete declaration.
6163 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6164 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6165 * reggroups.c (_initialize_reggroup): Add declaration.
6166 * cp-support.c (_initialize_cp_support): Add declaration.
6167 * cp-abi.c (_initialize_cp_abi): Add declaration.
6168 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6169 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6170 (_initialize_gnu_v3_abi): Add declaration.
6171 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6172 (_initialize_gnu_v2_abi): Add declaration.
6173 * frame-base.c (_initialize_frame_base): Add declaration.
6174 * doublest.c (floatformat_from_length): Make static.
6175 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6176 * frame.c (create_sentinel_frame): Make static.
6177 (_initialize_frame): Add declaration.
6178 * top.c (do_catch_errors): Make static.
6179 (gdb_rl_operate_and_get_next_completion): Make static.
6180 * typeprint.c: Include "typeprint.h".
6181 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6182 (sentinel_frame_this_id): Make static.
6183 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6184 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6185 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6186 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6187 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6188 * maint.c (maintenance_print_architecture): Make static.
6189 * signals/signals.c (_initialize_signals): Add declaration.
6190 * std-regs.c (_initialize_frame_reg): Add declaration.
6191 * jv-exp.y (push_variable): ISO C definition.
6192 (push_qualified_expression_name): Ditto.
6193 * memattr.c (_initialize_mem): Add declaration.
6194 * remote.c (remote_check_watch_resources): Make static.
6195 (remote_stopped_by_watchpoint): Make static.
6196 (remote_stopped_data_address): Make static.
6197 * d10v-tdep.c (nr_dmap_regs): Make static.
6198 (a0_regnum): Make static.
6199 (d10v_frame_unwind_cache): Make static.
6200 (d10v_frame_p): Make static.
6201 * osabi.c (show_osabi): Make static.
6202 (_initialize_gdb_osabi): Add extern declaration.
6203 * gdbtypes.c (make_qualified_type): Make static.
6204 (safe_parse_type): Make static.
6205 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6206 * macrotab.c (macro_bcache_free): Make static.
6207 * interps.c (interp_set_quiet): Make static.
6208 (interpreter_exec_cmd): Make static.
6209 * stack.h (select_frame_command): New file.
6210 * stack.c: Include "stack.h".
6211 (select_frame_command_wrapper): Delete function.
6212 (select_frame_command): Make global.
6213 * infcall.c: Include "infcall.h".
6214 * linespec.c: Include "linespec.h".
6215 * symfile.c (sections_overlap): Make static.
6216 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6217 * charset.c (_initialize_charset): Add missing prototype.
6218 * regcache.c (init_legacy_regcache_descr): Make static.
6219 (do_regcache_xfree): Make static.
6220 (regcache_xfer_part): Make static.
6221 (_initialize_regcache): Add missing prototype.
6222 * breakpoint.c (parse_breakpoint_sals): Make static.
6223 (breakpoint_sals_to_pc): Make static.
6224 * interps.h (clear_interpreter_hooks): ISO C declaration.
6225 * Makefile.in (stack_h): Define.
6226 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6227 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6228
6229 2003-06-08 Andrew Cagney <cagney@redhat.com>
6230
6231 * Makefile.in (d10v-tdep.o): Update dependencies.
6232 (SFILES): Add trad-frame.c.
6233 (trad_frame_h): Define.
6234 (COMMON_OBS): Add trad-frame.o.
6235 (trad-frame.o): Specify dependencies.
6236 * d10v-tdep.c: Include "trad-frame.h".
6237 (saved_regs_unwinder): Delete function.
6238 (d10v_frame_prev_register): Use trad_frame_prev_register.
6239 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6240 trad_frame", delete "regs" and "prev_sp".
6241 (prologue_find_regs): Use trad-frame.
6242 * trad-frame.h, trad-frame.c: New files.
6243
6244 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6245
6246 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6247
6248 2003-06-07 Adam Fedor <fedor@gnu.org>
6249
6250 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6251 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6252 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6253 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6254 resolve_msgsend_super, resolve_msgsend_super_stret):
6255 Use it.
6256
6257 2003-06-07 Andrew Cagney <cagney@redhat.com>
6258
6259 * symfile.h: Re-indent, clean up comments.
6260
6261 2003-06-07 Andrew Cagney <cagney@redhat.com>
6262
6263 * inferior.h (deprecated_write_sp): Replace
6264 generic_target_write_sp.
6265 * regcache.c (deprecated_write_sp): Replace
6266 generic_target_write_sp.
6267 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6268 * vax-tdep.c (vax_gdbarch_init): Update.
6269 * v850-tdep.c (v850_gdbarch_init): Update.
6270 * sparc-tdep.c (sparc_gdbarch_init): Update.
6271 * sh-tdep.c (sh_gdbarch_init): Update.
6272 * s390-tdep.c (s390_gdbarch_init): Update.
6273 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6274 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6275 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6276 * mcore-tdep.c (mcore_gdbarch_init): Update.
6277 * m68k-tdep.c (m68k_gdbarch_init): Update.
6278 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6279 * ia64-tdep.c (ia64_gdbarch_init): Update.
6280 * h8300-tdep.c (h8300_gdbarch_init): Update.
6281 * frv-tdep.c (frv_gdbarch_init): Update.
6282 * cris-tdep.c (cris_gdbarch_init): Update.
6283 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6284
6285 2003-06-07 Andrew Cagney <cagney@redhat.com>
6286
6287 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6288 Assert that PC_REGNUM is valid.
6289 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6290
6291 2003-06-07 Andrew Cagney <cagney@redhat.com>
6292
6293 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6294 * gdbarch.h, gdbarch.c: Regenerate.
6295 * mn10300-tdep.c: Include "gdb_assert.h".
6296 (mn10300_read_fp): New function.
6297 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6298 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6299 * ia64-tdep.c: Include "gdb_assert.h".
6300 (ia64_read_fp): New function.
6301 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6302 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6303 * regcache.c (generic_target_read_sp): Delete function.
6304 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6305 * inferior.h (generic_target_read_sp): Delete declaration.
6306 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6307 generic_target_read_sp.
6308 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6309 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6310 * sh-tdep.c (sh_gdbarch_init): Ditto.
6311 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6312 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6313
6314 2003-06-07 Andrew Cagney <cagney@redhat.com>
6315
6316 * gdbarch.sh: Comment each field of startup_gdbarch.
6317 * gdbarch.h, gdbarch.c: Re-generate.
6318
6319 2003-06-07 Andrew Cagney <cagney@redhat.com>
6320
6321 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6322 * gdbarch.h, gdbarch.c: Re-generate.
6323 * regcache.c: Update comments on read_pc et.al.
6324 (generic_target_read_pc): Delete function.
6325 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6326 * inferior.h (generic_target_read_pc): Delete declaration.
6327 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6328 generic_target_read_pc.
6329 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6330 * sh-tdep.c (sh_gdbarch_init): Ditto.
6331 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6332 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6333
6334 2003-06-07 Andrew Cagney <cagney@redhat.com>
6335
6336 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6337 "index" with "special_local_sect". Use strcmp instead of STREQ.
6338 Append period to coments.
6339
6340 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6341
6342 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6343 (elfstab_offset_sections): Likewise.
6344 * gdb-stabs.h (stab_section_info): Likewise.
6345 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6346 * objfiles.c (objfile_relocate): Likewise.
6347 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6348 * remote.c (get_offsets): Likewise.
6349 (remote_cisco_objfile_relocate): Likewise.
6350 * somread.c (som_symfile_offsets): Likewise.
6351 * symfile.c (alloc_section_addr_info): New function.
6352 (build_section_addr_info_from_section_tab): Use it.
6353 (free_section_addr_info): Adjust.
6354 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6355 (syms_from_objfile): Allocate local_addr dynamically.
6356 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6357 dynamically.
6358 (add_symbol_file_command): Allocate sect_opts dynamically.
6359 (reread_symbols): Avoid use of SECT_OFF_MAX.
6360 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6361 (alloc_section_addr_info): Declare it.
6362 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6363 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6364 dynamically.
6365 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6366
6367 2003-06-06 Andrew Cagney <cagney@redhat.com>
6368
6369 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6370 (d10v_frame_unwind_cache): Do not set "return_pc".
6371
6372 2003-06-06 Michael Snyder <msnyder@redhat.com>
6373
6374 * h8300-tdep.c: Make tidy (long lines).
6375
6376 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6377
6378 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6379 to regcache_collect().
6380
6381 2003-06-05 J. Brobecker <brobecker@gnat.com>
6382
6383 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6384 pc_in_sigtramp multiarch method.
6385 (hppa_hpux_som_init_abi): Use it.
6386 (hppa_hpux_elf_init_abi): Likewise.
6387 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6388 macro has been multiarched.
6389 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6390 macro here, as hppa64 isn't multiarched yet.
6391
6392 2003-06-05 Andrew Cagney <cagney@redhat.com>
6393
6394 * Makefile.in (value_h): Add $(frame_h).
6395 * value.h: Include "frame.h".
6396 (struct value): Replace "frame_addr" with "frame_id".
6397 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6398 * values.c (allocate_value): Use VALUE_FRAME_ID.
6399 (value_copy): Use VALUE_FRAME_ID.
6400 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6401 * valops.c (value_assign): Update. Use frame_find_by_id.
6402
6403 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6404
6405 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6406 in each pass.
6407
6408 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6409
6410 * thread-db.c (check_event): For create/death event breakpoints,
6411 loop through all messages to ensure that we read the message
6412 corresponding to the breakpoint we are at.
6413
6414 2003-06-04 Michael Snyder <msnyder@redhat.com>
6415
6416 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6417
6418 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6419
6420 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6421 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6422 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6423 when handling .eh_frame sections.
6424
6425 2003-06-04 J. Brobecker <brobecker@gnat.com>
6426
6427 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6428 prepare_to_proceed procedure instead of the hppa-specific one.
6429 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6430
6431 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6432
6433 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6434 * config.in: Regenerated.
6435 * configure.in: Add test for syscall function and check for
6436 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6437 * configure: Regenerated.
6438 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6439 <sys/syscall.h>.
6440 (kill_lwp): New function that uses tkill syscall or
6441 uses kill, depending on whether threading model is nptl or not.
6442 All callers of kill() changed to use kill_lwp().
6443 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6444 see if all threads have already exited in the nptl model.
6445 (stop_and_resume_callback): New callback function used by the
6446 lin_lwp_wait thread exit handling code.
6447 (stop_wait_callback): Check for threads already having exited and
6448 delete such threads fromt the lwp list when discovered.
6449 (stop_callback): Don't assert retcode of kill call.
6450
6451 Roland McGrath <roland@redhat.com>
6452 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6453 nptl libthread_db.
6454
6455 2003-06-03 Richard Henderson <rth@redhat.com>
6456
6457 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6458 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6459 (alpha_sigtramp_frame_prev_register): Likewise.
6460 (alpha_heuristic_frame_prev_register): Likewise.
6461 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6462
6463 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6464 alpha-specific register id names.
6465 (alpha_mdebug_frame_unwind_cache): Likewise.
6466 (alpha_mdebug_frame_prev_register): Likewise.
6467
6468 2003-06-03 Richard Henderson <rth@redhat.com>
6469
6470 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6471 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6472 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6473 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6474 unwind routines.
6475 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6476 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6477 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6478
6479 * alpha-linux-tdep.c: Remove unnecessary includes.
6480 * Makefile.in (alpha-linux-tdep.o): Update.
6481
6482 2003-06-03 Richard Henderson <rth@redhat.com>
6483
6484 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6485 (alphabsd_fill_fpreg): Likewise.
6486
6487 2003-06-03 J. Brobecker <brobecker@gnat.com>
6488
6489 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6490 references to struct frame_info fields by calls to the equivalent
6491 accessors. Necessary now that frame_info is opaque.
6492
6493 2003-06-03 J. Brobecker <brobecker@gnat.com>
6494
6495 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6496 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6497 structure, field no longer exists.
6498
6499 2003-06-03 J. Brobecker <brobecker@gnat.com>
6500
6501 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6502 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6503
6504 2003-06-03 J. Brobecker <brobecker@gnat.com>
6505
6506 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6507 references to struct frame_info fields by calls to the equivalent
6508 accessors. Necessary now that frame_info is opaque.
6509
6510 2003-06-03 J. Brobecker <brobecker@gnat.com>
6511
6512 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6513 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6514 structure, field no longer exists.
6515
6516 2003-06-03 Theodore A. Roth <troth@openavr.org>
6517
6518 * remote.c (init_remote_state): Compute sizeof_g_packet by
6519 accumulation of the size of all registers instead of blindly using
6520 DEPRECATED_REGISTER_BYTES.
6521
6522 2003-06-03 Michael Snyder <msnyder@redhat.com>
6523
6524 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6525 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6526 for h8300sx.
6527
6528 2003-06-03 J. Brobecker <brobecker@gnat.com>
6529
6530 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6531 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6532
6533 2003-06-03 Andrew Cagney <cagney@redhat.com>
6534
6535 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6536 (sparc_convert_to_raw): Delete function.
6537 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6538 register_convert_to_virtual.
6539
6540 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6541
6542 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6543 layer if not dealing with a statically-linked threaded program.
6544
6545 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6546
6547 * solib.c (solib_open): Update comment to reflect actual search order.
6548
6549 2003-06-03 Andrew Cagney <cagney@redhat.com>
6550
6551 * frame.c (get_frame_memory_signed): New function.
6552 (get_frame_memory, get_frame_memory_unsigned): New function.
6553 (get_frame_arch): New function.
6554 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6555 (get_frame_memory, get_frame_unsigned_memory): Declare.
6556 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6557 get_frame_memory_unsigned and get_frame_arch.
6558 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6559
6560 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6561
6562 * MAINTAINERS (write after approval): Add myself.
6563
6564 2003-06-03 Jim Blandy <jimb@redhat.com>
6565
6566 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6567 elements of gregset_t are 64 bits each, but access registers
6568 are still 32 bits, so they're packed two per gregset_t
6569 element. Unpack/pack them properly.
6570
6571 2003-06-02 David Carlton <carlton@bactrian.org>
6572
6573 * linespec.c (find_methods): Break out code into
6574 add_matching_methods and add_constructors.
6575 (add_matching_methods): New.
6576 (add_constructors): Ditto.
6577
6578 2003-06-02 Andrew Cagney <cagney@redhat.com>
6579
6580 * sparc-tdep.c (sparc_print_registers): Delete call to
6581 REGISTER_CONVERTIBLE.
6582 (sparc_gdbarch_init): Do not set register_convertible.
6583 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6584 * frv-tdep.c (frv_gdbarch_init): Ditto.
6585 * cris-tdep.c (cris_gdbarch_init): Ditto.
6586
6587 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6588
6589 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6590 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6591 (syms_from_objfile): Ditto.
6592
6593 2003-06-03 Andreas Schwab <schwab@suse.de>
6594
6595 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6596 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6597
6598 2003-06-02 Richard Henderson <rth@redhat.com>
6599
6600 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6601 a member of all_reggroup.
6602
6603 2003-06-02 Richard Henderson <rth@redhat.com>
6604
6605 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6606 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6607 (alpha_lds, alpha_sts): New.
6608 (alpha_convert_register_p): Change from _register_convertible.
6609 (alpha_register_to_value): Change from _convert_to_virtual;
6610 restructure and fail for type sizes other than 4 or 8.
6611 (alpha_value_to_register): Similarly.
6612 (alpha_extract_return_value): Use alpha_sts.
6613 (alpha_store_return_value): Use alpha_lds.
6614 (alpha_gdbarch_init): Update hooks.
6615
6616 2003-06-02 Richard Henderson <rth@redhat.com>
6617
6618 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6619 regnum identifiers.
6620 (alpha_sigtramp_register_address): Likewise.
6621
6622 2003-06-02 Richard Henderson <rth@redhat.com>
6623
6624 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6625 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6626 * alpha-tdep.h: Declare them.
6627
6628 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6629 Remove zerobuf. Don't error on UNIQUE.
6630 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6631 (ALPHA_REGSET_UNIQUE): Provide default.
6632 (supply_gregset): Use alpha_supply_int_regs.
6633 (fill_gregset): Use alpha_fill_int_regs.
6634 (supply_fpregset): Use alpha_supply_fp_regs.
6635 (fill_fpregset): Use alpha_fill_fp_regs.
6636 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6637 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6638 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6639 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6640 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6641 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6642
6643 2003-06-02 Richard Henderson <rth@redhat.com>
6644
6645 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6646
6647 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6648 (alpha_store_return_value): Likewise.
6649
6650 2003-06-02 David Carlton <carlton@math.stanford.edu>
6651
6652 * block.c (contained_in): Add 'const' to arguments.
6653 (block_function): Ditto.
6654 * block.h: Update declarations for block_function and
6655 contained_in.
6656
6657 2003-06-02 David Carlton <carlton@math.stanford.edu>
6658
6659 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6660 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6661 * p-valprint.c (pascal_val_print): Ditto.
6662 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6663
6664 2003-06-02 Richard Henderson <rth@redhat.com>
6665
6666 * alpha-tdep.c (alpha_push_dummy_call): Use
6667 builtin_type_ieee_double_little instead of builtin_type_double.
6668
6669 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6670 sign-extension of 32-bit values.
6671 (alpha_store_return_value): Similarly.
6672
6673 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6674 (alpha_extract_return_value): Likewise.
6675 (alpha_store_return_value): Likewise.
6676
6677 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6678 (alpha_store_return_value): Error on IEEE Quad floats.
6679
6680 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6681 (alpha_extract_struct_value_address): Likewise.
6682 (alpha_store_return_value): Likewise.
6683 (alpha_store_struct_return): Remove.
6684 (alpha_gdbarch_init): Update hook registration to match.
6685
6686 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6687 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6688 macros where appropriate.
6689 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6690 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6691
6692 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6693 for SP, GP; void_func_ptr for PC; non-language-specific types
6694 for all others.
6695 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6696
6697 2003-06-02 Richard Henderson <rth@redhat.com>
6698
6699 * top.h (lim_at_start): Declare.
6700 * main.c (captured_main): Set it.
6701 * top.c (lim_at_start): Define.
6702 (command_loop): Use it instead of &environ.
6703 * event-top.c (command_handler): Likewise.
6704
6705 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6706
6707 * mipsnbsd-tdep.c: Update copyright years.
6708 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6709
6710 2003-06-01 Richard Henderson <rth@redhat.com>
6711
6712 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6713 (alpha-linux-tdep.o): Update dependencies.
6714 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6715 * alpha-mdebug-tdep.c: Remove unneeded includes.
6716
6717 2003-06-01 Richard Henderson <rth@redhat.com>
6718
6719 * alpha-tdep.c (alpha_register_reggroup_p): New.
6720 (alpha_gdbarch_init): Register it.
6721
6722 2003-06-02 Andrew Cagney <cagney@redhat.com>
6723
6724 * dwarfread.c: Eliminate "register"
6725 (decode_die_type): Eliminate assignment within "if".
6726 (struct_type, decode_array_element_type): Ditto.
6727 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6728 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6729 (decode_modified_type, completedieinfo): Ditto.
6730 * block.c: Eliminate "register".
6731 (blockvector_for_pc_sect): Eliminate assignment within "if".
6732 * cp-support.h (struct symbol): Opaque declaration.
6733 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6734
6735 2003-06-01 Richard Henderson <rth@redhat.com>
6736
6737 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6738 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6739
6740 2003-06-01 Adam Fedor <fedor@gnu.org>
6741
6742 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6743 * gdbarch.[ch]: Regenerate.
6744 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6745 (hppa_gdbarch_init): Set it in the gdbarch vector.
6746 * i386-tdep.c (i386_fetch_pointer_argument): New
6747 (i386_gdbarch_init): Set it into gdbarch.
6748 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6749 (rs6000_gdbarch_init): Set it in gdbarch.
6750 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6751 (sparc_gdbarch_init): Set it in gdbarch.
6752
6753 2003-06-01 Andrew Cagney <cagney@redhat.com>
6754
6755 * defs.h (extract_address): Delete declaration.
6756 * findvar.c (extract_address): Delete function.
6757 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6758 extract_address with the inline equivalent,
6759 extract_unsigned_integer.
6760 (xstormy16_extract_struct_value_address): Ditto.
6761 (xstormy16_pointer_to_address): Ditto.
6762 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6763 * v850-tdep.c (v850_push_arguments): Ditto.
6764 (v850_extract_return_value): Ditto.
6765 (v850_extract_struct_value_address): Ditto.
6766 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6767 (sparcnbsd_get_longjmp_target_64): Ditto.
6768 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6769 (get_longjmp_target): Ditto.
6770 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6771 (sh64_extract_struct_value_address): Ditto.
6772 (sh_push_arguments): Ditto.
6773 (sh64_push_arguments): Ditto.
6774 * remote-vxsparc.c (vx_read_register): Ditto.
6775 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6776 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6777 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6778 * mipsv4-nat.c (get_longjmp_target): Ditto.
6779 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6780 * mips-nat.c (get_longjmp_target): Ditto.
6781 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6782 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6783 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6784 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6785 * irix5-nat.c (get_longjmp_target): Ditto.
6786 * irix4-nat.c (get_longjmp_target): Ditto.
6787 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6788 (ia64_push_arguments): Ditto.
6789 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6790 * h8300-tdep.c (h8300_push_arguments): Ditto.
6791 (h8300_store_return_value): Ditto.
6792 (h8300_extract_struct_value_address): Ditto.
6793 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6794 (frv_push_arguments): Ditto.
6795 * avr-tdep.c (avr_pointer_to_address): Ditto.
6796 (avr_push_arguments): Ditto.
6797 * arm-tdep.c (arm_push_dummy_call): Ditto.
6798 (arm_get_longjmp_target): Ditto.
6799 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6800 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6801 (alpha_get_longjmp_target): Ditto.
6802
6803 * solib-irix.c (extract_mips_address): Inline extract_address,
6804 replacing it with extract_signed_integer.
6805 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6806 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6807 (first_link_map_member, open_symbol_file_object): Ditto.
6808 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6809 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6810 (LM_NEXT, LM_NAME): Ditto.
6811
6812 2003-06-01 Richard Henderson <rth@redhat.com>
6813
6814 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6815 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6816 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6817 (alpha_cannot_store_register): Likewise.
6818 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6819 * alpha-nat.c (supply_gregset): Likewise.
6820 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6821
6822 2003-06-01 Andrew Cagney <cagney@redhat.com>
6823
6824 * infcall.c (call_function_by_hand): Update comment on
6825 DEPRECATED_DUMMY_WRITE_SP.
6826
6827 * mips-tdep.c (mips_gdbarch_init): Do not set
6828 deprecated_dummy_write_sp.
6829 (mips_eabi_push_dummy_call): Set the SP register.
6830 (mips_o64_push_dummy_call): Set the SP register.
6831 (mips_o32_push_dummy_call): Set the SP register.
6832 (mips_n32n64_push_dummy_call): Set the SP register.
6833
6834 2003-06-01 Richard Henderson <rth@redhat.com>
6835
6836 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6837 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6838 (supply_gregset): Likewise.
6839 * alpha-tdep.c (alpha_store_return_value): Likewise.
6840 (alpha_get_longjmp_target): Likewise.
6841 (alpha_register_name): Constify array.
6842 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6843 deprecated_register_size, deprecated_register_bytes,
6844 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6845 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6846 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6847
6848 2003-06-01 Richard Henderson <rth@redhat.com>
6849
6850 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6851 from arg_reg_buffer to regcache to avoid double conversion.
6852
6853 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6854
6855 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6856 SP_REGNUM.
6857 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6858 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6859
6860 2003-06-01 Richard Henderson <rth@redhat.com>
6861
6862 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6863 (decode_frame_entry): Set it. Skip FDE augmentation.
6864
6865 2003-06-01 Richard Henderson <rth@redhat.com>
6866
6867 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6868 not overlapping PC_REGNUM.
6869
6870 2003-06-01 Richard Henderson <rth@redhat.com>
6871
6872 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6873 alpha_push_arguments. Don't dump argument register data to
6874 the target stack. Fix float and 128-bit long double semantics.
6875 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6876 (alpha_fix_call_dummy): Remove.
6877 (alpha_call_dummy_words): Remove.
6878 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6879
6880 2003-06-01 Richard Henderson <rth@redhat.com>
6881
6882 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6883
6884 2003-06-01 Andrew Cagney <cagney@redhat.com>
6885
6886 * mips-tdep.c (is_mips16_addr): New function.
6887 (make_mips16_addr, unmake_mips16_addr): New functions.
6888 (pc_is_mips16, mips_fetch_instruction): Use.
6889 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6890 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6891 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6892 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6893 TARGET_MIPS.
6894 * config/mips/tm-mips.h: Update copyright.
6895 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6896 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6897 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6898 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6899 (TM_PRINT_INSN_MACH): Delete.
6900 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6901
6902 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6903 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6904 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6905 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6906 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6907 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6908 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6909 mips*-*-riscos* and mips*-*-sysv* onto mips.
6910 * config/mips/mips64.mt: New file.
6911 * config/mips/mips.mt: New file.
6912 * config/mips/littlemips.mt: Delete file.
6913 * config/mips/decstation.mt: Delete file.
6914 * config/mips/vr4300el.mt: Delete file.
6915 * config/mips/vr5000el.mt: Delete file.
6916 * config/mips/vr5000.mt: Delete file.
6917 * config/mips/vr4100.mt: Delete file.
6918 * config/mips/vr4xxxel.mt: Delete file.
6919 * config/mips/vr4300.mt: Delete file.
6920 * config/mips/vr4xxx.mt: Delete file.
6921 * config/mips/bigmips.mt: Delete file.
6922 * config/mips/bigmips64.mt: Delete file.
6923 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6924 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6925 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6926 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6927 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6928 "tm-bigmips.h".
6929 * config/mips/tm-irix3.h: Ditto.
6930 * config/mips/tm-mipsv4.h: Ditto.
6931 * config/mips/tm-embed.h: Ditto.
6932 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6933 "tm-bigmips64.h".
6934 * config/mips/tm-vr5000el.h: Delete file.
6935 * config/mips/tm-tx39l.h: Delete file.
6936 * config/mips/tm-vr4300el.h: Delete file.
6937 * config/mips/tm-vr4xxxel.h: Delete file.
6938 * config/mips/tm-vr4300.h: Delete file.
6939 * config/mips/tm-vr4100.h: Delete file.
6940 * config/mips/tm-vr4xxx.h: Delete file.
6941 * config/mips/tm-vr5000.h: Delete file.
6942 * config/mips/tm-embedl64.h: Delete file.
6943 * config/mips/tm-embedl.h: Delete file.
6944 * config/mips/tm-embed64.h: Delete file.
6945 * config/mips/tm-bigmips64.h: Delete file.
6946 * config/mips/tm-bigmips.h: Delete file.
6947
6948 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6949
6950 Fix gdb/1216.
6951 * shnbsd-nat.c: Include "sh-tdep.h".
6952
6953 From Richard Henderson <rth@redhat.com>:
6954 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6955
6956 2003-05-31 Andrew Cagney <cagney@redhat.com>
6957
6958 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6959 forward declaration.
6960 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6961 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6962 (mips_find_saved_regs): Use set_reg_offset.
6963 (mips_frame_init_saved_regs): Delete function.
6964 (mips_pop_frame): Call mips_find_saved_regs instead of
6965 DEPRECATED_FRAME_INIT_SAVED_REGS.
6966
6967 2003-05-31 Andrew Cagney <cagney@redhat.com>
6968
6969 * mips-tdep.c (mips_gdbarch_init): Do not set
6970 deprecated_max_register_raw_size, register_virtual_size, and
6971 deprecated_max_register_virtual_size.
6972
6973 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6974
6975 * i386-tdep.c: Include "dwarf2-frame.h".
6976 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6977 * Makefile.in (i386-tdep.o): Update dependencies.
6978
6979 * dwarf2-frame.c, dwarf2-frame.h: New files.
6980 * Makefile.in (SFILES): Add dwarf2-frame.c.
6981 (dwarf2_frame_h): Define.
6982 (COMMON_OBS): Add dwarf2-frame.o.
6983 (dwarf2-frame.o): Add dependencies.
6984
6985 2003-05-31 Andreas Jaeger <aj@suse.de>
6986
6987 * x86-64-linux-nat.c: Fix comment.
6988
6989 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6990
6991 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6992 function signature.
6993
6994 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6995 have a sigcontext_addr handler.
6996 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6997 sigcontext_addr handler.
6998
6999 2003-05-31 Andrew Cagney <cagney@redhat.com>
7000
7001 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7002 (print_fp_register_row): Replace do_fp_register_row.
7003 (mips_print_fp_register): Add "file" and "frame" parameters.
7004 (mips_print_register): Add "file" and "frame" parameters.
7005 (mips_print_registers_info): Replace mips_do_registers_info.
7006 (mips_gdbarch_init): Set print_registers_info instead of
7007 deprecated_do_registers_info.
7008 (mips_read_fp_register_single): Add "frame" parameter.
7009 (mips_read_fp_register_double): Add "frame" parameter.
7010
7011 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7012
7013 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7014 Fixes a bug where GDB would print the wrong register names for
7015 targets without SSE.
7016
7017 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7018 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7019 registers.
7020
7021 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7022 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7023 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7024 TDEP->sc_sp_offset.
7025
7026 From Michal Ludvig <mludvig@suse.cz>:
7027 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7028 and `sc_num_regs'.
7029 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7030 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7031 I386_ST0_REGNUM): Move here from...
7032 * i386-tdep.c: ... here.
7033 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7034 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7035 registers if possible.
7036 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7037 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7038 Remove variables.
7039 (i386bsd_sc_reg_offset): New variable.
7040 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7041 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7042 TDEP->sc_sp_offset.
7043 (i386fbsd_sc_reg_offset): New variable.
7044 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7045 TDEP->sc_num_regs.
7046 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7047 variables.
7048 (i386fbsd4_sc_reg_offset): New variable.
7049 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7050 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7051 TDEP->sc_sp_offset.
7052 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7053 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7054 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7055 Remove variables.
7056 (i386nbsd_sc_reg_offset): New variable.
7057 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7058 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7059 TDEP->sc_sp_offset.
7060 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7061 Remove variables.
7062 (i386obsd_sc_reg_offset): New variable.
7063 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7064 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7065 TDEP->sc_sp_offset.
7066 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7067 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7068 for frame pointer offset in `struct sigcontext'.
7069
7070 2003-05-31 Andrew Cagney <cagney@redhat.com>
7071
7072 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7073 architecture methods call_dummy_words, sizeof_call_dummy_words,
7074 push_return_address, store_struct_return, and fix_call_dummy. Set
7075 push_dummy_call instead of deprecated_push_arguments.
7076 (mips_store_struct_return): Delete function.
7077 (mips_fix_call_dummy): Delete function.
7078 (mips_push_return_address): Delete function.
7079 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7080 RA_REGNUM and T9_REGNUM.
7081 (mips_n32n64_push_dummy_call): Ditto for
7082 mips_n32n64_push_arguments.
7083 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7084 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7085
7086 2003-05-31 Andrew Cagney <cagney@redhat.com>
7087
7088 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7089 "dummy_addr" to "bp_addr".
7090 * infcall.c (call_function_by_hand): Pass "funaddr" to
7091 gdbarch_push_dummy_call.
7092 * gdbarch.h, gdbarch.c: Re-generate.
7093 * i386-tdep.c (i386_push_dummy_call): Update.
7094 * arm-tdep.c (arm_push_dummy_call): Update.
7095 * d10v-tdep.c (d10v_push_dummy_call): Update.
7096
7097 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7098
7099 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7100 variable declarations.
7101 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7102 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7103 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7104 x86_64_init_frame_pc, x86_64_init_frame_pc,
7105 x86_64_function_has_prologue): Remove prototypes.
7106 (X86_64_NUM_GREGS): New define.
7107 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7108 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7109 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7110 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7111 XMM1_REGNUM): Remove defines.
7112 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7113 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7114 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7115 X86_64_XMM1_REGNUM): New defines.
7116 (struct x86_64_register_info): Renamed from `struct
7117 register_info'. Remove `size' member.
7118 (x86_64_register_info_table): Remove variable.
7119 (x86_64_register_info): New variable.
7120 (X86_64_NUM_REGS): New define.
7121 (X86_64_NUM_GREGS): Remove define.
7122 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7123 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7124 Remove variables.
7125 (x86_54_dwarf2_reg_to_regnum): Remove function.
7126 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7127 (x86_64_dwarf_reg_to_regnum): New function.
7128 (x86_64_register_name): Rewrite.
7129 (x86_64_register_raw_size): Remove function.
7130 (x86_64_register_byte_table): Remove variable.
7131 (x86_64_register_byte): Remove function.
7132 (x86_64_register_virtual_type): Remove function.
7133 (x86_64_register_type): New function.
7134 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7135 x86_64_register_convert_to_raw): Remove functions.
7136 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7137 (x86_64_use_struct_convention): Make static. Adjust for renamed
7138 defines.
7139 (x86_64_frame_init_saved_regs): Remove function.
7140 (x86_64_push_arguments): Make static. Change to accept a regcache
7141 as argument.
7142 (x86_64_store_return_value, x86_64_extract_return_value): Make
7143 static. Rewrite based on i386 counterparts.
7144 (x86_64_push_dummy_call): New function.
7145 (X86_64_NUM_SAVED_REGS): New define.
7146 (x86_64_register_number): Remove function.
7147 (x86_64_store_struct_return): Remove function.
7148 (x86_64_frameless_function_invocation,
7149 x86_64_function_has_prologue): Remove functions.
7150 (PROLOG_BUFSIZE): Remove define.
7151 (struct x86_64_frame_cache): New structure.
7152 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7153 x86_64_frame_cache, x86_64_frame_this_id,
7154 x86_64_frame_prev_register, x86_64_frame_p,
7155 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7156 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7157 functions.
7158 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7159 variables.
7160 (x86_64_skip_prologue): Rewrite in terms of
7161 x86_64_analyze_prologue.
7162 (x86_64_frame_base_address): New function.
7163 (x86_64_frame_base): New variable.
7164 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7165 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7166 set deprecated_fp_regnum, deprecated_register_size,
7167 deprecated_register_bytes, register_raw_size, register_byte,
7168 register_virtual_type, register_convertiable,
7169 register_convert_to_virtual, convert_to_raw,
7170 deprecated_get_saved_register, deprecated_target_read_fp,
7171 deprecated_push_arguments, deprecated_push_return_address,
7172 deprecated_pop_frame, deprecated_store_struct_return,
7173 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7174 frameless_function_invocation, deprecated_frame_saved_pc,
7175 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7176 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7177 deprecated_init_frame_pc and virtual_frame_pointer. Call
7178 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7179 and x86_64_frame_p. Call frame_base_set_default to register
7180 x86_64_frame_base.
7181 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7182 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7183 (_initialize_x86_64_tdep): Remove function.
7184 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7185 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7186 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7187 define.
7188 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7189 (x86_64_linux_sigcontext_addr): Rewrite.
7190 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7191 x86_64_linux_frame_saved_pc): Remove functions.
7192 (x86_64_linux_pc_in_sigtramp): Renamed from
7193 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7194 trampoline.
7195 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7196 Remove_functions.
7197 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7198 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7199 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7200 (x86_64_regmap): Rename to regmap.
7201 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7202 x86_64_num_gregs.
7203 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7204 x86_64_regmap.
7205 (x86_64_fxsave_offset): Remove function.
7206 (supply_fpregset): Simply call x86_64_supply_fxsave.
7207 (fill_fpregset): Simply call x86_64_fill_fxsave.
7208 (fetch_inferior_registers, store_inferior_registers): Avoid
7209 asignment in if-statement.
7210 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7211 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7212 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7213 (fetch_core_registers): Remove function.
7214 (linux_elf_core_fns): Remove.
7215 (offsetoff): Don't define.
7216 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7217 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7218 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7219 add core-regset.o.
7220 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7221 protection against multiple includes instead of NM_X86_64_h. Add
7222 various comments. Include "config/nm-linux.h". Don't include
7223 <signal.h>.
7224 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7225 GET_THREAD_SIGNALS): Remove defines.
7226 (x86_64_register_u_addr, kernel_u_size,
7227 lin_thread_get_thread_signals): Remove prototypes.
7228 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7229 [HAVE_LINK_H]: Don't include "solib.h".
7230 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7231 * config/i386/tm-x86-64linux.h: Fix comments.
7232 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7233 x86-64-tdep.o): Update dependencies.
7234
7235 2003-05-30 Andrew Cagney <cagney@redhat.com>
7236
7237 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7238 Change parameter type to a "struct regcache *".
7239
7240 * gdbarch.sh: Regardless of the multi-arch level, always define
7241 the macro when not already defined.
7242 * gdbarch.h, gdbarch.c: Re-generate.
7243
7244 2003-05-30 Richard Henderson <rth@redhat.com>
7245
7246 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7247 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7248 (alpha_mdebug_frame_this_id): Likewise.
7249 (alpha_mdebug_frame_prev_register): Likewise.
7250 (alpha_mdebug_frame_base_address): Likewise.
7251 (alpha_mdebug_frame_locals_address): Likewise.
7252 (alpha_mdebug_frame_args_address): Likewise.
7253 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7254 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7255 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7256 loop increment.
7257 (alpha_heuristic_frame_this_id): Make static.
7258 (alpha_heuristic_frame_prev_register): Likewise.
7259 (alpha_heuristic_frame_base_address): Likewise.
7260 * alpha-tdep.h: Update.
7261
7262 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7263
7264 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7265 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7266 defenitions.
7267 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7268 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7269 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7270 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7271 I386_ST0_REGNUM): New defines.
7272 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7273 codestream_get): Remove define.
7274 (codestream_next_addr, condestream_addr, condestream_buf,
7275 codestream_off, codestream_cnt): Remove variables.
7276 (codestream_fill, codestream_seek, codestream_read): Remove
7277 functions.
7278 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7279 functionality.
7280 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7281 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7282 i386_frame_saved_pc, i386_saved_pc_after_call,
7283 i386_frame_num_args, i386_frame_init_saved_regs,
7284 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7285 i386_push_arguments): Remove functions.
7286 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7287 functionality. Use i386_analyze_prologue instead of
7288 i386_get_frame_setup.
7289 (I386_NUM_SAVED_REGS): New define.
7290 (struct i386_frame_cache): New structure.
7291 (i386_alloc_frame_cache, i386_analyze_struct_return,
7292 i386_skip_probe, i386_analyze_frame_setup,
7293 i386_analyze_register_saves, i386_analyze_prologue,
7294 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7295 i386_frame_prev_register, i386_sigtramp_frame_cache,
7296 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7297 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7298 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7299 New functions.
7300 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7301 New variables.
7302 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7303 I386_EAX_REGNUM and I386_EDX_REGNUM.
7304 (i386_extract_return_value, i386_store_return_value): Use
7305 I386_ST0_REGNUM where appropriate.
7306 (i386_extract_struct_value_address): Rewrite to use extract_address.
7307 (i386_svr4_pc_in_sigtramp): Add comment.
7308 (i386_svr4_sigcontext_addr): Rewrite.
7309 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7310 TDEP->sc_sp_offset.
7311 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7312 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7313 of new defines. Set push_dummy_call, don't set
7314 deprecated_push_arguments, deprecated_push_return_address,
7315 deprecated_pop_frame. Don't set parm_boundary. Don't set
7316 deprecated_frame_chain, deprecated_frame_saved_pc,
7317 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7318 save_dummy_frame_tos, unwind_pc. Call
7319 frame_unwind_append_predicate and frame_base_set_default. Don't
7320 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7321 Don't set frameless_function_invocation. Don't set
7322 deprecated_register_bytes, deprecated_register_size,
7323 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7324 * i386-linux-tdep.c: Fix formatting in some comments.
7325 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7326 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7327 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7328 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7329 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7330 redundant parentheses.
7331 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7332 (i386_linux_sigcontext_addr): Use it. Rewrite.
7333 (find_minsym_and_objfile): Change name of second argument.
7334 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7335 changed. Use frame_pc_unwind instead of
7336 DEPRECATED_SAVED_PC_AFTER_CALL.
7337 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7338 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7339 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7340 unwinder.
7341 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7342 "dummy-frame.h".
7343 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7344 (_initialize_i386_cygwin_tdep): New prototype.
7345 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7346 deprecated_frame_chain_valid.
7347 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7348 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7349 Rely on the SVR4 defaults.
7350 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7351 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7352
7353 2003-05-30 Andrew Cagney <cagney@redhat.com>
7354
7355 * infcall.c (call_function_by_hand): Always call
7356 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7357
7358 2003-05-30 Richard Henderson <rth@redhat.com>
7359
7360 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7361 increment.
7362
7363 2003-05-29 Jim Blandy <jimb@redhat.com>
7364
7365 Use gdbarch methods for solib stuff on PowerPC Linux.
7366 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7367 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7368 show through.
7369 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7370 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7371 giving the same effect as the #definitions above.
7372
7373 2003-05-29 Adam Fedor <fedor@gnu.org>
7374
7375 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7376 (find_implementation_from_class): Replace it with the standard
7377 case i.e. do nothing.
7378
7379 2003-05-29 Richard Henderson <rth@redhat.com>
7380
7381 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7382 (alpha_linux_sigtramp_offset): Use it. Make static.
7383 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7384 update for new frame model.
7385 * alpha-mdebug-tdep.c: New file.
7386 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7387 (alpha_osf1_init_abi): Install it.
7388 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7389 (linked_proc_desc_table): Remove.
7390 (alpha_frame_past_sigtramp_frame): Remove.
7391 (alpha_dynamic_sigtramp_offset): Remove.
7392 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7393 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7394 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7395 (push_sigtramp_desc): Remove.
7396 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7397 (alpha_cannot_store_register): Likewise.
7398 (alpha_sigcontext_addr): Remove.
7399 (alpha_find_saved_regs): Remove.
7400 (alpha_frame_init_saved_regs): Remove.
7401 (alpha_init_frame_pc_first): Remove.
7402 (read_next_frame_reg): Remove.
7403 (alpha_frame_saved_pc): Remove.
7404 (alpha_saved_pc_after_call): Remove.
7405 (temp_proc_desc, temp_saved_regs): Remove.
7406 (alpha_about_to_return): Remove.
7407 (cached_proc_desc): Remove.
7408 (alpha_frame_chain): Remove.
7409 (alpha_print_extra_frame_info): Remove.
7410 (alpha_init_extra_frame_info): Remove.
7411 (alpha_frame_locals_address): Remove.
7412 (alpha_frame_args_address): Remove.
7413 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7414 (alpha_push_dummy_frame): Remove.
7415 (alpha_pop_frame): Remove.
7416 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7417 (alpha_read_insn): New.
7418 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7419 for different insn encodings.
7420 (alpha_in_lenient_prologue): Remove.
7421 (struct alpha_sigtramp_unwind_cache): New.
7422 (alpha_sigtramp_frame_unwind_cache): New.
7423 (alpha_sigtramp_register_address): New.
7424 (alpha_sigtramp_frame_this_id): New.
7425 (alpha_sigtramp_frame_prev_register): New.
7426 (alpha_sigtramp_frame_unwind): New.
7427 (alpha_sigtramp_frame_p): New.
7428 (struct alpha_heuristic_unwind_cache): New.
7429 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7430 don't count nop insns that occur between functions.
7431 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7432 heuristic_proc_desc, but without the mdebug wrapping.
7433 (alpha_heuristic_frame_this_id): New.
7434 (alpha_heuristic_frame_prev_register): New.
7435 (alpha_heuristic_frame_unwind): New.
7436 (alpha_heuristic_frame_p): New.
7437 (alpha_heuristic_frame_base_address): New.
7438 (alpha_heuristic_frame_base): New.
7439 (alpha_unwind_dummy_id): New.
7440 (alpha_unwind_pc): New.
7441 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7442 frame related deprecated initializations; install replacements.
7443 (alpha_dump_tdep): Remove.
7444 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7445 (alpha_read_insn, alpha_after_prologue,
7446 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7447 alpha_heuristic_frame_prev_register,
7448 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7449 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7450 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7451 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7452
7453 2003-05-29 Andrew Cagney <cagney@redhat.com>
7454
7455 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7456 dependant on the availability of ASSERT_FUNCTION.
7457 (ASSERT_FUNCTION): Do not define when there is no function name.
7458
7459 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7460
7461 From Jimi X <jimix@watson.ibm.com>:
7462 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7463
7464 2003-05-28 Jim Blandy <jimb@redhat.com>
7465
7466 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7467 argument to ptrace to int; the system headers should give it the
7468 right type, and pointers don't fit in ints on powerpc64-*-*.
7469
7470 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7471
7472 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7473 DW_TAG_catch_block.
7474
7475 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7476
7477 * stabsread.c (dbx_lookup_type): Make static.
7478 (read_type): Ditto.
7479 (add_undefined_type): Ditto.
7480 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7481 not export.
7482
7483 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7484
7485 * hpread.c (hpread_has_name): Make static.
7486 (hpread_psymtab_to_symtab): Ditto.
7487 (file_exists): Ditto.
7488 (hpread_call_pxdb): Ditto.
7489 (hpread_pxdb_needed): Ditto.
7490 (hpread_quick_traverse): Ditto.
7491 (hpread_get_header): Ditto.
7492 (hpread_get_lntt): Ditto.
7493 (hpread_get_slt): Ditto.
7494 (class_of): Ditto.
7495
7496 2003-05-25 Andreas Schwab <schwab@suse.de>
7497
7498 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7499 stack_align and deprecated_extra_stack_alignment_needed.
7500 (m68k_stack_align): Delete.
7501
7502 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7503 (m68k_register_virtual_size): Likewise.
7504 (altos_skip_prologue): Remove obsolete function.
7505 (isi_frame_num_args): Likewise.
7506 (news_frame_num_args): Likewise.
7507 (m68k_fix_call_dummy): Make static.
7508 (m68k_push_dummy_frame): Likewise.
7509 (m68k_pop_frame): Likewise.
7510 (m68k_skip_prologue): Likewise.
7511 (m68k_frame_init_saved_regs): Likewise.
7512 (m68k_saved_pc_after_call): Likewise.
7513 (m68k_get_longjmp_target): Make multi-arch.
7514 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7515 structure. Register m68k_get_longjmp_target if enabled.
7516 * m68k-tdep.h (struct gdbarch_tdep): Define.
7517 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7518
7519 * Makefile.in (config.status): Also depend on configure.tgt
7520 and configure.host.
7521 (m68klinux-tdep.o): Update dependencies.
7522 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7523 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7524 (M68K_LINUX_JB_PC): Define.
7525 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7526 and take additional parameter.
7527 (m68k_linux_sigtramp_saved_pc): Update.
7528 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7529 m68k_linux_pc_in_sigtramp, in_plt_section,
7530 find_solib_trampoline_target.
7531 * config/m68k/tm-linux.h: Don't include any tm headers.
7532 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7533 (JB_ELEMENT_SIZE): Likewise.
7534 (JB_PC): Likewise.
7535 (GET_LONGJMP_TARGET): Likewise.
7536 (IN_SIGTRAMP): Likewise.
7537 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7538
7539 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7540
7541 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7542 (sparc32_push_arguments): Re-implement by calling
7543 sparc32_do_push_arguments.
7544
7545 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7546
7547 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7548 SPARC_O1_REGNUM): New defines.
7549 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7550 (sparc32_store_return_value): New function.
7551 (sparc_extract_struct_value_address): Rewrite to operate on a
7552 regcache.
7553 (sparc_gdbarch_init): Don't set
7554 deprecated_extract_struct_value_address. Set
7555 extract_struct_value_address instead. Don't set
7556 deprecated_extract_return_value and deprecated_store_return_value
7557 for 32-bit targets. Set extract_return_value and
7558 store_return_value instead.
7559 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7560 DEPRECTAED_EXTRACT_RETURN_VALUE,
7561 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7562 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7563 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7564 (sparc_store_return_value): Remove prototype.
7565 (sparc32_store_return_value): New prototype.
7566 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7567 Adjust prototypes.
7568
7569 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7570
7571 * sparcnbsd-tdep.c: Include "gdb_string.h".
7572
7573 2003-05-23 Andrew Cagney <cagney@redhat.com>
7574
7575 * p-valprint.c (pascal_val_print): Replace extract_address with
7576 the inline equivalent extract_unsigned_integer.
7577 * jv-valprint.c (java_value_print): Ditto.
7578 * ada-valprint.c (ada_val_print_1): Ditto.
7579 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7580
7581 2003-05-23 Theodore A. Roth <troth@openavr.org>
7582
7583 * blockframe.c (frameless_look_for_prologue): Remove unused
7584 after_prologue variable.
7585
7586 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7587
7588 * blockframe.c (get_pc_function_start): Rewrite to avoid
7589 asignments in if-statements.
7590
7591 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7592
7593 Committed by Elena Zannoni <ezannoni@redhat.com>.
7594 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7595 files, don't relocate absolute symbols (and do use mst_abs).
7596
7597 2003-05-23 Andrew Cagney <cagney@redhat.com>
7598
7599 * objc-lang.c: Include "gdb_assert.h".
7600 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7601 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7602 (gdb_check, gdb_check_fatal): Delete functions.
7603 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7604 gdb_assert.
7605 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7606 * Makefile.in (objc-lang.o): Update dependencies.
7607
7608 2003-05-22 Ian Lance Taylor <ian@airs.com>
7609
7610 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7611 with fprintf_filtered, not fprintf_unfiltered.
7612
7613 2003-05-22 Andrew Cagney <cagney@redhat.com>
7614
7615 * stack.c (frame_info): Inline extract_address, replacing it with
7616 extract_unsigned_integer.
7617 * findvar.c (unsigned_pointer_to_address): Ditto.
7618 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7619 * dwarf2expr.c (dwarf2_read_address): Ditto.
7620 * frame.c (frame_pc_unwind): Update comment.
7621 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7622
7623 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7624
7625 * infptrace.c (detach): Call print_sys_errmsg rather than
7626 perror_with_name to issue warning message when errno is non-zero
7627 after calling ptrace detach.
7628
7629 2003-05-21 J. Brobecker <brobecker@gnat.com>
7630
7631 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7632 macro definitions from here...
7633 * hppa-tdep.c: ...to there.
7634
7635 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7636
7637 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7638 register_ptrace_addr(). Fix all callers.
7639
7640 2003-05-21 Andreas Schwab <schwab@suse.de>
7641
7642 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7643 dependencies.
7644 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7645 end.
7646 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7647 (_initialize_m68k_linux_tdep): New function.
7648 (m68k_linux_frame_saved_pc): Make static.
7649 (m68k_linux_extract_return_value): Likewise.
7650 (m68k_linux_store_return_value): Likewise.
7651 (m68k_linux_extract_struct_value_address): Likewise.
7652 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7653 Remove.
7654 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7655 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7656 (DEPRECATED_FRAME_SAVED_PC): Remove.
7657
7658 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7659
7660 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7661 regset numbering rather than our own.
7662
7663 2003-05-19 David Carlton <carlton@bactrian.org>
7664
7665 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7666
7667 2003-05-19 David Carlton <carlton@bactrian.org>
7668
7669 Partial fix for PR c++/827.
7670 * cp-support.h: Include symtab.h.
7671 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7672 * cp-namespace.c: Update contributors.
7673 (cp_lookup_symbol_nonlocal): New.
7674 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7675 (lookup_symbol_file): Ditto.
7676 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7677 * block.h: Declare block_scope, block_using, block_global_block.
7678 * block.c (block_scope): New.
7679 (block_using, block_global_block): Ditto.
7680 * Makefile.in (cp_support_h): Depend on symtab_h.
7681 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7682
7683 2003-05-19 David Carlton <carlton@bactrian.org>
7684
7685 * language.h (struct language_defn): Add 'la_value_of_this'
7686 and 'la_lookup_symbol_nonlocal' members.
7687 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7688 lookup_symbol_static, lookup_symbol_global,
7689 lookup_symbol_aux_block.
7690 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7691 if we should search fields of this and how to do static/global
7692 lookup.
7693 (lookup_symbol_aux_block): Make extern.
7694 (basic_lookup_symbol_nonlocal): New.
7695 (lookup_symbol_static, lookup_symbol_global): Ditto.
7696 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7697 'la_lookup_symbol_nonlocal' members.
7698 * c-lang.c (c_language_defn, cplus_language_defn)
7699 (asm_language_defn, minimal_language_defn): Ditto.
7700 * jv-lang.c (java_language_defn): Ditto.
7701 * language.c (unknown_language_defn, auto_language_defn)
7702 (local_language_defn): Ditto.
7703 * m2-lang.c (m2_language_defn): Ditto.
7704 * objc-lang.c (objc_language_defn): Ditto.
7705 * scm-lang.c (scm_language_defn): Ditto.
7706 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7707 * p-lang.c (pascal_language_defn): Ditto for both.
7708 * Makefile.in (f-lang.o): Depend on value_h.
7709 (p-lang.o): Ditto.
7710
7711 2003-05-19 David Carlton <carlton@bactrian.org>
7712
7713 * block.h: Declare block_static_block.
7714 * block.c (block_static_block): New.
7715 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7716 lookup_symbol_aux_local, calling block_static_block instead.
7717 (lookup_symbol_aux_local): Delete 'static_block' argument.
7718
7719 2003-05-19 David Carlton <carlton@bactrian.org>
7720
7721 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7722
7723 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7724
7725 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7726 register numbers mapping.
7727
7728 2003-05-18 Adam Fedor <fedor@gnu.org>
7729
7730 * symtab.c (completion_list_objc_symbol): New function.
7731 (make_symbol_completion_list): Use it to add ObjC symbols
7732 when looking though the list.
7733 (language_search_unquoted_string): New function.
7734 (make_file_symbol_completion_list): Use it.
7735
7736 2003-05-18 Andreas Schwab <schwab@suse.de>
7737
7738 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7739 dependencies.
7740 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7741 as m68k_linux_extract_return_value.
7742 (DEPRECATED_STORE_RETURN_VALUE): Define as
7743 m68k_linux_store_return_value.
7744 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7745 m68k_linux_extract_struct_value_address.
7746 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7747 get_next_frame, get_frame_base, get_frame_pc.
7748 (m68k_linux_frame_saved_pc): Use get_frame_base.
7749 (m68k_linux_extract_return_value): New function.
7750 (m68k_linux_store_return_value): New function.
7751 (m68k_linux_extract_struct_value_address): New function.
7752 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7753
7754 * c-exp.y (typebase): Remove duplicate occurence of
7755 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7756 of lookup_signed_typename.
7757
7758 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7759
7760 * dwarf2loc.c (find_location_expression): Change type of second
7761 argument to `size_t *'.
7762 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7763 for size variable.
7764
7765 2003-05-18 David Carlton <carlton@bactrian.org>
7766
7767 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7768 'linkage_name'. Add comment.
7769 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7770 'linkage_name'.
7771 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7772 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7773 (lookup_block_symbol): Ditto.
7774
7775 2003-05-16 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7778 * gdbarch.h, gdbarch.c: Re-generate.
7779 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7780 * TODO (REGISTER_BYTES): Delete reference.
7781 * alpha-tdep.c (alpha_gdbarch_init): Update.
7782 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7783 * x86-64-tdep.c (x86_64_init_abi): Update.
7784 * vax-tdep.c (vax_gdbarch_init): Update.
7785 * v850-tdep.c (v850_gdbarch_init): Update.
7786 * sparc-tdep.c (sparc_gdbarch_init): Update.
7787 * sh-tdep.c (sh_gdbarch_init): Update.
7788 * s390-tdep.c (s390_gdbarch_init): Update.
7789 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7790 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7791 (ns32k_gdbarch_init_32382): Update.
7792 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7793 * mcore-tdep.c (mcore_gdbarch_init): Update.
7794 * m68k-tdep.c (m68k_gdbarch_init): Update.
7795 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7796 * ia64-tdep.c (ia64_gdbarch_init): Update.
7797 * i386-tdep.c (i386_gdbarch_init): Update.
7798 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7799 * hppa-tdep.c (hppa_gdbarch_init): Update.
7800 * h8300-tdep.c (h8300_gdbarch_init): Update.
7801 * frv-tdep.c (frv_gdbarch_init): Update.
7802 * cris-tdep.c (cris_gdbarch_init): Update.
7803 * avr-tdep.c (avr_gdbarch_init): Update.
7804 * arm-tdep.c (arm_gdbarch_init): Update.
7805 * sparc-tdep.c (sparc_pop_frame): Update.
7806 * rs6000-tdep.c (rs6000_pop_frame): Update.
7807 * remote.c (init_remote_state): Update.
7808 (remote_prepare_to_store): Update.
7809 * remote-vx.c (vx_prepare_to_store): Update.
7810 * remote-sds.c (sds_fetch_registers): Update.
7811 (sds_prepare_to_store): Update.
7812 * remote-array.c: Update.
7813 * regcache.c (init_legacy_regcache_descr): Update.
7814 (init_regcache_descr): Update.
7815 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7816 (mips_o64_extract_return_value): Update.
7817 * irix5-nat.c (fetch_core_registers): Update.
7818 * irix4-nat.c (fetch_core_registers): Update.
7819 * i386-tdep.h: Update.
7820 * hppa-tdep.c (pa_do_registers_info): Update.
7821 (pa_do_strcat_registers_info): Update.
7822 * cris-tdep.c (cris_register_bytes_ok): Update.
7823 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7824 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7825 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7826 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7827 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7828 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7829 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7830 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7831 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7832 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7833 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7834 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7835 (REGISTER_BYTES_OK): Update.
7836 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7837 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7838
7839 2003-05-16 Ian Lance Taylor <ian@airs.com>
7840
7841 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7842 (vax_print_insn, print_insn_arg): Remove static functions.
7843 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7844 print_insn_vax from opcodes library.
7845 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7846
7847 2003-05-15 Andrew Cagney <cagney@redhat.com>
7848
7849 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7850 * target.h (memory_breakpoint_from_pc): Delete declaration.
7851 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7852 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7853 * monitor.c (monitor_insert_breakpoint): Use
7854 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7855 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7856 * gdbarch.h, gdbarch.c: Re-generate.
7857 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7858 (sparc_gdbarch_init): Set breakpoint_from_pc to
7859 sparc_breakpoint_from_pc.
7860 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7861 (BREAKPOINT_FROM_PC): Define.
7862 (sparc_breakpoint_from_pc): Declare.
7863 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7864 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7865 (BREAKPOINT_FROM_PC): Define.
7866 (BREAKPOINT): Delete macro.
7867 * target.h: Update comment.
7868 * s390-tdep.c (s390_gdbarch_init): Update comments.
7869 * remote.c: Update comments.
7870 * remote-mips.c: Update comments.
7871 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7872 * mem-break.c: Update comment.
7873 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7874 (ia64_memory_insert_breakpoint): Update.
7875 * config/sparc/tm-sparc.h: Update comment.
7876 * config/pa/tm-hppa64.h: Update comment.
7877 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7878 (rs6000_breakpoint_from_pc): Update.
7879 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7880 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7881 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7882 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7883 (mips_breakpoint_from_pc): Update.
7884 (mips_dump_tdep): Update.
7885
7886 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7887 * minsyms.c (lookup_minimal_symbol): Inline
7888 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7889
7890 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7891 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7892 * p-lang.c (pascal_printstr): Ditto.
7893 * objc-lang.c (objc_printstr): Ditto.
7894 * m2-lang.c (m2_printstr): Ditto.
7895 * jv-valprint.c (java_print_value_fields): Ditto.
7896 * f-lang.c (f_printstr): Ditto.
7897 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7898 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7899 for repeat_count_threshold.
7900 * Makefile.in (cp-valprint.o): Update dependencies.
7901
7902 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7903
7904 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7905 (examine_prologue): Support looking through leaf functions, knowing
7906 they start with mov r2,r12. Support skipping over indirect stores
7907 of the input registers. Upon hitting a non-nop branch instruction
7908 or predicated instruction, bail out by setting lim_pc to the current
7909 pc value in the loop. At the end, if the lim_pc value is still
7910 beyond our calculated value and we have trust_limit set,
7911 use the lim_pc value.
7912
7913 2003-05-15 Andrew Cagney <cagney@redhat.com>
7914
7915 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7916 generic_find_dummy_frame.
7917 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7918 (deprecated_generic_find_dummy_frame): Update.
7919 (deprecated_read_register_dummy): Update.
7920 * frame.c (deprecated_generic_get_saved_register): Update.
7921
7922 2003-05-15 Theodore A. Roth <troth@openavr.org>
7923
7924 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7925 (avr_gdbarch_init): Set breakpoint_from_pc method.
7926
7927 2003-05-15 Andrew Cagney <cagney@redhat.com>
7928
7929 * regcache.c (build_regcache): Set deprecated_register_valid
7930 directly.
7931 (deprecated_grub_regcache_for_register_valid): Delete function.
7932 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7933 declaration.
7934
7935 2003-05-15 David Carlton <carlton@bactrian.org>
7936
7937 Committed by Elena Zannoni <ezannoni@redhat.com>
7938 * symtab.c (lookup_symbol_aux): Delete calls to
7939 lookup_symbol_aux_minsyms.
7940 (lookup_symbol_aux_minsyms): Comment out function and
7941 prototype. Delete lookup by mangled name.
7942
7943 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7944
7945 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7946 correctly indicate an empty stack and ``stack_allocated'' to the
7947 indicate the number of elements initially allocated.
7948 (dwarf_expr_grow_stack): Simplify method for computing new
7949 stack size. Don't loop infinitely if ``stack_len'' is zero.
7950 (execute_stack_op): Move ``ctx->in_reg'' initialization
7951 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7952 be used in conjuction with DW_OP_piece. Revise error message
7953 accordingly.
7954
7955 2003-05-14 Theodore A. Roth <troth@openavr.org>
7956
7957 * MAINTAINERS: Update my email address.
7958 * avr-tdep.c: Ditto.
7959
7960 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7961
7962 * symtab.h (enum domain_enum): Rename from namespace_enum.
7963 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7964 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7965 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7966 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7967 TYPES_NAMESPACE, METHODS_NAMESPACE.
7968 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7969 (struct symbol, struct partial_symbol): Rename field
7970 'namespace_enum namespace' to 'domain_enum domain'.
7971 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7972 Delete old define kludge for namespace.
7973
7974 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7975 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7976 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7977 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7978 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7979 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7980 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7981 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7982 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7983 occurrences of the above.
7984
7985 2003-05-14 Ian Lance Taylor <ian@airs.com>
7986
7987 * Makefile.in (install-only): Use $(SHELL) when running
7988 mkinstalldirs.
7989
7990 2003-05-13 Ian Lance Taylor <ian@airs.com>
7991
7992 * MAINTAINERS (write after approval): Add myself.
7993
7994 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7995 second and third arguments.
7996 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7997 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7998
7999 2003-05-13 Andrew Cagney <cagney@redhat.com>
8000
8001 * defs.h (store_address): Delete declaration.
8002 findvar.c (store_address): Delete function.
8003 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8004 store_unsigned_integer.
8005 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8006 * v850-tdep.c (v850_push_arguments): Ditto.
8007 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8008 * sh-tdep.c (sh64_get_saved_register): Ditto.
8009 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8010 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8011 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8012 (mips_get_saved_register): Ditto.
8013 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8014 (find_func_descr, ia64_push_arguments): Ditto.
8015 * i386-tdep.c (i386_push_arguments): Ditto.
8016 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8017 * frv-tdep.c (frv_push_arguments): Ditto.
8018 * frame.c (legacy_saved_regs_prev_register): Ditto.
8019 (deprecated_generic_get_saved_register): Ditto.
8020 * findvar.c (unsigned_address_to_pointer): Ditto.
8021 * dwarf2read.c (dwarf2_const_value): Ditto.
8022 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8023 * alpha-tdep.c (alpha_push_arguments): Ditto.
8024
8025 2003-05-12 J. Brobecker <brobecker@gnat.com>
8026
8027 * NEWS: Mention that the hppa-hpux port has been partially
8028 multiarched (32bit ABIT only, so far).
8029
8030 2003-05-11 Andrew Cagney <cagney@redhat.com>
8031
8032 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8033 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8034 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8035 sim/testsuite/sim/arm/misaligned2.ms, and
8036 sim/testsuite/sim/arm/misaligned3.ms.
8037 * disasm.h (struct ui_file): Add opaque struct declaration.
8038 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8039 * frame.h (struct ui_file): Ditto.
8040
8041 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8042
8043 * value.h: Pretty print.
8044
8045 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8046
8047 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8048
8049 2003-05-08 Andrew Cagney <cagney@redhat.com>
8050
8051 * regcache.h (max_register_size): Delete declaration.
8052 * regcache.c (max_register_size): Delete function.
8053 (struct regcache_descr): Delete field "max_register_size".
8054 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8055 registers fit in MAX_REGISTER_SIZE.
8056 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8057 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8058 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8059 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8060 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8061 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8062 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8063 * dve3900-rom.c, hppa-tdep.c: Ditto.
8064
8065 2003-05-08 David Carlton <carlton@math.stanford.edu>
8066
8067 * valops.c (push_word): Fix typo.
8068
8069 2003-05-08 Andrew Cagney <cagney@redhat.com>
8070
8071 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8072 * gdbarch.h: Re-generate.
8073 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8074 (legacy_max_register_raw_size): Delete declaration.
8075 * regcache.c (legacy_max_register_raw_size): Delete function.
8076 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8077 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8078 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8079 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8080 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8081 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8082 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8083 * findvar.c, dwarf2cfi.c: Ditto.
8084
8085 2003-05-08 Andrew Cagney <cagney@redhat.com>
8086
8087 * mips-tdep.c (read_signed_register): New function, moved to here
8088 from "regcache.c".
8089 (read_signed_register_pid): Ditto.
8090 * regcache.c (read_signed_register_pid): Delete function, moved to
8091 "mips-tdep.c".
8092 (read_signed_register): Ditto.
8093 * regcache.h (read_signed_register): Delete declaration.
8094 (read_signed_register_pid): Delete declaration.
8095
8096 2003-05-08 Andrew Cagney <cagney@redhat.com>
8097
8098 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8099 * gdbarch.h: Re-generate.
8100 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8101 (legacy_max_register_virtual_size): Delete declaration.
8102 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8103 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8104 * tracepoint.c (memrange_sortmerge): Ditto.
8105 * sparc-tdep.c (sparc_print_registers): Ditto.
8106 * regcache.c (legacy_max_register_virtual_size): Delete function.
8107
8108 2002-05-08 J. Brobecker <brobecker@gnat.com>
8109
8110 * fork-child.c (escape_bang_in_quoted_argument): New function.
8111 (fork_inferior): Escape '!' characters in quoted arguments
8112 only when needed.
8113
8114 2003-05-08 J. Brobecker <brobecker@gnat.com>
8115
8116 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8117 the language of the CU is not currently supported by GDB.
8118
8119 2003-05-08 J. Brobecker <brobecker@gnat.com>
8120
8121 * defs.h (language): Add language_minimal enum value.
8122 * c-lang.c (minimal_language_defn): New language definition.
8123 (_initialize_c_language): Add the new minimal language to the list
8124 of languages known to GDB.
8125
8126 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8127
8128 * frame.c (get_frame_type): Don't attempt to lazily initialize
8129 frame's unwinder for legacy frames.
8130
8131 2003-05-07 Andrew Cagney <cagney@redhat.com>
8132
8133 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8134 and "regcache" parameters.
8135 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8136
8137 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8138
8139 * dwarf2read.c (dwarf_decode_lines): Only use output of
8140 check_cu_functions() when calling record_line(). Do not update
8141 the current address.
8142
8143 2003-05-07 Andrew Cagney <cagney@redhat.com>
8144
8145 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8146 code.
8147
8148 2003-05-07 Jim Blandy <jimb@redhat.com>
8149
8150 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8151 'maint info symtabs' and 'maint info psymtabs'.
8152 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8153 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8154 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8155 Declarations updated.
8156 * maint.c (maintenance_list_command): Delete.
8157 (_initialize_maint_cmds): Update calls to add_cmd.
8158 * gdbcmd.h (maintenancelistlist): Delete declaration.
8159 * cli/cli-cmds.c (maintenancelistlist): Delete.
8160 (init_cmd_lists): Don't initialize it.
8161 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8162
8163 2003-05-07 Andrew Cagney <cagney@redhat.com>
8164
8165 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8166 "regcache".
8167 (d10v_print_registers_info): Update.
8168 (d10v_dmap_register, d10v_imap_register): Delete functions.
8169 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8170 and "imap_register".
8171 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8172 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8173 * arch-utils.c (generic_remote_translate_xfer_address): Add
8174 "regcache" and "gdbarch" parameters.
8175 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8176 parameter. Change class to multi-arch.
8177 * gdbarch.h, gdbarch.c: Re-generate.
8178 * remote.c (remote_xfer_memory): Use
8179 gdbarch_remote_translate_xfer_address.
8180
8181 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8182
8183 * infrun.c (prev_pc): Move declaration ahead of proceed().
8184 (proceed): Refresh prev_pc value before resuming.
8185 (stop_stepping): Remove code to refresh prev_pc.
8186
8187 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8188
8189 * nto-tdep.c: Removed stray comment.
8190
8191 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8192
8193 * i386-nto-tdep.c: Fix old K&R function definitions.
8194 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8195 Also change add_show_from_set() call to add_setshow_cmd().
8196 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8197
8198 2003-05-05 Andrew Cagney <cagney@redhat.com>
8199
8200 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8201 (fprint_dummy_frames): New function.
8202 (maintenance_print_dummy_frames): New function.
8203 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8204 * frame.c (fprint_frame_id): Make global.
8205 * frame.h (fprint_frame_id): Declare.
8206 * Makefile.in (dummy-frame.o): Update dependencies.
8207
8208 2003-05-05 Andrew Cagney <cagney@redhat.com>
8209
8210 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8211 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8212 SIZEOF_CALL_DUMMY_WORDS.
8213 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8214 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8215 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8216 CALL_DUMMY_BREAKPOINT_OFFSET.
8217 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8218 CALL_DUMMY_START_OFFSET.
8219 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8220 * gdbarch.h, gdbarch.c: Re-generate.
8221 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8222 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8223 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8224 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8225 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8226 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8227 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8228 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8229 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8230 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8231 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8232 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8233 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8234 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8235 * config/sparc/tm-sparc.h: Update.
8236
8237 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8238
8239 * configure.tgt: Add i[3456]86-*-nto*.
8240 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8241 * nto-tdep.c: New file. Neutrino target support routines.
8242 * nto-tdep.h: New file. Neutrino target header.
8243 * config/tm-qnxnto.h: New file.
8244 * config/i386/i386nto.mt: New file.
8245 * config/i386/tm-i386nto.h: New file.
8246
8247 2003-05-04 Andrew Cagney <cagney@redhat.com>
8248
8249 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8250 (load_infrun_state): Ditto.
8251 (struct thread_info): Drop "prev_func_name" field.
8252 * thread.c (load_infrun_state): Update.
8253 (save_infrun_state): Update.
8254 * infrun.c (prev_func_name): Delete variable.
8255 (init_wait_for_inferior): Do not clear prev_func_name.
8256 (stop_stepping, keep_going, context_switch): Do not swap
8257 prev_func_name.
8258 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8259 instead of PC_IN_SIGTRAMP.
8260
8261 2003-05-04 Andrew Cagney <cagney@redhat.com>
8262
8263 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8264 REGISTER_BYTE with register_offset_hack.
8265 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8266 that REGISTER_BYTE is consistent with the regcache.
8267 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8268 * gdbarch.h, gdbarch.c: Regenerate.
8269
8270 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8271
8272 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8273 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8274
8275 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8276
8277 2003-05-03 J. Brobecker <brobecker@gnat.com>
8278
8279 From Thierry Schneider <tpschneider1@yahoo.com>
8280 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8281 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8282 (mi-cmd-symbol.o): Add rule.
8283
8284 2003-05-03 Andrew Cagney <cagney@redhat.com>
8285
8286 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8287 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8288 * gdbarch.h, gdbarch.c: Re-generate.
8289 * d10v-tdep.c (d10v_push_dummy_code): New function.
8290 (d10v_gdbarch_init): Set push_dummy_code.
8291 * infcall.c (legacy_push_dummy_code): New function.
8292 (generic_push_dummy_code): New function.
8293 (push_dummy_code): New function.
8294 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8295 instead of dummy_addr, to push_dummy_call. Move call to
8296 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8297 switch.
8298 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8299
8300 2003-05-03 Andrew Cagney <cagney@redhat.com>
8301
8302 * disasm.h (print_insn): Declare.
8303 * disasm.c (init_gdb_disassemble_info): New function.
8304 (gdb_disassembly): Call init_gdb_disassemble_info.
8305 (gdb_print_insn): New function.
8306 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8307 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8308 * mcore-tdep.c: Include "disasm.h"
8309 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8310 * d10v-tdep.c: Include "disasm.h".
8311 (display_trace): Call gdb_print_insn, instead of print_insn.
8312 (print_insn): Delete function.
8313 * printcmd.c: Include "disasm.h".
8314 (print_insn): Delete function.
8315 (print_formatted): Call gdb_print_insn, instead of print_insn.
8316 * Makefile.in (printcmd.o): Update dependencies.
8317 (mcore-tdep.o, d10v-tdep.o): Ditto.
8318
8319 2003-05-02 Andrew Cagney <cagney@redhat.com>
8320
8321 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8322 PC_REGNUM, re-indent.
8323 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8324 PC_REGNUM isn't set.
8325
8326 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8327 * gdbarch.h, gdbarch.c: Re-generate.
8328 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8329 register_virtual_size, pc_regnum, or register_bytes.
8330 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8331 (d10v_register_type): Use D10V_PC_REGNUM.
8332 (d10v_print_registers_info, d10v_read_pc): Ditto.
8333 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8334 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8335
8336 2003-05-02 David Carlton <carlton@bactrian.org>
8337
8338 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8339 the name with mstrsave.
8340
8341 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8342
8343 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8344 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8345 (host_charset_name, target_charset_name): New vars for use by
8346 set/show commands.
8347 (host_charset_enum, target_charset_enum): New enums for set/show
8348 commands.
8349 (set_charset_sfunc, set_host_charset_sfunc,
8350 set_target_charset_sfunc): New functions.
8351 (set_host_charset, set_target_charset): Make static.
8352 (list_charsets, set_host_charset_command,
8353 set_target_charset_command): Delete functions.
8354 (show_charset_command): Rewrite as....
8355 (show_charset): Hook this up with the set/show command mechanism.
8356 (_initialize_charset): Change names of charsets to match the
8357 set/show enums. Use host_charset_name and target_charset_name.
8358 Use set/show mechanism for charset, host-charset, target-charset
8359 commands. Do not make 'show host-charset' and 'show
8360 target-charset' be aliases of 'show charset'.
8361
8362 * charset.h (set_host_charset, set_target_charset): Don't export,
8363 they are not used outside the file.
8364
8365 2003-05-01 Andrew Cagney <cagney@redhat.com>
8366
8367 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8368 (gdb_disassembly): Make "di" non static, always initialize and
8369 cleanup. Always use dis_asm_read_memory.
8370 (gdb_dis_asm_read_memory): Delete function.
8371
8372 2003-05-01 Andrew Cagney <cagney@redhat.com>
8373
8374 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8375 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8376
8377 2003-04-30 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8380 "tm_print_insn_info".
8381 (TARGET_PRINT_INSN_INFO): Delete macro.
8382 (dis_asm_read_memory): Delete function declaration.
8383 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8384 (tm_print_insn_info): Delete variable definition.
8385 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8386 * gdbarch.h, gdbarch.c: Re-generate.
8387 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8388 "deprecated_tm_print_insn_info".
8389 * mcore-tdep.c (mcore_dump_insn): Ditto.
8390 * mips-tdep.c (mips_gdbarch_init): Ditto.
8391 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8392 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8393 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8394 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8395 instead of TARGET_PRINT_INSN_INFO, add comment.
8396 * s390-tdep.c (s390_get_frame_info): Instead of
8397 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8398 (s390_check_function_end, s390_is_sigreturn): Ditto.
8399 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8400 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8401 * disasm.c: Include "gdbcore.h".
8402 (_initialize_disasm): New function, initialize
8403 "deprecated_tm_print_insn_info".
8404 (deprecated_tm_print_insn_info): New variable.
8405 (dis_asm_read_memory): Moved from "corefile.c", made static.
8406 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8407 * Makefile.in (disasm.o): Update dependencies.
8408
8409 2003-04-30 Andrew Cagney <cagney@redhat.com>
8410
8411 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8412
8413 2003-04-29 Adam Fedor <fedor@gnu.org>
8414
8415 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8416 * infcall.c (find_function_addr): Make non-static.
8417 * infcall.h (find_function_addr): Declare.
8418 * Makefile.in (eval.o): Update dependencies.
8419
8420 2003-04-28 Adam Fedor <fedor@gnu.org>
8421
8422 * symtab.c (symbol_find_demangled_name): Check for and demangle
8423 ObjC symbols.
8424 (symbol_init_demangled_name): Init for language_objc as well.
8425
8426 2003-04-28 Andrew Cagney <cagney@redhat.com>
8427
8428 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8429 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8430 * gdbarch.h, gdbarch.c: Re-generate.
8431 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8432 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8433 * inferior.h (deprecated_read_fp): Rename read_fp.
8434 (generic_target_read_fp): Delete declaration.
8435 * regcache.c (generic_target_read_fp): Delete function.
8436 (deprecated_read_fp): Replace read_fp, use
8437 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8438 * d10v-tdep.c (d10v_read_fp): Delete function.
8439 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8440
8441 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8442 deprecated_target_read_fp to generic_target_read_fp.
8443 * sh-tdep.c (sh_gdbarch_init): Ditto.
8444 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8446 * frv-tdep.c (frv_gdbarch_init): Ditto.
8447
8448 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8449 deprecated_fp_regnum.
8450 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8451 * vax-tdep.c (vax_gdbarch_init): Ditto.
8452 * v850-tdep.c (v850_gdbarch_init): Ditto.
8453 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8454 * sh-tdep.c (sh_gdbarch_init): Ditto.
8455 * s390-tdep.c (s390_gdbarch_init): Ditto.
8456 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8457 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8458 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8459 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8460 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8461 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8462 * i386-tdep.c (i386_gdbarch_init): Ditto.
8463 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8464 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8465 * frv-tdep.c (frv_gdbarch_init): Ditto.
8466 * cris-tdep.c (cris_gdbarch_init): Ditto.
8467 * avr-tdep.c (avr_gdbarch_init): Ditto.
8468 * arm-tdep.c (arm_gdbarch_init): Ditto.
8469 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8470
8471 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8472 * v850-tdep.c (v850_gdbarch_init): Ditto.
8473 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8474 * sh-tdep.c (sh_gdbarch_init): Ditto.
8475 * s390-tdep.c (s390_gdbarch_init): Ditto.
8476 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8477 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8478 * mips-tdep.c (mips_gdbarch_init): Ditto.
8479 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8480 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8481 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8482 * frv-tdep.c (frv_gdbarch_init): Ditto.
8483 * avr-tdep.c (avr_gdbarch_init): Ditto.
8484 * arm-tdep.c (arm_gdbarch_init): Ditto.
8485
8486 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8487 DEPRECATED_FP_REGNUM.
8488 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8489 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8490 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8491 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8492 (sparc32_register_virtual_type): Ditto.
8493 * sh-tdep.c (sh64_frame_chain): Ditto.
8494 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8495 (sh_nofp_frame_init_saved_regs): Ditto.
8496 (sh64_nofp_frame_init_saved_regs): Ditto.
8497 (sh_fp_frame_init_saved_regs): Ditto.
8498 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8499 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8500 * procfs.c (procfs_fetch_registers): Ditto.
8501 (procfs_store_registers): Ditto.
8502 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8503 (store_inferior_registers, fetch_core_registers): Ditto.
8504 (fetch_kcore_registers, clear_regs): Ditto.
8505 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8506 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8507 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8508 * nlm/i386.c (do_status): Ditto.
8509 * mipsv4-nat.c (supply_gregset): Ditto.
8510 * mips-tdep.c: Ditto for comments.
8511 * mips-nat.c (fetch_inferior_registers): Ditto.
8512 (store_inferior_registers, fetch_core_registers): Ditto.
8513 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8514 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8515 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8516 (i386_do_pop_frame, i386_register_type): Ditto.
8517 * hppa-tdep.c (hppa_frame_chain): Ditto.
8518 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8519 (hppa_pop_frame, hppa_read_fp): Ditto.
8520 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8521 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8522 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8523 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8524 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8525 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8526 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8527 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8528 * blockframe.c: Ditto for comments.
8529 * arch-utils.h: Ditto for comments.
8530 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8531 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8532 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8533 * alpha-tdep.h: Ditto for comments.
8534 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8535 (alpha_cannot_store_register): Ditto.
8536 (alpha_push_dummy_frame): Ditto.
8537 * alpha-nat.c (supply_gregset): Ditto.
8538
8539 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8540 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8541 * config/sparc/tm-sparc.h: Update comment.
8542
8543 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8544 deprecated_read_fp instead of TARGET_READ_FP.
8545 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8546 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8547 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8548 deprecated_read_fp instead of read_fp.
8549 * s390-tdep.c (s390_push_arguments): Ditto.
8550 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8551 * frame.h: Ditto in comments.
8552 * frame.c (legacy_get_prev_frame): Ditto.
8553 * dummy-frame.c (dummy_frame_this_id): Ditto.
8554 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8555
8556 2003-04-28 Andrew Cagney <cagney@redhat.com>
8557
8558 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8559 * gdbarch.h, gdbarch.c: Re-generate.
8560 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8561 * vax-tdep.c (_initialize_vax_tdep): Update.
8562 * v850-tdep.c (_initialize_v850_tdep): Update.
8563 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8564 * s390-tdep.c (_initialize_s390_tdep): Update.
8565 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8566 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8567 * mips-tdep.c (_initialize_mips_tdep): Update.
8568 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8569 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8570 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8571 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8572 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8573 * frv-tdep.c (_initialize_frv_tdep): Update.
8574 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8575 (_initialize_cris_tdep): Update.
8576 * arch-utils.c (legacy_print_insn): Update.
8577 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8578
8579 2003-04-26 Adam Fedor <fedor@gnu.org>
8580
8581 * linespec.c (decode_objc): New function to decode ObjC calls
8582 (decode_line_1): Check for ObjC calls (using decode_objc)
8583 * Makefile (linespec.o): Update dependencies.
8584
8585 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8586
8587 * breakpoint.h (struct breakpoint_ops): New.
8588 (struct breakpoint): Add ops member.
8589
8590 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8591 (mention): Use new breakpoint ops member.
8592 (set_raw_breakpoint): Initialize ops field to NULL.
8593 (print_exception_catchpoint, print_one_exception_catchpoint)
8594 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8595 (gnu_v3_exception_catchpoint_ops): New.
8596 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8597
8598 2003-04-25 Adam Fedor <fedor@gnu.org>
8599
8600 * Makefile.in (COMMON_OBS): Add objc-lang.o
8601
8602 2003-04-25 Andrew Cagney <cagney@redhat.com>
8603
8604 * d10v-tdep.c (print_insn): Delete function.
8605 (display_trace): Use TARGET_PRINT_INSN.
8606 (_initialize_d10v_tdep): Do not set tm_print_insn.
8607 (d10v_gdbarch_init): Set print_insn.
8608
8609 2003-04-25 Andrew Cagney <cagney@redhat.com>
8610
8611 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8612 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8613 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8614 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8615 (nr_dmap_regs, a0_regnum): ... new functions.
8616 (d10v_print_registers_info): Use a0_regnum, use register_size.
8617 (d10v_register_byte): Delete function.
8618 (d10v_register_raw_size): Delete function.
8619 (d10v_register_type): Use a0_regnum.
8620 (d10v_print_registers_info): Use a0_regnum.
8621 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8622 (d10v_gdbarch_init): Do not set register_byte or
8623 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8624 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8625 extract_address.
8626 (trace_command): Use XCALLOC.
8627 (print_insn): Delete reference to tm_print_insn.
8628 (saved_regs_unwinder): Use store_unsigned_integer instead of
8629 store_address.
8630 * frame.h (FRAME_OBSTACK_CALLOC): Define
8631
8632 2003-04-25 David Carlton <carlton@bactrian.org>
8633
8634 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8635
8636 2003-04-24 Adam Fedor <fedor@gnu.org>
8637
8638 * objc-lang.c: Include "valprint.h"
8639 * Makefile.in (objc-lang.o): Update dependencies.
8640
8641 2003-04-24 Adam Fedor <fedor@gnu.org>
8642
8643 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8644 architecture dependant compilation and mark as unimplemented
8645 (until they get put in the gdbarch vector).
8646
8647 2003-04-23 David Carlton <carlton@bactrian.org>
8648
8649 * cp-support.c (cp_find_first_component): Accept 'operator' in
8650 more locations.
8651
8652 2003-04-23 Andrew Cagney <cagney@redhat.com>
8653
8654 * infcall.c (call_function_by_hand): Eliminate redundant
8655 indentation. Move "saved_async" and "old_cleanups" to where they
8656 are needed.
8657
8658 2003-04-23 Andrew Cagney <cagney@redhat.com>
8659
8660 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8661 and "buffer". Move the "name" code to where it is needed.
8662
8663 2003-04-23 Andrew Cagney <cagney@redhat.com>
8664
8665 * infcall.c (call_function_by_hand): Move variables "start_sp",
8666 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8667 code to ON_STACK switch branch.
8668
8669 2003-04-23 Andrew Cagney <cagney@redhat.com>
8670
8671 * infcall.c (call_function_by_hand): Make declaration of "i",
8672 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8673 lint.
8674
8675 2003-04-23 Andrew Cagney <cagney@redhat.com>
8676
8677 * infcall.c (call_function_by_hand): Delete variable
8678 "n_method_args". Localize "param_type"'s declaration to the loop
8679 that it is used. Reinstate code assigning to said variable -
8680 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8681 Rationalize code using "param_type".
8682
8683 2003-04-22 Andrew Cagney <cagney@redhat.com>
8684
8685 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8686 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8687 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8688 to DEPRECATED_PUSH_RETURN_ADDRESS.
8689
8690 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8691
8692 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8693 on the DWARF2 register number prior to fetching a register.
8694
8695 2003-04-22 J. Brobecker <brobecker@gnat.com>
8696
8697 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8698 Update all the tests using SOFT_FLOAT considering the fact that
8699 this macro was always set to 0.
8700 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8701 considering the fact that this macro was always set to 0.
8702 * hppa-tdep.h (hppa_store_return_value): Likewise.
8703 (hppa_extract_return_value): Likewise.
8704
8705 2003-04-22 J. Brobecker <brobecker@gnat.com>
8706
8707 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8708 the hppa-pro target only.
8709
8710 2003-04-21 J. Brobecker <brobecker@gnat.com>
8711
8712 Ongoing multi-arch conversion effort for HP/UX:
8713 * config/pa/tm-hppa.h: Move all macro that are no longer
8714 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8715 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8716
8717 2003-04-21 J. Brobecker <brobecker@gnat.com>
8718
8719 * config/pa/tm-hppa.h: Obsolete a section that was only used
8720 for hppa-pro.
8721
8722 2003-04-21 J. Brobecker <brobecker@gnat.com>
8723
8724 Ongoing multi-arch conversion for HP/UX.
8725 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8726 if already defined (allows hppa64 to stay non-multiarched for now).
8727 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8728
8729 2003-04-21 Andrew Cagney <cagney@redhat.com>
8730
8731 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8732
8733 2003-04-21 Andrew Cagney <cagney@redhat.com>
8734
8735 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8736 "i386_num_mmx_regs".
8737
8738 2003-04-21 Andrew Cagney <cagney@redhat.com>
8739
8740 * infcall.c: New file.
8741 * infcall.h: New file.
8742 * valarith.c: Include "infcall.h".
8743 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8744 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8745 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8746 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8747 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8748 (SFILES): Add "infcall.c"
8749 (COMMON_OBS): Add "infcall.o".
8750 (infcall.o): Specify dependencies.
8751 * value.h (call_function_by_hand): Delete declaration.
8752 * inferior.h (run_stack_dummy): Delete declaration.
8753 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8754 (run_stack_dummy): Move to "infcall.c", merged into
8755 call_function_by_hand.
8756 * valops.c (call_function_by_hand): Moved to "infcall.c".
8757 (find_function_addr, value_arg_coerce): Ditto.
8758 (unwindonsignal_p, coerce_float_to_double): Ditto.
8759 (_initialize_valops): Move "set/show coerce-float-to-double", and
8760 "set/show unwindonsignal" commands to "infcall.c".
8761 * v850-tdep.c, target.h: Update comments.
8762 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8763 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8764 (sh64_init_extra_frame_info): Update comments.
8765 * mn10300-tdep.c: Update comments.
8766 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8767 * config/sparc/tm-sparc.h: Update comments.
8768 * breakpoint.h: Update comments.
8769 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8770 * arm-tdep.c: Update comment.
8771
8772 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8773
8774 * i386-tdep.c (i386_num_register_names): New variable.
8775 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8776 (MM0_REGNUM): Remove redundant parentheses in define.
8777 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8778 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8779 i386_mxcsr_regnum_p): Remove redundant parentheses.
8780 (i386_register_name): Use i386_num_register_names.
8781
8782 * i386-tdep.c (i386_extract_return_value,
8783 i386_store_return_value): Correct check for availability of
8784 floating-point registers.
8785
8786 * i386-tdep.c (i386_frame_num_args): Remove function.
8787 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8788
8789 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8790 mmx_regnum_to_fp_regnum. Adjust all callers.
8791
8792 * i386-tdep.c (i386_get_longjmp_target): Use
8793 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8794 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8795 extract_address.
8796
8797 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8798
8799 * core-regset.c: Update comments to reflect reality. Re-order
8800 includes.
8801 (fetch_core_registers): Use switch instead of if. Remove
8802 redundant prototype.
8803
8804 2003-04-18 Jim Blandy <jimb@redhat.com>
8805
8806 * s390-tdep.c (s390_frame_align): New function.
8807 (s390_gdbarch_init): Register it with the gdbarch object.
8808
8809 2003-04-17 Richard Henderson <rth@redhat.com>
8810
8811 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8812
8813 2003-04-17 Michael Snyder <msnyder@redhat.com>
8814 Karen Bennet <bennet@redhat.com>
8815
8816 Committed by Elena Zannoni <ezannoni@redhat.com>
8817 * gdb_gcore.sh: New script to create a core dump of a process.
8818
8819 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8820
8821 * values.c (value_being_returned): Don't fetch the return
8822 value if the return type is void.
8823
8824 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8825
8826 * thread-db.c: Reindented.
8827
8828 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8829
8830 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8831 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8832 as types.
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8859
8860 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8861 the size of ``long double'' to 16, instead of 8.
8862
8863 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8864
8865 * i386-linux-nat.c: Add some whitespace to make things more
8866 readable.
8867 (fetch_register, store_register, fetch_inferior_registers,
8868 store_inferior_registers): Get rid of assignment in if-statement.
8869 (store_register): Fix typo in error message.
8870
8871 2003-04-16 Andrew Cagney <cagney@redhat.com>
8872
8873 * utils.c (xmmalloc): Always allocate something, matches
8874 libiberty/xmalloc's semantics.
8875 (xmrealloc, xmcalloc): Ditto.
8876
8877 2003-04-16 Andrew Cagney <cagney@redhat.com>
8878
8879 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8880 update comments.
8881 (get_frame_type): Initialize unwind and type when needed.
8882 (get_frame_id, frame_register_unwind): Ditto.
8883
8884 2003-04-16 Andrew Cagney <cagney@redhat.com>
8885
8886 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8887 obsolete.
8888 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8889 * sparcl-stub.c: Obsolete file.
8890 * config/sparc/tm-sparclet.h: Obsolete file.
8891 * sparclet-stub.c: Obsolete file.
8892 * sparclet-rom.c: Obsolete file.
8893 * sparcl-tdep.c: Obsolete file.
8894 * config/sparc/tm-sparclite.h: Obsolete file.
8895 * config/sparc/sparclite.mt: Obsolete file.
8896 * config/sparc/sparclet.mt: Obsolete file.
8897 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8898 sparc86x-*-* obsolete.
8899
8900 2003-04-15 David Carlton <carlton@math.stanford.edu>
8901
8902 * Makefile.in (SFILES): Add cp-namespace.c.
8903 (COMMON_OBS): Add cp-namespace.o.
8904 (block.o): Depend on gdb_obstack_h and cp_support_h.
8905 (buildsym.o): Depend on cp_support_h.
8906 (cp-namespace.o): New.
8907 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8908 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8909 (dwarf2read.o): Depend on cp_support_h.
8910 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8911 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8912 processing_current_namespace.
8913 (read_namespace): Update processing_current_namespace; check for
8914 anonymous namespaces.
8915 (dwarf2_name): New function.
8916 (dwarf2_extension): Ditto.
8917 * cp-support.h: Update copyright, contributors.
8918 Add inclusion guards.
8919 Add opaque declaration for structs obstack, block, symbol.
8920 (struct using_direct): New struct.
8921 Add declarations for cp_find_first_component,
8922 cp_entire_prefix_len, processing_has_namespace_info,
8923 processing_current_namespace, cp_is_anonymous,
8924 cp_add_using_directive, cp_initialize_namespace,
8925 cp_finalize_namespace, cp_set_block_scope,
8926 cp_scan_for_anonymous_namespaces.
8927 * cp-namespace.c: New file.
8928 * cp-support.c: Update copyright.
8929 Include ctype.h, gdb_assert.h, gdbcmd.h.
8930 New variable maint_cplus_cmd_list.
8931 (cp_find_first_component): New function.
8932 (cp_entire_prefix_len, maint_cplus_command)
8933 (first_component_command, _initialize_cp_support): Ditto.
8934 * buildsym.c: Include cp-support.h.
8935 New variable using_list.
8936 (add_symbol_to_list): Check for anonymous namespaces.
8937 (finish_block): Set block's scope.
8938 (start_symtab): Initialize C++ namespace support.
8939 (end_symtab): Finalize C++ namespace support.
8940 * block.h: Add opaque declarations for structs
8941 block_namespace_info, using_direct, and obstack.
8942 Add declarations for block_set_scope and block_set_using.
8943 (struct block): Add 'language_specific' member.
8944 (BLOCK_NAMESPACE): New macro.
8945 * block.c: Include gdb_obstack.h and cp-support.h.
8946 (struct block_namespace_info): New struct.
8947 (block_set_scope): New function.
8948 (block_set_using, block_initialize_namespace): Ditto.
8949
8950 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8951
8952 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8953 (locate_base): Return early if there aren't any link map offsets.
8954 (svr4_solib_create_inferior_hook): Warn if shared library support
8955 is unavailable.
8956
8957 2003-04-14 David Carlton <carlton@math.stanford.edu>
8958
8959 * symtab.c (symbol_set_names): Add prefix when storing Java names
8960 in hash table. Fix for PR java/1039.
8961
8962 2003-04-14 David Carlton <carlton@math.stanford.edu>
8963
8964 * symtab.c (symbol_set_names): Rename 'name' arg to
8965 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8966 * symtab.h: Change 'name' argument in declaration of
8967 symbol_set_names to 'linkage_name'.
8968 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8969
8970 2003-04-14 Andrew Cagney <cagney@redhat.com>
8971
8972 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8973 return the fully sign-extended register value.
8974 (get_frame_pointer): Ditto.
8975 (mips_pop_frame): Initialize "proc_desc" after checking for a
8976 dummy frame.
8977
8978 2003-04-14 Andrew Cagney <cagney@redhat.com>
8979
8980 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8981 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8982 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8983 (mips_push_register): Delete function.
8984 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8985 PUSH_FP_REGNUM.
8986
8987 2003-04-14 Jim Blandy <jimb@redhat.com>
8988
8989 * symmisc.c: #include "gdb_regex.h".
8990 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8991 functions.
8992 * maint.c (maintenance_list_command): New function.
8993 (_initialize_maint_cmds): Register the above as commands.
8994 * symtab.h (maintenance_list_symtabs,
8995 maintenance_list_psymtabs): New declarations.
8996 * cli/cli-cmds.c (maintenancelistlist): New variable.
8997 (init_cmd_lists): Initialize it.
8998 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8999 * gdbcmd.h (maintenancelistlist): New declaration.
9000 * Makefile.in (symmisc.o): Update dependencies.
9001
9002 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9003
9004 * s390-nat.c: Include asm/types.h for addr_t.
9005
9006 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9007
9008 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9009 actually incoming type.
9010
9011 2003-04-13 Andrew Cagney <cagney@redhat.com>
9012
9013 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9014 get_next_frame and get_frame_saved_regs.
9015
9016 2003-04-13 Andrew Cagney <cagney@redhat.com>
9017
9018 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9019 of gdbarch_num_regs.
9020
9021 2003-04-13 Andrew Cagney <cagney@redhat.com>
9022
9023 * frame.h: Mention what replaced what in "struct frame_info".
9024 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9025 deprecated_update_frame_base_hack and
9026 deprecated_update_frame_pc_hack.
9027 * hppa-tdep.c: Ditto.
9028
9029 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9030
9031 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9032 to read_reg and update its comment. Remove regnum member.
9033 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9034 Don't call read_reg when setting in_reg. Call read_reg to get
9035 the frame base if it's in a register. Return the register number
9036 on the stack instead of in the context. Remove extra arguments
9037 to read_reg.
9038 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9039 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9040 the register number on the expression stack.
9041 (needs_frame_read_reg): Remove extra arguments.
9042
9043 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9044
9045 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9046 made non-static.
9047 (execute_stack_op): All callers updated.
9048 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9049 * dwarf2loc.c (find_location_expression): New function.
9050 (dwarf_expr_frame_base): Call it.
9051 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9052 (dwarf2_tracepoint_var_ref): New function, broken out from
9053 locexpr_tracepoint_var_ref.
9054 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9055 Make static.
9056 (loclist_read_variable, loclist_read_needs_frame): New functions.
9057 (loclist_describe_location, loclist_tracepoint_var_ref): New
9058 functions.
9059 (dwarf2_loclist_funcs): New struct location_funcs.
9060 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9061 (struct dwarf2_locexpr_baton): Add comments.
9062 (dwarf2_loclist_funcs): New extern.
9063 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9064 base_address and base_known.
9065 (dwarf_loc_buffer): New variable.
9066 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9067 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9068 (dwarf2_has_info): Initialize dwarf_loc_offset.
9069 (dwarf2_build_psymtabs): Read in .debug_loc.
9070 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9071 DWARF_LOC_SIZE.
9072 (psymtab_to_symtab_1): Likewise. Move base address calculation
9073 here, from...
9074 (dwarf2_get_pc_bounds): ... here. Use the base address from
9075 cu_header.
9076 (dwarf2_symbol_mark_computed): Handle location lists.
9077
9078 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9079
9080 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9081 if the linkage name demangled successfully.
9082
9083 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9084
9085 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9086 disassmbly_flavour): Removed.
9087
9088 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9089
9090 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9091
9092 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9093
9094 2003-04-12 Andrew Cagney <cagney@redhat.com>
9095
9096 * frame.h (struct frame_info): Move definition from here ...
9097 * frame.c (struct frame_info): ... to here.
9098
9099 2003-04-12 Andrew Cagney <cagney@redhat.com>
9100
9101 * gdbthread.h (save_infrun_state): Delete parameter
9102 "prev_func_start".
9103 (struct thread_info): Delete field "prev_func_start".
9104 (load_infrun_state): Ditto.
9105 * thread.c (load_infrun_state, save_infrun_state): Update.
9106 * infrun.c (prev_func_start): Delete variable.
9107 (context_switch, init_wait_for_inferior): Update.
9108 (stop_stepping, keep_going): Update.
9109
9110 2003-04-12 Andrew Cagney <cagney@redhat.com>
9111
9112 * gdbarch.sh: Add missing opaque declarations.
9113 * gdbarch.h: Regnerate.
9114 * symtab.h: Add missing opaque declarations.
9115 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9116 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9117 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9118 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9119 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9120 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9121 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9122 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9123 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9124 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9125 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9126 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9127 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9128
9129 2003-04-11 Andrew Cagney <cagney@redhat.com>
9130
9131 * frame.c (get_frame_id): Return this frame's "id".
9132 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9133 function start.
9134 (legacy_saved_regs_this_id): Replace function body with
9135 internal-error.
9136 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9137 FRAME_OBSTACK_ZALLOC.
9138 (create_new_frame): Mark the frame ID as valid.
9139
9140 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9141
9142 * Makefile.in (libbfd_h): Added missing setting.
9143 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9144 according to the selected ABI.
9145
9146 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9147
9148 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9149
9150 2003-04-11 Andrew Cagney <cagney@redhat.com>
9151
9152 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9153 SAVED_PC_AFTER_CALL.
9154 * gdbarch.h, gdbarch.c: Regenerate.
9155 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9156 * x86-64-tdep.c (x86_64_init_abi): Update.
9157 * vax-tdep.c (vax_gdbarch_init): Update.
9158 * v850-tdep.c (v850_gdbarch_init): Update.
9159 * sparc-tdep.c (sparc_gdbarch_init): Update.
9160 * sh-tdep.c (sh_gdbarch_init): Update.
9161 * s390-tdep.c (s390_gdbarch_init): Update.
9162 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9163 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9164 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9165 * mips-tdep.c (mips_gdbarch_init): Update.
9166 * mcore-tdep.c (mcore_gdbarch_init): Update.
9167 * m68k-tdep.c (m68k_gdbarch_init): Update.
9168 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9169 * ia64-tdep.c (ia64_gdbarch_init): Update.
9170 (ia64_saved_pc_after_call): Update declaration.
9171 * i386ly-tdep.c (i386lynx_init_abi): Update.
9172 * i386-tdep.c (i386_gdbarch_init): Update.
9173 * hppa-tdep.c (hppa_gdbarch_init): Update.
9174 * h8300-tdep.c (h8300_gdbarch_init): Update.
9175 * frv-tdep.c (frv_gdbarch_init): Update.
9176 * cris-tdep.c (cris_gdbarch_init): Update.
9177 * avr-tdep.c (avr_gdbarch_init): Update.
9178 * arm-tdep.c (arm_gdbarch_init): Update.
9179 * alpha-tdep.c (alpha_gdbarch_init): Update.
9180 * ns32knbsd-nat.c (frame_num_args): Update.
9181 * ns32k-tdep.c (umax_frame_num_args): Update.
9182 * mips-tdep.c (mips_init_frame_pc_first): Update.
9183 * infrun.c (step_over_function): Update.
9184 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9185 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9186 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9187 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9188 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9189 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9190 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9191 * arch-utils.c (init_frame_pc_default): Update.
9192 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9193 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9194 declaration.
9195
9196 2003-04-11 Andrew Cagney <cagney@redhat.com>
9197
9198 * i387-tdep.c: Update copyright.
9199 (i387_to_double): Delete function.
9200 (double_to_i387): Delete function.
9201
9202 2003-04-10 Andrew Cagney <cagney@redhat.com>
9203
9204 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9205 frame's function's address. Simplify.
9206 (d10v_frame_unwind_cache): Check that the frame's function is
9207 non-zero.
9208
9209 2003-04-10 Jim Blandy <jimb@redhat.com>
9210
9211 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9212 call to set_gdbarch_deprecated_push_arguments.
9213
9214 2003-04-10 Andrew Cagney <cagney@redhat.com>
9215
9216 * frame.c (fprint_frame_id): New function.
9217 (fprint_frame_type, fprint_frame): New function.
9218 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9219 (create_sentinel_frame, get_frame_id): Ditto.
9220 (frame_id_p, frame_id_eq): Ditto.
9221 (frame_id_inner, create_new_frame): Ditto.
9222 (legacy_get_prev_frame, get_prev_frame): Ditto.
9223 (deprecated_update_frame_pc_hack): Ditto.
9224 (frame_register_unwind): Ditto.
9225 (deprecated_update_frame_base_hack): Ditto.
9226
9227 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9228
9229 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9230 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9231 frame_chain function.
9232 * Makefile.in: Add dependencies due to above change.
9233
9234 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9235
9236 * blockframe.c (legacy_frame_chain_valid): Move call to
9237 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9238 inside_entry_file.
9239
9240 2003-04-09 Andrew Cagney <cagney@redhat.com>
9241
9242 * frame.h (struct frame_id): Replace "pc" and "base" with
9243 "stack_addr" and "code_addr". Update comments.
9244 (frame_id_build): Update parameter names and comment.
9245 (struct frame_info): Replace "id_p" and "id" with "this_id".
9246 * dummy-frame.c (dummy_frame_this_id): Update.
9247 * breakpoint.c (print_one_breakpoint): Update.
9248 * frame.c (get_frame_id): Update.
9249 (get_frame_base, frame_id_build): Update.
9250 (create_sentinel_frame, legacy_get_prev_frame): Update.
9251 (deprecated_update_frame_base_hack): Update.
9252 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9253 (frame_id_inner): Ditto.
9254
9255 2003-04-09 Andrew Cagney <cagney@redhat.com>
9256
9257 * defs.h (gdb_print_host_address): Make "addr" parameter a
9258 pointer constant.
9259 * utils.c (gdb_print_host_address): Update.
9260
9261 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9262
9263 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9264 register number for R0 is 0.
9265
9266 2003-04-09 J. Brobecker <brobecker@gnat.com>
9267
9268 * frame.h (struct gdbarch): Add opaque structure definition
9269 to avoid a compilation warning on LynxOS 4.0.
9270
9271 2003-04-09 Andrew Cagney <cagney@redhat.com>
9272
9273 * frame.h (struct frame_info): Delete field "pc". Replace
9274 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9275 structure.
9276 * frame.c (frame_pc_unwind): Update.
9277 (create_sentinel_frame): Do not set "pc".
9278 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9279 (get_frame_pc): Call frame_pc_unwind.
9280 (deprecated_update_frame_pc_hack): Update.
9281 (create_new_frame): Use "pc" not "->pc".
9282
9283 2003-04-09 Andrew Cagney <cagney@redhat.com>
9284
9285 * frame.c (get_frame_id): Eliminate code updating "frame".
9286 (legacy_get_prev_frame): Ditto.
9287 (get_frame_base): Return id.base directly.
9288 (deprecated_update_frame_base_hack): Update "id.base".
9289 * frame.h (struct frame_info): Delete field "frame".
9290
9291 2003-04-09 Andrew Cagney <cagney@redhat.com>
9292
9293 * NEWS: Mention that the "Sequent family" is obsolete.
9294 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9295 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9296 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9297 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9298 * config/i386/tm-ptx4.h: Obsolete file.
9299 * config/i386/tm-ptx.h: Obsolete file.
9300 * symm-tdep.c: Obsolete file.
9301 * config/i386/symmetry.mt: Obsolete file.
9302 * config/i386/tm-symmetry.h: Obsolete file.
9303 * symm-nat.c: Obsolete file.
9304 * config/i386/nm-symmetry.h: Obsolete file.
9305 * config/i386/xm-symmetry.h: Obsolete file.
9306 * config/i386/symmetry.mh: Obsolete file.
9307 * config/i386/nm-ptx4.h: Obsolete file.
9308 * config/i386/ptx4.mh: Obsolete file.
9309 * config/i386/ptx.mt: Obsolete file.
9310 * config/i386/ptx.mh: Obsolete file.
9311 * config/i386/xm-ptx4.h: Obsolete file.
9312 * config/i386/xm-ptx.h: Obsolete file.
9313
9314 2003-04-09 Andrew Cagney <cagney@redhat.com>
9315
9316 Obsolete mips*-*-mach3*.
9317 * NEWS: Mention that mips*-*-mach3* is obsolete.
9318 * m3-nat.c: Obsolete file.
9319 * config/nm-m3.h: Obsolete file.
9320 * config/mips/tm-mipsm3.h: Obsolete file.
9321 * config/mips/mipsm3.mt: Obsolete file.
9322 * config/mips/mipsm3.mh: Obsolete file.
9323 * config/mips/xm-mipsm3.h: Obsolete file.
9324 * mipsm3-nat.c: Obsolete file.
9325 * configure.host: Obsolete mips-dec-mach3*.
9326 * configure.tgt: Obsolete mips*-*-mach3*.
9327
9328 2003-04-09 Andrew Cagney <cagney@redhat.com>
9329
9330 * doublest.h: Update copyright.
9331 (deprecated_store_floating, deprecated_extract_floating): Rename
9332 store_floating and extract_floating. Update comments.
9333 * doublest.c: Update copyright.
9334 (extract_floating_by_length): Replace extract_floating.
9335 (store_floating_by_length): Replace store_floating.
9336 (deprecated_extract_floating): New function.
9337 (deprecated_store_floating): New function.
9338 (extract_typed_floating): Call extract_floating_by_length.
9339 (store_typed_floating): Call store_floating_by_length.
9340 * x86-64-tdep.c (x86_64_store_return_value): Update.
9341 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9342 (sh64_extract_return_value): Update.
9343 (sh_sh4_register_convert_to_virtual): Update.
9344 (sh_sh64_register_convert_to_virtual): Update.
9345 (sh_sh4_register_convert_to_raw): Update.
9346 (sh_sh64_register_convert_to_raw): Update.
9347 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9348 (rs6000_register_convert_to_raw): Update.
9349 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9350 (ia64_register_convert_to_raw): Update.
9351 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9352 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9353 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9354 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9355 (alpha_register_convert_to_raw): Update.
9356
9357 2003-04-08 Andrew Cagney <cagney@redhat.com>
9358
9359 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9360 * gdbarch.h, gdbarch.c: Re-generate.
9361 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9362 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9363 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9364 conditionally, use frame_pc_unwind as an alternative. Add
9365 comments.
9366 * arch-utils.c (init_frame_pc_default): Only call
9367 SAVED_PC_AFTER_CALL when available.
9368
9369 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9370
9371 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9372 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9373 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9374 (start_remote): Ditto.
9375 (handle_inferior_event): Ditto.
9376 (save_inferior_status): Ditto.
9377 (restore_inferior_status): Ditto.
9378 * infcmd.c (attach_command): Ditto.
9379 * fork-child.c (startup_inferior): Ditto.
9380 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9381 * alpha-tdep.c (heuristic_proc_start): Ditto.
9382 * mips-tdep.c (heuristic_proc_start): Ditto.
9383 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9384 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9385 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9386 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9387 * remote-vx.c (vx_create_inferior): Ditto.
9388
9389 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9390
9391 * infrun.c (stop_soon_quietly): Make it an enum, to better
9392 override the default behavior of handle_inferior_event.
9393 (clear_proceed_status): Update uses of stop_soon_quietly to
9394 reflect that it is now an enum.
9395 (start_remote): Ditto.
9396 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9397 is set to handle the new GNU/Linux kernel behavior for
9398 attach/sigstop. Update uses of stop_soon_quietly.
9399 * inferior.h (enum stop_kind): New enum.
9400 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9401 Reset normal handle_inferior_event behavior, afterwards.
9402 * fork-child.c (startup_inferior): Update.
9403 * alpha-tdep.c (heuristic_proc_start): Update.
9404 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9405 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9406 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9407 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9408 * remote-vx.c (vx_create_inferior): Update.
9409 * mips-tdep.c (heuristic_proc_start): Update.
9410
9411 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9412
9413 * disasm.c (dump_insns): Move variables inside loop, or they will
9414 be freed more than once, causing wild memory corruptions.
9415 (gdb_disassembly): Look for the substring "-thread",
9416 instead of "-threads" in the target name, to make sure to find
9417 the 'multi-thread' target. Also, make sure we do the right thing
9418 with the "core" target.
9419
9420 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9421
9422 * mips-tdep.c (mips_print_fp_register): New function, created from
9423 do_fp_register_row(). Registers are now (also) printed as hex.
9424 Only one register is printed per row.
9425 (mips_print_register, do_fp_register_row): Print floating point
9426 registers with mips_print_fp_register().
9427
9428 2003-04-06 Andrew Cagney <cagney@redhat.com>
9429
9430 * valprint.h (inspect_it): Add extern declaration.
9431 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9432 (selectors_info, classes_info): Ditto.
9433 (find_objc_msgcall): Fix indentation.
9434 (objc_printstr): Delete extern declarations.
9435
9436 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9437
9438 2003-04-06 Andrew Cagney <cagney@redhat.com>
9439
9440 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9441 Update comment.
9442 * frame.c (legacy_saved_regs_this_id): Update.
9443 (legacy_get_prev_frame): Update.
9444 * xstormy16-tdep.c: Update comment.
9445 * sparc-tdep.c (sparc_frame_chain): Update comment.
9446 * blockframe.c (legacy_frame_chain_valid): Update.
9447
9448 2003-04-06 Andrew Cagney <cagney@redhat.com>
9449
9450 * valprint.c (val_print_type_code_int): Delete #ifdef
9451 PRINT_TYPELESS_INTEGER code.
9452
9453 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9454 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9455 multi-arch definition.
9456 * gdbarch.h: Re-generate.
9457
9458 2003-04-05 Andrew Cagney <cagney@redhat.com>
9459
9460 Eliminate FRAME_FIND_SAVED_REGS.
9461 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9462 Change FSR parameter to a pointer.
9463 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9464 Assume FSR parameter is a pointer.
9465 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9466 Make fsr a pointer.
9467 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9468 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9469 saved_regs a pointer.
9470 (hppa_frame_saved_pc): Ditto.
9471 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9472 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9473 pointer.
9474 (restore_pc_queue): Make fsr a pointer.
9475 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9476 (hppa_frame_chain): Make saved_regs a pointer, call
9477 hppa_frame_init_saved_regs.
9478 * sparc-tdep.c: Include "gdb_assert.h".
9479 (sparc_frame_find_saved_regs): Replace internal_error with
9480 gdb_assert.
9481 * remote-vxsparc.c (vx_read_register): Delete reference to
9482 FRAME_FIND_SAVED_REGS.
9483 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9484 * gdbarch.h: Regenerate.
9485 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9486 (deprecated_get_frame_saved_regs): Delete declaration.
9487 (struct frame_saved_regs): Delete definition.
9488 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9489 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9490 (hppa_frame_find_saved_regs): Delete declaration.
9491 (FRAME_FIND_SAVED_REGS): Delete macro.
9492 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9493 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9494 FRAME_FIND_SAVED_REGS in comment.
9495
9496 2003-04-05 Andrew Cagney <cagney@redhat.com>
9497
9498 * frame.c (frame_func_unwind, get_frame_func): New functions.
9499 * frame.h (get_frame_func, frame_func_unwind): Declare.
9500 (struct frame_info): Add field "prev_func" for caching the
9501 previous frame's function address.
9502 * arm-tdep.c (arm_frameless_function_invocation): Combine
9503 get_pc_function_start and get_frame_pc into get_frame_func.
9504 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9505 (sh64_nofp_frame_init_saved_regs): Ditto.
9506 * s390-tdep.c (s390_function_start): Ditto.
9507 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9508 (rs6000_frameless_function_invocation): Ditto.
9509 (rs6000_frame_saved_pc): Ditto.
9510 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9511 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9512 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9513 (i386_frame_init_saved_regs): Ditto.
9514 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9515 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9516 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9517 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9518 * blockframe.c (frameless_look_for_prologue): Ditto.
9519
9520 2003-04-05 Andrew Cagney <cagney@redhat.com>
9521
9522 * frame.c (legacy_get_prev_frame): Link prev to next at the
9523 function start. Update comments.
9524
9525 2003-04-05 Andrew Cagney <cagney@redhat.com>
9526
9527 * frame.c (get_frame_id): Update comment.
9528 (legacy_get_prev_frame): Update comment.
9529 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9530 * gdbarch.h: Regenerate.
9531 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9532 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9533
9534 2003-04-05 Andrew Cagney <cagney@redhat.com>
9535
9536 * stack.c (print_frame_info): Use get_frame_pc.
9537
9538 2003-04-04 Andrew Cagney <cagney@redhat.com>
9539
9540 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9541 the frame's type from the unwinder.
9542 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9543 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9544 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9545 (get_frame_base_address): Use get_frame_type.
9546 (get_frame_locals_address, get_frame_args_address): Ditto.
9547 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9548 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9549 (struct frame_info): Add comment explaining why the frame contains
9550 a "type" field.
9551 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9552 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9553 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9554 NORMAL_FRAME.
9555 * frame-unwind.h: Include "frame.h".
9556 (struct frame_unwind): Add "type" field.
9557 * Makefile.in (frame_unwind_h): Add $(frame_h).
9558
9559 2003-04-04 Andrew Cagney <cagney@redhat.com>
9560
9561 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9562 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9563 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9564 get_frame_base.
9565 (d10v_unwind_dummy_id): Use frame_id_build.
9566 * frame.c (find_frame_sal): Use get_frame_pc.
9567 (create_new_frame): Use deprecated_update_frame_pc_hack and
9568 deprecated_update_frame_base_hack.
9569 (create_sentinel_frame): Add comment about ->pc going away.
9570 (get_prev_frame): Add comment about ->pc going away.
9571 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9572 frame_id_build, deprecated_update_frame_pc_hack and
9573 deprecated_update_frame_base_hack.
9574 (select_frame): Use get_frame_pc.
9575 (legacy_saved_regs_this_id): Use frame_id_build.
9576
9577 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9578
9579 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9580 signed integer case.
9581 (classify_argument): Handle enumerations and references.
9582
9583 2003-04-04 Andrew Cagney <cagney@redhat.com>
9584
9585 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9586 ID to NULL.
9587
9588 2003-04-01 Adam Fedor <fedor@gnu.org>
9589
9590 * gdb/objc-lang.c (selectors_info): Replace calls to
9591 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9592 SYMBOL_NATURAL_NAME.
9593 (classes_info, find_methods): Likewise.
9594
9595 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9596
9597 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9598 ``mach'' to the value determined by bfd_default_set_arch_mach().
9599
9600 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9601
9602 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9603 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9604 (mi-cmd-file.o): Update dependencies.
9605
9606 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9607
9608 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9609 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9610
9611 2003-04-01 Adam Fedor <fedor@gnu.org>
9612
9613 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9614 * language.h (struct language_defn): Add la_demangle.
9615 (language_demangle): Declare.
9616 * language.c (language_demangle): New function.
9617 (unk_lang_demangle): Likewise.
9618 (unknown_language_defn, auto_language_defn, local_language_defn):
9619 Add ukn_lang_demangle.
9620 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9621 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9622 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9623 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9624 * jv-lang.c (java_demangle): New function
9625 (java_language_defn): Use it for la_demangle element.
9626 * objc-lang.c (objc_demangle): Add options argument
9627 (objc_language_defn): Use objc_demangle for la_demangle element.
9628 * maint.c (maintenance_demangle): Replace switch with
9629 call to language_demangle.
9630 * utils.c (fprintf_symbol_filtered): Likewise.
9631
9632 2003-04-01 Andrew Cagney <cagney@redhat.com>
9633
9634 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9635 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9636 PRINT_TYPELESS_INTEGER.
9637 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9638 PUSH_RETURN_ADDRESS.
9639
9640 2003-04-01 Andrew Cagney <cagney@redhat.com>
9641
9642 * Makefile.in (d10v-tdep.o): Update dependencies.
9643 * d10v-tdep.c: Include "frame-base.h".
9644 (d10v_frame_unwind): Make constant.
9645 (d10v_frame_base_address): New function.
9646 (d10v_frame_base): New variable.
9647 (d10v_gdbarch_init): Set frame_base default.
9648 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9649 comment for base.
9650 (d10v_frame_unwind_cache): Set and use "prev_sp".
9651 (d10v_frame_this_id): Use the previous frame's inner most stack
9652 address and this frame's func address for the frame ID. Use
9653 frame_id_build. Don't analyze beyond the current instruction.
9654
9655 2003-04-01 Andrew Cagney <cagney@redhat.com>
9656
9657 * frame.h (get_frame_locals_address, get_frame_args_address):
9658 Refer to the base address, instead of the address of the first
9659 local or parameter.
9660
9661 2003-04-01 Andrew Cagney <cagney@redhat.com>
9662
9663 Add frame debug info addresses:
9664 * frame-base.c: New file.
9665 * frame-base.h: New file.
9666 * frame.h (struct frame_base): Add opaque declaration.
9667 (get_frame_base): Update comment.
9668 (get_frame_base_address): Declare.
9669 (get_frame_locals_address): Declare.
9670 (get_frame_args_address): Declare.
9671 (struct frame_info): Add "base" and "base_cache". Update
9672 comments on the unwinder.
9673 * frame.c: Include "frame-base.h".
9674 (get_frame_locals_address): New function.
9675 (get_frame_base_address): New function.
9676 (get_frame_args_address): New function.
9677 * findvar.c (read_var_value): Use get_frame_locals_address and
9678 get_frame_args_address.
9679 * stack.c (frame_info): Use get_frame_locals_address and
9680 get_frame_args_address.
9681 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9682 moved to "frame-base.c".
9683 * printcmd.c (print_frame_nameless_args): Ditto.
9684 * symtab.h (address_class): Update comments.
9685 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9686 get_frame_base_address.
9687 * dwarf2expr.c (execute_stack_op): Ditto.
9688 * Makefile.in (frame_base_h): Define.
9689 (frame.o): Update dependencies.
9690 (frame-base.o): Add dependencies.
9691 (SFILES): Add frame-base.c.
9692 (COMMON_OBS): Add frame-base.o.
9693
9694 2003-04-01 Andrew Cagney <cagney@redhat.com>
9695
9696 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9697 CALL_DUMMY_LENGTH): Ditto.
9698 * gdbarch.c: Re-generate.
9699 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9700 (CALL_DUMMY_LENGTH): Delete macro.
9701 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9702 * arm-tdep.c (arm_gdbarch_init): Ditto.
9703 * avr-tdep.c (avr_gdbarch_init): Ditto.
9704 * cris-tdep.c (cris_gdbarch_init): Ditto.
9705 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9706 * frv-tdep.c (frv_gdbarch_init): Ditto.
9707 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9708 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9709 * i386-tdep.c (i386_gdbarch_init): Ditto.
9710 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9711 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9712 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9713 * mips-tdep.c (mips_gdbarch_init): Ditto.
9714 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9715 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9716 * s390-tdep.c (s390_gdbarch_init): Ditto.
9717 * sh-tdep.c (sh_gdbarch_init): Ditto.
9718 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9719 * v850-tdep.c (v850_gdbarch_init): Ditto.
9720 * vax-tdep.c (vax_gdbarch_init): Ditto.
9721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9722
9723 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9724
9725 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9726
9727 2003-04-01 Andrew Cagney <cagney@redhat.com>
9728
9729 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9730 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9731 * gdbarch.h, gdbarch.c: Re-generate.
9732 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9733 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9734 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9735 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9736 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9737 * infcmd.c (run_stack_dummy): Simplify assuming
9738 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9739 * infrun.c (handle_inferior_event): Ditto.
9740 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9741 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9742 * arm-tdep.c (arm_gdbarch_init): Ditto.
9743 * avr-tdep.c (avr_gdbarch_init): Ditto.
9744 * cris-tdep.c (cris_gdbarch_init): Ditto.
9745 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9746 * frv-tdep.c (frv_gdbarch_init): Ditto.
9747 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9748 * i386-tdep.c (i386_gdbarch_init): Ditto.
9749 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9750 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9751 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9752 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9753 * mips-tdep.c (mips_gdbarch_init): Ditto.
9754 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9755 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9756 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9757 * s390-tdep.c (s390_gdbarch_init): Ditto.
9758 * sh-tdep.c (sh_gdbarch_init): Ditto.
9759 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9760 * v850-tdep.c (v850_gdbarch_init): Ditto.
9761 * vax-tdep.c (vax_gdbarch_init): Ditto.
9762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9763
9764 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * symfile.c (symfile_relocate_debug_section): Update call to
9767 bfd_simple_get_relocated_section_contents.
9768
9769 2003-03-31 Andrew Cagney <cagney@redhat.com>
9770
9771 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9772 * gdbarch.h, gdbarch.c: Regenerate.
9773 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9774 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9775 available.
9776 * frame.h (generic_fix_call_dummy): Delete declaration.
9777 * dummy-frame.h: Update comment.
9778 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9779 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9780 fix_call_dummy.
9781 * sh-tdep.c (sh_gdbarch_init): Ditto.
9782 * s390-tdep.c (s390_gdbarch_init): Ditto.
9783 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9784 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9785 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9786 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9787 * i386-tdep.c (i386_gdbarch_init): Ditto.
9788 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9789 * frv-tdep.c (frv_gdbarch_init): Ditto.
9790 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9791 * cris-tdep.c (cris_gdbarch_init): Ditto.
9792 * avr-tdep.c (avr_gdbarch_init): Ditto.
9793 * arm-tdep.c (arm_gdbarch_init): Ditto.
9794
9795 2003-03-31 J. Brobecker <brobecker@gnat.com>
9796
9797 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9798 (INIT_FRAME_AP): Likewise.
9799 (EXTRA_FRAME_INFO): Likewise.
9800
9801 2003-03-31 Andrew Cagney <cagney@redhat.com>
9802
9803 * gdbarch.sh: Include "symfile.h".
9804 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9805 * gdbarch.h, gdbarch.c: Re-generate.
9806 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9807 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9808 call_dummy_address, the default is at entry_point_address.
9809 * v850-tdep.c (v850_gdbarch_init): Ditto.
9810 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9811 * sh-tdep.c (sh_gdbarch_init): Ditto.
9812 * s390-tdep.c (s390_gdbarch_init): Ditto.
9813 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9814 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9815 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9816 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9817 * i386-tdep.c (i386_gdbarch_init): Ditto.
9818 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9819 * frv-tdep.c (frv_gdbarch_init): Ditto.
9820 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9821 * cris-tdep.c (cris_gdbarch_init): Ditto.
9822 * arm-tdep.c (arm_gdbarch_init): Ditto.
9823
9824 2003-03-31 Andrew Cagney <cagney@redhat.com>
9825
9826 * gdbarch.sh (CALL_DUMMY_P): Delete.
9827 * gdbarch.h, gdbarch.c: Re-generate.
9828 * inferior.h (CALL_DUMMY_P): Delete macro.
9829 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9830 * vax-tdep.c (vax_gdbarch_init): Update.
9831 * v850-tdep.c (v850_gdbarch_init): Update.
9832 * sparc-tdep.c (sparc_gdbarch_init): Update.
9833 * sh-tdep.c (sh_gdbarch_init): Update.
9834 * s390-tdep.c (s390_gdbarch_init): Update.
9835 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9836 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9837 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9838 * mips-tdep.c (mips_gdbarch_init): Update.
9839 * mcore-tdep.c (mcore_gdbarch_init): Update.
9840 * m68k-tdep.c (m68k_gdbarch_init): Update.
9841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9842 * ia64-tdep.c (ia64_gdbarch_init): Update.
9843 * i386-tdep.c (i386_gdbarch_init): Update.
9844 * h8300-tdep.c (h8300_gdbarch_init): Update.
9845 * frv-tdep.c (frv_gdbarch_init): Update.
9846 * d10v-tdep.c (d10v_gdbarch_init): Update.
9847 * cris-tdep.c (cris_gdbarch_init): Update.
9848 * breakpoint.c (deprecated_frame_in_dummy): Update.
9849 * avr-tdep.c (avr_gdbarch_init): Update.
9850 * alpha-tdep.c (alpha_gdbarch_init): Update.
9851 * arm-tdep.c (arm_gdbarch_init): Update.
9852 * dummy-frame.c (dummy_frame_this_id): Update comments.
9853 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9854 * frame.c (legacy_get_prev_frame): Ditto.
9855 * valops.c (call_function_by_hand): Delete function.
9856 (hand_function_call): Rename to call_function_by_hand
9857
9858 2003-03-30 Andrew Cagney <cagney@redhat.com>
9859
9860 2002-11-10 Klee Dienes <kdienes@apple.com>
9861 * value.h (struct value): Update comment.
9862
9863 2003-03-30 Andrew Cagney <cagney@redhat.com>
9864
9865 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9866 D10V_FP_REGNUM.
9867 (d10v_gdbarch_init): Do not set fp_regnum.
9868
9869 * frame.c (get_frame_base): Force ID initialization.
9870 (get_prev_frame): Move computation of the frame ID from here ...
9871 (get_frame_id): ... to here.
9872 (legacy_get_prev_frame): Mark the frame ID as valid.
9873 * frame.h (struct frame_info): Add field "id_p".
9874
9875 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9876
9877 * i386-tdep.c (i386_store_struct_return): Removed.
9878 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9879
9880 2003-03-30 Andrew Cagney <cagney@redhat.com>
9881
9882 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9883 * gdbarch.h, gdbarch.c: Regenerate.
9884 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9885 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9886 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9887 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9888 * i386-tdep.c (i386_gdbarch_init): Ditto.
9889 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9890 * cris-tdep.c (cris_gdbarch_init): Ditto.
9891 * vax-tdep.c (vax_gdbarch_init): Ditto.
9892 * s390-tdep.c (s390_gdbarch_init): Ditto.
9893 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9894 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9895 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9896 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9897 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9898 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9899 * sparc-tdep.c (sparc_gdbarch_init): Update.
9900 * sh-tdep.c (sh_gdbarch_init): Update.
9901 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9902 * mips-tdep.c (mips_gdbarch_init): Update.
9903 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9904 * ia64-tdep.c (ia64_gdbarch_init): Update.
9905 * frv-tdep.c (frv_gdbarch_init): Update.
9906 * avr-tdep.c (avr_gdbarch_init): Update.
9907 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9908 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9909 instead of when push_dummy_call is not available.
9910
9911 2003-03-30 Andrew Cagney <cagney@redhat.com>
9912
9913 * infttrace.c: Include "gdbthread.h".
9914 (parent_attach_all): Fix function signature.
9915 (call_ptrace): Update call.
9916 * Makefile.in (infttrace.o): Update dependencies.
9917
9918 2003-03-30 Andrew Cagney <cagney@redhat.com>
9919
9920 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9921 PUSH_RETURN_ADDRESS.
9922 * gdbarch.h, gdbarch.c: Regenerate.
9923 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9924 * x86-64-tdep.c (x86_64_init_abi): Update.
9925 * v850-tdep.c (v850_gdbarch_init): Update.
9926 * sparc-tdep.c (sparc_gdbarch_init): Update.
9927 * sh-tdep.c (sh_gdbarch_init): Update.
9928 * s390-tdep.c (s390_gdbarch_init): Update.
9929 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9930 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9931 * mips-tdep.c (mips_gdbarch_init): Update.
9932 * mcore-tdep.c (mcore_gdbarch_init): Update.
9933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9934 * ia64-tdep.c (ia64_gdbarch_init): Update.
9935 * i386-tdep.c (i386_gdbarch_init): Update.
9936 * h8300-tdep.c (h8300_gdbarch_init): Update.
9937 * frv-tdep.c (frv_gdbarch_init): Update.
9938 * cris-tdep.c (cris_gdbarch_init): Update.
9939 * avr-tdep.c (avr_gdbarch_init): Update.
9940 * arm-tdep.c (arm_gdbarch_init): Update.
9941 * valops.c (hand_function_call): Update.
9942
9943 2003-03-29 Andrew Cagney <cagney@redhat.com>
9944
9945 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9946 sizeof_call_dummy_words.
9947 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9948 define.
9949 * gdbarch.h: Regenerate.
9950
9951 2003-03-29 Andrew Cagney <cagney@redhat.com>
9952
9953 * infttrace.h: New file.
9954 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9955 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9956 (hpread_read_doc_function_type): Detect an initialized type1.
9957 (hpread_quick_traverse): Initialize mod_name_string.
9958 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9959 (som_solib_get_solib_by_pc): Declare.
9960 (so_lib_thread_start_addr): Declare.
9961 (no_shared_libraries): Declare.
9962 * somread.c (init_import_symbols): Make static. Add forward
9963 declaration.
9964 * config/pa/nm-hppah.h: Include "infttrace.h" for
9965 parent_attach_all.
9966 (hppa_insert_hw_watchpoint): Declare.
9967 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9968 * hppah-nat.c: Include "gdb_string.h".
9969 (parent_attach_all): Delete extern declaration, moved to
9970 "infttrace.h".
9971 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9972 int.
9973 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9974 * Makefile.in (infttrace_h): Define.
9975 (hpread.o): Update dependencies.
9976 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9977 * hppa-hpux-tdep.c: Include "gdb_string.h".
9978 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9979 * infrun.c (handle_inferior_event): Always initialize
9980 stepped_after_stopped_by_watchpoint. Add default and remove
9981 fallthrough in switch statement.
9982 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9983 parameter to int.
9984 (hppa_remove_hw_watchpoint): Ditto.
9985
9986 2003-03-29 Andrew Cagney <cagney@redhat.com>
9987
9988 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9989 offset.
9990
9991 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9992
9993 * arm-tdep.c (arm_push_arguments): Delete.
9994 (struct stack_item): New type.
9995 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9996 (arm_store_struct_return): Delte.
9997 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9998 arm_push_arguments or arm_store_struct_return.
9999
10000 2003-03-28 Andrew Cagney <cagney@redhat.com>
10001
10002 * Makefile.in (d10v-tdep.o): Update dependencies.
10003 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10004 * d10v-tdep.c: Include "remote.h".
10005 (target_resume_hook): Delete extern declaration.
10006 (target_wait_loop_hook): Ditto.
10007 (tdisassemble_command): Eliminate assignment in "if" conditional.
10008 (d10v_ts2_register_sim_regno): Eliminate call to
10009 legacy_register_sim_regno.
10010 (d10v_ts3_register_sim_regno): Ditto.
10011
10012 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10013
10014 * thread.c: Reindented.
10015 * lin-lwp.c: Ditto.
10016 * linux-proc.c: Ditto.
10017
10018 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10019
10020 * MAINTAINERS (write after approval): Add myself.
10021
10022 2003-03-27 Theodore A. Roth <troth@openavr.org>
10023
10024 * objc-exp.y: Add missing semi-colons.
10025
10026 2003-03-27 Andrew Cagney <cagney@redhat.com>
10027
10028 * regcache.c (write_sp): Delete function and references.
10029 * inferior.h (write_sp): Delete declaration.
10030 * valops.c (hand_function_call): Replace write_sp with
10031 TARGET_WRITE_SP.
10032 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10033 (sparc_pop_frame): Ditto.
10034
10035 2003-03-27 Andrew Cagney <cagney@redhat.com>
10036
10037 * NEWS: Mention removal of support for hppa*-*-bsd* and
10038 hppa*-*-osf* natives, and hppa*-*-pro* target.
10039 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10040 * config/pa/xm-pa.h: Obsolete file.
10041 * config/pa/xm-hppab.h: Obsolete file.
10042 * config/pa/nm-hppab.h: Obsolete file.
10043 * config/pa/tm-hppab.h: Obsolete file.
10044 * config/pa/tm-hppao.h: Obsolete file.
10045 * config/pa/nm-hppao.h: Obsolete file.
10046 * config/pa/tm-pro.h: Obsolete file.
10047 * config/pa/hppaosf.mt: Obsolete file.
10048 * config/pa/hppaosf.mh: Obsolete file.
10049 * config/pa/hppapro.mt: Obsolete file.
10050 * config/pa/hppabsd.mt: Obsolete file.
10051 * config/pa/hppabsd.mh: Obsolete file.
10052 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10053 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10054 hppa*-*-osf*.
10055
10056 2003-03-27 Andrew Cagney <cagney@redhat.com>
10057
10058 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10059 push_arguments. Don't set push_return_address or write_sp.
10060 (d10v_push_dummy_call): Replace d10v_push_arguments.
10061 (d10v_push_return_address, d10v_write_sp): Delete function,
10062 handled by push_dummy_call.
10063
10064 2003-03-26 Andrew Cagney <cagney@redhat.com>
10065
10066 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10067 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10068 regcache and dummy_addr parameters.
10069 * gdbarch.h, gdbarch.c: Re-generate.
10070 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10071 available; assume it will handle stack alignment and return
10072 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10073 legacy_push_arguments.
10074 (legacy_push_arguments): Rename default_push_arguments.
10075 * value.h (legacy_push_arguments): Rename default_push_arguments.
10076 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10077 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10078 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10079 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10080 * config/i386/tm-symmetry.h: Update.
10081 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10082 * x86-64-tdep.c (x86_64_init_abi): Update.
10083 * v850-tdep.c (v850_gdbarch_init): Update.
10084 * sparc-tdep.c (sparc_gdbarch_init): Update.
10085 * sh-tdep.c (sh_gdbarch_init): Update.
10086 * s390-tdep.c (s390_gdbarch_init): Update.
10087 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10088 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10089 * mips-tdep.c (mips_gdbarch_init): Update.
10090 * mcore-tdep.c (mcore_gdbarch_init): Update.
10091 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10092 * ia64-tdep.c (ia64_gdbarch_init): Update.
10093 * i386-tdep.c (i386_gdbarch_init): Update.
10094 * hppa-tdep.c (hppa_gdbarch_init): Update.
10095 * h8300-tdep.c (h8300_gdbarch_init): Update.
10096 * frv-tdep.c (frv_gdbarch_init): Update.
10097 * d10v-tdep.c (d10v_gdbarch_init): Update.
10098 * cris-tdep.c (cris_gdbarch_init): Update.
10099 * avr-tdep.c (avr_gdbarch_init): Update.
10100 * arm-tdep.c (arm_gdbarch_init): Update.
10101 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10102 * alpha-tdep.c (alpha_gdbarch_init): Update.
10103
10104 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10105
10106 * signals/signals.c (do_target_signal_to_host): Correct realtime
10107 signal range test.
10108
10109 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10110
10111 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10112 (struct sal_chain, map_catch_names): Remove.
10113 (catch_exception_command_1): Don't call
10114 handle_gnu_4_16_catch_command.
10115
10116 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10117
10118 From Mark Dettinger <dettinge@de.ibm.com>:
10119 * dwarf2cfi.c (read_2u): Increment pointer by two.
10120
10121 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10122
10123 * signals/signals.c: Fix typos in last change.
10124
10125 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10128 not already defined. Use __SIGRTMIN if available.
10129 (target_signal_from_host): Remove SIGRTMIN block.
10130 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10131 the signal is within the realtime range.
10132
10133 2003-03-25 Adam Fedor <fedor@gnu.org>
10134
10135 * Makefile.in (infrun.o): Add $(language_h)
10136 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10137 for language specific trampolines.
10138 * language.h (struct language_defn): Add skip_trampoline.
10139 (skip_language_trampoline): Declare.
10140 * language.c (unk_lang_trampoline, skip_language_trampoline):
10141 New functions.
10142 (unknown_language_defn, auto_language_defn, local_language_defn):
10143 Add ukn_lang_trampoline.
10144 * ada-lang.c (ada_language_defn): Add NULL for language
10145 specific skip_trampoline.
10146 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10147 scm-lang.c: Likewise.
10148 * objc-lang.c (objc_skip_trampoline): New function.
10149 (objc_language_defn): Add objc_skip_trampoline.
10150
10151 2003-03-25 Andrew Cagney <cagney@redhat.com>
10152
10153 * frame.c (get_prev_frame): Delay validating a frame's ID -
10154 non-NULL, didn't go backwards - until an attempt to unwind it to
10155 the previous frame.
10156
10157 2003-03-25 Andrew Cagney <cagney@redhat.com>
10158
10159 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10160 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10161 * gdbarch.h, gdbarch.c: Re-generate.
10162 * config/sparc/tm-sparc.h
10163 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10164 * sparc-tdep.c (sparc_gdbarch_init): Set
10165 deprecated_extra_stack_alignment_needed.
10166 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10167 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10168 extra_stack_alignment_needed.
10169 * v850-tdep.c (v850_gdbarch_init): Ditto.
10170 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10171 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10172 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10173 * cris-tdep.c (cris_gdbarch_init): Ditto.
10174 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10176
10177 2003-03-25 Andrew Cagney <cagney@redhat.com>
10178
10179 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10180 STORE_STRUCT_RETURN.
10181 * gdbarch.h, gdbarch.c: Regenerate.
10182 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10183 (d10v_push_arguments): Set the struct return register.
10184 (d10v_gdbarch_init): Update.
10185 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10186 * x86-64-tdep.c (x86_64_init_abi): Update.
10187 * vax-tdep.c (vax_gdbarch_init): Update.
10188 * v850-tdep.c (v850_gdbarch_init): Update.
10189 * sparc-tdep.c (sparc_gdbarch_init): Update.
10190 * sh-tdep.c (sh_gdbarch_init): Update.
10191 * s390-tdep.c (s390_gdbarch_init): Update.
10192 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10193 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10194 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10195 * mips-tdep.c (mips_gdbarch_init): Update.
10196 * mcore-tdep.c (mcore_gdbarch_init): Update.
10197 * m68k-tdep.c (m68k_gdbarch_init): Update.
10198 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10199 * ia64-tdep.c (ia64_gdbarch_init): Update.
10200 * i386-tdep.c (i386_gdbarch_init): Update.
10201 * hppa-tdep.c (hppa_gdbarch_init): Update.
10202 * h8300-tdep.c (h8300_gdbarch_init): Update.
10203 * frv-tdep.c (frv_gdbarch_init): Update.
10204 * cris-tdep.c (cris_gdbarch_init): Update.
10205 * avr-tdep.c (avr_gdbarch_init): Update.
10206 * arm-tdep.c (arm_gdbarch_init): Update.
10207 * alpha-tdep.c (alpha_gdbarch_init): Update.
10208
10209 2003-03-25 Andrew Cagney <cagney@redhat.com>
10210
10211 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10212 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10213 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10214 * gdbarch.h, gdbarch.c: Regenerate.
10215 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10216 call_dummy_stack_adjust_p.
10217 * vax-tdep.c (vax_gdbarch_init): Ditto.
10218 * v850-tdep.c (v850_gdbarch_init): Ditto.
10219 * sh-tdep.c (sh_gdbarch_init): Ditto.
10220 * s390-tdep.c (s390_gdbarch_init): Ditto.
10221 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10222 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10223 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10224 * mips-tdep.c (mips_gdbarch_init): Ditto.
10225 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10226 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10228 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10229 * i386-tdep.c (i386_gdbarch_init): Ditto.
10230 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10231 * frv-tdep.c (frv_gdbarch_init): Ditto.
10232 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10233 * cris-tdep.c (cris_gdbarch_init): Ditto.
10234 * avr-tdep.c (avr_gdbarch_init): Ditto.
10235 * arm-tdep.c (arm_gdbarch_init): Ditto.
10236 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10237 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10238 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10239 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10240 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10241 call_dummy_stack_adjust_p.
10242 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10243 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10244 * sparc-tdep.c (sparc32_push_arguments): Update.
10245 * valops.c (hand_function_call): Update.
10246
10247 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10248
10249 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10250 set_gdbarch_char_signed.
10251
10252 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10253
10254 PR cli/548
10255 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10256
10257 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10258
10259 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10260 (_initialize_arm_tdep): Don't set tm_print_insn.
10261
10262 2003-03-24 Adam Fedor <fedor@gnu.org>
10263
10264 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10265 * objc-lang.h: Add multiple inclusion protection.
10266 (start_msglist, add_msglist, end_msglist): Additional declarations.
10267
10268 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10269
10270 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10271 value was renamed to ARM_FLOAT_SOFT_FPA.
10272
10273 2003-03-23 Andrew Cagney <cagney@redhat.com>
10274
10275 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10276 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10277 * gdbarch.h, gdbarch.c: Regenerate.
10278 * valops.c (hand_function_call): Update.
10279 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10280 * frame.c (legacy_saved_regs_this_id): Update.
10281 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10282 * dummy-frame.h: Update.
10283 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10284 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10285 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10286 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10287 * config/m68k/tm-sun3.h: Update.
10288 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10289 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10290 * x86-64-tdep.c (x86_64_init_abi): Update.
10291 * vax-tdep.c (vax_gdbarch_init): Update.
10292 * v850-tdep.c (v850_gdbarch_init): Update.
10293 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10294 * sh-tdep.c (sh_gdbarch_init): Update.
10295 * s390-tdep.c (s390_gdbarch_init): Update.
10296 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10297 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10298 (frame_get_saved_regs): Update.
10299 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10300 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10301 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10302 * mips-tdep.c (mips_gdbarch_init): Update.
10303 * mcore-tdep.c (mcore_gdbarch_init): Update.
10304 * m68k-tdep.c (m68k_gdbarch_init): Update.
10305 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10306 * ia64-tdep.c (ia64_gdbarch_init): Update.
10307 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10308 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10309 (i386_interix_back_one_frame): Update.
10310 * hppa-tdep.c (hppa_gdbarch_init): Update.
10311 (hppa_init_extra_frame_info): Update.
10312 * h8300-tdep.c (h8300_gdbarch_init): Update.
10313 * frv-tdep.c (frv_gdbarch_init): Update.
10314 * cris-tdep.c (cris_gdbarch_init): Update.
10315 * avr-tdep.c (avr_gdbarch_init): Update.
10316 * arm-tdep.c (arm_gdbarch_init): Update.
10317 * alpha-tdep.c (alpha_gdbarch_init): Update.
10318
10319 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10320
10321 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10322 (arm_get_fp_model): Declare.
10323 * arm-tdep.c (fp_model_strings): New string array.
10324 (arm_fp_model, current_fp_model): New variables.
10325 (arm_get_fp_model): New function.
10326 (arm_set_fp): New function.
10327 (set_fp_model_sfunc): New function.
10328 (show_fp_model): New function.
10329 (_initialize_arm_tdep): Add new command to set/show the FPU.
10330 (arm_extract_return_value): Use arm_get_fp_model.
10331 (arm_store_return_value): Likewise.
10332 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10333 to initialize the floating-point data types.
10334 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10335 model is FPA.
10336
10337 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10338
10339 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10340 the current setting of each value.
10341 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10342 new_set and new_show. Use add_setshow_cmd_full and
10343 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10344 commands and add new version as subcommands of "set/show arm".
10345
10346 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10347
10348 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10349 (set_arm_command, show_arm_command): New functions.
10350 (_initialize_arm_tdep): Add them.
10351 (num_disassembly_options): Renamed from num_flavor_options.
10352 (valid_disassembly_styles): Renamed from valid_flavors.
10353 (disassembly_style): Renamed from disassembly_flavor.
10354 (set_disassembly_style_sfunc): Renamed from
10355 set_disassembly_flavor_sfunc.
10356 (set_disassembly_style): Renamed from set_disassembly_flavor.
10357 (arm_othernames): Updated.
10358 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10359 command. Add "set/show arm disassembly" commands. Deprecate
10360 "othernames" command.
10361
10362 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10363
10364 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10365 (arm-tdep.o): Depend on elf_arm_h.
10366
10367 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10368
10369 * Makefile.in (coff_internal_h): Define.
10370 (arm-tdep.o): Update dependencies.
10371
10372 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10373
10374 * arm-tdep.c (prologue_cache): Delete.
10375 (check_prologue_cache, save_prologue_cache): Delete.
10376 (arm_scan_prologue): Don't check or update the prologue_cache.
10377 (arm_gdb_arch_init): Don't initialize it.
10378 (_initialize_arm_tdep): Likewise.
10379
10380 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10381
10382 * MAINTAINERS (tui): Maintainer of tui code.
10383
10384 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10385
10386 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10387 (i386-cygwin-tdep.o): Add dependencies.
10388 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10389 * i386-cygwin-tdep.c: New file.
10390 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10391 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10392
10393 2003-03-20 Andrew Cagney <cagney@redhat.com>
10394
10395 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10396 (handle_inferior_event): Remove code calling
10397 DYNAMIC_TRAMPOLINE_NEXTPC.
10398
10399 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10400 already has a full path.
10401
10402 * main.c (gdb_main): Return 1.
10403 (captured_main): Call error to report an invalid interpreter.
10404
10405 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10406 * alpha-osf1-tdep.c: Include "gdb_string.h".
10407
10408 2003-03-19 J. Brobecker <brobecker@gnat.com>
10409
10410 Continuing work to convert the hppa targets to multiarch partial.
10411
10412 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10413 method, now that hppa_push_dummy_frame has a conformant prototype.
10414 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10415 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10416 for the switch to multiarch partial.
10417
10418 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10419
10420 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10421 when iss is issNull.
10422
10423 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10424
10425 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10426 NUM_REGS bounds check.
10427
10428 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10429
10430 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10431 * mips-tdep.c (gdb_assert.h): Include.
10432 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10433 (mips_register_name): Handle integer registers explicitly. Add
10434 bounds checking.
10435 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10436 (mips_lsi33k_reg_names): Don't list integer registers; they're
10437 handled by mips_register_name() now.
10438 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10439 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10440 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10441 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10442 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10443
10444 2003-03-18 Andrew Cagney <cagney@redhat.com>
10445
10446 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10447 a void pointer.
10448 * gdbtypes.h (print_scalar_formatted): Update declaration.
10449 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10450
10451 2003-03-18 J. Brobecker <brobecker@gnat.com>
10452
10453 * infrun.c (observer.h): Add #include.
10454 (normal_stop): Add call to observer_notify_normal_stop.
10455 * Makefile.in (infrun.o): Add dependency on observer.h.
10456
10457 2003-03-18 J. Brobecker <brobecker@gnat.com>
10458
10459 Continuing work to convert the hppa targets to multiarch partial.
10460 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10461 parameter. Reformat comment.
10462 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10463 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10464 to match new profile.
10465
10466 2003-03-18 J. Brobecker <brobecker@gnat.com>
10467
10468 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10469 appear to be working in any case.
10470
10471 2003-03-18 J. Brobecker <brobecker@gnat.com>
10472
10473 * observer.c (observer_test_first_observer): New static variable.
10474 (observer_test_second_observer): Likewise.
10475 (observer_test_third_observer): Likewise.
10476 (observer_test_first_notification_function): New static function.
10477 (observer_test_second_notification_function): Likewise.
10478 (observer_test_third_notification_function): Likewise.
10479
10480 2003-03-17 J. Brobecker <brobecker@gnat.com>
10481
10482 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10483 * somsolib.c (gdb_assert.h): Likewise.
10484 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10485 (somsolib.o): Likewise.
10486
10487 2003-03-17 Andrew Cagney <cagney@redhat.com>
10488
10489 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10490 BFD. Simplify setting of di.endian.
10491
10492 2003-03-17 Andrew Cagney <cagney@redhat.com>
10493
10494 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10495 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10496
10497 From Elena Zannoni <ezannoni@redhat.com>
10498 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10499 vector and floating-point parameters.
10500 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10501 convention.
10502 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10503
10504 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10505
10506 * MAINTAINERS: Remove my name from several maintainership roles.
10507
10508 2003-03-17 Andrew Cagney <cagney@redhat.com>
10509
10510 Fix frame off-by-one bug.
10511 * frame-unwind.h (frame_this_id_ftype): Replace
10512 frame_unwind_id_ftype.
10513 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10514 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10515 with "prev_register".
10516 * frame-unwind.c (frame_unwind_find_by_pc): Return
10517 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10518 comment.
10519 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10520 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10521 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10522 (dummy_frame_unwind): Update.
10523 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10524 sentinel_frame_register_unwind.
10525 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10526 (sentinel_frame_unwinder): Update.
10527 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10528 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10529 * frame.c (create_sentinel_frame): Update. Initialize
10530 "prologue_cache" instead of "unwind_cache".
10531 (frame_register_unwind): Call this frame's prev_register with the
10532 next frame and this frame's prologue cache.
10533 (get_prev_frame): Simplify. Always call prev frame's this_id with
10534 this frame and prev frame's prologue cache. Document that this
10535 call is shifted one to the left when compared to the
10536 frame_register_unwind call.
10537 (legacy_saved_regs_prev_register): Replace
10538 frame_saved_regs_register_unwind.
10539 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10540 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10541 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10542 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10543 (d10v_frame_unwind): Update.
10544 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10545 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10546 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10547 "saved_regs" with "this_saved_regs".
10548
10549 2003-03-16 Andrew Cagney <cagney@redhat.com>
10550
10551 * frame.c (frame_pop): Don't call target_store_registers. Fix
10552 problem reported by Mark Kettenis.
10553
10554 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10555
10556 * i386-tdep.c (i386_register_type): Renamed from
10557 i386_register_virtual_type. Adjust function signature.
10558 (i386_gdbarch_init): Set register_type instead of
10559 deprecated_max_register_raw_size,
10560 deprecated_max_register_virtual_size and register_virtual_type.
10561
10562 2003-03-14 Andrew Cagney <cagney@redhat.com>
10563
10564 * frame.c (get_prev_frame): When a legacy frame, always call
10565 legacy_get_prev_frame. Simplify unwind code using assumption that
10566 the unwinder is new.
10567 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10568 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10569 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10570
10571 2003-03-14 Andrew Cagney <cagney@redhat.com>
10572
10573 * frame.c (get_saved_register): Delete function.
10574 * frame.h (get_saved_register): Delete declaration.
10575 * xstormy16-tdep.c: Update comment.
10576 * regcache.h: Update comments.
10577 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10578 get_saved_register and extract_address, use
10579 frame_read_unsigned_register.
10580 (sparc_frame_saved_pc): Ditto.
10581 (sparc_get_saved_register): Instead of get_saved_register, use
10582 frame_register.
10583 (sparc_pop_frame): Ditto.
10584 * findvar.c: Update comments.
10585 (value_of_register): Call frame_register instead of
10586 get_saved_register.
10587 (value_from_register): Ditto.
10588 * config/sparc/tm-sparc.h: Update comment.
10589 * breakpoint.c: Update comment.
10590
10591 2003-03-14 Andrew Cagney <cagney@redhat.com>
10592
10593 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10594 GET_SAVED_REGISTER.
10595 * gdbarch.h, gdbarch.c: Re-generate.
10596 * frame.h: Update comments.
10597 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10598 * x86-64-tdep.c (x86_64_init_abi): Update.
10599 * sparc-tdep.c (sparc_gdbarch_init): Update.
10600 * sh-tdep.c (sh_gdbarch_init): Update.
10601 * mips-tdep.c (mips_gdbarch_init): Update.
10602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10603 * cris-tdep.c (cris_gdbarch_init): Update.
10604 * ia64-tdep.c (ia64_gdbarch_init): Update.
10605 * frame.c (frame_register): Update.
10606 (get_saved_register): Update.
10607 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10608
10609 2003-03-13 Andrew Cagney <cagney@redhat.com>
10610
10611 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10612 * gdbarch.h, gdbarch.c: Regenerate.
10613 * valops.c (hand_function_call): Update comment.
10614 * stack.c (return_command): Update comment.
10615 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10616 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10617 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10618 * x86-64-tdep.c (x86_64_init_abi): Update.
10619 * vax-tdep.c (vax_gdbarch_init): Update.
10620 * v850-tdep.c (v850_gdbarch_init): Update.
10621 * sparc-tdep.c (sparc_gdbarch_init): Update.
10622 * sh-tdep.c (sh_gdbarch_init): Update.
10623 * s390-tdep.c (s390_gdbarch_init): Update.
10624 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10625 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10626 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10627 * mips-tdep.c (mips_gdbarch_init): Update.
10628 * mcore-tdep.c (mcore_gdbarch_init): Update.
10629 * m68k-tdep.c (m68k_gdbarch_init): Update.
10630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10631 * ia64-tdep.c (ia64_gdbarch_init): Update.
10632 * i386-tdep.c (i386_gdbarch_init): Update.
10633 * hppa-tdep.c (hppa_gdbarch_init): Update.
10634 * h8300-tdep.c (h8300_gdbarch_init): Update.
10635 * frv-tdep.c (frv_gdbarch_init): Update.
10636 * cris-tdep.c (cris_gdbarch_init): Update.
10637 * avr-tdep.c (avr_gdbarch_init): Update.
10638 * arm-tdep.c (arm_gdbarch_init): Update.
10639 * alpha-tdep.c (alpha_gdbarch_init): Update.
10640
10641 2003-03-13 Andrew Cagney <cagney@redhat.com>
10642
10643 * frame.c (legacy_frame_p): New function.
10644 (get_prev_frame): Use legacy_frame_p.
10645 * frame.h (legacy_frame_p): Declare.
10646
10647 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10648
10649 * MAINTAINERS (write after approval): Alphabetically
10650 listing corrected.
10651
10652 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10653
10654 * MAINTAINERS (write after approval): Add myself.
10655
10656 2003-03-12 Andrew Cagney <cagney@redhat.com>
10657
10658 * frame.c (get_prev_frame): Rename the frame parameter to
10659 "this_frame".
10660 (get_next_frame, legacy_get_prev_frame): Ditto.
10661
10662 2003-03-12 Andrew Cagney <cagney@redhat.com>
10663
10664 * frame.c (get_current_frame): Check target_has_registers before
10665 checking target_has_stack.
10666 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10667 instead of deprecated_selected_frame.
10668 * findvar.c (value_of_register): Pass "frame", not
10669 deprecated_selected_frame, to value_of_builtin_reg.
10670
10671 2003-03-12 Andrew Cagney <cagney@redhat.com>
10672
10673 * regcache.c (regcache_cooked_write_signed): New function.
10674 (regcache_cooked_write_unsigned): New function.
10675 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10676 (regcache_cooked_read_signed): Fix regnum in range assertion.
10677 * regcache.h (regcache_cooked_write_signed): Declare.
10678 (regcache_cooked_write_unsigned): Declare.
10679
10680 2003-03-12 Andrew Cagney <cagney@redhat.com>
10681
10682 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10683 * gdbarch.h, gdbarch.c: Re-generate.
10684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10685 * x86-64-tdep.h: Update.
10686 * x86-64-tdep.c (x86_64_init_abi): Update.
10687 * v850-tdep.c (v850_gdbarch_init): Update.
10688 * sparc-tdep.c (sparc_gdbarch_init): Update.
10689 * sh-tdep.c (sh_gdbarch_init): Update.
10690 * s390-tdep.c (s390_gdbarch_init): Update.
10691 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10692 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10693 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10694 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10695 * mips-tdep.c (mips_gdbarch_init): Update.
10696 * mcore-tdep.c (mcore_gdbarch_init): Update.
10697 * m68k-tdep.c (m68k_gdbarch_init): Update.
10698 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10699 * ia64-tdep.c (ia64_gdbarch_init): Update.
10700 * i386-tdep.c (i386_gdbarch_init): Update.
10701 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10702 * hppa-tdep.c (hppa_gdbarch_init): Update.
10703 * h8300-tdep.c (h8300_gdbarch_init): Update.
10704 * frv-tdep.c (frv_gdbarch_init): Update.
10705 * cris-tdep.c (cris_gdbarch_init): Update.
10706 * avr-tdep.c (avr_gdbarch_init): Update.
10707 * arm-tdep.c (arm_gdbarch_init): Update.
10708 * alpha-tdep.c (alpha_gdbarch_init): Update.
10709 * sh-tdep.c (sh_init_extra_frame_info): Update.
10710 (sh64_init_extra_frame_info): Update.
10711 * ns32knbsd-nat.c (frame_num_args): Update.
10712 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10713 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10714 (xstormy16_frame_chain_valid): Update.
10715 * vax-tdep.c (vax_saved_pc_after_call): Update.
10716 * v850-tdep.c (v850_frame_chain): Update.
10717 (v850_pop_frame): Update.
10718 (v850_init_extra_frame_info): Update.
10719 * sparc-tdep.c (setup_arbitrary_frame): Update.
10720 * ns32k-tdep.c (umax_frame_num_args): Update.
10721 * s390-tdep.c (s390_pop_frame_regular): Update.
10722 * mn10300-tdep.c (mn10300_frame_chain): Update.
10723 (mn10300_pop_frame_regular): Update.
10724 (mn10300_init_extra_frame_info): Update.
10725 * mips-tdep.c (mips_init_frame_pc_first): Update.
10726 (mips_frame_chain): Update.
10727 (mips_pop_frame): Update.
10728 * mcore-tdep.c (mcore_frame_chain): Update.
10729 (mcore_pop_frame): Update.
10730 (mcore_init_extra_frame_info): Update.
10731 * arch-utils.c (init_frame_pc_default): Update.
10732 * m68k-tdep.c (isi_frame_num_args): Update.
10733 (delta68_frame_num_args): Update.
10734 (news_frame_num_args): Update.
10735 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10736 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10737 (alpha_frame_chain): Update.
10738 (alpha_pop_frame): Update.
10739 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10740 (hppa_init_extra_frame_info): Update.
10741 (hppa_frame_chain): Update.
10742 (hppa_frame_chain_valid): Update.
10743 * cris-tdep.c (cris_init_extra_frame_info): Update.
10744 * avr-tdep.c (avr_init_extra_frame_info): Update.
10745 * arm-tdep.c (arm_frame_chain_valid): Update.
10746 (arm_init_extra_frame_info): Update.
10747 (arm_pop_frame): Update.
10748 * frame.c (frame_pc_unwind): Update.
10749 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10750 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10751 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10752 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10753 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10754 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10755
10756 2003-03-12 Andrew Cagney <cagney@redhat.com>
10757
10758 Eliminate the need for POP_FRAME.
10759 * frame.c (do_frame_unwind_register): New function.
10760 (frame_pop): When no POP_FRAME, pop the frame using register
10761 unwind and a scratch regcache.
10762 (frame_saved_regs_pop): Delete function.
10763 (trad_frame_unwinder): Update.
10764 * d10v-tdep.c (d10v_frame_pop): Delete function.
10765 (d10v_frame_unwind): Update.
10766 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10767 (sentinel_frame_unwinder): Update.
10768 * dummy-frame.c (dummy_frame_pop): Delete function.
10769 (dummy_frame_unwind): Update.
10770 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10771 (struct frame_unwind): Update.
10772
10773 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10774
10775 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10776 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10777 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10778 Do range checks on register number obtained from debugging info.
10779 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10780 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10781 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10782 mapping function.
10783 (do_fp_register_row): Fix typo which caused double type to be
10784 used when attempting to unpack a float.
10785
10786 2003-03-11 J. Brobecker <brobecker@gnat.com>
10787
10788 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10789
10790 2003-03-11 Andrew Cagney <cagney@redhat.com>
10791
10792 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10793 frame. Problem found by Corinna Vinschen.
10794
10795 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10796
10797 * doublest.c (floatformat_from_length): Accept also
10798 the real size of 'long double' type.
10799
10800 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10801
10802 From Klee Dienes <kdienes@apple.com>:
10803 * breakpoint.c (bpstat_copy): Copy the command lines as well
10804 as the old value, to match what is freed in bpstat_clear.
10805
10806 2003-03-10 David Carlton <carlton@math.stanford.edu>
10807
10808 * minsyms.c (add_minsym_to_hash_table): Replace
10809 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10810 (compare_minimal_symbols, compact_minimal_symbols)
10811 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10812 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10813 of DEPRECATED_SYMBOL_MATCHES_NAME.
10814 (lookup_minimal_symbol_solib_trampoline): Ditto.
10815
10816 2003-03-10 Andrew Cagney <cagney@redhat.com>
10817
10818 * regcache.h (regcache_cooked_read_ftype): Define.
10819 (regcache_save, regcache_restore): Add a cooked_read parameter.
10820 * regcache.c (regcache_save, regcache_restore): Update.
10821 (do_cooked_read): New function.
10822 (regcache_cpy): Pass do_cooked_read to regcache_save and
10823 regcache_restore.
10824
10825 2003-03-10 Andrew Cagney <cagney@redhat.com>
10826
10827 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10828 * gdbarch.h, gdbarch.c: Re-generate.
10829 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10830 * x86-64-tdep.h: Update.
10831 * x86-64-tdep.c (x86_64_init_abi): Update.
10832 * v850-tdep.c (v850_gdbarch_init): Update.
10833 * sparc-tdep.c (sparc_gdbarch_init): Update.
10834 * sh-tdep.c (sh_gdbarch_init): Update.
10835 * s390-tdep.c (s390_gdbarch_init): Update.
10836 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10837 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10838 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10839 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10840 * mips-tdep.c (mips_gdbarch_init): Update.
10841 * mcore-tdep.c (mcore_gdbarch_init): Update.
10842 * m68k-tdep.c (m68k_gdbarch_init): Update.
10843 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10844 * ia64-tdep.c (ia64_gdbarch_init): Update.
10845 * i386-tdep.c (i386_gdbarch_init): Update.
10846 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10847 * hppa-tdep.c (hppa_gdbarch_init): Update.
10848 * h8300-tdep.c (h8300_gdbarch_init): Update.
10849 * frv-tdep.c (frv_gdbarch_init): Update.
10850 * cris-tdep.c (cris_gdbarch_init): Update.
10851 * avr-tdep.c (avr_gdbarch_init): Update.
10852 * arm-tdep.c (arm_gdbarch_init): Update.
10853 * alpha-tdep.c (alpha_gdbarch_init): Update.
10854 * sh-tdep.c (sh_init_extra_frame_info): Update.
10855 (sh64_init_extra_frame_info): Update.
10856 * ns32knbsd-nat.c (frame_num_args): Update.
10857 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10858 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10859 (xstormy16_frame_chain_valid): Update.
10860 * vax-tdep.c (vax_saved_pc_after_call): Update.
10861 * v850-tdep.c (v850_frame_chain): Update.
10862 (v850_pop_frame): Update.
10863 (v850_init_extra_frame_info): Update.
10864 * sparc-tdep.c (setup_arbitrary_frame): Update.
10865 * ns32k-tdep.c (umax_frame_num_args): Update.
10866 * s390-tdep.c (s390_pop_frame_regular): Update.
10867 * mn10300-tdep.c (mn10300_frame_chain): Update.
10868 (mn10300_pop_frame_regular): Update.
10869 (mn10300_init_extra_frame_info): Update.
10870 * mips-tdep.c (mips_init_frame_pc_first): Update.
10871 (mips_frame_chain): Update.
10872 (mips_pop_frame): Update.
10873 * mcore-tdep.c (mcore_frame_chain): Update.
10874 (mcore_pop_frame): Update.
10875 (mcore_init_extra_frame_info): Update.
10876 * arch-utils.c (init_frame_pc_default): Update.
10877 * m68k-tdep.c (isi_frame_num_args): Update.
10878 (delta68_frame_num_args): Update.
10879 (news_frame_num_args): Update.
10880 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10881 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10882 (alpha_frame_chain): Update.
10883 (alpha_pop_frame): Update.
10884 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10885 (hppa_init_extra_frame_info): Update.
10886 (hppa_frame_chain): Update.
10887 (hppa_frame_chain_valid): Update.
10888 * cris-tdep.c (cris_init_extra_frame_info): Update.
10889 * avr-tdep.c (avr_init_extra_frame_info): Update.
10890 * arm-tdep.c (arm_frame_chain_valid): Update.
10891 (arm_init_extra_frame_info): Update.
10892 (arm_pop_frame): Update.
10893 * frame.c (frame_pc_unwind): Update.
10894 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10895 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10896 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10897 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10898 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10899 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10900
10901 2003-03-10 Andrew Cagney <cagney@redhat.com>
10902
10903 * gdbarch.sh (gdbarch_unwind_pc): New method.
10904 * gdbarch.h, gdbarch.c: Regenerate.
10905 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10906 but use read_pc and FRAME_SAVED_PC as fall backs.
10907 (frame_saved_regs_pc_unwind): Delete function.
10908 (trad_frame_unwinder): Update.
10909 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10910 (struct frame_unwind): Update.
10911 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10912 (dummy_frame_unwind): Update.
10913 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10914 (sentinel_frame_unwinder): Update.
10915 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10916 (d10v_frame_unwind): Update.
10917 (d10v_unwind_pc): New function.
10918 (d10v_gdbarch_init): Set unwind_pc.
10919
10920 2003-03-10 Andrew Cagney <cagney@redhat.com>
10921
10922 * gdbarch.h: Re-generate.
10923
10924 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10925 PC.
10926 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10927 the PC register.
10928
10929 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10930
10931 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10932
10933 2003-03-08 Andrew Cagney <cagney@redhat.com>
10934
10935 * cli-out.c: Update copyright.
10936 (cli_out_data): Define typedef. Use instead of ui_out_data.
10937
10938 2003-03-08 Andrew Cagney <cagney@redhat.com>
10939
10940 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10941 the result.
10942
10943 2003-03-07 Andrew Cagney <cagney@redhat.com>
10944
10945 * gdbarch.sh: Don't generate two macro definitions when an
10946 undefined macro taking no arguments.
10947 * gdbarch.h: Regenerate.
10948
10949 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10950
10951 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10952 (x86_64_unwind_dummy_id): New functions.
10953 (x86_64_init_abi): Register these two new functions.
10954
10955 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10956
10957 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10958 (x86_64_skip_prologue): Move prologue detection to
10959 separate function.
10960 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10961
10962 2003-03-05 Andrew Cagney <cagney@redhat.com>
10963
10964 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10965 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10966 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10967 to use unwind_dummy_id when a dummy frame.
10968 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10969 predicate.
10970 * gdbarch.h, gdbarch.c: Regneerate.
10971
10972 2003-03-05 Andrew Cagney <cagney@redhat.com>
10973
10974 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10975 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10976 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10977 values.
10978
10979 2003-03-05 Andrew Cagney <cagney@redhat.com>
10980
10981 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10982 (struct d10v_unwind_cache): Delete field "frameless". Replace
10983 "next_addr" with "sp_offset". Add "r11_offset".
10984 (d10v_frame_unwind_cache): Update.
10985 (prologue_find_regs): Update. When "mv r11, sp", save the
10986 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10987 RN was saved in r11_offset.
10988
10989 2003-03-05 Andrew Cagney <cagney@redhat.com>
10990
10991 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10992 cached PC value in the next frame.
10993
10994 2003-03-05 Andrew Cagney <cagney@redhat.com>
10995
10996 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10997 "id_unwind_cache" with "id".
10998 (frame_id_unwind): Delete declaration.
10999 * frame.c (frame_id_unwind): Delete function.
11000 (get_prev_frame): Call the frame id unwind method directly. Store
11001 the returned next frame's ID value in NEXT_FRAME. Note that there
11002 is a problem with the wrong unwind ID being called with the wrong
11003 unwind cache.
11004
11005 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11006
11007 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11008
11009 2003-03-05 James Ingham <jingham@apple.com>
11010 Daniel Jacobowitz <drow@mvista.com>
11011
11012 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11013 (auto_cp_abi): New variable.
11014 (current_cp_abi, num_cp_abis): Make static.
11015 (CP_ABI_MAX): Define.
11016 (cp_abis): Turn into an array.
11017 (value_virtual_fn_field): Fix formatting.
11018 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11019 takes a pointer.
11020 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11021 (list_cp_abis, _initialize_cp_abi): New functions.
11022 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11023 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11024 switch_to_cp_abi. Update prototype for register_cp_abi.
11025 * Makefile.in (cp-abi.o): Update dependencies.
11026 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11027 instead of switch_to_cp_abi.
11028 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11029 register_cp_abi.
11030 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11031 register_cp_abi.
11032 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11033
11034 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11035
11036 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11037 * dwarf2loc.c: Include "regcache.h".
11038 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11039 register_size.
11040 * Makefile.in (dwarf2loc.o): Update dependencies.
11041
11042 2003-03-04 Theodore A. Roth <troth@openavr.org>
11043
11044 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11045 number of io registers reported by remote target is not a multiple of
11046 step.
11047
11048 2003-03-04 David Carlton <carlton@math.stanford.edu>
11049
11050 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11051 (lookup_symbol_aux_psymtabs): Update call to
11052 lookup_partial_symbol.
11053 (lookup_transparent_type, find_main_psymtab)
11054 (make_symbol_overload_list): Ditto.
11055
11056 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11057
11058 * MAINTAINERS (Write after approval): Update my email address.
11059
11060 2003-03-03 Andrew Cagney <cagney@redhat.com>
11061
11062 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11063 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11064 predicate. Replace MAX_REGISTER_RAW_SIZE.
11065 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11066 MAX_REGISTER_VIRTUAL_SIZE.
11067 * regcache.c (legacy_max_register_raw_size): New function.
11068 (legacy_max_register_virtual_size): New function.
11069 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11070 (MAX_REGISTER_RAW_SIZE): Define.
11071 (legacy_max_register_raw_size): Declare.
11072 (legacy_max_register_virtual_size): Declare.
11073 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11074 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11075 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11076 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11077 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11078 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11079 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11080 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11081 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11082 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11083 * vax-tdep.c (vax_gdbarch_init): Update.
11084 * v850-tdep.c (v850_gdbarch_init): Update.
11085 * sparc-tdep.c (sparc_gdbarch_init): Update.
11086 * sh-tdep.c (sh_gdbarch_init): Update.
11087 * s390-tdep.c (s390_gdbarch_init): Update.
11088 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11089 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11090 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11091 * mips-tdep.c (mips_gdbarch_init): Update.
11092 * mcore-tdep.c (mcore_gdbarch_init): Update.
11093 * m68k-tdep.c (m68k_gdbarch_init): Update.
11094 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11095 * ia64-tdep.c (ia64_gdbarch_init): Update.
11096 * i386-tdep.c (i386_gdbarch_init): Update.
11097 * hppa-tdep.c (hppa_gdbarch_init): Update.
11098 * h8300-tdep.c (h8300_gdbarch_init): Update.
11099 * frv-tdep.c (frv_gdbarch_init): Update.
11100 * cris-tdep.c (cris_gdbarch_init): Update.
11101 * avr-tdep.c (avr_gdbarch_init): Update.
11102 * arm-tdep.c (arm_gdbarch_init): Update.
11103 * alpha-tdep.c (alpha_gdbarch_init): Update.
11104 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11105 max_register_raw_size or max_register_virtual_size.
11106
11107 2003-03-03 David Carlton <carlton@math.stanford.edu>
11108
11109 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11110 SYMBOL_MATCHES_NAME, add comment.
11111 (SYMBOL_MATCHES_NATURAL_NAME): New.
11112 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11113 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11114 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11115 * symtab.c (lookup_partial_symbol): Use
11116 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11117 unhelpful comment.
11118 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11119 SYMBOL_MATCHES_NAME.
11120 Fix for PR c++/33.
11121
11122 2003-03-03 David Carlton <carlton@math.stanford.edu>
11123
11124 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11125 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11126 by regexp matching against SYMBOL_NATURAL_NAME.
11127
11128 2003-03-03 David Carlton <carlton@math.stanford.edu>
11129
11130 * linespec.c (find_method): Extract code into collect_methods.
11131 (collect_methods): New.
11132
11133 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11134
11135 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11136 get_frame_base.
11137
11138 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11139 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11140
11141 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11142
11143 * arch-utils.c (generic_register_byte): Fix to use the loop index
11144 and not regnum when summing the size of all registers up to regnum.
11145
11146 2003-03-01 Andrew Cagney <cagney@redhat.com>
11147
11148 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11149 FRAME_INIT_SAVED_REGS.
11150 * gdbarch.h, gdbarch.c: Regenerate.
11151 * stack.c (frame_info): Update.
11152 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11153 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11154 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11155 * ns32k-tdep.c (ns32k_pop_frame): Update.
11156 * mips-tdep.c (mips_pop_frame): Update.
11157 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11158 * ia64-tdep.c (ia64_frame_chain): Update.
11159 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11160 (ia64_frameless_function_invocation): Update.
11161 (ia64_init_extra_frame_info): Update.
11162 (ia64_pop_frame_regular): Update.
11163 * frame.h (struct frame_info): Update comment.
11164 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11165 * frame.c (frame_saved_regs_register_unwind): Update.
11166 (frame_saved_regs_register_unwind): Update.
11167 (deprecated_generic_get_saved_register): Update.
11168 * cris-tdep.c: Update comment.
11169 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11170 Rename macro.
11171 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11172 * x86-64-tdep.c (x86_64_init_abi): Update.
11173 * vax-tdep.c (vax_gdbarch_init): Update.
11174 * v850-tdep.c (v850_gdbarch_init): Update.
11175 * sparc-tdep.c (sparc_gdbarch_init): Update.
11176 * sh-tdep.c (sh_gdbarch_init): Update.
11177 * s390-tdep.c (s390_gdbarch_init): Update.
11178 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11179 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11180 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11181 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11182 * mips-tdep.c (mips_gdbarch_init): Update.
11183 * mcore-tdep.c (mcore_gdbarch_init): Update.
11184 * m68k-tdep.c (m68k_gdbarch_init): Update.
11185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11186 * ia64-tdep.c (ia64_gdbarch_init): Update.
11187 * i386-tdep.c (i386_gdbarch_init): Update.
11188 * frv-tdep.c (frv_gdbarch_init): Update.
11189 * avr-tdep.c (avr_gdbarch_init): Update.
11190 * arm-tdep.c (arm_gdbarch_init): Update.
11191 * alpha-tdep.c (alpha_gdbarch_init): Update.
11192
11193 2003-03-01 Andrew Cagney <cagney@redhat.com>
11194
11195 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11196 option enum and switch. When no windows, set the interpreter to
11197 INTERP_CONSOLE.
11198
11199 2003-03-01 Andrew Cagney <cagney@redhat.com>
11200
11201 * main.c (captured_main): Replace magic option characters with an
11202 enum.
11203
11204 2003-03-01 Andrew Cagney <cagney@redhat.com>
11205
11206 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11207 INIT_EXTRA_FRAME_INFO.
11208 * gdbarch.h, gdbarch.c: Regenerate.
11209 * arm-tdep.c: Update comments.
11210 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11211 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11212 * frame.h, avr-tdep.c: Ditto.
11213 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11214 (create_new_frame, legacy_get_prev_frame): Ditto.
11215 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11216 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11217 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11218 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11219 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11220 * v850-tdep.c (v850_gdbarch_init): Ditto.
11221 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11222 * sh-tdep.c (sh_gdbarch_init): Ditto.
11223 * s390-tdep.c (s390_gdbarch_init): Ditto.
11224 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11225 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11226 * mips-tdep.c (mips_gdbarch_init): Ditto.
11227 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11228 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11229 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11230 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11231 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11232 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11233 * frv-tdep.c (frv_gdbarch_init): Ditto.
11234 * cris-tdep.c (cris_gdbarch_init): Ditto.
11235 * avr-tdep.c (avr_gdbarch_init): Ditto.
11236 * arm-tdep.c (arm_gdbarch_init): Ditto.
11237 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11238 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11239
11240 2003-03-01 Andrew Cagney <cagney@redhat.com>
11241
11242 * gdbarch.sh (register_type): New function with predicate.
11243 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11244 * gdbarch.h, gdbarch.c: Re-generate.
11245 * arch-utils.c (generic_register_byte): Use generic_register_size.
11246 (generic_register_size): When available, use
11247 gdbarch_register_type.
11248 * regcache.c (init_regcache_descr): When available, initialize the
11249 register type array using gdbarch_register_type. If the
11250 architecture supplies gdbarch_register_type, do not use the legacy
11251 regcache layout.
11252 * d10v-tdep.c (d10v_register_type): Replace
11253 d10v_register_virtual_type.
11254 (d10v_gdbarch_init): Set register_type instead of
11255 register_virtual_type.
11256
11257 2003-03-01 Andrew Cagney <cagney@redhat.com>
11258
11259 * Makefile.in (ax-gdb.o): Update dependencies.
11260 * ax-gdb.c: Include "regcache.h".
11261 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11262 * findvar.c (value_of_register): Ditto.
11263 * infcmd.c (default_print_registers_info): Ditto.
11264
11265 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11266
11267 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11268 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11269
11270 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11271
11272 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11273 of STREQ.
11274
11275 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11276
11277 * Makefile.in (dwarf2loc.o): Update dependencies.
11278 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11279 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11280 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11281 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11282 (locexpr_tracepoint_var_ref): New function.
11283 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11284
11285 2003-02-28 Andrew Cagney <cagney@redhat.com>
11286
11287 * regcache.c (register_size): New function.
11288 * regcache.h (register_size): Declare
11289 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11290 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11291
11292 2003-02-28 David Carlton <carlton@math.stanford.edu>
11293
11294 * linespec.c (decode_compound): Extract code into find_method.
11295 (find_method): New.
11296
11297 2003-02-28 J. Brobecker <brobecker@gnat.com>
11298
11299 * Makefile.in: Add rules to build and link in observer.o.
11300
11301 2003-02-27 J. Brobecker <brobecker@gnat.com>
11302
11303 * observer.c: Minor comments edits.
11304
11305 2003-02-27 J. Brobecker <brobecker@gnat.com>
11306
11307 * observer.h, observer.c: New file.
11308
11309 2003-02-27 Andrew Cagney <cagney@redhat.com>
11310
11311 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11312
11313 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11314
11315 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11316 (M6812_OP_STS_EXT): Likewise.
11317 (m6811_prologue): Use the above to recognize prologue.
11318 (m6812_prologue): Likewise.
11319
11320 2003-02-27 David Carlton <carlton@math.stanford.edu>
11321
11322 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11323 SYMBOL_PRINT_NAME.
11324 (compare_psymbols): Ditto.
11325 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11326
11327 2003-02-27 Michael Snyder <msnyder@redhat.com>
11328
11329 * f-lang.c (build_fortran_types): New function.
11330 (_initialize_f_language): Gdbarch-register built-in fortran types.
11331 * doublest.c (extract_floating): Fix warning text.
11332
11333 2003-02-27 Andrew Cagney <cagney@redhat.com>
11334
11335 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11336 predicate. Replaces PUSH_DUMMY_FRAME.
11337 * gdbarch.h, gdbarch.c: Regnerate.
11338 * valops.c (hand_function_call): Update. Call
11339 generic_push_dummy_frame directly.
11340 * vax-tdep.c (vax_gdbarch_init): Update.
11341 * sparc-tdep.c (sparc_gdbarch_init): Update.
11342 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11343 * m68k-tdep.c (m68k_gdbarch_init): Update.
11344 * hppa-tdep.c (hppa_gdbarch_init): Update.
11345 * alpha-tdep.c (alpha_gdbarch_init): Update.
11346 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11347 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11348 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11349 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11350 push_dummy_frame to generic_push_dummy_frame.
11351 * v850-tdep.c (v850_gdbarch_init): Ditto.
11352 * sh-tdep.c (sh_gdbarch_init): Ditto.
11353 * s390-tdep.c (s390_gdbarch_init): Ditto.
11354 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11355 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11356 * mips-tdep.c (mips_gdbarch_init): Ditto.
11357 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11359 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11360 * i386-tdep.c (i386_gdbarch_init): Ditto.
11361 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11362 * frv-tdep.c (frv_gdbarch_init): Ditto.
11363 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11364 * cris-tdep.c (cris_gdbarch_init): Ditto.
11365 * avr-tdep.c (avr_gdbarch_init): Ditto.
11366 * arm-tdep.c (arm_gdbarch_init): Ditto.
11367
11368 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11369
11370 * mips-tdep.c (show_mips_abi): New function.
11371 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11372 command ``show mips abi''.
11373
11374 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11375
11376 From Elena Zannoni <ezannoni@redhat.com>
11377 * dbxread.c (process_one_symbol): Only record line 0 if one or
11378 more sline entries have been seen for the function.
11379
11380 2003-02-26 Michael Chastain <mec@shout.net>
11381
11382 * configure: Regenerate with autoconf 000227.
11383
11384 2003-02-26 Michael Chastain <mec@shout.net>
11385
11386 Close PR build/660.
11387 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11388 for old libc5/glibc.
11389 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11390
11391 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11392
11393 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11394 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11395
11396 2003-02-26 Michael Chastain <mec@shout.net>
11397
11398 * configure.in: New variable HAVE_UINTPTR_T.
11399 * configure, config.in: Regenerated.
11400
11401 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11402
11403 Fix PR build/1097.
11404 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11405
11406 2003-02-25 Andrew Cagney <cagney@redhat.com>
11407
11408 * frame.c (get_prev_frame): Add comment on check for
11409 inside_entry_func. Only check for inside_entry_file when not a
11410 dummy and not a sentinel. Check that the new frame is not inner
11411 to the old frame.
11412
11413 2003-02-25 Andrew Cagney <cagney@redhat.com>
11414
11415 * frame.c (frame_debug): New variable.
11416 (_initialize_frame): Add "set/show debug frame" command.
11417 (get_prev_frame): When frame_debug, print reason why unwind
11418 failed.
11419
11420 2003-02-25 Michael Chastain <mec@shout.net>
11421
11422 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11423 to avoid uintptr_t definition problems.
11424
11425 2003-02-25 David Carlton <carlton@math.stanford.edu>
11426
11427 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11428 (SYMBOL_LINKAGE_NAME): Ditto.
11429 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11430 SYMBOL_LINKAGE_NAME.
11431 (struct general_symbol_info): Expand comment.
11432 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11433 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11434 (SYMBOL_MATCHES_REGEXP): Ditto.
11435 * symtab.c (symbol_natural_name): New function.
11436 * objfiles.h: Replace all uses of SYMBOL_NAME by
11437 DEPRECATED_SYMBOL_NAME.
11438 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11439 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11440 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11441 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11442 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11443 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11444 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11445 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11446 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11447 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11448 * ada-exp.y: Ditto.
11449 * ada-exp.y: Update copyright.
11450 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11451 * cp-valprint.c: Ditto.
11452
11453 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11454
11455 * infptrace.c (detach): Do not flag error if ptrace detach fails
11456 and errno is set to ESRCH.
11457
11458 2003-02-24 Andrew Cagney <cagney@redhat.com>
11459
11460 * infptrace.c (udot_info): Change type of udot_off to long. Use
11461 paddr when printing udot_off's value.
11462
11463 2003-02-24 David Carlton <carlton@math.stanford.edu>
11464
11465 * symtab.c (make_symbol_overload_list): Only read in partial
11466 symtabs containing a matching partial symbol.
11467
11468 2003-02-24 David Carlton <carlton@math.stanford.edu>
11469
11470 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11471 do the comparison, not strcmp.
11472 * symfile.c (compare_psymbols): Ditto.
11473 * defs.h: Declare strcmp_iw_ordered.
11474 * utils.c (strcmp_iw_ordered): New function.
11475
11476 2003-02-24 Jim Blandy <jimb@redhat.com>
11477
11478 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11479 support, shared libs): Remove my name from here, to better reflect
11480 reality.
11481
11482 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11483
11484 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11485 (target_ops): Add to_have_continuable_watchpoint.
11486 * target.c (update_current_target): Add INHERIT line for
11487 to_have_continuable_watchpoint.
11488 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11489 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11490 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11491 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11492
11493 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11494
11495 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11496 maintainership.
11497
11498 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11499
11500 * solib.c (solib_open): Call target defined search function after
11501 failing with solib-search-path.
11502 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11503 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11504
11505 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11506
11507 * MAINTAINERS: Add myself to Write After section.
11508
11509 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11510
11511 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11512
11513 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11514
11515 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11516 (m68hc11_add_reggroups): New function.
11517 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11518 (m68hc11_gdbarch_init): Install the reggroups.
11519 (_initialize_m68hc11_tdep): Initialize them.
11520
11521 2003-02-21 James E Wilson <wilson@tuliptree.org>
11522
11523 * MAINTAINERS: Update my email address.
11524
11525 2003-02-21 David Carlton <carlton@math.stanford.edu>
11526
11527 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11528
11529 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11530
11531 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11532 * symtab.h: Add opaque declarations of struct axs_value and
11533 struct agent_expr.
11534 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11535 (struct location_funcs): New type.
11536 (struct symbol): Add "loc" to aux_value.
11537 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11538 * dwarf2read.c: Include "dwarf2expr.h".
11539 (dwarf2_symbol_mark_computed): New function.
11540 (read_func_scope): Use it.
11541 (var_decode_location): New function.
11542 (new_symbol): Use it.
11543 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11544
11545 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11546 (dwarf2expr_h, dwarf2loc_h): New variables.
11547 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11548 (dwarf2expr.o, dwarf2loc.o): New rules.
11549 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11550 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11551 LOC_COMPUTED_ARG.
11552 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11553 * m2-exp.y (yylex): Likewise.
11554 * printcmd.c (address_info, print_frame_args): Likewise.
11555 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11556 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11557 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11558 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11559 * symtab.c (lookup_block_symbol): Likewise.
11560
11561 2003-02-20 Adam Fedor <fedor@gnu.org>
11562
11563 * symtab.h: Remove objc_specific struct
11564 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11565 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11566 Have language_objc use cplus_specific struct.
11567
11568 2003-02-20 Tom Tromey <tromey@redhat.com>
11569
11570 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11571 TYPE_NAME, when printing a String value. PR java/1075.
11572
11573 2003-02-20 Adam Fedor <fedor@gnu.org>
11574
11575 * objc-lang.h (find_methods): Remove declaration.
11576 * objc-lang.c (find_methods): Make static.
11577
11578 2003-02-20 Christopher Faylor <cgf@redhat.com>
11579
11580 * win32-nat.c (get_image_name): Check return value from
11581 ReadProcessMemory.
11582 (child_xfer_memory): Ditto.
11583
11584 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11585
11586 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11587 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11588 '${exec_prefix}' (in addition to the expansion thereof) as
11589 relocatable.
11590 * configure: Rebuilt.
11591
11592 2003-02-20 David Carlton <carlton@math.stanford.edu>
11593
11594 * symtab.c (search_symbols): Revert the search_symbols part of my
11595 2002-12-23 patch. Add comment.
11596
11597 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11598
11599 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11600 * dbxread.c (elfstab_build_psymtabs): Don't call
11601 install_minimal_symbols.
11602 (stabsect_build_psymtabs): Likewise.
11603 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11604 earlier.
11605 * somread.c (som_symfile_read): Call install_minimal_symbols
11606 and do_cleanups earlier.
11607 * nlmread.c (nlm_symfile_read): Likewise.
11608 * mdebugread.c (elfmdebug_build_psymtabs): Call
11609 install_minimal_symbols and make appropriate cleanups.
11610
11611 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11612
11613 * solib.c (reload_shared_libraries): New function.
11614 (_initialize_solib): Add callbacks for ``set solib-search-path''
11615 and ``set solib-absolute-prefix''.
11616
11617 2003-02-20 David Carlton <carlton@math.stanford.edu>
11618
11619 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11620 expand comment.
11621 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11622 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11623 * ada-typeprint.c (ada_typedef_print): Ditto.
11624 * ax-gdb.c (gen_var_ref): Ditto.
11625 * breakpoint.c (print_one_breakpoint): Ditto.
11626 * buildsym.c (finish_block): Ditto.
11627 * c-valprint.c (c_val_print): Ditto.
11628 * expprint.c (print_subexp): Ditto.
11629 * findvar.c (locate_var_value): Ditto.
11630 * infcmd.c (jump_command): Ditto.
11631 * linespec.c (decode_line_2, decode_compound): Ditto.
11632 * maint.c (maintenance_translate_address): Ditto.
11633 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11634 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11635 Ditto.
11636 * p-valprint.c (pascal_val_print): Ditto.
11637 * stabsread.c (define_symbol): Ditto.
11638 * stack.c (print_frame, frame_info, print_block_frame_locals)
11639 (print_frame_arg_vars, return_command): Ditto.
11640 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11641 * symmisc.c (print_symbol): Ditto.
11642 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11643 (compare_search_syms, print_symbol_info, print_msymbol_info)
11644 (rbreak_command): Ditto.
11645 * tracepoint.c (tracepoints_info): Ditto.
11646 * typeprint.c (typedef_print): Ditto.
11647 * valops.c (value_of_variable, hand_function_call): Ditto.
11648 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11649 * ada-typeprint.c: Update Copyright.
11650 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11651 * tracepoint.c, cli/cli-cmds.c: Ditto.
11652
11653 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11654
11655 * frame.c (generic_unwind_get_saved_register): Make non-static.
11656 * frame.h (generic_unwind_get_saved_register): Declare.
11657 * mips-tdep.c (read_next_frame_reg): Fetch register from
11658 current regcache when frame is NULL.
11659 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11660 that must be NULL.
11661 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11662 instead of frame_register_unwind().
11663
11664 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11665
11666 * remote-sim.c (gdbsim_insert_breakpoint)
11667 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11668 code.
11669
11670 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11671
11672 * remote.c (_initialize_remote): Add commands "set/show remote
11673 hardware-watchpoint-limit" and "set/show remote
11674 hardware-breakpoint-limit".
11675 (remote_hw_watchpoint_limit): Initialize to -1.
11676 (remote_hw_breakpoint_limit): Ditto.
11677 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11678
11679 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11680
11681 * coff-pe-read.c: New file - support reading of minimal symbols from a
11682 portable executable using the export table.
11683 * coff-pe-read.h: New file.
11684 * coffread.c: Include coff-pe-read.h.
11685 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11686 debugging symbols found.
11687 * Makefile.in (SFILES): Add coff-pe-read.o.
11688 (coff_pe_read_h): Define.
11689 (COMMON_OBS): Add coff-pe-read.o.
11690 (coffread.o): Add coff_pe_read_h dependency.
11691 (coff-pe-read.o): New target.
11692
11693 2003-02-19 David Carlton <carlton@math.stanford.edu>
11694
11695 * Makefile.in (SFILES): Add block.c.
11696 (block_h): New.
11697 (COMMON_OBS): Add block.o.
11698 (block.o): New.
11699 (x86-64-tdep.o): Add $(block_h).
11700 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11701 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11702 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11703 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11704 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11705 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11706 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11707 * value.h: Add opaque declaration for struct block.
11708 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11709 * ada-lang.h: Ditto.
11710 * x86-64-tdep.c: #include "block.h"
11711 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11712 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11713 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11714 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11715 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11716 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11717 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11718 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11719 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11720 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11721 * symtab.c (block_function): Ditto.
11722 (contained_in): Ditto.
11723 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11724 block.h. Add opaque declaration for struct block.
11725 * symtab.h: Move block_function and contained_in declarations to
11726 block.h. Add opaque declarations for struct block, struct
11727 blockvector.
11728 (struct block): Move to block.h.
11729 (struct blockvector): Ditto.
11730 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11731 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11732 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11733 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11734 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11735 Ditto.
11736 * block.c: New file.
11737 * block.h: New file.
11738
11739 2003-02-19 Theodore A. Roth <troth@openavr.org>
11740
11741 * avr-tdep.c (avr_extract_return_value): Remove function.
11742 (avr_store_return_value): Remove function.
11743 (avr_extract_struct_value_address): Remove function.
11744 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11745
11746 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11747
11748 * rs6000-tdep.c: Include "gdb_assert.h".
11749 (registers_e500): Add "acc" and "spefscr".
11750 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11751 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11752 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11753 really is "r0".
11754 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11755
11756 2003-02-18 Keith Seitz <keiths@redhat.com>
11757
11758 * Makefile.in: Add gdbtk-interps.c.
11759
11760 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11761
11762 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11763 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11764
11765 2003-02-18 Andrew Cagney <cagney@redhat.com>
11766
11767 * symtab.h (struct objfile): Add opaque declaration.
11768
11769 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11770
11771 From Jim Ingham <jingham@apple.com>:
11772 * dbxread.c (process_one_symbol): Use last_function_start rather
11773 than function_start_offset to find the real beginning of the
11774 current function. The latter is just the text section offset on
11775 some systems, the former is always the real function start.
11776
11777 2003-02-17 Andrew Cagney <cagney@redhat.com>
11778
11779 * configure.in: Revert ${target} != ${host}.
11780
11781 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11782
11783 * configure.in (Makefile): Use the test ${target} != ${host},
11784 instead of the absence of the "nm.h" file, to determine of the
11785 configuration non-native.
11786 * configure: Regenerate.
11787
11788 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11789
11790 From Brian Ford <ford@vss.fsi.com>
11791
11792 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11793 conditionalize tui_active test.
11794 (lookup_cmd_1): Ditto.
11795
11796 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11797
11798 * configure.in: Add check for _etext.
11799 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11800 available.
11801 * config.in, configure: regenerated.
11802
11803 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11804
11805 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11806
11807 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11808
11809 * main.c (tui_version): Delete variable.
11810 (captured_main): When --tui, set interpreter_p to "tui" instead of
11811 enabling tui_version.
11812 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11813 tui_version.
11814 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11815 * cli/cli-cmds.c (disassemble_command): Ditto.
11816 * defs.h (tui_version): Delete declaration.
11817 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11818 (tui-interp.o): Add rules.
11819 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11820
11821 2003-02-14 Christopher Faylor <cgf@redhat.com>
11822
11823 * win32-nat.c (register_loaded_dll): Correctly set address range for
11824 just-loaded dll.
11825
11826 2003-02-12 Jason Molenda (jmolenda@apple.com)
11827
11828 * symmisc.c (print_objfile_statistics): Include information about
11829 the number of psymtabs and symtabs in each object file.
11830
11831 2003-02-13 Keith R Seitz <keiths@redhat.com>
11832
11833 * main.h (struct captured_main_args): Add interpreter_p.
11834 * main.c (captured_main): Initialize interpreter_p from context.
11835 * gdb.c (main): Set interpreter_p argument.
11836 * Makefile.in (gdb.o): Add dependency for interps.h.
11837
11838 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11839
11840 * event-top.c (cli_command_loop): Delete declaration.
11841 (_initialize_event_loop): Delete function setting event_loop_hook.
11842 * event-top.h (cli_command_loop): Declare. Update copyright.
11843 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11844 * interps.c (current_interp_command_loop): When event_loop_p, call
11845 cli_command_loop.
11846
11847 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11848
11849 * interps.h (interp_command_loop_ftype): Change return type to
11850 void.
11851
11852 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11853
11854 * x86-64-tdep.c (x86_64_extract_return_value)
11855 (x86_64_store_return_value): Use regcache instead of regbuf.
11856 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11857 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11858
11859 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11860
11861 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11862 * aclocal.m4: Regenerate.
11863 * configure: Regenerate.
11864
11865 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11866 TCL_LD_SEARCH_FLAGS.
11867
11868 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11869
11870 * dwarf2cfi.c: Reindented.
11871
11872 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11873
11874 * interps.c (clear_interpreter_hooks): Convert function definition
11875 to ISO C.
11876
11877 2003-02-07 David Carlton <carlton@math.stanford.edu>
11878
11879 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11880
11881 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11882
11883 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11884 (struct type): ...to here.
11885 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11886 field.
11887 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11888 (replace_type): Set length on all type variants for a given type.
11889
11890 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11891
11892 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11893 <sys/stat.h>.
11894 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11895
11896 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11897
11898 * Makefile.in (symm-nat.o): Update dependencies.
11899 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11900 (lynx-nat.o, ia64-linux-nat.): Ditto.
11901 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11902 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11903 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11904
11905 * Makefile.in (inflow_h): Define.
11906 (procfs.o, inflow.o, procfs.o): Update dependencies.
11907 * inftarg.c (child_stop): Delete extern declaration of
11908 inferior_process_group. Include "inflow.h".
11909 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11910 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11911 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11912 (our_process_group, inferior_process_group): Extern declarations.
11913
11914 * procfs.c: Include "gdb_assert.h".
11915
11916 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11917 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11918 * jv-typeprint.c (java_type_print_base): Ditto.
11919 * typeprint.c (typedef_print): Eliminate STREQ.
11920 * cli/cli-script.c (define_command, define_command): Ditto.
11921 * main.c (captured_main): Ditto.
11922 * values.c (lookup_internalvar): Ditto.
11923 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11924 within `if' conditional.
11925 * linespec.c (decode_line_2): Ditto.
11926 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11927 (bfd_openw_with_cleanup): Ditto.
11928
11929 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11930
11931 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11932 legacy_extract_return_value and store_return_value to
11933 legacy_return_value.
11934
11935 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11936
11937 * win32-nat.c (get_relocated_section_addrs): New function. Find
11938 section load addresses for symbol handling in relocated DLLs.
11939 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11940
11941 2003-02-05 Fred Fish <fnf@intrinsity.com>
11942
11943 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11944 '=' and '!='.
11945 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11946 with '&' and '=='.
11947 (angel_RDI_info): Ditto.
11948 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11949 with '&' and '!='.
11950 (threads_continue_all_with_signals): Ditto.
11951
11952 2003-02-05 Jim Ingham <jingham@apple.com>
11953 Keith Seitz <keiths@redhat.com>
11954 Elena Zannoni <ezannoni@redhat.com>
11955 Andrew Cagney <ac131313@redhat.com>
11956
11957 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11958 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11959 (SUBDIR_MI_OBS): Add "mi-interp.o".
11960 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11961 (SFILES): Add "interps.c".
11962 (COMMON_OBS): Add "interps.o".
11963 (interps_h, mi_main_h): Define.
11964 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11965 (mi-main.o, main.o, event-top.o): Update dependencies.
11966 * cli/cli-interp.c: New file.
11967 * interps.h, interps.c: New files.
11968 * top.c: (gdb_init): Don't install the default interpreter, handed
11969 by captured_main.
11970 * main.c: Include "interps.h".
11971 (interpreter_p): Note that it should malloc'ed.
11972 (captured_command_loop): Call current_interp_command_loop.
11973 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11974 xfree and xstrdup when updating interpreter_p. Install the
11975 default interpreter. Add hack to stop mi1's copyright notice
11976 being encoded.
11977 * event-top.h (gdb_setup_readline): Declare.
11978 (gdb_disable_readline): Declare.
11979 * event-top.c: Include "interps.h".
11980 (display_gdb_prompt): Call current_interp_display_prompt_p.
11981 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11982 gdb_stdlog, and gdb_stdtarg.
11983 (_initialize_event_loop): Don't call gdb_setup_readline.
11984 * cli-out.c (cli_out_set_stream): New function.
11985 * cli-out.h (cli_out_set_stream): Declare.
11986
11987 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11988
11989 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11990 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11991 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11992 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11993 config/i386/i386v42mp.mt: Removed.
11994
11995 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11996
11997 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11998 GDB_OSABI_SOLARIS.
11999
12000 2003-02-05 Michael Chastain <mec@shout.net>
12001
12002 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12003 2.12.1 and earlier versions.
12004
12005 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12006
12007 Remove orphaned hosts, targets and files.
12008 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12009 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12010 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12011 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12012 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12013 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12014 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12015 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12016 * config/sparc/tm-sp64sim.h: Delete.
12017 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12018 hosts.
12019 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12020 mips*-dec-mach3* targets.
12021
12022 2003-02-04 Michael Chastain <mec@shout.net>
12023
12024 * NEWS: Fix typo: sepcifying -> specifying.
12025
12026 2003-02-04 Michael Chastain <mec@shout.net>
12027
12028 * dwarfread.c: Add documentation on the state of dwarf-1,
12029 looking towards obsoletion.
12030
12031 2003-02-03 Michael Chastain <mec@shout.net>
12032
12033 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12034 gdb/testsuite/gdb.c++/pr-1023.exp.
12035
12036 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12037
12038 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12039 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12040
12041 * utils.c (init_page_info): Delete reference to MPW in comments.
12042 * main.c (captured_main): Delete #ifdef MPW.
12043
12044 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12045
12046 * NEWS: Note that the m32r-*-elf* is obsolete.
12047 * monitor.c (monitor_expect): Obsolete reference to m32r.
12048 * configure.tgt: Mark m32r-*-elf* as obsolete.
12049 * MAINTAINERS: Mark m32k as obsolete.
12050 * m32r-rom.c: Obsolete file.
12051 * config/m32r/m32r.mt: Obsolete file.
12052 * config/m32r/tm-m32r.h: Obsolete file.
12053 * m32r-stub.c: Obsolete file.
12054 * m32r-tdep.c: Obsolete file.
12055
12056 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12057
12058 * NEWS: Mention that the z8k-zilog-none is obsolete.
12059 * MAINTAINERS: Mark z8k as obsolete.
12060 * configure.tgt: Obsolete the z8k-*-coff* target.
12061 * config/z8k/z8k.mt: Obsolete file.
12062 * config/z8k/tm-z8k.h: Obsolete file.
12063 * z8k-tdep.c: Obsolete file.
12064
12065 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12066
12067 * NEWS: Mention that the mn10200-elf is obsolete.
12068 * configure.tgt: Obsolete mn10200-*-* target.
12069 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12070 mention that the mn10200 is obsolete.
12071 * breakpoint.h: Ditto.
12072 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12073 * config/mn10200/mn10200.mt: Obsolete file.
12074 * config/mn10200/tm-mn10200.h: Obsolete file.
12075 * mn10200-tdep.c: Obsolete file.
12076
12077 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12078
12079 * MAINTAINERS: Mark h8500 as obsolete.
12080 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12081 * findvar.c (value_from_register): Ditto.
12082 * h8500-tdep.c: Mark file as obsolete.
12083 * config/h8500/h8500.mt: Ditto.
12084 * config/h8500/tm-h8500.h: Ditto.
12085 * NEWS: Mention that h8500 is obsolete.
12086
12087 2003-02-04 David Carlton <carlton@math.stanford.edu>
12088
12089 * objfiles.c (allocate_objfile): Always set name. Add comment at
12090 start of function.
12091 * jv-lang.c (get_dynamics_objfile): Add comment.
12092
12093 2003-02-04 David Carlton <carlton@math.stanford.edu>
12094
12095 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12096 * printcmd.c (build_address_symbolic): Replace uses of
12097 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12098 SYMBOL_NAME, and asm_demangle.
12099 Update copyright.
12100
12101 2003-02-04 David Carlton <carlton@math.stanford.edu>
12102
12103 * linespec.c (decode_compound): Extract code into
12104 lookup_prefix_sym.
12105 (lookup_prefix_sym): New function.
12106
12107 2003-02-04 David Carlton <carlton@math.stanford.edu>
12108
12109 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12110 FLOAT_COERCION_BADNESS.
12111 * gdbtypes.c (rank_one_type): Replace all uses of
12112 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12113
12114 2003-02-04 Jim Blandy <jimb@redhat.com>
12115
12116 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12117 section, let dwarf_macinfo_section point to it, not
12118 dwarf_loc_section.
12119
12120 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12121
12122 Pointed out by Anton Blanchard <anton@samba.org>.
12123 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12124 (ppc_linux_at_sigtramp_return_path): Use it.
12125
12126 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12127
12128 * defs.h (streq): Add prototype.
12129 * utils.c (streq): New function.
12130
12131 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12132 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12133 * mdebugread.c (new_symbol): Likewise.
12134 * stabsread.c (define_symbol): Likewise.
12135 * coffread.c (process_coff_symbol): Likewise.
12136 * dwarfread.c (new_symbol): Likewise.
12137
12138 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12139 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12140 here.
12141 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12142 SYMBOL_INIT_DEMANGLED_NAME.
12143 * objfiles.c: Include "hashtab.h".
12144 (allocate_objfile): Call htab_set_functions_ex for the
12145 demangled_names_hash.
12146 (free_objfile): Call htab_delete for the demangled_names_hash.
12147 * objfiles.h (struct htab): Add declaration.
12148 (struct objfile): Add demangled_names_hash.
12149 * symfile.c: Include "hashtab.h".
12150 (reread_symbols): Call htab_delete for the demangled_names_hash.
12151 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12152 SYMBOL_NAME in the bcache.
12153 * symtab.c: Include "hashtab.h". Update comments.
12154 (create_demangled_names_hash, symbol_set_names): New functions.
12155 (symbol_find_demangled_name): New function, broken out from
12156 symbol_init_demangled_names.
12157 (symbol_init_demangled_names): Use it.
12158 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12159 (SYMBOL_SET_NAMES): New macro.
12160 (symbol_set_names): Add prototype.
12161
12162 2003-02-03 Jim Blandy <jimb@redhat.com>
12163
12164 Use a single, consistent representation for an empty minimal
12165 symbol table in an objfile.
12166 * objfiles.c (terminate_minimal_symbol_table): New function.
12167 (allocate_objfile): Call it.
12168 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12169 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12170 non-NULL.
12171 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12172 objfile has minimal symbols, compare minimal_symbol_count to zero,
12173 instead of comparing msymbols with NULL.
12174 * objfiles.c (have_minimal_symbols): Same.
12175 * solib-sunos.c (solib_add_common_symbols): Call
12176 terminate_minimal_symbol_table.
12177 * symfile.c (reread_symbols): Same.
12178
12179 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12180
12181 * s390-tdep.c (s390_address_class_type_flags)
12182 (s390_address_class_type_flags_to_name)
12183 (s390_address_class_name_to_type_flags): New functions.
12184 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12185 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12186
12187 2003-02-03 Michael Snyder <msnyder@redhat.com>
12188
12189 * arm-tdep.c: Fix spell-o in comment.
12190
12191 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12192
12193 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12194 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12195 error messages to contain BFD filename.
12196
12197 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12198
12199 Fix PR gdb/742 gdb/743 gdb/877
12200 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12201 (do_mixed_source_and_assembly): Use
12202 make_cleanup_ui_out_tuple_begin_end and
12203 make_cleanup_ui_out_tuple_begin_end.
12204 (do_mixed_source_and_assembly): Ditto.
12205 * thread.c (do_captured_list_thread_ids): Ditto.
12206 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12207 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12208 ui_out_tuple_end): Delete prototypes.
12209 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12210 ui_out_list_end, ui_out_tuple_end): Delete.
12211
12212 From Kevin Buettner <kevinb@redhat.com>:
12213 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12214 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12215 (do_cleanup_table_end): New functions.
12216 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12217 Use cleanups to invoke_ui_out_tuple_end().
12218 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12219 * cli/cli-setshow.c (cmd_show_list): Use
12220 make_cleanup_ui_out_tuple_begin_end.
12221
12222 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12223
12224 * frame.c (frame_unwind_register): New function.
12225 (frame_unwind_unsigned_register): Use.
12226 (frame_unwind_signed_register): Use.
12227 (frame_read_register): New function.
12228 * frame.h (frame_unwind_register): Declare.
12229 (frame_read_register): Declare.
12230
12231 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12232 and frame_unwind_register instead of read_memory, write_register
12233 and deprecated_write_register_bytes.
12234
12235 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12236
12237 * frame.h: Note that namelen can be negative.
12238 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12239 NAME's length.
12240
12241 * NEWS: Mention that the d10v's `regs' command is deprecated.
12242 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12243 (d10v_print_registers_info): New function.
12244 (show_regs): Call d10v_print_registers_info.
12245 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12246
12247 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12248
12249 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12250 lost in the previous patch.
12251
12252 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12253
12254 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12255 * stack.c (print_frame_info_base): Output complete FRAME tuple
12256 for synthesized frames.
12257
12258 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12259
12260 * mips-nat.c (zerobuf): Delete.
12261 (fetch_inferior_registers): Alloc local zerobuf.
12262 (fetch_core_registers): Alloc local zerobuf.
12263 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12264 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12265 * thread-db.c (thread_db_store_registers): Ditto.
12266 * sh-tdep.c (sh_do_register): Ditto.
12267 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12268 * remote-sim.c (gdbsim_store_register): Ditto.
12269 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12270 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12271 * monitor.c (monitor_supply_register): Ditto.
12272 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12273 * mips-nat.c (fetch_inferior_registers): Ditto.
12274 * m68klinux-nat.c (fetch_register): Ditto.
12275 * lynx-nat.c (fetch_inferior_registers): Ditto.
12276 (fetch_inferior_registers): Ditto.
12277 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12278 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12279 (hpux_thread_store_registers): Ditto.
12280 * hppah-nat.c (fetch_register): Ditto.
12281 * hppab-nat.c (fetch_register): Ditto.
12282 * hppa-tdep.c (pa_register_look_aside): Ditto.
12283 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12284 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12285
12286 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12287
12288 * gdbarch.sh: Explictly specify all method levels. When a
12289 variable with an empty level, provide a non-multi-arch default.
12290 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12291 * gdbarch.h: Re-generate.
12292 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12293 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12294
12295 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12296
12297 * defs.h (host_pointer_to_address): Delete declaration.
12298 (address_to_host_pointer): Delete declaration.
12299 * utils.c (host_pointer_to_address): Delete function.
12300 (address_to_host_pointer): Delete function.
12301 * procfs.c (procfs_address_to_host_pointer): New function.
12302 * procfs.c (proc_set_watchpoint): Use.
12303 (procfs_can_use_hw_breakpoint): Update comments.
12304 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12305 (som_solib_add): Use.
12306 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12307 * hppa-tdep.c (unwind_command): Use.
12308
12309 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12310
12311 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12312 strlen d_name.
12313
12314 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12315 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12316 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12317 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12318 (define_symbol): Update.
12319 * symfile.c (generic_load): Remove references to nindy.
12320 * symtab.c: Remove references to nindy.
12321
12322 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12323
12324 * infcmd.c (print_float_info): Delete code conditional on
12325 FLOAT_INFO.
12326 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12327 * config/m68k/nm-apollo68b.h: Ditto.
12328 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12329 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12330 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12331
12332 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12333
12334 * config/i386/tm-i386os9k.h: Removed.
12335
12336 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12337 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12338 they're identical to i[3456]86-*-sysv* now.
12339 * config/i386/i386v32.mh: Removed.
12340 * config/i386/xm-i386v32.h: Removed.
12341 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12342
12343 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12344
12345 * config/i386/i386dgux.mh: Removed.
12346 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12347
12348 * configure.in: Fix typo.
12349 * configure: Regenerated.
12350
12351 2003-01-31 David Carlton <carlton@math.stanford.edu>
12352
12353 * dwarf2read.c (dwarf2_locate_sections): Set
12354 dwarf_ranges_section.
12355
12356 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12357
12358 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12359 * utils.c: Update comments documenting legitimate uses of PTR.
12360
12361 * utils.c: Re-indent.
12362
12363 * config/djgpp/fnchange.lst: Delete nindy files.
12364 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12365 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12366 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12367 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12368 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12369 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12370 * Makefile.in (init.c): Remove nindy references.
12371 (saber_gdb): Delete rule.
12372 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12373 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12374 and a68v-nat.c.
12375 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12376 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12377 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12378 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12379 nindy-share/stop.h.
12380 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12381 * saber.suppress: Delete file.
12382
12383 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * dbxread.c (stabs_data): New static variable.
12386 (fill_symbuf): Support an in-memory buffer for stabs data.
12387 (stabs_seek): New function.
12388 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12389 (read_ofile_symtab): Use stabs_seek.
12390 (elfstab_build_psymtabs): Take an asection* instead of
12391 an offset and size. Relocate the stabs data if necessary.
12392 Save the section* for dbx_psymtab_to_symtab.
12393 * dwarf2read.c: Add section variables for each debug section.
12394 (dwarf2_locate_sections): Fill them in.
12395 (dwarf2_read_section): Take an asection* argument.
12396 Relocate the section contents if necessary.
12397 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12398 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12399 it to dwarf2_read_section.
12400 (dwarf2_build_frame_info): Update callers.
12401 * elfread.c (elf_symfile_read): Update call to
12402 elfstab_build_psymtabs.
12403 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12404 (DBX_STAB_SECTION): New macro.
12405 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12406 * symfile.c (symfile_dummy_outputs): New function.
12407 (symfile_relocate_debug_section): New function.
12408 * symfile.h (symfile_relocate_debug_section): Add prototype.
12409
12410 2003-01-31 Richard Henderson <rth@redhat.com>
12411
12412 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12413 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12414 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12415 * alpha-tdep.c (alpha_register_name): Add "unique".
12416 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12417 (ALPHA_UNIQUE_REGNUM): New.
12418 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12419
12420 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12421
12422 * README: Remove reference to Ericsson 1800 monitor.
12423 * Makefile.in (remote-es.o): Delete rule.
12424 (ALLDEPFILES): Delete remote-es.c.
12425 * remote-es.c: Delete file.
12426 * config/m68k/es1800.mt: Delete file.
12427 * config/djgpp/fnchange.lst: Update.
12428 * configure.tgt: Delete m68*-ericsson-* target.
12429
12430 2003-01-31 Adam Fedor <fedor@gnu.org>
12431
12432 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12433 Remove duplicate/shadowing variable of same name.
12434
12435 2003-01-30 Jim Blandy <jimb@redhat.com>
12436
12437 * symfile.c (find_separate_debug_file): Assert that the objfile's
12438 directory name we compute ends with a slash, and then assume that
12439 that's so everywhere we use it.
12440
12441 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12442
12443 * valops.c (value_assign): Flush frame cache after stores to memory
12444 also.
12445
12446 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12447
12448 * Makefile.in (mon960-rom.o): Delete rule.
12449 * mon960-rom.c: Delete file.
12450
12451 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12452
12453 * d10v-tdep.c: Include "frame-unwind.h".
12454 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12455 list.
12456 (next_addr, uses_frame): Delete.
12457 (struct d10v_unwind_cache): Define.
12458 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12459 Use info instead of next_addr and uses_frame globals.
12460 (d10v_frame_init_saved_regs): Delete function.
12461 (d10v_init_extra_frame_info): Delete function.
12462 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12463 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12464 init_frame_pc or frame_saved_pc.
12465 (d10v_pop_frame): Delete function.
12466 (do_d10v_pop_frame): Delete function.
12467 (d10v_frame_chain): Delete function.
12468 (d10v_frame_chain_valid): Delete function.
12469 (d10v_frame_pc_unwind): New function.
12470 (d10v_frame_id_unwind): New function.
12471 (saved_regs_unwinder): New function.
12472 (d10v_frame_register_unwind): New function.
12473 (d10v_frame_pop): New function.
12474 (d10v_frame_unwind): New variable.
12475 (d10v_frame_p): New function.
12476 (d10v_frame_saved_pc): Delete function.
12477 * Makefile.in (d10v-tdep.o): Update dependencies.
12478
12479 2003-01-30 J. Brobecker <brobecker@gnat.com>
12480
12481 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12482 causing some regressions due to a change in the default value
12483 for this macro.
12484
12485 2003-01-29 Richard Henderson <rth@redhat.com>
12486 Elena Zannoni <ezannoni@redhat.com>
12487 Daniel Jacobowitz <drow@mvista.com>
12488
12489 Fix PR gdb/961.
12490 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12491 variables.
12492 (RANGES_SECTION): New.
12493 (dwarf_ranges_buffer): New variable.
12494 (struct comp_unit_head): Add member "die".
12495 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12496 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12497 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12498 (dwarf2_locate_sections): Likewise.
12499 (dwarf2_build_psymtabs): Read .debug_ranges.
12500 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12501 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12502 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12503 Look for DW_AT_ranges and return the bounding box.
12504
12505 2003-01-29 Brian Ford <ford@vss.fsi.com>
12506
12507 * win32-nat.c (cygwin_pid): Removed as unused.
12508 (child_attach): Try fall back to Cygwin pid.
12509
12510 2003-01-29 Jim Blandy <jimb@redhat.com>
12511
12512 * objfiles.h (struct objfile): Doc fix.
12513
12514 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12515
12516 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12517 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12518 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12519 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12520 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12521 (FRAME_SAVED_PC): Change to a function with predicate.
12522 * gdbarch.h, gdbarch.c: Re-generate.
12523
12524 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12525
12526 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12527
12528 * complaints.c (complain): Delete function.
12529 * complaints.h (struct deprecated_complaint): Delete definition.
12530 (complain): Delete declaration.
12531
12532 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12533
12534 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12535 dummy frames.
12536
12537 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12538
12539 * sentinel-frame.h, sentinel-frame.c: New files.
12540 * Makefile.in (frame.o): Update dependencies.
12541 (SFILES): Add sentinel-frame.c.
12542 (sentinel_frame_h): Define.
12543 (COMMON_OBS): Add sentinel-frame.o.
12544 (sentinel-frame.o): Specify dependencies.
12545 * frame.c: Include "sentinel-frame.h".
12546 (frame_register_unwind): Rewrite assuming that there is always a a
12547 ->next frame.
12548 (frame_register, generic_unwind_get_saved_register): Ditto.
12549 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12550 (create_sentinel_frame, unwind_to_current_frame): New functions.
12551 (get_current_frame): Rewrite using create_sentinel_frame and
12552 unwind_to_current_frame. When possible, always create a frame.
12553 (create_new_frame): Set next to the sentinel frame.
12554 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12555 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12556 ID cache when necessary.
12557 (frame_saved_regs_id_unwind): Use frame_relative_level.
12558 (deprecated_generic_get_saved_register): Use frame_relative_level,
12559 get_frame_saved_regs, get_frame_pc, get_frame_base and
12560 get_next_frame.
12561 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12562 frame_register.
12563
12564 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12565
12566 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12567
12568 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12569
12570 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12571 (maintenance_set_profile_cmd): Use error () instead of warning ().
12572
12573 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12574
12575 * configure.in: Check that -pg works if using --enable-profiling.
12576 Check for monstartup and _mcleanup regardless of --enable-profiling.
12577 * maint.c: Check for monstartup and _mcleanup before using them.
12578 * config.in: Regenerated.
12579 * configure: Regenerated.
12580
12581 2003-01-24 Nick Clifton <nickc@redhat.com>
12582
12583 * Add sh2e support:
12584
12585 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12586
12587 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12588 (sh2e_show_regs): New.
12589 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12590 * config/sh/tm-sh.h: Added sh2e to comments.
12591
12592 2003-01-23 Jim Blandy <jimb@redhat.com>
12593
12594 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12595 symbols found)" message here; we haven't checked for a separate
12596 debug info file yet, so we don't know yet.
12597 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12598 we've looked everywhere. Also, there's no need to print a special
12599 message when we're loading the separate debug info file: the one
12600 symbol_file_add prints is fine.
12601
12602 2003-01-23 Alexander Larsson <alexl@redhat.com>
12603 Jim Blandy <jimb@redhat.com>
12604
12605 Add support for executables whose debug info has been separated
12606 out into a separate file, leaving only a link behind.
12607 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12608 and separate_debug_objfile_backlink.
12609 (put_objfile_before): New declaration.
12610 * symfile.c: #include "filenames.h".
12611 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12612 debug info in a separate file, read that, too. Save the addrs
12613 argument, so we can use it again to read the separated debug info;
12614 syms_from_objfile modifies the table we pass it.
12615 (reread_symbols): After re-reading an objfile, call
12616 reread_separate_symbols to refresh its separate debug info
12617 objfile, if it has one.
12618 (reread_separate_symbols, find_separate_debug_file,
12619 get_debug_link_info, separate_debug_file_exists): New functions.
12620 (debug_file_directory): New global var.
12621 (_initialize_symfile): Initialize debug_file_directory, and
12622 provide the new `set debug-file-directory' command to let the user
12623 change it.
12624 * objfiles.c (free_objfile): If this objfile has its debug info in
12625 a separate objfile, free that one too. If this is itself a
12626 separate debug info objfile, clear our parent's backlink.
12627 (put_objfile_before): New function.
12628 * utils.c (gnu_debuglink_crc32): New function.
12629 * defs.h (gnu_debuglink_crc32): New declaration.
12630 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12631 * configure.in: Handle --with-separate-debug-dir config option.
12632 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12633 * acconfig.h (DEBUGDIR): New macro.
12634 * configure, aclocal.m4, config.in: Regenerated.
12635
12636 2003-01-22 Jim Blandy <jimb@redhat.com>
12637
12638 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12639 like the old symbol_file_add, but taking new arguments: you can
12640 now pass in either a `struct section_addr_info' list to say where
12641 each section is loaded, or a `struct section_offsets' table. Pass
12642 these new arguments through to syms_from_objfile as appropriate.
12643 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12644 with the appropriate quiescent values for the new arguments.
12645
12646 * symfile.c: #include "gdb_assert.h".
12647 (syms_from_objfile): Add the ability to pass in a section offset
12648 table directly, as an alternative to the section_addr_info table.
12649 Document arguments better.
12650 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12651 * symfile.h (syms_from_objfile): Update declaration.
12652 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12653 syms_from_objfile.
12654 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12655
12656 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12657
12658 Original patch by Tom Tromey <tromey@cygnus.com> and
12659 Jason Molenda <jmolenda@apple.com>.
12660 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12661 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12662 * NEWS: Mention profiling.
12663 * configure.in (--enable-gdbtk): Fix typo.
12664 (--enable-profiling): New. Set PROFILE_CFLAGS.
12665 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12666 Fill in function.
12667 (profiling_state): New variable.
12668 (mcleanup_wrapper): New function.
12669 (_initialize_maint): Remove NOTYET, fix call to
12670 add_setshow_boolean_cmd for "maint set profile".
12671 * configure: Regenerated.
12672
12673 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12674
12675 * Makefile.in (install-gdbtk): Install PNG images too.
12676
12677 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12678
12679 * exec.c (text_start): Delete global variable.
12680 (exec_file_attach): Make text_start local to the function.
12681 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12682 * valops.c (hand_function_call): Delete code that handles
12683 BEFORE_TEXT_END and AFTER_TEXT_END.
12684 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12685 of CALL_DUMMY_LOCATION.
12686 * gdbarch.c: Regenerate.
12687 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12688 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12689 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12690 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12691 (text_end): Delete extern declaration.
12692
12693 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12694
12695 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12696 * blockframe.c (backtrace_below_main): Move to "frame.c".
12697 (frame_chain_valid): Delete check for backtrace_below_main.
12698 (_initialize_blockframe): Delete initialization, move ``set
12699 backtrace-below-main'' command to "frame.c".
12700 (do_flush_frames_sfunc): Delete function.
12701 * frame.c: Include "command.h" and "gdbcmd.h".
12702 (frame_type_from_pc): New function.
12703 (create_new_frame): Use frame_type_from_pc.
12704 (legacy_get_prev_frame): New function.
12705 (get_prev_frame): Rewrite. When an old style frame, call
12706 legacy_get_prev_frame. Otherwize, unwind the PC first.
12707 (_initialize_frame): Add ``set backtrace-below-main'' command.
12708 * Makefile.in (frame.o): Update dependencies.
12709
12710 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12711
12712 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12713 DEPRECATED_REGISTERS_INFO.
12714
12715 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12716
12717 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12718 Maintainers'. Update `Various Maintainers'.
12719
12720 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12721
12722 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12723 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12724 Suppress actual parameters when `-'.
12725 * gdbarch.h, gdbarch.c: Regenerate.
12726
12727 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12728
12729 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12730 code handling dummy frames.
12731
12732 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12733
12734 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12735 (struct frame_unwind): Add field pop.
12736 * frame.h (frame_pop): Declare.
12737 * frame.c (frame_saved_regs_pop): New function.
12738 (trad_frame_unwinder): Add frame_saved_regs_pop.
12739 (frame_pop): New function.
12740 * dummy-frame.c (dummy_frame_pop): New function.
12741 (discard_innermost_dummy): New function.
12742 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12743 (dummy_frame_unwind): Add dummy_frame_pop.
12744 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12745 * valops.c (hand_function_call): Ditto.
12746 * stack.c (return_command): Ditto.
12747
12748 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12749
12750 * cris-tdep.c: Fix function declaration indentation.
12751 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12752 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12753 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12754 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12755 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12756 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12757
12758 2003-01-18 Michael Chastain <mec@shout.net>
12759
12760 * README (Unpacking and Installation -- quick overview):
12761 Warn against ".../gdb-5.3/gdb/configure".
12762
12763 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12764
12765 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12766 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12767 (struct frame_unwind): Declare opaque.
12768 (dummy_frame_p): Declare function.
12769 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12770 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12771 * dummy-frame.c: Include "frame-unwind.h".
12772 (dummy_frame_p): New function.
12773 (dummy_frame_unwind): New variable.
12774 * frame.c: Include "frame-unwind.h".
12775 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12776 to use the new unwind field.
12777 (set_unwind_by_pc): Delete function.
12778 (create_new_frame, get_prev_frame): Set unwind field using
12779 frame_unwind_find_by_pc.
12780 (trad_frame_unwind, trad_frame_unwinder): New variables.
12781 * frame.h (trad_frame_unwind): Declare variable.
12782 (frame_id_unwind_ftype): Delete declaration.
12783 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12784 (struct frame_unwind): Declare opaque.
12785 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12786 register_unwind with a single unwind pointer.
12787 * frame-unwind.h, frame-unwind.c: New files.
12788 * Makefile.in (SFILES): Add frame-unwind.c.
12789 (frame_unwind_h): Define.
12790 (COMMON_OBS): Add frame-unwind.o.
12791 (frame-unwind.o): Specify dependencies.
12792 (frame.o, dummy-frame.o): Update dependencies.
12793
12794 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12795
12796 * ada-valprint.c: Eliminate PTR.
12797 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12798 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12799 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12800 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12801 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12802 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12803 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12804
12805 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12806
12807 * main.c (captured_main): Don't use PTR.
12808 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12809 * gdbtypes.c (lookup_primitive_typename): Ditto.
12810 (lookup_struct_elt_type): Ditto.
12811 * f-valprint.c (info_common_command): Ditto.
12812 (list_all_visible_commons): Ditto.
12813 * jv-typeprint.c (java_type_print_base): Ditto.
12814
12815 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12816 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12817 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12818 i386-interix-nat.c and i386-interix-tdep.c. Rename
12819 m68klinux-nat.c and m68klinux-tdep.c. Rename
12820 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12821 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12822 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12823 * main.c (captured_main): Use xfree, not free.
12824
12825 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12826
12827 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12828 ID back using a parameter.
12829 * frame.c (frame_id_unwind): Update call.
12830 (frame_saved_regs_id_unwind): Update.
12831 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12832 * dummy-frame.h (struct frame_id): Add opaque declaration.
12833 (dummy_frame_id_unwind): Update declaration.
12834
12835 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12836
12837 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12838
12839 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12840
12841 * MAINTAINERS (Stephen P. Smith): Updated email address.
12842
12843 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12844
12845 Fix PR gdb/898
12846 * breakpoint.c (until_break_command): Add new argument. Use it to
12847 decide whether to stop only at the current frame or not.
12848 * breakpoint.h (until_break_command): Update prototype.
12849 * infcmd.c (until_command): Add new argument to until_break_command
12850 call.
12851 (advance_command): New function.
12852 (_initialize_infcmd): Update help string for 'until' command.
12853 Add new 'advance' command.
12854
12855 2003-01-14 David Carlton <carlton@math.stanford.edu>
12856
12857 * linespec.c (decode_line_1): Normalize comments.
12858 (set_flags): Ditto.
12859 (locate_first_half): Ditto.
12860 (decode_compound): Ditto.
12861 (symtab_from_filename): Ditto.
12862 (decode_all_digits): Ditto.
12863 (decode_dollar): Ditto.
12864 (find_methods): Ditto.
12865 (find_toplevel_char): Ditto.
12866
12867 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12868
12869 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12870 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12871 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12872 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12873 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12874 * language.c, language.h, m32r-tdep.c: Update copyright.
12875 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12876 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12877 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12878 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12879 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12880 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12881
12882 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12883
12884 * stabsread.h (process_later, resolve_cfront_continuation):
12885 Obsolete.
12886 Update copyright years.
12887 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12888 Update copyright year.
12889 * dbxread.c(struct cont_elem): Obsolete.
12890 (process_later, process_now): Obsolete functions.
12891 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12892 Update copyright year.
12893 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12894 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12895 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12896 (parse_partial_symbols): Obsolete cfront support.
12897 * stabsread.c
12898 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12899 macros.
12900 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12901 read_cfront_baseclasses, read_cfront_member_functions,
12902 resolve_cfront_continuation,read_cfront_static_fields,
12903 copy_cfront_struct_fields): Obsolete functions.
12904 (define_symbol, read_one_struct_field): Obsolete cfront support.
12905 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12906 Update Copyright year.
12907
12908 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12909
12910 * stack.c (print_frame_info, print_stack_frame_base_stub,
12911 print_stack_frame_base, show_and_print_stack_frame_stub,
12912 show_and_print_stack_frame, print_only_stack_frame_stub,
12913 print_only_stack_frame): Delete functions.
12914 (print_stack_frame_stub): Call print_frame_info instead of
12915 print_frame_info_base.
12916 (print_frame_info_base): Rename to print_frame_info.
12917 (backtrace_command_1): Call print_frame_info, instead of
12918 print_frame_info_base.
12919 (current_frame_command): Call print_stack_frame, instead of
12920 print_only_stack_frame.
12921 (frame_command): Call print_stack_frame, instead of
12922 show_and_print_stack_frame.
12923 (up_command): Ditto.
12924 (down_command): Ditto.
12925 * frame.h (print_only_stack_frame): Delete prototype.
12926 * infrun.c (normal_stop): Call print_stack_frame, instead of
12927 show_and_print_stack_frame.
12928 * thread.c (info_threads_command): Call print_stack_frame, instead
12929 of print_only_stack_frame.
12930
12931 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12932
12933 * README (Graphical interface to GDB): Update URL. Point at
12934 gdb/links/.
12935
12936 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12937 version match.
12938
12939 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12940
12941 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12942 lines.
12943
12944 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12945
12946 * thread-db.c (attach_thread): Prototype.
12947 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12948 thread information (ti), and valid flags (th_valid, ti_valid).
12949 (attach_thread): Move target_pid_to_str call to after the thread
12950 is added to GDB's list. Initialize the cache.
12951 (thread_get_info_callback, thread_db_map_id2thr)
12952 (thread_db_get_info): New functions.
12953 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12954 (thread_db_store_registers, thread_db_thread_alive)
12955 (thread_db_get_thread_local_address): Use them.
12956 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12957 of calling error() for threads in unknown state.
12958
12959 (clear_lwpid_callback): New function.
12960 (thread_db_resume): Use it to clear the cache.
12961
12962 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12963
12964 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12965 (resume_callback): Remove dead code.
12966
12967 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12968
12969 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12970 predicate.
12971 * gdbarch.h, gdbarch.c: Regenerate.
12972 * stack.c (frame_info): Only initialize the saved registers when
12973 FRAME_INIT_SAVED_REGS_P.
12974 * frame.c (frame_saved_regs_register_unwind): Assert
12975 FRAME_INIT_SAVED_REGS_P.
12976 (deprecated_generic_get_saved_register): Ditto.
12977
12978 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12979
12980 * source.c (openp): Squelch warning about "filename".
12981
12982 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12983
12984 * source.c (openp): If the file does not exist don't necessarily
12985 search the path.
12986
12987 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12988
12989 Fix PR gdb/872.
12990 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12991 (integer_types_same_name_p): New function.
12992 (rank_one_type): Use it.
12993 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12994
12995 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12996
12997 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12998 variables.
12999 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13000 * configure.in: Add --with-sysroot.
13001 * configure: Regenerated.
13002 * main.c (gdb_sysroot): New variable.
13003 (captured_main): Initialize gdb_sysroot.
13004 * defs.h (gdb_sysroot): New extern declaration.
13005 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13006
13007 2003-01-12 Michael Chastain <mec@shout.net>
13008
13009 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13010
13011 2003-01-12 Michael Chastain <mec@shout.net>
13012
13013 * top.c (print_gdb_version): Bump copyright year to 2003.
13014
13015 2003-01-12 David Carlton <carlton@bactrian.org>
13016
13017 * linespec.c (symtab_from_filename): Rename variable 's' to
13018 'file_symtab'.
13019
13020 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13021
13022 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13023 dummy frame.
13024 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13025
13026 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13027
13028 * d10v-tdep.c: Include "gdb_assert.h".
13029 (d10v_store_return_value): Rewrite to match current interface.
13030 (d10v_extract_struct_value_address): Ditto.
13031 (d10v_extract_return_value): Ditto.
13032 (d10v_gdbarch_init): Set store_restore_value,
13033 extract_struct_value_address and extract_return_value.
13034
13035 2003-01-12 J. Brobecker <brobecker@gnat.com>
13036
13037 * hpread.c (set_namestring): New procedure replacing the
13038 SET_NAMESTRING macro.
13039 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13040 by calls to set_namestring.
13041
13042 2003-01-11 J. Brobecker <brobecker@gnat.com>
13043
13044 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13045 a compilation warning.
13046 (hpread_process_one_debug_symbol): Likewise.
13047
13048 2003-01-10 David Carlton <carlton@math.stanford.edu>
13049
13050 * linespec.c (decode_line_1): Rename variable 's' to
13051 'file_symtab'.
13052 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13053 (decode_dollar): Ditto.
13054 (decode_variable): Ditto.
13055 (symbol_found): Ditto.
13056
13057 2003-01-09 Michael Chastain <mec@shout.net>
13058
13059 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13060
13061 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13062
13063 * win32-nat.c (set_process_privilege): New function.
13064 (child_attach): Call set_process_privilege() to enable the
13065 SE_DEBUG_NAME user privilege if available in process token.
13066
13067 2003-01-10 J. Brobecker <brobecker@gnat.com>
13068
13069 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13070 compilation error in the previous revision.
13071
13072 2003-01-09 David Carlton <carlton@math.stanford.edu>
13073
13074 * linespec.c: Update copyright.
13075
13076 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13077
13078 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13079 than inferior_ptid.
13080 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13081
13082 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13083
13084 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13085 Update comments.
13086 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13087 (frame_saved_regs_zalloc): Update.
13088 (frame_saved_regs_register_unwind): Update.
13089 (create_new_frame): Update.
13090 (get_prev_frame): Update.
13091 (frame_extra_info_zalloc): Update.
13092 (deprecated_get_frame_saved_regs): Update.
13093 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13094 * cris-tdep.c: Update comment.
13095
13096 * somsolib.h: Fix function indentation.
13097 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13098 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13099 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13100 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13101 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13102
13103 * infrun.c (follow_fork): Use ISO C definition.
13104 * expprint.c (print_subexp): Use xfree instead of free.
13105 * charset.c: Include "gdb_string.h" instead of <string.h>.
13106 (register_iconv_charsets): Use ISO C definition.
13107 (host_charset, target_charset): Ditto.
13108 * Makefile.in (charset.o): Update dependencies.
13109 (mi-cmd-env.o): Update dependencies.
13110
13111 2003-01-08 Andrew Cagney <cagney@redhat.com>
13112
13113 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13114 get_frame_base.
13115
13116 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13117
13118 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13119 build directories. Save edited gdb output in Mbuild.log. If a
13120 build fails, remove any final GDB executable.
13121
13122 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13123
13124 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13125 replacing hex constants with function names and stripping leading
13126 file name directory prefixes.
13127
13128 2003-01-08 Andrew Cagney <cagney@redhat.com>
13129
13130 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13131 get_frame_base.
13132
13133 2003-01-08 David Carlton <carlton@math.stanford.edu>
13134
13135 * linespec.c (decode_line_1): Move code into decode_variable.
13136 (decode_variable): New function.
13137
13138 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13139
13140 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13141
13142 2003-01-08 Andrew Cagney <cagney@redhat.com>
13143
13144 * cris-tdep.c (cris_frame_init_saved_regs): Use
13145 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13146 saved_regs buffer.
13147 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13148 (sh64_nofp_frame_init_saved_regs): Ditto.
13149 (sh_fp_frame_init_saved_regs): Ditto.
13150 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13151 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13152 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13153 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13154
13155 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13156
13157 * minsyms.c (lookup_minimal_symbol): Update comment.
13158 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13159 (lookup_minimal_symbol_solib_trampoline): Likewise.
13160
13161 2003-01-08 Andrew Cagney <cagney@redhat.com>
13162
13163 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13164 frame_relative_level.
13165
13166 * alpha-tdep.c: Use get_frame_extra_info.
13167 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13168 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13169 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13170 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13171
13172 * alpha-tdep.c: Use get_next_frame.
13173 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13174 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13175 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13176 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13177 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13178 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13179 * xstormy16-tdep.c: Ditto.
13180
13181 2003-01-07 Andrew Cagney <cagney@redhat.com>
13182
13183 * alpha-tdep.c: Use get_frame_base.
13184 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13185 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13186 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13187 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13188 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13189 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13190 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13191 * config/sparc/tm-sparc.h: Ditto.
13192
13193 2003-01-07 Andrew Cagney <cagney@redhat.com>
13194
13195 * frame.c (deprecated_get_frame_context): New function.
13196 (deprecated_set_frame_context): New function.
13197 * frame.h (deprecated_get_frame_context): Declare.
13198 (deprecated_set_frame_context): Declare.
13199 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13200 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13201
13202 2003-01-07 Andrew Cagney <cagney@redhat.com>
13203
13204 * frame.c (deprecated_set_frame_next_hack): New function.
13205 (deprecated_set_frame_prev_hack): New function.
13206 * frame.h (deprecated_set_frame_next_hack): Declare.
13207 (deprecated_set_frame_prev_hack): Declare.
13208 * mcore-tdep.c (analyze_dummy_frame): Use
13209 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13210 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13211
13212 2003-01-07 David Carlton <carlton@math.stanford.edu>
13213
13214 * linespec.c (decode_line_1): Move code into decode_dollar.
13215 (decode_dollar): New function.
13216
13217 2003-01-07 Andrew Cagney <cagney@redhat.com>
13218
13219 * arm-tdep.c (arm_init_extra_frame_info): Use
13220 deprecated_update_frame_base_hack.
13221 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13222 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13223 (fix_frame_pointer): Ditto.
13224 (mn10300_analyze_prologue): Ditto.
13225
13226 2003-01-07 Andrew Cagney <cagney@redhat.com>
13227
13228 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13229 extra_info using frame_extra_info_zalloc.
13230 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13231 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13232 (sh64_init_extra_frame_info): Ditto.
13233 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13234 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13235 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13236 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13237 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13238 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13239 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13240 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13241 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13242 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13243 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13244 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13245
13246 * mn10300-tdep.c (analyze_dummy_frame): Use
13247 deprecated_set_frame_extra_info_hack.
13248 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13249
13250 2003-01-07 J. Brobecker <brobecker@gnat.com>
13251
13252 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13253 class is not scText. These do not define "real" procedures.
13254 (parse_partial_symbols): Likewise.
13255
13256 2003-01-06 Michael Snyder <msnyder@redhat.com>
13257
13258 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13259
13260 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13261
13262 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13263 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13264 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13265 deprecated_frame_xmalloc_with_cleanup.
13266 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13267 deprecated_frame_xmalloc.
13268 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13269 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13270
13271 2003-01-06 Andrew Cagney <cagney@redhat.com>
13272
13273 * x86-64-linux-tdep.c: Include "osabi.h".
13274 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13275
13276 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13277
13278 2003-01-06 Andrew Cagney <cagney@redhat.com>
13279
13280 * MAINTAINERS (Target Instruction Set Architectures): Update
13281 arm-elf. Can be built with -Werror, has been multiarched.
13282
13283 * value.h (unpack_long): Make buffer parameter constant.
13284 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13285 * scm-lang.h (scm_parse): Ditto.
13286 * defs.h (extract_typed_address, extract_address): Ditto.
13287 (extract_long_unsigned_integer): Ditto.
13288 * inferior.h (unsigned_pointer_to_address): Ditto.
13289 (signed_pointer_to_address): Ditto.
13290 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13291 * gdbarch.h, gdbarch.c: Regenerate.
13292 * findvar.c (extract_long_unsigned_integer): Update.
13293 (extract_address): Update.
13294 (extract_typed_address): Update.
13295 (unsigned_pointer_to_address): Update.
13296 * values.c (unpack_long): Update.
13297 (unpack_double): Update.
13298 (unpack_pointer): Update.
13299 (unpack_field_as_long): Update.
13300 * d10v-tdep.c (d10v_pointer_to_address): Update.
13301 * avr-tdep.c (avr_pointer_to_address): Update.
13302 * scm-lang.c (scm_unpack): Update.
13303 * findvar.c (signed_pointer_to_address): Update.
13304
13305 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13306
13307 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13308 since it is in i386-tdep.c.
13309
13310 2003-01-06 J. Brobecker <brobecker@gnat.com>
13311
13312 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13313 failure introduced in the previous change.
13314
13315 2003-01-05 Michael Chastain <mec@shout.net>
13316
13317 * README: Remove references to deleted remote-*.c files:
13318 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13319 remote-nrom.c, remote-os9k.c, remote-udi.c.
13320
13321 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13322
13323 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13324 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13325 i386_get_longjmp_target.
13326
13327 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13328
13329 * arm-tdep.c (prologue_cache): Change to a pointer.
13330 (_initialize_arm_tdep): Allocate prologue_cache.
13331 (check_prologue_cache): Update.
13332 (save_prologue_cache): Update.
13333 (arm_gdbarch_init): Update.
13334
13335 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13336
13337 * stabsread.c (update_method_name_from_physname): Call complaint()
13338 instead of error.
13339
13340 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13341
13342 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13343 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13344 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13345
13346 * blockframe.c: Include "gdbcmd.h" and "command.h".
13347 (backtrace_below_main): New variable.
13348 (file_frame_chain_valid, func_frame_chain_valid)
13349 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13350 (generic_func_frame_chain_valid): Remove functions.
13351 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13352 (_initialize_blockframe): New function.
13353 * Makefile.in (blockframe.o): Update dependencies.
13354 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13355 comment. Call frame_chain_valid ().
13356 * frame.h: Remove old prototypes. Add prototype for
13357 frame_chain_valid and update comments to match.
13358 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13359 Remove old comment.
13360 * gdbarch.h: Regenerated.
13361 * gdbarch.c: Regenerated.
13362
13363 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13364 set_gdbarch_frame_chain_valid.
13365 * avr-tdep.c (avr_gdbarch_init): Likewise.
13366 * cris-tdep.c (cris_gdbarch_init): Likewise.
13367 * frv-tdep.c (frv_gdbarch_init): Likewise.
13368 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13369 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13370 (i386_nw_init_abi): Likewise.
13371 (i386_gdbarch_init): Likewise.
13372 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13373 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13374 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13375 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13376 * mips-tdep.c (mips_gdbarch_init): Likewise.
13377 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13378 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13379 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13380 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13381 * s390-tdep.c (s390_gdbarch_init): Likewise.
13382 * sh-tdep.c (sh_gdbarch_init): Likewise.
13383 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13384 * v850-tdep.c (v850_gdbarch_init): Likewise.
13385 * vax-tdep.c (vax_gdbarch_init): Likewise.
13386 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13387
13388 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13389 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13390 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13391 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13392 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13393 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13394 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13395 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13396
13397 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13398
13399 * Makefile.in (acconfig_h): Remove incorrect macro.
13400 (config_h): Define.
13401 (osabi.o): Update dependencies.
13402 * configure.tgt: Set gdb_osabi based on target triplet.
13403 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13404 * configure: Regenerated.
13405 * config.in: Regenerated.
13406 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13407 (GDB_OSABI_DEFAULT): Define if not already defined.
13408 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13409 (set_osabi_string): New variables.
13410 (gdbarch_register_osabi): Add new OS ABI to
13411 gdb_osabi_available_names.
13412 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13413 (set_osabi, show_osabi): New functions.
13414 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13415
13416 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13417
13418 * arch-utils.c (gdbarch_info_init): Set osabi to
13419 GDB_OSABI_UNINITIALIZED.
13420 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13421 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13422 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13423 * gdbarch.c: Regenerated.
13424 * gdbarch.h: Regenerated.
13425 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13426 there's no BFD.
13427 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13428 * osabi.h (enum gdb_osabi): Move to defs.h.
13429 (gdbarch_init_osabi): Update prototype.
13430 * defs.h (enum gdb_osabi): Moved here.
13431 * Makefile.in: Update dependencies.
13432
13433 * alpha-tdep.h: Don't include "osabi.h".
13434 (struct gdbarch_tdep): Remove osabi member.
13435 * alpha-tdep.c: Include "osabi.h".
13436 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13437 iterate over arches. Update call to gdbarch_init_osabi.
13438 (alpha_dump_tdep): Don't dump osabi.
13439 * alpha-linux-tdep.c: Include "osabi.h".
13440 * alpha-osf1-tdep.c: Include "osabi.h".
13441 * alphafbsd-tdep.c: Include "osabi.h".
13442 * alphanbsd-tdep.c: Include "osabi.h".
13443
13444 * arm-tdep.h: Don't include "osabi.h".
13445 (struct gdbarch_tdep): Remove osabi member.
13446 * arm-tdep.c: Include "osabi.h".
13447 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13448 iterate over arches. Update call to gdbarch_init_osabi.
13449 (arm_dump_tdep): Don't dump osabi.
13450 * arm-linux-tdep.c: Include "osabi.h".
13451 * armnbsd-tdep.c: Include "osabi.h".
13452
13453 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13454 Update call to gdbarch_init_osabi.
13455
13456 * i386-tdep.h: Don't include "osabi.h".
13457 (struct gdbarch_tdep): Remove osabi member.
13458 * i386-tdep.c: Include "osabi.h".
13459 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13460 iterate over arches. Update call to gdbarch_init_osabi.
13461 (i386_dump_tdep): Don't dump osabi.
13462 * i386-linux-tdep.c: Include "osabi.h".
13463 * i386-sol2-tdep.c: Include "osabi.h".
13464 * i386bsd-tdep.c: Include "osabi.h".
13465 * i386gnu-tdep.c: Include "osabi.h".
13466 * i386ly-tdep.c: Include "osabi.h".
13467 * i386nbsd-tdep.c: Include "osabi.h".
13468 * i386obsd-tdep.c: Include "osabi.h".
13469
13470 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13471 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13472 check osabi when iterating over arches. Update call to
13473 gdbarch_init_osabi.
13474 (mips_dump_tdep): Don't dump osabi.
13475
13476 * ns32k-tdep.h: Don't include "osabi.h".
13477 (struct gdbarch_tdep): Remove.
13478 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13479 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13480 allocate tdep. Update call to gdbarch_init_osabi.
13481 (ns32k_dump_tdep): Remove.
13482 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13483 * ns32knbsd-tdep.c: Include "osabi.h".
13484
13485 * ppc-tdep.h: Don't include "osabi.h".
13486 (struct gdbarch_tdep): Remove osabi member.
13487 * rs6000-tdep.c: Include "osabi.h".
13488 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13489 osabi when iterating over arches. Update call to
13490 gdbarch_init_osabi.
13491 (rs6000_dump_tdep): Don't dump osabi.
13492 * ppc-linux-tdep.c: Include "osabi.h".
13493 * ppcnbsd-tdep.c: Include "osabi.h".
13494
13495 * sh-tdep.h: Don't include "osabi.h".
13496 (struct gdbarch_tdep): Remove osabi member.
13497 * sh-tdep.c: Include "osabi.h".
13498 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13499 iterate over arches. Update call to gdbarch_init_osabi.
13500 (sh_dump_tdep): Don't dump osabi.
13501 * shnbsd-tdep.c: Include "osabi.h".
13502
13503 * sparc-tdep.c: Include "osabi.h".
13504 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13505 iterate over arches. Update call to gdbarch_init_osabi.
13506 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13507 tdep structure.
13508
13509 * vax-tdep.h: Don't include "osabi.h".
13510 (struct gdbarch_tdep): Remove.
13511 * vax-tdep.c: Include "osabi.h".
13512 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13513 iterate over arches. Don't allocate tdep. Update call
13514 to gdbarch_init_osabi.
13515 (vax_dump_tdep): Remove.
13516 (_initialize_vax_tdep): Update call to gdbarch_register.
13517
13518 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13519
13520 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13521 entirely.
13522 (breakpoint_re_set_one): Don't fetch the value for a disabled
13523 watchpoint.
13524
13525 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13526
13527 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13528 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13529 (COERCE_FLOAT_TO_DOUBLE): Remove.
13530 * gdbarch.c: Regenerate.
13531 * gdbarch.h: Regenerate.
13532 * Makefile.in: Remove value_h from gdbarch_h.
13533 * valops.c (coerce_float_to_double): New variable.
13534 (default_coerce_float_to_double): Remove.
13535 (standard_coerce_float_to_double): Remove.
13536 (value_arg_coerce): Use coerce_float_to_double.
13537 (_initialize_valops): Add "set coerce-float-to-double".
13538 * value.h (default_coerce_float_to_double): Remove prototype.
13539 (standard_coerce_float_to_double): Remove prototype.
13540
13541 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13542 prototyped.
13543 * mdebugread.c (parse_symbol): Likewise.
13544 * stabsread.c (define_symbol): Mark all functions as prototyped.
13545
13546 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13547 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13548 set_gdbarch_coerce_float_to_double.
13549 * arm-tdep.c (arm_gdbarch_init): Likewise.
13550 * frv-tdep.c (frv_gdbarch_init): Likewise.
13551 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13552 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13553 * mips-tdep.c (mips_gdbarch_init): Likewise.
13554 (mips_coerce_float_to_double): Remove.
13555 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13556 (rs6000_coerce_float_to_double): Remove.
13557 * s390-tdep.c (s390_gdbarch_init): Likewise.
13558 * sh-tdep.c (sh_gdbarch_init): Likewise.
13559 (sh_coerce_float_to_double): Remove.
13560 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13561 (sparc_coerce_float_to_double): Remove.
13562 * v850-tdep.c (v850_gdbarch_init): Likewise.
13563 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13564 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13565 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13566 (hppa_coerce_float_to_double): Remove prototype.
13567 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13568
13569 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13570
13571 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13572
13573 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13574
13575 Suggested by Stewart Brown <sb24@avaya.com>:
13576 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13577 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13578 (c_type_print_varspec_suffix): Likewise.
13579
13580 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13581
13582 * configure.in: Don't set and AC_SUBST SUBDIRS.
13583 * configure: Regenerated.
13584
13585 * configure.in: Remove code dealing with shared libraries.
13586 * Makefile.in: Remove HLDFLAGS and HLDENV.
13587 * configure: Regenerated.
13588
13589 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13590
13591 * frame.c (deprecated_frame_xmalloc): New function.
13592 (deprecated_set_frame_saved_regs_hack): New function.
13593 (deprecated_set_frame_extra_info_hack): New function.
13594 * frame.h (deprecated_frame_xmalloc): Declare.
13595 (deprecated_set_frame_saved_regs_hack): Declare.
13596 (deprecated_set_frame_extra_info_hack): Declare.
13597
13598 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13599
13600 * configure.in: Move code that provides the --enable-gdbtk option
13601 right after the code that handles the --enable-tui option, and
13602 polish it somewhat.
13603 * configure: Regenerated.
13604
13605 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13606 AC_CHECK_FUNCS and remove the old check for pread64.
13607 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13608 * acconfig.h (_GNU_SOURCE): Add.
13609 (HAVE_PREAD64): Remove.
13610 * configure, aclocal.m4, config.in: Regenerated.
13611
13612 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13613
13614 * alpha-tdep.c: Use get_frame_saved_regs.
13615 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13616 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13617 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13618 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13619 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13620
13621 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13622
13623 * configure.in: Remove all use of the SUBDIRS variable; add
13624 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13625 code providing the --enable-multi-ice option, and move it right in
13626 front of the code that checks whether gdbserver is supported.
13627 Polish that too.
13628 * configure: Regenerated.
13629 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13630 @SUBDIRS@.
13631
13632 2003-01-03 Andrew Cagney <cagney@redhat.com>
13633
13634 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13635 * avr-tdep.c, cris-tdep.c: Ditto.
13636 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13637 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13638
13639 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13640
13641 * configure.in: Remove --enable-netrom option.
13642 * configure: Regenerated.
13643
13644 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13645
13646 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13647 declaration for `struct re_pattern_buffer' instead.
13648 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13649
13650 2003-01-03 J. Brobecker <brobecker@gnat.com>
13651
13652 * mdebugread.c (parse_symbol): Count until the stEnd matching
13653 the structure name.
13654
13655 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13656
13657 * configure.in: Remove --with-cpu option.
13658 subscripts. Remove evil changequotes here.
13659 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13660 * config.in, configure: Regenerated.
13661
13662 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13663 * configure.in: Cleanup section that sources GDB and BFD configure
13664 subscripts. Remove evil changequotes here.
13665 * config.in, configure: Regenerated.
13666
13667 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13668
13669 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13670 frame accessor methods.
13671 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13672 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13673 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13674 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13675 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13676 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13677 * z8k-tdep.c: Ditto.
13678
13679 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13680
13681 * configure.in: Remove UI_OUT configuration code.
13682 * ada-lang.c: Update assuming UI_OUT is always true.
13683 * Makefile.in (UIOUT_CFLAGS): Remove.
13684 * configure: Regenerated.
13685 * TODO: Remove blurb about elimination of -DUI_OUT.
13686
13687 * configure.in: Move code that provides the --enable-gdbcli,
13688 --enable-gdbmi options right before the code that handles the
13689 --enable-tui option. Polish a bit.
13690 * configure: Regenerated.
13691
13692 * configure.in: Rewrite check for GNU regex and the
13693 --without-included regex option, and move it into the "Checks for
13694 library functions" section. This makes us use the system regex
13695 again by default on systems with version 2 of the GNU C library.
13696 This was apparently broken.
13697 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13698 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13699 * config.in, configure: Regenerated.
13700
13701 * configure.in: Move code that provides the --enable-tui option
13702 before the "Checks for libraries" section. Polish the code
13703 somewhat and set need_curses to yes if we build the TUI. Rewrite
13704 code that looks for a library providing termcap functionality to
13705 match more closely what's done in the Readline library, and move
13706 it into to the "Checks for libraries" section.
13707 * configure: Regenerated.
13708 * Makefile.in (TERMCAP): Remove variable.
13709 * config/i386/go32.mh (TERMCAP): Remove variable.
13710
13711 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13712
13713 * MAINTAINERS: Mention gdb_mbuild.sh.
13714 * gdb_mbuild.sh: Rewrite.
13715
13716 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13717
13718 * configure.in: Fix typo in last change.
13719 * config.in, configure: Regenerated.
13720
13721 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13722
13723 * valarith.c (value_binop): Delete obsolete code and comments.
13724 * configure.host: Ditto.
13725 * buildsym.h (make_blockvector): Ditto.
13726 * buildsym.c (make_blockvector): Ditto.
13727 * defs.h (enum language): Ditto.
13728 (chill_demangle): Ditto.
13729 * elfread.c (elf_symtab_read): Ditto.
13730 * dwarfread.c (CHILL_PRODUCER): Ditto.
13731 (set_cu_language): Ditto.
13732 (handle_producer): Ditto.
13733 * expprint.c (print_subexp): Ditto.
13734 * gdbtypes.c (chill_varying_type): Ditto.
13735 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13736 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13737 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13738 (chill_varying_type): Ditto.
13739 * language.h (_LANG_chill): Ditto.
13740 * language.c (binop_result_type, integral_type): Ditto.
13741 (character_type, string_type, structured_type): Ditto.
13742 (lang_bool_type, binop_type_check): Ditto.
13743 * stabsread.h (os9k_stabs): Ditto.
13744 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13745 (define_symbol, read_type, read_struct_fields): Ditto.
13746 (read_array_type, read_enum_type, read_huge_number): Ditto.
13747 (read_range_type, start_stabs): Ditto.
13748 * symfile.c (init_filename_language_table): Ditto.
13749 (add_psymbol_with_dem_name_to_list): Ditto.
13750 * symtab.c (symbol_init_language_specific): Ditto.
13751 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13752 * symtab.h (struct general_symbol_info): Ditto.
13753 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13754 * typeprint.c (typedef_print): Ditto.
13755 * utils.c (fprintf_symbol_filtered): Ditto.
13756 * valops.c (value_cast, search_struct_field, value_slice): Delete
13757 obsolete code.
13758 (varying_to_slice): Delete function.
13759 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13760 (varying_to_slice): Delete declaration.
13761 * MAINTAINERS: Update.
13762
13763 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13764
13765 * configure.in: Reorganize "Checks for library functions section"
13766 a bit. Remove check for `btowc' and `isascii' functions.
13767 * configure: Regenerated.
13768
13769 * acconfig.h (_MSE_INT_H): Remove.
13770 * configure.in: Create "Checks for header files" section, and move
13771 appropriate tests there. Don't check for objlist.h, wchar.h,
13772 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13773 misdetection fix. Also add "Checks for types", "Checks for
13774 compiler characteristics" and "Checks for library functions"
13775 sections.
13776 * config.in, configure: Regenerated.
13777
13778 * configure.in: Create "Checks for programs" section, and move
13779 appropriate tests there.
13780
13781 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13782
13783 * configure.in: Create "Checks for libraries" section, and move
13784 appropriate tests there. Cleanup check for wctype in libw. Use
13785 AC_SEARCH_LIBS to see whether we need libsocket.
13786 * configure: Regenerated.
13787
13788 For older changes see ChangeLog-2002
13789 \f
13790 Local Variables:
13791 mode: change-log
13792 left-margin: 8
13793 fill-column: 74
13794 version-control: never
13795 End: