* i386-tdep.c (i386_supply_fpregset): Support floating-point
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-31 Mark Kettenis <kettenis@gnu.org>
2
3 * i386-tdep.c (i386_supply_fpregset): Support floating-point
4 registers in `fxsave' format.
5 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
6
7 2003-10-30 Mark Kettenis <kettenis@gnu.org>
8
9 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
10 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
11 TDEP->gregset_num_regs and tdep->sizeof_gregset.
12
13 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
14 specify size of array.
15 (i386_linux_init_abi): Remove initialization of
16 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
17 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
18
19 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
20 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
21 core-regset.o.
22
23 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
24 the ELF header.
25
26 2003-10-29 Mark Kettenis <kettenis@gnu.org>
27
28 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
29 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
30 core-regset.o.
31
32 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
33
34 * corelow.c: Include "arch-utils.h", "regset.h" and
35 "gdb_assert.h".
36 (core_gdbarch): New variable.
37 (sniff_core_bfd): Don't sniff if we have support for register sets
38 in CORE_GDBARCH.
39 (core_close): Reset CORE_GDBARCH.
40 (core_open): Initialize CORE_GDBARCH.
41 (get_core_register_section): Use register sets if they are
42 supported by CORE_GDBARCH.
43 (get_core_registers): Don't print error message if we have support
44 for register sets in CORE_GDBARCH.
45
46 2003-10-29 Andrew Cagney <cagney@redhat.com>
47
48 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
49 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
50
51 2003-10-29 Mark Kettenis <kettenis@gnu.org>
52
53 * objfiles.h (clear_objfile_data): New prototype.
54 * objfiles.c (clear_objfile_data): New function.
55 * symfile.c (reread_symbols): Clear per-objfile data.
56
57 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
58
59 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
60 printf_unfiltered instead of printf_filtered for output messages.
61 (add_symbol_file_command): Ditto.
62 (reread_symbols): Ditto.
63 (overlay_auto_command): Ditto.
64 (overlay_manual_command): Ditto.
65 (overlay_off_command): Ditto.
66
67 2003-10-27 Mark Kettenis <kettenis@gnu.org>
68
69 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
70 (gdbarch_from_bfd): New function.
71 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
72 deprecated_select_gdbarch_hack.
73 * arch-utils.h (gdbarch_from_bfd): New prototype.
74
75 2003-10-27 Andrew Cagney <cagney@redhat.com>
76
77 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
78 arch_info. Use warning instead of fprintf_filtered. Do not use
79 deprecated bfd_printable_arch_mach.
80
81 2003-10-26 Kevin Buettner <kevinb@redhat.com>
82
83 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
84 Delete.
85 (frv_register_type): Rename from frv_register_virtual_type. Add
86 ``struct gdbarch *'' parameter.
87 (frv_gdbarch_init): Delete calls to the following functions:
88 set_gdbarch_deprecated_size(),
89 set_gdbarch_deprecated_register_bytes(),
90 set_gdbarch_deprecated_register_raw_size(),
91 set_gdbarch_deprecated_max_register_raw_size(),
92 set_gdbarch_deprecated_register_virtual_size(),
93 set_gdbarch_deprecated_max_register_virtual_size(),
94 set_gdbarch_deprecated_register_virtual_size(),
95 set_gdbarch_deprecated_register_virtual_type().
96 Add call to function set_gdbarch_register_type().
97
98 2003-10-26 Mark Kettenis <kettenis@gnu.org>
99
100 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
101 FDOFF_REGNUM): Remove defines.
102 * win32-nat.c (do_child_fetch_inferior_registers): Include
103 "i387-tdep.h".
104 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
105 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
106 undefine I387_ST0_REGNUM.
107
108 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
109 * x86-64-tdep.c (x86_64_store_return_value): Use
110 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
111
112 Change register numbers to enumartion values.
113 * i386-tdep.h (enum i386_regnum): New.
114 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
115 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
116 I386_ST0_REGNUM): Remove defines.
117 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
118 I386_EDI_REGNUM): Remove defines.
119
120 2003-10-24 Andrew Cagney <cagney@redhat.com>
121
122 * target.c: Include "gdbcore.h".
123 (get_target_memory, get_target_memory_unsigned): New functions.
124 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
125 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
126 Use get_target_memory_unsigned.
127 * Makefile.in (target.o): Update dependencies.
128
129 2003-10-24 Andrew Cagney <cagney@redhat.com>
130
131 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
132 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
133 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
134 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
135 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
136
137 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
138 (can_run_code_for): Use the OO term "singleton".
139
140 2003-10-23 Andrew Cagney <cagney@redhat.com>
141
142 * Makefile.in (stack.o): Add $(regcache_h).
143 * stack.c: Include "regcache.h"
144 (return_command): Rewrite. Use get_frame_id and
145 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
146 about unhandled return-values.
147 * value.h (set_return_value): Delete declaration.
148 * values.c (set_return_value): Delete function.
149
150 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
151
152 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
153 (pseudo_regs): Add comment regarding register stack registers.
154 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
155 (floatformat_valid): New static routine.
156 (floatformat_ia64_ext): Add name field and set up is_valid routine
157 to floatformat_valid().
158 (examine_prologue): For the previous cfm, use
159 frame_unwind_register()
160 if the cfm is not stored in a register-stack register. Save the
161 previous cfm value in the prev_cfm field. Add debug output.
162 (ia64_frame_this_id): Use frame_id_build_special() to also register
163 the bsp. Add debug output.
164 (ia64_sigtramp_frame_this_id): Ditto.
165 (ia64_frame_prev_register): Look at cache saved_regs for a few more
166 registers and also add some checks for framelessness before accepting
167 current register values for fields such as return address. For cfm,
168 use the cached prev_cfm field if available. Add comment to explain
169 PSR logic. Add debug output.
170 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
171 as part of initialization.
172 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
173 calculated. Cache the bsp and cfm values.
174 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
175 instead of using ia64_frame_prev_register() which doesn't expect most
176 registers to be saved. The saved values for bsp and sp
177 can be taken from the cache. Add debug output.
178 (ia64_push_dummy_call): Use frame_id_build_special() to also register
179 the bsp.
180
181 2003-10-23 Jim Blandy <jimb@redhat.com>
182
183 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
184 architecture the current arch can run code for --- but not if it's
185 a superset.
186 (can_run_code_for): New function.
187
188 2003-10-22 James E Wilson <wilson@specifixinc.com>
189
190 * MAINTAINERS: Move myself from paper trail section back to write
191 after approval section.
192
193 2003-10-22 Andrew Cagney <cagney@redhat.com>
194
195 * exec.h: New file.
196 * win32-nat.c: Include "exec.h".
197 * solib.c: Include "exec.h".
198 * target.h (build_section_table): Delete declaration.
199 * somsolib.c: Include "exec.h".
200 (exec_ops): Delete extern declaration.
201 * rs6000-nat.c: Update copyright. Include "exec.h".
202 (exec_ops): Delete extern declaration.
203 * pa64solib.c: Update copyright. Include "exec.h".
204 (exec_ops): Delete extern declaration.
205 * exec.c: Update copyright. Include "exec.h".
206 * corelow.c: Update dependencies. Include "exec.h".
207 * Makefile.in (exec_h): Define.
208 (exec.o, somsolib.o): Update dependencies.
209 (pa64solib.o, corelow.o): Update dependencies.
210
211 2003-10-22 Andrew Cagney <cagney@redhat.com>
212
213 * target.c: Include "gdb_assert.h" (target_read): Call
214 "target_read_partial", not "target_write_partial".
215 (default_read_partial, default_write_partial): New function.
216 (target_read_partial, target_write_partial): Simplify, assume that
217 there is always a read/write method.
218 (update_current_target, add_target): Always set "to_read_partial"
219 and "to_write_partial".
220 (target_write, target_read): Fail on a zero byte transfer.
221 * Makefile.in (target.o): Update dependencies.
222 * target.h: Update copyright date.
223 (target_object): Fix typo.
224
225 2003-10-22 Andrew Cagney <cagney@redhat.com>
226
227 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
228 multi-arch method, add "targ" parameter.
229 (struct target_ops): Declare.
230 * gdbarch.h, gdbarch.c: Re-generate.
231 * Makefile.in (c-valprint.o): Update dependencies.
232 * arch-utils.h: Update copyright.
233 (convert_from_func_ptr_addr_identity): Declare.
234 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
235 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
236 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
237 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
238 * infcall.c (find_function_addr, call_function_by_hand): Update.
239 * c-valprint.c: Include "target.h".
240 (print_function_pointer_address): Update.
241
242 2003-10-22 Andrew Cagney <cagney@redhat.com>
243
244 * target.c (target_close): New function.
245 (debug_to_close): Use "target_close".
246 (push_target): Use "target_close".
247 (unpush_target): Use "target_close".
248 (pop_target): Use "target_close".
249 * target.h (struct target_ops): Add "to_xclose".
250 (target_open): Delete macro. Move comment to "to_open".
251 (target_close): Replace macro with function that takes a target.
252 * top.c (quit_target): Pass "current_target" to "target_close".
253
254 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
255
256 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
257 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
258 * symtab.h (lookup_minimal_symbol_text): Update.
259 * breakpoint.c (create_overlay_event_breakpoint,
260 create_longjmp_breakpoint): Update callers.
261 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
262 * symtab.c (find_pc_sect_line): Ditto.
263
264 2003-10-21 Andrew Cagney <cagney@redhat.com>
265
266 * target.c (errno): Delete extern declaration.
267
268 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
269
270 * ia64-tdep.c: Change all occurrences of
271 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
272 (ia64_frame_prev_register): Minor whitespace change.
273
274 2003-10-20 Michael Chastain <mec@shout.net>
275
276 * config/djgpp/fnchange.lst: Add lines for:
277 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
278 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
279 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
280 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
281 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
282 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
283 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
284
285 2003-10-20 Andrew Cagney <cagney@redhat.com>
286
287 * values.c (register_value_being_returned): Update comments. Use
288 "gdbarch_return_value" when available.
289 (using_struct_return): Ditto.
290 (set_return_value): Ditto. Use "gdbarch_return_value" when
291 available.. Print a warning, and not an error, when an unhandled
292 return type is encountered.
293 * infcmd.c: Include "gdb_assert.h".
294 (print_return_value): When gdbarch_return_value_p, and using
295 struct return, assume that the value is not available.
296 * defs.h (return_value_convention): Define.
297 * gdbarch.sh (gdbarch_return_value): New predicate method.
298 * gdbarch.h, gdbarch.c: Re-generate
299 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
300
301 2003-10-20 Andrew Cagney <cagney@redhat.com>
302
303 * symtab.c: Replace "struct sec" with "struct bfd_section".
304 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
305
306 2003-10-19 Michael Chastain <mec@shout.net>
307
308 * config/djgpp/fnchange.lst: Add lines for:
309 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
310 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
311 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
312
313 2003-10-19 Mark Kettenis <kettenis@gnu.org>
314
315 * amd64fbsd-nat.c (fetch_inferior_registers,
316 store_inferior_registers): Remove functions.
317 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
318
319 2003-10-18 Mark Kettenis <kettenis@gnu.org>
320
321 Add NetBSD/amd64 native configuration:
322 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
323 * amd64nbsd-tdep.c: New file.
324 * amd64nbsd-nat.c: New file.
325 * amd64bsd-nat.c: New file.
326 * config/i386/nbsd64.mh: New file.
327 * config/i386/nbsd64.mt: New file.
328 * configure.host: Add x86_64-*-netbsd*.
329 * configure.tgt: Add x86_64-*-netbsd*.
330 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
331 New targets.
332 * NEWS (New native configurations): Mention NetBSD/amd64.
333
334 2003-10-17 Michael Chastain <mec@shout.net>
335
336 * config/djgpp/fnchange.lst: Remove dead lines for:
337 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
338 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
339 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
340 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
341 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
342 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
343 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
344 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
345 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
346 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
347 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
348 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
349 gdb/config/sparc/tm-sparclite.h,
350 gdb/gdbtk/generic/ChangeLog-2001,
351 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
352 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
353 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
354 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
355 gdb/testsuite/gdb.mi/mi0-var-block.exp,
356 gdb/testsuite/gdb.mi/mi0-var-child.exp,
357 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
358 gdb/testsuite/gdb.mi/mi0-var-display.exp,
359 itcl/iwidgets3.0.0/demos/extfileselectionbox,
360 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
361 itcl/iwidgets3.0.0/demos/fileselectionbox,
362 itcl/iwidgets3.0.0/demos/fileselectiondialog,
363 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
364 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
365 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
366 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
367 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
368 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
369 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
370 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
371 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
372 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
373 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
374 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
375 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
376 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
377 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
378 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
379 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
380 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
381 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
382 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
383 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
384 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
385 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
386 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
387 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
388 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
389 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
390 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
391 itcl/iwidgets3.0.0/demos/html/shell.n.html,
392 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
393 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
394 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
395 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
396 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
397 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
398 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
399 itcl/iwidgets3.0.0/demos/scrolledcanvas,
400 itcl/iwidgets3.0.0/demos/scrolledframe,
401 itcl/iwidgets3.0.0/demos/scrolledhtml,
402 itcl/iwidgets3.0.0/demos/scrolledlistbox,
403 itcl/iwidgets3.0.0/demos/scrolledtext,
404 itcl/iwidgets3.0.0/demos/selectionbox,
405 itcl/iwidgets3.0.0/demos/selectiondialog,
406 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
407 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
408 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
409 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
410 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
411 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
412 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
413 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
414 itcl/iwidgets3.0.0/doc/scrolledframe.n,
415 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
416 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
417 itcl/iwidgets3.0.0/doc/scrolledtext.n,
418 itcl/iwidgets3.0.0/doc/selectionbox.n,
419 itcl/iwidgets3.0.0/doc/selectiondialog.n,
420 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
421 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
422 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
423 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
424 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
425 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
426 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
427 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
428 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
429 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
430 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
431 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
432 itcl/iwidgets3.0.0/generic/selectionbox.itk,
433 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
434 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
435 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
436 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
437 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
438 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
439 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
440 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
441 itcl/iwidgets3.0.0/tests/scrolledframe.test,
442 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
443 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
444 itcl/iwidgets3.0.0/tests/scrolledtext.test,
445 itcl/iwidgets3.0.0/tests/selectionbox.test,
446 itcl/iwidgets3.0.0/tests/selectiondialog.test,
447 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
448 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
449 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
450 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
451 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
452 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
453 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
454 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
455 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
456 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
457 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
458 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
459 tk/mac/tkMacProjects.sit.hqx.
460
461 2003-10-17 Andrew Cagney <cagney@redhat.com>
462
463 * target.c (target_section_by_addr): New function.
464 (do_xfer_memory): Use "target_section_by_addr".
465 * target.h (target_section_by_addr): Declare.
466
467 * target.h (struct target_ops): Add "to_read_partial" and
468 "to_write_partial", delete "to_query".
469 (target_read_partial, target_write_partial): Declare.
470 (target_read, target_write): Declare.
471 (target_query): Delete macro.
472 * target.c (target_read_partial): New function.
473 (target_write_partial, target_read, target_write): New function.
474 (update_current_target): Delete inheritance of "to_query". Add
475 comments about "to_read_partial" and "to_write_partial".
476 (debug_to_partial_read, debug_to_partial_write): New functions.
477 (debug_to_query): Delete function.
478 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
479 instead of "to_query".
480 * remote.c (remote_read_partial): Replace "remote_query".
481 (init_remote_ops): Set "to_read_partial" instead of "to_query".
482 (init_remote_async_ops): Ditto.
483 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
484 "target_read_partial" instead of "target_query".
485 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
486 Use "target_read_partial" instead of "target_query".
487
488 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
489
490 * frame.h (struct frame_id): Add new field: special_addr.
491 (frame_id_build_special): New prototype.
492 * frame.c (frame_id_build_special): New function.
493 (frame_id_build): Change to call frame_id_build_special().
494 (frame_id_eq): Change to also test special_addr field.
495 (frame_id_inner): Update comment.
496
497 2003-10-17 Andrew Cagney <cagney@redhat.com>
498
499 * target.c (update_current_target): Perform the target cleanup.
500 Put the target stack beneath the squashed "current_target".
501 (add_target): Delete disabled call to "cleanup_target".
502 (cleanup_target): Delete function.
503 (push_target, unpush_target): Do not call "cleanup_target".
504
505 2003-10-17 Andrew Cagney <cagney@redhat.com>
506
507 * target.c (target_stack): Change to a static target_ops.
508 (update_current_target): Walk the "struct target_ops" stack.
509 (pop_target, do_xfer_memory, target_info): Ditto.
510 (find_target_beneath): Ditto.
511 (push_target): Rewrite to use the "struct target_ops" stack.
512 (unpush_target): Ditto.
513 * target.h (struct target_stack_item): Delete definition.
514 (target_stack): Delete declaration.
515 (struct target_ops): Add field "beneath".
516
517 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
518
519 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
520 declaration.
521 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
522 (h8300_examine_prologue): Use h8300_normal_mode flag
523 (h8300_gdbarch_init): Set architecture info for normal mode
524
525 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
526
527 * remote.c (remote_protocol_vcont): New variable.
528 (set_remote_protocol_vcont_packet_cmd): New function.
529 (show_remote_protocol_vcont_packet_cmd): New function.
530 (init_all_packet_configs): Handle remote_protocol_vcont.
531 (remote_vcont_probe): New function.
532 (remote_vcont_resume): New function.
533 (remote_resume): Use it.
534 (remote_async_resume): Call remote_resume.
535 (_initialize_remote): Add verbose-resume packet commands.
536
537 2003-10-16 Andrew Cagney <cagney@redhat.com>
538
539 * infrun.c (handle_inferior_event): Add comment about
540 "frame_id_inner" being too weak.
541
542 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
543
544 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
545 second parameter, which is always null. Remove
546 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
547 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
548 accordingly.
549 * somsolib.c (som_solib_create_inferior_hook,
550 som_solib_desire_dynamic_linker_symbols): Update callers.
551 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
552
553 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
554
555 * remote-m32r-sdi.c : New file, interface to m32r on-chip
556 debug interface, SDI (Scalable Debug Interface).
557 * NEWS: Mention m32r SDI protocol was supported.
558 * Makefile.in (remote-m32r-sdi.o): Add build rule.
559 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
560
561 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
562
563 * ia64-linux-tdep.c: Include gdbcore.h.
564 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
565 (ia64_linux_sigcontext_register_addr): Find the address of the
566 sigcontext area stored in the sigframe instead of using
567 a magic offset constant.
568
569 2003-10-15 Andrew Cagney <cagney@redhat.com>
570
571 * remote.c (remote_search): Delete function.
572 * target.h (target_search): Delete disabled macro.
573 (struct target_ops): Delete disabled field "to_search".
574
575 2003-10-14 Kevin Buettner <kevinb@redhat.com>
576
577 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
578 instead of deprecated_inside_entry_file().
579
580 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
581
582 * sh-tdep.c: Fix copy/paste hangover in comment.
583 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
584 mode.
585 (sh3e_sh4_extract_return_value): Ditto.
586
587 2003-10-13 Richard Henderson <rth@redhat.com>
588
589 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
590 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
591 match c_val_print a bit closer.
592
593 2003-10-13 Kevin Buettner <kevinb@redhat.com>
594
595 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
596 (frv_gdbarch_adjust_breakpoint_address): New function.
597 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
598 method.
599
600 2003-10-13 Kevin Buettner <kevinb@redhat.com>
601
602 * breakpoint.h (struct breakpoint): Add new member
603 ``requested_address''.
604 * breakpoint.c (breakpoint_adjustment_warning)
605 (adjust_breakpoint_address): New static functions.
606 (print_it_typical): Issue warning if breakpoint's address is different
607 from its requested address.
608 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
609 (breakpoint_re_set_one): Set breakpoint's
610 ``requested_address'' field. Set ``address'' field to the
611 result of calling adjust_breakpoint_address() on the requested
612 address.
613
614 2003-10-13 Kevin Buettner <kevinb@redhat.com>
615
616 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
617 * gdbarch.h, gdbarch.c: Regenerate.
618
619 2003-10-11 Mark Kettenis <kettenis@gnu.org>
620
621 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
622 TDEP->sc_num_regs.
623
624 * i386fbsd-tdep.c: New file.
625 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
626 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
627 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
628 i386bsd-tdep.c.
629 (_initialize_i386fbsd_tdep): New function.
630 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
631 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
632 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
633 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
634 TDEP->sc_num_regs.
635 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
636 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
637 to initialize TDEP->sc_num_regs.
638 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
639 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
640 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
641 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
642 FreeBSD ELF OS/ABI's here.
643 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
644 (i386fbsd-tdep.o): New target.
645 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
646 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
647
648 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
649 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
650 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
651 in initialization of TDEP->sc_num_regs.
652
653 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
654 (x86_64_init_abi): Initialize regset_from_core_section if
655 appropriate.
656
657 * i386-tdep.c (i386_regset_from_core_section): New function.
658 (i386_gdbarch_init): Initialize regset_from_core_section if
659 appropriate.
660 * i386-tdep.h (i386_regset_from_core_section): New declaration.
661
662 * i386-tdep.h (struct regset): Declare opaque.
663
664 * gdbarch.sh (regset_from_core_section): New method.
665 (struct regset): Declare opaque.
666 * gdbarch.c, gdbarch.h: Regenerated.
667
668 2003-10-11 Alan Modra <amodra@bigpond.net.au>
669
670 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
671 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
672 Correct test for pc within section.
673
674 2003-10-11 Mark Kettenis <kettenis@gnu.org>
675
676 * gdbarch.sh: Remove trailing whitepsace from comments.
677
678 2003-10-08 Roland McGrath <roland@redhat.com>
679
680 * gcore.c (make_mem_sec): Function removed, folded into ...
681 (gcore_create_callback): ... here. To omit a section, clear its
682 SEC_LOAD bit rather than zeroing its size.
683 Omit read-only sections only if they correspond to a known disk file.
684 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
685
686 2003-10-10 Michael Snyder <msnyder@redhat.com>
687
688 * d10v-tdep.c: Fix typo in comment.
689
690 2003-10-10 Andrew Cagney <cagney@redhat.com>
691
692 * rs6000-tdep.c (e500_store_return_value): Delete function.
693 (e500_extract_return_value): Delete function.
694 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
695 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
696 "ppc_sysv_abi_restore_return_value" where applicable.
697 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
698 (ppc_sysv_abi_extract_return_value): Declare.
699 (ppc_sysv_abi_broken_store_return_value): Declare.
700 (ppc_sysv_abi_broken_extract_return_value): Declare.
701 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
702 * ppc-sysv-tdep.c (return_value_convention): Move definition to
703 start of file.
704 (do_ppc_sysv_return_value): New function.
705 (ppc_sysv_abi_extract_return_value): New function.
706 (ppc_sysv_abi_store_return_value): New function.
707 (ppc_sysv_abi_broken_extract_return_value): New function.
708 (ppc_sysv_abi_broken_store_return_value): New function.
709 (ppc_sysv_abi_use_struct_convention): Call
710 do_ppc_sysv_return_value.
711
712 2003-10-10 J. Brobecker <brobecker@gnat.com>
713
714 * blockframe.c (inside_main_func): No longer use symbol_lookup()
715 to lookup the main function symbol.
716
717 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
718
719 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
720 types correctly.
721 (sh_push_dummy_call_fpu): Fix argument passing rules.
722 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
723 float types.
724 (sh3e_sh4_store_return_value): Ditto.
725
726 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
727
728 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
729 comment.
730
731 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
732
733 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
734 more readable code. Accomodate passing of bitfields.
735
736 2003-10-10 Andrew Cagney <cagney@redhat.com>
737
738 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
739 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
740 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
741 * ppc-sysv-tdep.c: Include "gdb_assert.h".
742 (ppc64_sysv_abi_push_dummy_call): New function.
743 (ppc64_sysv_abi_broken_push_dummy_call): New function.
744 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
745 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
746
747 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
748
749 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
750 * README: Ditto.
751 * d10v-tdep.c: Ditto.
752 * h8300-tdep.c: Ditto.
753 * remote-e7000.c: Ditto.
754 * remote-hms.c: Ditto.
755 * ser-e7kpc.c: Ditto.
756 * sh-stub.c: Ditto.
757 * sh-tdep.c: Ditto.
758 * sh-tdep.h: Ditto.
759 * sh3-rom.c: Ditto.
760 * sh64-tdep.c: Ditto.
761 * top.c: Ditto.
762 * wince.c: Ditto.
763 * config/d10v/d10v.mt: Ditto.
764 * config/sh/embed.mt: Ditto.
765 * config/sh/linux.mt: Ditto.
766 * config/sh/tm-linux.h: Ditto.
767 * config/sh/tm-sh.h: Ditto.
768 * config/sh/wince.mt: Ditto.
769
770 2003-10-09 Andrew Cagney <cagney@redhat.com>
771
772 * ppc-tdep.h (struct type): Declare opaque.
773 * x86-64-tdep.h (struct regcache): Declare opaque.
774 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
775 coding style.
776
777 2003-10-09 Andrew Cagney <cagney@redhat.com>
778
779 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
780 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
781 (SOFTWARE_SINGLE_STEP_P): Ditto.
782 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
783 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
784 (SOFTWARE_SINGLE_STEP_P): Ditto.
785 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
786 software_single_step to rs6000_software_single_step.
787
788 2003-10-09 Andrew Cagney <cagney@redhat.com>
789
790 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
791
792 2003-10-09 Michael Snyder <msnyder@redhat.com>
793
794 * frame.h: Fix typo in comment.
795 * dummy-frame.c: Fix typo in comment.
796 * d10v-tdep.c: Random whitespace/comment tweaks.
797
798 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
799
800 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
801 (sh_push_dummy_code): Delete function, it's only used for dummy calls
802 on stack.
803
804 Based on input by Stephen Clarke (stephen.clarke@superh.com):
805 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
806 in detail.
807
808 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
809
810 * remote-mips.c (mips_initialize): Remove unneeded call to
811 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
812
813 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
814
815 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
816 a memory pointer.
817
818 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
819
820 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
821 for any lwp we resume.
822 (running_callback): Add lwps that have pending status events
823 against them to be considered running.
824
825 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
826
827 * m32r-tdep.c : Include "dis-asm.h".
828 * Makefile.in (m32r-tdep.o): Update dependencies.
829
830 2003-10-06 J. Brobecker <brobecker@gnat.com>
831
832 * completer.h (get_gdb_completer_word_break_characters): Delete.
833 * completer.c: include language.h.
834 (gdb_completer_word_break_characters): Delete.
835 (get_gdb_completer_word_break_characters): Delete.
836 (location_completer): Use the word break characters of the current
837 language.
838 (complete_line): Likewise.
839 (line_completion_function): Likewise.
840 (skip_quoted_chars): Likewise.
841 * Makefile.in (completer.o): Add dependency on language.h.
842 * top.c (init_main): Set the readline word break characters
843 to GDB's default word break characters.
844
845 2003-10-06 J. Brobecker <brobecker@gnat.com>
846
847 * language.h (language_defn): new field, la_word_break_characters.
848 * language.c (unknown_language_defn): Set new field to
849 default_word_break_characters.
850 (auto_language_defn): Likewise.
851 (local_language_defn): Likewise.
852 * ada-lang.c (ada_language_defn): Likewise.
853 * c-lang.c (c_language_defn): Likewise.
854 (cplus_language_defn): Likewise.
855 (asm_language_defn): Likewise.
856 (minimal_language_defn): Likewise.
857 * f-lang.c (f_language_defn): Likewise.
858 * jv-lang.c (java_language_defn): Likewise.
859 * m2-lang.c (m2_language_defn): Likewise.
860 * objc-lang.c (objc_language_defn): Likewise.
861 * p-lang.c (pascal_language_defn): Likewise.
862 * scm-lang.c (scm_language_defn): Likewise.
863
864 2003-10-06 Andrew Cagney <cagney@redhat.com>
865
866 * ppc-sysv-tdep.c: Re-indent.
867
868 2003-10-06 J. Brobecker <brobecker@gnat.com>
869
870 * language.h (default_word_break_characters): Add prototype.
871 * language.c (default_word_break_characters): New function.
872
873 2003-10-06 Andreas Schwab <schwab@suse.de>
874
875 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
876 with %eax.
877
878 2003-10-06 Andrew Cagney <cagney@redhat.com>
879
880 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
881 "h8500-tdep.c".
882 (z8k-tdep.o): Delete custom build rule.
883
884 2003-10-06 Andrew Cagney <cagney@redhat.com>
885
886 * Makefile.in: Update all dependencies.
887
888 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
889 No longer list PA as as obsolete candidate. List m32r as
890 broken instead of obsolete.
891
892 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
893 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
894 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
895 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
896 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
897 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
898 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
899 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
900 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
901 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
902 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
903 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
904 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
905 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
906 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
907 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
908 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
909 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
910 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
911 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
912 * config/z8k/z8k.mt: Ditto.
913
914 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
915 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
916 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
917 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
918 sparclite were removed.
919 * configure.host, configure.tgt: Remove corresponding tuples.
920
921 * breakpoint.c, breakpoint.h: Remove obsolete code.
922 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
923 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
924 * stabsread.h, xcoffread.c: Ditto.
925
926 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
927 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
928 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
929 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
930
931 2003-10-06 David Lecomber <dsl@sources.redhat.com>
932
933 * f-valprint.c: Reformatting
934
935 2003-10-06 Mark Kettenis <kettenis@gnu.org>
936
937 * x86-64-tdep.c: Remove duplicate comment.
938
939 * x86-64-tdep.c (x86_64_store_return_value): Don't use
940 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
941 names for return values. This fixes a bug since we looked at %rbx
942 instead of %rdx.
943
944 2003-10-05 Mark Kettenis <kettenis@gnu.org>
945
946 * x86-64-tdep.c: Include "regset.h".
947
948 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
949 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
950 sizeof_fpregset.
951 * i386-tdep.c: Include "regset.h".
952 (i386_supply_gregset): New function.
953 (i386_supply_fpregset): New function.
954 (i386_gdbarch_init): Initialze register set-related members of
955 TDEP.
956 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
957 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
958
959 2003-10-03 Andrew Cagney <cagney@redhat.com>
960
961 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
962 set extract_return_value, store_return_value and
963 use_struct_convention to ppc64_sysv_abi_extract_return_value,
964 ppc64_sysv_abi_store_return_value and
965 ppc64_sysv_abi_use_struct_convention.
966 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
967 (ppc64_sysv_abi_store_return_value): Declare.
968 (ppc64_sysv_abi_use_struct_convention): Declare.
969 * ppc-sysv-tdep.c (enum return_value_convention): Define.
970 (ppc64_sysv_abi_extract_return_value): New function.
971 (ppc64_sysv_abi_store_return_value): New function.
972 (ppc64_sysv_abi_use_struct_convention): New function.
973 (ppc64_sysv_abi_return_value): New function.
974
975 2003-10-03 Andrew Cagney <cagney@redhat.com>
976
977 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
978 convert a descriptor to a function when it's in the ".opd"
979 section.
980
981 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
982
983 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
984 reg_size to keep GCC silent.
985
986 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
987
988 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
989 base for DW_EH_PE_textrel encodings.
990 (read_encoded_value): Add a DW_EH_PE_textrel case.
991 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
992 section.
993
994 2003-10-03 Mark Kettenis <kettenis@gnu.org>
995
996 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
997
998 2003-10-02 Andrew Cagney <cagney@redhat.com>
999
1000 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1001 REGISTER_RAW_SIZE.
1002 * gdbarch.h, gdbarch.c: Re-generate.
1003 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1004 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1005 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1006 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1007 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1008 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1009 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1010 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1011 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1012 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1013 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1014 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1015 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1016 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1017 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1018 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1019
1020 2003-10-02 Jim Blandy <jimb@redhat.com>
1021
1022 * dwarf2read.c (struct die_info): Doc fix.
1023
1024 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1025
1026 * sh-tdep.c: Running thru gdb_indent.sh.
1027
1028 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1029
1030 * sh-tdep.c (sh_justify_value_in_reg): New function.
1031 (sh_stack_allocsize): Ditto.
1032 (flt_argreg_array): New array used for floating point argument
1033 passing.
1034 (sh_init_flt_argreg): New function.
1035 (sh_next_flt_argreg): Ditto.
1036 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1037 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1038 Fix argument passing strategy.
1039 (sh_push_dummy_call_nofpu): Ditto.
1040
1041 2003-10-01 Andrew Cagney <cagney@redhat.com>
1042
1043 * value.h (register_value_being_returned): Declare. Replace
1044 "value_being_returned".
1045 * infcall.c (call_function_by_hand): Use
1046 register_value_being_returned.
1047 * infcmd.c (print_return_value): Call
1048 "register_value_being_returned", handle struct return locally.
1049 * values.c (register_value_being_returned): New function. Replace
1050 "value_being_returned".
1051
1052 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1053
1054 * linux-proc.c (linux_do_registers): New function.
1055 (linux_make_note_section): Use linux_do_registers in case of
1056 single threaded inferior programs.
1057
1058 2003-10-01 Andrew Cagney <cagney@redhat.com>
1059
1060 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1061 use STRUCT_ADDR. When not using "struct return convention", pass
1062 "0" to "value_being_returned". Add FIXMEs.
1063 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1064 value_being_returned. Add comments.
1065 * values.c (value_being_returned): Add fixme.
1066 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1067 (hppa_value_returned_from_stack): Add FIXME.
1068
1069 2003-09-30 David Carlton <carlton@kealia.com>
1070
1071 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1072 'has_children' and 'next' by 'child' and 'sibling'.
1073 (read_comp_unit): Rework algorithm, breaking body into
1074 read_die_and_children and read_die_and_siblings.
1075 (read_die_and_children, read_die_and_siblings): New.
1076 (read_full_die): Add 'has_children' argument; set it instead of
1077 the die's 'has_children' field. Minor formatting cleanup.
1078 (free_die_list): Use die->child and die->sibling instead of
1079 die->next.
1080 (dump_die_list): Ditto.
1081 (sibling_die): Use die->sibling.
1082 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1083 'has_children' and 'next' fields.
1084 (process_die, read_file_scope, read_func_scope)
1085 (read_lexical_block_scope, read_structure_scope)
1086 (read_enumeration, read_array_type, read_common_block)
1087 (read_namespace, read_subroutine_type, dump_die): Ditto.
1088
1089 2003-09-30 Andrew Cagney <cagney@redhat.com>
1090
1091 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1092 to 224, not 220.
1093
1094 2003-09-30 Andrew Cagney <cagney@redhat.com>
1095
1096 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1097 REGISTER_VIRTUAL_SIZE.
1098 * gdbarch.h, gdbarch.c: Regenerate.
1099 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1100 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1101 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1102
1103 2003-09-29 Andrew Cagney <cagney@redhat.com>
1104
1105 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1106 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1107 * gdbarch.h, gdbarch.c: Regenerate.
1108 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1109 * sh64-tdep.c, sparc-tdep.c: Update.
1110
1111 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1112 * remote-vxmips.c (vx_read_register): Ditto.
1113 * remote-vx68.c (vx_read_register): Ditto.
1114 * gnu-nat.c (inf_validate_procs): Ditto.
1115
1116 2003-09-29 J. Brobecker <brobecker@gnat.com>
1117
1118 * infcall.c (call_function_by_hand): Fix build failure
1119 introduced in the previous change to this file.
1120
1121 2003-09-29 Andrew Cagney <cagney@redhat.com>
1122
1123 * NEWS: Mention Objective-C.
1124
1125 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1126
1127 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1128 test if the register has been saved on the stack.
1129 (arm_scan_prologue_cache): When analysing the instruction
1130 "str lr, [sp, #-4]", save the address where lr has been stored.
1131
1132 2003-09-28 Andrew Cagney <cagney@redhat.com>
1133
1134 * frame.c (frame_read_unsigned_register): Delete function.
1135 * frame.h (frame_read_unsigned_register): Delete declaration.
1136 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1137 get_frame_register_unsigned.
1138 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1139 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1140 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1141
1142 * frame.h (frame_read_register): Delete declaration.
1143 * frame.c (frame_read_register): Delete function.
1144 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1145 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1146 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1147 * mips-tdep.c (mips_register_to_value): Ditto.
1148 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1149 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1150
1151 * frame.c (frame_read_signed_register): Delete function.
1152 (frame_read_unsigned_register): Update comments.
1153 * frame.h (frame_read_signed_register): Delete declaration.
1154 * h8300-tdep.c (h8300_print_register): Use
1155 get_frame_register_signed.
1156 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1157
1158 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1159 Rename VALUE_RETURNED_FROM_STACK.
1160 * infcmd.c (print_return_value): Update.
1161 * infcall.c (call_function_by_hand): Update.
1162
1163 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1164
1165 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1166 regcache argument and reverse the order of the other two
1167 arguments. Remove local regcache variable. Determine
1168 architecture from REGCACHE. Update comments.
1169 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1170 reverse the order of the other two arguments. Remove local
1171 regcache variable. Determine architecture from REGCACHE. Update
1172 comments.
1173 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1174 prototypes. Update comments.
1175 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1176 comment.
1177 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1178 Update.
1179 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1180 * i386-interix-nat.c (supply_fpregset): Update.
1181 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1182 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1183 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1184 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1185 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1186 Update.
1187 * i386obsd-tdep.c (fetch_core_registers): Update.
1188 * i386v4-nat.c (supply_fpregset): Update.
1189 * x86-64-linux-nat.c (supply_fpregset): Update.
1190 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1191
1192 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1193
1194 * i386-tdep.h: Put opaque declarations in alphabetical
1195 order. Remove spurious whitespace.
1196 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1197 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1198 * i386-tdep.c (MM0_REGNUM): Remove define.
1199 (i386_mmx_regnum_p): Add gdbarch argument.
1200 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1201 Rewrite using new macro definitions for FPU/SSE registers.
1202 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1203 definitions from i387-tdep.h.
1204 (i386_register_name): Update.
1205 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1206 new macro definitions for FPU/SSE registers.
1207 (i386_extract_return_value): Determine whether floating-point
1208 registers are present by examining REGCACHE's architecture.
1209 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1210 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1211 FPU/SSE registers.
1212 (i386_register_type): Update.
1213 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1214 definitions for FPU registers. Use REGCACHE's architecture to
1215 determine the appropriate register numbers.
1216 (i386_pseudo_register_read, i386_pseudo_register_write,
1217 i386_register_reggroup_p): Update.
1218 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1219 TDEP->mm0_regnum.
1220 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1221 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1222 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1223 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1224 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1225 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1226 *' to `void *'.
1227 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1228 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1229 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1230 definitions for FPU/SSE registers.
1231 (FXSAVE_MXCSR_ADDR): New define.
1232 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1233 TDEP->mm0_regnum.
1234 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1235 (I387_ST0_REGNUM): Define.
1236
1237 * regcache.h (get_regcache_arch): New prototype.
1238 * regcache.c (get_regcache_arch): New function.
1239
1240 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1241 whitespace.
1242
1243 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1244 Initialize using ARRAY_SIZE.
1245
1246 2003-09-27 Andrew Cagney <cagney@redhat.com>
1247
1248 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1249 "init_frame_pc_default".
1250 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1251 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1252 * vax-tdep.c (vax_gdbarch_init): Update.
1253 * v850-tdep.c (v850_gdbarch_init): Update.
1254 * sh64-tdep.c (sh64_gdbarch_init): Update.
1255 * s390-tdep.c (s390_gdbarch_init): Update.
1256 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1257 * mcore-tdep.c (mcore_gdbarch_init): Update.
1258 * h8300-tdep.c (h8300_gdbarch_init): Update.
1259 * cris-tdep.c (cris_gdbarch_init): Update.
1260 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1261
1262 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1263
1264 * regset.h: New file.
1265 * Makefile.in (regset_h): Add.
1266
1267 2003-09-25 Andrew Cagney <cagney@redhat.com>
1268
1269 * frame.h (deprecated_frame_saved_regs): Rename
1270 get_frame_saved_regs.
1271 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1272 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1273 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1274 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1275 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1276
1277 2003-09-25 Andrew Cagney <cagney@redhat.com>
1278
1279 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1280 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1281 and Java.
1282 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1283 arm*-*-* do not use the new frame code.
1284
1285 2003-09-25 David Carlton <carlton@kealia.com>
1286
1287 * c-exp.y: Remove 'register' declarations.
1288 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1289
1290 2003-09-25 David Carlton <carlton@kealia.com>
1291
1292 * c-exp.y: Include cp-support.h. Add qualified_type.
1293 (yylex): Delete nested type hack; add comments.
1294 * cp-namespace.c (cp_lookup_nested_type): New function.
1295 * cp-support.h: Declare cp_lookup_nested_type.
1296 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1297 instead of value_struct_elt_for_reference.
1298 * valops.c: Include cp-support.h.
1299 (value_aggregate_elt): New function.
1300 (value_namespace_elt): Ditto.
1301 (value_struct_elt_for_reference): Make static.
1302 * value.h: Delete declaration of value_struct_elt_for_reference;
1303 add declaration for value_aggregate_elt.
1304 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1305 (valops.o): Ditto.
1306
1307 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1308
1309 * stack.c: Include "reggroups.h".
1310 (frame_info): Only display registers in all_reggroup.
1311 * Makefile.in (stack.o): Update dependencies.
1312
1313 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1314
1315 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1316 "add ip, sp #n" in the prologue.
1317 (arm_scan_prologue): Ditto.
1318
1319 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1320
1321 * MAINTAINERS (write after approval): Add myself.
1322
1323 2003-09-25 Andreas Schwab <schwab@suse.de>
1324
1325 * m68k-tdep.c: Include "dwarf2-frame.h".
1326 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1327 * Makefile.in (m68k-tdep.o): Update dependencies.
1328
1329 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1330
1331 * sh-tdep.c (struct frame_extra_info): Remove.
1332 (struct sh_frame_cache): New structure.
1333 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1334 (GET_TARGET_REG): Ditto but target register.
1335 (GET_PUSHED_REG): Remove.
1336 (IS_MOV_ARG_TO_REG): New macro.
1337 (IS_MOV_ARG_TO_IND_R14): New macro.
1338 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1339 (IS_MOVW_PCREL_TO_REG): New macro.
1340 (IS_MOVL_PCREL_TO_REG): New macro.
1341 (IS_SUB_REG_FROM_SP): New macro.
1342 (IS_ARG_MOV): Remove.
1343 (IS_MOV_TO_R14): Remove.
1344 (IS_RESTORE_FP): New macro.
1345 (IS_RTS): New macro.
1346 (IS_LDS): New macro.
1347 (IS_MOV_FP_SP): New macro.
1348 (IS_ADD_REG_TO_FP): New macro.
1349 (IS_ADD_IMM_FP): New macro.
1350 (sh_skip_prologue_hard_way): Remove.
1351 (sh_saved_pc_after_call): Remove.
1352 (sh_frame_chain): Remove.
1353 (sh_find_callers_reg): Remove.
1354 (sh_nofp_frame_init_saved_regs): Remove.
1355 (sh_fp_frame_init_saved_regs): Remove.
1356 (sh_init_extra_frame_info): Remove.
1357 (sh_analyze_prologue): New function.
1358 (sh_skip_prologue): Remove deprecated code. Rely on new function
1359 sh_analyze_prologue when after_prologue fails.
1360 (sh_frame_saved_pc): Remove.
1361 (sh_alloc_frame_cache): New function.
1362 (sh_frame_cache): Ditto.
1363 (sh_frame_prev_register): Ditto.
1364 (sh_frame_this_id): Ditto.
1365 (sh_frame_unwind): New structure defining the heuristic frame
1366 sniffer interface.
1367 (sh_frame_sniffer): New function.
1368 (sh_unwind_sp): Ditto.
1369 (sh_unwind_pc): Ditto.
1370 (sh_unwind_dummy_id): Ditto.
1371 (sh_frame_base_address): Ditto.
1372 (sh_frame_base): New structure defining new frame base code.
1373 (sh_in_function_epilogue_p): New function.
1374 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1375 code and to call all new code instead. Initialize dwarf2 and
1376 heuristic frame sniffer.
1377
1378 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1379
1380 * parser-defs.h (struct exp_descriptor): New definition, containing
1381 language-specific info for printing, prefixifying, dumping, and
1382 evaluating expressions.
1383 (exp_descriptor_standard): Declare new variable.
1384 (print_subexp): Make global and declare here (from expprint.c).
1385 (dump_subexp): Ditto.
1386 (dump_subexp_body_standard): Declare.
1387 (operator_length_standard): Declare.
1388 (op_name_standard): Declare.
1389 (print_subexp): Declare.
1390 (print_subexp_standard): Declare.
1391
1392 * language.h (struct language_defn): Add la_exp_desc field to hold
1393 pointer to table for language-specific operators.
1394 Remove evaluate_exp field, which is now in struct exp_descriptor.
1395
1396 * parse.c (operator_length): Move most code to new
1397 operator_length_standard function. Use language-specific information.
1398 (operator_length_standard): New function taking most code from
1399 operator_length.
1400 (exp_descriptor_standard): New constant.
1401
1402 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1403 and OP_EXTENDED_LAST.
1404
1405 * expprint.c (print_subexp): Use language-specific print_subexp.
1406 Make global; remove static declaration.
1407 Move most code to print_subexp_standard.
1408 (print_subexp_standard): New function, containing code formerly in
1409 print_subexp.
1410 (op_name): Add expression to argument signature.
1411 Use langauge-specific op_name.
1412 Move most code to op_name_standard.
1413 (op_name_standard): New function, containing code formerly in op_name.
1414 (dump_subexp): Use new version of op_name function.
1415 Use language-specific dump_subexp_body, and move most existing code to
1416 dump_subexp_body_standard.
1417 (dump_raw_expression): Use new op_name interface.
1418 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1419 (dump_subexp_body_standard): New function, containing code formerly
1420 in dump_subexp_body.
1421
1422 * language.c (unknown_language): Add default la_exp_desc field and
1423 remove evaluate_exp field.
1424 (auto_language): Ditto.
1425 (local_language): Ditto.
1426 * f-lang.c (f_language_defn): Ditto.
1427 * c-lang.c (c_language_defn): Ditto.
1428 (cplus_language_defn): Ditto.
1429 (asm_language_defn): Ditto.
1430 (minimal_language_defn): Ditto.
1431 * p-lang.c (pascal_language_defn): Ditto.
1432 * m2-lang.c (m2_language_defn): Ditto.
1433 * objc-lang.c (objc_language_defn): Ditto.
1434
1435 * jv-lang.c (exp_descriptor_java): New variable, containing
1436 Java-specific expression evaluator.
1437 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1438 field.
1439 * scm-lang.c (exp_descriptor_scm): New variable, containing
1440 Scheme-specific expression evaluator.
1441 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1442 field.
1443 * objc-lang.c (print_object_command): Take evaluate_exp from the
1444 la_exp_desc field.
1445
1446 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1447
1448 * eval.c: Include parser-defs.h for the full declaration of
1449 la_exp_desc's type.
1450 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1451
1452 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1453
1454 * parser-defs.h (operator_length): Declare.
1455
1456 * parse.c (length_of_subexp): Use operator_length to get operator
1457 lengths and arities for operators.
1458 Move most code to new operator_length function.
1459 (operator_length): New function absorbing most code from
1460 length_of_subexp.
1461 (prefixify_subexp): Remove large case and use operator_length instead.
1462 (parse_exp_1): Use renamings:
1463 dump_prefix_expression => dump_raw_expression and
1464 dump_postfix_expression => dump_prefix_expression.
1465
1466 * expression.h (dump_prefix_expression): Rename to ...
1467 (dump_raw_expression): New name.
1468 (dump_postfix_expression): Rename to ...
1469 (dump_prefix_expression): New name.
1470
1471 * expprint.c (dump_subexp): Make global. Add comment.
1472 Move most existing code to dump_subexp_body.
1473 (dump_subexp_body): New function.
1474 (dump_prefix_expression): Rename to dump_raw_expression.
1475 Remove attempt to print the expression via print_expression: it can't
1476 work before the expression is prefixified.
1477 (dump_raw_expression): Renamed from dump_prefix_expression.
1478 (dump_postfix_expression): Rename to dump_prefix_expression, since
1479 that's what it does.
1480 Remove 'note' parameter, since this routine must be used on
1481 prefixified expression.
1482 (dump_prefix_expression): Renamed from dump_postfix_expression.
1483
1484 2003-09-22 Jim Blandy <jimb@redhat.com>
1485
1486 * dwarf2read.c (read_array_type): When building the type for an
1487 array of unspecified length, make sure to choose the upper bound
1488 so that the array's total length comes out to be zero --- that's
1489 how we represent such arrays.
1490
1491 2003-09-22 Michael Chastain <mec@shout.net>
1492
1493 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1494
1495 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1496
1497 * top.c (quit_force): Fix indirect call to quit_target so
1498 a struct qt_args pointer is passed.
1499
1500 2003-09-22 Andrew Cagney <cagney@redhat.com>
1501
1502 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1503 * arch-utils.c (init_frame_pc_noop): Delete function.
1504 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1505 "init_frame_pc".
1506 * mips-tdep.c (mips_gdbarch_init): Ditto.
1507 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1508 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1509 declaration.
1510 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1511 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1512 declaration.
1513 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1514
1515 2003-09-22 Anthony Green <green@redhat.com>
1516
1517 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1518 declaration.
1519
1520 2003-09-20 Andrew Cagney <cagney@redhat.com>
1521
1522 * breakpoint.c: Eliminate ARGSUSED.
1523 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1524 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1525 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1526 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1527 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1528 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1529 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1530 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1531 * wince.c, remote-vx.c: Ditto.
1532
1533 * cli/cli-script.c: Remove "register" attributes.
1534 * config/pa/tm-hppa.h: Ditto.
1535 * cli/cli-decode.c: Ditto.
1536 * cli/cli-cmds.c: Ditto.
1537
1538 2003-09-19 Andrew Cagney <cagney@redhat.com>
1539
1540 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1541 DEPRECATED_NPC_REGNUM.
1542 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1543
1544 2003-09-19 Christopher Faylor <cgf@redhat.com>
1545
1546 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1547
1548 2003-09-19 Jim Blandy <jimb@redhat.com>
1549
1550 * macrotab.c (macro_include): Use the correct comparison to find
1551 the appropriate place for this inclusion in the list.
1552
1553 2003-09-19 Andrew Cagney <cagney@redhat.com>
1554
1555 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1556 (DEPRECATED_HPUX_TEXT_END): Define.
1557 (deprecated_hpux_text_end): Declare.
1558 (struct target_ops): Declare opaque.
1559 * hppah-nat.c (text_end): Make static.
1560 (deprecated_hpux_text_end): New function.
1561 * exec.c (text_end): Delete global variable.
1562 (NEED_TEXT_START_END): Do not define.
1563 (exec_file_attach): Replace code computing "text_end" code with
1564 call to DEPRECATED_HPUX_TEXT_END.
1565
1566 2003-09-19 Andrew Cagney <cagney@redhat.com>
1567
1568 * utils.c (align_up, align_down): New functions.
1569 * defs.h (align_up, align_down): Declare.
1570 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1571 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1572 and "align_down".
1573 (round_up, round_down): Delete functions.
1574 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1575 "align_down".
1576 (ROUND_DOWN, ROUND_UP): Delete macros.
1577 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1578 * h8300-tdep.c: Replace "round_up" and "round_down" with
1579 "align_up" and "align_down".
1580 (round_up, round_down): Delete macros.
1581 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1582 "align_down".
1583 (ROUND_UP, ROUND_DOWN): Delete macros.
1584
1585 2003-09-18 J. Brobecker <brobecker@gnat.com>
1586
1587 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1588 hard-coded constant. Use the proper machine name instead.
1589
1590 2003-09-17 Andrew Cagney <cagney@redhat.com>
1591
1592 * sparc-tdep.c (legacy_register_name): Delete function.
1593 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1594 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1595 * infcmd.c (gdb_register_name): Delete variable.
1596 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1597 REGISTER_NAME and "tm.h".
1598 * gdbarch.h, gdbarch.c: Regenerate.
1599 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1600 REGISTER_NAMES in comments.
1601 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1602 * m68klinux-nat.c (regmap): Ditto.
1603
1604 2003-09-17 Jim Blandy <jimb@redhat.com>
1605
1606 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1607
1608 2003-09-17 Andrew Cagney <cagney@redhat.com>
1609
1610 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1611 (ppcnbsd_init_abi): Set "use_struct_convention" to
1612 "ppcnbsd_use_struct_convention".
1613
1614 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1615
1616 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1617 * gdbarch.h, gdbarch.c: Regenerate.
1618 (stabs_argument_has_addr): New architecture method.
1619 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1620 * arch-utils.c: Include "buildsym.h".
1621 (default_stabs_argument_has_addr): New function.
1622 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1623 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1624
1625 2003-09-17 Andrew Cagney <cagney@redhat.com>
1626
1627 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1628 * gdbarch.h, gdbarch.c: Regenerate.
1629 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1630 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1631 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1632 * sparcnbsd-tdep.c: Update.
1633
1634 2003-09-17 Andrew Cagney <cagney@redhat.com>
1635
1636 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1637 * gdbarch.h, gdbarch.c: Regenerate.
1638 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1639 * d10v-tdep.c, frame.c: Update.
1640 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1641 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1642 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1643 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1644 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1645 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1646 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1647 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1648 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1649 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1650 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1651 * config/pa/nm-hppah.h: Update.
1652
1653 2003-09-16 Andrew Cagney <cagney@redhat.com>
1654
1655 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1656 "use_struct_convention" to "ppc_linux_use_struct_convention".
1657 (ppc_linux_use_struct_convention): New function.
1658 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1659 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1660 "rs6000_use_struct_convention".
1661 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1662 declaration.
1663 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1664 Delete function.
1665
1666 2003-09-16 Andrew Cagney <cagney@redhat.com>
1667
1668 * buildsym.c: Remove more occurances of "register".
1669 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1670 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1671 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1672 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1673 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1674 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1675 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1676 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1677
1678 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1679
1680 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1681 numbers to enumeration values.
1682 * sh-tdep.c: Accomodate above change.
1683 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1684 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1685 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1686 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1687 (IS_FPUSH): Rename from IS_FMOV.
1688 (sh_extract_struct_value_address): Remove useless comment.
1689 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1690 instead of own local values.
1691 (sh_dump_tdep): Remove.
1692 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1693 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1694
1695 2003-09-15 Andrew Cagney <cagney@redhat.com>
1696
1697 * doublest.c (convert_floatformat_to_doublest): No longer need to
1698 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1699
1700 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1701
1702 * values.c (unpack_double): Call floatformat_is_valid.
1703
1704 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1705
1706 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1707 ps_strings into a long.
1708
1709 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1710 _initialize_am64fbsd_nat.
1711
1712 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1713
1714 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1715 associated with DW_AT_ranges attribute is out of bounds.
1716
1717 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1718
1719 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1720
1721 2003-09-14 Michael Chastain <mec@shout.net>
1722
1723 * config/m68k/nm-apollo68v.h: Delete.
1724 * config/m68k/xm-apollo68v.h: Delete.
1725
1726 2003-09-14 Andrew Cagney <cagney@redhat.com>
1727
1728 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1729 * dcache.c: Update copyrights and descriptions.
1730 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1731
1732 2003-09-14 Andrew Cagney <cagney@redhat.com>
1733
1734 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1735 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1736
1737 2003-09-14 Andrew Cagney <cagney@redhat.com>
1738
1739 * alpha-nat.c: Remove some occurances of "register".
1740 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1741 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1742 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1743 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1744 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1745 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1746 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1747 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1748 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1749 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1750 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1751 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1752 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1753 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1754 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1755 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1756 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1757 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1758 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1759 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1760 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1761 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1762
1763 2003-09-13 Andrew Cagney <cagney@redhat.com>
1764
1765 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1766 * ppc-tdep.h (struct regcache): Declare opaque.
1767 * objfiles.h (struct objfile_data): Declare opaque.
1768 * cp-support.h (struct objfile): Declare opaque.
1769 * linux-nat.h (target_waitstatus): Declare opaque.
1770
1771 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1772
1773 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1774 (stabs_argument_has_addr): New architecture method.
1775 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1776 * arch-utils.c: Include "buildsym.h".
1777 (default_stabs_argument_has_addr): New function.
1778 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1779 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1780
1781 * cris-tdep.c (cris_gdbarch_init): Set
1782 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1783 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1784 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1785 * mips-tdep.c (mips_gdbarch_init): Likewise.
1786 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1787 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1788
1789 2003-09-13 Andrew Cagney <cagney@redhat.com>
1790
1791 * values.c (using_struct_return): Delete "function" and "funcaddr"
1792 parameters.
1793 * value.h (using_struct_return): Update declaration.
1794 * infcmd.c (finish_command_continuation): Update.
1795 (finish_command): Update.
1796 * infcall.c (call_function_by_hand): Update.
1797 * eval.c (evaluate_subexp_standard): Update.
1798
1799 2003-09-13 Christopher Faylor <cgf@redhat.com>
1800
1801 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1802 SSE registers since gdb will not operate correctly without this.
1803 Restore include file ordering munged in previous change.
1804 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1805
1806 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1807
1808 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1809 REG_STRUCT_HAS_ADDR.
1810 * gdbarch.c, gdbarch.h: Updated.
1811 * infcall.c (call_function_by_hand): Update.
1812 * stabsread.c (define_symbol): Updated.
1813
1814 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1815
1816 2003-09-12 Christopher Faylor <cgf@redhat.com>
1817
1818 * win32-nat.c: Reorganize so that defines used by target headers are
1819 actually defined by the system headers.
1820 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1821 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1822
1823 2003-09-12 Jim Blandy <jimb@redhat.com>
1824
1825 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1826 the file has no .data, .bss, or .rodata sections. Instead wait
1827 until we see a variable alleged to live in one of those sections.
1828
1829 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1830 .bss section, presume that any variables we find live in the
1831 .rodata section.
1832
1833 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1834 offsets for global and static variables.
1835
1836 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1837 symbol types are, by definition, in the .data section, so it is
1838 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1839 If there is no .data section, there should be no N_DATA or N_DATA
1840 | N_EXT symbols.
1841
1842 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1843
1844 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1845 (amd64fbsd_sigcontext_addr): Rewrite.
1846 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1847 with correct values.
1848 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1849 (amd64fbsd_init_abi): Fix typo.
1850
1851 2003-09-12 Andrew Cagney <cagney@redhat.com>
1852
1853 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1854 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1855
1856 2003-09-12 Andrew Cagney <cagney@redhat.com>
1857
1858 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1859 "entry_file_highpc". Update comments.
1860 * defs.h (deprecated_inside_entry_file): Rename
1861 "inside_entry_file".
1862 * blockframe.c (deprecated_inside_entry_file): Rename
1863 "inside_entry_file".
1864 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1865 * vax-tdep.c (vax_frame_chain): Update.
1866 * sh64-tdep.c (sh64_frame_chain): Update.
1867 * sh-tdep.c (sh_frame_chain): Update.
1868 * rs6000-tdep.c (rs6000_frame_chain): Update.
1869 * ns32k-tdep.c (ns32k_frame_chain): Update.
1870 * mips-tdep.c (mips_frame_chain): Update.
1871 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1872 * m32r-tdep.c (m32r_frame_this_id): Update.
1873 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1874 * frv-tdep.c (frv_frame_this_id): Update.
1875 * d10v-tdep.c (d10v_frame_this_id): Update.
1876 * cris-tdep.c (cris_frame_chain): Update.
1877 * blockframe.c (legacy_frame_chain_valid): Update.
1878 * avr-tdep.c (avr_frame_this_id): Update.
1879 * arm-tdep.c (arm_prologue_this_id): Update.
1880 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1881 * objfiles.c (objfile_relocate): Update.
1882 * mipsread.c (mipscoff_symfile_read): Update.
1883 (mipscoff_symfile_read): Update.
1884 * mdebugread.c (parse_partial_symbols): Update.
1885 * dwarfread.c (read_file_scope): Update.
1886 * dwarf2read.c (read_file_scope): Update.
1887 * dbxread.c (read_dbx_symtab): Update.
1888 (read_dbx_symtab): Update.
1889 * coffread.c (complete_symtab): Update.
1890
1891 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1892
1893 * top.c (quit_target): New static helper function.
1894 (quit_force): Moved code to quit_target(). Call quit_target()
1895 via catch_errors() to catch errors during quit.
1896
1897 2003-09-11 David Carlton <carlton@kealia.com>
1898
1899 * buildsym.c (finish_block): Use allocate_block to allocate the
1900 block.
1901 * mdebugread.c (new_block): Add FIXME.
1902
1903 2003-09-11 David Carlton <carlton@kealia.com>
1904
1905 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1906 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1907 (recursive_dump_type): Ditto.
1908 * printcmd.c (print_formatted): Ditto.
1909 * typeprint.c (print_type_scalar): Ditto.
1910 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1911 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1912 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1913 maint_cplus_cmd_list.
1914 * cp-support.c: Make maint_cplus_cmd_list extern.
1915 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1916 command.h.
1917 (lookup_symbol_file): Look in possible namespace blocks when
1918 appropriate.
1919 (initialize_namespace_symtab): New.
1920 (get_possible_namespace_block, free_namespace_block)
1921 (check_possible_namespace_symbols)
1922 (check_possible_namespace_symbols_loop)
1923 (check_one_possible_namespace_symbol)
1924 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1925 (_initialize_cp_namespace): Ditto.
1926 * block.h: Declare allocate_block.
1927 * block.c (allocate_block): New.
1928 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1929 allocate_block.
1930 * symfile.h: Update declaration of add_psymbol_to_list.
1931 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1932 question.
1933 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1934 scan_partial_symbols_call.
1935 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1936 helper functions.
1937 (add_partial_symbol): If necessary, scan mangled names for names
1938 of namespaces.
1939 (add_partial_namespace): Add NAMESPACE argument; generate partial
1940 symbols associated to namespaces.
1941 (add_partial_enumeration): Add NAMESPACE argument.
1942 (new_symbol): Allow namespace syms.
1943 (read_namespace): Generate namespace syms.
1944 * objfiles.h: Add opaque declaration of struct symtab.
1945 (struct objfile): Add cp_namespace_symtab member.
1946 * objfiles.c (allocate_objfile): Set
1947 objfile->cp_namespace_symtab.
1948 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1949 dictionary_h, command_h.
1950
1951 2003-09-11 Andrew Cagney <cagney@redhat.com>
1952
1953 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1954 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1955 near the function's end.
1956 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1957 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1958 regcache_raw_write_signed to set SP_REGNUM.
1959
1960 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1961
1962 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1963 orig_addrs is set up properly.
1964
1965 2003-09-11 Andrew Cagney <cagney@redhat.com>
1966
1967 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1968 * gdbarch.h, gdbarch.c: Re-generate.
1969 * infcall.c (call_function_by_hand): Update.
1970 * hppa-tdep.c (hppa_push_arguments): Update.
1971 * ada-lang.c (place_on_stack): Update.
1972 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1973 * sparc-tdep.c (sparc_gdbarch_init): Update.
1974 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1975 * hppa-tdep.c (hppa_gdbarch_init): Update.
1976 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1977 stack_align.
1978
1979 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1980
1981 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1982 register do need a frame.
1983
1984 2003-09-11 Andrew Cagney <cagney@redhat.com>
1985
1986 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1987 buildable since GDB 5.0.
1988 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1989 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1990 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1991 * irix4-nat.c: Delete file.
1992 * config/mips/irix4.mh: Delete file.
1993 * config/mips/irix3.mh: Delete file.
1994 * config/mips/irix3.mt: Delete file.
1995 * config/mips/tm-irix3.h: Delete file.
1996 * config/mips/nm-irix3.h: Delete file.
1997 * config/mips/xm-irix3.h: Delete file.
1998 * config/mips/nm-irix4.h: Delete file.
1999 * config/mips/xm-irix4.h: Delete file.
2000 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2001
2002 2003-09-10 J. Brobecker <brobecker@gnat.com>
2003
2004 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2005 * Makefile.in (hppa-tdep.o): Update dependencies.
2006
2007 2003-09-10 James E Wilson <wilson@specifixinc.com>
2008
2009 * MAINTAINERS: Change my e-mail address. Move to paper trail
2010 section.
2011
2012 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2013
2014 * MAINTAINERS (frv): New ISA entry.
2015
2016 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2017
2018 * frv-tdep.c (dis-asm.h): Include.
2019 * Makefile.in (frv-tdep.o): Update dependencies.
2020
2021 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2022
2023 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2024 Fix typo for high range of floating registers.
2025
2026 2003-09-09 David Carlton <carlton@kealia.com>
2027
2028 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2029 highpc initialization here out of scan_partial_symbols.
2030 (scan_partial_symbols): Restructure into a recursive version,
2031 calling add_partial_namespace and add_partial_enumeration when
2032 appropriate.
2033 (add_partial_namespace): New.
2034 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2035
2036 2003-09-09 Andrew Cagney <cagney@redhat.com>
2037
2038 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2039 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2040 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2041 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2042
2043 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2044 (rs6000_push_dummy_call): Set the "TOC" register.
2045
2046 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2047 methods "max_register_raw_size", "max_register_virtual_size" or
2048 "register_virtual_size".
2049
2050 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2051
2052 * MAINTAINERS: Update my e-mail address.
2053
2054 2003-09-09 Andrew Cagney <cagney@redhat.com>
2055
2056 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2057 (rs6000_push_dummy_call): Store the struct return address.
2058 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2059
2060 2003-09-09 Andrew Cagney <cagney@redhat.com>
2061
2062 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2063 "ppc_sysv_abi_push_arguments".
2064 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2065 "ppc_sysv_abi_push_arguments".
2066 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2067 instead of "push_arguments".
2068 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2069
2070 2003-09-09 Andrew Cagney <cagney@redhat.com>
2071
2072 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2073 instead of CALL_DUMMY_ADDRESS.
2074
2075 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2076
2077 * p-lang.c: Eliminate "register".
2078 * c-lang.c: Ditto.
2079 * expprint.c: Ditto.
2080 * f-lang.c: Ditto.
2081 * jv-lang.c: Ditto.
2082 * language.c: Ditto.
2083 * m2-lang.c: Ditto.
2084 * parse.c: Ditto.
2085 * scm-lang.c: Ditto.
2086 * objc-lang.c: Ditto.
2087
2088 2003-09-09 Nick Clifton <nickc@redhat.com>
2089
2090 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2091
2092 2003-09-04 Andrew Cagney <cagney@redhat.com>
2093
2094 * avr-tdep.c: Include "dis-asm.h".
2095 * cris-tdep.c: Include "dis-asm.h".
2096 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2097 instead of corresponding typedef.
2098 * h8300-tdep.c: Include "dis-asm.h".
2099 * ia64-tdep.c: Include "dis-asm.h".
2100 * i386-tdep.c: Include "dis-asm.h".
2101 (i386_print_insn): Use "struct disassemble_info" instead of
2102 corresponding typedef.
2103 * m68k-tdep.c: Include "dis-asm.h".
2104 * mcore-tdep.c: Include "dis-asm.h".
2105 * mips-tdep.c: Include "dis-asm.h".
2106 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2107 instead of corresponding typedef.
2108 * ns32k-tdep.c: Include "dis-asm.h".
2109 * s390-tdep.c: Include "dis-asm.h".
2110 * sparc-tdep.c: Include "dis-asm.h".
2111 * vax-tdep.c: Include "dis-asm.h".
2112 * v850-tdep.c: Include "dis-asm.h".
2113 * mn10300-tdep.c: Include "dis-asm.h".
2114 * rs6000-tdep.c: Include "dis-asm.h".
2115 * xstormy16-tdep.c: Include "dis-asm.h".
2116 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2117 print_insn_xstormy16.
2118 * Makefile.in (v850-tdep.o): Update dependencies.
2119 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2120 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2121 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2122 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2123 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2124 (gdbarch_h): Remove $(dis_asm_h).
2125 * disasm.c: Include "dis-asm.h".
2126 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2127 corresponding typedef.
2128 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2129 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2130 * gdbarch.sh: Do not include "dis-asm.h".
2131 (struct disassemble_info): Declare opaque.
2132 (TARGET_PRINT_INSN): Update declaration.
2133 * gdbarch.h, gdbarch.c: Re-generate.
2134
2135 2003-09-08 Andrew Cagney <cagney@redhat.com>
2136
2137 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2138 CALL_DUMMY_ADDRESS, change to a predicate.
2139 * gdbarch.h, gdbarch.c: Re-generate.
2140 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2141 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2142 * infcall.c (call_function_by_hand): Ditto.
2143 * sparc-tdep.c (sparc_push_return_address): Ditto.
2144 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2145 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2146 CALL_DUMMY_ADDRESS with entry_point_address.
2147 * v850-tdep.c (v850_push_return_address): Ditto.
2148 * s390-tdep.c (s390_push_return_address): Ditto.
2149 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2150 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2151 * mcore-tdep.c (mcore_push_return_address): Ditto.
2152 * cris-tdep.c (cris_push_return_address): Ditto.
2153 * arm-tdep.c (arm_push_return_address): Ditto.
2154
2155 2003-09-08 Andrew Cagney <cagney@redhat.com>
2156
2157 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2158 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2159 and REG_UNMODIFIED to REG_SAME_VALUE.
2160 (execute_cfa_program): Update.
2161 (dwarf2_frame_cache): Update. Initialize table to
2162 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2163 location.
2164 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2165
2166 2003-09-08 Andrew Cagney <cagney@redhat.com>
2167
2168 * gnu-nat.c: Remove "inline" function attribute.
2169 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2170
2171 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2172
2173 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2174 target.
2175
2176 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2177
2178 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2179 (frame_extra_info): Rename this struct to frv_unwind_cache.
2180 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2181 Add fields ``prev_sp'' and ``base''.
2182 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2183 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2184 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2185 Delete.
2186 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2187 Revise all callers. Fill in the unwind cache argument and make
2188 other adjustments to account for new frame mechanisms.
2189 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2190 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2191 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2192 (frv_frame_unwind, frv_frame_base): New structs.
2193 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2194 additional arguments expected by this method and adjust function
2195 body accordingly.
2196 (frv_gdbarch_init): Remove calls to the following functions:
2197 set_gdbarch_deprecated_init_frame_pc(),
2198 set_gdbarch_deprecated_saved_pc_after_call(),
2199 set_gdbarch_deprecated_frame_chain(),
2200 set_gdbarch_deprecated_frame_saved_pc(),
2201 set_gdbarch_deprecated_frame_init_saved_regs(),
2202 set_gdbarch_deprecated_push_arguments(),
2203 set_gdbarch_deprecated_push_return_address(),
2204 set_gdbarch_deprecated_pop_frame(),
2205 set_gdbarch_deprecated_call_dummy_words(),
2206 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2207 set_gdbarch_deprecated_init_extra_frame_info(),
2208 set_gdbarch_deprecated_dummy_write_sp(), and
2209 set_gdbarch_deprecated_pc_in_call_dummy().
2210 Add calls to the following functions:
2211 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2212 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2213 frame_base_set_default().
2214 * Makefile.in (frv-tdep.o): Update dependencies.
2215
2216 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2217
2218 * dwarf2-frame.c (read_encoded_value): Add support for
2219 DW_EH_PE_aligned encoding.
2220
2221 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2222
2223 * infrun.c (normal_stop): Don't print a message if the inferior
2224 has exited.
2225
2226 2003-09-08 Jim Blandy <jimb@redhat.com>
2227
2228 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2229 * dbxread.c: #include "gdb_assert.h".
2230 (read_dbx_symtab): If the objfile has no .data section, use the
2231 section index for the .bss section instead.
2232
2233 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2234
2235 * frame.c (deprecated_safe_get_selected_frame): New function.
2236 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2237 * findvar.c (read_var_value): Call it.
2238
2239 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2240
2241 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2242 (sh64-tdep.o): Add dependencies.
2243 * configure.tgt: Add FIXME to sh-*-linux*.
2244 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2245 (sh_gdbarch_init): Always set correct sh_show_regs function
2246 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2247 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2248 * sh64-tdep.c: New file, containing all sh64 related code from
2249 sh-tdep.c.
2250 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2251 * config/sh/linux.mt (TDEPFILES): Ditto.
2252 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2253 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2254 * config/sh/wince.mt (TDEPFILES): Ditto.
2255
2256 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2257
2258 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2259 (stop_wait_callback): Handle !lp->signalled also.
2260 (lin_lwp_has_pending, flush_callback): New functions.
2261 (lin_lwp_wait): Call flush_callback.
2262 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2263 (linux_proc_pending_signals): New function.
2264 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2265
2266 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2267
2268 From Nick Kelsey <nickk@ubicom.com>:
2269 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2270 when the stop PC is at the beginning of a function also.
2271
2272 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2273
2274 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2275 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2276
2277 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2278
2279 * sol-thread.c: Include "gdb_string.h".
2280
2281 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2282
2283 * gcore.c: Reorder include files in alphabetical order. Include
2284 "gdb_assert.h". Various coding style fixes.
2285 (derive_stack_segment, derive_heap_segment): Replace check for
2286 non-null BOTTOM and TOP with gdb_assert.
2287 (derive_heap_segment): Replace check for successful creation of
2288 ZERO with gdb_assert.
2289 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2290
2291 2003-09-04 Andrew Cagney <cagney@redhat.com>
2292
2293 * thread-db.c (verbose_dlsym): New function.
2294 (thread_db_load): Use verbose_dlsym
2295 (thread_db_new_objfile): Print that libthread_db was loaded, and
2296 that thread debugging was enabled.
2297
2298 2003-09-04 Andrew Cagney <cagney@redhat.com>
2299
2300 * configure.tgt: Add "mips64*-*-*" target. Delete
2301 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2302 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2303 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2304 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2305 mips*-sony-*, and mips64*-*-elf* targets.
2306 * config/mips/embedl.mt: Delete file.
2307 * config/mips/embedl64.mt: Delete file.
2308 * config/mips/mips.mt: Delete file.
2309 * config/mips/mips64.mt: Delete file.
2310 * config/mips/tm-embed.h: Delete file.
2311 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2312 * config/mips/embed64.mt: Delete out-of-date comment.
2313
2314 2003-09-04 Andrew Cagney <cagney@redhat.com>
2315
2316 * hppa-tdep.c (hppa_gdbarch_init): Set
2317 "have_nonsteppable_watchpoint".
2318 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2319 * mips-tdep.c (mips_dump_tdep): Do not print
2320 HAVE_NONSTEPPABLE_WATCHPOINT.
2321 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2322 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2323 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2324 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2325
2326 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2327
2328 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2329 unused code. Add comment.
2330
2331 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2332
2333 * breakpoint.c (watchpoint_check): Check for pc being in an
2334 epilogue if watchpoint frame couldn't be found.
2335
2336 2003-09-04 Andrew Cagney <cagney@redhat.com>
2337
2338 * Makefile.in: Re-generate all dependencies.
2339
2340 2003-09-03 Andrew Cagney <cagney@redhat.com>
2341
2342 * arch-utils.h (legacy_print_insn): Delete declaration.
2343 * arch-utils.c (legacy_print_insn): Delete function.
2344 * disasm.c (deprecated_tm_print_insn_info): Delete.
2345 (_initialize_disasm): Delete function, contained code initializing
2346 deprecated_tm_print_insn_info.
2347 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2348 (deprecated_tm_print_insn_info): Delete.
2349 (TARGET_PRINT_INSN): Do not provide a default.
2350 * gdbarch.h, gdbarch.c: Re-generate.
2351
2352 2003-09-03 Andrew Cagney <cagney@redhat.com>
2353
2354 * disasm.c (fprintf_disasm): New function.
2355 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2356 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2357 reverts 2003-08-14 change.
2358 (_initialize_disasm): Call "init_disassemble_info", instead of
2359 INIT_DISASSEMBLE_INFO_NO_ARCH.
2360
2361 2003-09-03 Michael Snyder <msnyder@redhat.com>
2362
2363 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2364
2365 2003-09-03 Andrew Cagney <cagney@redhat.com>
2366
2367 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2368 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2369 * symfile.c (syms_from_objfile): Update.
2370 (reread_symbols): `Update
2371 * exec.c (exec_file_attach): Update.
2372 (exec_file_attach): Update.
2373 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2374 2003-08-29 change.
2375 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2376
2377 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2378
2379 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2380 trad-frame.h.
2381 (arm_get_cache): Delete macro.
2382 (struct arm_prologue_cache): Update comments. Make saved_regs into
2383 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2384 to prev_sp.
2385 (thumb_scan_prologue): Update for cache changes. Don't call
2386 DEPRECATED_PC_IN_CALL_DUMMY.
2387 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2388 argument and use it in desperation search for our prologue. Do not
2389 search past the specified PC.
2390 (arm_make_prologue_cache): Simplify.
2391
2392 (arm_prologue_this_id, arm_prologue_prev_register)
2393 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2394 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2395 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2396 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2397 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2398
2399 (arm_frame_chain_valid, arm_find_callers_reg)
2400 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2401 (arm_pop_frame): Delete obsolete methods.
2402 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2403
2404 (arm_gdbarch_init): Update for new frame methods. Register prologue
2405 and sigtramp unwinders. Set the default frame base method.
2406
2407 * Makefile.in (arm-tdep.o): Update dependencies.
2408 * varobj.c (find_frame_addr_in_frame_chain): Call
2409 get_frame_base_address.
2410 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2411
2412 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2413
2414 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2415 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2416 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2417 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2418 Take NEXT_FRAME and CACHE arguments. Call
2419 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2420 Set unwound_pc in CACHE instead of modifying the frame argument.
2421 Don't bother checking the frame type when looking for sigtramp
2422 frames.
2423 (arm_make_prologue_cache, arm_frame_chain)
2424 (arm_init_extra_frame_info): New functions.
2425
2426 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2427
2428 * arm-tdep.c (arm_get_cache): Define.
2429 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2430 unwound_sp, unwound_pc, and saved_regs.
2431 (thumb_scan_prologue): Take a cache instead of the frame.
2432 (arm_scan_prologue): Likewise.
2433 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2434 instead of a temporary frame.
2435 (arm_init_extra_frame_info): Allocate and use a cache.
2436 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2437
2438 2003-09-03 Andrew Cagney <cagney@redhat.com>
2439
2440 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2441 * config/mips/wince.mt (TM_CLIBS): Ditto.
2442 * config/sh/wince.mt (TM_CLIBS): Ditto.
2443 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2444 * config/sparc/sp64.mt (CC): Delete.
2445
2446 2003-09-03 Andrew Cagney <cagney@redhat.com>
2447
2448 * defs.h: Do not include "arch-utils.h".
2449 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2450 GDB_MULTI_ARCH_PURE.
2451 * configure.in (GDB_MULTI_ARCH): Do not define.
2452 * configure, config.in: Regenerate.
2453 * configure.tgt: Do not set variable "gdb_multi_arch".
2454 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2455 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2456 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2457 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2458 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2459 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2460 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2461 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2462 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2463 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2464 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2465 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2466 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2467 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2468 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2469 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2470 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2471 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2472
2473 2003-08-30 Michael Chastain <mec@shout.net>
2474
2475 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2476 * config/m68k/nm-hp300hpux.h: Delete.
2477 * config/m68k/tm-hp300hpux.h: Delete.
2478 * config/m68k/xm-hp300hpux.h: Delete.
2479 * config/m68k/xm-hp300bsd.h: Delete.
2480 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2481 tm-hp300hpux.h, xm-hp300hpux.h.
2482 * somsolib.c: Remove comment about hp300 shared libraries.
2483
2484 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2485
2486 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2487 Only define PTRACE_GET_THREAD_AREA is not already defined.
2488 Various style fixes in code and comments and some additional
2489 spelling fixes in comments. Move after functions dealing with
2490 debug registers.
2491 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2492 Fix coding-style.
2493
2494 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2495 frame_unwind_register_unsigned instead of
2496 frame_unwind_unsigned_register.
2497
2498 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2499
2500 * configure.in: Search for gethostbyname in libnsl.
2501 * configure: Regenerated.
2502
2503 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2504
2505 * configure.in: Remove redundant AC_MSG_RESULT in check for
2506 uintptr_t in stdint.h.
2507 * configure: Regenerated.
2508
2509 * amd64-nat.h (struct regcache): Add opaque declaration.
2510
2511 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2512 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2513 Change "register array" to "register cache" in comments.
2514 (x86_64_linux_gregset64_reg_offset): New variable.
2515 (GETREGS_SUPPLIES): Remove macro.
2516 (supply_gregset): Call amd64_supply_native_gregset instead of
2517 x86_64_linux_supply_gregset.
2518 (fill_gregset): Rename `regno' to `regnum'. Call
2519 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2520 (store_regs): Rename `regno' to `regnum'.
2521 (store_fpregs): Rename `regno' to `regnum'.
2522 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2523 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2524 Reorganize function a bit.
2525 (store_inferior_registers): Rename `regno' to `regnum'. Use
2526 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2527 Reorganize function a bit.
2528 (_initialize_x86_64_linux_nat): New function.
2529 * config/i386/x86-64linux.mh.
2530
2531 2003-08-29 Andrew Cagney <cagney@redhat.com>
2532
2533 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2534 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2535 (target_remove_watchpoint): Delete macro.
2536 (target_insert_watchpoint): Delete macro.
2537 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2538 (remote_mips_stopped_by_watchpoint): Delete declaration.
2539 (remote_mips_remove_watchpoint): Delete declaration.
2540 (remote_mips_set_watchpoint): Delete declaration.
2541 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2542 * remote-mips.c (_initialize_remote_mips): Set
2543 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2544 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2545 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2546 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2547 (mips_stopped_by_watchpoint): Rename
2548 remote_mips_stopped_by_watchpoint.
2549 (mips_can_hardware_watchpoint): Rename
2550 remote_mips_can_use_hardware_watchpoint, update function
2551 signature.
2552
2553 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2554
2555 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2556 USER_DS. We haven't given them a register number yet.
2557
2558 * amd64-nat.h: New file.
2559 * amd64-nat.c: New file.
2560 * amd64fbsd-nat.c: Include "amd64-nat.h".
2561 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2562 (amd64fbsd32_r_reg_offset): New variable.
2563 (supply_gregset): Simply call amd64_supply_native_gregset.
2564 (fill_gregset): Rename `regno' to `regnum'. Simply call
2565 amd64_collect_native_gregset.
2566 (fill_fpregset): Rename `regno' to `regnum'.
2567 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2568 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2569 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2570 `fpregset_t'. Call amd64_supply_native_gregset instead of
2571 supply_gregset. Call x86_64_supply_fxsave instead of
2572 supply_fpregset.
2573 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2574 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2575 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2576 `fpregset_t'. Call amd64_collect_native_gregset instead of
2577 fill_gregset. Call x86_64_collect_fxsave instead of
2578 fill_fpregset.
2579 (_initialize_am64fbsd_nat): Initialize
2580 amd64_native_gregset32_reg_offset and
2581 amd64_native_gregset64_reg_offset.
2582 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2583
2584 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2585 null pointer. Fix typo in comment.
2586
2587 * regcache.c (supply_register): Reimplement to call
2588 regcache_raw_supply.
2589 (regcache_collect): Reimplement by calling regcache_raw_collect.
2590
2591 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2592
2593 * regcache.c (register_buffer): Consitify first argument.
2594 (regcache_raw_supply, regcache_raw_collect): New
2595 functions.
2596
2597 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2598
2599 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2600 by Nathan J. Williams.
2601
2602 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2603
2604 * lin-lwp.c (wait_lwp): New function, copied from
2605 stop_wait_callback. Clean up.
2606 (stop_wait_callback): Use wait_lwp.
2607
2608 2003-08-28 Andrew Cagney <cagney@redhat.com>
2609
2610 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2611 flavour and disassembler options.
2612 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2613 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2614 deprecated_tm_print_insn_info.
2615
2616 2003-08-27 Andrew Cagney <cagney@redhat.com>
2617
2618 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2619 Use target_read_memory.
2620 (s390_get_frame_info): Update. Do not reference
2621 deprecated_tm_print_insn_info.
2622 (s390_check_function_end, s390_is_sigreturn): Ditto.
2623
2624 2003-08-27 Andrew Cagney <cagney@redhat.com>
2625
2626 * Makefile.in (cris-tdep.o): Update dependencies.
2627 * cris-tdep.c: Include "gdb_assert.h".
2628 (cris_gdbarch_init): Set print_insn.
2629 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2630 (cris_delayed_get_disassembler): Simplify, directly call the
2631 disassembler returned by cris_get_disassembler.
2632 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2633 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2634 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2635 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2636 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2637 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2638 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2639 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2640 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2641 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2642 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2643 (gdb_print_insn_sparc): Delete function.
2644 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2645 deprecated_tm_print_insn_info.
2646 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2647 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2648 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2649 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2650 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2651 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2652 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2653 (s390_gdbarch_init): Set print_insn.
2654
2655 2003-08-27 Andrew Cagney <cagney@redhat.com>
2656
2657 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2658 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2659 * infcall.c (call_function_by_hand): Convert the entry point
2660 address into a code address.
2661
2662 2003-08-27 Andrew Cagney <cagney@redhat.com>
2663
2664 * dsrec.c: Include "gdb_string.h".
2665 * Makefile.in (dsrec.o): Update dependencies.
2666
2667 2003-08-27 Michael Chastain <mec@shout.net>
2668
2669 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2670
2671 2003-08-27 Andrew Cagney <cagney@redhat.com>
2672
2673 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2674 (alpha_osf1_init_abi): Do not set call_dummy_address.
2675
2676 2003-08-27 David Carlton <carlton@kealia.com>
2677
2678 From Randolph Chung <tausq@debian.org>:
2679 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2680 compiles with -Wformat-nonliteral -Werror.
2681
2682 2003-08-26 Jim Blandy <jimb@redhat.com>
2683
2684 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2685 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2686 bfd_lookup_symbol, since we only want symbols in code sections.
2687 (look_for_base): Pass zero as the SECT_FLAGS argument to
2688 bfd_lookup_symbol, since we're not concerned about which section
2689 the symbol is in.
2690
2691 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2692
2693 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2694 we are frameless or the return address register is already known.
2695
2696 2003-08-26 Andrew Cagney <cagney@redhat.com>
2697
2698 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2699 in size. Add comments.
2700
2701 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2702
2703 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2704 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2705
2706 2003-08-26 Jason Merrill <jason@redhat.com>
2707
2708 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2709 case out of #ifdef MIPS block.
2710
2711 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2712
2713 PR java/1322
2714 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2715 available before calling SECT_OFF_TEXT.
2716 * PROBLEMS: Remove description of java/1322.
2717
2718 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2719
2720 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2721 bof, and nat0-nat127 as pseudo-registers.
2722 (ia64_frame_cache): New struct used to cache frame info.
2723 (ia64_register_reggroup_p): New routine used to override default
2724 register grouping so registers without names are still saved and
2725 restored.
2726 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2727 pseudo values.
2728 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2729 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2730 (ia64_alloc_frame_cache): New routine to create a new
2731 ia64_frame_cache.
2732 (examine_prologue): Change prototype to add next_frame pointer.
2733 Assume frameless until otherwise proven. Verify that the cfm for
2734 current frame matches the cfm that should occur for the prologues
2735 alloc insn and if equal, mark as not frameless. At end of routine,
2736 if not frameless, calculate registers for the previous frame and store
2737 in the cache, if a cache is provided.
2738 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2739 and pass 0 for next_frame.
2740 (ia64_store_return_value): Change to use convert_typed_floating()
2741 instead of calling ia64_convert_to_raw().
2742 (ia64_extract_return_value): Change to use convert_typed_floating()
2743 instead of calling ia64_convert_to_virtual().
2744 (ia64_frame_cache): New routine to support new frame model.
2745 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2746 (ia64_frame_sniffer): Ditto.
2747 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2748 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2749 (ia64_sigtramp_frame_prev_register): Ditto.
2750 (ia64_sigtramp_frame_sniffer): Ditto.
2751 (ia64_frame_base_address): Ditto.
2752 (ia64_extract_struct_value_address): Change to issue error message.
2753 (ia64_frame_align): New routine to align sp.
2754 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2755 (ia64_push_arguments): Removed. Logic moved to
2756 ia64_push_dummy_call().
2757 (ia64_push_return_address): Ditto.
2758 (ia64_unwind_dummy_id): New function.
2759 (ia64_unwind_pc): Ditto.
2760 (ia64_convert_register_p): Ditto.
2761 (ia64_register_to_value): Ditto.
2762 (ia64_value_to_register): Ditto.
2763 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2764 (ia64_register_byte, ia64_register_raw_size): Ditto.
2765 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2766 (ia64_saved_pc_after_call): Ditto.
2767 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2768 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2769 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2770 (ia64_register_convert_to_raw): Ditto.
2771 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2772 (ia64_init_extra_frame_info): Ditto.
2773 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2774 (ia64_gdbarch_init): Remove registering of deprecated functions that
2775 are no longer used. Add registration of new gdbarch functions.
2776 Remove registering deprecated_write_sp. Replace
2777 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2778 Delete set_gdbarch_deprecated_register_convertible(),
2779 set_gdbarch_deprecated_register_convert_to_virtual(), and
2780 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2781 set_gdbarch_deprecated_register_size(),
2782 set_gdbarch_deprecated_register_bytes(),
2783 set_gdbarch_pcregnum(),
2784 set_gdbarch_deprecated_register_byte(),
2785 set_gdbarch_deprecated_register_raw_size(),
2786 set_gdbarch_deprecated_max_register_raw_size(),
2787 set_gdbarch_deprecated_register_virtual_size(),
2788 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2789 Replace set_gdbarch_deprecated_extract_return_value() with
2790 set_gdbarch_extract_return_value(). Remove calls to:
2791 set_gdbarch_deprecated_saved_pc_after_call();
2792 set_gdbarch_deprecated_frame_chain(),
2793 set_gdbarch_deprecated_frame_saved_pc(),
2794 set_gdbarch_deprecated_frame_init_saved_regs(),
2795 set_gdbarch_deprecated_get_saved_register(),
2796 set_gdbarch_deprecated_call_dummy_words(),
2797 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2798 set_gdbarch_deprecated_init_extra_frame_info(),
2799 set_gdbarch_deprecated_frame_args_address(),
2800 set_gdbarch_deprecated_frame_locals_address(),
2801 and set_gdbarch_deprecated_dummy_write_sp().
2802 Add set_gdbarch_convert_register_p(),
2803 set_gdbarch_register_to_value(),
2804 set_gdbarch_value_to_register(),
2805 set_gdbarch_push_dummy_call(),
2806 set_gdbarch_frame_align(),
2807 set_gdbarch_unwind_dummy_id(),
2808 set_gdbarch_unwind_pc(),
2809 frame_unwind_append_sniffer(),
2810 frame_unwind_append_sniffer(),
2811 and frame_base_set_default().
2812
2813 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2814
2815 * configure.tgt: Document need for special "mipsisa64" handling.
2816 (mipsisa64*-*-linux64): Handle as target linux64.
2817 (mipsisa64*-*-*): Handle as target embed64.
2818
2819 2003-08-18 Michael Chastain <mec@shout.net>
2820
2821 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2822 objfile bug.
2823
2824 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2825
2826 * i387-tdep.h: Update copyright date.
2827 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2828
2829 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2830 CFLAGS games to reflect reality.
2831
2832 2003-08-24 Andrew Cagney <cagney@redhat.com>
2833
2834 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2835 GDB_MULTI_ARCH is always non-zero.
2836 * osabi.c (_initialize_gdb_osabi): Ditto.
2837 (gdbarch_init_osabi): Ditto.
2838 * sparc-tdep.c: Ditto for #if code.
2839
2840 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2841
2842 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2843 Update comments.
2844 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2845 comments.
2846 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2847 x86_64_supply_fxsave.
2848 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2849 x86_64_supply_fxsave.
2850 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2851 x86_64_supply_fxsave.
2852
2853 2003-08-23 Andreas Jaeger <aj@suse.de>
2854
2855 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2856 i387_supply_fxsave.
2857
2858 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2859
2860 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2861 i387_supply_register.
2862 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2863 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2864 i387_supply_fsave.
2865 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2866 i387_supply_fxsave.
2867 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2868 i387_supply_fsave.
2869 * i386bsd-nat.c (supply_fpregset): Adjust call to
2870 i387_supply_fsave.
2871 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2872 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2873 supply_fpregset.
2874 (store_inferior_registers): Remove extraneous whitespace. Call
2875 i387_fill_fsave instead of fill_fpregset.
2876 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2877 (supply_fpregset): Likewise.
2878 * i386v4-nat.c (supply_fpregset): Adjust call to
2879 i387_supply_fsave.
2880 * i386-interix-nat.c (supply_fpregset): Adjust call to
2881 i387_supply_fsave.
2882 * i386-linux-nat.c (supply_fpregset): Adjust call to
2883 i387_supply_fsave.
2884 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2885 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2886 i387supply_fsave and i387_supply_fxsave.
2887 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2888 Incorporate code from `i387_supply_register.
2889 (i387_supply_register): Remove.
2890 (i387_supply_fxsave): Add `regnum' argument.
2891 Update comments.
2892 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2893 prototype.
2894 (i387_supply_register): remove prototype.
2895 Update comments.
2896
2897 2003-08-22 Michael Chastain <mec@shout.net>
2898
2899 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2900 Add lines for files in gdb/testsuite/gdb.cp/* that are
2901 still not 8.3 unique.
2902
2903 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2904
2905 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2906 TYPE_VPTR_FIELDNO is valid.
2907
2908 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2909
2910 * utils.c (set_width_command): Remove prototypes.
2911 (set_screen_size): New prototype.
2912 (init_page_info): Simplify by fetching the screen size from
2913 Readline. Call set_screen_size.
2914 (set_screen_size): New function.
2915 (set_width): Add missing whitespace in comment.
2916 (set_width_command): Call set_screen_size.
2917 (set_height_command): New function.
2918 (initialize_utils): Fix formatting. Make "set height" command
2919 call set_height_command. Remove redundant code that turns off
2920 pagination if output isn't a terminal. Remove redundant call to
2921 set_width_command.
2922
2923 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2924
2925 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2926 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2927 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2928 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2929 `case' keyword.
2930 (sparc64_register_info): Give the reister with number
2931 SPARC64_STATE_REGNUM a name.
2932 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2933 %asi and %ccr.
2934 (sparc64_push_dummy_call): Take BIAS into account when checking
2935 stcak alignment.
2936 (sparc_software_single_step): Remove assertions that check whether
2937 NPC and NNPC were zero.
2938 (sparc_supply_rwindow): Make public. Merge functionality with
2939 sparc64_supply_rwindow.
2940 (sparc_fill_rwindow): Make public. Merge functionality with
2941 sparc64_fill_rwindow.
2942 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2943 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2944 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2945 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2946 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2947
2948 * reggroups.c: Add whitespace after declarations of local
2949 variables in functions.
2950
2951 2003-08-21 Michael Chastain <mec@shout.net>
2952
2953 * gdbtypes.h: Change array bound type from an int to enum.
2954
2955 2003-08-21 Andrew Cagney <cagney@redhat.com>
2956
2957 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2958 * config/sparc/tm-sparc.h: Ditto.
2959 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2960 unconditionally.
2961 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2962
2963 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2964
2965 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2966 (register_objfile_data, set_objfile_data, objfile_data): New
2967 prototypes.
2968 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2969 prototypes.
2970 (allocate_objfile): Call objfile_alloc_data.
2971 (free_objfile): Call objfile_free_data.
2972 (struct objfile_data): New.
2973 (struct objfile_data_registration): New.
2974 (struct objfile_data_registry): New.
2975 (objfile_data_registry): New variable.
2976 (register_objfile_data): New function.
2977 (objfile_alloc_data, objfile_free_data): New functions.
2978 (set_objfile_data, objfile_data): New functions.
2979 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2980 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2981 (_initialize_dwarf2_frame): New function and prototype.
2982
2983 2003-08-21 Andrew Cagney <cagney@redhat.com>
2984
2985 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2986 a specific architecture.
2987 * arch-utils.h (set_architecture_from_arch_mach): Delete
2988 declaration.
2989 (target_architecture_hook): Delete declaration.
2990 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2991 (default_float_format): Assume GDB_MULTI_ARCH.
2992 (default_double_format): Assume GDB_MULTI_ARCH.
2993 (set_endian_from_file): Delete function.
2994 (arch_ok): Delete function.
2995 (set_arch): Delete function.
2996 (set_architecture_from_arch_mach): Delete function.
2997 (set_architecture_from_file): Delete function.
2998 (set_architecture): Assume GDB_MULTI_ARCH.
2999 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3000
3001 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3002
3003 Rewrite FreeBSD/sparc64 native configuration.
3004 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3005 * sparc64fbsd-nat.c: New file.
3006 * sparc64fbsd-tdep.c: New file.
3007 * sparc64-tdep.c sparc64-tdep.h: New files.
3008 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3009 sparc64fbsd-tdep.o): New dependencies.
3010 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3011 and sparc64fbsd-tdep.c.
3012 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3013 * config/sparc/fbsd.mh: Remove copyright notice.
3014 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3015 sparcbsd-nat.o.
3016 * config/sparc/fbsd.mt: Remove copyright notice.
3017 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3018 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3019 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3020 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3021 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3022 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3023 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3024 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3025 "sparc/tm-sp64.h".
3026 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3027 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3028
3029 2003-08-21 Michael Chastain <mec@shout.net>
3030
3031 * symtab.h: Add doco on the space critical structures and
3032 some measurements of space usage.
3033
3034 2003-08-21 Michael Snyder <msnyder@redhat.com>
3035
3036 * tracepoint.c (trace_dump_command): Trace break address
3037 is subject to DECR_PC_AFTER_BREAK.
3038 (set_traceframe_context): Make "trace_line" an int.
3039 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3040
3041 2003-08-20 Michael Snyder <msnyder@redhat.com>
3042
3043 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3044 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3045 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3046 argument passing.
3047 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3048 functions, replace sh_push_dummy_call.
3049 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3050
3051 2003-08-20 Michael Chastain <mec@shout.net>
3052
3053 * gdbtypes.h (struct main_type): Rearrange to save space.
3054
3055 2003-08-20 Michael Snyder <msnyder@redhat.com>
3056
3057 * trad-frame.c: Comment typo fix.
3058
3059 2003-08-20 Michael Snyder <msnyder@redhat.com>
3060 Kevin Buettner <kevinb@redhat.com>
3061
3062 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3063 (frv_frame_init_saved_regs): Add declaration.
3064 (frame_extra_info): Add new field ``saved_regs''.
3065 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3066 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3067 Update frame related code.
3068 (frv_extract_struct_value_address): Adjust formatting.
3069 * Makefile.in (frv-tdep.o): Update dependencies.
3070 * config/frv/tm-frv.h (target_insert_watchpoint)
3071 (target_remove_watchpoint, target_insert_hw_breakpoint)
3072 (target_remove_hw_breakpoint): Delete these macros.
3073 (remote_insert_watchpoint, remote_remove_watchpoint)
3074 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3075 these declarations.
3076
3077 2003-08-20 Michael Chastain <mec@shout.net>
3078
3079 * defs.h (ENUM_BITFIELD): New macro.
3080 * symtab.h (ENUM_BITFIELD): Use it.
3081 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3082
3083 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3084
3085 * MAINTAINERS (write after approval): Add myself.
3086
3087 2003-08-18 Andrew Cagney <cagney@redhat.com>
3088
3089 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3090 * gdbarch.h, gdbarch.c: Re-generate.
3091 * infcall.c (call_function_by_hand): Adjust the SP by
3092 frame_red_zone_size before allocating any stack space.
3093 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3094 * x86-64-tdep.c (x86_64_frame_align): New function.
3095 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3096
3097 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3098 Remove code adjusting SP so that it skips over the Red Zone.
3099
3100 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3101
3102 * NEWS (New native configurations): Mention FreeBSD/amd64.
3103
3104 2003-08-18 Andrew Cagney <cagney@redhat.com>
3105
3106 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3107 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3108 "m68k_frame_p".
3109 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3110
3111 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3112
3113 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3114
3115 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3116
3117 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3118 Define.
3119 * i386-linux-nat.c: Include "linux-nat.h".
3120 (child_post_startup_inferior): New function.
3121
3122 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3123
3124 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3125 at the start of a frameless function. This probably fixes PR
3126 backtrace/1338.
3127
3128 2003-08-17 Michael Chastain <mec@shout.net>
3129
3130 * symfile.c (find_sym_fns): Remove special case for apollo target.
3131
3132 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3133
3134 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3135 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3136 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3137 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3138 (linux_supports_tracevforkdone): New function.
3139 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3140 TRACEVFORKDONE.
3141 (child_follow_fork): Handle vfork.
3142 (linux_handle_extended_wait): Likewise. Also handle exec.
3143 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3144 * NEWS: Mention fork tracing.
3145
3146 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3147
3148 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3149
3150 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3151
3152 * Makefile.in (i386-linux-nat.o): Update dependencies.
3153 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3154 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3155 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3156 * i386-linux-nat.c: Include "linux-nat.h".
3157 (child_post_startup_inferior): New function.
3158 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3159 * infptrace.c (kill_inferior): Wrap in #ifdef.
3160 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3161 attaching to each LWP.
3162 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3163 (init_lin_lwp_ops): Fill in some more operations.
3164 * linux-nat.h (linux_enable_event_reporting)
3165 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3166 prototypes.
3167 * linux-nat.c (linux_enable_event_reporting): New function.
3168 (child_post_attach, linux_child_post_startup_inferior)
3169 (child_post_startup_inferior, child_follow_fork)
3170 (linux_handle_extended_wait, kill_inferior): New functions.
3171
3172 2003-08-16 Andrew Cagney <cagney@redhat.com>
3173
3174 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3175 * gdbarch.h, gdbarch.c: Re-generate.
3176
3177 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3178
3179 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3180
3181 2003-08-16 Andrew Cagney <cagney@redhat.com>
3182
3183 * NEWS: Mention that "set prompt-escape-char" was deleted.
3184 * top.c (get_prompt_1): Delete function.
3185 (gdb_prompt_escape):
3186 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3187 prompt-escape-char" command.
3188 (MAX_PROMPT_SIZE): Delete macro.
3189 (get_prompt): Simplify, do not call get_prompt_1.
3190
3191 2003-08-16 Andrew Cagney <cagney@redhat.com>
3192
3193 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3194 -Werror. -Wformat-nonliteral problems.
3195
3196 2003-08-15 J. Brobecker <brobecker@gnat.com>
3197
3198 Further multiarching work mostly for hppa64-*-hpux11:
3199 * hppa-tdep.h: New file.
3200 * hppa-tdep.c: #include hppa-tdep.c.
3201 (hppa32_num_regs): Renamed from hppa_num_regs.
3202 (hppa64_num_regs): New constant.
3203 (hppa64_call_dummy_breakpoint_offset): New constant.
3204 (hppa32_call_dummy_length): New constant.
3205 (hppa64_call_dummy_length): New constant.
3206 (hppa32_stack_align): Make name 32bit explicit.
3207 (hppa32_register_virtual_type): Likewise.
3208 (hppa32_extract_return_value): Likewise.
3209 (hppa32_use_struct_convention): Likewise.
3210 (hppa32_store_return_value): Likewise.
3211 (hppa64_register_virtual_type): New function.
3212 (hppa64_extract_return_value): New function.
3213 (hppa64_use_struct_convention): New function.
3214 (hppa64_store_return_value): New function.
3215 (hppa_frame_locals_address): Remove declaration, function does
3216 not exist anymore.
3217 (hppa_register_byte): Add support for PA64 ABI.
3218 (hppa_gdbarch_init): Add support for PA64 ABI.
3219 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3220 Make name 32bit explicit.
3221 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3222 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3223 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3224 (hppa64_hpux_frame_base_before_sigtramp): New function.
3225 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3226 * config/pa/tm-hppa64.h: Remove macros that are no longer
3227 necessary now that the gdbarch vector is properly setup.
3228 Transform some macros into function calls. Some minor cleanup.
3229 * config/pa/tm-hppah.h: Update function calls in macros
3230 following the function renaming in hppa-hpux-tdep.c.
3231 * Makefile.in (hppa_tdep_h): New variable.
3232 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3233
3234 2003-08-14 Michael Snyder <msnyder@redhat.com>
3235
3236 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3237
3238 2003-08-13 J. Brobecker <brobecker@gnat.com>
3239
3240 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3241 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3242 routine.
3243
3244 2003-08-13 Michael Snyder <msnyder@redhat.com>
3245
3246 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3247 (frv_saved_pc_after_call): Use deprecated ftype.
3248 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3249 (frv_remote_translate_xfer_address): Remove.
3250 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3251
3252 2003-08-13 J. Brobecker <brobecker@gnat.com>
3253
3254 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3255 initialization after the common gdbarch initialization, not before.
3256
3257 2003-08-13 J. Brobecker <brobecker@gnat.com>
3258
3259 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3260 (ADDR_BITS_REMOVE): Remove, redundant.
3261
3262 2003-08-13 J. Brobecker <brobecker@gnat.com>
3263
3264 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3265 gdbarch method to clear the 2 low bits of text addresses.
3266
3267 2003-08-12 Andrew Cagney <cagney@redhat.com>
3268
3269 * Makefile.in (dsrec.o): Update dependencies.
3270 * dsrec.c: Include "gdb_assert.h".
3271 (make_srec): Use snprintf instead of sprintf, use a literal format
3272 string.
3273
3274 2003-08-12 Andrew Cagney <cagney@redhat.com>
3275
3276 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3277 FRAME_OBSTACK_ZALLOC.
3278
3279 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3280
3281 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3282 SSE registers.
3283
3284 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3285
3286 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3287 amd64fbsd_sc_reg_offset): Add extern declarations.
3288 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3289 declarations.
3290
3291 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3292
3293 * MAINTAINERS (write after approval): Update my mail address.
3294
3295 2003-08-10 Andrew Cagney <cagney@redhat.com>
3296
3297 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3298
3299 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3300
3301 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3302 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3303 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3304 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3305 i386bsd_sc_reg_offset): Add extern declarations.
3306 * i386obsd-nat.c: Include "i386-tdep.h"
3307 (_initialize_i386obsd_nat): Remove extern declarations.
3308 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3309 declarations.
3310 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3311 declarations.
3312
3313 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3314 instead of frame_read_register.
3315 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3316 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3317 SP_REGNUM.
3318 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3319 instead of frame_unwind_unsigned_register. Use
3320 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3321 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3322 instead of read_register. Use builtin_type_void_data_ptr instead
3323 of builtin_type_void_func_ptr when extracting the address of the
3324 jmp_buf.
3325 (i386_extract_return_value, i386_store_return_value,
3326 i386_pseudo_register_read, i386_pseudo_register_write): Use
3327 register_size instead REGISTER_RAW_SIZE.
3328
3329 2003-08-10 Andrew Cagney <cagney@redhat.com>
3330
3331 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3332 sprintf. Make "name" constant.
3333
3334 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3335
3336 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3337 instead of frame_read_register.
3338 (i387_print_float_info): Use get_frame_register and
3339 get_frame_register_unsigned instead of frame_register_read.
3340
3341 * i386fbsd-nat.c: Include "i386-tdep.h".
3342 (child_resume): Make `eflags' an ULONGEST. Use
3343 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3344 instead of register_read and register_write.
3345
3346 * i386bsd-nat.c (fetch_inferior_registers,
3347 store_inferior_registers): Don't use && at the end of a line.
3348 (_initialize_i386bsd_nat): Fix typo.
3349
3350 * frame.c (_initialize_frame): Add missing backslash.
3351
3352 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3353 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3354 and supply_register instead of manipulating the register buffer
3355 directly.
3356
3357 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3358 * config/i386/nm-i386sol2.h
3359 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3360
3361 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3362 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3363 instructions that GCC likes to mingle into the prologue. Fixes
3364 gdb/1253 and gdb/1255.
3365
3366 2003-08-09 Andrew Cagney <cagney@redhat.com>
3367
3368 Fix GDB PR cli/926.
3369 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3370 * command.h (add_setshow_uinteger_cmd): Declare.
3371 * frame.c (set_backtrace_cmd): New function.
3372 (show_backtrace_cmd): New function.
3373 * frame.c (_initialize_frame): Replace "set/show
3374 backtrace-below-main" with "set/show backtrace past-main". Add
3375 command "set/show backtrace limit".
3376 (backtrace_past_main): Rename "backtrace_below_main".
3377 (backtrace_limit): New variable.
3378 (get_prev_frame): Update. Check the backtrace_limit.
3379
3380 2003-08-09 Andrew Cagney <cagney@redhat.com>
3381
3382 * defs.h (xstrprintf): Declare.
3383 * utils.c (xstrprintf): New function.
3384 * breakpoint.c (insert_breakpoints): Replace sprintf and
3385 non-literal format strings, with xstrprintf and cleanups.
3386 (delete_breakpoint,breakpoint_re_set): Ditto.
3387 (commands_command, insert_breakpoints): Ditto.
3388 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3389 (break_at_finish_command_1): Ditto.
3390
3391 2003-08-09 Andrew Cagney <cagney@redhat.com>
3392
3393 * MAINTAINERS (language support): List Adam Fedor as Objective C
3394 maintainer.
3395
3396 2003-08-08 J. Brobecker <brobecker@gnat.com>
3397
3398 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3399 are now multiarched.
3400
3401 2003-08-08 J. Brobecker <brobecker@gnat.com>
3402
3403 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3404 longer necessary now that hppa64 is partially multiarch'ed.
3405
3406 2003-08-08 Andrew Cagney <cagney@redhat.com>
3407
3408 * interps.c (interp_set): Check for a NULL "old_interp".
3409
3410 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3411
3412 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3413 (install-only): Support DESTDIR.
3414 (uninstall): Likewise.
3415 (install-gdbtk): Likewise.
3416
3417 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3418
3419 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3420 contains something meaningful at all times.
3421
3422 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3423
3424 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3425
3426 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3427
3428 * MAINTAINERS (write after approval): Added self.
3429
3430 2003-08-07 Andrew Cagney <cagney@redhat.com>
3431
3432 * inferior.h (AT_SYMBOL): Define.
3433 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3434 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3435 * mips-tdep.c (mips_call_dummy_address): Delete function.
3436 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3437 set call_dummy_address.
3438
3439 2003-08-07 Andrew Cagney <cagney@redhat.com>
3440
3441 * language.c (op_error): Delete function.
3442 (binop_type_check): Delete function.
3443 * language.h (type_op_error, range_op_error): Delete macros.
3444 (op_error): Delete declaration.
3445
3446 2003-08-07 Andrew Cagney <cagney@redhat.com>
3447
3448 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3449
3450 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3451
3452 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3453 (x86_64_push_arguments): Skip the red zone.
3454
3455 2003-08-05 Andrew Cagney <cagney@redhat.com>
3456
3457 * reggroups.c (reggroup_next): Check for the final entry.
3458
3459 2003-08-04 Andrew Cagney <cagney@redhat.com>
3460
3461 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3462 * cli/cli-script.c (define_command): Call query directly, instead
3463 of passing it a buffer.
3464 * ocd.c (ocd_error): Pass error a constant format string.
3465 * remote-mips.c (mips_error): Use fputs_filtered.
3466
3467 * solib-svr4.c (_initialize_svr4_solib): Update
3468 register_gdbarch_data call.
3469 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3470
3471 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3472 (register_gdbarch_data): Delete "free" parameter. Update
3473 comments.
3474 * gdbarch.h, gdbarch.c: Re-generate.
3475 * reggroups.c (_initialize_reggroup): Update.
3476 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3477 * frame-base.c (_initialize_frame_base): Update.
3478 * frame-unwind.c (_initialize_frame_unwind): Update.
3479 * user-regs.c (_initialize_user_regs): Update.
3480 * remote.c (_initialize_remote): Update.
3481 * regcache.c (_initialize_regcache): Update.
3482
3483 * regcache.c (xfree_regcache_descr): Delete function.
3484 (_initialize_regcache): Update call to register_gdbarch_data.
3485 (init_regcache_descr, init_legacy_regcache_descr): Use
3486 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3487
3488 * remote.c (free_remote_state): Delete function.
3489 (_initialize_remote): Update register_gdbarch_data.
3490 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3491 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3492
3493 2003-08-04 Andrew Cagney <cagney@redhat.com>
3494
3495 * reggroups.c (struct reggroup_el): Define.
3496 (struct reggroups): Delete field "nr_group". Replace array
3497 "group" with a "first" to "last" linked list.
3498 (reggroups_init): Update. Allocate using gdbarch's obstack.
3499 (reggroups_free): Delete function.
3500 (add_group): Update. Add "el" parameter.
3501 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3502 (default_groups): Update.
3503 (reggroup_next): Replace reggroups.
3504 (reggroups_dump): Update.
3505 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3506 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3507 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3508
3509 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3510
3511 * Makefile.in (tui-interp.o): Update dependencies.
3512
3513 2003-08-04 David Carlton <carlton@kealia.com>
3514
3515 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3516 to internal_error call.
3517 * source.c (forward_search_command): Add "%s" format argument.
3518 (reverse_search_command): Ditto.
3519 * top.c (quit_confirm): Ditto.
3520 * cli/cli-setshow.c (do_setshow_command): Ditto.
3521 * cp-valprint.c (cp_print_class_method): Replace
3522 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3523 (cp_print_class_member): Ditto.
3524 * event-top.c (command_line_handler): Ditto.
3525 * linux-proc.c (linux_info_proc_cmd): Ditto.
3526 * p-typeprint.c (pascal_type_print_base): Ditto.
3527 * p-valprint.c (pascal_object_print_class_method): Ditto.
3528 (pascal_object_print_class_member): Ditto.
3529 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3530 * remote.c (remote_cisco_section_offsets): Ditto.
3531 * top.c (command_line_input): Ditto.
3532 * utils.c (vwarning,error_stream,quit): Ditto.
3533 * valprint.c (print_floating,print_binary_chars)
3534 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3535
3536 2003-08-04 Andrew Cagney <cagney@redhat.com>
3537
3538 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3539
3540 2003-08-02 Andrew Cagney <cagney@redhat.com>
3541
3542 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3543 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3544 amd64fbsd-nat.c.
3545
3546 2003-08-02 Andrew Cagney <cagney@redhat.com>
3547
3548 * Makefile.in: Update all dependencies and definitions.
3549
3550 2003-08-02 Adam Fedor <fedor@gnu.org>
3551
3552 * linespec.c (is_objc_method_format): New function
3553 (decode_line_1, locate_first_half): Use it.
3554 Fixes PR objc/1298
3555
3556 2003-08-01 Andrew Cagney <cagney@redhat.com>
3557
3558 * NEWS: Mention that m32r is multi-arch.
3559 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3560 * configure.tgt: Recognize m32r-*-*.
3561 * config/m32r/tm-m32r.h: Delete file.
3562 * config/m32r/m32r.mt: New file.
3563 * m32r-rom.c (m32r_upload_command): Use hostent only when
3564 gethostname succeeds, in order to avoid a compilation
3565 warning.
3566 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3567 compiler warning.
3568
3569 2003-08-01 Michael Snyder <msnyder@redhat.com>
3570
3571 * sh-tdep.c (sh_frame_align): New gdbarch method.
3572 (sh_gdbarch_init): Set up frame_align method.
3573
3574 2003-07-31 Michael Snyder <msnyder@redhat.com>
3575
3576 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3577 which is already covered by the new frames infrastructure.
3578
3579 2003-07-31 Andrew Cagney <cagney@redhat.com>
3580
3581 * user-regs.c (struct user_reg): Add "next" link.
3582 (struct user_regs): Replace "user" with "first" and "last" links.
3583 (append_user_reg): Add pre-allocated "reg" parameter.
3584 (builtin_user_regs): Provide initial value for "last".
3585 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3586 (user_regs_init): Allocate memory from the gdbarch obstack.
3587 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3588 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3589 linked list.
3590 (usernum_to_user_reg): New function.
3591 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3592 (value_of_user_reg): Use usernum_to_user_reg.
3593 (user_regs_free): Delete function.
3594 (_initialize_user_regs): Update register_gdbarch_data call.
3595
3596 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3597
3598 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3599
3600 2003-07-30 Michael Snyder <msnyder@redhat.com>
3601
3602 * value.h (value_being_returned): Add a struct_addr argument.
3603 * infcall.c (call_function_by_hand): Pass struct_addr to
3604 value_being_returned.
3605 * infcmd.c (print_return_value): Pass zero as struct_addr.
3606 * values.c (value_being_returned): If struct_addr is passed,
3607 use it instead of trying to recover it from the inferior.
3608
3609 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3610
3611 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3612 the prologue analyzer won't need to attempt to extract the pc
3613 value from the woefully incomplete dummy frame.
3614 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3615 possible. Disable code which modifies the frame.
3616
3617 2003-07-28 Andrew Cagney <cagney@redhat.com>
3618
3619 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3620 to level 2.
3621 (annotate_breakpoints_table, annotate_record): Ditto.
3622 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3623 (annotate_field_name_end, annotate_field_value): Ditto.
3624 (annotate_field_end, annotate_frame_source_begin): Ditto.
3625 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3626 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3627 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3628 (annotate_frame_address_end, annotate_frame_address): Ditto.
3629 (annotate_frame_args, annotate_frame_end): Ditto.
3630 (annotate_frame_where, annotate_arg_begin): Ditto.
3631 (annotate_arg_name_end, annotate_arg_value): Ditto.
3632 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3633 (annotate_function_call, annotate_signal_name): Ditto.
3634 (annotate_signal_string, annotate_signal_name_end): Ditto.
3635 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3636 (annotate_value_begin, annotate_value_history_value): Ditto.
3637 (annotate_value_history_end, annotate_value_end): Ditto.
3638 (annotate_display_begin, annotate_display_number_end): Ditto.
3639 (annotate_display_format, annotate_display_expression): Ditto.
3640 (annotate_display_expression_end, annotate_display_value): Ditto.
3641 (annotate_display_end, annotate_array_section_begin): Ditto.
3642 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3643 (annotate_elt, annotate_array_section_end): Ditto.
3644
3645 2003-07-28 Andrew Cagney <cagney@redhat.com>
3646
3647 * regcache.c (struct regcache_descr): Update comments on
3648 nr_raw_registers.
3649 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3650 sizeof_raw_register_valid_p.
3651 (init_regcache_descr): Set nr_raw_registers and
3652 sizeof_raw_register_valid_p before calling
3653 init_legacy_regcache_descr.
3654
3655 2003-07-28 Andrew Cagney <cagney@redhat.com>
3656
3657 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3658 MOD NUM_REGS.
3659
3660 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3661
3662 * thread.c (info_threads_command): Use get_selected_frame ().
3663 Check that there is at least one non-sentinel frame.
3664
3665 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3666
3667 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3668 (m68hc11_pop_frame): Remove.
3669 (m68hc11_frame_saved_pc): Remove.
3670 (m68hc11_frame_chain): Remove.
3671 (m68hc11_frame_init_saved_regs): Remove.
3672 (m68hc11_init_extra_frame_info): Remove.
3673 (m68hc11_store_struct_return): Remove.
3674 (m68hc11_saved_pc_after_call): Remove.
3675
3676 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3677
3678 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3679 frame unwind information.
3680 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3681 and adapted for frame unwinding.
3682 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3683 (m68hc11_unwind_pc): New function.
3684 (m68hc11_frame_unwind_cache): New function to analyze frames.
3685 (m68hc11_frame_this_id): New function to create new frame struct.
3686 (m68hc11_frame_prev_register): New function to unwind a register from
3687 the frame.
3688 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3689 (m68hc11_frame_p): New function for the above.
3690 (m68hc11_frame_base_address): New function to return fp of frame.
3691 (m68hc11_frame_args_address): Update for frame.
3692 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3693 (m68hc11_unwind_sp): New function.
3694 (m68hc11_unwind_dummy_id): New function.
3695 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3696 calls.
3697
3698 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3699
3700 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3701 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3702 when we are beyond the current pc.
3703
3704 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3705
3706 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3707 from m68hc11_push_arguments.
3708 (m68hc11_push_arguments): Remove.
3709 (m68hc11_push_return_address): Remove.
3710 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3711 handlers; remove deprecated_extra_stack_alignment_needed.
3712
3713 2003-07-27 Andrew Cagney <cagney@redhat.com>
3714
3715 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3716 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3717 REAL_PC and not the pointer.
3718 * hppa-hpux-tdep.c: Include frame.h
3719
3720 2003-07-27 Andrew Cagney <cagney@redhat.com>
3721
3722 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3723 GDB_MULTI_ACH_PARTIAL.
3724
3725 2003-07-27 Andrew Cagney <cagney@redhat.com>
3726
3727 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3728 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3729 operator at start and not end of line.
3730 (decode_prologue): Ditto.
3731 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3732 frame_unwind_register_unsigned instead of
3733 frame_unwind_unsigned_register.
3734 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3735 read_register.
3736 (m32r_push_dummy_call): Use register_size instead of
3737 REGISTER_RAW_SIZE.
3738 (m32r_frame_sniffer): Replace m32r_frame_p.
3739 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3740 * m32r-rom.c (report_transfer_performance): Delete extern
3741 declaration.
3742 (m32r_load, m32r_upload_command): Use print_transfer_performance
3743 instead of report_transfer_performance.
3744 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3745 / add_show_from_set.
3746
3747 2003-07-26 Andrew Cagney <cagney@redhat.com>
3748
3749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3750 store_return_value and extract_struct_value_address.
3751
3752 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3753
3754 PR c++/1267
3755 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3756 NULL, default to the section containing PC.
3757
3758 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3759
3760 * NEWS: Mention "regs" deprecated for m68hc11 too.
3761
3762 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3763 (m68hc11_print_register): New function to print out one register.
3764 (m68hc11_print_registers_info): New function to print registers.
3765 (show_regs): Deprecate and use the above.
3766 (m68hc11_gdbarch_init): Install the print_registers_info.
3767
3768 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3769
3770 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3771 that we have a SIGTRAP before returning non-zero.
3772
3773 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3774 Elena Zannoni <ezannoni@redhat.com>
3775
3776 * linespec.c (decode_line_2): Avoid crash if
3777 find_function_start_sal() returns empty record.
3778
3779 2003-07-23 Andreas Schwab <schwab@suse.de>
3780
3781 * ia64-tdep.c (ia64_print_insn): New function.
3782 (ia64_gdbarch_init): Set print_insn to it.
3783 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3784 deprecated_tm_print_insn_info.
3785
3786 2003-07-22 Michael Snyder <msnyder@redhat.com>
3787
3788 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3789 handle 8-bit returns (long long).
3790 (h8300h_extract_return_value): Ditto.
3791 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3792
3793 2003-07-22 Andrew Cagney <cagney@redhat.com>
3794
3795 * gdbarch.c Include "gdb_obstack.h".
3796 (struct gdbarch): Add an "obstack".
3797 (alloc_gdbarch_data): Allocate the gdbarch data using
3798 GDBARCH_OBSTACK_CALLOC.
3799 (free_gdbarch_data): Delete function.
3800 (gdbarch_obstack_zalloc): New function.
3801 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3802 Assert that the architecture is not initialized.
3803 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3804 vector from the obstack.
3805 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3806 architecture obstack.
3807 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3808 (set_gdbarch_data): Assert that the data is not initialized.
3809 (struct gdbarch_data): Delete member "free".
3810 (register_gdbarch_data): Do not initialize "free".
3811 * gdbarch.h, gdbarch.c: Re-generate.
3812
3813 2003-07-22 Andrew Cagney <cagney@redhat.com>
3814
3815 * configure.in (build_warnings): Add -Wformat-nonliteral.
3816 * configure: Re-generate.
3817
3818 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3819
3820 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3821
3822 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3823
3824 * findvar.c (read_var_value): Remove case for thread local storage
3825 variables. It is now entirely handled by the dwarf2 location
3826 expression code.
3827 * printcmd.c (address_info): Ditto.
3828 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3829 enumeration value.
3830 (struct symbol): Remove objfile field, which was used by
3831 LOC_THREAD_LOCAL_STATIC only.
3832 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3833 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3834 usage of objfile pointer.
3835 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3836 thread local variables.
3837 Add include of objfiles.h.
3838 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3839 storage variables.
3840 * Makefile.in (dwarf2loc.o): Update dependencies.
3841
3842 2003-07-22 Andrew Cagney <cagney@redhat.com>
3843
3844 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3845 get_frame_base.
3846 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3847 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3848 (struct value): Add opaque declaration.
3849 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3850
3851 2003-07-21 Andrew Cagney <cagney@redhat.com>
3852
3853 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3854 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3855
3856 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3857
3858 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3859 regcache_cooked_read_unsigned instead of read_register.
3860 (m68hc11_saved_pc_after_call): Likewise.
3861 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3862 instead of write_register.
3863 (m68hc11_register_type): New function.
3864 (m68hc11_register_virtual_type): Remove.
3865 (m68hc11_store_return_value): Convert to use the regcache.
3866 (m68hc11_extract_struct_value_address): Likewise.
3867 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3868 m68hc11_register_type; undeprecate store_return_value and
3869 extract_struct_value_address.
3870
3871 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3872
3873 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3874 and translate to use regcache.
3875 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3876
3877 2003-07-18 Andrew Cagney <cagney@redhat.com>
3878
3879 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3880 * gdbarch.h, gdbarch.c: Re-generate.
3881 * i386-tdep.c (i386_gdbarch_init): Do not set
3882 DWARF2_BUILD_FRAME_INFO.
3883 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3884 unconditionally.
3885 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3886 DWARF2_BUILD_FRAME_INFO.
3887
3888 2003-07-18 Andrew Cagney <cagney@redhat.com>
3889
3890 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3891 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3892
3893 2003-07-18 Andrew Cagney <cagney@redhat.com>
3894
3895 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3896 frame_unwind_address_in_block, instead of frame_pc_unwind.
3897 (dwarf2_frame_cache): Ditto.
3898
3899 2003-07-18 Andrew Cagney <cagney@redhat.com>
3900
3901 * user-regs.h (struct gdbarch): Declare opaque.
3902 * ui-out.h (struct ui_file): Declare opaque.
3903 * dwarf2-frame.h (struct frame_info): Declare opaque.
3904
3905 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3906
3907 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3908 #include "...".
3909 (procfs_meminfo): Change strerror to safe_strerror.
3910 (procfs_can_run): Remove K&R badness.
3911
3912 2003-07-17 Michael Snyder <msnyder@redhat.com>
3913
3914 * remote-sim.c: Comment typo fix.
3915
3916 2003-07-17 Andrew Cagney <cagney@redhat.com>
3917
3918 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3919 configure.
3920 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3921 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3922 GDB_MULTI_ARCH_PARTIAL.
3923
3924 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3925
3926 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3927 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3928 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3929
3930 2003-07-16 Theodore A. Roth <troth@openavr.org>
3931
3932 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3933 found.
3934 (avr_frame_unwind_cache): Don't unwind FP for main.
3935 Update a comment.
3936 Save the computed prev_sp.
3937 (avr_saved_regs_unwinder): Remove function.
3938 (avr_frame_prev_register): Use PC unwind logic from
3939 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3940
3941 2003-07-16 Andrew Cagney <cagney@redhat.com>
3942
3943 * frame-base.h (frame_base_p_ftype): Delete definition.
3944 (frame_base_append_predicate): Delete declaration.
3945 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3946 (frame_unwind_append_predicate): Delete declaration.
3947 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3948 (append_predicate): Delete parameter "p".
3949 (frame_unwind_append_predicate): Delete function.
3950 (frame_unwind_append_sniffer): Update call to append_predicate.
3951 (frame_unwind_free): Delete function.
3952 (_initialize_frame_unwind): Pass NULL as "free" to
3953 register_gdbarch_data.
3954 (frame_unwind_init): Append the dummy_frame_sniffer.
3955 (frame_unwind_find_by_frame): Simplify.
3956 * frame-base.c (struct frame_base_table): Delete field "p".
3957 (append_predicate): Delete parameter "p".
3958 (frame_base_append_predicate): Delete function.
3959 (frame_base_append_sniffer): Update call to append_predicate.
3960 (frame_base_free): Delete function.
3961 (frame_base_find_by_frame): Simplify.
3962 (_initialize_frame_base): Pass NULL as "free" to
3963 register_gdbarch_data.
3964 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3965 (x86_64_sigtramp_frame_sniffer): Replace
3966 "x86_64_sigtramp_frame_p".
3967 (x86_64_init_abi): Set the frame unwind sniffers.
3968 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3969 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3970 (m68k_gdbarch_init): Set the frame unwind sniffers.
3971 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3972 "i386_sigtramp_frame_p".
3973 (i386_frame_sniffer): Replace "i386_frame_p".
3974 (i386_gdbarch_init): Set the frame unwind sniffers.
3975 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3976 (avr_gdbarch_init): Set the frame unwind sniffers.
3977 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3978 "alpha_sigtramp_frame_p"
3979 (alpha_heuristic_frame_sniffer): Replace
3980 "alpha_heuristic_frame_p".
3981 (alpha_gdbarch_init): Set the frame unwind sniffers.
3982 (alpha_dwarf2_init_abi): Ditto.
3983 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3984 "alpha_debug_frame_p".
3985 (alpha_mdebug_frame_base_sniffer): Replace
3986 "alpha_mdebug_frame_base_p".
3987 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3988 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3989 (d10v_gdbarch_init): Set the frame unwind sniffer.
3990 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3991 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3992 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3993 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3994 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3995 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3996
3997 2003-07-16 Michael Snyder <msnyder@redhat.com>
3998
3999 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4000 should go thru sh_dsp_register_sim_regno, else the dsp regs
4001 will not get the right values.
4002
4003 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4004
4005 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4006 deprecated_store_floating by call to store_typed_floating.
4007 (sh_sh4_register_convert_to_raw): Substitute call to
4008 deprecated_extract_floating by call to extract_typed_floating.
4009
4010 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4011
4012 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4013
4014 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4015
4016 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4017 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4018 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4019 as possible.
4020 (do_pseudo_register): Remove.
4021 (sh_push_dummy_code): New function.
4022 (sh64_store_struct_return): Rename from sh_store_struct_return.
4023 Only called for sh64 now.
4024 (sh_extract_struct_value_address): Regcache'ify.
4025 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4026 and accomodate new tasks.
4027 (sh64_push_return_address): Rename from sh_push_return_address.
4028 Only called for sh64 now.
4029 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4030 Regcache'ify.
4031 (sh3e_sh4_extract_return_value): Regcache'ify.
4032 (sh_default_store_return_value): Ditto.
4033 (sh3e_sh4_store_return_value): Ditto.
4034 (sh_default_register_byte): Remove.
4035 (sh_sh4_register_byte): Remove.
4036 (sh_default_register_raw_size): Remove.
4037 (sh_sh4_register_raw_size): Remove.
4038 (sh_register_virtual_size): Remove.
4039 (sh_sh3e_register_virtual_type): Remove.
4040 (sh_sh3e_register_type): New function.
4041 (sh_sh4_register_virtual_type): Remove.
4042 (sh_sh4_register_type): New function.
4043 (sh_default_register_virtual_type): Remove.
4044 (sh_default_register_type): New function.
4045 (do_fv_register_info): Add parameters to accomodate call from
4046 sh_print_registers_info.
4047 (do_dr_register_info): Ditto.
4048 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4049 Add parameters to accomodate call from sh_print_registers_info.
4050 (sh_do_fp_register): Ditto.
4051 (sh64_do_pseudo_register): Call do_dr_register_info,
4052 do_fv_register_info and sh_do_fp_register with default parameters.
4053 (sh_do_register): Add parameters to accomodate call from
4054 sh_print_registers_info.
4055 (sh_print_register): Ditto.
4056 (sh_print_registers_info): Rename from sh_do_registers_info.
4057 Add parameters to be used as gdbarch_print_registers_info
4058 implementation. Accomodate removed do_pseudo_register function
4059 pointer.
4060 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4061 function pointer. Call sh_print_register with default parameters.
4062 (sh64_do_registers_info): Call sh_print_registers_info instead of
4063 sh_do_registers_info.
4064 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4065 detection of deprecated vs. non-deprecated functionality.
4066 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4067 function pointer assignments by direct function calls.
4068
4069 2003-07-15 Andrew Cagney <cagney@redhat.com>
4070
4071 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4072 (frame_register_unwind, create_new_frame): Ditto.
4073 (legacy_get_prev_frame, get_frame_type): Ditto.
4074 (get_frame_base_address): Use frame_base_find_by_frame.
4075 (get_frame_locals_address): Use frame_base_find_by_frame.
4076 (get_frame_args_address): Use frame_base_find_by_frame.
4077 * frame-base.h (frame_base_sniffer_ftype): Declare.
4078 (frame_base_append_sniffer): Declare.
4079 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4080 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4081 (frame_base_append_sniffer): New function.
4082 (frame_base_append_predicate): Add a NULL sniffer.
4083 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4084 (struct frame_base_table): Add "sniffer".
4085 (frame_base_free): Free the "sniffer" table.
4086 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4087 (frame_unwind_append_sniffer): Declare.
4088 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4089 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4090 (struct frame_unwind_table): Add "sniffer", delete "middle".
4091 (append_predicate): Add "sniffer" parameter, append the sniffer.
4092 (frame_unwind_init): Update append_predicate call.
4093 (frame_unwind_append_sniffer): New function.
4094 (frame_unwind_append_predicate): Update append_predicate call.
4095 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4096
4097 2003-07-15 Andrew Cagney <cagney@redhat.com>
4098
4099 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4100 before code inhibiting repeated unwind attempts. Add to
4101 commentary on that test's problems.
4102 * blockframe.c (inside_main_func): Look for "main" in the minimal
4103 symbol table.
4104 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4105 identical.
4106
4107 2003-07-15 Andrew Cagney <cagney@redhat.com>
4108
4109 * complaints.c (struct explanation): Define.
4110 (struct complaints): Change type of "explanation" to "struct
4111 explanation".
4112 (symfile_explanations): Convert to a "struct explanation" table.
4113 (vcomplaint): Update.
4114
4115 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4116
4117 * x86-64-linux-nat.c (regmap): Removed.
4118 (supply_gregset, fill_gregset): Call
4119 x86_64_linux_(fill,supply)_gregset functions.
4120 * x86-64-linux-tdep.c (USER_*): New defines.
4121 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4122 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4123 New functions.
4124 (fetch_core_registers): Ditto.
4125 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4126 * x86-64-linux-tdep.h: New file.
4127 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4128 and core-regset.o.
4129 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4130
4131 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4132
4133 * x86-64-tdep.c (x86_64_store_return_value): Use
4134 regcache_cooked_write_part instead of regcache_cooked_write.
4135
4136 * configure.host: Add x86_64-*-freebsd*.
4137 * configure.tgt: Add x86_64-*-freebsd*.
4138 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4139 * amd64fbsd-nat.c: New file.
4140 * amd64fbsd-tdep.c: New file.
4141 * config/i386/nm-fbsd64.h: New file.
4142 * config/i386/fbsd64.mh: New file.
4143 * config/i386/fbsd64.mt: New file.
4144
4145 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4146
4147 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4148 `sc_regs_offset' and `sc_fpregs_offset'.
4149 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4150 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4151 (alpha_sigtramp_register_address): Rewrite to use new members of
4152 `struct gdbarch_tdep'.
4153 (alpha_gdbarch_init): Initialize new members of struct
4154 gdbarch_tdep'.
4155 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4156 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4157 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4158 (alphafbsd_pc_in_sigtramp): Implement.
4159 (alphafbsd_sigtramp_offset): New function.
4160 (alphafbsd_sigcontext_addr): New function.
4161 (alphafbsd_init_abi): Initialize signal trampoline related members
4162 of `struct gdbarch_tdep'.
4163 (_initialize_alphafbsd_tdep): Add prototype.
4164
4165 2003-07-11 Theodore A. Roth <troth@openavr.org>
4166
4167 * Makefile.in (install-only): Quote sed expression when generating
4168 transformed_name.
4169
4170 2003-07-11 Richard Henderson <rth@redhat.com>
4171
4172 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4173 * dwarf2-frame.c: Include complaints.h.
4174 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4175 variable initialization; return NULL on error.
4176 (decode_frame_entry): New.
4177
4178 2003-07-11 Andrew Cagney <cagney@redhat.com>
4179
4180 * frame.h (frame_address_in_block): Delete declaration.
4181 * blockframe.c (frame_address_in_block): Delete function.
4182 (get_frame_block): Use get_frame_address_in_block.
4183 (block_innermost_frame): Ditto.
4184 * stack.c (print_frame, backtrace_command_1): Ditto.
4185
4186 * frame.h (get_frame_address_in_block): Declare.
4187 (frame_unwind_address_in_block): Declare.
4188 * frame.c (frame_unwind_address_in_block): New function.
4189 (get_frame_address_in_block): New function.
4190
4191 2003-07-10 Andrew Cagney <cagney@redhat.com>
4192
4193 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4194 pre-default. Note: re-generate has no effect.
4195
4196 2003-07-10 Andrew Cagney <cagney@redhat.com>
4197
4198 * gdbarch.sh: When a variable, but not a function, compare against
4199 0. Fix problem in previous patch.
4200 * gdbarch.c: Re-generate.
4201
4202 2003-07-10 Andrew Cagney <cagney@redhat.com>
4203
4204 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4205 functions against NULL, not 0.
4206 * gdbarch.c: Re-generate.
4207
4208 2003-07-10 Fred Fish <fnf@ninemoons.com>
4209
4210 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4211 null string instead of a null pointer.
4212 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4213
4214 2003-07-09 Michael Snyder <msnyder@redhat.com>
4215
4216 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4217
4218 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4219
4220 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4221 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4222 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4223 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4224 * x86-64-tdep.c: ... from here.
4225
4226 2003-07-09 Andreas Schwab <schwab@suse.de>
4227
4228 * m68k-tdep.h (enum struct_return): Define.
4229 (struct gdbarch_tdep): Add struct_return.
4230 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4231 bytes are padded to the right, not to the left. Pass struct value
4232 address in register %a1, not on stack.
4233 (m68k_use_struct_convention): New function.
4234 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4235 struct_return in tdep to pcc_struct_return.
4236 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4237 reg_struct_return.
4238
4239 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4240
4241 * somread.c (som_symfile_offsets): Fix compilation error.
4242
4243 2003-07-09 Andrew Cagney <cagney@redhat.com>
4244
4245 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4246 Add comments about the checks.
4247
4248 2003-07-08 Andrew Cagney <cagney@redhat.com>
4249
4250 * Makefile.in: Make dependency section headers consistent.
4251 (config_h): Move to $BUILD headers section.
4252 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4253 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4254 (ada-exp.tab.c): Move to YACC/LEX section.
4255 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4256 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4257
4258 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4259
4260 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4261 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4262 of strerror with safe_strerror, use ISO C function definitions,
4263 and replace instances of sprintf with snprintf.
4264
4265 2003-07-07 Andrew Cagney <cagney@redhat.com>
4266
4267 * frame.c (get_prev_frame): Enable check for identical frames.
4268 Update comments. Update error messages.
4269
4270 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4271
4272 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4273
4274 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4275
4276 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4277 sort_symtab_syms, no longer necessary.
4278
4279 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4280
4281 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4282
4283 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4284
4285 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4286 (mips_register_byte): Likewise.
4287
4288 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4289
4290 * Makefile.in (sparc_tdep_h): New.
4291 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4292 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4293 * sparc-linux-nat.c: Include "sparc-tdep.h".
4294 * sparc-nat.c: Likewise.
4295 * sparc-tdep.c: Likewise.
4296 * sparc64nbsd-nat.c: Likewise.
4297 * sparcnbsd-nat.c: Likewise.
4298 * sparcnbsd-tdep.c: Likewise.
4299 * sparc-tdep.h: New file.
4300 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4301 and sparc_npc_regnum.
4302
4303 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4304
4305 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4306 (mips_linux_cannot_store_register): List supported instead of
4307 unsupported registers.
4308
4309 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4310
4311 * disasm.c (dump_insns): Separate instructions from addresses.
4312
4313 2003-07-07 Andreas Schwab <schwab@suse.de>
4314
4315 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4316 dependencies.
4317 * m68k-tdep.c (NUM_FREGS): Delete.
4318 (SIG_PC_FP_OFFSET): Delete.
4319 (TARGET_M68K): Delete.
4320 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4321 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4322 P_MOVEL_SP, P_MOVEML_SP): Define.
4323 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4324 P_TRAP): Delete.
4325 (m68k_register_raw_size): Delete.
4326 (m68k_register_virtual_size): Delete.
4327 (m68k_register_type): Renamed from m68k_register_virtual_type and
4328 add gdbarch argument.
4329 (m68k_store_struct_return): Delete.
4330 (m68k_deprecated_extract_return_value): Delete.
4331 (m68k_deprecated_extract_struct_value_address): Delete.
4332 (m68k_frame_chain): Delete.
4333 (m68k_frame_saved_pc): Delete.
4334 (m68k_fix_call_dummy): Delete.
4335 (m68k_push_dummy_frame): Delete.
4336 (m68k_pop_frame): Delete.
4337 (m68k_extract_return_value): New function.
4338 (m68k_store_return_value): Rewrite using regcache.
4339 (m68k_extract_struct_value_address): Rewrite using regcache.
4340 (m68k_push_dummy_call): New function.
4341 (struct m68k_frame_cache): Define.
4342 (m68k_alloc_frame_cache): New function.
4343 (m68k_analyze_frame_setup): New function.
4344 (m68k_analyze_register_saves): New function.
4345 (m68k_analyze_prologue): New function.
4346 (m68k_skip_prologue): Rewrite using above functions.
4347 (m68k_unwind_pc): New function.
4348 (m68k_frame_cache): New function.
4349 (m68k_frame_this_id): New function.
4350 (m68k_frame_prev_register): New function.
4351 (m68k_frame_unwind): New variable.
4352 (m68k_frame_p): New function.
4353 (m68k_sigtramp_frame_cache): New function.
4354 (m68k_sigtramp_frame_this_id): New function.
4355 (m68k_sigtramp_frame_prev_register): New function.
4356 (m68k_sigtramp_frame_unwind): New variable.
4357 (m68k_sigtramp_frame_p): New function.
4358 (m68k_frame_base_address): New function.
4359 (m68k_frame_base): New function.
4360 (m68k_unwind_dummy_id): New function.
4361 (fill_gregset): Use regcache_collect.
4362 (fill_fpregset): Likewise.
4363 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4364 defined.
4365 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4366 deprecated_init_frame_pc, deprecated_store_struct_return,
4367 deprecated_extract_return_value, deprecated_store_return_value,
4368 deprecated_frame_chain, deprecated_frame_saved_pc,
4369 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4370 deprecated_register_virtual_size,
4371 deprecated_max_register_raw_size,
4372 deprecated_max_register_virtual_size,
4373 deprecated_register_virtual_type, deprecated_register_size,
4374 deprecated_register_byte, deprecated_register_bytes,
4375 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4376 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4377 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4378 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4379 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4380 deprecated_push_dummy_frame, deprecated_pop_frame,
4381 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4382 only if SYSCALL_TRAP is defined. Set extract_return_value,
4383 store_return_value, extract_struct_value_address, register_type,
4384 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4385 predicates.
4386 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4387 M68K_MAX_REGISTER_SIZE): Define.
4388 (struct m68k_sigtramp_info): Define.
4389 (struct gdbarch_tdep): Add get_sigtramp_info.
4390 * m68klinux-nat.c (fetch_register): Use register_size instead of
4391 REGISTER_RAW_SIZE. Don't put assignment in if.
4392 (store_register): Likewise.
4393 (fetch_inferior_registers): Likewise.
4394 (store_inferior_registers): Likewise.
4395 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4396 (m68k_linux_frame_saved_pc): Delete.
4397 (m68k_linux_sigcontext_reg_offset,
4398 m68k_linux_ucontext_reg_offset): Define.
4399 (m68k_linux_get_sigtramp_info): New function.
4400 (m68k_linux_extract_return_value): Rewrite using regcache.
4401 (m68k_linux_store_return_value): Likewise.
4402 (m68k_linux_extract_struct_value_address): Likewise.
4403 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4404 Don't set deprecated_frame_saved_pc,
4405 deprecated_extract_return_value, deprecated_store_return_value,
4406 deprecated_extract_struct_value_address. Set
4407 extract_return_value, store_return_value,
4408 extract_struct_value_address.
4409
4410 2003-07-07 Andrew Cagney <cagney@redhat.com>
4411
4412 * expprint.c: Include "user-regs.h" instead of "frame.h".
4413 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4414 frame_map_regnum_to_name.
4415 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4416 (frame_map_name_to_regnum): Simplify, call
4417 user_reg_map_name_to_regnum.
4418 (frame_map_regnum_to_name): Simplify, call
4419 user_reg_map_regnum_to_name.
4420 (frame_register_unwind): Update.
4421 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4422 (_initialize_frame_reg): Call user_reg_add_builtin.
4423 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4424 (value_of_register): Use value_of_user_reg.
4425 * eval.c (evaluate_subexp_standard): Update.
4426 * parse.c (write_dollar_variable): Update.
4427 * d10v-tdep.c (d10v_print_registers_info): Update.
4428 * infcmd.c (registers_info): Update.
4429 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4430 (builtin_regs_h): Delete macro.
4431 (user_regs_h): Define.
4432 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4433 (builtin-regs.o): Delete target.
4434 (user-regs.o): Specify dependencies.
4435 (expprint.o): Update dependencies.
4436 (findvar.o): Update dependencies.
4437 (frame.o): Update dependencies.
4438 (std-regs.o): Update dependencies.
4439
4440 2003-07-06 Christopher Faylor <cgf@redhat.com>
4441
4442 * win32-nat.c (solib_symbols_add): Use one variable for all section
4443 address stuff. Pass variable rather than address of variable to
4444 safe_symbol_file_add.
4445
4446 2003-07-06 Andreas Schwab <schwab@suse.de>
4447
4448 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4449
4450 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4451
4452 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4453
4454 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4455
4456 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4457
4458 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4459
4460 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4461 * config/i386/nto.mh: New file.
4462 * config/i386/nm-nto.h: New file.
4463 * configure.host: Add i[3456]86-*-nto*.
4464
4465 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4466
4467 * remote-vx.c (vx_add_symbols): Fix compilation error.
4468
4469 2003-07-03 Andrew Cagney <cagney@redhat.com>
4470
4471 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4472 * gdbarch.h, gdbarch.c: Re-generate.
4473 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4474 (legacy_register_name): Declare.
4475 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4476 (REGISTER_NAME): Define.
4477 * sparc-tdep.c (legacy_register_name): New function.
4478 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4479 (REGISTER_NAME): Define.
4480 (hppa64_register_name): Declare.
4481 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4482 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4483 (hppa64_register_name): New function.
4484 (hppa_register_name): New function.
4485 * arch-utils.c (legacy_register_name): Delete.
4486 * arch-utils.h (legacy_register_name): Delete.
4487
4488 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4489
4490 * cli/cli-interp.c (cli_interpreter_resume): Update the
4491 cli_uiout's stream to gdb_stdout.
4492
4493 2003-07-03 Andrew Cagney <cagney@redhat.com>
4494
4495 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4496 predicate.
4497 * gdbarch.h, gdbarch.c: Re-generate.
4498 * regcache.c (init_regcache_descr): Use legacy code when either
4499 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4500
4501 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4502
4503 * NEWS: Move "set logging" entry into GDB 6.0 section.
4504
4505 2003-07-02 Jim Blandy <jimb@redhat.com>
4506
4507 * s390-tdep.c (struct frame_extra_info): new member:
4508 'stack_bought_valid'.
4509 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4510 initialize fextra_info->stack_bought.
4511 (s390_frameless_function_invocation): Don't trust the value of
4512 fextra_info_ptr->stack_bought unless
4513 fextra_info->stack_bought_valid is set.
4514
4515 New S390 prologue analyzer.
4516 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4517 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4518 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4519 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4520 compute_x_addr, s390_on_stack, s390_store,
4521 s390_get_signal_frame_info): New functions.
4522 (S390_NUM_SPILL_SLOTS): New macro.
4523 (s390_get_frame_info): Rewritten.
4524 (is_arg_reg): Deleted.
4525
4526 Break out the decoding of S/390 instructions into separate
4527 functions, to make it more legible, and easier to check
4528 against the spec.
4529 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4530 is_rx, is_rxe): New functions.
4531 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4532 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4533 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4534 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4535 enums for opcode values. (Is this an improvement?)
4536
4537 2003-07-02 Andrew Cagney <cagney@redhat.com>
4538
4539 * i386-tdep.c: Revert change committed as part of trad-frame code
4540 below.
4541
4542 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4543
4544 * breakpoint.c (insert_catchpoint): Make static.
4545
4546 2003-07-02 Andreas Schwab <schwab@suse.de>
4547
4548 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4549 former ia64_push_arguments and ia64_push_return_address, and use
4550 regcache functions instead of read/write_register.
4551 (ia64_gdbarch_init): Set push_dummy_call instead of
4552 deprecated_push_arguments and deprecated_push_return_address.
4553
4554 2003-07-01 Andreas Jaeger <aj@suse.de>
4555
4556 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4557 before the call.
4558 Set %rax only to number of SSE registers used.
4559
4560 2003-07-01 Andrew Cagney <cagney@redhat.com>
4561
4562 * trad-frame.h: Update comments, a -1 .addr is reserved.
4563 (trad_frame_value_p, trad_frame_addr_p): Declare.
4564 (trad_frame_reg_p): Declare.
4565 (trad_frame_set_value): Rename trad_frame_register_value.
4566 (trad_frame_set_unknown): Declare.
4567 * trad-frame.c (trad_frame_realreg_p): New function.
4568 (trad_frame_addr_p, trad_frame_value_p): New function.
4569 (trad_frame_set_unknown): New function.
4570 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4571 (trad_frame_prev_register): Use trad_frame_realreg_p,
4572 trad_frame_addr_p and trad_frame_value_p.
4573 (trad_frame_set_value): Rename trad_frame_register_value.
4574 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4575 and trad_frame_set_value.
4576
4577 2003-06-30 Jim Blandy <jimb@redhat.com>
4578
4579 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4580 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4581 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4582 for 16 registers, and then 32 more bytes.
4583 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4584 New macros.
4585 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4586 Move up in the file, since it's now used by is_simple_arg.
4587 (is_simple_arg): Don't assume registers are four bytes long.
4588 Exclude all double arguments. Extended floats are not simple
4589 args.
4590 (is_power_of_two): New function.
4591 (pass_by_copy_ref): Call is_power_of_two, and check that the
4592 length fits in a register, rather than listing all the acceptable
4593 sizes. Extended floats are not passed by reference.
4594 (s390_push_arguments): Don't assume registers are four bytes long.
4595 Reserve an argument register to point to the buffer for structures
4596 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4597 S390_STACK_FRAME_OVERHEAD.
4598
4599 2003-06-30 Andreas Schwab <schwab@suse.de>
4600
4601 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4602 format error message.
4603
4604 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4605
4606 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4607
4608 2003-06-30 David Carlton <carlton@kealia.com>
4609
4610 Band-aid for PR c++/1245.
4611 * Makefile.in (cp-support.o): Depend on complaints_h.
4612 * cp-support.c: Include complaints.h. Add declaration for
4613 find_last_component.
4614 (cp_find_first_component): Separate code into
4615 cp_find_first_component_aux.
4616 (cp_find_first_component_aux): Call demangled_name_complaint.
4617 (demangled_name_complaint): New.
4618
4619 2003-06-30 Andrew Cagney <cagney@redhat.com>
4620
4621 * remote.c (remote_write_bytes): Explicitly compute and then use
4622 the payload size. Update comments to reflect. Fixes problem of
4623 GDB not sending small packets as found by Fred Fish.
4624
4625 2003-06-30 Andrew Cagney <cagney@redhat.com>
4626
4627 * remote.c (remote_async_wait): Fix -Wformat problem.
4628
4629 2003-06-29 Andrew Cagney <cagney@redhat.com>
4630
4631 * remote.c (remote_wait): Call error, and not warning, when the
4632 packet is corrupt.
4633 (remote_async_wait): Ditto.
4634
4635 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4636
4637 * sparc-tdep.c (sparc_y_regnum): Make external again.
4638
4639 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4640
4641 * cli/cli-logging.c (pop_output_files): Add void to function
4642 definition.
4643
4644 2003-06-29 Andrew Cagney <cagney@redhat.com>
4645
4646 * frame.c (frame_register_unwind): Use unsigned char when dumping
4647 the buffer contents.
4648
4649 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4650
4651 * cli/cli-logging.c: New file.
4652 * cli-out.c (struct ui_out_data): Add original_stream.
4653 (cli_redirect): New function.
4654 (cli_ui_out_impl): Add cli_redirect.
4655 (cli_out_new): Initialize original_stream.
4656 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4657 (uo_redirect, ui_out_redirect): New.
4658 * ui-out.h (struct ui_out_impl): Add redirect member.
4659 (redirect_ftype): New.
4660 (ui_out_redirect): Add prototype.
4661 * Makefile.in: Add rules for cli-logging.c.
4662 * NEWS: Mention "set logging".
4663
4664 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4665
4666 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4667
4668 2003-06-27 Andrew Cagney <cagney@redhat.com>
4669
4670 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4671 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4672 * avr-tdep.c (avr_call_dummy_address): Delete function.
4673 (avr_gdbarch_init): Do not set call_dummy_address.
4674
4675 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4676
4677 * symfile.c (syms_from_objfile): Move variables to inner block.
4678 Move the checks for the non-mainline case a bit earlier to avoid
4679 doing some useless computations.
4680
4681 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4682
4683 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4684
4685 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4686
4687 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4688 sections.
4689
4690 2003-06-26 Michael Chastain <mec@shout.net>
4691
4692 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4693 gdb/testsuite/gdb.c++/pr-1210.exp.
4694
4695 2003-06-26 Andrew Cagney <cagney@redhat.com>
4696
4697 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4698 altivec_expression.h and altivec_registers.h.
4699
4700 2003-06-26 Andrew Cagney <cagney@redhat.com>
4701
4702 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4703 info->mach when MIPS16. Patch suggested by Fred Fish.
4704
4705 2003-06-26 Andrew Cagney <cagney@redhat.com>
4706
4707 * utils.c (internal_vproblem): Print the problem to a reason
4708 buffer and then pass to query. Make the msg variable more local.
4709
4710 2003-06-26 Andrew Cagney <cagney@redhat.com>
4711
4712 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4713 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4714 * gdbarch.h, gdbarch.c: Re-generate.
4715 * frame-base.c (default_frame_args_address): Update. Use
4716 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4717 not available.
4718 (default_frame_locals_address): Ditto for
4719 DEPRECATED_FRAME_LOCALS_ADDRESS.
4720 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4721 (vax_frame_num_args): Update.
4722 (vax_gdbarch_init): Update.
4723 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4724 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4725 * mcore-tdep.c (mcore_gdbarch_init): Update.
4726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4727 * ia64-tdep.c (ia64_gdbarch_init): Update.
4728 * symtab.h (address_class): Update comments.
4729 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4730 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4731 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4732 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4733 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4734 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4735 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4736 * alpha-mdebug-tdep.c: Update.
4737 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4738
4739 2003-06-26 Andreas Jaeger <aj@suse.de>
4740
4741 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4742 of SSE registers so that varargs functions work. Rework handling
4743 of passing arguments on the stack.
4744 (x86_64_store_return_value): Return double and float values in SSE
4745 register.
4746
4747 2003-06-24 Michael Chastain <mec@shout.net>
4748
4749 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4750 the "constructor breakpoints ignored" bug.
4751
4752 2003-06-25 David Carlton <carlton@kealia.com>
4753
4754 * MAINTAINERS: Update e-mail address.
4755
4756 2003-06-24 Jim Blandy <jimb@redhat.com>
4757
4758 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4759
4760 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4761 function.
4762 (ppc_linux_init_abi): Register it as the
4763 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4764
4765 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4766 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4767 method.
4768
4769 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4770 (ppc64_standard_linkage_target): Use it.
4771
4772 2003-06-23 Andrew Cagney <cagney@redhat.com>
4773
4774 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4775 for 0 "int0" and 4 "int32" sized registers.
4776 * gdbtypes.c (builtin_type_int0): Define.
4777 (build_gdbtypes): Initialize builtin_type_int0.
4778 * gdbtypes.h (builtin_type_int0): Declare.
4779
4780 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4781
4782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4783 as characters are unsigned.
4784
4785 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4786
4787 PR gdb/1179
4788 * dwarfread.c (struct_type): Skip static fields without crashing.
4789
4790 2003-06-22 Andrew Cagney <cagney@redhat.com>
4791
4792 GDB 6.0 branch created.
4793 * README: Update.
4794 * PROBLEMS: Update. Empty.
4795 * NEWS: Update.
4796
4797 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4798
4799 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4800 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4801
4802 2003-06-22 Andrew Cagney <cagney@redhat.com>
4803
4804 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4805 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4806 Velikov.
4807
4808 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4809
4810 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4811 compilers.
4812
4813 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4814
4815 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4816 argument of val_print.
4817 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4818 to the address argument of baseclass_offset or target_read_memory.
4819 Do add it to the argument of cp_print_value_fields.
4820
4821 2003-06-21 Andrew Cagney <cagney@redhat.com>
4822
4823 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4824 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4825 instead of 0..NUM_REGS.
4826 (mips_register_reggroup_p): New function.
4827 (mips_pseudo_register_write): New function.
4828 (mips_pseudo_register_read): New function.
4829 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4830 based on the register's type.
4831 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4832 cooked.
4833 (mips_get_saved_register): Simplify. Assert that REGNO is a
4834 pseudo / cooked.
4835 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4836 (mips_register_type): Replace mips_register_virtual_type. Map
4837 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4838 when available.
4839 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4840 that the register is cooked / virtual.
4841 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4842 Only get the extra info when needed.
4843 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4844 (mips32_heuristic_proc_desc): Fetch the cooked register.
4845 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4846 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4847 (mips_print_register): Use gdbarch_register_type, instead of
4848 REGISTER_VIRTUAL_TYPE.
4849 (print_gp_register_row): Use gdbarch_register_type, instead of
4850 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4851 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4852 Print the pseudo / cooked registers.
4853 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4854 Print the pseudo / cooked registers.
4855 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4856 REG_NUM is pseudo / cooked.
4857 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4858 (mips_n32n64_xfer_return_value): Ditto.
4859 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4860 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4861 (mips_register_sim_regno): New function.
4862 (mips_gdbarch_init): Set deprecated_register_byte,
4863 register_group_p, pseudo_register_write, pseudo_register_read,
4864 register_sim_regno, and num_pseudo_regs. Set register_type,
4865 instead of register_virtual_type.
4866 * Makefile.in (mips-tdep.o): Update dependencies.
4867 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4868 REGISTER_VIRTUAL_TYPE.
4869 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4870 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4871 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4872 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4873 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4874
4875 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4876
4877 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4878 * cli/cli-cmds.c: Include "gdb_vfork.h".
4879 (shell_escape): Use vfork.
4880
4881 2003-06-21 Andrew Cagney <cagney@redhat.com>
4882
4883 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4884 32 bit floating-point register saves.
4885
4886 * frame.h (deprecated_unwind_get_saved_register): Delete.
4887 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4888 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4889 and deprecated_get_next_frame_hack instead of
4890 deprecated_unwind_get_saved_register.
4891
4892 * mips-tdep.c (mips_dump_tdep): Do not print
4893 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4894
4895 * frame.c (get_frame_register): New function.
4896 (frame_unwind_register_signed): New function.
4897 (get_frame_register_signed): New function.
4898 (frame_unwind_register_unsigned): New function.
4899 (get_frame_register_unsigned): New function.
4900 * frame.h: Add comments on naming schema.
4901 (get_frame_register, frame_unwind_register_signed): Declare.
4902 (get_frame_register_signed, get_frame_register_signed): Declare.
4903 (frame_unwind_register_unsigned): Declare.
4904 (get_frame_register_unsigned): Declare.
4905
4906 2003-06-20 Theodore A. Roth <troth@openavr.org>
4907
4908 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4909
4910 2003-06-20 Theodore A. Roth <troth@openavr.org>
4911
4912 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4913 (avr_read_sp): Ditto.
4914
4915 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4916
4917 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4918 * config/arm/nm-linux.h: Likewise.
4919 * config/arm/tm-linux.h: Likewise.
4920 * config/ia64/nm-linux.h: Likewise.
4921 * config/ia64/tm-ia64.h: Likewise.
4922 * config/s390/tm-linux.h: Likewise.
4923 * config/s390/tm-s390.h: Likewise.
4924 * s390-nat.c: Likewise.
4925 * s390-tdep.c: Likewise.
4926
4927 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4928 * config/ia64/linux.mt: Likewise.
4929 * config/m68k/linux.mh: Likewise.
4930 * config/mips/linux.mt: Likewise.
4931 * config/powerpc/linux.mh: Likewise.
4932 * config/sh/linux.mt: Likewise.
4933
4934 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4935
4936 * solib.c (solib_open): Change tests for whether to search
4937 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4938 comments.
4939
4940 2003-06-19 Theodore A. Roth <troth@openavr.org>
4941
4942 * avr-tdep.c (avr_frame_address): Delete function.
4943 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4944 set_gdbarch_frame_args_address.
4945
4946 2003-06-19 Andrew Cagney <cagney@redhat.com>
4947
4948 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4949 (REGISTER_CONVERT_FROM_TYPE): Delete.
4950 (mips_register_convert_to_type): Delete declaration.
4951 (mips_register_convert_from_type): Delete declaration.
4952 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4953 kernel/.
4954
4955 2003-06-19 Michael Snyder <msnyder@redhat.com>
4956
4957 * linux-nat.h: New file.
4958 * linux-nat.c: Include linux-nat.h.
4959 * lin-lwp.c: Include linux-nat.h.
4960 Move struct lwp_info def to linux-nat.h.
4961 * linux-proc.c: Include linux-nat.h.
4962 (linux_make_note_section): Iterate over lwps instead of threads.
4963 (linux_do_thread_registers): Use lwp instead of merged pid.
4964 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4965 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4966 Add dependency on linux_nat_h.
4967
4968 2003-06-19 Theodore A. Roth <troth@openavr.org>
4969
4970 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4971
4972 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4973
4974 * varobj.c (get_type, get_target_type): Use check_typedef.
4975
4976 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4977
4978 * breakpoint.c (insert_catchpoint): Call internal_error.
4979
4980 2003-06-19 Theodore A. Roth <troth@openavr.org>
4981
4982 * avr-tdep.c (avr_push_dummy_code): Delete function.
4983 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4984
4985 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4986
4987 * arch-utils.c (default_prepare_to_proceed): Remove.
4988 (generic_prepare_to_proceed): Remove.
4989 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4990 (generic_prepare_to_proceed): Remove prototype.
4991 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4992 * gdbarch.c: Regenerate.
4993 * gdbarch.h: Regenerate.
4994 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4995 * hppah-nat.c (hppa_switched_threads): Remove.
4996 * infrun.c (prepare_to_proceed): New static function, copied from
4997 generic_prepare_to_proceed. Remove select_it argument.
4998 (proceed): Call prepare_to_proceed.
4999 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5000 variables.
5001 (ptrace_wait): Don't set the removed variables.
5002 (hppa_switched_threads): Remove.
5003 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5004 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5005 (lin_lwp_prepare_to_proceed): Remove prototype.
5006 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5007 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5008
5009 2003-06-18 Theodore A. Roth <troth@openavr.org>
5010
5011 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5012 trad-frame.h.
5013 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5014 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5015 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5016 (AVR_PROLOGUE_*): Enumerate prologue types.
5017 (struct frame_extra_info): Remove.
5018 (struct avr_unwind_cache): Define.
5019 (avr_write_sp): Delete function.
5020 (avr_read_fp): Ditto.
5021 (avr_init_extra_frame_info): Ditto.
5022 (avr_pop_frame): Ditto.
5023 (avr_frame_saved_pc): Ditto.
5024 (avr_saved_pc_after_call): Ditto.
5025 (avr_push_return_address): Ditto.
5026 (avr_frame_chain): Ditto.
5027 (avr_store_struct_return): Ditto.
5028 (avr_push_arguments): Ditto.
5029 (avr_scan_prologue): Update comments. Changed to set up the info for
5030 cache unwinding. Now returns end of prologue PC.
5031 (avr_skip_prologue): Better handling of functions lacking a prologue
5032 by using avr_scan_prologue.
5033 (avr_scan_arg_moves): New function.
5034 (avr_saved_regs_unwinder): Ditto.
5035 (avr_frame_unwind_cache): Ditto.
5036 (avr_unwind_pc): Ditto.
5037 (avr_frame_this_id): Ditto.
5038 (avr_frame_prev_register): Ditto.
5039 (avr_frame_p): Ditto.
5040 (avr_frame_base_address ): Ditto.
5041 (avr_unwind_dummy_id): Ditto.
5042 (avr_push_dummy_code): Ditto.
5043 (push_stack_item): Ditto.
5044 (pop_stack_item): Ditto.
5045 (avr_push_dummy_call): Ditto.
5046 (struct stack_item): Define.
5047 (avr_frame_unwind): Declare structure.
5048 (avr_frame_base): Ditto.
5049 (avr_gdbarch_init): Remove calls to
5050 set_gdbarch_deprecated_init_frame_pc,
5051 set_gdbarch_deprecated_target_read_fp,
5052 set_gdbarch_deprecated_dummy_write_sp,
5053 set_gdbarch_deprecated_fp_regnum,
5054 set_gdbarch_deprecated_push_arguments,
5055 set_gdbarch_deprecated_push_return_address,
5056 set_gdbarch_deprecated_pop_frame,
5057 set_gdbarch_deprecated_store_struct_return,
5058 set_gdbarch_deprecated_frame_init_saved_regs,
5059 set_gdbarch_deprecated_init_extra_frame_info,
5060 set_gdbarch_deprecated_frame_chain,
5061 set_gdbarch_deprecated_frame_saved_pc,
5062 set_gdbarch_deprecated_saved_pc_after_call.
5063 Add calls to set_gdbarch_push_dummy_call,
5064 set_gdbarch_push_dummy_code,
5065 frame_unwind_append_predicate,
5066 frame_base_set_default,
5067 set_gdbarch_unwind_dummy_id,
5068 set_gdbarch_unwind_pc.
5069 Wrap a long line.
5070
5071 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5072
5073 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5074 registers for H8/300S.
5075 (h8300_print_registers_info): Ditto.
5076 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5077
5078 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5079
5080 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5081 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5082 (lin_lwp_wait): Likewise. Update comments.
5083 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5084 (pull_pid_from_list, linux_record_stopped_pid): New.
5085
5086 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5087
5088 * ada-lang.c (scan_discrim_bound): Name first argument.
5089 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5090 declared by ALL_BLOCK_SYMBOLS.
5091
5092 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5093
5094 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5095 ("regcache.h"): Include it.
5096 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5097
5098 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5099
5100 * NEWS: Mention gdbserver detach change and "disconnect" command.
5101 * infcmd.c (disconnect_command): New function.
5102 (_initialize_infcmd): Add ``disconnect'' command.
5103 * remote.c (remote_async_detach): Delete.
5104 (remote_detach): Merge remote_async_detach.
5105 (remote_disconnect): New.
5106 (init_remote_ops): Set to_disconnect.
5107 (init_remote_cisco_ops): Likewise.
5108 (init_remote_async_ops): Likewise. Use remote_detach.
5109 * target.c (cleanup_target): Default to_disconnect.
5110 (update_current_target): Inherit to_disconnect.
5111 (target_disconnect, debug_to_disconnect): New functions.
5112 (setup_target_debug): Set to_disconnect.
5113 * target.h (struct target_ops): Add to_disconnect.
5114 (target_disconnect): Add prototype.
5115
5116 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5117
5118 * breakpoint.c (insert_catchpoint): New function.
5119 (insert_breakpoints): Use catch_exceptions to call
5120 insert_catchpoint. Disable catchpoints if they fail to insert.
5121
5122 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5123
5124 * symfile.c (reread_symbols): Clear sym_private.
5125
5126 2003-06-17 Andrew Cagney <cagney@redhat.com>
5127
5128 * trad-frame.h (struct frame_info): Add opaque declaration.
5129 * remote-fileio.h (struct cmd_list_element): Add opaque
5130 declaration.
5131 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5132 comments.
5133
5134 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5135
5136 * remote.c (remote_prepare_to_store): Replace call to
5137 deprecated_read_register_bytes with multiple regcache_raw_read
5138 calls.
5139
5140 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5141
5142 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5143 (nto_find_and_open_solib): Likewise.
5144 (nto_init_solib_absolute_prefix): Likewise.
5145 (_initialize_nto_tdep): Fix indentation.
5146
5147 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5148
5149 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5150
5151 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5152
5153 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5154
5155 2003-06-17 Jim Blandy <jimb@redhat.com>
5156
5157 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5158
5159 2003-06-16 Theodore A. Roth <troth@openavr.org>
5160
5161 * avr-tdep.c (avr_extract_return_value): New function.
5162 (avr_gdbarch_init): Set extract_return_value method.
5163
5164 2003-06-16 Andrew Cagney <cagney@redhat.com>
5165
5166 * frame.h (deprecated_get_next_frame_hack): Declare.
5167 * frame.c (legacy_saved_regs_prev_register): Only require
5168 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5169 there are always saved regs.
5170 (deprecated_generic_get_saved_register): Do not require
5171 DEPRECATED_FRAME_INIT_SAVED_REGS.
5172 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5173 use frame ID unwind instead.
5174 (deprecated_get_next_frame_hack): New function.
5175
5176 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5177
5178 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5179 (h8300_push_dummy_call): ...this function. Some minor optimization.
5180 (h8300_push_return_address): Remove.
5181 (h8300_gdbarch_init): Remove calls to
5182 set_gdbarch_deprecated_dummy_write_sp,
5183 set_gdbarch_deprecated_push_arguments and
5184 set_gdbarch_deprecated_push_return_address.
5185 Add call to set_gdbarch_push_dummy_call.
5186
5187 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5188
5189 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5190 (E_PSEUDO_EXR_REGNUM): Ditto.
5191 (h8300_is_argument_spill): Check for instructions moving argument
5192 registers into safe registers.
5193 (h8300_skip_prologue): Check for stm instruction to push registers
5194 used for register variables onto stack.
5195 (gdb_print_insn_h8300): Remove.
5196 (h8300_examine_prologue): Add a comment.
5197 (h8300_register_name): Take pseudo registers into account.
5198 (h8300s_register_name): Ditto.
5199 (h8300sx_register_name): Ditto.
5200 (h8300_print_register): Ditto.
5201 (h8300_print_registers_info): Define "nice" printing order.
5202 (h8300_saved_pc_after_call): Take pseudo registers into account.
5203 (h8300_register_type): Ditto. Return type used for remote connection
5204 when requesting real CCR or EXR register, return actual type when
5205 requesting pseudo CCR or EXR.
5206 (h8300_pseudo_register_read): New function.
5207 (h8300_pseudo_register_write): Ditto.
5208 (h8300_dbg_reg_to_regnum): Ditto.
5209 (h8300s_dbg_reg_to_regnum): Ditto.
5210 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5211 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5212 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5213 set_gdbarch_print_insn architecture dependent.
5214 Call set_gdbarch_pseudo_register_read and
5215 set_gdbarch_pseudo_register_write.
5216 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5217
5218 2003-06-16 Andrew Cagney <cagney@redhat.com>
5219
5220 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5221 * gdbarch.h, gdbarch.c: Re-generate.
5222 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5223 * s390-tdep.c (s390_gdbarch_init): Update.
5224 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5225 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5226 * mips-tdep.c (mips_gdbarch_init): Update.
5227 * mcore-tdep.c (mcore_gdbarch_init): Update.
5228 * cris-tdep.c (cris_gdbarch_init): Update.
5229 * infcall.c (call_function_by_hand): Update.
5230 * ia64-tdep.c (ia64_push_arguments): Update comment.
5231 * frame.c (legacy_get_prev_frame): Do not assume
5232 SAVE_DUMMY_FRAME_TOS_P.
5233 * dummy-frame.c (find_dummy_frame): Update comment.
5234
5235 2003-06-16 Andrew Cagney <cagney@redhat.com>
5236
5237 * regcache.c (do_cooked_read): Do not use register_valid_p.
5238
5239 2003-06-15 Theodore A. Roth <troth@openavr.org>
5240
5241 * avr-tdep.c (avr_register_type): Remove a blank line.
5242 (avr_scan_prologue): Correct some comments.
5243
5244 2003-06-15 Theodore A. Roth <troth@openavr.org>
5245
5246 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5247 prologue types.
5248 Properly scan prologues generated by gcc with the -mcall-prologues
5249 option.
5250 Add code to scan -mcall-prologues for mega devices.
5251
5252 2003-06-15 Theodore A. Roth <troth@openavr.org>
5253
5254 * avr-tdep.c (avr_register_byte): Delete function.
5255 (avr_register_raw_size): Delete function.
5256 (avr_register_virtual_size): Delete function.
5257 (avr_register_virtual_type): Delete function.
5258 (avr_register_type): New function.
5259 (avr_address_to_pointer): Remove unused code.
5260 (avr_read_fp): Need to read FP as two separate bytes due to change to
5261 avr_register_type() usage.
5262 (avr_gdbarch_init): Don't set deprecated_register_size.
5263 Don't set deprecated_register_bytes.
5264 Don't set deprecated_register_byte.
5265 Don't set deprecated_register_raw_size.
5266 Don't set deprecated_max_register_raw_size.
5267 Don't set deprecated_register_virtual_size.
5268 Don't set deprecated_max_register_virtual_size.
5269 Don't set deprecated_register_virtual_type.
5270 Set register_type method.
5271
5272 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5273
5274 * Makefile.in (linux-nat.o): Add rule.
5275 * linux-nat.c: New file.
5276 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5277 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5278 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5279 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5280 * config/arm/linux.mh (NATDEPFILES): Likewise.
5281 * config/i386/linux.mh (NATDEPFILES): Likewise.
5282 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5283 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5284 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5285 * config/mips/linux.mh (NATDEPFILES): Likewise.
5286 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5287 * config/s390/s390.mh (NATDEPFILES): Likewise.
5288 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5289
5290 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5291
5292 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5293 replace out-of-date comment.
5294
5295 2003-06-15 Andrew Cagney <cagney@redhat.com>
5296
5297 * rdi-share/host.h (Fail): Change to a varargs function.
5298 * remote-rdi.c (Fail): Update.
5299
5300 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5301
5302 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5303 (i386_convert_register_p, i386_register_to_value,
5304 i386_register_from_value): Handle types longer than 8 bytes.
5305
5306 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5307
5308 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5309 Move floating-point code to new function in i387-tdep.c.
5310 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5311 New functions containing code moved here from i386-tdep.c.
5312 * i387-tdep.h: Add opaque declaration for `struct type'.
5313 (i387_register_to_value, i387_value_to_register): New prototypes.
5314 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5315 (x86_64_init_abi): Set convert_register_p, register_to_value and
5316 value_to_register here.
5317
5318 2003-06-14 Andrew Cagney <cagney@redhat.com>
5319
5320 * mips-tdep.c (mips_register_to_value): Make static.
5321 (mips_value_to_register): Make static.
5322 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5323 * ia64-tdep.c (ia64_register_raw_size): Make static.
5324 (ia64_register_virtual_size): Make static.
5325 (ia64_register_byte): Make static.
5326 * i387-tdep.c: Include "i387-tdep.h".
5327 (print_387_control_word): Delete function.
5328 (print_387_status_word): Delete function.
5329 (print_387_status_bits): Delete function.
5330 (print_387_control_bits): Delete function.
5331 * Makefile.in (i387-tdep.o): Update dependencies.
5332 * rdi-share/host.h (Fail): Declare.
5333 * remote-rdi.c (Fail): Update to match declaration.
5334
5335 2003-06-14 Andrew Cagney <cagney@redhat.com>
5336
5337 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5338 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5339 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5340 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5341 * README: Delete reference to remote-array.
5342 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5343 (remote-array.o): Delete target.
5344 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5345 * remote-array.c: Delete file.
5346
5347 2003-06-14 Andrew Cagney <cagney@redhat.com>
5348 Mark Kettenis <kettenis@gnu.org>
5349
5350 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5351 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5352 parameter with "frame".
5353 * gdbarch.h, gdbarch.c: Re-generate.
5354 * frame.h (put_frame_register): Declare.
5355 * frame.c (put_frame_register): New function.
5356 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5357 (legacy_register_to_value): Rewrite, use "frame" to get the
5358 register value.
5359 (legacy_value_to_register): Rewrite, use "frame" to find the
5360 register's location before storing.
5361 * arch-utils.h (legacy_convert_register_p): Update.
5362 (legacy_register_to_value, legacy_value_to_register): Update.
5363 * findvar.c (value_from_register): Rewrite, eliminate use of
5364 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5365 "frame" to REGISTER_TO_VALUE.
5366 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5367 lval_reg_frame_relative + lval_register branch of the switch. Do
5368 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5369 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5370 I386_EDI_REGNUM): New defines.
5371 (i386_next_regnum, i386_convert_register_p,
5372 i386_register_to_value, i386_value_to_register): New functions.
5373 (i386_register_convertible, i386_register_convert_to_virtual,
5374 i386_convert_to_raw): Remove functions.
5375 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5376 value_to_register instead of register_convertible,
5377 register_convert_to_virtual and register_convert_to_raw.
5378 * mips-tdep.c (mips_convert_register_p): New function.
5379 (mips_value_to_register): Replace mips_register_convert_from_type.
5380 (mips_register_to_value): Replace mips_register_convert_to_type.
5381 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5382 register_to_value.
5383 * alpha-tdep.c (alpha_convert_register_p): Update.
5384 (alpha_value_to_register): Update, store the register.
5385 (alpha_register_to_value): Update, fetch the register.
5386
5387 2003-06-14 Theodore A. Roth <troth@openavr.org>
5388
5389 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5390 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5391 Don't set deprecated_call_dummy_words.
5392 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5393 Don't set remote_translate_xfer_address.
5394 (avr_io_reg_read_command): Remove commented out debug printf.
5395 Wrap a long line.
5396
5397 2003-06-14 Theodore A. Roth <troth@openavr.org>
5398
5399 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5400 causes gdb to seg fault.
5401
5402 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5403
5404 * sparc-nat.c (fetch_inferior_registers): Correct
5405 a reference to "registers".
5406
5407 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5408
5409 * Makefile.in (exc_request_U_h): Define
5410 (exc_request_S_h): Likewise.
5411 (msg_reply_S_h): Likewise.
5412 (msg_U_h): Likewise.
5413 (notify_S_h): Likewise.
5414 (process_reply_S_h): Likewise.
5415 (gnu-nat.o): Depend on gdb_obstack_h
5416 * gnu-nat.c: Include "gdb_obstack.h".
5417
5418 2003-06-13 Andrew Cagney <cagney@redhat.com>
5419
5420 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5421 * gdbarch.h, gdbarch.c: Re-generate.
5422
5423 2003-06-13 Andrew Cagney <cagney@redhat.com>
5424
5425 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5426 when deprecated REGISTER macros can be deleted.
5427 * gdbarch.h, gdbarch.c: Re-generate.
5428
5429 2003-06-13 Jim Blandy <jimb@redhat.com>
5430
5431 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5432 Linux entry point symbols for _dl_debug_state, too.
5433
5434 2003-06-13 Andrew Cagney <cagney@redhat.com>
5435
5436 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5437 available, do not use the FP register, and always save the TOS.
5438 * dummy-frame.c (dummy_frame_this_id): Do not assert
5439 SAVE_DUMMY_FRAME_TOS.
5440 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5441 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5442 (i386_push_dummy_call): Add 8 to the returned SP.
5443 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5444 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5445 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5446 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5447 (x86_64_push_dummy_call): Return "sp + 16".
5448 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5449 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5450 save_dummy_frame_tos.
5451
5452 2003-06-13 Jim Blandy <jimb@redhat.com>
5453
5454 * frv-tdep.c (frv_use_struct_convention): Delete static
5455 declaration for function deleted in my change of 2003-06-12.
5456
5457 2003-06-13 Theodore A. Roth <troth@openavr.org>
5458
5459 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5460 (avr_pointer_to_address): Shift code addrs left 1 bit.
5461 (avr_convert_from_func_ptr_addr): Delete function since operation is
5462 better handled by avr_address_to_pointer and avr_pointer_to_address.
5463 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5464
5465 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5466
5467 From Kelley Cook <kelleycook@wideopenwest.com>:
5468 * configure.host: Accept i[34567]86 variants.
5469 * configure.tgt: Likewise.
5470 * nlm/configure.in: Likewise.
5471 * nlm/configure: Regenerated.
5472
5473 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5474
5475 * arm-tdep.c (solib-svr4.h): Dont' include it.
5476 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5477 * arm-linux-tdep.c: ... here. Make static.
5478 (arm_linux_init_abi): Register it.
5479 (solib-svr4.h): Include it.
5480 * Makefile.in: Update dependencies.
5481 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5482 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5483
5484 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5485
5486 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5487 indicate registers used for return values.
5488 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5489 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5490 members.
5491 (h8300_init_extra_frame_info): Ditto.
5492 (h8300_frame_locals_address): Removed.
5493 (h8300_frame_args_address): Removed.
5494 (h8300_extract_return_value): Use new regcache structure. Only care
5495 for 16 bit CPUs.
5496 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5497 (h8300_store_return_value): Use new regcache structure. Only care
5498 for 16 bit CPUs.
5499 (h8300h_store_return_value): Same function for 32 bit CPUs.
5500 (h8300_store_struct_return): Removed.
5501 (h8300_extract_struct_value_address): Use new regcache structure.
5502 (h8300h_extract_struct_value_address): Removed.
5503 (h8300_push_dummy_code): New function.
5504 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5505 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5506 set_gdbarch_store_return_value architecture dependent.
5507 Call set_gdbarch_push_dummy_code and
5508 set_gdbarch_extract_struct_value_address.
5509 Remove calls to set_gdbarch_frame_args_address,
5510 set_gdbarch_frame_locals_address,
5511 set_gdbarch_deprecated_store_struct_return,
5512 set_gdbarch_deprecated_extract_return_value,
5513 set_gdbarch_deprecated_extract_struct_value_address,
5514 set_gdbarch_deprecated_call_dummy_words and
5515 set_gdbarch_deprecated_sizeof_call_dummy_words.
5516
5517 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5518
5519 * h8300-tdep.c (h8300_register_byte): Remove.
5520 (h8300h_register_byte): Remove.
5521 (h8300_register_virtual_type): Remove. Substitute by...
5522 (h8300_register_type): New function.
5523 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5524 (h8300h_extract_struct_value_address): Ditto.
5525 (h8300_gdbarch_init): Drop calls to
5526 set_gdbarch_deprecated_register_byte and
5527 set_gdbarch_deprecated_register_virtual_type.
5528 Add call to set_gdbarch_register_type.
5529
5530 2003-06-13 Andrew Cagney <cagney@redhat.com>
5531
5532 * gdbarch.sh: Update comments on registers.
5533 (deprecated_register_byte): Rename register_byte.
5534 (deprecated_register_raw_size): Rename register_raw_size.
5535 (deprecated_register_virtual_size): Rename register_virtual_size.
5536 (deprecated_register_virtual_type): Rename register_virtual_type.
5537 * gdbarch.h, gdbarch.c: Re-generate.
5538 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5539 * vax-tdep.c (vax_gdbarch_init): Update.
5540 * v850-tdep.c (v850_gdbarch_init): Update.
5541 * sparc-tdep.c (sparc_gdbarch_init): Update.
5542 * sh-tdep.c (sh_gdbarch_init): Update.
5543 * s390-tdep.c (s390_gdbarch_init): Update.
5544 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5545 * ns32k-tdep.c: Update.
5546 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5547 * mips-tdep.c (mips_gdbarch_init): Update.
5548 * mcore-tdep.c (mcore_gdbarch_init): Update.
5549 * m68k-tdep.c (m68k_gdbarch_init): Update.
5550 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5551 * ia64-tdep.c (ia64_gdbarch_init): Update.
5552 * hppa-tdep.c (hppa_gdbarch_init): Update.
5553 * h8300-tdep.c (h8300_gdbarch_init): Update.
5554 * frv-tdep.c (frv_gdbarch_init): Update.
5555 * cris-tdep.c (cris_gdbarch_init): Update.
5556 * avr-tdep.c (avr_gdbarch_init): Update.
5557 * alpha-tdep.c (alpha_gdbarch_init): Update.
5558 * arm-tdep.c (arm_gdbarch_init): Update.
5559
5560 2003-06-13 Andrew Cagney <cagney@redhat.com>
5561
5562 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5563 mips_o32_use_struct_convention with always_use_struct_convention.
5564
5565 2003-06-12 David Carlton <carlton@kealia.com>
5566
5567 * cp-namespace.c (cp_set_block_scope): Comment out
5568 processing_has_namespace_info branch.
5569
5570 2003-06-12 Jim Blandy <jimb@redhat.com>
5571
5572 Recognize and skip 64-bit PowerPC Linux linkage functions.
5573 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5574 insn_pattern, insns_match_pattern, d_field, ds_field): New
5575 functions, macros, and types for working with PPC instructions.
5576 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5577 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5578 ppc64_skip_trampoline_code): New functions, variables, and macros
5579 for recognizing and skipping linkage functions.
5580 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5581 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5582
5583 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5584 register offsets for both the 32- and 64-bit interfaces.
5585
5586 Actually finish the job started by my change of 2003-05-29.
5587 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5588 other #definition of this.
5589 (ppc_linux_skip_trampoline_code): Remove declaration.
5590 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5591 static.
5592 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5593 method for GDBARCH.
5594
5595 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5596 'long' on ppc64-*-linux*.
5597
5598 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5599 isn't #defined, assume the register doesn't exist: act as if
5600 tdep->ppc_mq_regnum were -1.
5601
5602 * configure.host, configure.tgt: Add entries for
5603 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5604 powerpc/linux.mt.
5605 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5606 New files.
5607
5608 * arch-utils.c (always_use_struct_convention): New function.
5609 * arch-utils.h (always_use_struct_convention): New prototype.
5610 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5611 (alpha_gdbarch_init): Register always_use_struct_convention,
5612 instead of alpha_use_struct_convention.
5613 * cris-tdep.c (cris_use_struct_convention): Delete.
5614 (cris_gdbarch_init): Register always_use_struct_convention,
5615 instead of cris_use_struct_convention.
5616 * frv-tdep.c (frv_use_struct_convention): Delete.
5617 (frv_gdbarch_init): Register always_use_struct_convention,
5618 instead of frv_use_struct_convention.
5619 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5620 (h8300_gdbarch_init): Register always_use_struct_convention,
5621 instead of h8300_use_struct_convention.
5622 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5623 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5624 instead of mips_o32_use_struct_convention.
5625
5626 2003-06-12 Andrew Cagney <cagney@redhat.com>
5627
5628 * wince.c: Include "mips-tdep.h".
5629 * mips-tdep.h (mips_next_pc): Declare.
5630 * mcore-tdep.c: Make more local functions static.
5631 * Makefile.in (wince.o): Update dependencies.
5632
5633 2003-06-12 David Carlton <carlton@kealia.com>
5634
5635 * symtab.c (lookup_symbol_aux_minsyms): Replace
5636 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5637 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5638 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5639 SYMBOL_NATURAL_NAME.
5640
5641 2003-06-12 Andreas Schwab <schwab@suse.de>
5642
5643 * Makefile.in (tuiDisassem.o): Update dependencies.
5644
5645 2003-06-12 David Carlton <carlton@bactrian.org>
5646
5647 * symtab.h: Delete declaration of make_symbol_overload_list.
5648 Add declaration of lookup_partial_symbol.
5649 * symtab.c (remove_params): Move to cp-support.c.
5650 (overload_list_add_symbol, make_symbol_overload_list)
5651 (sym_return_val_size, sym_return_val_index): Ditto.
5652 (lookup_partial_symbol): Make extern.
5653 * cp-support.h: Add declaration of make_symbol_overload_list.
5654 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5655 symtab.h, and block.h.
5656 (remove_params): Move here from symtab.c.
5657 (overload_list_add_symbol, make_symbol_overload_list)
5658 (sym_return_val_size, sym_return_val_index): Ditto.
5659 * valops.c: Include cp-support.h.
5660 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5661 frame_h, and block_h.
5662 (valops.o): Depend on cp_support_h.
5663
5664 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5665
5666 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5667 substitute by NUM_REGS throughout.
5668 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5669 (h8300s_register_name): New function for H8S registers.
5670 (h8300sx_register_name): Ditto for H8SX registers.
5671 (h8300_print_register): Revise register printing, avoid depending
5672 on 32 bit long.
5673 (h8300_register_byte): Only care for H8/300 registers.
5674 (h8300h_register_byte): New function for any other architecture.
5675 (h8300_register_raw_size): Remove.
5676 (h8300_register_virtual_type): Revise to return actually useful
5677 type.
5678 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5679 (h8300h_extract_struct_value_address): New function for any other
5680 architecture.
5681 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5682 set_gdbarch_register_name, set_gdbarch_register_byte,
5683 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5684 Remove calls to set_gdbarch_deprecated_register_size,
5685 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5686 set_gdbarch_deprecated_max_register_raw_size,
5687 set_gdbarch_register_virtual_size and
5688 set_gdbarch_deprecated_max_register_virtual_size entirely.
5689 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5690 set_gdbarch_long_double_bit.
5691
5692 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5693
5694 * doublest.c (convert_doublest_to_floatformat): When dealing
5695 with the implied integer bit, only alter mant_bits if we are
5696 processing a full 32 bits of mantissa.
5697
5698 2003-06-11 David Carlton <carlton@bactrian.org>
5699
5700 * dictionary.h: New.
5701 * dictionary.c: New.
5702 * block.h: Add opaque declaration for struct dictionary.
5703 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5704 'sym' members.
5705 (BLOCK_DICT): New macro.
5706 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5707 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5708 BLOCK_SHOULD_SORT.
5709 (ALL_BLOCK_SYMBOLS): Update definition.
5710 * Makefile.in (SFILES): Add dictionary.c.
5711 (dictionary_h): New.
5712 (COMMON_OBS): Add dictionary.o.
5713 (dictionary.o): New.
5714 (ada-lang.o): Depend on dictionary_h.
5715 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5716 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5717 (mi-cmd-stack.o): Ditto.
5718 (gdbtk-cmds.o): Update dependencies.
5719 (gdbtk-stack.o): Ditto.
5720 * ada-lang.c: Include dictionary.h.
5721 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5722 (fill_in_ada_prototype, debug_print_block): Ditto.
5723 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5724 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5725 'is_sorted'.
5726 * mdebugread.c: Include dictionary.h.
5727 (struct parse_stack): Delete 'maxsyms' member.
5728 (parse_symbol): Update calls to new_block. Delete calls to
5729 shrink_block. Use dictionary methods.
5730 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5731 Update calls to new_symtab. Don't maintain maxsyms data.
5732 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5733 (add_symbol): Just call dict_add_symbol.
5734 (new_symtab): Delete 'maxsyms' argument.
5735 (new_symtab): Update calls to new_block.
5736 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5737 (shrink_block): Delete function.
5738 (fixup_sigtramp): Update call to new_block. Add symbol via
5739 dict_add_symbol.
5740 * jv-lang.c: Include dictionary.h.
5741 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5742 appropriately. Set class_symtab->free_func. Make sure the
5743 blockvector is big enough to hold two blocks.
5744 (add_class_symtab_symbol): Use dictionary methods.
5745 (free_class_block): New function.
5746 (type_from_class): Replace explicit iteration by
5747 ALL_BLOCK_SYMBOLS.
5748 * symtab.h (struct symtab): Replace 'free_ptr' method by
5749 'free_func'.
5750 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5751 sort_symtab_syms.
5752 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5753 sort_symtab_syms.
5754 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5755 Include dictionary.h.
5756 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5757 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5758 sort_symtab_syms.
5759 * objfiles.c: Include dictionary.h.
5760 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5761 * buildsym.c: Include dictionary.h.
5762 (finish_block): Use dictionary methods.
5763 (end_symtab): Set free_func to NULL, not free_ptr.
5764 * tracepoint.c: Include dictionary.h.
5765 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5766 (scope_info): Ditto.
5767 * stack.c: Include dictionary.h.
5768 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5769 (print_block_frame_labels, print_frame_arg_vars)
5770 (print_frame_args): Ditto.
5771 * symmisc.c (free_symtab_block): Use dictionary methods.
5772 (dump_symtab): Ditto.
5773 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5774 Include dictionary.h.
5775 * symfile.h: Delete declarations of sort_block_syms,
5776 sort_symtab_syms.
5777 * symfile.c (sort_block_syms): Delete.
5778 (sort_symtab_syms): Delete.
5779 * symtab.c: Include dictionary.h.
5780 (lookup_block_symbol): Use dictionary iterators.
5781 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5782 (search_symbols, make_symbol_completion_list): Ditto.
5783 (make_symbol_overload_list): Ditto.
5784 * valops.c (value_of_local): Use dict_empty.
5785 Include dictionary.h.
5786
5787 2003-06-11 J. Brobecker <brobecker@gnat.com>
5788
5789 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5790
5791 2003-06-11 David Carlton <carlton@bactrian.org>
5792
5793 * block.h (BLOCK_SHOULD_SORT): Delete.
5794 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5795 blocks.
5796 * ada-lang.c (ada_add_block_symbols): Ditto.
5797 * symfile.c (sort_block_syms): Delete.
5798 (sort_symtab_syms): Ditto.
5799 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5800 declarations.
5801 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5802 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5803 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5804 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5805 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5806 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5807 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5808
5809 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5810
5811 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5812 bits to 128.
5813
5814 2003-06-11 Andrew Cagney <cagney@redhat.com>
5815
5816 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5817 REGISTER_CONVERTIBLE.
5818 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5819 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5820 * gdbarch.h, gdbarch.c: Re-generate.
5821 * arch-utils.h (deprecated_register_convertible_not): Rename
5822 generic_register_convertible_not.
5823 * arch-utils.c (deprecated_register_convertible_not): Rename
5824 generic_register_convertible.
5825 (legacy_convert_register_p, legacy_register_to_value): Update.
5826 * sh-tdep.c (sh64_push_arguments): Update.
5827 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5828 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5829 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5830 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5831 * arch-utils.c (legacy_value_to_register): Update.
5832 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5833 (rs6000_register_convert_to_raw): Make parameter "from" const.
5834 * mips-tdep.c (mips_gdbarch_init): Update.
5835 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5836 * infcmd.c (default_print_registers_info): Update.
5837 * ia64-tdep.c (ia64_gdbarch_init): Update.
5838 (ia64_register_convert_to_raw): Make parameter "from" const.
5839 * i386-tdep.c (i386_gdbarch_init): Update.
5840 (i386_register_convert_to_raw): Update.
5841
5842 2003-06-11 Andrew Cagney <cagney@redhat.com>
5843
5844 * remote-fileio.c: Include "remote-fileio.h".
5845 * Makefile.in (remote-fileio.o): Update dependencies.
5846 (remote_fileio_h): Fix typo.
5847
5848 2003-06-11 Andrew Cagney <cagney@redhat.com>
5849
5850 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5851 (xstormy16_save_dummy_frame_tos): Make static.
5852 (_initialize_xstormy16_tdep): Add declaration.
5853 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5854 * v850-tdep.c: Make local functions static.
5855 (_initialize_v850_tdep): Add declaration.
5856 * sparc-tdep.c: Make local functions static.
5857 (_initialize_sparc_tdep): Add declaration.
5858 * sh-tdep.c: Make local functions static.
5859 (_initialize_sh_tdep): Add declaration.
5860 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5861 * s390-tdep.c: Make local functions static.
5862 (_initialize_s390_tdep): Add declaration.
5863 * dbxread.c (find_stab_function_addr): Make static.
5864 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5865 * ocd.c (_initialize_remote_ocd): Add declaration.
5866 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5867 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5868 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5869 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5870 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5871 * remote-array.c (_initialize_array): Add declaration.
5872 (_initialize_remote_monitors): Add declaration.
5873 * remote-mips.c: Make local functions static.
5874 (_initialize_remote_mips): Add declaration.
5875 * mcore-tdep.c: Make all local functions static.
5876 (_initialize_mcore_tdep): Add declaration.
5877 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5878 * abug-rom.c (_initialize_abug_rom): Add declaration.
5879 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5880 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5881 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5882 * remote-est.c (_initialize_est): Add declaration.
5883 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5884 (m68hc11_call_dummy_address): Make static.
5885 * ia64-tdep.c: Make local functions static.
5886 (_initialize_ia64_tdep): Add declaration.
5887 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5888 * monitor.c (monitor_wait_filter): Make static.
5889 (_initialize_remote_monitors): Add declaration.
5890 * remote-hms.c (_initialize_remote_hms): Add declaration.
5891 * remote-e7000.c (fetch_regs_from_dump): Make static.
5892 (expect_n): Make static.
5893 (_initialize_remote_e7000): Add declaration.
5894 * ser-e7kpc.c: Always include "defs.h".
5895 (_initialize_ser_e7000pc): Add declaration.
5896 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5897 * cris-tdep.c: Make all but one function static.
5898 (_initialize_cris_tdep): Add declaration.
5899 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5900 * solib.c (update_solib_list): Make static.
5901 (_initialize_solib): Add declaration.
5902 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5903 (_initialize_avr_tdep): Add declaration.
5904 * remote-rdi.c (voiddummy): Make static.
5905 (_initialize_remote_rdi): Add declaration.
5906 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5907 * remote-rdp.c (send_rdp): Make static.
5908 (_initialize_remote_rdp): Add declaration.
5909 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5910
5911 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5912
5913 * remote-fileio.c: Make ari happy.
5914
5915 2003-06-10 J. Brobecker <brobecker@gnat.com>
5916
5917 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5918 fetching the trailing bytes of the buffer we are about to write.
5919
5920 2003-06-10 Andrew Cagney <cagney@redhat.com>
5921
5922 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5923 * Makefile.in (remote-fileio.o): Update dependencies.
5924 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5925 include <setjmp.h>, or <sys/types.h> conditional on USG.
5926 (remote_fio_jmp_buf): Delete global variable.
5927
5928 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5929 Martin M. Hunt <hunt@redhat.com>
5930
5931 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5932 (SFILES): Add remote-fileio.c.
5933 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5934 dependencies for building remote.o.
5935 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5936 * remote-fileio.h: New header file defining remote File-I/O interface.
5937 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5938 static storage class.
5939 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5940 'F' packet.
5941 (_initialize_remote): Call initialize_remote_fileio().
5942 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5943 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5944 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5945 (captured_main): Initialize new ui_files.
5946 * ui-file.c: Add read and fgets input functions.
5947 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5948 (null_file_read): New function.
5949 (ui_file_read): New function.
5950 (set_ui_file_read): New function.
5951 (stdio_file_read): New function.
5952 * ui-file.h: New type ui_file_read_ftype.
5953 (set_ui_file_read): Declare.
5954 (ui_file_read): Declare.
5955
5956 2003-06-09 Andrew Cagney <cagney@redhat.com>
5957
5958 * frame.h (deprecated_unwind_get_saved_register): Rename
5959 generic_unwind_get_saved_register, update comments.
5960 * mips-tdep.c (mips_get_saved_register): Update.
5961 * frame.c (deprecated_unwind_get_saved_register): Update.
5962
5963 2003-06-09 Andrew Cagney <cagney@redhat.com>
5964
5965 * vax-tdep.c (vax_frame_locals_address): Delete function.
5966 (vax_gdbarch_init): Do not set frame_locals_address.
5967 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5968 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5969 * s390-tdep.c (s390_frame_args_address): Delete function.
5970 (s390_gdbarch_init): Do not set frame_args_address or
5971 frame_locals_address.
5972 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5973 (ns32k_gdbarch_init): Do not set frame_locals_address.
5974 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5975 (hppa_frame_locals_address): Delete function.
5976 (hppa_gdbarch_init): Do not set frame_args_address, or
5977 frame_locals_address.
5978 * arm-tdep.c (arm_frame_args_address): Delete.
5979 (arm_frame_locals_address): Delete.
5980 (arm_gdbarch_init): Do not set frame_args_address, or
5981 frame_locals_address.
5982
5983 2003-06-09 Andrew Cagney <cagney@redhat.com>
5984
5985 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5986 * gdbarch.h, gdbarch.c: Re-generate.
5987 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5988 * arch-utils.c (frame_num_args_unknown): Delete function.
5989 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5990 (frame_info): Use FRAME_NUM_ARGS_P.
5991 * arm-tdep.c (arm_frame_num_args): Delete function.
5992 (arm_gdbarch_init): Do not set frame_num_args.
5993 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5994 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5995 (hppa_gdbarch_init): Do not set frame_num_args.
5996 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5997 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5998 frame_num_args to default frame_num_args_unknown.
5999 * v850-tdep.c (v850_gdbarch_init): Ditto.
6000 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6001 * sh-tdep.c (sh_gdbarch_init): Ditto.
6002 * s390-tdep.c (s390_gdbarch_init): Ditto.
6003 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6004 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6005 * mips-tdep.c (mips_gdbarch_init): Ditto.
6006 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6007 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6008 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6009 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6010 * i386-tdep.c (i386_gdbarch_init): Ditto.
6011 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6012 * frv-tdep.c (frv_gdbarch_init): Ditto.
6013 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6014 * cris-tdep.c (cris_gdbarch_init): Ditto.
6015 * avr-tdep.c (avr_gdbarch_init): Ditto.
6016 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6017
6018 2003-06-09 Andrew Cagney <cagney@redhat.com>
6019
6020 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6021 (print_frame_args): Moved to "stack.c".
6022 * stack.c: Include "gdb_assert.h".
6023 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6024 (print_frame_args): Moved from "printcmd.c".
6025 * frame.h (print_frame_args): Delete declaration.
6026 * Makefile.in (stack.o): Update dependencies.
6027
6028 2003-06-08 Andrew Cagney <cagney@redhat.com>
6029
6030 * frame.c (get_prev_frame): Remove reference to
6031 frame_args_address_correct in comments.
6032 * frame-base.c (default_frame_args_address): Delete code
6033 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6034 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6035 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6036 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6037 (vax_frame_args_address_correct): Delete declaration.
6038
6039 2003-06-08 Andrew Cagney <cagney@redhat.com>
6040
6041 * gdbarch.sh (UNWIND_SP): Add.
6042 * gdbarch.h, gdbarch.c: Re-generate.
6043 * frame.c (frame_sp_unwind): New function.
6044 (get_frame_sp): New function.
6045 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6046 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6047 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6048 value.
6049 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6050 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6051
6052 2003-06-08 Andrew Cagney <cagney@redhat.com>
6053
6054 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6055 REMOTE_BREAKPOINT.
6056 * remote.c: Update.
6057 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6058 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6059 * config/m68k/tm-sun3.h: Update.
6060 * config/m68k/tm-m68klynx.h: Update.
6061 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6062
6063 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6064 trad_frame". Update comments.
6065 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6066 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6067 (trad_frame_register_value, trad_frame_prev_register): Update.
6068
6069 2003-06-08 Andrew Cagney <cagney@redhat.com>
6070
6071 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6072 from GCC's acinclude.m4.
6073 * configure.in: Check for getopt's delcaration.
6074 * aclocal.m4, config.in, configure: Re-generate.
6075 * main.c (error_init): Delete declaration.
6076 * defs.h (error_init): Declare.
6077 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6078 (rs6000_convert_from_func_ptr_addr): Make static.
6079 (_initialize_rs6000_tdep): Add declaration.
6080 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6081 (show_commands, set_verbose, show_history): Delete declaration.
6082 * top.h (set_verbose): Add declaration.
6083 (show_history, set_history, show_commands): Add declaration.
6084 (do_restore_instream_cleanup): Add declaration.
6085 * objc-lang.c (specialcmp): Make static.
6086 (print_object_command): Make static.
6087 (find_objc_msgsend): Make static.
6088 (find_objc_msgcall_submethod_helper): Make static.
6089 (find_objc_msgcall_submethod): Make static.
6090 (_initialize_objc_language): Add declaration.
6091 (find_implementation_from_class): Make static.
6092 (find_implementation): Make static.
6093 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6094 * objc-lang.h (lookup_struct_typedef): Add declaration.
6095 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6096 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6097 (do_restore_user_call_depth): Make static.
6098 (do_restore_instream_cleanup): Delete declaration.
6099 (dont_repeat): Delete declaration.
6100 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6101 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6102 * reggroups.c (_initialize_reggroup): Add declaration.
6103 * cp-support.c (_initialize_cp_support): Add declaration.
6104 * cp-abi.c (_initialize_cp_abi): Add declaration.
6105 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6106 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6107 (_initialize_gnu_v3_abi): Add declaration.
6108 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6109 (_initialize_gnu_v2_abi): Add declaration.
6110 * frame-base.c (_initialize_frame_base): Add declaration.
6111 * doublest.c (floatformat_from_length): Make static.
6112 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6113 * frame.c (create_sentinel_frame): Make static.
6114 (_initialize_frame): Add declaration.
6115 * top.c (do_catch_errors): Make static.
6116 (gdb_rl_operate_and_get_next_completion): Make static.
6117 * typeprint.c: Include "typeprint.h".
6118 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6119 (sentinel_frame_this_id): Make static.
6120 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6121 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6122 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6123 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6124 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6125 * maint.c (maintenance_print_architecture): Make static.
6126 * signals/signals.c (_initialize_signals): Add declaration.
6127 * std-regs.c (_initialize_frame_reg): Add declaration.
6128 * jv-exp.y (push_variable): ISO C definition.
6129 (push_qualified_expression_name): Ditto.
6130 * memattr.c (_initialize_mem): Add declaration.
6131 * remote.c (remote_check_watch_resources): Make static.
6132 (remote_stopped_by_watchpoint): Make static.
6133 (remote_stopped_data_address): Make static.
6134 * d10v-tdep.c (nr_dmap_regs): Make static.
6135 (a0_regnum): Make static.
6136 (d10v_frame_unwind_cache): Make static.
6137 (d10v_frame_p): Make static.
6138 * osabi.c (show_osabi): Make static.
6139 (_initialize_gdb_osabi): Add extern declaration.
6140 * gdbtypes.c (make_qualified_type): Make static.
6141 (safe_parse_type): Make static.
6142 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6143 * macrotab.c (macro_bcache_free): Make static.
6144 * interps.c (interp_set_quiet): Make static.
6145 (interpreter_exec_cmd): Make static.
6146 * stack.h (select_frame_command): New file.
6147 * stack.c: Include "stack.h".
6148 (select_frame_command_wrapper): Delete function.
6149 (select_frame_command): Make global.
6150 * infcall.c: Include "infcall.h".
6151 * linespec.c: Include "linespec.h".
6152 * symfile.c (sections_overlap): Make static.
6153 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6154 * charset.c (_initialize_charset): Add missing prototype.
6155 * regcache.c (init_legacy_regcache_descr): Make static.
6156 (do_regcache_xfree): Make static.
6157 (regcache_xfer_part): Make static.
6158 (_initialize_regcache): Add missing prototype.
6159 * breakpoint.c (parse_breakpoint_sals): Make static.
6160 (breakpoint_sals_to_pc): Make static.
6161 * interps.h (clear_interpreter_hooks): ISO C declaration.
6162 * Makefile.in (stack_h): Define.
6163 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6164 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6165
6166 2003-06-08 Andrew Cagney <cagney@redhat.com>
6167
6168 * Makefile.in (d10v-tdep.o): Update dependencies.
6169 (SFILES): Add trad-frame.c.
6170 (trad_frame_h): Define.
6171 (COMMON_OBS): Add trad-frame.o.
6172 (trad-frame.o): Specify dependencies.
6173 * d10v-tdep.c: Include "trad-frame.h".
6174 (saved_regs_unwinder): Delete function.
6175 (d10v_frame_prev_register): Use trad_frame_prev_register.
6176 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6177 trad_frame", delete "regs" and "prev_sp".
6178 (prologue_find_regs): Use trad-frame.
6179 * trad-frame.h, trad-frame.c: New files.
6180
6181 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6182
6183 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6184
6185 2003-06-07 Adam Fedor <fedor@gnu.org>
6186
6187 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6188 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6189 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6190 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6191 resolve_msgsend_super, resolve_msgsend_super_stret):
6192 Use it.
6193
6194 2003-06-07 Andrew Cagney <cagney@redhat.com>
6195
6196 * symfile.h: Re-indent, clean up comments.
6197
6198 2003-06-07 Andrew Cagney <cagney@redhat.com>
6199
6200 * inferior.h (deprecated_write_sp): Replace
6201 generic_target_write_sp.
6202 * regcache.c (deprecated_write_sp): Replace
6203 generic_target_write_sp.
6204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6205 * vax-tdep.c (vax_gdbarch_init): Update.
6206 * v850-tdep.c (v850_gdbarch_init): Update.
6207 * sparc-tdep.c (sparc_gdbarch_init): Update.
6208 * sh-tdep.c (sh_gdbarch_init): Update.
6209 * s390-tdep.c (s390_gdbarch_init): Update.
6210 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6211 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6212 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6213 * mcore-tdep.c (mcore_gdbarch_init): Update.
6214 * m68k-tdep.c (m68k_gdbarch_init): Update.
6215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6216 * ia64-tdep.c (ia64_gdbarch_init): Update.
6217 * h8300-tdep.c (h8300_gdbarch_init): Update.
6218 * frv-tdep.c (frv_gdbarch_init): Update.
6219 * cris-tdep.c (cris_gdbarch_init): Update.
6220 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6221
6222 2003-06-07 Andrew Cagney <cagney@redhat.com>
6223
6224 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6225 Assert that PC_REGNUM is valid.
6226 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6227
6228 2003-06-07 Andrew Cagney <cagney@redhat.com>
6229
6230 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6231 * gdbarch.h, gdbarch.c: Regenerate.
6232 * mn10300-tdep.c: Include "gdb_assert.h".
6233 (mn10300_read_fp): New function.
6234 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6235 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6236 * ia64-tdep.c: Include "gdb_assert.h".
6237 (ia64_read_fp): New function.
6238 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6239 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6240 * regcache.c (generic_target_read_sp): Delete function.
6241 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6242 * inferior.h (generic_target_read_sp): Delete declaration.
6243 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6244 generic_target_read_sp.
6245 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6246 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6247 * sh-tdep.c (sh_gdbarch_init): Ditto.
6248 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6249 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6250
6251 2003-06-07 Andrew Cagney <cagney@redhat.com>
6252
6253 * gdbarch.sh: Comment each field of startup_gdbarch.
6254 * gdbarch.h, gdbarch.c: Re-generate.
6255
6256 2003-06-07 Andrew Cagney <cagney@redhat.com>
6257
6258 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6259 * gdbarch.h, gdbarch.c: Re-generate.
6260 * regcache.c: Update comments on read_pc et.al.
6261 (generic_target_read_pc): Delete function.
6262 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6263 * inferior.h (generic_target_read_pc): Delete declaration.
6264 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6265 generic_target_read_pc.
6266 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6267 * sh-tdep.c (sh_gdbarch_init): Ditto.
6268 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6269 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6270
6271 2003-06-07 Andrew Cagney <cagney@redhat.com>
6272
6273 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6274 "index" with "special_local_sect". Use strcmp instead of STREQ.
6275 Append period to coments.
6276
6277 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6278
6279 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6280 (elfstab_offset_sections): Likewise.
6281 * gdb-stabs.h (stab_section_info): Likewise.
6282 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6283 * objfiles.c (objfile_relocate): Likewise.
6284 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6285 * remote.c (get_offsets): Likewise.
6286 (remote_cisco_objfile_relocate): Likewise.
6287 * somread.c (som_symfile_offsets): Likewise.
6288 * symfile.c (alloc_section_addr_info): New function.
6289 (build_section_addr_info_from_section_tab): Use it.
6290 (free_section_addr_info): Adjust.
6291 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6292 (syms_from_objfile): Allocate local_addr dynamically.
6293 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6294 dynamically.
6295 (add_symbol_file_command): Allocate sect_opts dynamically.
6296 (reread_symbols): Avoid use of SECT_OFF_MAX.
6297 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6298 (alloc_section_addr_info): Declare it.
6299 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6300 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6301 dynamically.
6302 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6303
6304 2003-06-06 Andrew Cagney <cagney@redhat.com>
6305
6306 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6307 (d10v_frame_unwind_cache): Do not set "return_pc".
6308
6309 2003-06-06 Michael Snyder <msnyder@redhat.com>
6310
6311 * h8300-tdep.c: Make tidy (long lines).
6312
6313 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6314
6315 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6316 to regcache_collect().
6317
6318 2003-06-05 J. Brobecker <brobecker@gnat.com>
6319
6320 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6321 pc_in_sigtramp multiarch method.
6322 (hppa_hpux_som_init_abi): Use it.
6323 (hppa_hpux_elf_init_abi): Likewise.
6324 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6325 macro has been multiarched.
6326 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6327 macro here, as hppa64 isn't multiarched yet.
6328
6329 2003-06-05 Andrew Cagney <cagney@redhat.com>
6330
6331 * Makefile.in (value_h): Add $(frame_h).
6332 * value.h: Include "frame.h".
6333 (struct value): Replace "frame_addr" with "frame_id".
6334 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6335 * values.c (allocate_value): Use VALUE_FRAME_ID.
6336 (value_copy): Use VALUE_FRAME_ID.
6337 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6338 * valops.c (value_assign): Update. Use frame_find_by_id.
6339
6340 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6341
6342 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6343 in each pass.
6344
6345 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6346
6347 * thread-db.c (check_event): For create/death event breakpoints,
6348 loop through all messages to ensure that we read the message
6349 corresponding to the breakpoint we are at.
6350
6351 2003-06-04 Michael Snyder <msnyder@redhat.com>
6352
6353 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6354
6355 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6356
6357 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6358 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6359 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6360 when handling .eh_frame sections.
6361
6362 2003-06-04 J. Brobecker <brobecker@gnat.com>
6363
6364 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6365 prepare_to_proceed procedure instead of the hppa-specific one.
6366 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6367
6368 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6369
6370 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6371 * config.in: Regenerated.
6372 * configure.in: Add test for syscall function and check for
6373 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6374 * configure: Regenerated.
6375 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6376 <sys/syscall.h>.
6377 (kill_lwp): New function that uses tkill syscall or
6378 uses kill, depending on whether threading model is nptl or not.
6379 All callers of kill() changed to use kill_lwp().
6380 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6381 see if all threads have already exited in the nptl model.
6382 (stop_and_resume_callback): New callback function used by the
6383 lin_lwp_wait thread exit handling code.
6384 (stop_wait_callback): Check for threads already having exited and
6385 delete such threads fromt the lwp list when discovered.
6386 (stop_callback): Don't assert retcode of kill call.
6387
6388 Roland McGrath <roland@redhat.com>
6389 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6390 nptl libthread_db.
6391
6392 2003-06-03 Richard Henderson <rth@redhat.com>
6393
6394 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6395 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6396 (alpha_sigtramp_frame_prev_register): Likewise.
6397 (alpha_heuristic_frame_prev_register): Likewise.
6398 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6399
6400 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6401 alpha-specific register id names.
6402 (alpha_mdebug_frame_unwind_cache): Likewise.
6403 (alpha_mdebug_frame_prev_register): Likewise.
6404
6405 2003-06-03 Richard Henderson <rth@redhat.com>
6406
6407 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6408 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6409 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6410 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6411 unwind routines.
6412 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6413 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6414 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6415
6416 * alpha-linux-tdep.c: Remove unnecessary includes.
6417 * Makefile.in (alpha-linux-tdep.o): Update.
6418
6419 2003-06-03 Richard Henderson <rth@redhat.com>
6420
6421 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6422 (alphabsd_fill_fpreg): Likewise.
6423
6424 2003-06-03 J. Brobecker <brobecker@gnat.com>
6425
6426 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6427 references to struct frame_info fields by calls to the equivalent
6428 accessors. Necessary now that frame_info is opaque.
6429
6430 2003-06-03 J. Brobecker <brobecker@gnat.com>
6431
6432 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6433 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6434 structure, field no longer exists.
6435
6436 2003-06-03 J. Brobecker <brobecker@gnat.com>
6437
6438 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6439 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6440
6441 2003-06-03 J. Brobecker <brobecker@gnat.com>
6442
6443 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6444 references to struct frame_info fields by calls to the equivalent
6445 accessors. Necessary now that frame_info is opaque.
6446
6447 2003-06-03 J. Brobecker <brobecker@gnat.com>
6448
6449 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6450 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6451 structure, field no longer exists.
6452
6453 2003-06-03 Theodore A. Roth <troth@openavr.org>
6454
6455 * remote.c (init_remote_state): Compute sizeof_g_packet by
6456 accumulation of the size of all registers instead of blindly using
6457 DEPRECATED_REGISTER_BYTES.
6458
6459 2003-06-03 Michael Snyder <msnyder@redhat.com>
6460
6461 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6462 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6463 for h8300sx.
6464
6465 2003-06-03 J. Brobecker <brobecker@gnat.com>
6466
6467 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6468 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6469
6470 2003-06-03 Andrew Cagney <cagney@redhat.com>
6471
6472 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6473 (sparc_convert_to_raw): Delete function.
6474 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6475 register_convert_to_virtual.
6476
6477 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6478
6479 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6480 layer if not dealing with a statically-linked threaded program.
6481
6482 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6483
6484 * solib.c (solib_open): Update comment to reflect actual search order.
6485
6486 2003-06-03 Andrew Cagney <cagney@redhat.com>
6487
6488 * frame.c (get_frame_memory_signed): New function.
6489 (get_frame_memory, get_frame_memory_unsigned): New function.
6490 (get_frame_arch): New function.
6491 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6492 (get_frame_memory, get_frame_unsigned_memory): Declare.
6493 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6494 get_frame_memory_unsigned and get_frame_arch.
6495 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6496
6497 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6498
6499 * MAINTAINERS (write after approval): Add myself.
6500
6501 2003-06-03 Jim Blandy <jimb@redhat.com>
6502
6503 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6504 elements of gregset_t are 64 bits each, but access registers
6505 are still 32 bits, so they're packed two per gregset_t
6506 element. Unpack/pack them properly.
6507
6508 2003-06-02 David Carlton <carlton@bactrian.org>
6509
6510 * linespec.c (find_methods): Break out code into
6511 add_matching_methods and add_constructors.
6512 (add_matching_methods): New.
6513 (add_constructors): Ditto.
6514
6515 2003-06-02 Andrew Cagney <cagney@redhat.com>
6516
6517 * sparc-tdep.c (sparc_print_registers): Delete call to
6518 REGISTER_CONVERTIBLE.
6519 (sparc_gdbarch_init): Do not set register_convertible.
6520 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6521 * frv-tdep.c (frv_gdbarch_init): Ditto.
6522 * cris-tdep.c (cris_gdbarch_init): Ditto.
6523
6524 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6525
6526 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6527 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6528 (syms_from_objfile): Ditto.
6529
6530 2003-06-03 Andreas Schwab <schwab@suse.de>
6531
6532 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6533 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6534
6535 2003-06-02 Richard Henderson <rth@redhat.com>
6536
6537 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6538 a member of all_reggroup.
6539
6540 2003-06-02 Richard Henderson <rth@redhat.com>
6541
6542 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6543 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6544 (alpha_lds, alpha_sts): New.
6545 (alpha_convert_register_p): Change from _register_convertible.
6546 (alpha_register_to_value): Change from _convert_to_virtual;
6547 restructure and fail for type sizes other than 4 or 8.
6548 (alpha_value_to_register): Similarly.
6549 (alpha_extract_return_value): Use alpha_sts.
6550 (alpha_store_return_value): Use alpha_lds.
6551 (alpha_gdbarch_init): Update hooks.
6552
6553 2003-06-02 Richard Henderson <rth@redhat.com>
6554
6555 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6556 regnum identifiers.
6557 (alpha_sigtramp_register_address): Likewise.
6558
6559 2003-06-02 Richard Henderson <rth@redhat.com>
6560
6561 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6562 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6563 * alpha-tdep.h: Declare them.
6564
6565 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6566 Remove zerobuf. Don't error on UNIQUE.
6567 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6568 (ALPHA_REGSET_UNIQUE): Provide default.
6569 (supply_gregset): Use alpha_supply_int_regs.
6570 (fill_gregset): Use alpha_fill_int_regs.
6571 (supply_fpregset): Use alpha_supply_fp_regs.
6572 (fill_fpregset): Use alpha_fill_fp_regs.
6573 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6574 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6575 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6576 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6577 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6578 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6579
6580 2003-06-02 Richard Henderson <rth@redhat.com>
6581
6582 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6583
6584 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6585 (alpha_store_return_value): Likewise.
6586
6587 2003-06-02 David Carlton <carlton@math.stanford.edu>
6588
6589 * block.c (contained_in): Add 'const' to arguments.
6590 (block_function): Ditto.
6591 * block.h: Update declarations for block_function and
6592 contained_in.
6593
6594 2003-06-02 David Carlton <carlton@math.stanford.edu>
6595
6596 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6597 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6598 * p-valprint.c (pascal_val_print): Ditto.
6599 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6600
6601 2003-06-02 Richard Henderson <rth@redhat.com>
6602
6603 * alpha-tdep.c (alpha_push_dummy_call): Use
6604 builtin_type_ieee_double_little instead of builtin_type_double.
6605
6606 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6607 sign-extension of 32-bit values.
6608 (alpha_store_return_value): Similarly.
6609
6610 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6611 (alpha_extract_return_value): Likewise.
6612 (alpha_store_return_value): Likewise.
6613
6614 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6615 (alpha_store_return_value): Error on IEEE Quad floats.
6616
6617 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6618 (alpha_extract_struct_value_address): Likewise.
6619 (alpha_store_return_value): Likewise.
6620 (alpha_store_struct_return): Remove.
6621 (alpha_gdbarch_init): Update hook registration to match.
6622
6623 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6624 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6625 macros where appropriate.
6626 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6627 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6628
6629 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6630 for SP, GP; void_func_ptr for PC; non-language-specific types
6631 for all others.
6632 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6633
6634 2003-06-02 Richard Henderson <rth@redhat.com>
6635
6636 * top.h (lim_at_start): Declare.
6637 * main.c (captured_main): Set it.
6638 * top.c (lim_at_start): Define.
6639 (command_loop): Use it instead of &environ.
6640 * event-top.c (command_handler): Likewise.
6641
6642 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6643
6644 * mipsnbsd-tdep.c: Update copyright years.
6645 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6646
6647 2003-06-01 Richard Henderson <rth@redhat.com>
6648
6649 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6650 (alpha-linux-tdep.o): Update dependencies.
6651 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6652 * alpha-mdebug-tdep.c: Remove unneeded includes.
6653
6654 2003-06-01 Richard Henderson <rth@redhat.com>
6655
6656 * alpha-tdep.c (alpha_register_reggroup_p): New.
6657 (alpha_gdbarch_init): Register it.
6658
6659 2003-06-02 Andrew Cagney <cagney@redhat.com>
6660
6661 * dwarfread.c: Eliminate "register"
6662 (decode_die_type): Eliminate assignment within "if".
6663 (struct_type, decode_array_element_type): Ditto.
6664 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6665 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6666 (decode_modified_type, completedieinfo): Ditto.
6667 * block.c: Eliminate "register".
6668 (blockvector_for_pc_sect): Eliminate assignment within "if".
6669 * cp-support.h (struct symbol): Opaque declaration.
6670 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6671
6672 2003-06-01 Richard Henderson <rth@redhat.com>
6673
6674 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6675 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6676
6677 2003-06-01 Adam Fedor <fedor@gnu.org>
6678
6679 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6680 * gdbarch.[ch]: Regenerate.
6681 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6682 (hppa_gdbarch_init): Set it in the gdbarch vector.
6683 * i386-tdep.c (i386_fetch_pointer_argument): New
6684 (i386_gdbarch_init): Set it into gdbarch.
6685 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6686 (rs6000_gdbarch_init): Set it in gdbarch.
6687 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6688 (sparc_gdbarch_init): Set it in gdbarch.
6689
6690 2003-06-01 Andrew Cagney <cagney@redhat.com>
6691
6692 * defs.h (extract_address): Delete declaration.
6693 * findvar.c (extract_address): Delete function.
6694 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6695 extract_address with the inline equivalent,
6696 extract_unsigned_integer.
6697 (xstormy16_extract_struct_value_address): Ditto.
6698 (xstormy16_pointer_to_address): Ditto.
6699 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6700 * v850-tdep.c (v850_push_arguments): Ditto.
6701 (v850_extract_return_value): Ditto.
6702 (v850_extract_struct_value_address): Ditto.
6703 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6704 (sparcnbsd_get_longjmp_target_64): Ditto.
6705 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6706 (get_longjmp_target): Ditto.
6707 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6708 (sh64_extract_struct_value_address): Ditto.
6709 (sh_push_arguments): Ditto.
6710 (sh64_push_arguments): Ditto.
6711 * remote-vxsparc.c (vx_read_register): Ditto.
6712 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6713 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6714 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6715 * mipsv4-nat.c (get_longjmp_target): Ditto.
6716 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6717 * mips-nat.c (get_longjmp_target): Ditto.
6718 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6719 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6720 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6721 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6722 * irix5-nat.c (get_longjmp_target): Ditto.
6723 * irix4-nat.c (get_longjmp_target): Ditto.
6724 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6725 (ia64_push_arguments): Ditto.
6726 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6727 * h8300-tdep.c (h8300_push_arguments): Ditto.
6728 (h8300_store_return_value): Ditto.
6729 (h8300_extract_struct_value_address): Ditto.
6730 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6731 (frv_push_arguments): Ditto.
6732 * avr-tdep.c (avr_pointer_to_address): Ditto.
6733 (avr_push_arguments): Ditto.
6734 * arm-tdep.c (arm_push_dummy_call): Ditto.
6735 (arm_get_longjmp_target): Ditto.
6736 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6737 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6738 (alpha_get_longjmp_target): Ditto.
6739
6740 * solib-irix.c (extract_mips_address): Inline extract_address,
6741 replacing it with extract_signed_integer.
6742 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6743 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6744 (first_link_map_member, open_symbol_file_object): Ditto.
6745 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6746 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6747 (LM_NEXT, LM_NAME): Ditto.
6748
6749 2003-06-01 Richard Henderson <rth@redhat.com>
6750
6751 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6752 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6753 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6754 (alpha_cannot_store_register): Likewise.
6755 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6756 * alpha-nat.c (supply_gregset): Likewise.
6757 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6758
6759 2003-06-01 Andrew Cagney <cagney@redhat.com>
6760
6761 * infcall.c (call_function_by_hand): Update comment on
6762 DEPRECATED_DUMMY_WRITE_SP.
6763
6764 * mips-tdep.c (mips_gdbarch_init): Do not set
6765 deprecated_dummy_write_sp.
6766 (mips_eabi_push_dummy_call): Set the SP register.
6767 (mips_o64_push_dummy_call): Set the SP register.
6768 (mips_o32_push_dummy_call): Set the SP register.
6769 (mips_n32n64_push_dummy_call): Set the SP register.
6770
6771 2003-06-01 Richard Henderson <rth@redhat.com>
6772
6773 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6774 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6775 (supply_gregset): Likewise.
6776 * alpha-tdep.c (alpha_store_return_value): Likewise.
6777 (alpha_get_longjmp_target): Likewise.
6778 (alpha_register_name): Constify array.
6779 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6780 deprecated_register_size, deprecated_register_bytes,
6781 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6782 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6783 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6784
6785 2003-06-01 Richard Henderson <rth@redhat.com>
6786
6787 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6788 from arg_reg_buffer to regcache to avoid double conversion.
6789
6790 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6791
6792 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6793 SP_REGNUM.
6794 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6795 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6796
6797 2003-06-01 Richard Henderson <rth@redhat.com>
6798
6799 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6800 (decode_frame_entry): Set it. Skip FDE augmentation.
6801
6802 2003-06-01 Richard Henderson <rth@redhat.com>
6803
6804 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6805 not overlapping PC_REGNUM.
6806
6807 2003-06-01 Richard Henderson <rth@redhat.com>
6808
6809 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6810 alpha_push_arguments. Don't dump argument register data to
6811 the target stack. Fix float and 128-bit long double semantics.
6812 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6813 (alpha_fix_call_dummy): Remove.
6814 (alpha_call_dummy_words): Remove.
6815 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6816
6817 2003-06-01 Richard Henderson <rth@redhat.com>
6818
6819 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6820
6821 2003-06-01 Andrew Cagney <cagney@redhat.com>
6822
6823 * mips-tdep.c (is_mips16_addr): New function.
6824 (make_mips16_addr, unmake_mips16_addr): New functions.
6825 (pc_is_mips16, mips_fetch_instruction): Use.
6826 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6827 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6828 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6829 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6830 TARGET_MIPS.
6831 * config/mips/tm-mips.h: Update copyright.
6832 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6833 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6834 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6835 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6836 (TM_PRINT_INSN_MACH): Delete.
6837 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6838
6839 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6840 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6841 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6842 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6843 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6844 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6845 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6846 mips*-*-riscos* and mips*-*-sysv* onto mips.
6847 * config/mips/mips64.mt: New file.
6848 * config/mips/mips.mt: New file.
6849 * config/mips/littlemips.mt: Delete file.
6850 * config/mips/decstation.mt: Delete file.
6851 * config/mips/vr4300el.mt: Delete file.
6852 * config/mips/vr5000el.mt: Delete file.
6853 * config/mips/vr5000.mt: Delete file.
6854 * config/mips/vr4100.mt: Delete file.
6855 * config/mips/vr4xxxel.mt: Delete file.
6856 * config/mips/vr4300.mt: Delete file.
6857 * config/mips/vr4xxx.mt: Delete file.
6858 * config/mips/bigmips.mt: Delete file.
6859 * config/mips/bigmips64.mt: Delete file.
6860 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6861 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6862 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6863 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6864 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6865 "tm-bigmips.h".
6866 * config/mips/tm-irix3.h: Ditto.
6867 * config/mips/tm-mipsv4.h: Ditto.
6868 * config/mips/tm-embed.h: Ditto.
6869 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6870 "tm-bigmips64.h".
6871 * config/mips/tm-vr5000el.h: Delete file.
6872 * config/mips/tm-tx39l.h: Delete file.
6873 * config/mips/tm-vr4300el.h: Delete file.
6874 * config/mips/tm-vr4xxxel.h: Delete file.
6875 * config/mips/tm-vr4300.h: Delete file.
6876 * config/mips/tm-vr4100.h: Delete file.
6877 * config/mips/tm-vr4xxx.h: Delete file.
6878 * config/mips/tm-vr5000.h: Delete file.
6879 * config/mips/tm-embedl64.h: Delete file.
6880 * config/mips/tm-embedl.h: Delete file.
6881 * config/mips/tm-embed64.h: Delete file.
6882 * config/mips/tm-bigmips64.h: Delete file.
6883 * config/mips/tm-bigmips.h: Delete file.
6884
6885 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6886
6887 Fix gdb/1216.
6888 * shnbsd-nat.c: Include "sh-tdep.h".
6889
6890 From Richard Henderson <rth@redhat.com>:
6891 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6892
6893 2003-05-31 Andrew Cagney <cagney@redhat.com>
6894
6895 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6896 forward declaration.
6897 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6898 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6899 (mips_find_saved_regs): Use set_reg_offset.
6900 (mips_frame_init_saved_regs): Delete function.
6901 (mips_pop_frame): Call mips_find_saved_regs instead of
6902 DEPRECATED_FRAME_INIT_SAVED_REGS.
6903
6904 2003-05-31 Andrew Cagney <cagney@redhat.com>
6905
6906 * mips-tdep.c (mips_gdbarch_init): Do not set
6907 deprecated_max_register_raw_size, register_virtual_size, and
6908 deprecated_max_register_virtual_size.
6909
6910 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6911
6912 * i386-tdep.c: Include "dwarf2-frame.h".
6913 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6914 * Makefile.in (i386-tdep.o): Update dependencies.
6915
6916 * dwarf2-frame.c, dwarf2-frame.h: New files.
6917 * Makefile.in (SFILES): Add dwarf2-frame.c.
6918 (dwarf2_frame_h): Define.
6919 (COMMON_OBS): Add dwarf2-frame.o.
6920 (dwarf2-frame.o): Add dependencies.
6921
6922 2003-05-31 Andreas Jaeger <aj@suse.de>
6923
6924 * x86-64-linux-nat.c: Fix comment.
6925
6926 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6927
6928 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6929 function signature.
6930
6931 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6932 have a sigcontext_addr handler.
6933 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6934 sigcontext_addr handler.
6935
6936 2003-05-31 Andrew Cagney <cagney@redhat.com>
6937
6938 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6939 (print_fp_register_row): Replace do_fp_register_row.
6940 (mips_print_fp_register): Add "file" and "frame" parameters.
6941 (mips_print_register): Add "file" and "frame" parameters.
6942 (mips_print_registers_info): Replace mips_do_registers_info.
6943 (mips_gdbarch_init): Set print_registers_info instead of
6944 deprecated_do_registers_info.
6945 (mips_read_fp_register_single): Add "frame" parameter.
6946 (mips_read_fp_register_double): Add "frame" parameter.
6947
6948 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6949
6950 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6951 Fixes a bug where GDB would print the wrong register names for
6952 targets without SSE.
6953
6954 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6955 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6956 registers.
6957
6958 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6959 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6960 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6961 TDEP->sc_sp_offset.
6962
6963 From Michal Ludvig <mludvig@suse.cz>:
6964 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6965 and `sc_num_regs'.
6966 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6967 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6968 I386_ST0_REGNUM): Move here from...
6969 * i386-tdep.c: ... here.
6970 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6971 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6972 registers if possible.
6973 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6974 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6975 Remove variables.
6976 (i386bsd_sc_reg_offset): New variable.
6977 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6978 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6979 TDEP->sc_sp_offset.
6980 (i386fbsd_sc_reg_offset): New variable.
6981 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6982 TDEP->sc_num_regs.
6983 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6984 variables.
6985 (i386fbsd4_sc_reg_offset): New variable.
6986 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6987 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6988 TDEP->sc_sp_offset.
6989 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6990 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6991 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6992 Remove variables.
6993 (i386nbsd_sc_reg_offset): New variable.
6994 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6995 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6996 TDEP->sc_sp_offset.
6997 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6998 Remove variables.
6999 (i386obsd_sc_reg_offset): New variable.
7000 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7001 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7002 TDEP->sc_sp_offset.
7003 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7004 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7005 for frame pointer offset in `struct sigcontext'.
7006
7007 2003-05-31 Andrew Cagney <cagney@redhat.com>
7008
7009 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7010 architecture methods call_dummy_words, sizeof_call_dummy_words,
7011 push_return_address, store_struct_return, and fix_call_dummy. Set
7012 push_dummy_call instead of deprecated_push_arguments.
7013 (mips_store_struct_return): Delete function.
7014 (mips_fix_call_dummy): Delete function.
7015 (mips_push_return_address): Delete function.
7016 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7017 RA_REGNUM and T9_REGNUM.
7018 (mips_n32n64_push_dummy_call): Ditto for
7019 mips_n32n64_push_arguments.
7020 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7021 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7022
7023 2003-05-31 Andrew Cagney <cagney@redhat.com>
7024
7025 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7026 "dummy_addr" to "bp_addr".
7027 * infcall.c (call_function_by_hand): Pass "funaddr" to
7028 gdbarch_push_dummy_call.
7029 * gdbarch.h, gdbarch.c: Re-generate.
7030 * i386-tdep.c (i386_push_dummy_call): Update.
7031 * arm-tdep.c (arm_push_dummy_call): Update.
7032 * d10v-tdep.c (d10v_push_dummy_call): Update.
7033
7034 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7035
7036 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7037 variable declarations.
7038 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7039 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7040 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7041 x86_64_init_frame_pc, x86_64_init_frame_pc,
7042 x86_64_function_has_prologue): Remove prototypes.
7043 (X86_64_NUM_GREGS): New define.
7044 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7045 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7046 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7047 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7048 XMM1_REGNUM): Remove defines.
7049 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7050 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7051 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7052 X86_64_XMM1_REGNUM): New defines.
7053 (struct x86_64_register_info): Renamed from `struct
7054 register_info'. Remove `size' member.
7055 (x86_64_register_info_table): Remove variable.
7056 (x86_64_register_info): New variable.
7057 (X86_64_NUM_REGS): New define.
7058 (X86_64_NUM_GREGS): Remove define.
7059 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7060 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7061 Remove variables.
7062 (x86_54_dwarf2_reg_to_regnum): Remove function.
7063 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7064 (x86_64_dwarf_reg_to_regnum): New function.
7065 (x86_64_register_name): Rewrite.
7066 (x86_64_register_raw_size): Remove function.
7067 (x86_64_register_byte_table): Remove variable.
7068 (x86_64_register_byte): Remove function.
7069 (x86_64_register_virtual_type): Remove function.
7070 (x86_64_register_type): New function.
7071 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7072 x86_64_register_convert_to_raw): Remove functions.
7073 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7074 (x86_64_use_struct_convention): Make static. Adjust for renamed
7075 defines.
7076 (x86_64_frame_init_saved_regs): Remove function.
7077 (x86_64_push_arguments): Make static. Change to accept a regcache
7078 as argument.
7079 (x86_64_store_return_value, x86_64_extract_return_value): Make
7080 static. Rewrite based on i386 counterparts.
7081 (x86_64_push_dummy_call): New function.
7082 (X86_64_NUM_SAVED_REGS): New define.
7083 (x86_64_register_number): Remove function.
7084 (x86_64_store_struct_return): Remove function.
7085 (x86_64_frameless_function_invocation,
7086 x86_64_function_has_prologue): Remove functions.
7087 (PROLOG_BUFSIZE): Remove define.
7088 (struct x86_64_frame_cache): New structure.
7089 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7090 x86_64_frame_cache, x86_64_frame_this_id,
7091 x86_64_frame_prev_register, x86_64_frame_p,
7092 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7093 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7094 functions.
7095 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7096 variables.
7097 (x86_64_skip_prologue): Rewrite in terms of
7098 x86_64_analyze_prologue.
7099 (x86_64_frame_base_address): New function.
7100 (x86_64_frame_base): New variable.
7101 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7102 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7103 set deprecated_fp_regnum, deprecated_register_size,
7104 deprecated_register_bytes, register_raw_size, register_byte,
7105 register_virtual_type, register_convertiable,
7106 register_convert_to_virtual, convert_to_raw,
7107 deprecated_get_saved_register, deprecated_target_read_fp,
7108 deprecated_push_arguments, deprecated_push_return_address,
7109 deprecated_pop_frame, deprecated_store_struct_return,
7110 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7111 frameless_function_invocation, deprecated_frame_saved_pc,
7112 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7113 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7114 deprecated_init_frame_pc and virtual_frame_pointer. Call
7115 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7116 and x86_64_frame_p. Call frame_base_set_default to register
7117 x86_64_frame_base.
7118 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7119 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7120 (_initialize_x86_64_tdep): Remove function.
7121 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7122 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7123 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7124 define.
7125 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7126 (x86_64_linux_sigcontext_addr): Rewrite.
7127 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7128 x86_64_linux_frame_saved_pc): Remove functions.
7129 (x86_64_linux_pc_in_sigtramp): Renamed from
7130 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7131 trampoline.
7132 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7133 Remove_functions.
7134 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7135 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7136 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7137 (x86_64_regmap): Rename to regmap.
7138 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7139 x86_64_num_gregs.
7140 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7141 x86_64_regmap.
7142 (x86_64_fxsave_offset): Remove function.
7143 (supply_fpregset): Simply call x86_64_supply_fxsave.
7144 (fill_fpregset): Simply call x86_64_fill_fxsave.
7145 (fetch_inferior_registers, store_inferior_registers): Avoid
7146 asignment in if-statement.
7147 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7148 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7149 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7150 (fetch_core_registers): Remove function.
7151 (linux_elf_core_fns): Remove.
7152 (offsetoff): Don't define.
7153 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7154 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7155 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7156 add core-regset.o.
7157 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7158 protection against multiple includes instead of NM_X86_64_h. Add
7159 various comments. Include "config/nm-linux.h". Don't include
7160 <signal.h>.
7161 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7162 GET_THREAD_SIGNALS): Remove defines.
7163 (x86_64_register_u_addr, kernel_u_size,
7164 lin_thread_get_thread_signals): Remove prototypes.
7165 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7166 [HAVE_LINK_H]: Don't include "solib.h".
7167 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7168 * config/i386/tm-x86-64linux.h: Fix comments.
7169 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7170 x86-64-tdep.o): Update dependencies.
7171
7172 2003-05-30 Andrew Cagney <cagney@redhat.com>
7173
7174 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7175 Change parameter type to a "struct regcache *".
7176
7177 * gdbarch.sh: Regardless of the multi-arch level, always define
7178 the macro when not already defined.
7179 * gdbarch.h, gdbarch.c: Re-generate.
7180
7181 2003-05-30 Richard Henderson <rth@redhat.com>
7182
7183 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7184 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7185 (alpha_mdebug_frame_this_id): Likewise.
7186 (alpha_mdebug_frame_prev_register): Likewise.
7187 (alpha_mdebug_frame_base_address): Likewise.
7188 (alpha_mdebug_frame_locals_address): Likewise.
7189 (alpha_mdebug_frame_args_address): Likewise.
7190 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7191 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7192 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7193 loop increment.
7194 (alpha_heuristic_frame_this_id): Make static.
7195 (alpha_heuristic_frame_prev_register): Likewise.
7196 (alpha_heuristic_frame_base_address): Likewise.
7197 * alpha-tdep.h: Update.
7198
7199 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7200
7201 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7202 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7203 defenitions.
7204 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7205 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7206 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7207 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7208 I386_ST0_REGNUM): New defines.
7209 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7210 codestream_get): Remove define.
7211 (codestream_next_addr, condestream_addr, condestream_buf,
7212 codestream_off, codestream_cnt): Remove variables.
7213 (codestream_fill, codestream_seek, codestream_read): Remove
7214 functions.
7215 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7216 functionality.
7217 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7218 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7219 i386_frame_saved_pc, i386_saved_pc_after_call,
7220 i386_frame_num_args, i386_frame_init_saved_regs,
7221 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7222 i386_push_arguments): Remove functions.
7223 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7224 functionality. Use i386_analyze_prologue instead of
7225 i386_get_frame_setup.
7226 (I386_NUM_SAVED_REGS): New define.
7227 (struct i386_frame_cache): New structure.
7228 (i386_alloc_frame_cache, i386_analyze_struct_return,
7229 i386_skip_probe, i386_analyze_frame_setup,
7230 i386_analyze_register_saves, i386_analyze_prologue,
7231 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7232 i386_frame_prev_register, i386_sigtramp_frame_cache,
7233 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7234 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7235 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7236 New functions.
7237 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7238 New variables.
7239 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7240 I386_EAX_REGNUM and I386_EDX_REGNUM.
7241 (i386_extract_return_value, i386_store_return_value): Use
7242 I386_ST0_REGNUM where appropriate.
7243 (i386_extract_struct_value_address): Rewrite to use extract_address.
7244 (i386_svr4_pc_in_sigtramp): Add comment.
7245 (i386_svr4_sigcontext_addr): Rewrite.
7246 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7247 TDEP->sc_sp_offset.
7248 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7249 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7250 of new defines. Set push_dummy_call, don't set
7251 deprecated_push_arguments, deprecated_push_return_address,
7252 deprecated_pop_frame. Don't set parm_boundary. Don't set
7253 deprecated_frame_chain, deprecated_frame_saved_pc,
7254 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7255 save_dummy_frame_tos, unwind_pc. Call
7256 frame_unwind_append_predicate and frame_base_set_default. Don't
7257 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7258 Don't set frameless_function_invocation. Don't set
7259 deprecated_register_bytes, deprecated_register_size,
7260 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7261 * i386-linux-tdep.c: Fix formatting in some comments.
7262 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7263 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7264 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7265 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7266 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7267 redundant parentheses.
7268 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7269 (i386_linux_sigcontext_addr): Use it. Rewrite.
7270 (find_minsym_and_objfile): Change name of second argument.
7271 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7272 changed. Use frame_pc_unwind instead of
7273 DEPRECATED_SAVED_PC_AFTER_CALL.
7274 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7275 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7276 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7277 unwinder.
7278 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7279 "dummy-frame.h".
7280 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7281 (_initialize_i386_cygwin_tdep): New prototype.
7282 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7283 deprecated_frame_chain_valid.
7284 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7285 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7286 Rely on the SVR4 defaults.
7287 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7288 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7289
7290 2003-05-30 Andrew Cagney <cagney@redhat.com>
7291
7292 * infcall.c (call_function_by_hand): Always call
7293 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7294
7295 2003-05-30 Richard Henderson <rth@redhat.com>
7296
7297 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7298 increment.
7299
7300 2003-05-29 Jim Blandy <jimb@redhat.com>
7301
7302 Use gdbarch methods for solib stuff on PowerPC Linux.
7303 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7304 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7305 show through.
7306 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7307 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7308 giving the same effect as the #definitions above.
7309
7310 2003-05-29 Adam Fedor <fedor@gnu.org>
7311
7312 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7313 (find_implementation_from_class): Replace it with the standard
7314 case i.e. do nothing.
7315
7316 2003-05-29 Richard Henderson <rth@redhat.com>
7317
7318 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7319 (alpha_linux_sigtramp_offset): Use it. Make static.
7320 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7321 update for new frame model.
7322 * alpha-mdebug-tdep.c: New file.
7323 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7324 (alpha_osf1_init_abi): Install it.
7325 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7326 (linked_proc_desc_table): Remove.
7327 (alpha_frame_past_sigtramp_frame): Remove.
7328 (alpha_dynamic_sigtramp_offset): Remove.
7329 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7330 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7331 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7332 (push_sigtramp_desc): Remove.
7333 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7334 (alpha_cannot_store_register): Likewise.
7335 (alpha_sigcontext_addr): Remove.
7336 (alpha_find_saved_regs): Remove.
7337 (alpha_frame_init_saved_regs): Remove.
7338 (alpha_init_frame_pc_first): Remove.
7339 (read_next_frame_reg): Remove.
7340 (alpha_frame_saved_pc): Remove.
7341 (alpha_saved_pc_after_call): Remove.
7342 (temp_proc_desc, temp_saved_regs): Remove.
7343 (alpha_about_to_return): Remove.
7344 (cached_proc_desc): Remove.
7345 (alpha_frame_chain): Remove.
7346 (alpha_print_extra_frame_info): Remove.
7347 (alpha_init_extra_frame_info): Remove.
7348 (alpha_frame_locals_address): Remove.
7349 (alpha_frame_args_address): Remove.
7350 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7351 (alpha_push_dummy_frame): Remove.
7352 (alpha_pop_frame): Remove.
7353 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7354 (alpha_read_insn): New.
7355 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7356 for different insn encodings.
7357 (alpha_in_lenient_prologue): Remove.
7358 (struct alpha_sigtramp_unwind_cache): New.
7359 (alpha_sigtramp_frame_unwind_cache): New.
7360 (alpha_sigtramp_register_address): New.
7361 (alpha_sigtramp_frame_this_id): New.
7362 (alpha_sigtramp_frame_prev_register): New.
7363 (alpha_sigtramp_frame_unwind): New.
7364 (alpha_sigtramp_frame_p): New.
7365 (struct alpha_heuristic_unwind_cache): New.
7366 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7367 don't count nop insns that occur between functions.
7368 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7369 heuristic_proc_desc, but without the mdebug wrapping.
7370 (alpha_heuristic_frame_this_id): New.
7371 (alpha_heuristic_frame_prev_register): New.
7372 (alpha_heuristic_frame_unwind): New.
7373 (alpha_heuristic_frame_p): New.
7374 (alpha_heuristic_frame_base_address): New.
7375 (alpha_heuristic_frame_base): New.
7376 (alpha_unwind_dummy_id): New.
7377 (alpha_unwind_pc): New.
7378 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7379 frame related deprecated initializations; install replacements.
7380 (alpha_dump_tdep): Remove.
7381 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7382 (alpha_read_insn, alpha_after_prologue,
7383 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7384 alpha_heuristic_frame_prev_register,
7385 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7386 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7387 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7388 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7389
7390 2003-05-29 Andrew Cagney <cagney@redhat.com>
7391
7392 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7393 dependant on the availability of ASSERT_FUNCTION.
7394 (ASSERT_FUNCTION): Do not define when there is no function name.
7395
7396 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7397
7398 From Jimi X <jimix@watson.ibm.com>:
7399 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7400
7401 2003-05-28 Jim Blandy <jimb@redhat.com>
7402
7403 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7404 argument to ptrace to int; the system headers should give it the
7405 right type, and pointers don't fit in ints on powerpc64-*-*.
7406
7407 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7408
7409 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7410 DW_TAG_catch_block.
7411
7412 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7413
7414 * stabsread.c (dbx_lookup_type): Make static.
7415 (read_type): Ditto.
7416 (add_undefined_type): Ditto.
7417 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7418 not export.
7419
7420 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7421
7422 * hpread.c (hpread_has_name): Make static.
7423 (hpread_psymtab_to_symtab): Ditto.
7424 (file_exists): Ditto.
7425 (hpread_call_pxdb): Ditto.
7426 (hpread_pxdb_needed): Ditto.
7427 (hpread_quick_traverse): Ditto.
7428 (hpread_get_header): Ditto.
7429 (hpread_get_lntt): Ditto.
7430 (hpread_get_slt): Ditto.
7431 (class_of): Ditto.
7432
7433 2003-05-25 Andreas Schwab <schwab@suse.de>
7434
7435 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7436 stack_align and deprecated_extra_stack_alignment_needed.
7437 (m68k_stack_align): Delete.
7438
7439 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7440 (m68k_register_virtual_size): Likewise.
7441 (altos_skip_prologue): Remove obsolete function.
7442 (isi_frame_num_args): Likewise.
7443 (news_frame_num_args): Likewise.
7444 (m68k_fix_call_dummy): Make static.
7445 (m68k_push_dummy_frame): Likewise.
7446 (m68k_pop_frame): Likewise.
7447 (m68k_skip_prologue): Likewise.
7448 (m68k_frame_init_saved_regs): Likewise.
7449 (m68k_saved_pc_after_call): Likewise.
7450 (m68k_get_longjmp_target): Make multi-arch.
7451 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7452 structure. Register m68k_get_longjmp_target if enabled.
7453 * m68k-tdep.h (struct gdbarch_tdep): Define.
7454 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7455
7456 * Makefile.in (config.status): Also depend on configure.tgt
7457 and configure.host.
7458 (m68klinux-tdep.o): Update dependencies.
7459 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7460 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7461 (M68K_LINUX_JB_PC): Define.
7462 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7463 and take additional parameter.
7464 (m68k_linux_sigtramp_saved_pc): Update.
7465 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7466 m68k_linux_pc_in_sigtramp, in_plt_section,
7467 find_solib_trampoline_target.
7468 * config/m68k/tm-linux.h: Don't include any tm headers.
7469 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7470 (JB_ELEMENT_SIZE): Likewise.
7471 (JB_PC): Likewise.
7472 (GET_LONGJMP_TARGET): Likewise.
7473 (IN_SIGTRAMP): Likewise.
7474 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7475
7476 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7477
7478 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7479 (sparc32_push_arguments): Re-implement by calling
7480 sparc32_do_push_arguments.
7481
7482 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7483
7484 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7485 SPARC_O1_REGNUM): New defines.
7486 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7487 (sparc32_store_return_value): New function.
7488 (sparc_extract_struct_value_address): Rewrite to operate on a
7489 regcache.
7490 (sparc_gdbarch_init): Don't set
7491 deprecated_extract_struct_value_address. Set
7492 extract_struct_value_address instead. Don't set
7493 deprecated_extract_return_value and deprecated_store_return_value
7494 for 32-bit targets. Set extract_return_value and
7495 store_return_value instead.
7496 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7497 DEPRECTAED_EXTRACT_RETURN_VALUE,
7498 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7499 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7500 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7501 (sparc_store_return_value): Remove prototype.
7502 (sparc32_store_return_value): New prototype.
7503 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7504 Adjust prototypes.
7505
7506 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7507
7508 * sparcnbsd-tdep.c: Include "gdb_string.h".
7509
7510 2003-05-23 Andrew Cagney <cagney@redhat.com>
7511
7512 * p-valprint.c (pascal_val_print): Replace extract_address with
7513 the inline equivalent extract_unsigned_integer.
7514 * jv-valprint.c (java_value_print): Ditto.
7515 * ada-valprint.c (ada_val_print_1): Ditto.
7516 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7517
7518 2003-05-23 Theodore A. Roth <troth@openavr.org>
7519
7520 * blockframe.c (frameless_look_for_prologue): Remove unused
7521 after_prologue variable.
7522
7523 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7524
7525 * blockframe.c (get_pc_function_start): Rewrite to avoid
7526 asignments in if-statements.
7527
7528 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7529
7530 Committed by Elena Zannoni <ezannoni@redhat.com>.
7531 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7532 files, don't relocate absolute symbols (and do use mst_abs).
7533
7534 2003-05-23 Andrew Cagney <cagney@redhat.com>
7535
7536 * objc-lang.c: Include "gdb_assert.h".
7537 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7538 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7539 (gdb_check, gdb_check_fatal): Delete functions.
7540 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7541 gdb_assert.
7542 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7543 * Makefile.in (objc-lang.o): Update dependencies.
7544
7545 2003-05-22 Ian Lance Taylor <ian@airs.com>
7546
7547 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7548 with fprintf_filtered, not fprintf_unfiltered.
7549
7550 2003-05-22 Andrew Cagney <cagney@redhat.com>
7551
7552 * stack.c (frame_info): Inline extract_address, replacing it with
7553 extract_unsigned_integer.
7554 * findvar.c (unsigned_pointer_to_address): Ditto.
7555 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7556 * dwarf2expr.c (dwarf2_read_address): Ditto.
7557 * frame.c (frame_pc_unwind): Update comment.
7558 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7559
7560 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7561
7562 * infptrace.c (detach): Call print_sys_errmsg rather than
7563 perror_with_name to issue warning message when errno is non-zero
7564 after calling ptrace detach.
7565
7566 2003-05-21 J. Brobecker <brobecker@gnat.com>
7567
7568 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7569 macro definitions from here...
7570 * hppa-tdep.c: ...to there.
7571
7572 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7573
7574 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7575 register_ptrace_addr(). Fix all callers.
7576
7577 2003-05-21 Andreas Schwab <schwab@suse.de>
7578
7579 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7580 dependencies.
7581 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7582 end.
7583 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7584 (_initialize_m68k_linux_tdep): New function.
7585 (m68k_linux_frame_saved_pc): Make static.
7586 (m68k_linux_extract_return_value): Likewise.
7587 (m68k_linux_store_return_value): Likewise.
7588 (m68k_linux_extract_struct_value_address): Likewise.
7589 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7590 Remove.
7591 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7592 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7593 (DEPRECATED_FRAME_SAVED_PC): Remove.
7594
7595 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7596
7597 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7598 regset numbering rather than our own.
7599
7600 2003-05-19 David Carlton <carlton@bactrian.org>
7601
7602 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7603
7604 2003-05-19 David Carlton <carlton@bactrian.org>
7605
7606 Partial fix for PR c++/827.
7607 * cp-support.h: Include symtab.h.
7608 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7609 * cp-namespace.c: Update contributors.
7610 (cp_lookup_symbol_nonlocal): New.
7611 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7612 (lookup_symbol_file): Ditto.
7613 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7614 * block.h: Declare block_scope, block_using, block_global_block.
7615 * block.c (block_scope): New.
7616 (block_using, block_global_block): Ditto.
7617 * Makefile.in (cp_support_h): Depend on symtab_h.
7618 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7619
7620 2003-05-19 David Carlton <carlton@bactrian.org>
7621
7622 * language.h (struct language_defn): Add 'la_value_of_this'
7623 and 'la_lookup_symbol_nonlocal' members.
7624 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7625 lookup_symbol_static, lookup_symbol_global,
7626 lookup_symbol_aux_block.
7627 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7628 if we should search fields of this and how to do static/global
7629 lookup.
7630 (lookup_symbol_aux_block): Make extern.
7631 (basic_lookup_symbol_nonlocal): New.
7632 (lookup_symbol_static, lookup_symbol_global): Ditto.
7633 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7634 'la_lookup_symbol_nonlocal' members.
7635 * c-lang.c (c_language_defn, cplus_language_defn)
7636 (asm_language_defn, minimal_language_defn): Ditto.
7637 * jv-lang.c (java_language_defn): Ditto.
7638 * language.c (unknown_language_defn, auto_language_defn)
7639 (local_language_defn): Ditto.
7640 * m2-lang.c (m2_language_defn): Ditto.
7641 * objc-lang.c (objc_language_defn): Ditto.
7642 * scm-lang.c (scm_language_defn): Ditto.
7643 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7644 * p-lang.c (pascal_language_defn): Ditto for both.
7645 * Makefile.in (f-lang.o): Depend on value_h.
7646 (p-lang.o): Ditto.
7647
7648 2003-05-19 David Carlton <carlton@bactrian.org>
7649
7650 * block.h: Declare block_static_block.
7651 * block.c (block_static_block): New.
7652 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7653 lookup_symbol_aux_local, calling block_static_block instead.
7654 (lookup_symbol_aux_local): Delete 'static_block' argument.
7655
7656 2003-05-19 David Carlton <carlton@bactrian.org>
7657
7658 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7659
7660 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7661
7662 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7663 register numbers mapping.
7664
7665 2003-05-18 Adam Fedor <fedor@gnu.org>
7666
7667 * symtab.c (completion_list_objc_symbol): New function.
7668 (make_symbol_completion_list): Use it to add ObjC symbols
7669 when looking though the list.
7670 (language_search_unquoted_string): New function.
7671 (make_file_symbol_completion_list): Use it.
7672
7673 2003-05-18 Andreas Schwab <schwab@suse.de>
7674
7675 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7676 dependencies.
7677 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7678 as m68k_linux_extract_return_value.
7679 (DEPRECATED_STORE_RETURN_VALUE): Define as
7680 m68k_linux_store_return_value.
7681 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7682 m68k_linux_extract_struct_value_address.
7683 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7684 get_next_frame, get_frame_base, get_frame_pc.
7685 (m68k_linux_frame_saved_pc): Use get_frame_base.
7686 (m68k_linux_extract_return_value): New function.
7687 (m68k_linux_store_return_value): New function.
7688 (m68k_linux_extract_struct_value_address): New function.
7689 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7690
7691 * c-exp.y (typebase): Remove duplicate occurence of
7692 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7693 of lookup_signed_typename.
7694
7695 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7696
7697 * dwarf2loc.c (find_location_expression): Change type of second
7698 argument to `size_t *'.
7699 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7700 for size variable.
7701
7702 2003-05-18 David Carlton <carlton@bactrian.org>
7703
7704 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7705 'linkage_name'. Add comment.
7706 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7707 'linkage_name'.
7708 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7709 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7710 (lookup_block_symbol): Ditto.
7711
7712 2003-05-16 Andrew Cagney <cagney@redhat.com>
7713
7714 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7715 * gdbarch.h, gdbarch.c: Re-generate.
7716 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7717 * TODO (REGISTER_BYTES): Delete reference.
7718 * alpha-tdep.c (alpha_gdbarch_init): Update.
7719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7720 * x86-64-tdep.c (x86_64_init_abi): Update.
7721 * vax-tdep.c (vax_gdbarch_init): Update.
7722 * v850-tdep.c (v850_gdbarch_init): Update.
7723 * sparc-tdep.c (sparc_gdbarch_init): Update.
7724 * sh-tdep.c (sh_gdbarch_init): Update.
7725 * s390-tdep.c (s390_gdbarch_init): Update.
7726 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7727 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7728 (ns32k_gdbarch_init_32382): Update.
7729 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7730 * mcore-tdep.c (mcore_gdbarch_init): Update.
7731 * m68k-tdep.c (m68k_gdbarch_init): Update.
7732 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7733 * ia64-tdep.c (ia64_gdbarch_init): Update.
7734 * i386-tdep.c (i386_gdbarch_init): Update.
7735 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7736 * hppa-tdep.c (hppa_gdbarch_init): Update.
7737 * h8300-tdep.c (h8300_gdbarch_init): Update.
7738 * frv-tdep.c (frv_gdbarch_init): Update.
7739 * cris-tdep.c (cris_gdbarch_init): Update.
7740 * avr-tdep.c (avr_gdbarch_init): Update.
7741 * arm-tdep.c (arm_gdbarch_init): Update.
7742 * sparc-tdep.c (sparc_pop_frame): Update.
7743 * rs6000-tdep.c (rs6000_pop_frame): Update.
7744 * remote.c (init_remote_state): Update.
7745 (remote_prepare_to_store): Update.
7746 * remote-vx.c (vx_prepare_to_store): Update.
7747 * remote-sds.c (sds_fetch_registers): Update.
7748 (sds_prepare_to_store): Update.
7749 * remote-array.c: Update.
7750 * regcache.c (init_legacy_regcache_descr): Update.
7751 (init_regcache_descr): Update.
7752 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7753 (mips_o64_extract_return_value): Update.
7754 * irix5-nat.c (fetch_core_registers): Update.
7755 * irix4-nat.c (fetch_core_registers): Update.
7756 * i386-tdep.h: Update.
7757 * hppa-tdep.c (pa_do_registers_info): Update.
7758 (pa_do_strcat_registers_info): Update.
7759 * cris-tdep.c (cris_register_bytes_ok): Update.
7760 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7761 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7762 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7763 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7764 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7765 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7766 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7767 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7768 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7769 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7770 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7771 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7772 (REGISTER_BYTES_OK): Update.
7773 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7774 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7775
7776 2003-05-16 Ian Lance Taylor <ian@airs.com>
7777
7778 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7779 (vax_print_insn, print_insn_arg): Remove static functions.
7780 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7781 print_insn_vax from opcodes library.
7782 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7783
7784 2003-05-15 Andrew Cagney <cagney@redhat.com>
7785
7786 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7787 * target.h (memory_breakpoint_from_pc): Delete declaration.
7788 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7789 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7790 * monitor.c (monitor_insert_breakpoint): Use
7791 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7792 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7793 * gdbarch.h, gdbarch.c: Re-generate.
7794 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7795 (sparc_gdbarch_init): Set breakpoint_from_pc to
7796 sparc_breakpoint_from_pc.
7797 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7798 (BREAKPOINT_FROM_PC): Define.
7799 (sparc_breakpoint_from_pc): Declare.
7800 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7801 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7802 (BREAKPOINT_FROM_PC): Define.
7803 (BREAKPOINT): Delete macro.
7804 * target.h: Update comment.
7805 * s390-tdep.c (s390_gdbarch_init): Update comments.
7806 * remote.c: Update comments.
7807 * remote-mips.c: Update comments.
7808 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7809 * mem-break.c: Update comment.
7810 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7811 (ia64_memory_insert_breakpoint): Update.
7812 * config/sparc/tm-sparc.h: Update comment.
7813 * config/pa/tm-hppa64.h: Update comment.
7814 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7815 (rs6000_breakpoint_from_pc): Update.
7816 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7817 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7818 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7819 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7820 (mips_breakpoint_from_pc): Update.
7821 (mips_dump_tdep): Update.
7822
7823 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7824 * minsyms.c (lookup_minimal_symbol): Inline
7825 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7826
7827 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7828 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7829 * p-lang.c (pascal_printstr): Ditto.
7830 * objc-lang.c (objc_printstr): Ditto.
7831 * m2-lang.c (m2_printstr): Ditto.
7832 * jv-valprint.c (java_print_value_fields): Ditto.
7833 * f-lang.c (f_printstr): Ditto.
7834 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7835 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7836 for repeat_count_threshold.
7837 * Makefile.in (cp-valprint.o): Update dependencies.
7838
7839 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7840
7841 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7842 (examine_prologue): Support looking through leaf functions, knowing
7843 they start with mov r2,r12. Support skipping over indirect stores
7844 of the input registers. Upon hitting a non-nop branch instruction
7845 or predicated instruction, bail out by setting lim_pc to the current
7846 pc value in the loop. At the end, if the lim_pc value is still
7847 beyond our calculated value and we have trust_limit set,
7848 use the lim_pc value.
7849
7850 2003-05-15 Andrew Cagney <cagney@redhat.com>
7851
7852 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7853 generic_find_dummy_frame.
7854 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7855 (deprecated_generic_find_dummy_frame): Update.
7856 (deprecated_read_register_dummy): Update.
7857 * frame.c (deprecated_generic_get_saved_register): Update.
7858
7859 2003-05-15 Theodore A. Roth <troth@openavr.org>
7860
7861 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7862 (avr_gdbarch_init): Set breakpoint_from_pc method.
7863
7864 2003-05-15 Andrew Cagney <cagney@redhat.com>
7865
7866 * regcache.c (build_regcache): Set deprecated_register_valid
7867 directly.
7868 (deprecated_grub_regcache_for_register_valid): Delete function.
7869 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7870 declaration.
7871
7872 2003-05-15 David Carlton <carlton@bactrian.org>
7873
7874 Committed by Elena Zannoni <ezannoni@redhat.com>
7875 * symtab.c (lookup_symbol_aux): Delete calls to
7876 lookup_symbol_aux_minsyms.
7877 (lookup_symbol_aux_minsyms): Comment out function and
7878 prototype. Delete lookup by mangled name.
7879
7880 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7881
7882 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7883 correctly indicate an empty stack and ``stack_allocated'' to the
7884 indicate the number of elements initially allocated.
7885 (dwarf_expr_grow_stack): Simplify method for computing new
7886 stack size. Don't loop infinitely if ``stack_len'' is zero.
7887 (execute_stack_op): Move ``ctx->in_reg'' initialization
7888 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7889 be used in conjuction with DW_OP_piece. Revise error message
7890 accordingly.
7891
7892 2003-05-14 Theodore A. Roth <troth@openavr.org>
7893
7894 * MAINTAINERS: Update my email address.
7895 * avr-tdep.c: Ditto.
7896
7897 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7898
7899 * symtab.h (enum domain_enum): Rename from namespace_enum.
7900 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7901 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7902 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7903 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7904 TYPES_NAMESPACE, METHODS_NAMESPACE.
7905 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7906 (struct symbol, struct partial_symbol): Rename field
7907 'namespace_enum namespace' to 'domain_enum domain'.
7908 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7909 Delete old define kludge for namespace.
7910
7911 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7912 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7913 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7914 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7915 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7916 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7917 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7918 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7919 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7920 occurrences of the above.
7921
7922 2003-05-14 Ian Lance Taylor <ian@airs.com>
7923
7924 * Makefile.in (install-only): Use $(SHELL) when running
7925 mkinstalldirs.
7926
7927 2003-05-13 Ian Lance Taylor <ian@airs.com>
7928
7929 * MAINTAINERS (write after approval): Add myself.
7930
7931 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7932 second and third arguments.
7933 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7934 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7935
7936 2003-05-13 Andrew Cagney <cagney@redhat.com>
7937
7938 * defs.h (store_address): Delete declaration.
7939 findvar.c (store_address): Delete function.
7940 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7941 store_unsigned_integer.
7942 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7943 * v850-tdep.c (v850_push_arguments): Ditto.
7944 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7945 * sh-tdep.c (sh64_get_saved_register): Ditto.
7946 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7947 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7948 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7949 (mips_get_saved_register): Ditto.
7950 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7951 (find_func_descr, ia64_push_arguments): Ditto.
7952 * i386-tdep.c (i386_push_arguments): Ditto.
7953 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7954 * frv-tdep.c (frv_push_arguments): Ditto.
7955 * frame.c (legacy_saved_regs_prev_register): Ditto.
7956 (deprecated_generic_get_saved_register): Ditto.
7957 * findvar.c (unsigned_address_to_pointer): Ditto.
7958 * dwarf2read.c (dwarf2_const_value): Ditto.
7959 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7960 * alpha-tdep.c (alpha_push_arguments): Ditto.
7961
7962 2003-05-12 J. Brobecker <brobecker@gnat.com>
7963
7964 * NEWS: Mention that the hppa-hpux port has been partially
7965 multiarched (32bit ABIT only, so far).
7966
7967 2003-05-11 Andrew Cagney <cagney@redhat.com>
7968
7969 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7970 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7971 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7972 sim/testsuite/sim/arm/misaligned2.ms, and
7973 sim/testsuite/sim/arm/misaligned3.ms.
7974 * disasm.h (struct ui_file): Add opaque struct declaration.
7975 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7976 * frame.h (struct ui_file): Ditto.
7977
7978 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7979
7980 * value.h: Pretty print.
7981
7982 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7983
7984 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7985
7986 2003-05-08 Andrew Cagney <cagney@redhat.com>
7987
7988 * regcache.h (max_register_size): Delete declaration.
7989 * regcache.c (max_register_size): Delete function.
7990 (struct regcache_descr): Delete field "max_register_size".
7991 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7992 registers fit in MAX_REGISTER_SIZE.
7993 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7994 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7995 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7996 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7997 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7998 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7999 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8000 * dve3900-rom.c, hppa-tdep.c: Ditto.
8001
8002 2003-05-08 David Carlton <carlton@math.stanford.edu>
8003
8004 * valops.c (push_word): Fix typo.
8005
8006 2003-05-08 Andrew Cagney <cagney@redhat.com>
8007
8008 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8009 * gdbarch.h: Re-generate.
8010 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8011 (legacy_max_register_raw_size): Delete declaration.
8012 * regcache.c (legacy_max_register_raw_size): Delete function.
8013 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8014 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8015 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8016 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8017 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8018 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8019 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8020 * findvar.c, dwarf2cfi.c: Ditto.
8021
8022 2003-05-08 Andrew Cagney <cagney@redhat.com>
8023
8024 * mips-tdep.c (read_signed_register): New function, moved to here
8025 from "regcache.c".
8026 (read_signed_register_pid): Ditto.
8027 * regcache.c (read_signed_register_pid): Delete function, moved to
8028 "mips-tdep.c".
8029 (read_signed_register): Ditto.
8030 * regcache.h (read_signed_register): Delete declaration.
8031 (read_signed_register_pid): Delete declaration.
8032
8033 2003-05-08 Andrew Cagney <cagney@redhat.com>
8034
8035 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8036 * gdbarch.h: Re-generate.
8037 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8038 (legacy_max_register_virtual_size): Delete declaration.
8039 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8040 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8041 * tracepoint.c (memrange_sortmerge): Ditto.
8042 * sparc-tdep.c (sparc_print_registers): Ditto.
8043 * regcache.c (legacy_max_register_virtual_size): Delete function.
8044
8045 2002-05-08 J. Brobecker <brobecker@gnat.com>
8046
8047 * fork-child.c (escape_bang_in_quoted_argument): New function.
8048 (fork_inferior): Escape '!' characters in quoted arguments
8049 only when needed.
8050
8051 2003-05-08 J. Brobecker <brobecker@gnat.com>
8052
8053 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8054 the language of the CU is not currently supported by GDB.
8055
8056 2003-05-08 J. Brobecker <brobecker@gnat.com>
8057
8058 * defs.h (language): Add language_minimal enum value.
8059 * c-lang.c (minimal_language_defn): New language definition.
8060 (_initialize_c_language): Add the new minimal language to the list
8061 of languages known to GDB.
8062
8063 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8064
8065 * frame.c (get_frame_type): Don't attempt to lazily initialize
8066 frame's unwinder for legacy frames.
8067
8068 2003-05-07 Andrew Cagney <cagney@redhat.com>
8069
8070 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8071 and "regcache" parameters.
8072 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8073
8074 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8075
8076 * dwarf2read.c (dwarf_decode_lines): Only use output of
8077 check_cu_functions() when calling record_line(). Do not update
8078 the current address.
8079
8080 2003-05-07 Andrew Cagney <cagney@redhat.com>
8081
8082 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8083 code.
8084
8085 2003-05-07 Jim Blandy <jimb@redhat.com>
8086
8087 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8088 'maint info symtabs' and 'maint info psymtabs'.
8089 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8090 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8091 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8092 Declarations updated.
8093 * maint.c (maintenance_list_command): Delete.
8094 (_initialize_maint_cmds): Update calls to add_cmd.
8095 * gdbcmd.h (maintenancelistlist): Delete declaration.
8096 * cli/cli-cmds.c (maintenancelistlist): Delete.
8097 (init_cmd_lists): Don't initialize it.
8098 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8099
8100 2003-05-07 Andrew Cagney <cagney@redhat.com>
8101
8102 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8103 "regcache".
8104 (d10v_print_registers_info): Update.
8105 (d10v_dmap_register, d10v_imap_register): Delete functions.
8106 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8107 and "imap_register".
8108 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8109 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8110 * arch-utils.c (generic_remote_translate_xfer_address): Add
8111 "regcache" and "gdbarch" parameters.
8112 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8113 parameter. Change class to multi-arch.
8114 * gdbarch.h, gdbarch.c: Re-generate.
8115 * remote.c (remote_xfer_memory): Use
8116 gdbarch_remote_translate_xfer_address.
8117
8118 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8119
8120 * infrun.c (prev_pc): Move declaration ahead of proceed().
8121 (proceed): Refresh prev_pc value before resuming.
8122 (stop_stepping): Remove code to refresh prev_pc.
8123
8124 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8125
8126 * nto-tdep.c: Removed stray comment.
8127
8128 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8129
8130 * i386-nto-tdep.c: Fix old K&R function definitions.
8131 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8132 Also change add_show_from_set() call to add_setshow_cmd().
8133 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8134
8135 2003-05-05 Andrew Cagney <cagney@redhat.com>
8136
8137 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8138 (fprint_dummy_frames): New function.
8139 (maintenance_print_dummy_frames): New function.
8140 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8141 * frame.c (fprint_frame_id): Make global.
8142 * frame.h (fprint_frame_id): Declare.
8143 * Makefile.in (dummy-frame.o): Update dependencies.
8144
8145 2003-05-05 Andrew Cagney <cagney@redhat.com>
8146
8147 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8148 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8149 SIZEOF_CALL_DUMMY_WORDS.
8150 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8151 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8152 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8153 CALL_DUMMY_BREAKPOINT_OFFSET.
8154 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8155 CALL_DUMMY_START_OFFSET.
8156 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8157 * gdbarch.h, gdbarch.c: Re-generate.
8158 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8159 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8160 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8161 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8162 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8163 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8164 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8165 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8166 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8167 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8168 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8169 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8170 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8171 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8172 * config/sparc/tm-sparc.h: Update.
8173
8174 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8175
8176 * configure.tgt: Add i[3456]86-*-nto*.
8177 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8178 * nto-tdep.c: New file. Neutrino target support routines.
8179 * nto-tdep.h: New file. Neutrino target header.
8180 * config/tm-qnxnto.h: New file.
8181 * config/i386/i386nto.mt: New file.
8182 * config/i386/tm-i386nto.h: New file.
8183
8184 2003-05-04 Andrew Cagney <cagney@redhat.com>
8185
8186 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8187 (load_infrun_state): Ditto.
8188 (struct thread_info): Drop "prev_func_name" field.
8189 * thread.c (load_infrun_state): Update.
8190 (save_infrun_state): Update.
8191 * infrun.c (prev_func_name): Delete variable.
8192 (init_wait_for_inferior): Do not clear prev_func_name.
8193 (stop_stepping, keep_going, context_switch): Do not swap
8194 prev_func_name.
8195 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8196 instead of PC_IN_SIGTRAMP.
8197
8198 2003-05-04 Andrew Cagney <cagney@redhat.com>
8199
8200 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8201 REGISTER_BYTE with register_offset_hack.
8202 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8203 that REGISTER_BYTE is consistent with the regcache.
8204 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8205 * gdbarch.h, gdbarch.c: Regenerate.
8206
8207 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8208
8209 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8210 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8211
8212 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8213
8214 2003-05-03 J. Brobecker <brobecker@gnat.com>
8215
8216 From Thierry Schneider <tpschneider1@yahoo.com>
8217 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8218 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8219 (mi-cmd-symbol.o): Add rule.
8220
8221 2003-05-03 Andrew Cagney <cagney@redhat.com>
8222
8223 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8224 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8225 * gdbarch.h, gdbarch.c: Re-generate.
8226 * d10v-tdep.c (d10v_push_dummy_code): New function.
8227 (d10v_gdbarch_init): Set push_dummy_code.
8228 * infcall.c (legacy_push_dummy_code): New function.
8229 (generic_push_dummy_code): New function.
8230 (push_dummy_code): New function.
8231 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8232 instead of dummy_addr, to push_dummy_call. Move call to
8233 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8234 switch.
8235 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8236
8237 2003-05-03 Andrew Cagney <cagney@redhat.com>
8238
8239 * disasm.h (print_insn): Declare.
8240 * disasm.c (init_gdb_disassemble_info): New function.
8241 (gdb_disassembly): Call init_gdb_disassemble_info.
8242 (gdb_print_insn): New function.
8243 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8244 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8245 * mcore-tdep.c: Include "disasm.h"
8246 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8247 * d10v-tdep.c: Include "disasm.h".
8248 (display_trace): Call gdb_print_insn, instead of print_insn.
8249 (print_insn): Delete function.
8250 * printcmd.c: Include "disasm.h".
8251 (print_insn): Delete function.
8252 (print_formatted): Call gdb_print_insn, instead of print_insn.
8253 * Makefile.in (printcmd.o): Update dependencies.
8254 (mcore-tdep.o, d10v-tdep.o): Ditto.
8255
8256 2003-05-02 Andrew Cagney <cagney@redhat.com>
8257
8258 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8259 PC_REGNUM, re-indent.
8260 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8261 PC_REGNUM isn't set.
8262
8263 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8264 * gdbarch.h, gdbarch.c: Re-generate.
8265 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8266 register_virtual_size, pc_regnum, or register_bytes.
8267 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8268 (d10v_register_type): Use D10V_PC_REGNUM.
8269 (d10v_print_registers_info, d10v_read_pc): Ditto.
8270 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8271 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8272
8273 2003-05-02 David Carlton <carlton@bactrian.org>
8274
8275 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8276 the name with mstrsave.
8277
8278 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8279
8280 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8281 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8282 (host_charset_name, target_charset_name): New vars for use by
8283 set/show commands.
8284 (host_charset_enum, target_charset_enum): New enums for set/show
8285 commands.
8286 (set_charset_sfunc, set_host_charset_sfunc,
8287 set_target_charset_sfunc): New functions.
8288 (set_host_charset, set_target_charset): Make static.
8289 (list_charsets, set_host_charset_command,
8290 set_target_charset_command): Delete functions.
8291 (show_charset_command): Rewrite as....
8292 (show_charset): Hook this up with the set/show command mechanism.
8293 (_initialize_charset): Change names of charsets to match the
8294 set/show enums. Use host_charset_name and target_charset_name.
8295 Use set/show mechanism for charset, host-charset, target-charset
8296 commands. Do not make 'show host-charset' and 'show
8297 target-charset' be aliases of 'show charset'.
8298
8299 * charset.h (set_host_charset, set_target_charset): Don't export,
8300 they are not used outside the file.
8301
8302 2003-05-01 Andrew Cagney <cagney@redhat.com>
8303
8304 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8305 (gdb_disassembly): Make "di" non static, always initialize and
8306 cleanup. Always use dis_asm_read_memory.
8307 (gdb_dis_asm_read_memory): Delete function.
8308
8309 2003-05-01 Andrew Cagney <cagney@redhat.com>
8310
8311 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8312 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8313
8314 2003-04-30 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8317 "tm_print_insn_info".
8318 (TARGET_PRINT_INSN_INFO): Delete macro.
8319 (dis_asm_read_memory): Delete function declaration.
8320 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8321 (tm_print_insn_info): Delete variable definition.
8322 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8323 * gdbarch.h, gdbarch.c: Re-generate.
8324 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8325 "deprecated_tm_print_insn_info".
8326 * mcore-tdep.c (mcore_dump_insn): Ditto.
8327 * mips-tdep.c (mips_gdbarch_init): Ditto.
8328 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8329 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8330 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8331 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8332 instead of TARGET_PRINT_INSN_INFO, add comment.
8333 * s390-tdep.c (s390_get_frame_info): Instead of
8334 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8335 (s390_check_function_end, s390_is_sigreturn): Ditto.
8336 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8337 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8338 * disasm.c: Include "gdbcore.h".
8339 (_initialize_disasm): New function, initialize
8340 "deprecated_tm_print_insn_info".
8341 (deprecated_tm_print_insn_info): New variable.
8342 (dis_asm_read_memory): Moved from "corefile.c", made static.
8343 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8344 * Makefile.in (disasm.o): Update dependencies.
8345
8346 2003-04-30 Andrew Cagney <cagney@redhat.com>
8347
8348 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8349
8350 2003-04-29 Adam Fedor <fedor@gnu.org>
8351
8352 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8353 * infcall.c (find_function_addr): Make non-static.
8354 * infcall.h (find_function_addr): Declare.
8355 * Makefile.in (eval.o): Update dependencies.
8356
8357 2003-04-28 Adam Fedor <fedor@gnu.org>
8358
8359 * symtab.c (symbol_find_demangled_name): Check for and demangle
8360 ObjC symbols.
8361 (symbol_init_demangled_name): Init for language_objc as well.
8362
8363 2003-04-28 Andrew Cagney <cagney@redhat.com>
8364
8365 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8366 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8367 * gdbarch.h, gdbarch.c: Re-generate.
8368 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8369 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8370 * inferior.h (deprecated_read_fp): Rename read_fp.
8371 (generic_target_read_fp): Delete declaration.
8372 * regcache.c (generic_target_read_fp): Delete function.
8373 (deprecated_read_fp): Replace read_fp, use
8374 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8375 * d10v-tdep.c (d10v_read_fp): Delete function.
8376 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8377
8378 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8379 deprecated_target_read_fp to generic_target_read_fp.
8380 * sh-tdep.c (sh_gdbarch_init): Ditto.
8381 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8382 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8383 * frv-tdep.c (frv_gdbarch_init): Ditto.
8384
8385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8386 deprecated_fp_regnum.
8387 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8388 * vax-tdep.c (vax_gdbarch_init): Ditto.
8389 * v850-tdep.c (v850_gdbarch_init): Ditto.
8390 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8391 * sh-tdep.c (sh_gdbarch_init): Ditto.
8392 * s390-tdep.c (s390_gdbarch_init): Ditto.
8393 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8394 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8395 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8396 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8397 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8398 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8399 * i386-tdep.c (i386_gdbarch_init): Ditto.
8400 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8401 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8402 * frv-tdep.c (frv_gdbarch_init): Ditto.
8403 * cris-tdep.c (cris_gdbarch_init): Ditto.
8404 * avr-tdep.c (avr_gdbarch_init): Ditto.
8405 * arm-tdep.c (arm_gdbarch_init): Ditto.
8406 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8407
8408 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8409 * v850-tdep.c (v850_gdbarch_init): Ditto.
8410 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8411 * sh-tdep.c (sh_gdbarch_init): Ditto.
8412 * s390-tdep.c (s390_gdbarch_init): Ditto.
8413 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8414 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8415 * mips-tdep.c (mips_gdbarch_init): Ditto.
8416 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8417 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8418 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8419 * frv-tdep.c (frv_gdbarch_init): Ditto.
8420 * avr-tdep.c (avr_gdbarch_init): Ditto.
8421 * arm-tdep.c (arm_gdbarch_init): Ditto.
8422
8423 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8424 DEPRECATED_FP_REGNUM.
8425 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8426 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8427 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8428 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8429 (sparc32_register_virtual_type): Ditto.
8430 * sh-tdep.c (sh64_frame_chain): Ditto.
8431 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8432 (sh_nofp_frame_init_saved_regs): Ditto.
8433 (sh64_nofp_frame_init_saved_regs): Ditto.
8434 (sh_fp_frame_init_saved_regs): Ditto.
8435 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8436 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8437 * procfs.c (procfs_fetch_registers): Ditto.
8438 (procfs_store_registers): Ditto.
8439 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8440 (store_inferior_registers, fetch_core_registers): Ditto.
8441 (fetch_kcore_registers, clear_regs): Ditto.
8442 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8443 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8444 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8445 * nlm/i386.c (do_status): Ditto.
8446 * mipsv4-nat.c (supply_gregset): Ditto.
8447 * mips-tdep.c: Ditto for comments.
8448 * mips-nat.c (fetch_inferior_registers): Ditto.
8449 (store_inferior_registers, fetch_core_registers): Ditto.
8450 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8451 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8452 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8453 (i386_do_pop_frame, i386_register_type): Ditto.
8454 * hppa-tdep.c (hppa_frame_chain): Ditto.
8455 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8456 (hppa_pop_frame, hppa_read_fp): Ditto.
8457 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8458 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8459 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8460 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8461 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8462 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8463 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8464 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8465 * blockframe.c: Ditto for comments.
8466 * arch-utils.h: Ditto for comments.
8467 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8468 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8469 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8470 * alpha-tdep.h: Ditto for comments.
8471 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8472 (alpha_cannot_store_register): Ditto.
8473 (alpha_push_dummy_frame): Ditto.
8474 * alpha-nat.c (supply_gregset): Ditto.
8475
8476 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8477 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8478 * config/sparc/tm-sparc.h: Update comment.
8479
8480 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8481 deprecated_read_fp instead of TARGET_READ_FP.
8482 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8483 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8484 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8485 deprecated_read_fp instead of read_fp.
8486 * s390-tdep.c (s390_push_arguments): Ditto.
8487 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8488 * frame.h: Ditto in comments.
8489 * frame.c (legacy_get_prev_frame): Ditto.
8490 * dummy-frame.c (dummy_frame_this_id): Ditto.
8491 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8492
8493 2003-04-28 Andrew Cagney <cagney@redhat.com>
8494
8495 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8496 * gdbarch.h, gdbarch.c: Re-generate.
8497 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8498 * vax-tdep.c (_initialize_vax_tdep): Update.
8499 * v850-tdep.c (_initialize_v850_tdep): Update.
8500 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8501 * s390-tdep.c (_initialize_s390_tdep): Update.
8502 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8503 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8504 * mips-tdep.c (_initialize_mips_tdep): Update.
8505 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8506 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8507 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8508 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8509 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8510 * frv-tdep.c (_initialize_frv_tdep): Update.
8511 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8512 (_initialize_cris_tdep): Update.
8513 * arch-utils.c (legacy_print_insn): Update.
8514 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8515
8516 2003-04-26 Adam Fedor <fedor@gnu.org>
8517
8518 * linespec.c (decode_objc): New function to decode ObjC calls
8519 (decode_line_1): Check for ObjC calls (using decode_objc)
8520 * Makefile (linespec.o): Update dependencies.
8521
8522 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8523
8524 * breakpoint.h (struct breakpoint_ops): New.
8525 (struct breakpoint): Add ops member.
8526
8527 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8528 (mention): Use new breakpoint ops member.
8529 (set_raw_breakpoint): Initialize ops field to NULL.
8530 (print_exception_catchpoint, print_one_exception_catchpoint)
8531 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8532 (gnu_v3_exception_catchpoint_ops): New.
8533 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8534
8535 2003-04-25 Adam Fedor <fedor@gnu.org>
8536
8537 * Makefile.in (COMMON_OBS): Add objc-lang.o
8538
8539 2003-04-25 Andrew Cagney <cagney@redhat.com>
8540
8541 * d10v-tdep.c (print_insn): Delete function.
8542 (display_trace): Use TARGET_PRINT_INSN.
8543 (_initialize_d10v_tdep): Do not set tm_print_insn.
8544 (d10v_gdbarch_init): Set print_insn.
8545
8546 2003-04-25 Andrew Cagney <cagney@redhat.com>
8547
8548 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8549 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8550 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8551 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8552 (nr_dmap_regs, a0_regnum): ... new functions.
8553 (d10v_print_registers_info): Use a0_regnum, use register_size.
8554 (d10v_register_byte): Delete function.
8555 (d10v_register_raw_size): Delete function.
8556 (d10v_register_type): Use a0_regnum.
8557 (d10v_print_registers_info): Use a0_regnum.
8558 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8559 (d10v_gdbarch_init): Do not set register_byte or
8560 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8561 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8562 extract_address.
8563 (trace_command): Use XCALLOC.
8564 (print_insn): Delete reference to tm_print_insn.
8565 (saved_regs_unwinder): Use store_unsigned_integer instead of
8566 store_address.
8567 * frame.h (FRAME_OBSTACK_CALLOC): Define
8568
8569 2003-04-25 David Carlton <carlton@bactrian.org>
8570
8571 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8572
8573 2003-04-24 Adam Fedor <fedor@gnu.org>
8574
8575 * objc-lang.c: Include "valprint.h"
8576 * Makefile.in (objc-lang.o): Update dependencies.
8577
8578 2003-04-24 Adam Fedor <fedor@gnu.org>
8579
8580 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8581 architecture dependant compilation and mark as unimplemented
8582 (until they get put in the gdbarch vector).
8583
8584 2003-04-23 David Carlton <carlton@bactrian.org>
8585
8586 * cp-support.c (cp_find_first_component): Accept 'operator' in
8587 more locations.
8588
8589 2003-04-23 Andrew Cagney <cagney@redhat.com>
8590
8591 * infcall.c (call_function_by_hand): Eliminate redundant
8592 indentation. Move "saved_async" and "old_cleanups" to where they
8593 are needed.
8594
8595 2003-04-23 Andrew Cagney <cagney@redhat.com>
8596
8597 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8598 and "buffer". Move the "name" code to where it is needed.
8599
8600 2003-04-23 Andrew Cagney <cagney@redhat.com>
8601
8602 * infcall.c (call_function_by_hand): Move variables "start_sp",
8603 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8604 code to ON_STACK switch branch.
8605
8606 2003-04-23 Andrew Cagney <cagney@redhat.com>
8607
8608 * infcall.c (call_function_by_hand): Make declaration of "i",
8609 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8610 lint.
8611
8612 2003-04-23 Andrew Cagney <cagney@redhat.com>
8613
8614 * infcall.c (call_function_by_hand): Delete variable
8615 "n_method_args". Localize "param_type"'s declaration to the loop
8616 that it is used. Reinstate code assigning to said variable -
8617 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8618 Rationalize code using "param_type".
8619
8620 2003-04-22 Andrew Cagney <cagney@redhat.com>
8621
8622 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8623 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8624 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8625 to DEPRECATED_PUSH_RETURN_ADDRESS.
8626
8627 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8628
8629 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8630 on the DWARF2 register number prior to fetching a register.
8631
8632 2003-04-22 J. Brobecker <brobecker@gnat.com>
8633
8634 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8635 Update all the tests using SOFT_FLOAT considering the fact that
8636 this macro was always set to 0.
8637 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8638 considering the fact that this macro was always set to 0.
8639 * hppa-tdep.h (hppa_store_return_value): Likewise.
8640 (hppa_extract_return_value): Likewise.
8641
8642 2003-04-22 J. Brobecker <brobecker@gnat.com>
8643
8644 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8645 the hppa-pro target only.
8646
8647 2003-04-21 J. Brobecker <brobecker@gnat.com>
8648
8649 Ongoing multi-arch conversion effort for HP/UX:
8650 * config/pa/tm-hppa.h: Move all macro that are no longer
8651 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8652 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8653
8654 2003-04-21 J. Brobecker <brobecker@gnat.com>
8655
8656 * config/pa/tm-hppa.h: Obsolete a section that was only used
8657 for hppa-pro.
8658
8659 2003-04-21 J. Brobecker <brobecker@gnat.com>
8660
8661 Ongoing multi-arch conversion for HP/UX.
8662 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8663 if already defined (allows hppa64 to stay non-multiarched for now).
8664 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8665
8666 2003-04-21 Andrew Cagney <cagney@redhat.com>
8667
8668 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8669
8670 2003-04-21 Andrew Cagney <cagney@redhat.com>
8671
8672 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8673 "i386_num_mmx_regs".
8674
8675 2003-04-21 Andrew Cagney <cagney@redhat.com>
8676
8677 * infcall.c: New file.
8678 * infcall.h: New file.
8679 * valarith.c: Include "infcall.h".
8680 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8681 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8682 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8683 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8684 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8685 (SFILES): Add "infcall.c"
8686 (COMMON_OBS): Add "infcall.o".
8687 (infcall.o): Specify dependencies.
8688 * value.h (call_function_by_hand): Delete declaration.
8689 * inferior.h (run_stack_dummy): Delete declaration.
8690 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8691 (run_stack_dummy): Move to "infcall.c", merged into
8692 call_function_by_hand.
8693 * valops.c (call_function_by_hand): Moved to "infcall.c".
8694 (find_function_addr, value_arg_coerce): Ditto.
8695 (unwindonsignal_p, coerce_float_to_double): Ditto.
8696 (_initialize_valops): Move "set/show coerce-float-to-double", and
8697 "set/show unwindonsignal" commands to "infcall.c".
8698 * v850-tdep.c, target.h: Update comments.
8699 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8700 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8701 (sh64_init_extra_frame_info): Update comments.
8702 * mn10300-tdep.c: Update comments.
8703 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8704 * config/sparc/tm-sparc.h: Update comments.
8705 * breakpoint.h: Update comments.
8706 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8707 * arm-tdep.c: Update comment.
8708
8709 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8710
8711 * i386-tdep.c (i386_num_register_names): New variable.
8712 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8713 (MM0_REGNUM): Remove redundant parentheses in define.
8714 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8715 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8716 i386_mxcsr_regnum_p): Remove redundant parentheses.
8717 (i386_register_name): Use i386_num_register_names.
8718
8719 * i386-tdep.c (i386_extract_return_value,
8720 i386_store_return_value): Correct check for availability of
8721 floating-point registers.
8722
8723 * i386-tdep.c (i386_frame_num_args): Remove function.
8724 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8725
8726 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8727 mmx_regnum_to_fp_regnum. Adjust all callers.
8728
8729 * i386-tdep.c (i386_get_longjmp_target): Use
8730 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8731 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8732 extract_address.
8733
8734 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8735
8736 * core-regset.c: Update comments to reflect reality. Re-order
8737 includes.
8738 (fetch_core_registers): Use switch instead of if. Remove
8739 redundant prototype.
8740
8741 2003-04-18 Jim Blandy <jimb@redhat.com>
8742
8743 * s390-tdep.c (s390_frame_align): New function.
8744 (s390_gdbarch_init): Register it with the gdbarch object.
8745
8746 2003-04-17 Richard Henderson <rth@redhat.com>
8747
8748 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8749
8750 2003-04-17 Michael Snyder <msnyder@redhat.com>
8751 Karen Bennet <bennet@redhat.com>
8752
8753 Committed by Elena Zannoni <ezannoni@redhat.com>
8754 * gdb_gcore.sh: New script to create a core dump of a process.
8755
8756 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8757
8758 * values.c (value_being_returned): Don't fetch the return
8759 value if the return type is void.
8760
8761 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8762
8763 * thread-db.c: Reindented.
8764
8765 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8766
8767 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8768 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8769 as types.
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779
8780
8781
8782
8783
8784
8785
8786
8787
8788
8789
8790
8791
8792
8793
8794
8795 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8796
8797 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8798 the size of ``long double'' to 16, instead of 8.
8799
8800 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8801
8802 * i386-linux-nat.c: Add some whitespace to make things more
8803 readable.
8804 (fetch_register, store_register, fetch_inferior_registers,
8805 store_inferior_registers): Get rid of assignment in if-statement.
8806 (store_register): Fix typo in error message.
8807
8808 2003-04-16 Andrew Cagney <cagney@redhat.com>
8809
8810 * utils.c (xmmalloc): Always allocate something, matches
8811 libiberty/xmalloc's semantics.
8812 (xmrealloc, xmcalloc): Ditto.
8813
8814 2003-04-16 Andrew Cagney <cagney@redhat.com>
8815
8816 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8817 update comments.
8818 (get_frame_type): Initialize unwind and type when needed.
8819 (get_frame_id, frame_register_unwind): Ditto.
8820
8821 2003-04-16 Andrew Cagney <cagney@redhat.com>
8822
8823 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8824 obsolete.
8825 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8826 * sparcl-stub.c: Obsolete file.
8827 * config/sparc/tm-sparclet.h: Obsolete file.
8828 * sparclet-stub.c: Obsolete file.
8829 * sparclet-rom.c: Obsolete file.
8830 * sparcl-tdep.c: Obsolete file.
8831 * config/sparc/tm-sparclite.h: Obsolete file.
8832 * config/sparc/sparclite.mt: Obsolete file.
8833 * config/sparc/sparclet.mt: Obsolete file.
8834 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8835 sparc86x-*-* obsolete.
8836
8837 2003-04-15 David Carlton <carlton@math.stanford.edu>
8838
8839 * Makefile.in (SFILES): Add cp-namespace.c.
8840 (COMMON_OBS): Add cp-namespace.o.
8841 (block.o): Depend on gdb_obstack_h and cp_support_h.
8842 (buildsym.o): Depend on cp_support_h.
8843 (cp-namespace.o): New.
8844 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8845 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8846 (dwarf2read.o): Depend on cp_support_h.
8847 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8848 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8849 processing_current_namespace.
8850 (read_namespace): Update processing_current_namespace; check for
8851 anonymous namespaces.
8852 (dwarf2_name): New function.
8853 (dwarf2_extension): Ditto.
8854 * cp-support.h: Update copyright, contributors.
8855 Add inclusion guards.
8856 Add opaque declaration for structs obstack, block, symbol.
8857 (struct using_direct): New struct.
8858 Add declarations for cp_find_first_component,
8859 cp_entire_prefix_len, processing_has_namespace_info,
8860 processing_current_namespace, cp_is_anonymous,
8861 cp_add_using_directive, cp_initialize_namespace,
8862 cp_finalize_namespace, cp_set_block_scope,
8863 cp_scan_for_anonymous_namespaces.
8864 * cp-namespace.c: New file.
8865 * cp-support.c: Update copyright.
8866 Include ctype.h, gdb_assert.h, gdbcmd.h.
8867 New variable maint_cplus_cmd_list.
8868 (cp_find_first_component): New function.
8869 (cp_entire_prefix_len, maint_cplus_command)
8870 (first_component_command, _initialize_cp_support): Ditto.
8871 * buildsym.c: Include cp-support.h.
8872 New variable using_list.
8873 (add_symbol_to_list): Check for anonymous namespaces.
8874 (finish_block): Set block's scope.
8875 (start_symtab): Initialize C++ namespace support.
8876 (end_symtab): Finalize C++ namespace support.
8877 * block.h: Add opaque declarations for structs
8878 block_namespace_info, using_direct, and obstack.
8879 Add declarations for block_set_scope and block_set_using.
8880 (struct block): Add 'language_specific' member.
8881 (BLOCK_NAMESPACE): New macro.
8882 * block.c: Include gdb_obstack.h and cp-support.h.
8883 (struct block_namespace_info): New struct.
8884 (block_set_scope): New function.
8885 (block_set_using, block_initialize_namespace): Ditto.
8886
8887 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8888
8889 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8890 (locate_base): Return early if there aren't any link map offsets.
8891 (svr4_solib_create_inferior_hook): Warn if shared library support
8892 is unavailable.
8893
8894 2003-04-14 David Carlton <carlton@math.stanford.edu>
8895
8896 * symtab.c (symbol_set_names): Add prefix when storing Java names
8897 in hash table. Fix for PR java/1039.
8898
8899 2003-04-14 David Carlton <carlton@math.stanford.edu>
8900
8901 * symtab.c (symbol_set_names): Rename 'name' arg to
8902 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8903 * symtab.h: Change 'name' argument in declaration of
8904 symbol_set_names to 'linkage_name'.
8905 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8906
8907 2003-04-14 Andrew Cagney <cagney@redhat.com>
8908
8909 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8910 return the fully sign-extended register value.
8911 (get_frame_pointer): Ditto.
8912 (mips_pop_frame): Initialize "proc_desc" after checking for a
8913 dummy frame.
8914
8915 2003-04-14 Andrew Cagney <cagney@redhat.com>
8916
8917 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8918 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8919 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8920 (mips_push_register): Delete function.
8921 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8922 PUSH_FP_REGNUM.
8923
8924 2003-04-14 Jim Blandy <jimb@redhat.com>
8925
8926 * symmisc.c: #include "gdb_regex.h".
8927 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8928 functions.
8929 * maint.c (maintenance_list_command): New function.
8930 (_initialize_maint_cmds): Register the above as commands.
8931 * symtab.h (maintenance_list_symtabs,
8932 maintenance_list_psymtabs): New declarations.
8933 * cli/cli-cmds.c (maintenancelistlist): New variable.
8934 (init_cmd_lists): Initialize it.
8935 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8936 * gdbcmd.h (maintenancelistlist): New declaration.
8937 * Makefile.in (symmisc.o): Update dependencies.
8938
8939 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8940
8941 * s390-nat.c: Include asm/types.h for addr_t.
8942
8943 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8944
8945 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8946 actually incoming type.
8947
8948 2003-04-13 Andrew Cagney <cagney@redhat.com>
8949
8950 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8951 get_next_frame and get_frame_saved_regs.
8952
8953 2003-04-13 Andrew Cagney <cagney@redhat.com>
8954
8955 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8956 of gdbarch_num_regs.
8957
8958 2003-04-13 Andrew Cagney <cagney@redhat.com>
8959
8960 * frame.h: Mention what replaced what in "struct frame_info".
8961 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8962 deprecated_update_frame_base_hack and
8963 deprecated_update_frame_pc_hack.
8964 * hppa-tdep.c: Ditto.
8965
8966 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8967
8968 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8969 to read_reg and update its comment. Remove regnum member.
8970 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8971 Don't call read_reg when setting in_reg. Call read_reg to get
8972 the frame base if it's in a register. Return the register number
8973 on the stack instead of in the context. Remove extra arguments
8974 to read_reg.
8975 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8976 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8977 the register number on the expression stack.
8978 (needs_frame_read_reg): Remove extra arguments.
8979
8980 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8981
8982 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8983 made non-static.
8984 (execute_stack_op): All callers updated.
8985 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8986 * dwarf2loc.c (find_location_expression): New function.
8987 (dwarf_expr_frame_base): Call it.
8988 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8989 (dwarf2_tracepoint_var_ref): New function, broken out from
8990 locexpr_tracepoint_var_ref.
8991 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8992 Make static.
8993 (loclist_read_variable, loclist_read_needs_frame): New functions.
8994 (loclist_describe_location, loclist_tracepoint_var_ref): New
8995 functions.
8996 (dwarf2_loclist_funcs): New struct location_funcs.
8997 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8998 (struct dwarf2_locexpr_baton): Add comments.
8999 (dwarf2_loclist_funcs): New extern.
9000 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9001 base_address and base_known.
9002 (dwarf_loc_buffer): New variable.
9003 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9004 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9005 (dwarf2_has_info): Initialize dwarf_loc_offset.
9006 (dwarf2_build_psymtabs): Read in .debug_loc.
9007 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9008 DWARF_LOC_SIZE.
9009 (psymtab_to_symtab_1): Likewise. Move base address calculation
9010 here, from...
9011 (dwarf2_get_pc_bounds): ... here. Use the base address from
9012 cu_header.
9013 (dwarf2_symbol_mark_computed): Handle location lists.
9014
9015 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9016
9017 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9018 if the linkage name demangled successfully.
9019
9020 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9021
9022 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9023 disassmbly_flavour): Removed.
9024
9025 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9026
9027 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9028
9029 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9030
9031 2003-04-12 Andrew Cagney <cagney@redhat.com>
9032
9033 * frame.h (struct frame_info): Move definition from here ...
9034 * frame.c (struct frame_info): ... to here.
9035
9036 2003-04-12 Andrew Cagney <cagney@redhat.com>
9037
9038 * gdbthread.h (save_infrun_state): Delete parameter
9039 "prev_func_start".
9040 (struct thread_info): Delete field "prev_func_start".
9041 (load_infrun_state): Ditto.
9042 * thread.c (load_infrun_state, save_infrun_state): Update.
9043 * infrun.c (prev_func_start): Delete variable.
9044 (context_switch, init_wait_for_inferior): Update.
9045 (stop_stepping, keep_going): Update.
9046
9047 2003-04-12 Andrew Cagney <cagney@redhat.com>
9048
9049 * gdbarch.sh: Add missing opaque declarations.
9050 * gdbarch.h: Regnerate.
9051 * symtab.h: Add missing opaque declarations.
9052 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9053 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9054 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9055 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9056 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9057 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9058 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9059 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9060 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9061 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9062 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9063 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9064 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9065
9066 2003-04-11 Andrew Cagney <cagney@redhat.com>
9067
9068 * frame.c (get_frame_id): Return this frame's "id".
9069 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9070 function start.
9071 (legacy_saved_regs_this_id): Replace function body with
9072 internal-error.
9073 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9074 FRAME_OBSTACK_ZALLOC.
9075 (create_new_frame): Mark the frame ID as valid.
9076
9077 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9078
9079 * Makefile.in (libbfd_h): Added missing setting.
9080 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9081 according to the selected ABI.
9082
9083 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9084
9085 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9086
9087 2003-04-11 Andrew Cagney <cagney@redhat.com>
9088
9089 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9090 SAVED_PC_AFTER_CALL.
9091 * gdbarch.h, gdbarch.c: Regenerate.
9092 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9093 * x86-64-tdep.c (x86_64_init_abi): Update.
9094 * vax-tdep.c (vax_gdbarch_init): Update.
9095 * v850-tdep.c (v850_gdbarch_init): Update.
9096 * sparc-tdep.c (sparc_gdbarch_init): Update.
9097 * sh-tdep.c (sh_gdbarch_init): Update.
9098 * s390-tdep.c (s390_gdbarch_init): Update.
9099 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9100 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9101 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9102 * mips-tdep.c (mips_gdbarch_init): Update.
9103 * mcore-tdep.c (mcore_gdbarch_init): Update.
9104 * m68k-tdep.c (m68k_gdbarch_init): Update.
9105 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9106 * ia64-tdep.c (ia64_gdbarch_init): Update.
9107 (ia64_saved_pc_after_call): Update declaration.
9108 * i386ly-tdep.c (i386lynx_init_abi): Update.
9109 * i386-tdep.c (i386_gdbarch_init): Update.
9110 * hppa-tdep.c (hppa_gdbarch_init): Update.
9111 * h8300-tdep.c (h8300_gdbarch_init): Update.
9112 * frv-tdep.c (frv_gdbarch_init): Update.
9113 * cris-tdep.c (cris_gdbarch_init): Update.
9114 * avr-tdep.c (avr_gdbarch_init): Update.
9115 * arm-tdep.c (arm_gdbarch_init): Update.
9116 * alpha-tdep.c (alpha_gdbarch_init): Update.
9117 * ns32knbsd-nat.c (frame_num_args): Update.
9118 * ns32k-tdep.c (umax_frame_num_args): Update.
9119 * mips-tdep.c (mips_init_frame_pc_first): Update.
9120 * infrun.c (step_over_function): Update.
9121 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9122 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9123 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9124 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9125 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9126 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9127 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9128 * arch-utils.c (init_frame_pc_default): Update.
9129 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9130 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9131 declaration.
9132
9133 2003-04-11 Andrew Cagney <cagney@redhat.com>
9134
9135 * i387-tdep.c: Update copyright.
9136 (i387_to_double): Delete function.
9137 (double_to_i387): Delete function.
9138
9139 2003-04-10 Andrew Cagney <cagney@redhat.com>
9140
9141 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9142 frame's function's address. Simplify.
9143 (d10v_frame_unwind_cache): Check that the frame's function is
9144 non-zero.
9145
9146 2003-04-10 Jim Blandy <jimb@redhat.com>
9147
9148 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9149 call to set_gdbarch_deprecated_push_arguments.
9150
9151 2003-04-10 Andrew Cagney <cagney@redhat.com>
9152
9153 * frame.c (fprint_frame_id): New function.
9154 (fprint_frame_type, fprint_frame): New function.
9155 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9156 (create_sentinel_frame, get_frame_id): Ditto.
9157 (frame_id_p, frame_id_eq): Ditto.
9158 (frame_id_inner, create_new_frame): Ditto.
9159 (legacy_get_prev_frame, get_prev_frame): Ditto.
9160 (deprecated_update_frame_pc_hack): Ditto.
9161 (frame_register_unwind): Ditto.
9162 (deprecated_update_frame_base_hack): Ditto.
9163
9164 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9165
9166 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9167 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9168 frame_chain function.
9169 * Makefile.in: Add dependencies due to above change.
9170
9171 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9172
9173 * blockframe.c (legacy_frame_chain_valid): Move call to
9174 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9175 inside_entry_file.
9176
9177 2003-04-09 Andrew Cagney <cagney@redhat.com>
9178
9179 * frame.h (struct frame_id): Replace "pc" and "base" with
9180 "stack_addr" and "code_addr". Update comments.
9181 (frame_id_build): Update parameter names and comment.
9182 (struct frame_info): Replace "id_p" and "id" with "this_id".
9183 * dummy-frame.c (dummy_frame_this_id): Update.
9184 * breakpoint.c (print_one_breakpoint): Update.
9185 * frame.c (get_frame_id): Update.
9186 (get_frame_base, frame_id_build): Update.
9187 (create_sentinel_frame, legacy_get_prev_frame): Update.
9188 (deprecated_update_frame_base_hack): Update.
9189 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9190 (frame_id_inner): Ditto.
9191
9192 2003-04-09 Andrew Cagney <cagney@redhat.com>
9193
9194 * defs.h (gdb_print_host_address): Make "addr" parameter a
9195 pointer constant.
9196 * utils.c (gdb_print_host_address): Update.
9197
9198 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9199
9200 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9201 register number for R0 is 0.
9202
9203 2003-04-09 J. Brobecker <brobecker@gnat.com>
9204
9205 * frame.h (struct gdbarch): Add opaque structure definition
9206 to avoid a compilation warning on LynxOS 4.0.
9207
9208 2003-04-09 Andrew Cagney <cagney@redhat.com>
9209
9210 * frame.h (struct frame_info): Delete field "pc". Replace
9211 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9212 structure.
9213 * frame.c (frame_pc_unwind): Update.
9214 (create_sentinel_frame): Do not set "pc".
9215 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9216 (get_frame_pc): Call frame_pc_unwind.
9217 (deprecated_update_frame_pc_hack): Update.
9218 (create_new_frame): Use "pc" not "->pc".
9219
9220 2003-04-09 Andrew Cagney <cagney@redhat.com>
9221
9222 * frame.c (get_frame_id): Eliminate code updating "frame".
9223 (legacy_get_prev_frame): Ditto.
9224 (get_frame_base): Return id.base directly.
9225 (deprecated_update_frame_base_hack): Update "id.base".
9226 * frame.h (struct frame_info): Delete field "frame".
9227
9228 2003-04-09 Andrew Cagney <cagney@redhat.com>
9229
9230 * NEWS: Mention that the "Sequent family" is obsolete.
9231 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9232 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9233 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9234 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9235 * config/i386/tm-ptx4.h: Obsolete file.
9236 * config/i386/tm-ptx.h: Obsolete file.
9237 * symm-tdep.c: Obsolete file.
9238 * config/i386/symmetry.mt: Obsolete file.
9239 * config/i386/tm-symmetry.h: Obsolete file.
9240 * symm-nat.c: Obsolete file.
9241 * config/i386/nm-symmetry.h: Obsolete file.
9242 * config/i386/xm-symmetry.h: Obsolete file.
9243 * config/i386/symmetry.mh: Obsolete file.
9244 * config/i386/nm-ptx4.h: Obsolete file.
9245 * config/i386/ptx4.mh: Obsolete file.
9246 * config/i386/ptx.mt: Obsolete file.
9247 * config/i386/ptx.mh: Obsolete file.
9248 * config/i386/xm-ptx4.h: Obsolete file.
9249 * config/i386/xm-ptx.h: Obsolete file.
9250
9251 2003-04-09 Andrew Cagney <cagney@redhat.com>
9252
9253 Obsolete mips*-*-mach3*.
9254 * NEWS: Mention that mips*-*-mach3* is obsolete.
9255 * m3-nat.c: Obsolete file.
9256 * config/nm-m3.h: Obsolete file.
9257 * config/mips/tm-mipsm3.h: Obsolete file.
9258 * config/mips/mipsm3.mt: Obsolete file.
9259 * config/mips/mipsm3.mh: Obsolete file.
9260 * config/mips/xm-mipsm3.h: Obsolete file.
9261 * mipsm3-nat.c: Obsolete file.
9262 * configure.host: Obsolete mips-dec-mach3*.
9263 * configure.tgt: Obsolete mips*-*-mach3*.
9264
9265 2003-04-09 Andrew Cagney <cagney@redhat.com>
9266
9267 * doublest.h: Update copyright.
9268 (deprecated_store_floating, deprecated_extract_floating): Rename
9269 store_floating and extract_floating. Update comments.
9270 * doublest.c: Update copyright.
9271 (extract_floating_by_length): Replace extract_floating.
9272 (store_floating_by_length): Replace store_floating.
9273 (deprecated_extract_floating): New function.
9274 (deprecated_store_floating): New function.
9275 (extract_typed_floating): Call extract_floating_by_length.
9276 (store_typed_floating): Call store_floating_by_length.
9277 * x86-64-tdep.c (x86_64_store_return_value): Update.
9278 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9279 (sh64_extract_return_value): Update.
9280 (sh_sh4_register_convert_to_virtual): Update.
9281 (sh_sh64_register_convert_to_virtual): Update.
9282 (sh_sh4_register_convert_to_raw): Update.
9283 (sh_sh64_register_convert_to_raw): Update.
9284 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9285 (rs6000_register_convert_to_raw): Update.
9286 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9287 (ia64_register_convert_to_raw): Update.
9288 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9289 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9290 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9291 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9292 (alpha_register_convert_to_raw): Update.
9293
9294 2003-04-08 Andrew Cagney <cagney@redhat.com>
9295
9296 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9297 * gdbarch.h, gdbarch.c: Re-generate.
9298 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9299 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9300 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9301 conditionally, use frame_pc_unwind as an alternative. Add
9302 comments.
9303 * arch-utils.c (init_frame_pc_default): Only call
9304 SAVED_PC_AFTER_CALL when available.
9305
9306 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9307
9308 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9309 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9310 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9311 (start_remote): Ditto.
9312 (handle_inferior_event): Ditto.
9313 (save_inferior_status): Ditto.
9314 (restore_inferior_status): Ditto.
9315 * infcmd.c (attach_command): Ditto.
9316 * fork-child.c (startup_inferior): Ditto.
9317 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9318 * alpha-tdep.c (heuristic_proc_start): Ditto.
9319 * mips-tdep.c (heuristic_proc_start): Ditto.
9320 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9321 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9322 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9323 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9324 * remote-vx.c (vx_create_inferior): Ditto.
9325
9326 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9327
9328 * infrun.c (stop_soon_quietly): Make it an enum, to better
9329 override the default behavior of handle_inferior_event.
9330 (clear_proceed_status): Update uses of stop_soon_quietly to
9331 reflect that it is now an enum.
9332 (start_remote): Ditto.
9333 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9334 is set to handle the new GNU/Linux kernel behavior for
9335 attach/sigstop. Update uses of stop_soon_quietly.
9336 * inferior.h (enum stop_kind): New enum.
9337 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9338 Reset normal handle_inferior_event behavior, afterwards.
9339 * fork-child.c (startup_inferior): Update.
9340 * alpha-tdep.c (heuristic_proc_start): Update.
9341 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9342 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9343 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9344 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9345 * remote-vx.c (vx_create_inferior): Update.
9346 * mips-tdep.c (heuristic_proc_start): Update.
9347
9348 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9349
9350 * disasm.c (dump_insns): Move variables inside loop, or they will
9351 be freed more than once, causing wild memory corruptions.
9352 (gdb_disassembly): Look for the substring "-thread",
9353 instead of "-threads" in the target name, to make sure to find
9354 the 'multi-thread' target. Also, make sure we do the right thing
9355 with the "core" target.
9356
9357 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9358
9359 * mips-tdep.c (mips_print_fp_register): New function, created from
9360 do_fp_register_row(). Registers are now (also) printed as hex.
9361 Only one register is printed per row.
9362 (mips_print_register, do_fp_register_row): Print floating point
9363 registers with mips_print_fp_register().
9364
9365 2003-04-06 Andrew Cagney <cagney@redhat.com>
9366
9367 * valprint.h (inspect_it): Add extern declaration.
9368 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9369 (selectors_info, classes_info): Ditto.
9370 (find_objc_msgcall): Fix indentation.
9371 (objc_printstr): Delete extern declarations.
9372
9373 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9374
9375 2003-04-06 Andrew Cagney <cagney@redhat.com>
9376
9377 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9378 Update comment.
9379 * frame.c (legacy_saved_regs_this_id): Update.
9380 (legacy_get_prev_frame): Update.
9381 * xstormy16-tdep.c: Update comment.
9382 * sparc-tdep.c (sparc_frame_chain): Update comment.
9383 * blockframe.c (legacy_frame_chain_valid): Update.
9384
9385 2003-04-06 Andrew Cagney <cagney@redhat.com>
9386
9387 * valprint.c (val_print_type_code_int): Delete #ifdef
9388 PRINT_TYPELESS_INTEGER code.
9389
9390 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9391 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9392 multi-arch definition.
9393 * gdbarch.h: Re-generate.
9394
9395 2003-04-05 Andrew Cagney <cagney@redhat.com>
9396
9397 Eliminate FRAME_FIND_SAVED_REGS.
9398 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9399 Change FSR parameter to a pointer.
9400 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9401 Assume FSR parameter is a pointer.
9402 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9403 Make fsr a pointer.
9404 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9405 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9406 saved_regs a pointer.
9407 (hppa_frame_saved_pc): Ditto.
9408 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9409 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9410 pointer.
9411 (restore_pc_queue): Make fsr a pointer.
9412 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9413 (hppa_frame_chain): Make saved_regs a pointer, call
9414 hppa_frame_init_saved_regs.
9415 * sparc-tdep.c: Include "gdb_assert.h".
9416 (sparc_frame_find_saved_regs): Replace internal_error with
9417 gdb_assert.
9418 * remote-vxsparc.c (vx_read_register): Delete reference to
9419 FRAME_FIND_SAVED_REGS.
9420 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9421 * gdbarch.h: Regenerate.
9422 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9423 (deprecated_get_frame_saved_regs): Delete declaration.
9424 (struct frame_saved_regs): Delete definition.
9425 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9426 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9427 (hppa_frame_find_saved_regs): Delete declaration.
9428 (FRAME_FIND_SAVED_REGS): Delete macro.
9429 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9430 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9431 FRAME_FIND_SAVED_REGS in comment.
9432
9433 2003-04-05 Andrew Cagney <cagney@redhat.com>
9434
9435 * frame.c (frame_func_unwind, get_frame_func): New functions.
9436 * frame.h (get_frame_func, frame_func_unwind): Declare.
9437 (struct frame_info): Add field "prev_func" for caching the
9438 previous frame's function address.
9439 * arm-tdep.c (arm_frameless_function_invocation): Combine
9440 get_pc_function_start and get_frame_pc into get_frame_func.
9441 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9442 (sh64_nofp_frame_init_saved_regs): Ditto.
9443 * s390-tdep.c (s390_function_start): Ditto.
9444 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9445 (rs6000_frameless_function_invocation): Ditto.
9446 (rs6000_frame_saved_pc): Ditto.
9447 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9448 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9449 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9450 (i386_frame_init_saved_regs): Ditto.
9451 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9452 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9453 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9454 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9455 * blockframe.c (frameless_look_for_prologue): Ditto.
9456
9457 2003-04-05 Andrew Cagney <cagney@redhat.com>
9458
9459 * frame.c (legacy_get_prev_frame): Link prev to next at the
9460 function start. Update comments.
9461
9462 2003-04-05 Andrew Cagney <cagney@redhat.com>
9463
9464 * frame.c (get_frame_id): Update comment.
9465 (legacy_get_prev_frame): Update comment.
9466 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9467 * gdbarch.h: Regenerate.
9468 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9469 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9470
9471 2003-04-05 Andrew Cagney <cagney@redhat.com>
9472
9473 * stack.c (print_frame_info): Use get_frame_pc.
9474
9475 2003-04-04 Andrew Cagney <cagney@redhat.com>
9476
9477 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9478 the frame's type from the unwinder.
9479 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9480 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9481 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9482 (get_frame_base_address): Use get_frame_type.
9483 (get_frame_locals_address, get_frame_args_address): Ditto.
9484 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9485 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9486 (struct frame_info): Add comment explaining why the frame contains
9487 a "type" field.
9488 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9489 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9490 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9491 NORMAL_FRAME.
9492 * frame-unwind.h: Include "frame.h".
9493 (struct frame_unwind): Add "type" field.
9494 * Makefile.in (frame_unwind_h): Add $(frame_h).
9495
9496 2003-04-04 Andrew Cagney <cagney@redhat.com>
9497
9498 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9499 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9500 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9501 get_frame_base.
9502 (d10v_unwind_dummy_id): Use frame_id_build.
9503 * frame.c (find_frame_sal): Use get_frame_pc.
9504 (create_new_frame): Use deprecated_update_frame_pc_hack and
9505 deprecated_update_frame_base_hack.
9506 (create_sentinel_frame): Add comment about ->pc going away.
9507 (get_prev_frame): Add comment about ->pc going away.
9508 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9509 frame_id_build, deprecated_update_frame_pc_hack and
9510 deprecated_update_frame_base_hack.
9511 (select_frame): Use get_frame_pc.
9512 (legacy_saved_regs_this_id): Use frame_id_build.
9513
9514 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9515
9516 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9517 signed integer case.
9518 (classify_argument): Handle enumerations and references.
9519
9520 2003-04-04 Andrew Cagney <cagney@redhat.com>
9521
9522 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9523 ID to NULL.
9524
9525 2003-04-01 Adam Fedor <fedor@gnu.org>
9526
9527 * gdb/objc-lang.c (selectors_info): Replace calls to
9528 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9529 SYMBOL_NATURAL_NAME.
9530 (classes_info, find_methods): Likewise.
9531
9532 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9533
9534 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9535 ``mach'' to the value determined by bfd_default_set_arch_mach().
9536
9537 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9538
9539 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9540 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9541 (mi-cmd-file.o): Update dependencies.
9542
9543 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9544
9545 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9546 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9547
9548 2003-04-01 Adam Fedor <fedor@gnu.org>
9549
9550 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9551 * language.h (struct language_defn): Add la_demangle.
9552 (language_demangle): Declare.
9553 * language.c (language_demangle): New function.
9554 (unk_lang_demangle): Likewise.
9555 (unknown_language_defn, auto_language_defn, local_language_defn):
9556 Add ukn_lang_demangle.
9557 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9558 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9559 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9560 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9561 * jv-lang.c (java_demangle): New function
9562 (java_language_defn): Use it for la_demangle element.
9563 * objc-lang.c (objc_demangle): Add options argument
9564 (objc_language_defn): Use objc_demangle for la_demangle element.
9565 * maint.c (maintenance_demangle): Replace switch with
9566 call to language_demangle.
9567 * utils.c (fprintf_symbol_filtered): Likewise.
9568
9569 2003-04-01 Andrew Cagney <cagney@redhat.com>
9570
9571 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9572 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9573 PRINT_TYPELESS_INTEGER.
9574 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9575 PUSH_RETURN_ADDRESS.
9576
9577 2003-04-01 Andrew Cagney <cagney@redhat.com>
9578
9579 * Makefile.in (d10v-tdep.o): Update dependencies.
9580 * d10v-tdep.c: Include "frame-base.h".
9581 (d10v_frame_unwind): Make constant.
9582 (d10v_frame_base_address): New function.
9583 (d10v_frame_base): New variable.
9584 (d10v_gdbarch_init): Set frame_base default.
9585 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9586 comment for base.
9587 (d10v_frame_unwind_cache): Set and use "prev_sp".
9588 (d10v_frame_this_id): Use the previous frame's inner most stack
9589 address and this frame's func address for the frame ID. Use
9590 frame_id_build. Don't analyze beyond the current instruction.
9591
9592 2003-04-01 Andrew Cagney <cagney@redhat.com>
9593
9594 * frame.h (get_frame_locals_address, get_frame_args_address):
9595 Refer to the base address, instead of the address of the first
9596 local or parameter.
9597
9598 2003-04-01 Andrew Cagney <cagney@redhat.com>
9599
9600 Add frame debug info addresses:
9601 * frame-base.c: New file.
9602 * frame-base.h: New file.
9603 * frame.h (struct frame_base): Add opaque declaration.
9604 (get_frame_base): Update comment.
9605 (get_frame_base_address): Declare.
9606 (get_frame_locals_address): Declare.
9607 (get_frame_args_address): Declare.
9608 (struct frame_info): Add "base" and "base_cache". Update
9609 comments on the unwinder.
9610 * frame.c: Include "frame-base.h".
9611 (get_frame_locals_address): New function.
9612 (get_frame_base_address): New function.
9613 (get_frame_args_address): New function.
9614 * findvar.c (read_var_value): Use get_frame_locals_address and
9615 get_frame_args_address.
9616 * stack.c (frame_info): Use get_frame_locals_address and
9617 get_frame_args_address.
9618 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9619 moved to "frame-base.c".
9620 * printcmd.c (print_frame_nameless_args): Ditto.
9621 * symtab.h (address_class): Update comments.
9622 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9623 get_frame_base_address.
9624 * dwarf2expr.c (execute_stack_op): Ditto.
9625 * Makefile.in (frame_base_h): Define.
9626 (frame.o): Update dependencies.
9627 (frame-base.o): Add dependencies.
9628 (SFILES): Add frame-base.c.
9629 (COMMON_OBS): Add frame-base.o.
9630
9631 2003-04-01 Andrew Cagney <cagney@redhat.com>
9632
9633 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9634 CALL_DUMMY_LENGTH): Ditto.
9635 * gdbarch.c: Re-generate.
9636 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9637 (CALL_DUMMY_LENGTH): Delete macro.
9638 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9639 * arm-tdep.c (arm_gdbarch_init): Ditto.
9640 * avr-tdep.c (avr_gdbarch_init): Ditto.
9641 * cris-tdep.c (cris_gdbarch_init): Ditto.
9642 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9643 * frv-tdep.c (frv_gdbarch_init): Ditto.
9644 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9645 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9646 * i386-tdep.c (i386_gdbarch_init): Ditto.
9647 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9648 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9649 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9650 * mips-tdep.c (mips_gdbarch_init): Ditto.
9651 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9652 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9653 * s390-tdep.c (s390_gdbarch_init): Ditto.
9654 * sh-tdep.c (sh_gdbarch_init): Ditto.
9655 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9656 * v850-tdep.c (v850_gdbarch_init): Ditto.
9657 * vax-tdep.c (vax_gdbarch_init): Ditto.
9658 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9659
9660 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9661
9662 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9663
9664 2003-04-01 Andrew Cagney <cagney@redhat.com>
9665
9666 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9667 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9668 * gdbarch.h, gdbarch.c: Re-generate.
9669 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9670 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9671 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9672 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9673 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9674 * infcmd.c (run_stack_dummy): Simplify assuming
9675 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9676 * infrun.c (handle_inferior_event): Ditto.
9677 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9678 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9679 * arm-tdep.c (arm_gdbarch_init): Ditto.
9680 * avr-tdep.c (avr_gdbarch_init): Ditto.
9681 * cris-tdep.c (cris_gdbarch_init): Ditto.
9682 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9683 * frv-tdep.c (frv_gdbarch_init): Ditto.
9684 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9685 * i386-tdep.c (i386_gdbarch_init): Ditto.
9686 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9687 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9688 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9689 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9690 * mips-tdep.c (mips_gdbarch_init): Ditto.
9691 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9692 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9693 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9694 * s390-tdep.c (s390_gdbarch_init): Ditto.
9695 * sh-tdep.c (sh_gdbarch_init): Ditto.
9696 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9697 * v850-tdep.c (v850_gdbarch_init): Ditto.
9698 * vax-tdep.c (vax_gdbarch_init): Ditto.
9699 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9700
9701 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9702
9703 * symfile.c (symfile_relocate_debug_section): Update call to
9704 bfd_simple_get_relocated_section_contents.
9705
9706 2003-03-31 Andrew Cagney <cagney@redhat.com>
9707
9708 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9709 * gdbarch.h, gdbarch.c: Regenerate.
9710 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9711 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9712 available.
9713 * frame.h (generic_fix_call_dummy): Delete declaration.
9714 * dummy-frame.h: Update comment.
9715 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9716 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9717 fix_call_dummy.
9718 * sh-tdep.c (sh_gdbarch_init): Ditto.
9719 * s390-tdep.c (s390_gdbarch_init): Ditto.
9720 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9721 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9722 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9723 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9724 * i386-tdep.c (i386_gdbarch_init): Ditto.
9725 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9726 * frv-tdep.c (frv_gdbarch_init): Ditto.
9727 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9728 * cris-tdep.c (cris_gdbarch_init): Ditto.
9729 * avr-tdep.c (avr_gdbarch_init): Ditto.
9730 * arm-tdep.c (arm_gdbarch_init): Ditto.
9731
9732 2003-03-31 J. Brobecker <brobecker@gnat.com>
9733
9734 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9735 (INIT_FRAME_AP): Likewise.
9736 (EXTRA_FRAME_INFO): Likewise.
9737
9738 2003-03-31 Andrew Cagney <cagney@redhat.com>
9739
9740 * gdbarch.sh: Include "symfile.h".
9741 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9742 * gdbarch.h, gdbarch.c: Re-generate.
9743 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9744 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9745 call_dummy_address, the default is at entry_point_address.
9746 * v850-tdep.c (v850_gdbarch_init): Ditto.
9747 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9748 * sh-tdep.c (sh_gdbarch_init): Ditto.
9749 * s390-tdep.c (s390_gdbarch_init): Ditto.
9750 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9751 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9752 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9753 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9754 * i386-tdep.c (i386_gdbarch_init): Ditto.
9755 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9756 * frv-tdep.c (frv_gdbarch_init): Ditto.
9757 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9758 * cris-tdep.c (cris_gdbarch_init): Ditto.
9759 * arm-tdep.c (arm_gdbarch_init): Ditto.
9760
9761 2003-03-31 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdbarch.sh (CALL_DUMMY_P): Delete.
9764 * gdbarch.h, gdbarch.c: Re-generate.
9765 * inferior.h (CALL_DUMMY_P): Delete macro.
9766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9767 * vax-tdep.c (vax_gdbarch_init): Update.
9768 * v850-tdep.c (v850_gdbarch_init): Update.
9769 * sparc-tdep.c (sparc_gdbarch_init): Update.
9770 * sh-tdep.c (sh_gdbarch_init): Update.
9771 * s390-tdep.c (s390_gdbarch_init): Update.
9772 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9773 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9774 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9775 * mips-tdep.c (mips_gdbarch_init): Update.
9776 * mcore-tdep.c (mcore_gdbarch_init): Update.
9777 * m68k-tdep.c (m68k_gdbarch_init): Update.
9778 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9779 * ia64-tdep.c (ia64_gdbarch_init): Update.
9780 * i386-tdep.c (i386_gdbarch_init): Update.
9781 * h8300-tdep.c (h8300_gdbarch_init): Update.
9782 * frv-tdep.c (frv_gdbarch_init): Update.
9783 * d10v-tdep.c (d10v_gdbarch_init): Update.
9784 * cris-tdep.c (cris_gdbarch_init): Update.
9785 * breakpoint.c (deprecated_frame_in_dummy): Update.
9786 * avr-tdep.c (avr_gdbarch_init): Update.
9787 * alpha-tdep.c (alpha_gdbarch_init): Update.
9788 * arm-tdep.c (arm_gdbarch_init): Update.
9789 * dummy-frame.c (dummy_frame_this_id): Update comments.
9790 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9791 * frame.c (legacy_get_prev_frame): Ditto.
9792 * valops.c (call_function_by_hand): Delete function.
9793 (hand_function_call): Rename to call_function_by_hand
9794
9795 2003-03-30 Andrew Cagney <cagney@redhat.com>
9796
9797 2002-11-10 Klee Dienes <kdienes@apple.com>
9798 * value.h (struct value): Update comment.
9799
9800 2003-03-30 Andrew Cagney <cagney@redhat.com>
9801
9802 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9803 D10V_FP_REGNUM.
9804 (d10v_gdbarch_init): Do not set fp_regnum.
9805
9806 * frame.c (get_frame_base): Force ID initialization.
9807 (get_prev_frame): Move computation of the frame ID from here ...
9808 (get_frame_id): ... to here.
9809 (legacy_get_prev_frame): Mark the frame ID as valid.
9810 * frame.h (struct frame_info): Add field "id_p".
9811
9812 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9813
9814 * i386-tdep.c (i386_store_struct_return): Removed.
9815 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9816
9817 2003-03-30 Andrew Cagney <cagney@redhat.com>
9818
9819 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9820 * gdbarch.h, gdbarch.c: Regenerate.
9821 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9823 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9824 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9825 * i386-tdep.c (i386_gdbarch_init): Ditto.
9826 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9827 * cris-tdep.c (cris_gdbarch_init): Ditto.
9828 * vax-tdep.c (vax_gdbarch_init): Ditto.
9829 * s390-tdep.c (s390_gdbarch_init): Ditto.
9830 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9831 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9832 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9833 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9834 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9835 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9836 * sparc-tdep.c (sparc_gdbarch_init): Update.
9837 * sh-tdep.c (sh_gdbarch_init): Update.
9838 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9839 * mips-tdep.c (mips_gdbarch_init): Update.
9840 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9841 * ia64-tdep.c (ia64_gdbarch_init): Update.
9842 * frv-tdep.c (frv_gdbarch_init): Update.
9843 * avr-tdep.c (avr_gdbarch_init): Update.
9844 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9845 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9846 instead of when push_dummy_call is not available.
9847
9848 2003-03-30 Andrew Cagney <cagney@redhat.com>
9849
9850 * infttrace.c: Include "gdbthread.h".
9851 (parent_attach_all): Fix function signature.
9852 (call_ptrace): Update call.
9853 * Makefile.in (infttrace.o): Update dependencies.
9854
9855 2003-03-30 Andrew Cagney <cagney@redhat.com>
9856
9857 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9858 PUSH_RETURN_ADDRESS.
9859 * gdbarch.h, gdbarch.c: Regenerate.
9860 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9861 * x86-64-tdep.c (x86_64_init_abi): Update.
9862 * v850-tdep.c (v850_gdbarch_init): Update.
9863 * sparc-tdep.c (sparc_gdbarch_init): Update.
9864 * sh-tdep.c (sh_gdbarch_init): Update.
9865 * s390-tdep.c (s390_gdbarch_init): Update.
9866 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9867 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9868 * mips-tdep.c (mips_gdbarch_init): Update.
9869 * mcore-tdep.c (mcore_gdbarch_init): Update.
9870 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9871 * ia64-tdep.c (ia64_gdbarch_init): Update.
9872 * i386-tdep.c (i386_gdbarch_init): Update.
9873 * h8300-tdep.c (h8300_gdbarch_init): Update.
9874 * frv-tdep.c (frv_gdbarch_init): Update.
9875 * cris-tdep.c (cris_gdbarch_init): Update.
9876 * avr-tdep.c (avr_gdbarch_init): Update.
9877 * arm-tdep.c (arm_gdbarch_init): Update.
9878 * valops.c (hand_function_call): Update.
9879
9880 2003-03-29 Andrew Cagney <cagney@redhat.com>
9881
9882 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9883 sizeof_call_dummy_words.
9884 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9885 define.
9886 * gdbarch.h: Regenerate.
9887
9888 2003-03-29 Andrew Cagney <cagney@redhat.com>
9889
9890 * infttrace.h: New file.
9891 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9892 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9893 (hpread_read_doc_function_type): Detect an initialized type1.
9894 (hpread_quick_traverse): Initialize mod_name_string.
9895 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9896 (som_solib_get_solib_by_pc): Declare.
9897 (so_lib_thread_start_addr): Declare.
9898 (no_shared_libraries): Declare.
9899 * somread.c (init_import_symbols): Make static. Add forward
9900 declaration.
9901 * config/pa/nm-hppah.h: Include "infttrace.h" for
9902 parent_attach_all.
9903 (hppa_insert_hw_watchpoint): Declare.
9904 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9905 * hppah-nat.c: Include "gdb_string.h".
9906 (parent_attach_all): Delete extern declaration, moved to
9907 "infttrace.h".
9908 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9909 int.
9910 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9911 * Makefile.in (infttrace_h): Define.
9912 (hpread.o): Update dependencies.
9913 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9914 * hppa-hpux-tdep.c: Include "gdb_string.h".
9915 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9916 * infrun.c (handle_inferior_event): Always initialize
9917 stepped_after_stopped_by_watchpoint. Add default and remove
9918 fallthrough in switch statement.
9919 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9920 parameter to int.
9921 (hppa_remove_hw_watchpoint): Ditto.
9922
9923 2003-03-29 Andrew Cagney <cagney@redhat.com>
9924
9925 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9926 offset.
9927
9928 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9929
9930 * arm-tdep.c (arm_push_arguments): Delete.
9931 (struct stack_item): New type.
9932 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9933 (arm_store_struct_return): Delte.
9934 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9935 arm_push_arguments or arm_store_struct_return.
9936
9937 2003-03-28 Andrew Cagney <cagney@redhat.com>
9938
9939 * Makefile.in (d10v-tdep.o): Update dependencies.
9940 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9941 * d10v-tdep.c: Include "remote.h".
9942 (target_resume_hook): Delete extern declaration.
9943 (target_wait_loop_hook): Ditto.
9944 (tdisassemble_command): Eliminate assignment in "if" conditional.
9945 (d10v_ts2_register_sim_regno): Eliminate call to
9946 legacy_register_sim_regno.
9947 (d10v_ts3_register_sim_regno): Ditto.
9948
9949 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9950
9951 * thread.c: Reindented.
9952 * lin-lwp.c: Ditto.
9953 * linux-proc.c: Ditto.
9954
9955 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9956
9957 * MAINTAINERS (write after approval): Add myself.
9958
9959 2003-03-27 Theodore A. Roth <troth@openavr.org>
9960
9961 * objc-exp.y: Add missing semi-colons.
9962
9963 2003-03-27 Andrew Cagney <cagney@redhat.com>
9964
9965 * regcache.c (write_sp): Delete function and references.
9966 * inferior.h (write_sp): Delete declaration.
9967 * valops.c (hand_function_call): Replace write_sp with
9968 TARGET_WRITE_SP.
9969 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9970 (sparc_pop_frame): Ditto.
9971
9972 2003-03-27 Andrew Cagney <cagney@redhat.com>
9973
9974 * NEWS: Mention removal of support for hppa*-*-bsd* and
9975 hppa*-*-osf* natives, and hppa*-*-pro* target.
9976 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9977 * config/pa/xm-pa.h: Obsolete file.
9978 * config/pa/xm-hppab.h: Obsolete file.
9979 * config/pa/nm-hppab.h: Obsolete file.
9980 * config/pa/tm-hppab.h: Obsolete file.
9981 * config/pa/tm-hppao.h: Obsolete file.
9982 * config/pa/nm-hppao.h: Obsolete file.
9983 * config/pa/tm-pro.h: Obsolete file.
9984 * config/pa/hppaosf.mt: Obsolete file.
9985 * config/pa/hppaosf.mh: Obsolete file.
9986 * config/pa/hppapro.mt: Obsolete file.
9987 * config/pa/hppabsd.mt: Obsolete file.
9988 * config/pa/hppabsd.mh: Obsolete file.
9989 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9990 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9991 hppa*-*-osf*.
9992
9993 2003-03-27 Andrew Cagney <cagney@redhat.com>
9994
9995 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9996 push_arguments. Don't set push_return_address or write_sp.
9997 (d10v_push_dummy_call): Replace d10v_push_arguments.
9998 (d10v_push_return_address, d10v_write_sp): Delete function,
9999 handled by push_dummy_call.
10000
10001 2003-03-26 Andrew Cagney <cagney@redhat.com>
10002
10003 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10004 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10005 regcache and dummy_addr parameters.
10006 * gdbarch.h, gdbarch.c: Re-generate.
10007 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10008 available; assume it will handle stack alignment and return
10009 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10010 legacy_push_arguments.
10011 (legacy_push_arguments): Rename default_push_arguments.
10012 * value.h (legacy_push_arguments): Rename default_push_arguments.
10013 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10014 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10015 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10016 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10017 * config/i386/tm-symmetry.h: Update.
10018 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10019 * x86-64-tdep.c (x86_64_init_abi): Update.
10020 * v850-tdep.c (v850_gdbarch_init): Update.
10021 * sparc-tdep.c (sparc_gdbarch_init): Update.
10022 * sh-tdep.c (sh_gdbarch_init): Update.
10023 * s390-tdep.c (s390_gdbarch_init): Update.
10024 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10025 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10026 * mips-tdep.c (mips_gdbarch_init): Update.
10027 * mcore-tdep.c (mcore_gdbarch_init): Update.
10028 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10029 * ia64-tdep.c (ia64_gdbarch_init): Update.
10030 * i386-tdep.c (i386_gdbarch_init): Update.
10031 * hppa-tdep.c (hppa_gdbarch_init): Update.
10032 * h8300-tdep.c (h8300_gdbarch_init): Update.
10033 * frv-tdep.c (frv_gdbarch_init): Update.
10034 * d10v-tdep.c (d10v_gdbarch_init): Update.
10035 * cris-tdep.c (cris_gdbarch_init): Update.
10036 * avr-tdep.c (avr_gdbarch_init): Update.
10037 * arm-tdep.c (arm_gdbarch_init): Update.
10038 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10039 * alpha-tdep.c (alpha_gdbarch_init): Update.
10040
10041 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10042
10043 * signals/signals.c (do_target_signal_to_host): Correct realtime
10044 signal range test.
10045
10046 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10047
10048 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10049 (struct sal_chain, map_catch_names): Remove.
10050 (catch_exception_command_1): Don't call
10051 handle_gnu_4_16_catch_command.
10052
10053 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10054
10055 From Mark Dettinger <dettinge@de.ibm.com>:
10056 * dwarf2cfi.c (read_2u): Increment pointer by two.
10057
10058 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10059
10060 * signals/signals.c: Fix typos in last change.
10061
10062 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10063
10064 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10065 not already defined. Use __SIGRTMIN if available.
10066 (target_signal_from_host): Remove SIGRTMIN block.
10067 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10068 the signal is within the realtime range.
10069
10070 2003-03-25 Adam Fedor <fedor@gnu.org>
10071
10072 * Makefile.in (infrun.o): Add $(language_h)
10073 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10074 for language specific trampolines.
10075 * language.h (struct language_defn): Add skip_trampoline.
10076 (skip_language_trampoline): Declare.
10077 * language.c (unk_lang_trampoline, skip_language_trampoline):
10078 New functions.
10079 (unknown_language_defn, auto_language_defn, local_language_defn):
10080 Add ukn_lang_trampoline.
10081 * ada-lang.c (ada_language_defn): Add NULL for language
10082 specific skip_trampoline.
10083 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10084 scm-lang.c: Likewise.
10085 * objc-lang.c (objc_skip_trampoline): New function.
10086 (objc_language_defn): Add objc_skip_trampoline.
10087
10088 2003-03-25 Andrew Cagney <cagney@redhat.com>
10089
10090 * frame.c (get_prev_frame): Delay validating a frame's ID -
10091 non-NULL, didn't go backwards - until an attempt to unwind it to
10092 the previous frame.
10093
10094 2003-03-25 Andrew Cagney <cagney@redhat.com>
10095
10096 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10097 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10098 * gdbarch.h, gdbarch.c: Re-generate.
10099 * config/sparc/tm-sparc.h
10100 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10101 * sparc-tdep.c (sparc_gdbarch_init): Set
10102 deprecated_extra_stack_alignment_needed.
10103 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10104 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10105 extra_stack_alignment_needed.
10106 * v850-tdep.c (v850_gdbarch_init): Ditto.
10107 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10108 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10109 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10110 * cris-tdep.c (cris_gdbarch_init): Ditto.
10111 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10112 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10113
10114 2003-03-25 Andrew Cagney <cagney@redhat.com>
10115
10116 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10117 STORE_STRUCT_RETURN.
10118 * gdbarch.h, gdbarch.c: Regenerate.
10119 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10120 (d10v_push_arguments): Set the struct return register.
10121 (d10v_gdbarch_init): Update.
10122 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10123 * x86-64-tdep.c (x86_64_init_abi): Update.
10124 * vax-tdep.c (vax_gdbarch_init): Update.
10125 * v850-tdep.c (v850_gdbarch_init): Update.
10126 * sparc-tdep.c (sparc_gdbarch_init): Update.
10127 * sh-tdep.c (sh_gdbarch_init): Update.
10128 * s390-tdep.c (s390_gdbarch_init): Update.
10129 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10130 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10131 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10132 * mips-tdep.c (mips_gdbarch_init): Update.
10133 * mcore-tdep.c (mcore_gdbarch_init): Update.
10134 * m68k-tdep.c (m68k_gdbarch_init): Update.
10135 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10136 * ia64-tdep.c (ia64_gdbarch_init): Update.
10137 * i386-tdep.c (i386_gdbarch_init): Update.
10138 * hppa-tdep.c (hppa_gdbarch_init): Update.
10139 * h8300-tdep.c (h8300_gdbarch_init): Update.
10140 * frv-tdep.c (frv_gdbarch_init): Update.
10141 * cris-tdep.c (cris_gdbarch_init): Update.
10142 * avr-tdep.c (avr_gdbarch_init): Update.
10143 * arm-tdep.c (arm_gdbarch_init): Update.
10144 * alpha-tdep.c (alpha_gdbarch_init): Update.
10145
10146 2003-03-25 Andrew Cagney <cagney@redhat.com>
10147
10148 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10149 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10150 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10151 * gdbarch.h, gdbarch.c: Regenerate.
10152 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10153 call_dummy_stack_adjust_p.
10154 * vax-tdep.c (vax_gdbarch_init): Ditto.
10155 * v850-tdep.c (v850_gdbarch_init): Ditto.
10156 * sh-tdep.c (sh_gdbarch_init): Ditto.
10157 * s390-tdep.c (s390_gdbarch_init): Ditto.
10158 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10159 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10160 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10161 * mips-tdep.c (mips_gdbarch_init): Ditto.
10162 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10163 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10164 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10165 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10166 * i386-tdep.c (i386_gdbarch_init): Ditto.
10167 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10168 * frv-tdep.c (frv_gdbarch_init): Ditto.
10169 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10170 * cris-tdep.c (cris_gdbarch_init): Ditto.
10171 * avr-tdep.c (avr_gdbarch_init): Ditto.
10172 * arm-tdep.c (arm_gdbarch_init): Ditto.
10173 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10174 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10175 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10176 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10177 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10178 call_dummy_stack_adjust_p.
10179 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10180 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10181 * sparc-tdep.c (sparc32_push_arguments): Update.
10182 * valops.c (hand_function_call): Update.
10183
10184 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10185
10186 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10187 set_gdbarch_char_signed.
10188
10189 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10190
10191 PR cli/548
10192 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10193
10194 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10195
10196 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10197 (_initialize_arm_tdep): Don't set tm_print_insn.
10198
10199 2003-03-24 Adam Fedor <fedor@gnu.org>
10200
10201 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10202 * objc-lang.h: Add multiple inclusion protection.
10203 (start_msglist, add_msglist, end_msglist): Additional declarations.
10204
10205 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10206
10207 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10208 value was renamed to ARM_FLOAT_SOFT_FPA.
10209
10210 2003-03-23 Andrew Cagney <cagney@redhat.com>
10211
10212 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10213 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10214 * gdbarch.h, gdbarch.c: Regenerate.
10215 * valops.c (hand_function_call): Update.
10216 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10217 * frame.c (legacy_saved_regs_this_id): Update.
10218 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10219 * dummy-frame.h: Update.
10220 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10221 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10222 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10223 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10224 * config/m68k/tm-sun3.h: Update.
10225 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10227 * x86-64-tdep.c (x86_64_init_abi): Update.
10228 * vax-tdep.c (vax_gdbarch_init): Update.
10229 * v850-tdep.c (v850_gdbarch_init): Update.
10230 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10231 * sh-tdep.c (sh_gdbarch_init): Update.
10232 * s390-tdep.c (s390_gdbarch_init): Update.
10233 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10234 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10235 (frame_get_saved_regs): Update.
10236 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10237 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10238 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10239 * mips-tdep.c (mips_gdbarch_init): Update.
10240 * mcore-tdep.c (mcore_gdbarch_init): Update.
10241 * m68k-tdep.c (m68k_gdbarch_init): Update.
10242 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10243 * ia64-tdep.c (ia64_gdbarch_init): Update.
10244 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10245 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10246 (i386_interix_back_one_frame): Update.
10247 * hppa-tdep.c (hppa_gdbarch_init): Update.
10248 (hppa_init_extra_frame_info): Update.
10249 * h8300-tdep.c (h8300_gdbarch_init): Update.
10250 * frv-tdep.c (frv_gdbarch_init): Update.
10251 * cris-tdep.c (cris_gdbarch_init): Update.
10252 * avr-tdep.c (avr_gdbarch_init): Update.
10253 * arm-tdep.c (arm_gdbarch_init): Update.
10254 * alpha-tdep.c (alpha_gdbarch_init): Update.
10255
10256 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10257
10258 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10259 (arm_get_fp_model): Declare.
10260 * arm-tdep.c (fp_model_strings): New string array.
10261 (arm_fp_model, current_fp_model): New variables.
10262 (arm_get_fp_model): New function.
10263 (arm_set_fp): New function.
10264 (set_fp_model_sfunc): New function.
10265 (show_fp_model): New function.
10266 (_initialize_arm_tdep): Add new command to set/show the FPU.
10267 (arm_extract_return_value): Use arm_get_fp_model.
10268 (arm_store_return_value): Likewise.
10269 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10270 to initialize the floating-point data types.
10271 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10272 model is FPA.
10273
10274 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10275
10276 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10277 the current setting of each value.
10278 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10279 new_set and new_show. Use add_setshow_cmd_full and
10280 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10281 commands and add new version as subcommands of "set/show arm".
10282
10283 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10284
10285 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10286 (set_arm_command, show_arm_command): New functions.
10287 (_initialize_arm_tdep): Add them.
10288 (num_disassembly_options): Renamed from num_flavor_options.
10289 (valid_disassembly_styles): Renamed from valid_flavors.
10290 (disassembly_style): Renamed from disassembly_flavor.
10291 (set_disassembly_style_sfunc): Renamed from
10292 set_disassembly_flavor_sfunc.
10293 (set_disassembly_style): Renamed from set_disassembly_flavor.
10294 (arm_othernames): Updated.
10295 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10296 command. Add "set/show arm disassembly" commands. Deprecate
10297 "othernames" command.
10298
10299 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10300
10301 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10302 (arm-tdep.o): Depend on elf_arm_h.
10303
10304 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10305
10306 * Makefile.in (coff_internal_h): Define.
10307 (arm-tdep.o): Update dependencies.
10308
10309 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10310
10311 * arm-tdep.c (prologue_cache): Delete.
10312 (check_prologue_cache, save_prologue_cache): Delete.
10313 (arm_scan_prologue): Don't check or update the prologue_cache.
10314 (arm_gdb_arch_init): Don't initialize it.
10315 (_initialize_arm_tdep): Likewise.
10316
10317 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10318
10319 * MAINTAINERS (tui): Maintainer of tui code.
10320
10321 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10322
10323 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10324 (i386-cygwin-tdep.o): Add dependencies.
10325 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10326 * i386-cygwin-tdep.c: New file.
10327 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10328 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10329
10330 2003-03-20 Andrew Cagney <cagney@redhat.com>
10331
10332 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10333 (handle_inferior_event): Remove code calling
10334 DYNAMIC_TRAMPOLINE_NEXTPC.
10335
10336 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10337 already has a full path.
10338
10339 * main.c (gdb_main): Return 1.
10340 (captured_main): Call error to report an invalid interpreter.
10341
10342 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10343 * alpha-osf1-tdep.c: Include "gdb_string.h".
10344
10345 2003-03-19 J. Brobecker <brobecker@gnat.com>
10346
10347 Continuing work to convert the hppa targets to multiarch partial.
10348
10349 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10350 method, now that hppa_push_dummy_frame has a conformant prototype.
10351 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10352 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10353 for the switch to multiarch partial.
10354
10355 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10356
10357 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10358 when iss is issNull.
10359
10360 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10361
10362 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10363 NUM_REGS bounds check.
10364
10365 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10366
10367 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10368 * mips-tdep.c (gdb_assert.h): Include.
10369 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10370 (mips_register_name): Handle integer registers explicitly. Add
10371 bounds checking.
10372 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10373 (mips_lsi33k_reg_names): Don't list integer registers; they're
10374 handled by mips_register_name() now.
10375 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10376 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10377 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10378 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10379 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10380
10381 2003-03-18 Andrew Cagney <cagney@redhat.com>
10382
10383 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10384 a void pointer.
10385 * gdbtypes.h (print_scalar_formatted): Update declaration.
10386 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10387
10388 2003-03-18 J. Brobecker <brobecker@gnat.com>
10389
10390 * infrun.c (observer.h): Add #include.
10391 (normal_stop): Add call to observer_notify_normal_stop.
10392 * Makefile.in (infrun.o): Add dependency on observer.h.
10393
10394 2003-03-18 J. Brobecker <brobecker@gnat.com>
10395
10396 Continuing work to convert the hppa targets to multiarch partial.
10397 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10398 parameter. Reformat comment.
10399 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10400 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10401 to match new profile.
10402
10403 2003-03-18 J. Brobecker <brobecker@gnat.com>
10404
10405 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10406 appear to be working in any case.
10407
10408 2003-03-18 J. Brobecker <brobecker@gnat.com>
10409
10410 * observer.c (observer_test_first_observer): New static variable.
10411 (observer_test_second_observer): Likewise.
10412 (observer_test_third_observer): Likewise.
10413 (observer_test_first_notification_function): New static function.
10414 (observer_test_second_notification_function): Likewise.
10415 (observer_test_third_notification_function): Likewise.
10416
10417 2003-03-17 J. Brobecker <brobecker@gnat.com>
10418
10419 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10420 * somsolib.c (gdb_assert.h): Likewise.
10421 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10422 (somsolib.o): Likewise.
10423
10424 2003-03-17 Andrew Cagney <cagney@redhat.com>
10425
10426 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10427 BFD. Simplify setting of di.endian.
10428
10429 2003-03-17 Andrew Cagney <cagney@redhat.com>
10430
10431 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10432 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10433
10434 From Elena Zannoni <ezannoni@redhat.com>
10435 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10436 vector and floating-point parameters.
10437 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10438 convention.
10439 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10440
10441 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10442
10443 * MAINTAINERS: Remove my name from several maintainership roles.
10444
10445 2003-03-17 Andrew Cagney <cagney@redhat.com>
10446
10447 Fix frame off-by-one bug.
10448 * frame-unwind.h (frame_this_id_ftype): Replace
10449 frame_unwind_id_ftype.
10450 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10451 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10452 with "prev_register".
10453 * frame-unwind.c (frame_unwind_find_by_pc): Return
10454 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10455 comment.
10456 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10457 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10458 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10459 (dummy_frame_unwind): Update.
10460 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10461 sentinel_frame_register_unwind.
10462 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10463 (sentinel_frame_unwinder): Update.
10464 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10465 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10466 * frame.c (create_sentinel_frame): Update. Initialize
10467 "prologue_cache" instead of "unwind_cache".
10468 (frame_register_unwind): Call this frame's prev_register with the
10469 next frame and this frame's prologue cache.
10470 (get_prev_frame): Simplify. Always call prev frame's this_id with
10471 this frame and prev frame's prologue cache. Document that this
10472 call is shifted one to the left when compared to the
10473 frame_register_unwind call.
10474 (legacy_saved_regs_prev_register): Replace
10475 frame_saved_regs_register_unwind.
10476 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10477 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10478 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10479 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10480 (d10v_frame_unwind): Update.
10481 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10482 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10483 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10484 "saved_regs" with "this_saved_regs".
10485
10486 2003-03-16 Andrew Cagney <cagney@redhat.com>
10487
10488 * frame.c (frame_pop): Don't call target_store_registers. Fix
10489 problem reported by Mark Kettenis.
10490
10491 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10492
10493 * i386-tdep.c (i386_register_type): Renamed from
10494 i386_register_virtual_type. Adjust function signature.
10495 (i386_gdbarch_init): Set register_type instead of
10496 deprecated_max_register_raw_size,
10497 deprecated_max_register_virtual_size and register_virtual_type.
10498
10499 2003-03-14 Andrew Cagney <cagney@redhat.com>
10500
10501 * frame.c (get_prev_frame): When a legacy frame, always call
10502 legacy_get_prev_frame. Simplify unwind code using assumption that
10503 the unwinder is new.
10504 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10505 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10506 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10507
10508 2003-03-14 Andrew Cagney <cagney@redhat.com>
10509
10510 * frame.c (get_saved_register): Delete function.
10511 * frame.h (get_saved_register): Delete declaration.
10512 * xstormy16-tdep.c: Update comment.
10513 * regcache.h: Update comments.
10514 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10515 get_saved_register and extract_address, use
10516 frame_read_unsigned_register.
10517 (sparc_frame_saved_pc): Ditto.
10518 (sparc_get_saved_register): Instead of get_saved_register, use
10519 frame_register.
10520 (sparc_pop_frame): Ditto.
10521 * findvar.c: Update comments.
10522 (value_of_register): Call frame_register instead of
10523 get_saved_register.
10524 (value_from_register): Ditto.
10525 * config/sparc/tm-sparc.h: Update comment.
10526 * breakpoint.c: Update comment.
10527
10528 2003-03-14 Andrew Cagney <cagney@redhat.com>
10529
10530 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10531 GET_SAVED_REGISTER.
10532 * gdbarch.h, gdbarch.c: Re-generate.
10533 * frame.h: Update comments.
10534 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10535 * x86-64-tdep.c (x86_64_init_abi): Update.
10536 * sparc-tdep.c (sparc_gdbarch_init): Update.
10537 * sh-tdep.c (sh_gdbarch_init): Update.
10538 * mips-tdep.c (mips_gdbarch_init): Update.
10539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10540 * cris-tdep.c (cris_gdbarch_init): Update.
10541 * ia64-tdep.c (ia64_gdbarch_init): Update.
10542 * frame.c (frame_register): Update.
10543 (get_saved_register): Update.
10544 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10545
10546 2003-03-13 Andrew Cagney <cagney@redhat.com>
10547
10548 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10549 * gdbarch.h, gdbarch.c: Regenerate.
10550 * valops.c (hand_function_call): Update comment.
10551 * stack.c (return_command): Update comment.
10552 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10553 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10554 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10555 * x86-64-tdep.c (x86_64_init_abi): Update.
10556 * vax-tdep.c (vax_gdbarch_init): Update.
10557 * v850-tdep.c (v850_gdbarch_init): Update.
10558 * sparc-tdep.c (sparc_gdbarch_init): Update.
10559 * sh-tdep.c (sh_gdbarch_init): Update.
10560 * s390-tdep.c (s390_gdbarch_init): Update.
10561 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10562 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10563 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10564 * mips-tdep.c (mips_gdbarch_init): Update.
10565 * mcore-tdep.c (mcore_gdbarch_init): Update.
10566 * m68k-tdep.c (m68k_gdbarch_init): Update.
10567 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10568 * ia64-tdep.c (ia64_gdbarch_init): Update.
10569 * i386-tdep.c (i386_gdbarch_init): Update.
10570 * hppa-tdep.c (hppa_gdbarch_init): Update.
10571 * h8300-tdep.c (h8300_gdbarch_init): Update.
10572 * frv-tdep.c (frv_gdbarch_init): Update.
10573 * cris-tdep.c (cris_gdbarch_init): Update.
10574 * avr-tdep.c (avr_gdbarch_init): Update.
10575 * arm-tdep.c (arm_gdbarch_init): Update.
10576 * alpha-tdep.c (alpha_gdbarch_init): Update.
10577
10578 2003-03-13 Andrew Cagney <cagney@redhat.com>
10579
10580 * frame.c (legacy_frame_p): New function.
10581 (get_prev_frame): Use legacy_frame_p.
10582 * frame.h (legacy_frame_p): Declare.
10583
10584 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10585
10586 * MAINTAINERS (write after approval): Alphabetically
10587 listing corrected.
10588
10589 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10590
10591 * MAINTAINERS (write after approval): Add myself.
10592
10593 2003-03-12 Andrew Cagney <cagney@redhat.com>
10594
10595 * frame.c (get_prev_frame): Rename the frame parameter to
10596 "this_frame".
10597 (get_next_frame, legacy_get_prev_frame): Ditto.
10598
10599 2003-03-12 Andrew Cagney <cagney@redhat.com>
10600
10601 * frame.c (get_current_frame): Check target_has_registers before
10602 checking target_has_stack.
10603 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10604 instead of deprecated_selected_frame.
10605 * findvar.c (value_of_register): Pass "frame", not
10606 deprecated_selected_frame, to value_of_builtin_reg.
10607
10608 2003-03-12 Andrew Cagney <cagney@redhat.com>
10609
10610 * regcache.c (regcache_cooked_write_signed): New function.
10611 (regcache_cooked_write_unsigned): New function.
10612 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10613 (regcache_cooked_read_signed): Fix regnum in range assertion.
10614 * regcache.h (regcache_cooked_write_signed): Declare.
10615 (regcache_cooked_write_unsigned): Declare.
10616
10617 2003-03-12 Andrew Cagney <cagney@redhat.com>
10618
10619 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10620 * gdbarch.h, gdbarch.c: Re-generate.
10621 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10622 * x86-64-tdep.h: Update.
10623 * x86-64-tdep.c (x86_64_init_abi): Update.
10624 * v850-tdep.c (v850_gdbarch_init): Update.
10625 * sparc-tdep.c (sparc_gdbarch_init): Update.
10626 * sh-tdep.c (sh_gdbarch_init): Update.
10627 * s390-tdep.c (s390_gdbarch_init): Update.
10628 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10629 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10630 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10631 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10632 * mips-tdep.c (mips_gdbarch_init): Update.
10633 * mcore-tdep.c (mcore_gdbarch_init): Update.
10634 * m68k-tdep.c (m68k_gdbarch_init): Update.
10635 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10636 * ia64-tdep.c (ia64_gdbarch_init): Update.
10637 * i386-tdep.c (i386_gdbarch_init): Update.
10638 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10639 * hppa-tdep.c (hppa_gdbarch_init): Update.
10640 * h8300-tdep.c (h8300_gdbarch_init): Update.
10641 * frv-tdep.c (frv_gdbarch_init): Update.
10642 * cris-tdep.c (cris_gdbarch_init): Update.
10643 * avr-tdep.c (avr_gdbarch_init): Update.
10644 * arm-tdep.c (arm_gdbarch_init): Update.
10645 * alpha-tdep.c (alpha_gdbarch_init): Update.
10646 * sh-tdep.c (sh_init_extra_frame_info): Update.
10647 (sh64_init_extra_frame_info): Update.
10648 * ns32knbsd-nat.c (frame_num_args): Update.
10649 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10650 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10651 (xstormy16_frame_chain_valid): Update.
10652 * vax-tdep.c (vax_saved_pc_after_call): Update.
10653 * v850-tdep.c (v850_frame_chain): Update.
10654 (v850_pop_frame): Update.
10655 (v850_init_extra_frame_info): Update.
10656 * sparc-tdep.c (setup_arbitrary_frame): Update.
10657 * ns32k-tdep.c (umax_frame_num_args): Update.
10658 * s390-tdep.c (s390_pop_frame_regular): Update.
10659 * mn10300-tdep.c (mn10300_frame_chain): Update.
10660 (mn10300_pop_frame_regular): Update.
10661 (mn10300_init_extra_frame_info): Update.
10662 * mips-tdep.c (mips_init_frame_pc_first): Update.
10663 (mips_frame_chain): Update.
10664 (mips_pop_frame): Update.
10665 * mcore-tdep.c (mcore_frame_chain): Update.
10666 (mcore_pop_frame): Update.
10667 (mcore_init_extra_frame_info): Update.
10668 * arch-utils.c (init_frame_pc_default): Update.
10669 * m68k-tdep.c (isi_frame_num_args): Update.
10670 (delta68_frame_num_args): Update.
10671 (news_frame_num_args): Update.
10672 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10673 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10674 (alpha_frame_chain): Update.
10675 (alpha_pop_frame): Update.
10676 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10677 (hppa_init_extra_frame_info): Update.
10678 (hppa_frame_chain): Update.
10679 (hppa_frame_chain_valid): Update.
10680 * cris-tdep.c (cris_init_extra_frame_info): Update.
10681 * avr-tdep.c (avr_init_extra_frame_info): Update.
10682 * arm-tdep.c (arm_frame_chain_valid): Update.
10683 (arm_init_extra_frame_info): Update.
10684 (arm_pop_frame): Update.
10685 * frame.c (frame_pc_unwind): Update.
10686 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10687 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10688 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10689 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10690 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10691 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10692
10693 2003-03-12 Andrew Cagney <cagney@redhat.com>
10694
10695 Eliminate the need for POP_FRAME.
10696 * frame.c (do_frame_unwind_register): New function.
10697 (frame_pop): When no POP_FRAME, pop the frame using register
10698 unwind and a scratch regcache.
10699 (frame_saved_regs_pop): Delete function.
10700 (trad_frame_unwinder): Update.
10701 * d10v-tdep.c (d10v_frame_pop): Delete function.
10702 (d10v_frame_unwind): Update.
10703 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10704 (sentinel_frame_unwinder): Update.
10705 * dummy-frame.c (dummy_frame_pop): Delete function.
10706 (dummy_frame_unwind): Update.
10707 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10708 (struct frame_unwind): Update.
10709
10710 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10711
10712 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10713 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10714 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10715 Do range checks on register number obtained from debugging info.
10716 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10717 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10718 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10719 mapping function.
10720 (do_fp_register_row): Fix typo which caused double type to be
10721 used when attempting to unpack a float.
10722
10723 2003-03-11 J. Brobecker <brobecker@gnat.com>
10724
10725 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10726
10727 2003-03-11 Andrew Cagney <cagney@redhat.com>
10728
10729 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10730 frame. Problem found by Corinna Vinschen.
10731
10732 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10733
10734 * doublest.c (floatformat_from_length): Accept also
10735 the real size of 'long double' type.
10736
10737 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10738
10739 From Klee Dienes <kdienes@apple.com>:
10740 * breakpoint.c (bpstat_copy): Copy the command lines as well
10741 as the old value, to match what is freed in bpstat_clear.
10742
10743 2003-03-10 David Carlton <carlton@math.stanford.edu>
10744
10745 * minsyms.c (add_minsym_to_hash_table): Replace
10746 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10747 (compare_minimal_symbols, compact_minimal_symbols)
10748 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10749 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10750 of DEPRECATED_SYMBOL_MATCHES_NAME.
10751 (lookup_minimal_symbol_solib_trampoline): Ditto.
10752
10753 2003-03-10 Andrew Cagney <cagney@redhat.com>
10754
10755 * regcache.h (regcache_cooked_read_ftype): Define.
10756 (regcache_save, regcache_restore): Add a cooked_read parameter.
10757 * regcache.c (regcache_save, regcache_restore): Update.
10758 (do_cooked_read): New function.
10759 (regcache_cpy): Pass do_cooked_read to regcache_save and
10760 regcache_restore.
10761
10762 2003-03-10 Andrew Cagney <cagney@redhat.com>
10763
10764 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10765 * gdbarch.h, gdbarch.c: Re-generate.
10766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10767 * x86-64-tdep.h: Update.
10768 * x86-64-tdep.c (x86_64_init_abi): Update.
10769 * v850-tdep.c (v850_gdbarch_init): Update.
10770 * sparc-tdep.c (sparc_gdbarch_init): Update.
10771 * sh-tdep.c (sh_gdbarch_init): Update.
10772 * s390-tdep.c (s390_gdbarch_init): Update.
10773 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10774 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10775 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10776 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10777 * mips-tdep.c (mips_gdbarch_init): Update.
10778 * mcore-tdep.c (mcore_gdbarch_init): Update.
10779 * m68k-tdep.c (m68k_gdbarch_init): Update.
10780 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10781 * ia64-tdep.c (ia64_gdbarch_init): Update.
10782 * i386-tdep.c (i386_gdbarch_init): Update.
10783 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10784 * hppa-tdep.c (hppa_gdbarch_init): Update.
10785 * h8300-tdep.c (h8300_gdbarch_init): Update.
10786 * frv-tdep.c (frv_gdbarch_init): Update.
10787 * cris-tdep.c (cris_gdbarch_init): Update.
10788 * avr-tdep.c (avr_gdbarch_init): Update.
10789 * arm-tdep.c (arm_gdbarch_init): Update.
10790 * alpha-tdep.c (alpha_gdbarch_init): Update.
10791 * sh-tdep.c (sh_init_extra_frame_info): Update.
10792 (sh64_init_extra_frame_info): Update.
10793 * ns32knbsd-nat.c (frame_num_args): Update.
10794 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10795 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10796 (xstormy16_frame_chain_valid): Update.
10797 * vax-tdep.c (vax_saved_pc_after_call): Update.
10798 * v850-tdep.c (v850_frame_chain): Update.
10799 (v850_pop_frame): Update.
10800 (v850_init_extra_frame_info): Update.
10801 * sparc-tdep.c (setup_arbitrary_frame): Update.
10802 * ns32k-tdep.c (umax_frame_num_args): Update.
10803 * s390-tdep.c (s390_pop_frame_regular): Update.
10804 * mn10300-tdep.c (mn10300_frame_chain): Update.
10805 (mn10300_pop_frame_regular): Update.
10806 (mn10300_init_extra_frame_info): Update.
10807 * mips-tdep.c (mips_init_frame_pc_first): Update.
10808 (mips_frame_chain): Update.
10809 (mips_pop_frame): Update.
10810 * mcore-tdep.c (mcore_frame_chain): Update.
10811 (mcore_pop_frame): Update.
10812 (mcore_init_extra_frame_info): Update.
10813 * arch-utils.c (init_frame_pc_default): Update.
10814 * m68k-tdep.c (isi_frame_num_args): Update.
10815 (delta68_frame_num_args): Update.
10816 (news_frame_num_args): Update.
10817 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10818 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10819 (alpha_frame_chain): Update.
10820 (alpha_pop_frame): Update.
10821 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10822 (hppa_init_extra_frame_info): Update.
10823 (hppa_frame_chain): Update.
10824 (hppa_frame_chain_valid): Update.
10825 * cris-tdep.c (cris_init_extra_frame_info): Update.
10826 * avr-tdep.c (avr_init_extra_frame_info): Update.
10827 * arm-tdep.c (arm_frame_chain_valid): Update.
10828 (arm_init_extra_frame_info): Update.
10829 (arm_pop_frame): Update.
10830 * frame.c (frame_pc_unwind): Update.
10831 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10832 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10833 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10834 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10835 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10836 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10837
10838 2003-03-10 Andrew Cagney <cagney@redhat.com>
10839
10840 * gdbarch.sh (gdbarch_unwind_pc): New method.
10841 * gdbarch.h, gdbarch.c: Regenerate.
10842 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10843 but use read_pc and FRAME_SAVED_PC as fall backs.
10844 (frame_saved_regs_pc_unwind): Delete function.
10845 (trad_frame_unwinder): Update.
10846 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10847 (struct frame_unwind): Update.
10848 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10849 (dummy_frame_unwind): Update.
10850 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10851 (sentinel_frame_unwinder): Update.
10852 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10853 (d10v_frame_unwind): Update.
10854 (d10v_unwind_pc): New function.
10855 (d10v_gdbarch_init): Set unwind_pc.
10856
10857 2003-03-10 Andrew Cagney <cagney@redhat.com>
10858
10859 * gdbarch.h: Re-generate.
10860
10861 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10862 PC.
10863 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10864 the PC register.
10865
10866 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10867
10868 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10869
10870 2003-03-08 Andrew Cagney <cagney@redhat.com>
10871
10872 * cli-out.c: Update copyright.
10873 (cli_out_data): Define typedef. Use instead of ui_out_data.
10874
10875 2003-03-08 Andrew Cagney <cagney@redhat.com>
10876
10877 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10878 the result.
10879
10880 2003-03-07 Andrew Cagney <cagney@redhat.com>
10881
10882 * gdbarch.sh: Don't generate two macro definitions when an
10883 undefined macro taking no arguments.
10884 * gdbarch.h: Regenerate.
10885
10886 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10887
10888 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10889 (x86_64_unwind_dummy_id): New functions.
10890 (x86_64_init_abi): Register these two new functions.
10891
10892 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10893
10894 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10895 (x86_64_skip_prologue): Move prologue detection to
10896 separate function.
10897 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10898
10899 2003-03-05 Andrew Cagney <cagney@redhat.com>
10900
10901 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10902 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10903 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10904 to use unwind_dummy_id when a dummy frame.
10905 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10906 predicate.
10907 * gdbarch.h, gdbarch.c: Regneerate.
10908
10909 2003-03-05 Andrew Cagney <cagney@redhat.com>
10910
10911 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10912 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10913 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10914 values.
10915
10916 2003-03-05 Andrew Cagney <cagney@redhat.com>
10917
10918 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10919 (struct d10v_unwind_cache): Delete field "frameless". Replace
10920 "next_addr" with "sp_offset". Add "r11_offset".
10921 (d10v_frame_unwind_cache): Update.
10922 (prologue_find_regs): Update. When "mv r11, sp", save the
10923 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10924 RN was saved in r11_offset.
10925
10926 2003-03-05 Andrew Cagney <cagney@redhat.com>
10927
10928 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10929 cached PC value in the next frame.
10930
10931 2003-03-05 Andrew Cagney <cagney@redhat.com>
10932
10933 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10934 "id_unwind_cache" with "id".
10935 (frame_id_unwind): Delete declaration.
10936 * frame.c (frame_id_unwind): Delete function.
10937 (get_prev_frame): Call the frame id unwind method directly. Store
10938 the returned next frame's ID value in NEXT_FRAME. Note that there
10939 is a problem with the wrong unwind ID being called with the wrong
10940 unwind cache.
10941
10942 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10945
10946 2003-03-05 James Ingham <jingham@apple.com>
10947 Daniel Jacobowitz <drow@mvista.com>
10948
10949 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10950 (auto_cp_abi): New variable.
10951 (current_cp_abi, num_cp_abis): Make static.
10952 (CP_ABI_MAX): Define.
10953 (cp_abis): Turn into an array.
10954 (value_virtual_fn_field): Fix formatting.
10955 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10956 takes a pointer.
10957 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10958 (list_cp_abis, _initialize_cp_abi): New functions.
10959 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10960 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10961 switch_to_cp_abi. Update prototype for register_cp_abi.
10962 * Makefile.in (cp-abi.o): Update dependencies.
10963 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10964 instead of switch_to_cp_abi.
10965 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10966 register_cp_abi.
10967 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10968 register_cp_abi.
10969 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10970
10971 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10972
10973 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10974 * dwarf2loc.c: Include "regcache.h".
10975 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10976 register_size.
10977 * Makefile.in (dwarf2loc.o): Update dependencies.
10978
10979 2003-03-04 Theodore A. Roth <troth@openavr.org>
10980
10981 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10982 number of io registers reported by remote target is not a multiple of
10983 step.
10984
10985 2003-03-04 David Carlton <carlton@math.stanford.edu>
10986
10987 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10988 (lookup_symbol_aux_psymtabs): Update call to
10989 lookup_partial_symbol.
10990 (lookup_transparent_type, find_main_psymtab)
10991 (make_symbol_overload_list): Ditto.
10992
10993 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10994
10995 * MAINTAINERS (Write after approval): Update my email address.
10996
10997 2003-03-03 Andrew Cagney <cagney@redhat.com>
10998
10999 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11000 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11001 predicate. Replace MAX_REGISTER_RAW_SIZE.
11002 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11003 MAX_REGISTER_VIRTUAL_SIZE.
11004 * regcache.c (legacy_max_register_raw_size): New function.
11005 (legacy_max_register_virtual_size): New function.
11006 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11007 (MAX_REGISTER_RAW_SIZE): Define.
11008 (legacy_max_register_raw_size): Declare.
11009 (legacy_max_register_virtual_size): Declare.
11010 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11011 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11012 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11013 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11014 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11015 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11016 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11017 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11018 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11019 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11020 * vax-tdep.c (vax_gdbarch_init): Update.
11021 * v850-tdep.c (v850_gdbarch_init): Update.
11022 * sparc-tdep.c (sparc_gdbarch_init): Update.
11023 * sh-tdep.c (sh_gdbarch_init): Update.
11024 * s390-tdep.c (s390_gdbarch_init): Update.
11025 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11026 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11027 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11028 * mips-tdep.c (mips_gdbarch_init): Update.
11029 * mcore-tdep.c (mcore_gdbarch_init): Update.
11030 * m68k-tdep.c (m68k_gdbarch_init): Update.
11031 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11032 * ia64-tdep.c (ia64_gdbarch_init): Update.
11033 * i386-tdep.c (i386_gdbarch_init): Update.
11034 * hppa-tdep.c (hppa_gdbarch_init): Update.
11035 * h8300-tdep.c (h8300_gdbarch_init): Update.
11036 * frv-tdep.c (frv_gdbarch_init): Update.
11037 * cris-tdep.c (cris_gdbarch_init): Update.
11038 * avr-tdep.c (avr_gdbarch_init): Update.
11039 * arm-tdep.c (arm_gdbarch_init): Update.
11040 * alpha-tdep.c (alpha_gdbarch_init): Update.
11041 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11042 max_register_raw_size or max_register_virtual_size.
11043
11044 2003-03-03 David Carlton <carlton@math.stanford.edu>
11045
11046 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11047 SYMBOL_MATCHES_NAME, add comment.
11048 (SYMBOL_MATCHES_NATURAL_NAME): New.
11049 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11050 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11051 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11052 * symtab.c (lookup_partial_symbol): Use
11053 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11054 unhelpful comment.
11055 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11056 SYMBOL_MATCHES_NAME.
11057 Fix for PR c++/33.
11058
11059 2003-03-03 David Carlton <carlton@math.stanford.edu>
11060
11061 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11062 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11063 by regexp matching against SYMBOL_NATURAL_NAME.
11064
11065 2003-03-03 David Carlton <carlton@math.stanford.edu>
11066
11067 * linespec.c (find_method): Extract code into collect_methods.
11068 (collect_methods): New.
11069
11070 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11071
11072 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11073 get_frame_base.
11074
11075 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11076 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11077
11078 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11079
11080 * arch-utils.c (generic_register_byte): Fix to use the loop index
11081 and not regnum when summing the size of all registers up to regnum.
11082
11083 2003-03-01 Andrew Cagney <cagney@redhat.com>
11084
11085 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11086 FRAME_INIT_SAVED_REGS.
11087 * gdbarch.h, gdbarch.c: Regenerate.
11088 * stack.c (frame_info): Update.
11089 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11090 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11091 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11092 * ns32k-tdep.c (ns32k_pop_frame): Update.
11093 * mips-tdep.c (mips_pop_frame): Update.
11094 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11095 * ia64-tdep.c (ia64_frame_chain): Update.
11096 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11097 (ia64_frameless_function_invocation): Update.
11098 (ia64_init_extra_frame_info): Update.
11099 (ia64_pop_frame_regular): Update.
11100 * frame.h (struct frame_info): Update comment.
11101 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11102 * frame.c (frame_saved_regs_register_unwind): Update.
11103 (frame_saved_regs_register_unwind): Update.
11104 (deprecated_generic_get_saved_register): Update.
11105 * cris-tdep.c: Update comment.
11106 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11107 Rename macro.
11108 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11109 * x86-64-tdep.c (x86_64_init_abi): Update.
11110 * vax-tdep.c (vax_gdbarch_init): Update.
11111 * v850-tdep.c (v850_gdbarch_init): Update.
11112 * sparc-tdep.c (sparc_gdbarch_init): Update.
11113 * sh-tdep.c (sh_gdbarch_init): Update.
11114 * s390-tdep.c (s390_gdbarch_init): Update.
11115 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11116 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11117 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11118 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11119 * mips-tdep.c (mips_gdbarch_init): Update.
11120 * mcore-tdep.c (mcore_gdbarch_init): Update.
11121 * m68k-tdep.c (m68k_gdbarch_init): Update.
11122 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11123 * ia64-tdep.c (ia64_gdbarch_init): Update.
11124 * i386-tdep.c (i386_gdbarch_init): Update.
11125 * frv-tdep.c (frv_gdbarch_init): Update.
11126 * avr-tdep.c (avr_gdbarch_init): Update.
11127 * arm-tdep.c (arm_gdbarch_init): Update.
11128 * alpha-tdep.c (alpha_gdbarch_init): Update.
11129
11130 2003-03-01 Andrew Cagney <cagney@redhat.com>
11131
11132 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11133 option enum and switch. When no windows, set the interpreter to
11134 INTERP_CONSOLE.
11135
11136 2003-03-01 Andrew Cagney <cagney@redhat.com>
11137
11138 * main.c (captured_main): Replace magic option characters with an
11139 enum.
11140
11141 2003-03-01 Andrew Cagney <cagney@redhat.com>
11142
11143 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11144 INIT_EXTRA_FRAME_INFO.
11145 * gdbarch.h, gdbarch.c: Regenerate.
11146 * arm-tdep.c: Update comments.
11147 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11148 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11149 * frame.h, avr-tdep.c: Ditto.
11150 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11151 (create_new_frame, legacy_get_prev_frame): Ditto.
11152 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11153 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11154 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11155 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11156 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11157 * v850-tdep.c (v850_gdbarch_init): Ditto.
11158 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11159 * sh-tdep.c (sh_gdbarch_init): Ditto.
11160 * s390-tdep.c (s390_gdbarch_init): Ditto.
11161 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11162 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11163 * mips-tdep.c (mips_gdbarch_init): Ditto.
11164 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11165 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11166 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11167 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11168 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11169 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11170 * frv-tdep.c (frv_gdbarch_init): Ditto.
11171 * cris-tdep.c (cris_gdbarch_init): Ditto.
11172 * avr-tdep.c (avr_gdbarch_init): Ditto.
11173 * arm-tdep.c (arm_gdbarch_init): Ditto.
11174 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11175 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11176
11177 2003-03-01 Andrew Cagney <cagney@redhat.com>
11178
11179 * gdbarch.sh (register_type): New function with predicate.
11180 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11181 * gdbarch.h, gdbarch.c: Re-generate.
11182 * arch-utils.c (generic_register_byte): Use generic_register_size.
11183 (generic_register_size): When available, use
11184 gdbarch_register_type.
11185 * regcache.c (init_regcache_descr): When available, initialize the
11186 register type array using gdbarch_register_type. If the
11187 architecture supplies gdbarch_register_type, do not use the legacy
11188 regcache layout.
11189 * d10v-tdep.c (d10v_register_type): Replace
11190 d10v_register_virtual_type.
11191 (d10v_gdbarch_init): Set register_type instead of
11192 register_virtual_type.
11193
11194 2003-03-01 Andrew Cagney <cagney@redhat.com>
11195
11196 * Makefile.in (ax-gdb.o): Update dependencies.
11197 * ax-gdb.c: Include "regcache.h".
11198 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11199 * findvar.c (value_of_register): Ditto.
11200 * infcmd.c (default_print_registers_info): Ditto.
11201
11202 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11203
11204 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11205 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11206
11207 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11208
11209 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11210 of STREQ.
11211
11212 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11213
11214 * Makefile.in (dwarf2loc.o): Update dependencies.
11215 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11216 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11217 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11218 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11219 (locexpr_tracepoint_var_ref): New function.
11220 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11221
11222 2003-02-28 Andrew Cagney <cagney@redhat.com>
11223
11224 * regcache.c (register_size): New function.
11225 * regcache.h (register_size): Declare
11226 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11227 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11228
11229 2003-02-28 David Carlton <carlton@math.stanford.edu>
11230
11231 * linespec.c (decode_compound): Extract code into find_method.
11232 (find_method): New.
11233
11234 2003-02-28 J. Brobecker <brobecker@gnat.com>
11235
11236 * Makefile.in: Add rules to build and link in observer.o.
11237
11238 2003-02-27 J. Brobecker <brobecker@gnat.com>
11239
11240 * observer.c: Minor comments edits.
11241
11242 2003-02-27 J. Brobecker <brobecker@gnat.com>
11243
11244 * observer.h, observer.c: New file.
11245
11246 2003-02-27 Andrew Cagney <cagney@redhat.com>
11247
11248 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11249
11250 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11251
11252 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11253 (M6812_OP_STS_EXT): Likewise.
11254 (m6811_prologue): Use the above to recognize prologue.
11255 (m6812_prologue): Likewise.
11256
11257 2003-02-27 David Carlton <carlton@math.stanford.edu>
11258
11259 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11260 SYMBOL_PRINT_NAME.
11261 (compare_psymbols): Ditto.
11262 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11263
11264 2003-02-27 Michael Snyder <msnyder@redhat.com>
11265
11266 * f-lang.c (build_fortran_types): New function.
11267 (_initialize_f_language): Gdbarch-register built-in fortran types.
11268 * doublest.c (extract_floating): Fix warning text.
11269
11270 2003-02-27 Andrew Cagney <cagney@redhat.com>
11271
11272 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11273 predicate. Replaces PUSH_DUMMY_FRAME.
11274 * gdbarch.h, gdbarch.c: Regnerate.
11275 * valops.c (hand_function_call): Update. Call
11276 generic_push_dummy_frame directly.
11277 * vax-tdep.c (vax_gdbarch_init): Update.
11278 * sparc-tdep.c (sparc_gdbarch_init): Update.
11279 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11280 * m68k-tdep.c (m68k_gdbarch_init): Update.
11281 * hppa-tdep.c (hppa_gdbarch_init): Update.
11282 * alpha-tdep.c (alpha_gdbarch_init): Update.
11283 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11284 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11285 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11286 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11287 push_dummy_frame to generic_push_dummy_frame.
11288 * v850-tdep.c (v850_gdbarch_init): Ditto.
11289 * sh-tdep.c (sh_gdbarch_init): Ditto.
11290 * s390-tdep.c (s390_gdbarch_init): Ditto.
11291 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11292 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11293 * mips-tdep.c (mips_gdbarch_init): Ditto.
11294 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11295 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11296 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11297 * i386-tdep.c (i386_gdbarch_init): Ditto.
11298 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11299 * frv-tdep.c (frv_gdbarch_init): Ditto.
11300 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11301 * cris-tdep.c (cris_gdbarch_init): Ditto.
11302 * avr-tdep.c (avr_gdbarch_init): Ditto.
11303 * arm-tdep.c (arm_gdbarch_init): Ditto.
11304
11305 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11306
11307 * mips-tdep.c (show_mips_abi): New function.
11308 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11309 command ``show mips abi''.
11310
11311 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11312
11313 From Elena Zannoni <ezannoni@redhat.com>
11314 * dbxread.c (process_one_symbol): Only record line 0 if one or
11315 more sline entries have been seen for the function.
11316
11317 2003-02-26 Michael Chastain <mec@shout.net>
11318
11319 * configure: Regenerate with autoconf 000227.
11320
11321 2003-02-26 Michael Chastain <mec@shout.net>
11322
11323 Close PR build/660.
11324 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11325 for old libc5/glibc.
11326 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11327
11328 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11329
11330 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11331 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11332
11333 2003-02-26 Michael Chastain <mec@shout.net>
11334
11335 * configure.in: New variable HAVE_UINTPTR_T.
11336 * configure, config.in: Regenerated.
11337
11338 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11339
11340 Fix PR build/1097.
11341 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11342
11343 2003-02-25 Andrew Cagney <cagney@redhat.com>
11344
11345 * frame.c (get_prev_frame): Add comment on check for
11346 inside_entry_func. Only check for inside_entry_file when not a
11347 dummy and not a sentinel. Check that the new frame is not inner
11348 to the old frame.
11349
11350 2003-02-25 Andrew Cagney <cagney@redhat.com>
11351
11352 * frame.c (frame_debug): New variable.
11353 (_initialize_frame): Add "set/show debug frame" command.
11354 (get_prev_frame): When frame_debug, print reason why unwind
11355 failed.
11356
11357 2003-02-25 Michael Chastain <mec@shout.net>
11358
11359 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11360 to avoid uintptr_t definition problems.
11361
11362 2003-02-25 David Carlton <carlton@math.stanford.edu>
11363
11364 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11365 (SYMBOL_LINKAGE_NAME): Ditto.
11366 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11367 SYMBOL_LINKAGE_NAME.
11368 (struct general_symbol_info): Expand comment.
11369 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11370 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11371 (SYMBOL_MATCHES_REGEXP): Ditto.
11372 * symtab.c (symbol_natural_name): New function.
11373 * objfiles.h: Replace all uses of SYMBOL_NAME by
11374 DEPRECATED_SYMBOL_NAME.
11375 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11376 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11377 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11378 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11379 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11380 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11381 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11382 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11383 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11384 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11385 * ada-exp.y: Ditto.
11386 * ada-exp.y: Update copyright.
11387 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11388 * cp-valprint.c: Ditto.
11389
11390 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11391
11392 * infptrace.c (detach): Do not flag error if ptrace detach fails
11393 and errno is set to ESRCH.
11394
11395 2003-02-24 Andrew Cagney <cagney@redhat.com>
11396
11397 * infptrace.c (udot_info): Change type of udot_off to long. Use
11398 paddr when printing udot_off's value.
11399
11400 2003-02-24 David Carlton <carlton@math.stanford.edu>
11401
11402 * symtab.c (make_symbol_overload_list): Only read in partial
11403 symtabs containing a matching partial symbol.
11404
11405 2003-02-24 David Carlton <carlton@math.stanford.edu>
11406
11407 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11408 do the comparison, not strcmp.
11409 * symfile.c (compare_psymbols): Ditto.
11410 * defs.h: Declare strcmp_iw_ordered.
11411 * utils.c (strcmp_iw_ordered): New function.
11412
11413 2003-02-24 Jim Blandy <jimb@redhat.com>
11414
11415 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11416 support, shared libs): Remove my name from here, to better reflect
11417 reality.
11418
11419 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11420
11421 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11422 (target_ops): Add to_have_continuable_watchpoint.
11423 * target.c (update_current_target): Add INHERIT line for
11424 to_have_continuable_watchpoint.
11425 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11426 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11427 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11428 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11429
11430 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11431
11432 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11433 maintainership.
11434
11435 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11436
11437 * solib.c (solib_open): Call target defined search function after
11438 failing with solib-search-path.
11439 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11440 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11441
11442 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11443
11444 * MAINTAINERS: Add myself to Write After section.
11445
11446 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11447
11448 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11449
11450 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11451
11452 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11453 (m68hc11_add_reggroups): New function.
11454 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11455 (m68hc11_gdbarch_init): Install the reggroups.
11456 (_initialize_m68hc11_tdep): Initialize them.
11457
11458 2003-02-21 James E Wilson <wilson@tuliptree.org>
11459
11460 * MAINTAINERS: Update my email address.
11461
11462 2003-02-21 David Carlton <carlton@math.stanford.edu>
11463
11464 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11465
11466 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11467
11468 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11469 * symtab.h: Add opaque declarations of struct axs_value and
11470 struct agent_expr.
11471 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11472 (struct location_funcs): New type.
11473 (struct symbol): Add "loc" to aux_value.
11474 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11475 * dwarf2read.c: Include "dwarf2expr.h".
11476 (dwarf2_symbol_mark_computed): New function.
11477 (read_func_scope): Use it.
11478 (var_decode_location): New function.
11479 (new_symbol): Use it.
11480 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11481
11482 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11483 (dwarf2expr_h, dwarf2loc_h): New variables.
11484 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11485 (dwarf2expr.o, dwarf2loc.o): New rules.
11486 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11487 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11488 LOC_COMPUTED_ARG.
11489 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11490 * m2-exp.y (yylex): Likewise.
11491 * printcmd.c (address_info, print_frame_args): Likewise.
11492 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11493 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11494 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11495 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11496 * symtab.c (lookup_block_symbol): Likewise.
11497
11498 2003-02-20 Adam Fedor <fedor@gnu.org>
11499
11500 * symtab.h: Remove objc_specific struct
11501 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11502 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11503 Have language_objc use cplus_specific struct.
11504
11505 2003-02-20 Tom Tromey <tromey@redhat.com>
11506
11507 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11508 TYPE_NAME, when printing a String value. PR java/1075.
11509
11510 2003-02-20 Adam Fedor <fedor@gnu.org>
11511
11512 * objc-lang.h (find_methods): Remove declaration.
11513 * objc-lang.c (find_methods): Make static.
11514
11515 2003-02-20 Christopher Faylor <cgf@redhat.com>
11516
11517 * win32-nat.c (get_image_name): Check return value from
11518 ReadProcessMemory.
11519 (child_xfer_memory): Ditto.
11520
11521 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11522
11523 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11524 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11525 '${exec_prefix}' (in addition to the expansion thereof) as
11526 relocatable.
11527 * configure: Rebuilt.
11528
11529 2003-02-20 David Carlton <carlton@math.stanford.edu>
11530
11531 * symtab.c (search_symbols): Revert the search_symbols part of my
11532 2002-12-23 patch. Add comment.
11533
11534 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11535
11536 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11537 * dbxread.c (elfstab_build_psymtabs): Don't call
11538 install_minimal_symbols.
11539 (stabsect_build_psymtabs): Likewise.
11540 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11541 earlier.
11542 * somread.c (som_symfile_read): Call install_minimal_symbols
11543 and do_cleanups earlier.
11544 * nlmread.c (nlm_symfile_read): Likewise.
11545 * mdebugread.c (elfmdebug_build_psymtabs): Call
11546 install_minimal_symbols and make appropriate cleanups.
11547
11548 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11549
11550 * solib.c (reload_shared_libraries): New function.
11551 (_initialize_solib): Add callbacks for ``set solib-search-path''
11552 and ``set solib-absolute-prefix''.
11553
11554 2003-02-20 David Carlton <carlton@math.stanford.edu>
11555
11556 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11557 expand comment.
11558 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11559 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11560 * ada-typeprint.c (ada_typedef_print): Ditto.
11561 * ax-gdb.c (gen_var_ref): Ditto.
11562 * breakpoint.c (print_one_breakpoint): Ditto.
11563 * buildsym.c (finish_block): Ditto.
11564 * c-valprint.c (c_val_print): Ditto.
11565 * expprint.c (print_subexp): Ditto.
11566 * findvar.c (locate_var_value): Ditto.
11567 * infcmd.c (jump_command): Ditto.
11568 * linespec.c (decode_line_2, decode_compound): Ditto.
11569 * maint.c (maintenance_translate_address): Ditto.
11570 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11571 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11572 Ditto.
11573 * p-valprint.c (pascal_val_print): Ditto.
11574 * stabsread.c (define_symbol): Ditto.
11575 * stack.c (print_frame, frame_info, print_block_frame_locals)
11576 (print_frame_arg_vars, return_command): Ditto.
11577 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11578 * symmisc.c (print_symbol): Ditto.
11579 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11580 (compare_search_syms, print_symbol_info, print_msymbol_info)
11581 (rbreak_command): Ditto.
11582 * tracepoint.c (tracepoints_info): Ditto.
11583 * typeprint.c (typedef_print): Ditto.
11584 * valops.c (value_of_variable, hand_function_call): Ditto.
11585 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11586 * ada-typeprint.c: Update Copyright.
11587 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11588 * tracepoint.c, cli/cli-cmds.c: Ditto.
11589
11590 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11591
11592 * frame.c (generic_unwind_get_saved_register): Make non-static.
11593 * frame.h (generic_unwind_get_saved_register): Declare.
11594 * mips-tdep.c (read_next_frame_reg): Fetch register from
11595 current regcache when frame is NULL.
11596 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11597 that must be NULL.
11598 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11599 instead of frame_register_unwind().
11600
11601 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11602
11603 * remote-sim.c (gdbsim_insert_breakpoint)
11604 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11605 code.
11606
11607 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11608
11609 * remote.c (_initialize_remote): Add commands "set/show remote
11610 hardware-watchpoint-limit" and "set/show remote
11611 hardware-breakpoint-limit".
11612 (remote_hw_watchpoint_limit): Initialize to -1.
11613 (remote_hw_breakpoint_limit): Ditto.
11614 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11615
11616 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11617
11618 * coff-pe-read.c: New file - support reading of minimal symbols from a
11619 portable executable using the export table.
11620 * coff-pe-read.h: New file.
11621 * coffread.c: Include coff-pe-read.h.
11622 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11623 debugging symbols found.
11624 * Makefile.in (SFILES): Add coff-pe-read.o.
11625 (coff_pe_read_h): Define.
11626 (COMMON_OBS): Add coff-pe-read.o.
11627 (coffread.o): Add coff_pe_read_h dependency.
11628 (coff-pe-read.o): New target.
11629
11630 2003-02-19 David Carlton <carlton@math.stanford.edu>
11631
11632 * Makefile.in (SFILES): Add block.c.
11633 (block_h): New.
11634 (COMMON_OBS): Add block.o.
11635 (block.o): New.
11636 (x86-64-tdep.o): Add $(block_h).
11637 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11638 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11639 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11640 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11641 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11642 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11643 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11644 * value.h: Add opaque declaration for struct block.
11645 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11646 * ada-lang.h: Ditto.
11647 * x86-64-tdep.c: #include "block.h"
11648 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11649 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11650 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11651 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11652 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11653 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11654 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11655 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11656 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11657 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11658 * symtab.c (block_function): Ditto.
11659 (contained_in): Ditto.
11660 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11661 block.h. Add opaque declaration for struct block.
11662 * symtab.h: Move block_function and contained_in declarations to
11663 block.h. Add opaque declarations for struct block, struct
11664 blockvector.
11665 (struct block): Move to block.h.
11666 (struct blockvector): Ditto.
11667 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11668 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11669 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11670 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11671 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11672 Ditto.
11673 * block.c: New file.
11674 * block.h: New file.
11675
11676 2003-02-19 Theodore A. Roth <troth@openavr.org>
11677
11678 * avr-tdep.c (avr_extract_return_value): Remove function.
11679 (avr_store_return_value): Remove function.
11680 (avr_extract_struct_value_address): Remove function.
11681 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11682
11683 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11684
11685 * rs6000-tdep.c: Include "gdb_assert.h".
11686 (registers_e500): Add "acc" and "spefscr".
11687 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11688 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11689 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11690 really is "r0".
11691 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11692
11693 2003-02-18 Keith Seitz <keiths@redhat.com>
11694
11695 * Makefile.in: Add gdbtk-interps.c.
11696
11697 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11698
11699 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11700 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11701
11702 2003-02-18 Andrew Cagney <cagney@redhat.com>
11703
11704 * symtab.h (struct objfile): Add opaque declaration.
11705
11706 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11707
11708 From Jim Ingham <jingham@apple.com>:
11709 * dbxread.c (process_one_symbol): Use last_function_start rather
11710 than function_start_offset to find the real beginning of the
11711 current function. The latter is just the text section offset on
11712 some systems, the former is always the real function start.
11713
11714 2003-02-17 Andrew Cagney <cagney@redhat.com>
11715
11716 * configure.in: Revert ${target} != ${host}.
11717
11718 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11719
11720 * configure.in (Makefile): Use the test ${target} != ${host},
11721 instead of the absence of the "nm.h" file, to determine of the
11722 configuration non-native.
11723 * configure: Regenerate.
11724
11725 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11726
11727 From Brian Ford <ford@vss.fsi.com>
11728
11729 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11730 conditionalize tui_active test.
11731 (lookup_cmd_1): Ditto.
11732
11733 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11734
11735 * configure.in: Add check for _etext.
11736 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11737 available.
11738 * config.in, configure: regenerated.
11739
11740 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11741
11742 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11743
11744 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11745
11746 * main.c (tui_version): Delete variable.
11747 (captured_main): When --tui, set interpreter_p to "tui" instead of
11748 enabling tui_version.
11749 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11750 tui_version.
11751 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11752 * cli/cli-cmds.c (disassemble_command): Ditto.
11753 * defs.h (tui_version): Delete declaration.
11754 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11755 (tui-interp.o): Add rules.
11756 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11757
11758 2003-02-14 Christopher Faylor <cgf@redhat.com>
11759
11760 * win32-nat.c (register_loaded_dll): Correctly set address range for
11761 just-loaded dll.
11762
11763 2003-02-12 Jason Molenda (jmolenda@apple.com)
11764
11765 * symmisc.c (print_objfile_statistics): Include information about
11766 the number of psymtabs and symtabs in each object file.
11767
11768 2003-02-13 Keith R Seitz <keiths@redhat.com>
11769
11770 * main.h (struct captured_main_args): Add interpreter_p.
11771 * main.c (captured_main): Initialize interpreter_p from context.
11772 * gdb.c (main): Set interpreter_p argument.
11773 * Makefile.in (gdb.o): Add dependency for interps.h.
11774
11775 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11776
11777 * event-top.c (cli_command_loop): Delete declaration.
11778 (_initialize_event_loop): Delete function setting event_loop_hook.
11779 * event-top.h (cli_command_loop): Declare. Update copyright.
11780 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11781 * interps.c (current_interp_command_loop): When event_loop_p, call
11782 cli_command_loop.
11783
11784 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11785
11786 * interps.h (interp_command_loop_ftype): Change return type to
11787 void.
11788
11789 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11790
11791 * x86-64-tdep.c (x86_64_extract_return_value)
11792 (x86_64_store_return_value): Use regcache instead of regbuf.
11793 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11794 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11795
11796 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11797
11798 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11799 * aclocal.m4: Regenerate.
11800 * configure: Regenerate.
11801
11802 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11803 TCL_LD_SEARCH_FLAGS.
11804
11805 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11806
11807 * dwarf2cfi.c: Reindented.
11808
11809 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11810
11811 * interps.c (clear_interpreter_hooks): Convert function definition
11812 to ISO C.
11813
11814 2003-02-07 David Carlton <carlton@math.stanford.edu>
11815
11816 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11817
11818 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11819
11820 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11821 (struct type): ...to here.
11822 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11823 field.
11824 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11825 (replace_type): Set length on all type variants for a given type.
11826
11827 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11828
11829 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11830 <sys/stat.h>.
11831 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11832
11833 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11834
11835 * Makefile.in (symm-nat.o): Update dependencies.
11836 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11837 (lynx-nat.o, ia64-linux-nat.): Ditto.
11838 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11839 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11840 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11841
11842 * Makefile.in (inflow_h): Define.
11843 (procfs.o, inflow.o, procfs.o): Update dependencies.
11844 * inftarg.c (child_stop): Delete extern declaration of
11845 inferior_process_group. Include "inflow.h".
11846 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11847 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11848 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11849 (our_process_group, inferior_process_group): Extern declarations.
11850
11851 * procfs.c: Include "gdb_assert.h".
11852
11853 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11854 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11855 * jv-typeprint.c (java_type_print_base): Ditto.
11856 * typeprint.c (typedef_print): Eliminate STREQ.
11857 * cli/cli-script.c (define_command, define_command): Ditto.
11858 * main.c (captured_main): Ditto.
11859 * values.c (lookup_internalvar): Ditto.
11860 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11861 within `if' conditional.
11862 * linespec.c (decode_line_2): Ditto.
11863 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11864 (bfd_openw_with_cleanup): Ditto.
11865
11866 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11867
11868 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11869 legacy_extract_return_value and store_return_value to
11870 legacy_return_value.
11871
11872 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11873
11874 * win32-nat.c (get_relocated_section_addrs): New function. Find
11875 section load addresses for symbol handling in relocated DLLs.
11876 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11877
11878 2003-02-05 Fred Fish <fnf@intrinsity.com>
11879
11880 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11881 '=' and '!='.
11882 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11883 with '&' and '=='.
11884 (angel_RDI_info): Ditto.
11885 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11886 with '&' and '!='.
11887 (threads_continue_all_with_signals): Ditto.
11888
11889 2003-02-05 Jim Ingham <jingham@apple.com>
11890 Keith Seitz <keiths@redhat.com>
11891 Elena Zannoni <ezannoni@redhat.com>
11892 Andrew Cagney <ac131313@redhat.com>
11893
11894 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11895 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11896 (SUBDIR_MI_OBS): Add "mi-interp.o".
11897 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11898 (SFILES): Add "interps.c".
11899 (COMMON_OBS): Add "interps.o".
11900 (interps_h, mi_main_h): Define.
11901 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11902 (mi-main.o, main.o, event-top.o): Update dependencies.
11903 * cli/cli-interp.c: New file.
11904 * interps.h, interps.c: New files.
11905 * top.c: (gdb_init): Don't install the default interpreter, handed
11906 by captured_main.
11907 * main.c: Include "interps.h".
11908 (interpreter_p): Note that it should malloc'ed.
11909 (captured_command_loop): Call current_interp_command_loop.
11910 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11911 xfree and xstrdup when updating interpreter_p. Install the
11912 default interpreter. Add hack to stop mi1's copyright notice
11913 being encoded.
11914 * event-top.h (gdb_setup_readline): Declare.
11915 (gdb_disable_readline): Declare.
11916 * event-top.c: Include "interps.h".
11917 (display_gdb_prompt): Call current_interp_display_prompt_p.
11918 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11919 gdb_stdlog, and gdb_stdtarg.
11920 (_initialize_event_loop): Don't call gdb_setup_readline.
11921 * cli-out.c (cli_out_set_stream): New function.
11922 * cli-out.h (cli_out_set_stream): Declare.
11923
11924 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11925
11926 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11927 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11928 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11929 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11930 config/i386/i386v42mp.mt: Removed.
11931
11932 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11933
11934 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11935 GDB_OSABI_SOLARIS.
11936
11937 2003-02-05 Michael Chastain <mec@shout.net>
11938
11939 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11940 2.12.1 and earlier versions.
11941
11942 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11943
11944 Remove orphaned hosts, targets and files.
11945 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11946 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11947 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11948 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11949 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11950 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11951 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11952 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11953 * config/sparc/tm-sp64sim.h: Delete.
11954 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11955 hosts.
11956 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11957 mips*-dec-mach3* targets.
11958
11959 2003-02-04 Michael Chastain <mec@shout.net>
11960
11961 * NEWS: Fix typo: sepcifying -> specifying.
11962
11963 2003-02-04 Michael Chastain <mec@shout.net>
11964
11965 * dwarfread.c: Add documentation on the state of dwarf-1,
11966 looking towards obsoletion.
11967
11968 2003-02-03 Michael Chastain <mec@shout.net>
11969
11970 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11971 gdb/testsuite/gdb.c++/pr-1023.exp.
11972
11973 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11974
11975 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11976 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11977
11978 * utils.c (init_page_info): Delete reference to MPW in comments.
11979 * main.c (captured_main): Delete #ifdef MPW.
11980
11981 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11982
11983 * NEWS: Note that the m32r-*-elf* is obsolete.
11984 * monitor.c (monitor_expect): Obsolete reference to m32r.
11985 * configure.tgt: Mark m32r-*-elf* as obsolete.
11986 * MAINTAINERS: Mark m32k as obsolete.
11987 * m32r-rom.c: Obsolete file.
11988 * config/m32r/m32r.mt: Obsolete file.
11989 * config/m32r/tm-m32r.h: Obsolete file.
11990 * m32r-stub.c: Obsolete file.
11991 * m32r-tdep.c: Obsolete file.
11992
11993 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11994
11995 * NEWS: Mention that the z8k-zilog-none is obsolete.
11996 * MAINTAINERS: Mark z8k as obsolete.
11997 * configure.tgt: Obsolete the z8k-*-coff* target.
11998 * config/z8k/z8k.mt: Obsolete file.
11999 * config/z8k/tm-z8k.h: Obsolete file.
12000 * z8k-tdep.c: Obsolete file.
12001
12002 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12003
12004 * NEWS: Mention that the mn10200-elf is obsolete.
12005 * configure.tgt: Obsolete mn10200-*-* target.
12006 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12007 mention that the mn10200 is obsolete.
12008 * breakpoint.h: Ditto.
12009 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12010 * config/mn10200/mn10200.mt: Obsolete file.
12011 * config/mn10200/tm-mn10200.h: Obsolete file.
12012 * mn10200-tdep.c: Obsolete file.
12013
12014 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12015
12016 * MAINTAINERS: Mark h8500 as obsolete.
12017 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12018 * findvar.c (value_from_register): Ditto.
12019 * h8500-tdep.c: Mark file as obsolete.
12020 * config/h8500/h8500.mt: Ditto.
12021 * config/h8500/tm-h8500.h: Ditto.
12022 * NEWS: Mention that h8500 is obsolete.
12023
12024 2003-02-04 David Carlton <carlton@math.stanford.edu>
12025
12026 * objfiles.c (allocate_objfile): Always set name. Add comment at
12027 start of function.
12028 * jv-lang.c (get_dynamics_objfile): Add comment.
12029
12030 2003-02-04 David Carlton <carlton@math.stanford.edu>
12031
12032 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12033 * printcmd.c (build_address_symbolic): Replace uses of
12034 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12035 SYMBOL_NAME, and asm_demangle.
12036 Update copyright.
12037
12038 2003-02-04 David Carlton <carlton@math.stanford.edu>
12039
12040 * linespec.c (decode_compound): Extract code into
12041 lookup_prefix_sym.
12042 (lookup_prefix_sym): New function.
12043
12044 2003-02-04 David Carlton <carlton@math.stanford.edu>
12045
12046 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12047 FLOAT_COERCION_BADNESS.
12048 * gdbtypes.c (rank_one_type): Replace all uses of
12049 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12050
12051 2003-02-04 Jim Blandy <jimb@redhat.com>
12052
12053 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12054 section, let dwarf_macinfo_section point to it, not
12055 dwarf_loc_section.
12056
12057 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12058
12059 Pointed out by Anton Blanchard <anton@samba.org>.
12060 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12061 (ppc_linux_at_sigtramp_return_path): Use it.
12062
12063 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12064
12065 * defs.h (streq): Add prototype.
12066 * utils.c (streq): New function.
12067
12068 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12069 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12070 * mdebugread.c (new_symbol): Likewise.
12071 * stabsread.c (define_symbol): Likewise.
12072 * coffread.c (process_coff_symbol): Likewise.
12073 * dwarfread.c (new_symbol): Likewise.
12074
12075 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12076 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12077 here.
12078 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12079 SYMBOL_INIT_DEMANGLED_NAME.
12080 * objfiles.c: Include "hashtab.h".
12081 (allocate_objfile): Call htab_set_functions_ex for the
12082 demangled_names_hash.
12083 (free_objfile): Call htab_delete for the demangled_names_hash.
12084 * objfiles.h (struct htab): Add declaration.
12085 (struct objfile): Add demangled_names_hash.
12086 * symfile.c: Include "hashtab.h".
12087 (reread_symbols): Call htab_delete for the demangled_names_hash.
12088 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12089 SYMBOL_NAME in the bcache.
12090 * symtab.c: Include "hashtab.h". Update comments.
12091 (create_demangled_names_hash, symbol_set_names): New functions.
12092 (symbol_find_demangled_name): New function, broken out from
12093 symbol_init_demangled_names.
12094 (symbol_init_demangled_names): Use it.
12095 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12096 (SYMBOL_SET_NAMES): New macro.
12097 (symbol_set_names): Add prototype.
12098
12099 2003-02-03 Jim Blandy <jimb@redhat.com>
12100
12101 Use a single, consistent representation for an empty minimal
12102 symbol table in an objfile.
12103 * objfiles.c (terminate_minimal_symbol_table): New function.
12104 (allocate_objfile): Call it.
12105 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12106 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12107 non-NULL.
12108 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12109 objfile has minimal symbols, compare minimal_symbol_count to zero,
12110 instead of comparing msymbols with NULL.
12111 * objfiles.c (have_minimal_symbols): Same.
12112 * solib-sunos.c (solib_add_common_symbols): Call
12113 terminate_minimal_symbol_table.
12114 * symfile.c (reread_symbols): Same.
12115
12116 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12117
12118 * s390-tdep.c (s390_address_class_type_flags)
12119 (s390_address_class_type_flags_to_name)
12120 (s390_address_class_name_to_type_flags): New functions.
12121 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12122 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12123
12124 2003-02-03 Michael Snyder <msnyder@redhat.com>
12125
12126 * arm-tdep.c: Fix spell-o in comment.
12127
12128 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12129
12130 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12131 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12132 error messages to contain BFD filename.
12133
12134 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12135
12136 Fix PR gdb/742 gdb/743 gdb/877
12137 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12138 (do_mixed_source_and_assembly): Use
12139 make_cleanup_ui_out_tuple_begin_end and
12140 make_cleanup_ui_out_tuple_begin_end.
12141 (do_mixed_source_and_assembly): Ditto.
12142 * thread.c (do_captured_list_thread_ids): Ditto.
12143 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12144 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12145 ui_out_tuple_end): Delete prototypes.
12146 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12147 ui_out_list_end, ui_out_tuple_end): Delete.
12148
12149 From Kevin Buettner <kevinb@redhat.com>:
12150 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12151 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12152 (do_cleanup_table_end): New functions.
12153 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12154 Use cleanups to invoke_ui_out_tuple_end().
12155 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12156 * cli/cli-setshow.c (cmd_show_list): Use
12157 make_cleanup_ui_out_tuple_begin_end.
12158
12159 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12160
12161 * frame.c (frame_unwind_register): New function.
12162 (frame_unwind_unsigned_register): Use.
12163 (frame_unwind_signed_register): Use.
12164 (frame_read_register): New function.
12165 * frame.h (frame_unwind_register): Declare.
12166 (frame_read_register): Declare.
12167
12168 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12169 and frame_unwind_register instead of read_memory, write_register
12170 and deprecated_write_register_bytes.
12171
12172 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12173
12174 * frame.h: Note that namelen can be negative.
12175 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12176 NAME's length.
12177
12178 * NEWS: Mention that the d10v's `regs' command is deprecated.
12179 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12180 (d10v_print_registers_info): New function.
12181 (show_regs): Call d10v_print_registers_info.
12182 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12183
12184 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12185
12186 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12187 lost in the previous patch.
12188
12189 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12190
12191 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12192 * stack.c (print_frame_info_base): Output complete FRAME tuple
12193 for synthesized frames.
12194
12195 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12196
12197 * mips-nat.c (zerobuf): Delete.
12198 (fetch_inferior_registers): Alloc local zerobuf.
12199 (fetch_core_registers): Alloc local zerobuf.
12200 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12201 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12202 * thread-db.c (thread_db_store_registers): Ditto.
12203 * sh-tdep.c (sh_do_register): Ditto.
12204 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12205 * remote-sim.c (gdbsim_store_register): Ditto.
12206 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12207 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12208 * monitor.c (monitor_supply_register): Ditto.
12209 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12210 * mips-nat.c (fetch_inferior_registers): Ditto.
12211 * m68klinux-nat.c (fetch_register): Ditto.
12212 * lynx-nat.c (fetch_inferior_registers): Ditto.
12213 (fetch_inferior_registers): Ditto.
12214 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12215 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12216 (hpux_thread_store_registers): Ditto.
12217 * hppah-nat.c (fetch_register): Ditto.
12218 * hppab-nat.c (fetch_register): Ditto.
12219 * hppa-tdep.c (pa_register_look_aside): Ditto.
12220 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12221 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12222
12223 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12224
12225 * gdbarch.sh: Explictly specify all method levels. When a
12226 variable with an empty level, provide a non-multi-arch default.
12227 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12228 * gdbarch.h: Re-generate.
12229 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12230 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12231
12232 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12233
12234 * defs.h (host_pointer_to_address): Delete declaration.
12235 (address_to_host_pointer): Delete declaration.
12236 * utils.c (host_pointer_to_address): Delete function.
12237 (address_to_host_pointer): Delete function.
12238 * procfs.c (procfs_address_to_host_pointer): New function.
12239 * procfs.c (proc_set_watchpoint): Use.
12240 (procfs_can_use_hw_breakpoint): Update comments.
12241 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12242 (som_solib_add): Use.
12243 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12244 * hppa-tdep.c (unwind_command): Use.
12245
12246 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12247
12248 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12249 strlen d_name.
12250
12251 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12252 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12253 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12254 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12255 (define_symbol): Update.
12256 * symfile.c (generic_load): Remove references to nindy.
12257 * symtab.c: Remove references to nindy.
12258
12259 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12260
12261 * infcmd.c (print_float_info): Delete code conditional on
12262 FLOAT_INFO.
12263 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12264 * config/m68k/nm-apollo68b.h: Ditto.
12265 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12266 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12267 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12268
12269 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12270
12271 * config/i386/tm-i386os9k.h: Removed.
12272
12273 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12274 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12275 they're identical to i[3456]86-*-sysv* now.
12276 * config/i386/i386v32.mh: Removed.
12277 * config/i386/xm-i386v32.h: Removed.
12278 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12279
12280 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12281
12282 * config/i386/i386dgux.mh: Removed.
12283 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12284
12285 * configure.in: Fix typo.
12286 * configure: Regenerated.
12287
12288 2003-01-31 David Carlton <carlton@math.stanford.edu>
12289
12290 * dwarf2read.c (dwarf2_locate_sections): Set
12291 dwarf_ranges_section.
12292
12293 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12294
12295 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12296 * utils.c: Update comments documenting legitimate uses of PTR.
12297
12298 * utils.c: Re-indent.
12299
12300 * config/djgpp/fnchange.lst: Delete nindy files.
12301 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12302 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12303 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12304 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12305 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12306 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12307 * Makefile.in (init.c): Remove nindy references.
12308 (saber_gdb): Delete rule.
12309 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12310 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12311 and a68v-nat.c.
12312 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12313 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12314 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12315 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12316 nindy-share/stop.h.
12317 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12318 * saber.suppress: Delete file.
12319
12320 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12321
12322 * dbxread.c (stabs_data): New static variable.
12323 (fill_symbuf): Support an in-memory buffer for stabs data.
12324 (stabs_seek): New function.
12325 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12326 (read_ofile_symtab): Use stabs_seek.
12327 (elfstab_build_psymtabs): Take an asection* instead of
12328 an offset and size. Relocate the stabs data if necessary.
12329 Save the section* for dbx_psymtab_to_symtab.
12330 * dwarf2read.c: Add section variables for each debug section.
12331 (dwarf2_locate_sections): Fill them in.
12332 (dwarf2_read_section): Take an asection* argument.
12333 Relocate the section contents if necessary.
12334 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12335 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12336 it to dwarf2_read_section.
12337 (dwarf2_build_frame_info): Update callers.
12338 * elfread.c (elf_symfile_read): Update call to
12339 elfstab_build_psymtabs.
12340 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12341 (DBX_STAB_SECTION): New macro.
12342 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12343 * symfile.c (symfile_dummy_outputs): New function.
12344 (symfile_relocate_debug_section): New function.
12345 * symfile.h (symfile_relocate_debug_section): Add prototype.
12346
12347 2003-01-31 Richard Henderson <rth@redhat.com>
12348
12349 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12350 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12351 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12352 * alpha-tdep.c (alpha_register_name): Add "unique".
12353 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12354 (ALPHA_UNIQUE_REGNUM): New.
12355 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12356
12357 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12358
12359 * README: Remove reference to Ericsson 1800 monitor.
12360 * Makefile.in (remote-es.o): Delete rule.
12361 (ALLDEPFILES): Delete remote-es.c.
12362 * remote-es.c: Delete file.
12363 * config/m68k/es1800.mt: Delete file.
12364 * config/djgpp/fnchange.lst: Update.
12365 * configure.tgt: Delete m68*-ericsson-* target.
12366
12367 2003-01-31 Adam Fedor <fedor@gnu.org>
12368
12369 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12370 Remove duplicate/shadowing variable of same name.
12371
12372 2003-01-30 Jim Blandy <jimb@redhat.com>
12373
12374 * symfile.c (find_separate_debug_file): Assert that the objfile's
12375 directory name we compute ends with a slash, and then assume that
12376 that's so everywhere we use it.
12377
12378 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12379
12380 * valops.c (value_assign): Flush frame cache after stores to memory
12381 also.
12382
12383 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12384
12385 * Makefile.in (mon960-rom.o): Delete rule.
12386 * mon960-rom.c: Delete file.
12387
12388 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12389
12390 * d10v-tdep.c: Include "frame-unwind.h".
12391 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12392 list.
12393 (next_addr, uses_frame): Delete.
12394 (struct d10v_unwind_cache): Define.
12395 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12396 Use info instead of next_addr and uses_frame globals.
12397 (d10v_frame_init_saved_regs): Delete function.
12398 (d10v_init_extra_frame_info): Delete function.
12399 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12400 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12401 init_frame_pc or frame_saved_pc.
12402 (d10v_pop_frame): Delete function.
12403 (do_d10v_pop_frame): Delete function.
12404 (d10v_frame_chain): Delete function.
12405 (d10v_frame_chain_valid): Delete function.
12406 (d10v_frame_pc_unwind): New function.
12407 (d10v_frame_id_unwind): New function.
12408 (saved_regs_unwinder): New function.
12409 (d10v_frame_register_unwind): New function.
12410 (d10v_frame_pop): New function.
12411 (d10v_frame_unwind): New variable.
12412 (d10v_frame_p): New function.
12413 (d10v_frame_saved_pc): Delete function.
12414 * Makefile.in (d10v-tdep.o): Update dependencies.
12415
12416 2003-01-30 J. Brobecker <brobecker@gnat.com>
12417
12418 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12419 causing some regressions due to a change in the default value
12420 for this macro.
12421
12422 2003-01-29 Richard Henderson <rth@redhat.com>
12423 Elena Zannoni <ezannoni@redhat.com>
12424 Daniel Jacobowitz <drow@mvista.com>
12425
12426 Fix PR gdb/961.
12427 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12428 variables.
12429 (RANGES_SECTION): New.
12430 (dwarf_ranges_buffer): New variable.
12431 (struct comp_unit_head): Add member "die".
12432 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12433 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12434 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12435 (dwarf2_locate_sections): Likewise.
12436 (dwarf2_build_psymtabs): Read .debug_ranges.
12437 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12438 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12439 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12440 Look for DW_AT_ranges and return the bounding box.
12441
12442 2003-01-29 Brian Ford <ford@vss.fsi.com>
12443
12444 * win32-nat.c (cygwin_pid): Removed as unused.
12445 (child_attach): Try fall back to Cygwin pid.
12446
12447 2003-01-29 Jim Blandy <jimb@redhat.com>
12448
12449 * objfiles.h (struct objfile): Doc fix.
12450
12451 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12452
12453 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12454 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12455 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12456 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12457 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12458 (FRAME_SAVED_PC): Change to a function with predicate.
12459 * gdbarch.h, gdbarch.c: Re-generate.
12460
12461 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12462
12463 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12464
12465 * complaints.c (complain): Delete function.
12466 * complaints.h (struct deprecated_complaint): Delete definition.
12467 (complain): Delete declaration.
12468
12469 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12470
12471 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12472 dummy frames.
12473
12474 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12475
12476 * sentinel-frame.h, sentinel-frame.c: New files.
12477 * Makefile.in (frame.o): Update dependencies.
12478 (SFILES): Add sentinel-frame.c.
12479 (sentinel_frame_h): Define.
12480 (COMMON_OBS): Add sentinel-frame.o.
12481 (sentinel-frame.o): Specify dependencies.
12482 * frame.c: Include "sentinel-frame.h".
12483 (frame_register_unwind): Rewrite assuming that there is always a a
12484 ->next frame.
12485 (frame_register, generic_unwind_get_saved_register): Ditto.
12486 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12487 (create_sentinel_frame, unwind_to_current_frame): New functions.
12488 (get_current_frame): Rewrite using create_sentinel_frame and
12489 unwind_to_current_frame. When possible, always create a frame.
12490 (create_new_frame): Set next to the sentinel frame.
12491 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12492 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12493 ID cache when necessary.
12494 (frame_saved_regs_id_unwind): Use frame_relative_level.
12495 (deprecated_generic_get_saved_register): Use frame_relative_level,
12496 get_frame_saved_regs, get_frame_pc, get_frame_base and
12497 get_next_frame.
12498 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12499 frame_register.
12500
12501 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12502
12503 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12504
12505 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12506
12507 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12508 (maintenance_set_profile_cmd): Use error () instead of warning ().
12509
12510 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12511
12512 * configure.in: Check that -pg works if using --enable-profiling.
12513 Check for monstartup and _mcleanup regardless of --enable-profiling.
12514 * maint.c: Check for monstartup and _mcleanup before using them.
12515 * config.in: Regenerated.
12516 * configure: Regenerated.
12517
12518 2003-01-24 Nick Clifton <nickc@redhat.com>
12519
12520 * Add sh2e support:
12521
12522 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12523
12524 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12525 (sh2e_show_regs): New.
12526 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12527 * config/sh/tm-sh.h: Added sh2e to comments.
12528
12529 2003-01-23 Jim Blandy <jimb@redhat.com>
12530
12531 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12532 symbols found)" message here; we haven't checked for a separate
12533 debug info file yet, so we don't know yet.
12534 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12535 we've looked everywhere. Also, there's no need to print a special
12536 message when we're loading the separate debug info file: the one
12537 symbol_file_add prints is fine.
12538
12539 2003-01-23 Alexander Larsson <alexl@redhat.com>
12540 Jim Blandy <jimb@redhat.com>
12541
12542 Add support for executables whose debug info has been separated
12543 out into a separate file, leaving only a link behind.
12544 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12545 and separate_debug_objfile_backlink.
12546 (put_objfile_before): New declaration.
12547 * symfile.c: #include "filenames.h".
12548 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12549 debug info in a separate file, read that, too. Save the addrs
12550 argument, so we can use it again to read the separated debug info;
12551 syms_from_objfile modifies the table we pass it.
12552 (reread_symbols): After re-reading an objfile, call
12553 reread_separate_symbols to refresh its separate debug info
12554 objfile, if it has one.
12555 (reread_separate_symbols, find_separate_debug_file,
12556 get_debug_link_info, separate_debug_file_exists): New functions.
12557 (debug_file_directory): New global var.
12558 (_initialize_symfile): Initialize debug_file_directory, and
12559 provide the new `set debug-file-directory' command to let the user
12560 change it.
12561 * objfiles.c (free_objfile): If this objfile has its debug info in
12562 a separate objfile, free that one too. If this is itself a
12563 separate debug info objfile, clear our parent's backlink.
12564 (put_objfile_before): New function.
12565 * utils.c (gnu_debuglink_crc32): New function.
12566 * defs.h (gnu_debuglink_crc32): New declaration.
12567 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12568 * configure.in: Handle --with-separate-debug-dir config option.
12569 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12570 * acconfig.h (DEBUGDIR): New macro.
12571 * configure, aclocal.m4, config.in: Regenerated.
12572
12573 2003-01-22 Jim Blandy <jimb@redhat.com>
12574
12575 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12576 like the old symbol_file_add, but taking new arguments: you can
12577 now pass in either a `struct section_addr_info' list to say where
12578 each section is loaded, or a `struct section_offsets' table. Pass
12579 these new arguments through to syms_from_objfile as appropriate.
12580 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12581 with the appropriate quiescent values for the new arguments.
12582
12583 * symfile.c: #include "gdb_assert.h".
12584 (syms_from_objfile): Add the ability to pass in a section offset
12585 table directly, as an alternative to the section_addr_info table.
12586 Document arguments better.
12587 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12588 * symfile.h (syms_from_objfile): Update declaration.
12589 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12590 syms_from_objfile.
12591 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12592
12593 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12594
12595 Original patch by Tom Tromey <tromey@cygnus.com> and
12596 Jason Molenda <jmolenda@apple.com>.
12597 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12598 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12599 * NEWS: Mention profiling.
12600 * configure.in (--enable-gdbtk): Fix typo.
12601 (--enable-profiling): New. Set PROFILE_CFLAGS.
12602 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12603 Fill in function.
12604 (profiling_state): New variable.
12605 (mcleanup_wrapper): New function.
12606 (_initialize_maint): Remove NOTYET, fix call to
12607 add_setshow_boolean_cmd for "maint set profile".
12608 * configure: Regenerated.
12609
12610 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12611
12612 * Makefile.in (install-gdbtk): Install PNG images too.
12613
12614 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12615
12616 * exec.c (text_start): Delete global variable.
12617 (exec_file_attach): Make text_start local to the function.
12618 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12619 * valops.c (hand_function_call): Delete code that handles
12620 BEFORE_TEXT_END and AFTER_TEXT_END.
12621 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12622 of CALL_DUMMY_LOCATION.
12623 * gdbarch.c: Regenerate.
12624 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12625 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12626 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12627 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12628 (text_end): Delete extern declaration.
12629
12630 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12631
12632 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12633 * blockframe.c (backtrace_below_main): Move to "frame.c".
12634 (frame_chain_valid): Delete check for backtrace_below_main.
12635 (_initialize_blockframe): Delete initialization, move ``set
12636 backtrace-below-main'' command to "frame.c".
12637 (do_flush_frames_sfunc): Delete function.
12638 * frame.c: Include "command.h" and "gdbcmd.h".
12639 (frame_type_from_pc): New function.
12640 (create_new_frame): Use frame_type_from_pc.
12641 (legacy_get_prev_frame): New function.
12642 (get_prev_frame): Rewrite. When an old style frame, call
12643 legacy_get_prev_frame. Otherwize, unwind the PC first.
12644 (_initialize_frame): Add ``set backtrace-below-main'' command.
12645 * Makefile.in (frame.o): Update dependencies.
12646
12647 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12648
12649 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12650 DEPRECATED_REGISTERS_INFO.
12651
12652 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12653
12654 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12655 Maintainers'. Update `Various Maintainers'.
12656
12657 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12658
12659 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12660 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12661 Suppress actual parameters when `-'.
12662 * gdbarch.h, gdbarch.c: Regenerate.
12663
12664 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12665
12666 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12667 code handling dummy frames.
12668
12669 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12670
12671 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12672 (struct frame_unwind): Add field pop.
12673 * frame.h (frame_pop): Declare.
12674 * frame.c (frame_saved_regs_pop): New function.
12675 (trad_frame_unwinder): Add frame_saved_regs_pop.
12676 (frame_pop): New function.
12677 * dummy-frame.c (dummy_frame_pop): New function.
12678 (discard_innermost_dummy): New function.
12679 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12680 (dummy_frame_unwind): Add dummy_frame_pop.
12681 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12682 * valops.c (hand_function_call): Ditto.
12683 * stack.c (return_command): Ditto.
12684
12685 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12686
12687 * cris-tdep.c: Fix function declaration indentation.
12688 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12689 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12690 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12691 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12692 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12693 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12694
12695 2003-01-18 Michael Chastain <mec@shout.net>
12696
12697 * README (Unpacking and Installation -- quick overview):
12698 Warn against ".../gdb-5.3/gdb/configure".
12699
12700 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12701
12702 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12703 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12704 (struct frame_unwind): Declare opaque.
12705 (dummy_frame_p): Declare function.
12706 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12707 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12708 * dummy-frame.c: Include "frame-unwind.h".
12709 (dummy_frame_p): New function.
12710 (dummy_frame_unwind): New variable.
12711 * frame.c: Include "frame-unwind.h".
12712 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12713 to use the new unwind field.
12714 (set_unwind_by_pc): Delete function.
12715 (create_new_frame, get_prev_frame): Set unwind field using
12716 frame_unwind_find_by_pc.
12717 (trad_frame_unwind, trad_frame_unwinder): New variables.
12718 * frame.h (trad_frame_unwind): Declare variable.
12719 (frame_id_unwind_ftype): Delete declaration.
12720 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12721 (struct frame_unwind): Declare opaque.
12722 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12723 register_unwind with a single unwind pointer.
12724 * frame-unwind.h, frame-unwind.c: New files.
12725 * Makefile.in (SFILES): Add frame-unwind.c.
12726 (frame_unwind_h): Define.
12727 (COMMON_OBS): Add frame-unwind.o.
12728 (frame-unwind.o): Specify dependencies.
12729 (frame.o, dummy-frame.o): Update dependencies.
12730
12731 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12732
12733 * ada-valprint.c: Eliminate PTR.
12734 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12735 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12736 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12737 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12738 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12739 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12740 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12741
12742 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12743
12744 * main.c (captured_main): Don't use PTR.
12745 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12746 * gdbtypes.c (lookup_primitive_typename): Ditto.
12747 (lookup_struct_elt_type): Ditto.
12748 * f-valprint.c (info_common_command): Ditto.
12749 (list_all_visible_commons): Ditto.
12750 * jv-typeprint.c (java_type_print_base): Ditto.
12751
12752 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12753 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12754 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12755 i386-interix-nat.c and i386-interix-tdep.c. Rename
12756 m68klinux-nat.c and m68klinux-tdep.c. Rename
12757 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12758 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12759 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12760 * main.c (captured_main): Use xfree, not free.
12761
12762 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12763
12764 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12765 ID back using a parameter.
12766 * frame.c (frame_id_unwind): Update call.
12767 (frame_saved_regs_id_unwind): Update.
12768 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12769 * dummy-frame.h (struct frame_id): Add opaque declaration.
12770 (dummy_frame_id_unwind): Update declaration.
12771
12772 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12773
12774 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12775
12776 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12777
12778 * MAINTAINERS (Stephen P. Smith): Updated email address.
12779
12780 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12781
12782 Fix PR gdb/898
12783 * breakpoint.c (until_break_command): Add new argument. Use it to
12784 decide whether to stop only at the current frame or not.
12785 * breakpoint.h (until_break_command): Update prototype.
12786 * infcmd.c (until_command): Add new argument to until_break_command
12787 call.
12788 (advance_command): New function.
12789 (_initialize_infcmd): Update help string for 'until' command.
12790 Add new 'advance' command.
12791
12792 2003-01-14 David Carlton <carlton@math.stanford.edu>
12793
12794 * linespec.c (decode_line_1): Normalize comments.
12795 (set_flags): Ditto.
12796 (locate_first_half): Ditto.
12797 (decode_compound): Ditto.
12798 (symtab_from_filename): Ditto.
12799 (decode_all_digits): Ditto.
12800 (decode_dollar): Ditto.
12801 (find_methods): Ditto.
12802 (find_toplevel_char): Ditto.
12803
12804 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12805
12806 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12807 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12808 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12809 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12810 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12811 * language.c, language.h, m32r-tdep.c: Update copyright.
12812 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12813 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12814 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12815 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12816 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12817 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12818
12819 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12820
12821 * stabsread.h (process_later, resolve_cfront_continuation):
12822 Obsolete.
12823 Update copyright years.
12824 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12825 Update copyright year.
12826 * dbxread.c(struct cont_elem): Obsolete.
12827 (process_later, process_now): Obsolete functions.
12828 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12829 Update copyright year.
12830 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12831 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12832 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12833 (parse_partial_symbols): Obsolete cfront support.
12834 * stabsread.c
12835 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12836 macros.
12837 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12838 read_cfront_baseclasses, read_cfront_member_functions,
12839 resolve_cfront_continuation,read_cfront_static_fields,
12840 copy_cfront_struct_fields): Obsolete functions.
12841 (define_symbol, read_one_struct_field): Obsolete cfront support.
12842 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12843 Update Copyright year.
12844
12845 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12846
12847 * stack.c (print_frame_info, print_stack_frame_base_stub,
12848 print_stack_frame_base, show_and_print_stack_frame_stub,
12849 show_and_print_stack_frame, print_only_stack_frame_stub,
12850 print_only_stack_frame): Delete functions.
12851 (print_stack_frame_stub): Call print_frame_info instead of
12852 print_frame_info_base.
12853 (print_frame_info_base): Rename to print_frame_info.
12854 (backtrace_command_1): Call print_frame_info, instead of
12855 print_frame_info_base.
12856 (current_frame_command): Call print_stack_frame, instead of
12857 print_only_stack_frame.
12858 (frame_command): Call print_stack_frame, instead of
12859 show_and_print_stack_frame.
12860 (up_command): Ditto.
12861 (down_command): Ditto.
12862 * frame.h (print_only_stack_frame): Delete prototype.
12863 * infrun.c (normal_stop): Call print_stack_frame, instead of
12864 show_and_print_stack_frame.
12865 * thread.c (info_threads_command): Call print_stack_frame, instead
12866 of print_only_stack_frame.
12867
12868 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12869
12870 * README (Graphical interface to GDB): Update URL. Point at
12871 gdb/links/.
12872
12873 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12874 version match.
12875
12876 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12877
12878 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12879 lines.
12880
12881 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12882
12883 * thread-db.c (attach_thread): Prototype.
12884 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12885 thread information (ti), and valid flags (th_valid, ti_valid).
12886 (attach_thread): Move target_pid_to_str call to after the thread
12887 is added to GDB's list. Initialize the cache.
12888 (thread_get_info_callback, thread_db_map_id2thr)
12889 (thread_db_get_info): New functions.
12890 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12891 (thread_db_store_registers, thread_db_thread_alive)
12892 (thread_db_get_thread_local_address): Use them.
12893 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12894 of calling error() for threads in unknown state.
12895
12896 (clear_lwpid_callback): New function.
12897 (thread_db_resume): Use it to clear the cache.
12898
12899 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12900
12901 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12902 (resume_callback): Remove dead code.
12903
12904 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12905
12906 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12907 predicate.
12908 * gdbarch.h, gdbarch.c: Regenerate.
12909 * stack.c (frame_info): Only initialize the saved registers when
12910 FRAME_INIT_SAVED_REGS_P.
12911 * frame.c (frame_saved_regs_register_unwind): Assert
12912 FRAME_INIT_SAVED_REGS_P.
12913 (deprecated_generic_get_saved_register): Ditto.
12914
12915 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12916
12917 * source.c (openp): Squelch warning about "filename".
12918
12919 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12920
12921 * source.c (openp): If the file does not exist don't necessarily
12922 search the path.
12923
12924 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12925
12926 Fix PR gdb/872.
12927 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12928 (integer_types_same_name_p): New function.
12929 (rank_one_type): Use it.
12930 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12931
12932 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12933
12934 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12935 variables.
12936 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12937 * configure.in: Add --with-sysroot.
12938 * configure: Regenerated.
12939 * main.c (gdb_sysroot): New variable.
12940 (captured_main): Initialize gdb_sysroot.
12941 * defs.h (gdb_sysroot): New extern declaration.
12942 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12943
12944 2003-01-12 Michael Chastain <mec@shout.net>
12945
12946 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12947
12948 2003-01-12 Michael Chastain <mec@shout.net>
12949
12950 * top.c (print_gdb_version): Bump copyright year to 2003.
12951
12952 2003-01-12 David Carlton <carlton@bactrian.org>
12953
12954 * linespec.c (symtab_from_filename): Rename variable 's' to
12955 'file_symtab'.
12956
12957 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12958
12959 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12960 dummy frame.
12961 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12962
12963 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12964
12965 * d10v-tdep.c: Include "gdb_assert.h".
12966 (d10v_store_return_value): Rewrite to match current interface.
12967 (d10v_extract_struct_value_address): Ditto.
12968 (d10v_extract_return_value): Ditto.
12969 (d10v_gdbarch_init): Set store_restore_value,
12970 extract_struct_value_address and extract_return_value.
12971
12972 2003-01-12 J. Brobecker <brobecker@gnat.com>
12973
12974 * hpread.c (set_namestring): New procedure replacing the
12975 SET_NAMESTRING macro.
12976 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12977 by calls to set_namestring.
12978
12979 2003-01-11 J. Brobecker <brobecker@gnat.com>
12980
12981 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12982 a compilation warning.
12983 (hpread_process_one_debug_symbol): Likewise.
12984
12985 2003-01-10 David Carlton <carlton@math.stanford.edu>
12986
12987 * linespec.c (decode_line_1): Rename variable 's' to
12988 'file_symtab'.
12989 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12990 (decode_dollar): Ditto.
12991 (decode_variable): Ditto.
12992 (symbol_found): Ditto.
12993
12994 2003-01-09 Michael Chastain <mec@shout.net>
12995
12996 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12997
12998 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12999
13000 * win32-nat.c (set_process_privilege): New function.
13001 (child_attach): Call set_process_privilege() to enable the
13002 SE_DEBUG_NAME user privilege if available in process token.
13003
13004 2003-01-10 J. Brobecker <brobecker@gnat.com>
13005
13006 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13007 compilation error in the previous revision.
13008
13009 2003-01-09 David Carlton <carlton@math.stanford.edu>
13010
13011 * linespec.c: Update copyright.
13012
13013 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13014
13015 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13016 than inferior_ptid.
13017 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13018
13019 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13020
13021 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13022 Update comments.
13023 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13024 (frame_saved_regs_zalloc): Update.
13025 (frame_saved_regs_register_unwind): Update.
13026 (create_new_frame): Update.
13027 (get_prev_frame): Update.
13028 (frame_extra_info_zalloc): Update.
13029 (deprecated_get_frame_saved_regs): Update.
13030 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13031 * cris-tdep.c: Update comment.
13032
13033 * somsolib.h: Fix function indentation.
13034 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13035 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13036 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13037 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13038 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13039
13040 * infrun.c (follow_fork): Use ISO C definition.
13041 * expprint.c (print_subexp): Use xfree instead of free.
13042 * charset.c: Include "gdb_string.h" instead of <string.h>.
13043 (register_iconv_charsets): Use ISO C definition.
13044 (host_charset, target_charset): Ditto.
13045 * Makefile.in (charset.o): Update dependencies.
13046 (mi-cmd-env.o): Update dependencies.
13047
13048 2003-01-08 Andrew Cagney <cagney@redhat.com>
13049
13050 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13051 get_frame_base.
13052
13053 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13054
13055 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13056 build directories. Save edited gdb output in Mbuild.log. If a
13057 build fails, remove any final GDB executable.
13058
13059 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13060
13061 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13062 replacing hex constants with function names and stripping leading
13063 file name directory prefixes.
13064
13065 2003-01-08 Andrew Cagney <cagney@redhat.com>
13066
13067 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13068 get_frame_base.
13069
13070 2003-01-08 David Carlton <carlton@math.stanford.edu>
13071
13072 * linespec.c (decode_line_1): Move code into decode_variable.
13073 (decode_variable): New function.
13074
13075 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13076
13077 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13078
13079 2003-01-08 Andrew Cagney <cagney@redhat.com>
13080
13081 * cris-tdep.c (cris_frame_init_saved_regs): Use
13082 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13083 saved_regs buffer.
13084 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13085 (sh64_nofp_frame_init_saved_regs): Ditto.
13086 (sh_fp_frame_init_saved_regs): Ditto.
13087 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13088 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13089 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13090 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13091
13092 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13093
13094 * minsyms.c (lookup_minimal_symbol): Update comment.
13095 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13096 (lookup_minimal_symbol_solib_trampoline): Likewise.
13097
13098 2003-01-08 Andrew Cagney <cagney@redhat.com>
13099
13100 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13101 frame_relative_level.
13102
13103 * alpha-tdep.c: Use get_frame_extra_info.
13104 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13105 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13106 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13107 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13108
13109 * alpha-tdep.c: Use get_next_frame.
13110 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13111 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13112 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13113 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13114 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13115 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13116 * xstormy16-tdep.c: Ditto.
13117
13118 2003-01-07 Andrew Cagney <cagney@redhat.com>
13119
13120 * alpha-tdep.c: Use get_frame_base.
13121 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13122 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13123 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13124 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13125 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13126 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13127 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13128 * config/sparc/tm-sparc.h: Ditto.
13129
13130 2003-01-07 Andrew Cagney <cagney@redhat.com>
13131
13132 * frame.c (deprecated_get_frame_context): New function.
13133 (deprecated_set_frame_context): New function.
13134 * frame.h (deprecated_get_frame_context): Declare.
13135 (deprecated_set_frame_context): Declare.
13136 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13137 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13138
13139 2003-01-07 Andrew Cagney <cagney@redhat.com>
13140
13141 * frame.c (deprecated_set_frame_next_hack): New function.
13142 (deprecated_set_frame_prev_hack): New function.
13143 * frame.h (deprecated_set_frame_next_hack): Declare.
13144 (deprecated_set_frame_prev_hack): Declare.
13145 * mcore-tdep.c (analyze_dummy_frame): Use
13146 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13147 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13148
13149 2003-01-07 David Carlton <carlton@math.stanford.edu>
13150
13151 * linespec.c (decode_line_1): Move code into decode_dollar.
13152 (decode_dollar): New function.
13153
13154 2003-01-07 Andrew Cagney <cagney@redhat.com>
13155
13156 * arm-tdep.c (arm_init_extra_frame_info): Use
13157 deprecated_update_frame_base_hack.
13158 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13159 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13160 (fix_frame_pointer): Ditto.
13161 (mn10300_analyze_prologue): Ditto.
13162
13163 2003-01-07 Andrew Cagney <cagney@redhat.com>
13164
13165 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13166 extra_info using frame_extra_info_zalloc.
13167 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13168 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13169 (sh64_init_extra_frame_info): Ditto.
13170 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13171 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13172 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13173 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13174 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13175 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13176 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13177 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13178 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13179 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13180 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13181 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13182
13183 * mn10300-tdep.c (analyze_dummy_frame): Use
13184 deprecated_set_frame_extra_info_hack.
13185 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13186
13187 2003-01-07 J. Brobecker <brobecker@gnat.com>
13188
13189 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13190 class is not scText. These do not define "real" procedures.
13191 (parse_partial_symbols): Likewise.
13192
13193 2003-01-06 Michael Snyder <msnyder@redhat.com>
13194
13195 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13196
13197 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13198
13199 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13200 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13201 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13202 deprecated_frame_xmalloc_with_cleanup.
13203 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13204 deprecated_frame_xmalloc.
13205 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13206 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13207
13208 2003-01-06 Andrew Cagney <cagney@redhat.com>
13209
13210 * x86-64-linux-tdep.c: Include "osabi.h".
13211 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13212
13213 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13214
13215 2003-01-06 Andrew Cagney <cagney@redhat.com>
13216
13217 * MAINTAINERS (Target Instruction Set Architectures): Update
13218 arm-elf. Can be built with -Werror, has been multiarched.
13219
13220 * value.h (unpack_long): Make buffer parameter constant.
13221 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13222 * scm-lang.h (scm_parse): Ditto.
13223 * defs.h (extract_typed_address, extract_address): Ditto.
13224 (extract_long_unsigned_integer): Ditto.
13225 * inferior.h (unsigned_pointer_to_address): Ditto.
13226 (signed_pointer_to_address): Ditto.
13227 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13228 * gdbarch.h, gdbarch.c: Regenerate.
13229 * findvar.c (extract_long_unsigned_integer): Update.
13230 (extract_address): Update.
13231 (extract_typed_address): Update.
13232 (unsigned_pointer_to_address): Update.
13233 * values.c (unpack_long): Update.
13234 (unpack_double): Update.
13235 (unpack_pointer): Update.
13236 (unpack_field_as_long): Update.
13237 * d10v-tdep.c (d10v_pointer_to_address): Update.
13238 * avr-tdep.c (avr_pointer_to_address): Update.
13239 * scm-lang.c (scm_unpack): Update.
13240 * findvar.c (signed_pointer_to_address): Update.
13241
13242 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13243
13244 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13245 since it is in i386-tdep.c.
13246
13247 2003-01-06 J. Brobecker <brobecker@gnat.com>
13248
13249 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13250 failure introduced in the previous change.
13251
13252 2003-01-05 Michael Chastain <mec@shout.net>
13253
13254 * README: Remove references to deleted remote-*.c files:
13255 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13256 remote-nrom.c, remote-os9k.c, remote-udi.c.
13257
13258 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13259
13260 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13261 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13262 i386_get_longjmp_target.
13263
13264 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13265
13266 * arm-tdep.c (prologue_cache): Change to a pointer.
13267 (_initialize_arm_tdep): Allocate prologue_cache.
13268 (check_prologue_cache): Update.
13269 (save_prologue_cache): Update.
13270 (arm_gdbarch_init): Update.
13271
13272 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13273
13274 * stabsread.c (update_method_name_from_physname): Call complaint()
13275 instead of error.
13276
13277 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13278
13279 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13280 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13281 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13282
13283 * blockframe.c: Include "gdbcmd.h" and "command.h".
13284 (backtrace_below_main): New variable.
13285 (file_frame_chain_valid, func_frame_chain_valid)
13286 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13287 (generic_func_frame_chain_valid): Remove functions.
13288 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13289 (_initialize_blockframe): New function.
13290 * Makefile.in (blockframe.o): Update dependencies.
13291 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13292 comment. Call frame_chain_valid ().
13293 * frame.h: Remove old prototypes. Add prototype for
13294 frame_chain_valid and update comments to match.
13295 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13296 Remove old comment.
13297 * gdbarch.h: Regenerated.
13298 * gdbarch.c: Regenerated.
13299
13300 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13301 set_gdbarch_frame_chain_valid.
13302 * avr-tdep.c (avr_gdbarch_init): Likewise.
13303 * cris-tdep.c (cris_gdbarch_init): Likewise.
13304 * frv-tdep.c (frv_gdbarch_init): Likewise.
13305 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13306 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13307 (i386_nw_init_abi): Likewise.
13308 (i386_gdbarch_init): Likewise.
13309 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13310 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13311 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13312 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13313 * mips-tdep.c (mips_gdbarch_init): Likewise.
13314 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13315 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13316 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13317 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13318 * s390-tdep.c (s390_gdbarch_init): Likewise.
13319 * sh-tdep.c (sh_gdbarch_init): Likewise.
13320 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13321 * v850-tdep.c (v850_gdbarch_init): Likewise.
13322 * vax-tdep.c (vax_gdbarch_init): Likewise.
13323 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13324
13325 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13326 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13327 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13328 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13329 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13330 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13331 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13332 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13333
13334 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13335
13336 * Makefile.in (acconfig_h): Remove incorrect macro.
13337 (config_h): Define.
13338 (osabi.o): Update dependencies.
13339 * configure.tgt: Set gdb_osabi based on target triplet.
13340 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13341 * configure: Regenerated.
13342 * config.in: Regenerated.
13343 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13344 (GDB_OSABI_DEFAULT): Define if not already defined.
13345 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13346 (set_osabi_string): New variables.
13347 (gdbarch_register_osabi): Add new OS ABI to
13348 gdb_osabi_available_names.
13349 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13350 (set_osabi, show_osabi): New functions.
13351 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13352
13353 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13354
13355 * arch-utils.c (gdbarch_info_init): Set osabi to
13356 GDB_OSABI_UNINITIALIZED.
13357 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13358 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13359 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13360 * gdbarch.c: Regenerated.
13361 * gdbarch.h: Regenerated.
13362 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13363 there's no BFD.
13364 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13365 * osabi.h (enum gdb_osabi): Move to defs.h.
13366 (gdbarch_init_osabi): Update prototype.
13367 * defs.h (enum gdb_osabi): Moved here.
13368 * Makefile.in: Update dependencies.
13369
13370 * alpha-tdep.h: Don't include "osabi.h".
13371 (struct gdbarch_tdep): Remove osabi member.
13372 * alpha-tdep.c: Include "osabi.h".
13373 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13374 iterate over arches. Update call to gdbarch_init_osabi.
13375 (alpha_dump_tdep): Don't dump osabi.
13376 * alpha-linux-tdep.c: Include "osabi.h".
13377 * alpha-osf1-tdep.c: Include "osabi.h".
13378 * alphafbsd-tdep.c: Include "osabi.h".
13379 * alphanbsd-tdep.c: Include "osabi.h".
13380
13381 * arm-tdep.h: Don't include "osabi.h".
13382 (struct gdbarch_tdep): Remove osabi member.
13383 * arm-tdep.c: Include "osabi.h".
13384 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13385 iterate over arches. Update call to gdbarch_init_osabi.
13386 (arm_dump_tdep): Don't dump osabi.
13387 * arm-linux-tdep.c: Include "osabi.h".
13388 * armnbsd-tdep.c: Include "osabi.h".
13389
13390 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13391 Update call to gdbarch_init_osabi.
13392
13393 * i386-tdep.h: Don't include "osabi.h".
13394 (struct gdbarch_tdep): Remove osabi member.
13395 * i386-tdep.c: Include "osabi.h".
13396 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13397 iterate over arches. Update call to gdbarch_init_osabi.
13398 (i386_dump_tdep): Don't dump osabi.
13399 * i386-linux-tdep.c: Include "osabi.h".
13400 * i386-sol2-tdep.c: Include "osabi.h".
13401 * i386bsd-tdep.c: Include "osabi.h".
13402 * i386gnu-tdep.c: Include "osabi.h".
13403 * i386ly-tdep.c: Include "osabi.h".
13404 * i386nbsd-tdep.c: Include "osabi.h".
13405 * i386obsd-tdep.c: Include "osabi.h".
13406
13407 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13408 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13409 check osabi when iterating over arches. Update call to
13410 gdbarch_init_osabi.
13411 (mips_dump_tdep): Don't dump osabi.
13412
13413 * ns32k-tdep.h: Don't include "osabi.h".
13414 (struct gdbarch_tdep): Remove.
13415 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13416 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13417 allocate tdep. Update call to gdbarch_init_osabi.
13418 (ns32k_dump_tdep): Remove.
13419 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13420 * ns32knbsd-tdep.c: Include "osabi.h".
13421
13422 * ppc-tdep.h: Don't include "osabi.h".
13423 (struct gdbarch_tdep): Remove osabi member.
13424 * rs6000-tdep.c: Include "osabi.h".
13425 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13426 osabi when iterating over arches. Update call to
13427 gdbarch_init_osabi.
13428 (rs6000_dump_tdep): Don't dump osabi.
13429 * ppc-linux-tdep.c: Include "osabi.h".
13430 * ppcnbsd-tdep.c: Include "osabi.h".
13431
13432 * sh-tdep.h: Don't include "osabi.h".
13433 (struct gdbarch_tdep): Remove osabi member.
13434 * sh-tdep.c: Include "osabi.h".
13435 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13436 iterate over arches. Update call to gdbarch_init_osabi.
13437 (sh_dump_tdep): Don't dump osabi.
13438 * shnbsd-tdep.c: Include "osabi.h".
13439
13440 * sparc-tdep.c: Include "osabi.h".
13441 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13442 iterate over arches. Update call to gdbarch_init_osabi.
13443 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13444 tdep structure.
13445
13446 * vax-tdep.h: Don't include "osabi.h".
13447 (struct gdbarch_tdep): Remove.
13448 * vax-tdep.c: Include "osabi.h".
13449 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13450 iterate over arches. Don't allocate tdep. Update call
13451 to gdbarch_init_osabi.
13452 (vax_dump_tdep): Remove.
13453 (_initialize_vax_tdep): Update call to gdbarch_register.
13454
13455 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13456
13457 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13458 entirely.
13459 (breakpoint_re_set_one): Don't fetch the value for a disabled
13460 watchpoint.
13461
13462 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13463
13464 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13465 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13466 (COERCE_FLOAT_TO_DOUBLE): Remove.
13467 * gdbarch.c: Regenerate.
13468 * gdbarch.h: Regenerate.
13469 * Makefile.in: Remove value_h from gdbarch_h.
13470 * valops.c (coerce_float_to_double): New variable.
13471 (default_coerce_float_to_double): Remove.
13472 (standard_coerce_float_to_double): Remove.
13473 (value_arg_coerce): Use coerce_float_to_double.
13474 (_initialize_valops): Add "set coerce-float-to-double".
13475 * value.h (default_coerce_float_to_double): Remove prototype.
13476 (standard_coerce_float_to_double): Remove prototype.
13477
13478 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13479 prototyped.
13480 * mdebugread.c (parse_symbol): Likewise.
13481 * stabsread.c (define_symbol): Mark all functions as prototyped.
13482
13483 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13484 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13485 set_gdbarch_coerce_float_to_double.
13486 * arm-tdep.c (arm_gdbarch_init): Likewise.
13487 * frv-tdep.c (frv_gdbarch_init): Likewise.
13488 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13489 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13490 * mips-tdep.c (mips_gdbarch_init): Likewise.
13491 (mips_coerce_float_to_double): Remove.
13492 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13493 (rs6000_coerce_float_to_double): Remove.
13494 * s390-tdep.c (s390_gdbarch_init): Likewise.
13495 * sh-tdep.c (sh_gdbarch_init): Likewise.
13496 (sh_coerce_float_to_double): Remove.
13497 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13498 (sparc_coerce_float_to_double): Remove.
13499 * v850-tdep.c (v850_gdbarch_init): Likewise.
13500 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13501 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13502 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13503 (hppa_coerce_float_to_double): Remove prototype.
13504 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13505
13506 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13507
13508 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13509
13510 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13511
13512 Suggested by Stewart Brown <sb24@avaya.com>:
13513 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13514 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13515 (c_type_print_varspec_suffix): Likewise.
13516
13517 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13518
13519 * configure.in: Don't set and AC_SUBST SUBDIRS.
13520 * configure: Regenerated.
13521
13522 * configure.in: Remove code dealing with shared libraries.
13523 * Makefile.in: Remove HLDFLAGS and HLDENV.
13524 * configure: Regenerated.
13525
13526 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13527
13528 * frame.c (deprecated_frame_xmalloc): New function.
13529 (deprecated_set_frame_saved_regs_hack): New function.
13530 (deprecated_set_frame_extra_info_hack): New function.
13531 * frame.h (deprecated_frame_xmalloc): Declare.
13532 (deprecated_set_frame_saved_regs_hack): Declare.
13533 (deprecated_set_frame_extra_info_hack): Declare.
13534
13535 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13536
13537 * configure.in: Move code that provides the --enable-gdbtk option
13538 right after the code that handles the --enable-tui option, and
13539 polish it somewhat.
13540 * configure: Regenerated.
13541
13542 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13543 AC_CHECK_FUNCS and remove the old check for pread64.
13544 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13545 * acconfig.h (_GNU_SOURCE): Add.
13546 (HAVE_PREAD64): Remove.
13547 * configure, aclocal.m4, config.in: Regenerated.
13548
13549 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13550
13551 * alpha-tdep.c: Use get_frame_saved_regs.
13552 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13553 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13554 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13555 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13556 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13557
13558 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13559
13560 * configure.in: Remove all use of the SUBDIRS variable; add
13561 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13562 code providing the --enable-multi-ice option, and move it right in
13563 front of the code that checks whether gdbserver is supported.
13564 Polish that too.
13565 * configure: Regenerated.
13566 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13567 @SUBDIRS@.
13568
13569 2003-01-03 Andrew Cagney <cagney@redhat.com>
13570
13571 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13572 * avr-tdep.c, cris-tdep.c: Ditto.
13573 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13574 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13575
13576 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13577
13578 * configure.in: Remove --enable-netrom option.
13579 * configure: Regenerated.
13580
13581 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13582
13583 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13584 declaration for `struct re_pattern_buffer' instead.
13585 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13586
13587 2003-01-03 J. Brobecker <brobecker@gnat.com>
13588
13589 * mdebugread.c (parse_symbol): Count until the stEnd matching
13590 the structure name.
13591
13592 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13593
13594 * configure.in: Remove --with-cpu option.
13595 subscripts. Remove evil changequotes here.
13596 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13597 * config.in, configure: Regenerated.
13598
13599 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13600 * configure.in: Cleanup section that sources GDB and BFD configure
13601 subscripts. Remove evil changequotes here.
13602 * config.in, configure: Regenerated.
13603
13604 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13605
13606 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13607 frame accessor methods.
13608 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13609 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13610 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13611 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13612 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13613 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13614 * z8k-tdep.c: Ditto.
13615
13616 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13617
13618 * configure.in: Remove UI_OUT configuration code.
13619 * ada-lang.c: Update assuming UI_OUT is always true.
13620 * Makefile.in (UIOUT_CFLAGS): Remove.
13621 * configure: Regenerated.
13622 * TODO: Remove blurb about elimination of -DUI_OUT.
13623
13624 * configure.in: Move code that provides the --enable-gdbcli,
13625 --enable-gdbmi options right before the code that handles the
13626 --enable-tui option. Polish a bit.
13627 * configure: Regenerated.
13628
13629 * configure.in: Rewrite check for GNU regex and the
13630 --without-included regex option, and move it into the "Checks for
13631 library functions" section. This makes us use the system regex
13632 again by default on systems with version 2 of the GNU C library.
13633 This was apparently broken.
13634 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13635 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13636 * config.in, configure: Regenerated.
13637
13638 * configure.in: Move code that provides the --enable-tui option
13639 before the "Checks for libraries" section. Polish the code
13640 somewhat and set need_curses to yes if we build the TUI. Rewrite
13641 code that looks for a library providing termcap functionality to
13642 match more closely what's done in the Readline library, and move
13643 it into to the "Checks for libraries" section.
13644 * configure: Regenerated.
13645 * Makefile.in (TERMCAP): Remove variable.
13646 * config/i386/go32.mh (TERMCAP): Remove variable.
13647
13648 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13649
13650 * MAINTAINERS: Mention gdb_mbuild.sh.
13651 * gdb_mbuild.sh: Rewrite.
13652
13653 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13654
13655 * configure.in: Fix typo in last change.
13656 * config.in, configure: Regenerated.
13657
13658 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13659
13660 * valarith.c (value_binop): Delete obsolete code and comments.
13661 * configure.host: Ditto.
13662 * buildsym.h (make_blockvector): Ditto.
13663 * buildsym.c (make_blockvector): Ditto.
13664 * defs.h (enum language): Ditto.
13665 (chill_demangle): Ditto.
13666 * elfread.c (elf_symtab_read): Ditto.
13667 * dwarfread.c (CHILL_PRODUCER): Ditto.
13668 (set_cu_language): Ditto.
13669 (handle_producer): Ditto.
13670 * expprint.c (print_subexp): Ditto.
13671 * gdbtypes.c (chill_varying_type): Ditto.
13672 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13673 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13674 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13675 (chill_varying_type): Ditto.
13676 * language.h (_LANG_chill): Ditto.
13677 * language.c (binop_result_type, integral_type): Ditto.
13678 (character_type, string_type, structured_type): Ditto.
13679 (lang_bool_type, binop_type_check): Ditto.
13680 * stabsread.h (os9k_stabs): Ditto.
13681 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13682 (define_symbol, read_type, read_struct_fields): Ditto.
13683 (read_array_type, read_enum_type, read_huge_number): Ditto.
13684 (read_range_type, start_stabs): Ditto.
13685 * symfile.c (init_filename_language_table): Ditto.
13686 (add_psymbol_with_dem_name_to_list): Ditto.
13687 * symtab.c (symbol_init_language_specific): Ditto.
13688 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13689 * symtab.h (struct general_symbol_info): Ditto.
13690 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13691 * typeprint.c (typedef_print): Ditto.
13692 * utils.c (fprintf_symbol_filtered): Ditto.
13693 * valops.c (value_cast, search_struct_field, value_slice): Delete
13694 obsolete code.
13695 (varying_to_slice): Delete function.
13696 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13697 (varying_to_slice): Delete declaration.
13698 * MAINTAINERS: Update.
13699
13700 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13701
13702 * configure.in: Reorganize "Checks for library functions section"
13703 a bit. Remove check for `btowc' and `isascii' functions.
13704 * configure: Regenerated.
13705
13706 * acconfig.h (_MSE_INT_H): Remove.
13707 * configure.in: Create "Checks for header files" section, and move
13708 appropriate tests there. Don't check for objlist.h, wchar.h,
13709 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13710 misdetection fix. Also add "Checks for types", "Checks for
13711 compiler characteristics" and "Checks for library functions"
13712 sections.
13713 * config.in, configure: Regenerated.
13714
13715 * configure.in: Create "Checks for programs" section, and move
13716 appropriate tests there.
13717
13718 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13719
13720 * configure.in: Create "Checks for libraries" section, and move
13721 appropriate tests there. Cleanup check for wctype in libw. Use
13722 AC_SEARCH_LIBS to see whether we need libsocket.
13723 * configure: Regenerated.
13724
13725 For older changes see ChangeLog-2002
13726 \f
13727 Local Variables:
13728 mode: change-log
13729 left-margin: 8
13730 fill-column: 74
13731 version-control: never
13732 End: