* fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-29 Mark Kettenis <kettenis@gnu.org>
2
3 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
4
5 * corelow.c: Include "arch-utils.h", "regset.h" and
6 "gdb_assert.h".
7 (core_gdbarch): New variable.
8 (sniff_core_bfd): Don't sniff if we have support for register sets
9 in CORE_GDBARCH.
10 (core_close): Reset CORE_GDBARCH.
11 (core_open): Initialize CORE_GDBARCH.
12 (get_core_register_section): Use register sets if they are
13 supported by CORE_GDBARCH.
14 (get_core_registers): Don't print error message if we have support
15 for register sets in CORE_GDBARCH.
16
17 2003-10-29 Andrew Cagney <cagney@redhat.com>
18
19 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
20 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
21
22 2003-10-29 Mark Kettenis <kettenis@gnu.org>
23
24 * objfiles.h (clear_objfile_data): New prototype.
25 * objfiles.c (clear_objfile_data): New function.
26 * symfile.c (reread_symbols): Clear per-objfile data.
27
28 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
29
30 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
31 printf_unfiltered instead of printf_filtered for output messages.
32 (add_symbol_file_command): Ditto.
33 (reread_symbols): Ditto.
34 (overlay_auto_command): Ditto.
35 (overlay_manual_command): Ditto.
36 (overlay_off_command): Ditto.
37
38 2003-10-27 Mark Kettenis <kettenis@gnu.org>
39
40 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
41 (gdbarch_from_bfd): New function.
42 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
43 deprecated_select_gdbarch_hack.
44 * arch-utils.h (gdbarch_from_bfd): New prototype.
45
46 2003-10-27 Andrew Cagney <cagney@redhat.com>
47
48 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
49 arch_info. Use warning instead of fprintf_filtered. Do not use
50 deprecated bfd_printable_arch_mach.
51
52 2003-10-26 Kevin Buettner <kevinb@redhat.com>
53
54 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
55 Delete.
56 (frv_register_type): Rename from frv_register_virtual_type. Add
57 ``struct gdbarch *'' parameter.
58 (frv_gdbarch_init): Delete calls to the following functions:
59 set_gdbarch_deprecated_size(),
60 set_gdbarch_deprecated_register_bytes(),
61 set_gdbarch_deprecated_register_raw_size(),
62 set_gdbarch_deprecated_max_register_raw_size(),
63 set_gdbarch_deprecated_register_virtual_size(),
64 set_gdbarch_deprecated_max_register_virtual_size(),
65 set_gdbarch_deprecated_register_virtual_size(),
66 set_gdbarch_deprecated_register_virtual_type().
67 Add call to function set_gdbarch_register_type().
68
69 2003-10-26 Mark Kettenis <kettenis@gnu.org>
70
71 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
72 FDOFF_REGNUM): Remove defines.
73 * win32-nat.c (do_child_fetch_inferior_registers): Include
74 "i387-tdep.h".
75 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
76 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
77 undefine I387_ST0_REGNUM.
78
79 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
80 * x86-64-tdep.c (x86_64_store_return_value): Use
81 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
82
83 Change register numbers to enumartion values.
84 * i386-tdep.h (enum i386_regnum): New.
85 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
86 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
87 I386_ST0_REGNUM): Remove defines.
88 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
89 I386_EDI_REGNUM): Remove defines.
90
91 2003-10-24 Andrew Cagney <cagney@redhat.com>
92
93 * target.c: Include "gdbcore.h".
94 (get_target_memory, get_target_memory_unsigned): New functions.
95 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
96 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
97 Use get_target_memory_unsigned.
98 * Makefile.in (target.o): Update dependencies.
99
100 2003-10-24 Andrew Cagney <cagney@redhat.com>
101
102 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
103 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
104 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
105 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
106 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
107
108 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
109 (can_run_code_for): Use the OO term "singleton".
110
111 2003-10-23 Andrew Cagney <cagney@redhat.com>
112
113 * Makefile.in (stack.o): Add $(regcache_h).
114 * stack.c: Include "regcache.h"
115 (return_command): Rewrite. Use get_frame_id and
116 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
117 about unhandled return-values.
118 * value.h (set_return_value): Delete declaration.
119 * values.c (set_return_value): Delete function.
120
121 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
122
123 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
124 (pseudo_regs): Add comment regarding register stack registers.
125 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
126 (floatformat_valid): New static routine.
127 (floatformat_ia64_ext): Add name field and set up is_valid routine
128 to floatformat_valid().
129 (examine_prologue): For the previous cfm, use
130 frame_unwind_register()
131 if the cfm is not stored in a register-stack register. Save the
132 previous cfm value in the prev_cfm field. Add debug output.
133 (ia64_frame_this_id): Use frame_id_build_special() to also register
134 the bsp. Add debug output.
135 (ia64_sigtramp_frame_this_id): Ditto.
136 (ia64_frame_prev_register): Look at cache saved_regs for a few more
137 registers and also add some checks for framelessness before accepting
138 current register values for fields such as return address. For cfm,
139 use the cached prev_cfm field if available. Add comment to explain
140 PSR logic. Add debug output.
141 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
142 as part of initialization.
143 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
144 calculated. Cache the bsp and cfm values.
145 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
146 instead of using ia64_frame_prev_register() which doesn't expect most
147 registers to be saved. The saved values for bsp and sp
148 can be taken from the cache. Add debug output.
149 (ia64_push_dummy_call): Use frame_id_build_special() to also register
150 the bsp.
151
152 2003-10-23 Jim Blandy <jimb@redhat.com>
153
154 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
155 architecture the current arch can run code for --- but not if it's
156 a superset.
157 (can_run_code_for): New function.
158
159 2003-10-22 James E Wilson <wilson@specifixinc.com>
160
161 * MAINTAINERS: Move myself from paper trail section back to write
162 after approval section.
163
164 2003-10-22 Andrew Cagney <cagney@redhat.com>
165
166 * exec.h: New file.
167 * win32-nat.c: Include "exec.h".
168 * solib.c: Include "exec.h".
169 * target.h (build_section_table): Delete declaration.
170 * somsolib.c: Include "exec.h".
171 (exec_ops): Delete extern declaration.
172 * rs6000-nat.c: Update copyright. Include "exec.h".
173 (exec_ops): Delete extern declaration.
174 * pa64solib.c: Update copyright. Include "exec.h".
175 (exec_ops): Delete extern declaration.
176 * exec.c: Update copyright. Include "exec.h".
177 * corelow.c: Update dependencies. Include "exec.h".
178 * Makefile.in (exec_h): Define.
179 (exec.o, somsolib.o): Update dependencies.
180 (pa64solib.o, corelow.o): Update dependencies.
181
182 2003-10-22 Andrew Cagney <cagney@redhat.com>
183
184 * target.c: Include "gdb_assert.h" (target_read): Call
185 "target_read_partial", not "target_write_partial".
186 (default_read_partial, default_write_partial): New function.
187 (target_read_partial, target_write_partial): Simplify, assume that
188 there is always a read/write method.
189 (update_current_target, add_target): Always set "to_read_partial"
190 and "to_write_partial".
191 (target_write, target_read): Fail on a zero byte transfer.
192 * Makefile.in (target.o): Update dependencies.
193 * target.h: Update copyright date.
194 (target_object): Fix typo.
195
196 2003-10-22 Andrew Cagney <cagney@redhat.com>
197
198 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
199 multi-arch method, add "targ" parameter.
200 (struct target_ops): Declare.
201 * gdbarch.h, gdbarch.c: Re-generate.
202 * Makefile.in (c-valprint.o): Update dependencies.
203 * arch-utils.h: Update copyright.
204 (convert_from_func_ptr_addr_identity): Declare.
205 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
206 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
207 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
208 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
209 * infcall.c (find_function_addr, call_function_by_hand): Update.
210 * c-valprint.c: Include "target.h".
211 (print_function_pointer_address): Update.
212
213 2003-10-22 Andrew Cagney <cagney@redhat.com>
214
215 * target.c (target_close): New function.
216 (debug_to_close): Use "target_close".
217 (push_target): Use "target_close".
218 (unpush_target): Use "target_close".
219 (pop_target): Use "target_close".
220 * target.h (struct target_ops): Add "to_xclose".
221 (target_open): Delete macro. Move comment to "to_open".
222 (target_close): Replace macro with function that takes a target.
223 * top.c (quit_target): Pass "current_target" to "target_close".
224
225 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
226
227 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
228 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
229 * symtab.h (lookup_minimal_symbol_text): Update.
230 * breakpoint.c (create_overlay_event_breakpoint,
231 create_longjmp_breakpoint): Update callers.
232 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
233 * symtab.c (find_pc_sect_line): Ditto.
234
235 2003-10-21 Andrew Cagney <cagney@redhat.com>
236
237 * target.c (errno): Delete extern declaration.
238
239 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
240
241 * ia64-tdep.c: Change all occurrences of
242 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
243 (ia64_frame_prev_register): Minor whitespace change.
244
245 2003-10-20 Michael Chastain <mec@shout.net>
246
247 * config/djgpp/fnchange.lst: Add lines for:
248 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
249 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
250 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
251 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
252 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
253 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
254 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
255
256 2003-10-20 Andrew Cagney <cagney@redhat.com>
257
258 * values.c (register_value_being_returned): Update comments. Use
259 "gdbarch_return_value" when available.
260 (using_struct_return): Ditto.
261 (set_return_value): Ditto. Use "gdbarch_return_value" when
262 available.. Print a warning, and not an error, when an unhandled
263 return type is encountered.
264 * infcmd.c: Include "gdb_assert.h".
265 (print_return_value): When gdbarch_return_value_p, and using
266 struct return, assume that the value is not available.
267 * defs.h (return_value_convention): Define.
268 * gdbarch.sh (gdbarch_return_value): New predicate method.
269 * gdbarch.h, gdbarch.c: Re-generate
270 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
271
272 2003-10-20 Andrew Cagney <cagney@redhat.com>
273
274 * symtab.c: Replace "struct sec" with "struct bfd_section".
275 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
276
277 2003-10-19 Michael Chastain <mec@shout.net>
278
279 * config/djgpp/fnchange.lst: Add lines for:
280 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
281 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
282 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
283
284 2003-10-19 Mark Kettenis <kettenis@gnu.org>
285
286 * amd64fbsd-nat.c (fetch_inferior_registers,
287 store_inferior_registers): Remove functions.
288 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
289
290 2003-10-18 Mark Kettenis <kettenis@gnu.org>
291
292 Add NetBSD/amd64 native configuration:
293 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
294 * amd64nbsd-tdep.c: New file.
295 * amd64nbsd-nat.c: New file.
296 * amd64bsd-nat.c: New file.
297 * config/i386/nbsd64.mh: New file.
298 * config/i386/nbsd64.mt: New file.
299 * configure.host: Add x86_64-*-netbsd*.
300 * configure.tgt: Add x86_64-*-netbsd*.
301 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
302 New targets.
303 * NEWS (New native configurations): Mention NetBSD/amd64.
304
305 2003-10-17 Michael Chastain <mec@shout.net>
306
307 * config/djgpp/fnchange.lst: Remove dead lines for:
308 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
309 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
310 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
311 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
312 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
313 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
314 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
315 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
316 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
317 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
318 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
319 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
320 gdb/config/sparc/tm-sparclite.h,
321 gdb/gdbtk/generic/ChangeLog-2001,
322 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
323 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
324 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
325 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
326 gdb/testsuite/gdb.mi/mi0-var-block.exp,
327 gdb/testsuite/gdb.mi/mi0-var-child.exp,
328 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
329 gdb/testsuite/gdb.mi/mi0-var-display.exp,
330 itcl/iwidgets3.0.0/demos/extfileselectionbox,
331 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
332 itcl/iwidgets3.0.0/demos/fileselectionbox,
333 itcl/iwidgets3.0.0/demos/fileselectiondialog,
334 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
335 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
336 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
337 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
338 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
339 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
340 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
341 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
342 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
343 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
344 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
345 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
346 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
347 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
348 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
349 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
350 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
351 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
352 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
353 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
354 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
355 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
356 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
357 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
358 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
359 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
360 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
361 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
362 itcl/iwidgets3.0.0/demos/html/shell.n.html,
363 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
364 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
365 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
366 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
367 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
368 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
369 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
370 itcl/iwidgets3.0.0/demos/scrolledcanvas,
371 itcl/iwidgets3.0.0/demos/scrolledframe,
372 itcl/iwidgets3.0.0/demos/scrolledhtml,
373 itcl/iwidgets3.0.0/demos/scrolledlistbox,
374 itcl/iwidgets3.0.0/demos/scrolledtext,
375 itcl/iwidgets3.0.0/demos/selectionbox,
376 itcl/iwidgets3.0.0/demos/selectiondialog,
377 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
378 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
379 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
380 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
381 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
382 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
383 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
384 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
385 itcl/iwidgets3.0.0/doc/scrolledframe.n,
386 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
387 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
388 itcl/iwidgets3.0.0/doc/scrolledtext.n,
389 itcl/iwidgets3.0.0/doc/selectionbox.n,
390 itcl/iwidgets3.0.0/doc/selectiondialog.n,
391 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
392 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
393 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
394 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
395 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
396 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
397 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
398 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
399 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
400 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
401 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
402 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
403 itcl/iwidgets3.0.0/generic/selectionbox.itk,
404 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
405 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
406 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
407 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
408 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
409 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
410 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
411 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
412 itcl/iwidgets3.0.0/tests/scrolledframe.test,
413 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
414 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
415 itcl/iwidgets3.0.0/tests/scrolledtext.test,
416 itcl/iwidgets3.0.0/tests/selectionbox.test,
417 itcl/iwidgets3.0.0/tests/selectiondialog.test,
418 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
419 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
420 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
421 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
422 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
423 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
424 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
425 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
426 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
427 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
428 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
429 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
430 tk/mac/tkMacProjects.sit.hqx.
431
432 2003-10-17 Andrew Cagney <cagney@redhat.com>
433
434 * target.c (target_section_by_addr): New function.
435 (do_xfer_memory): Use "target_section_by_addr".
436 * target.h (target_section_by_addr): Declare.
437
438 * target.h (struct target_ops): Add "to_read_partial" and
439 "to_write_partial", delete "to_query".
440 (target_read_partial, target_write_partial): Declare.
441 (target_read, target_write): Declare.
442 (target_query): Delete macro.
443 * target.c (target_read_partial): New function.
444 (target_write_partial, target_read, target_write): New function.
445 (update_current_target): Delete inheritance of "to_query". Add
446 comments about "to_read_partial" and "to_write_partial".
447 (debug_to_partial_read, debug_to_partial_write): New functions.
448 (debug_to_query): Delete function.
449 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
450 instead of "to_query".
451 * remote.c (remote_read_partial): Replace "remote_query".
452 (init_remote_ops): Set "to_read_partial" instead of "to_query".
453 (init_remote_async_ops): Ditto.
454 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
455 "target_read_partial" instead of "target_query".
456 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
457 Use "target_read_partial" instead of "target_query".
458
459 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
460
461 * frame.h (struct frame_id): Add new field: special_addr.
462 (frame_id_build_special): New prototype.
463 * frame.c (frame_id_build_special): New function.
464 (frame_id_build): Change to call frame_id_build_special().
465 (frame_id_eq): Change to also test special_addr field.
466 (frame_id_inner): Update comment.
467
468 2003-10-17 Andrew Cagney <cagney@redhat.com>
469
470 * target.c (update_current_target): Perform the target cleanup.
471 Put the target stack beneath the squashed "current_target".
472 (add_target): Delete disabled call to "cleanup_target".
473 (cleanup_target): Delete function.
474 (push_target, unpush_target): Do not call "cleanup_target".
475
476 2003-10-17 Andrew Cagney <cagney@redhat.com>
477
478 * target.c (target_stack): Change to a static target_ops.
479 (update_current_target): Walk the "struct target_ops" stack.
480 (pop_target, do_xfer_memory, target_info): Ditto.
481 (find_target_beneath): Ditto.
482 (push_target): Rewrite to use the "struct target_ops" stack.
483 (unpush_target): Ditto.
484 * target.h (struct target_stack_item): Delete definition.
485 (target_stack): Delete declaration.
486 (struct target_ops): Add field "beneath".
487
488 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
489
490 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
491 declaration.
492 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
493 (h8300_examine_prologue): Use h8300_normal_mode flag
494 (h8300_gdbarch_init): Set architecture info for normal mode
495
496 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
497
498 * remote.c (remote_protocol_vcont): New variable.
499 (set_remote_protocol_vcont_packet_cmd): New function.
500 (show_remote_protocol_vcont_packet_cmd): New function.
501 (init_all_packet_configs): Handle remote_protocol_vcont.
502 (remote_vcont_probe): New function.
503 (remote_vcont_resume): New function.
504 (remote_resume): Use it.
505 (remote_async_resume): Call remote_resume.
506 (_initialize_remote): Add verbose-resume packet commands.
507
508 2003-10-16 Andrew Cagney <cagney@redhat.com>
509
510 * infrun.c (handle_inferior_event): Add comment about
511 "frame_id_inner" being too weak.
512
513 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
514
515 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
516 second parameter, which is always null. Remove
517 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
518 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
519 accordingly.
520 * somsolib.c (som_solib_create_inferior_hook,
521 som_solib_desire_dynamic_linker_symbols): Update callers.
522 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
523
524 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
525
526 * remote-m32r-sdi.c : New file, interface to m32r on-chip
527 debug interface, SDI (Scalable Debug Interface).
528 * NEWS: Mention m32r SDI protocol was supported.
529 * Makefile.in (remote-m32r-sdi.o): Add build rule.
530 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
531
532 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
533
534 * ia64-linux-tdep.c: Include gdbcore.h.
535 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
536 (ia64_linux_sigcontext_register_addr): Find the address of the
537 sigcontext area stored in the sigframe instead of using
538 a magic offset constant.
539
540 2003-10-15 Andrew Cagney <cagney@redhat.com>
541
542 * remote.c (remote_search): Delete function.
543 * target.h (target_search): Delete disabled macro.
544 (struct target_ops): Delete disabled field "to_search".
545
546 2003-10-14 Kevin Buettner <kevinb@redhat.com>
547
548 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
549 instead of deprecated_inside_entry_file().
550
551 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
552
553 * sh-tdep.c: Fix copy/paste hangover in comment.
554 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
555 mode.
556 (sh3e_sh4_extract_return_value): Ditto.
557
558 2003-10-13 Richard Henderson <rth@redhat.com>
559
560 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
561 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
562 match c_val_print a bit closer.
563
564 2003-10-13 Kevin Buettner <kevinb@redhat.com>
565
566 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
567 (frv_gdbarch_adjust_breakpoint_address): New function.
568 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
569 method.
570
571 2003-10-13 Kevin Buettner <kevinb@redhat.com>
572
573 * breakpoint.h (struct breakpoint): Add new member
574 ``requested_address''.
575 * breakpoint.c (breakpoint_adjustment_warning)
576 (adjust_breakpoint_address): New static functions.
577 (print_it_typical): Issue warning if breakpoint's address is different
578 from its requested address.
579 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
580 (breakpoint_re_set_one): Set breakpoint's
581 ``requested_address'' field. Set ``address'' field to the
582 result of calling adjust_breakpoint_address() on the requested
583 address.
584
585 2003-10-13 Kevin Buettner <kevinb@redhat.com>
586
587 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
588 * gdbarch.h, gdbarch.c: Regenerate.
589
590 2003-10-11 Mark Kettenis <kettenis@gnu.org>
591
592 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
593 TDEP->sc_num_regs.
594
595 * i386fbsd-tdep.c: New file.
596 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
597 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
598 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
599 i386bsd-tdep.c.
600 (_initialize_i386fbsd_tdep): New function.
601 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
602 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
603 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
604 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
605 TDEP->sc_num_regs.
606 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
607 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
608 to initialize TDEP->sc_num_regs.
609 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
610 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
611 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
612 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
613 FreeBSD ELF OS/ABI's here.
614 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
615 (i386fbsd-tdep.o): New target.
616 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
617 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
618
619 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
620 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
621 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
622 in initialization of TDEP->sc_num_regs.
623
624 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
625 (x86_64_init_abi): Initialize regset_from_core_section if
626 appropriate.
627
628 * i386-tdep.c (i386_regset_from_core_section): New function.
629 (i386_gdbarch_init): Initialize regset_from_core_section if
630 appropriate.
631 * i386-tdep.h (i386_regset_from_core_section): New declaration.
632
633 * i386-tdep.h (struct regset): Declare opaque.
634
635 * gdbarch.sh (regset_from_core_section): New method.
636 (struct regset): Declare opaque.
637 * gdbarch.c, gdbarch.h: Regenerated.
638
639 2003-10-11 Alan Modra <amodra@bigpond.net.au>
640
641 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
642 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
643 Correct test for pc within section.
644
645 2003-10-11 Mark Kettenis <kettenis@gnu.org>
646
647 * gdbarch.sh: Remove trailing whitepsace from comments.
648
649 2003-10-08 Roland McGrath <roland@redhat.com>
650
651 * gcore.c (make_mem_sec): Function removed, folded into ...
652 (gcore_create_callback): ... here. To omit a section, clear its
653 SEC_LOAD bit rather than zeroing its size.
654 Omit read-only sections only if they correspond to a known disk file.
655 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
656
657 2003-10-10 Michael Snyder <msnyder@redhat.com>
658
659 * d10v-tdep.c: Fix typo in comment.
660
661 2003-10-10 Andrew Cagney <cagney@redhat.com>
662
663 * rs6000-tdep.c (e500_store_return_value): Delete function.
664 (e500_extract_return_value): Delete function.
665 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
666 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
667 "ppc_sysv_abi_restore_return_value" where applicable.
668 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
669 (ppc_sysv_abi_extract_return_value): Declare.
670 (ppc_sysv_abi_broken_store_return_value): Declare.
671 (ppc_sysv_abi_broken_extract_return_value): Declare.
672 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
673 * ppc-sysv-tdep.c (return_value_convention): Move definition to
674 start of file.
675 (do_ppc_sysv_return_value): New function.
676 (ppc_sysv_abi_extract_return_value): New function.
677 (ppc_sysv_abi_store_return_value): New function.
678 (ppc_sysv_abi_broken_extract_return_value): New function.
679 (ppc_sysv_abi_broken_store_return_value): New function.
680 (ppc_sysv_abi_use_struct_convention): Call
681 do_ppc_sysv_return_value.
682
683 2003-10-10 J. Brobecker <brobecker@gnat.com>
684
685 * blockframe.c (inside_main_func): No longer use symbol_lookup()
686 to lookup the main function symbol.
687
688 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
689
690 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
691 types correctly.
692 (sh_push_dummy_call_fpu): Fix argument passing rules.
693 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
694 float types.
695 (sh3e_sh4_store_return_value): Ditto.
696
697 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
698
699 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
700 comment.
701
702 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
703
704 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
705 more readable code. Accomodate passing of bitfields.
706
707 2003-10-10 Andrew Cagney <cagney@redhat.com>
708
709 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
710 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
711 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
712 * ppc-sysv-tdep.c: Include "gdb_assert.h".
713 (ppc64_sysv_abi_push_dummy_call): New function.
714 (ppc64_sysv_abi_broken_push_dummy_call): New function.
715 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
716 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
717
718 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
719
720 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
721 * README: Ditto.
722 * d10v-tdep.c: Ditto.
723 * h8300-tdep.c: Ditto.
724 * remote-e7000.c: Ditto.
725 * remote-hms.c: Ditto.
726 * ser-e7kpc.c: Ditto.
727 * sh-stub.c: Ditto.
728 * sh-tdep.c: Ditto.
729 * sh-tdep.h: Ditto.
730 * sh3-rom.c: Ditto.
731 * sh64-tdep.c: Ditto.
732 * top.c: Ditto.
733 * wince.c: Ditto.
734 * config/d10v/d10v.mt: Ditto.
735 * config/sh/embed.mt: Ditto.
736 * config/sh/linux.mt: Ditto.
737 * config/sh/tm-linux.h: Ditto.
738 * config/sh/tm-sh.h: Ditto.
739 * config/sh/wince.mt: Ditto.
740
741 2003-10-09 Andrew Cagney <cagney@redhat.com>
742
743 * ppc-tdep.h (struct type): Declare opaque.
744 * x86-64-tdep.h (struct regcache): Declare opaque.
745 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
746 coding style.
747
748 2003-10-09 Andrew Cagney <cagney@redhat.com>
749
750 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
751 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
752 (SOFTWARE_SINGLE_STEP_P): Ditto.
753 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
754 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
755 (SOFTWARE_SINGLE_STEP_P): Ditto.
756 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
757 software_single_step to rs6000_software_single_step.
758
759 2003-10-09 Andrew Cagney <cagney@redhat.com>
760
761 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
762
763 2003-10-09 Michael Snyder <msnyder@redhat.com>
764
765 * frame.h: Fix typo in comment.
766 * dummy-frame.c: Fix typo in comment.
767 * d10v-tdep.c: Random whitespace/comment tweaks.
768
769 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
770
771 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
772 (sh_push_dummy_code): Delete function, it's only used for dummy calls
773 on stack.
774
775 Based on input by Stephen Clarke (stephen.clarke@superh.com):
776 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
777 in detail.
778
779 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
780
781 * remote-mips.c (mips_initialize): Remove unneeded call to
782 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
783
784 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
785
786 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
787 a memory pointer.
788
789 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
790
791 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
792 for any lwp we resume.
793 (running_callback): Add lwps that have pending status events
794 against them to be considered running.
795
796 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
797
798 * m32r-tdep.c : Include "dis-asm.h".
799 * Makefile.in (m32r-tdep.o): Update dependencies.
800
801 2003-10-06 J. Brobecker <brobecker@gnat.com>
802
803 * completer.h (get_gdb_completer_word_break_characters): Delete.
804 * completer.c: include language.h.
805 (gdb_completer_word_break_characters): Delete.
806 (get_gdb_completer_word_break_characters): Delete.
807 (location_completer): Use the word break characters of the current
808 language.
809 (complete_line): Likewise.
810 (line_completion_function): Likewise.
811 (skip_quoted_chars): Likewise.
812 * Makefile.in (completer.o): Add dependency on language.h.
813 * top.c (init_main): Set the readline word break characters
814 to GDB's default word break characters.
815
816 2003-10-06 J. Brobecker <brobecker@gnat.com>
817
818 * language.h (language_defn): new field, la_word_break_characters.
819 * language.c (unknown_language_defn): Set new field to
820 default_word_break_characters.
821 (auto_language_defn): Likewise.
822 (local_language_defn): Likewise.
823 * ada-lang.c (ada_language_defn): Likewise.
824 * c-lang.c (c_language_defn): Likewise.
825 (cplus_language_defn): Likewise.
826 (asm_language_defn): Likewise.
827 (minimal_language_defn): Likewise.
828 * f-lang.c (f_language_defn): Likewise.
829 * jv-lang.c (java_language_defn): Likewise.
830 * m2-lang.c (m2_language_defn): Likewise.
831 * objc-lang.c (objc_language_defn): Likewise.
832 * p-lang.c (pascal_language_defn): Likewise.
833 * scm-lang.c (scm_language_defn): Likewise.
834
835 2003-10-06 Andrew Cagney <cagney@redhat.com>
836
837 * ppc-sysv-tdep.c: Re-indent.
838
839 2003-10-06 J. Brobecker <brobecker@gnat.com>
840
841 * language.h (default_word_break_characters): Add prototype.
842 * language.c (default_word_break_characters): New function.
843
844 2003-10-06 Andreas Schwab <schwab@suse.de>
845
846 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
847 with %eax.
848
849 2003-10-06 Andrew Cagney <cagney@redhat.com>
850
851 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
852 "h8500-tdep.c".
853 (z8k-tdep.o): Delete custom build rule.
854
855 2003-10-06 Andrew Cagney <cagney@redhat.com>
856
857 * Makefile.in: Update all dependencies.
858
859 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
860 No longer list PA as as obsolete candidate. List m32r as
861 broken instead of obsolete.
862
863 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
864 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
865 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
866 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
867 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
868 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
869 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
870 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
871 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
872 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
873 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
874 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
875 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
876 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
877 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
878 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
879 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
880 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
881 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
882 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
883 * config/z8k/z8k.mt: Ditto.
884
885 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
886 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
887 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
888 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
889 sparclite were removed.
890 * configure.host, configure.tgt: Remove corresponding tuples.
891
892 * breakpoint.c, breakpoint.h: Remove obsolete code.
893 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
894 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
895 * stabsread.h, xcoffread.c: Ditto.
896
897 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
898 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
899 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
900 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
901
902 2003-10-06 David Lecomber <dsl@sources.redhat.com>
903
904 * f-valprint.c: Reformatting
905
906 2003-10-06 Mark Kettenis <kettenis@gnu.org>
907
908 * x86-64-tdep.c: Remove duplicate comment.
909
910 * x86-64-tdep.c (x86_64_store_return_value): Don't use
911 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
912 names for return values. This fixes a bug since we looked at %rbx
913 instead of %rdx.
914
915 2003-10-05 Mark Kettenis <kettenis@gnu.org>
916
917 * x86-64-tdep.c: Include "regset.h".
918
919 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
920 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
921 sizeof_fpregset.
922 * i386-tdep.c: Include "regset.h".
923 (i386_supply_gregset): New function.
924 (i386_supply_fpregset): New function.
925 (i386_gdbarch_init): Initialze register set-related members of
926 TDEP.
927 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
928 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
929
930 2003-10-03 Andrew Cagney <cagney@redhat.com>
931
932 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
933 set extract_return_value, store_return_value and
934 use_struct_convention to ppc64_sysv_abi_extract_return_value,
935 ppc64_sysv_abi_store_return_value and
936 ppc64_sysv_abi_use_struct_convention.
937 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
938 (ppc64_sysv_abi_store_return_value): Declare.
939 (ppc64_sysv_abi_use_struct_convention): Declare.
940 * ppc-sysv-tdep.c (enum return_value_convention): Define.
941 (ppc64_sysv_abi_extract_return_value): New function.
942 (ppc64_sysv_abi_store_return_value): New function.
943 (ppc64_sysv_abi_use_struct_convention): New function.
944 (ppc64_sysv_abi_return_value): New function.
945
946 2003-10-03 Andrew Cagney <cagney@redhat.com>
947
948 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
949 convert a descriptor to a function when it's in the ".opd"
950 section.
951
952 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
953
954 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
955 reg_size to keep GCC silent.
956
957 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
958
959 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
960 base for DW_EH_PE_textrel encodings.
961 (read_encoded_value): Add a DW_EH_PE_textrel case.
962 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
963 section.
964
965 2003-10-03 Mark Kettenis <kettenis@gnu.org>
966
967 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
968
969 2003-10-02 Andrew Cagney <cagney@redhat.com>
970
971 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
972 REGISTER_RAW_SIZE.
973 * gdbarch.h, gdbarch.c: Re-generate.
974 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
975 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
976 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
977 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
978 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
979 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
980 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
981 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
982 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
983 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
984 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
985 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
986 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
987 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
988 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
989 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
990
991 2003-10-02 Jim Blandy <jimb@redhat.com>
992
993 * dwarf2read.c (struct die_info): Doc fix.
994
995 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
996
997 * sh-tdep.c: Running thru gdb_indent.sh.
998
999 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1000
1001 * sh-tdep.c (sh_justify_value_in_reg): New function.
1002 (sh_stack_allocsize): Ditto.
1003 (flt_argreg_array): New array used for floating point argument
1004 passing.
1005 (sh_init_flt_argreg): New function.
1006 (sh_next_flt_argreg): Ditto.
1007 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1008 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1009 Fix argument passing strategy.
1010 (sh_push_dummy_call_nofpu): Ditto.
1011
1012 2003-10-01 Andrew Cagney <cagney@redhat.com>
1013
1014 * value.h (register_value_being_returned): Declare. Replace
1015 "value_being_returned".
1016 * infcall.c (call_function_by_hand): Use
1017 register_value_being_returned.
1018 * infcmd.c (print_return_value): Call
1019 "register_value_being_returned", handle struct return locally.
1020 * values.c (register_value_being_returned): New function. Replace
1021 "value_being_returned".
1022
1023 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1024
1025 * linux-proc.c (linux_do_registers): New function.
1026 (linux_make_note_section): Use linux_do_registers in case of
1027 single threaded inferior programs.
1028
1029 2003-10-01 Andrew Cagney <cagney@redhat.com>
1030
1031 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1032 use STRUCT_ADDR. When not using "struct return convention", pass
1033 "0" to "value_being_returned". Add FIXMEs.
1034 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1035 value_being_returned. Add comments.
1036 * values.c (value_being_returned): Add fixme.
1037 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1038 (hppa_value_returned_from_stack): Add FIXME.
1039
1040 2003-09-30 David Carlton <carlton@kealia.com>
1041
1042 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1043 'has_children' and 'next' by 'child' and 'sibling'.
1044 (read_comp_unit): Rework algorithm, breaking body into
1045 read_die_and_children and read_die_and_siblings.
1046 (read_die_and_children, read_die_and_siblings): New.
1047 (read_full_die): Add 'has_children' argument; set it instead of
1048 the die's 'has_children' field. Minor formatting cleanup.
1049 (free_die_list): Use die->child and die->sibling instead of
1050 die->next.
1051 (dump_die_list): Ditto.
1052 (sibling_die): Use die->sibling.
1053 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1054 'has_children' and 'next' fields.
1055 (process_die, read_file_scope, read_func_scope)
1056 (read_lexical_block_scope, read_structure_scope)
1057 (read_enumeration, read_array_type, read_common_block)
1058 (read_namespace, read_subroutine_type, dump_die): Ditto.
1059
1060 2003-09-30 Andrew Cagney <cagney@redhat.com>
1061
1062 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1063 to 224, not 220.
1064
1065 2003-09-30 Andrew Cagney <cagney@redhat.com>
1066
1067 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1068 REGISTER_VIRTUAL_SIZE.
1069 * gdbarch.h, gdbarch.c: Regenerate.
1070 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1071 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1072 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1073
1074 2003-09-29 Andrew Cagney <cagney@redhat.com>
1075
1076 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1077 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1078 * gdbarch.h, gdbarch.c: Regenerate.
1079 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1080 * sh64-tdep.c, sparc-tdep.c: Update.
1081
1082 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1083 * remote-vxmips.c (vx_read_register): Ditto.
1084 * remote-vx68.c (vx_read_register): Ditto.
1085 * gnu-nat.c (inf_validate_procs): Ditto.
1086
1087 2003-09-29 J. Brobecker <brobecker@gnat.com>
1088
1089 * infcall.c (call_function_by_hand): Fix build failure
1090 introduced in the previous change to this file.
1091
1092 2003-09-29 Andrew Cagney <cagney@redhat.com>
1093
1094 * NEWS: Mention Objective-C.
1095
1096 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1097
1098 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1099 test if the register has been saved on the stack.
1100 (arm_scan_prologue_cache): When analysing the instruction
1101 "str lr, [sp, #-4]", save the address where lr has been stored.
1102
1103 2003-09-28 Andrew Cagney <cagney@redhat.com>
1104
1105 * frame.c (frame_read_unsigned_register): Delete function.
1106 * frame.h (frame_read_unsigned_register): Delete declaration.
1107 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1108 get_frame_register_unsigned.
1109 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1110 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1111 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1112
1113 * frame.h (frame_read_register): Delete declaration.
1114 * frame.c (frame_read_register): Delete function.
1115 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1116 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1117 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1118 * mips-tdep.c (mips_register_to_value): Ditto.
1119 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1120 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1121
1122 * frame.c (frame_read_signed_register): Delete function.
1123 (frame_read_unsigned_register): Update comments.
1124 * frame.h (frame_read_signed_register): Delete declaration.
1125 * h8300-tdep.c (h8300_print_register): Use
1126 get_frame_register_signed.
1127 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1128
1129 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1130 Rename VALUE_RETURNED_FROM_STACK.
1131 * infcmd.c (print_return_value): Update.
1132 * infcall.c (call_function_by_hand): Update.
1133
1134 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1135
1136 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1137 regcache argument and reverse the order of the other two
1138 arguments. Remove local regcache variable. Determine
1139 architecture from REGCACHE. Update comments.
1140 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1141 reverse the order of the other two arguments. Remove local
1142 regcache variable. Determine architecture from REGCACHE. Update
1143 comments.
1144 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1145 prototypes. Update comments.
1146 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1147 comment.
1148 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1149 Update.
1150 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1151 * i386-interix-nat.c (supply_fpregset): Update.
1152 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1153 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1154 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1155 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1156 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1157 Update.
1158 * i386obsd-tdep.c (fetch_core_registers): Update.
1159 * i386v4-nat.c (supply_fpregset): Update.
1160 * x86-64-linux-nat.c (supply_fpregset): Update.
1161 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1162
1163 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1164
1165 * i386-tdep.h: Put opaque declarations in alphabetical
1166 order. Remove spurious whitespace.
1167 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1168 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1169 * i386-tdep.c (MM0_REGNUM): Remove define.
1170 (i386_mmx_regnum_p): Add gdbarch argument.
1171 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1172 Rewrite using new macro definitions for FPU/SSE registers.
1173 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1174 definitions from i387-tdep.h.
1175 (i386_register_name): Update.
1176 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1177 new macro definitions for FPU/SSE registers.
1178 (i386_extract_return_value): Determine whether floating-point
1179 registers are present by examining REGCACHE's architecture.
1180 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1181 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1182 FPU/SSE registers.
1183 (i386_register_type): Update.
1184 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1185 definitions for FPU registers. Use REGCACHE's architecture to
1186 determine the appropriate register numbers.
1187 (i386_pseudo_register_read, i386_pseudo_register_write,
1188 i386_register_reggroup_p): Update.
1189 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1190 TDEP->mm0_regnum.
1191 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1192 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1193 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1194 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1195 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1196 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1197 *' to `void *'.
1198 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1199 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1200 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1201 definitions for FPU/SSE registers.
1202 (FXSAVE_MXCSR_ADDR): New define.
1203 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1204 TDEP->mm0_regnum.
1205 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1206 (I387_ST0_REGNUM): Define.
1207
1208 * regcache.h (get_regcache_arch): New prototype.
1209 * regcache.c (get_regcache_arch): New function.
1210
1211 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1212 whitespace.
1213
1214 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1215 Initialize using ARRAY_SIZE.
1216
1217 2003-09-27 Andrew Cagney <cagney@redhat.com>
1218
1219 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1220 "init_frame_pc_default".
1221 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1222 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1223 * vax-tdep.c (vax_gdbarch_init): Update.
1224 * v850-tdep.c (v850_gdbarch_init): Update.
1225 * sh64-tdep.c (sh64_gdbarch_init): Update.
1226 * s390-tdep.c (s390_gdbarch_init): Update.
1227 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1228 * mcore-tdep.c (mcore_gdbarch_init): Update.
1229 * h8300-tdep.c (h8300_gdbarch_init): Update.
1230 * cris-tdep.c (cris_gdbarch_init): Update.
1231 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1232
1233 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1234
1235 * regset.h: New file.
1236 * Makefile.in (regset_h): Add.
1237
1238 2003-09-25 Andrew Cagney <cagney@redhat.com>
1239
1240 * frame.h (deprecated_frame_saved_regs): Rename
1241 get_frame_saved_regs.
1242 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1243 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1244 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1245 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1246 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1247
1248 2003-09-25 Andrew Cagney <cagney@redhat.com>
1249
1250 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1251 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1252 and Java.
1253 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1254 arm*-*-* do not use the new frame code.
1255
1256 2003-09-25 David Carlton <carlton@kealia.com>
1257
1258 * c-exp.y: Remove 'register' declarations.
1259 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1260
1261 2003-09-25 David Carlton <carlton@kealia.com>
1262
1263 * c-exp.y: Include cp-support.h. Add qualified_type.
1264 (yylex): Delete nested type hack; add comments.
1265 * cp-namespace.c (cp_lookup_nested_type): New function.
1266 * cp-support.h: Declare cp_lookup_nested_type.
1267 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1268 instead of value_struct_elt_for_reference.
1269 * valops.c: Include cp-support.h.
1270 (value_aggregate_elt): New function.
1271 (value_namespace_elt): Ditto.
1272 (value_struct_elt_for_reference): Make static.
1273 * value.h: Delete declaration of value_struct_elt_for_reference;
1274 add declaration for value_aggregate_elt.
1275 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1276 (valops.o): Ditto.
1277
1278 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1279
1280 * stack.c: Include "reggroups.h".
1281 (frame_info): Only display registers in all_reggroup.
1282 * Makefile.in (stack.o): Update dependencies.
1283
1284 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1285
1286 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1287 "add ip, sp #n" in the prologue.
1288 (arm_scan_prologue): Ditto.
1289
1290 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1291
1292 * MAINTAINERS (write after approval): Add myself.
1293
1294 2003-09-25 Andreas Schwab <schwab@suse.de>
1295
1296 * m68k-tdep.c: Include "dwarf2-frame.h".
1297 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1298 * Makefile.in (m68k-tdep.o): Update dependencies.
1299
1300 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1301
1302 * sh-tdep.c (struct frame_extra_info): Remove.
1303 (struct sh_frame_cache): New structure.
1304 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1305 (GET_TARGET_REG): Ditto but target register.
1306 (GET_PUSHED_REG): Remove.
1307 (IS_MOV_ARG_TO_REG): New macro.
1308 (IS_MOV_ARG_TO_IND_R14): New macro.
1309 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1310 (IS_MOVW_PCREL_TO_REG): New macro.
1311 (IS_MOVL_PCREL_TO_REG): New macro.
1312 (IS_SUB_REG_FROM_SP): New macro.
1313 (IS_ARG_MOV): Remove.
1314 (IS_MOV_TO_R14): Remove.
1315 (IS_RESTORE_FP): New macro.
1316 (IS_RTS): New macro.
1317 (IS_LDS): New macro.
1318 (IS_MOV_FP_SP): New macro.
1319 (IS_ADD_REG_TO_FP): New macro.
1320 (IS_ADD_IMM_FP): New macro.
1321 (sh_skip_prologue_hard_way): Remove.
1322 (sh_saved_pc_after_call): Remove.
1323 (sh_frame_chain): Remove.
1324 (sh_find_callers_reg): Remove.
1325 (sh_nofp_frame_init_saved_regs): Remove.
1326 (sh_fp_frame_init_saved_regs): Remove.
1327 (sh_init_extra_frame_info): Remove.
1328 (sh_analyze_prologue): New function.
1329 (sh_skip_prologue): Remove deprecated code. Rely on new function
1330 sh_analyze_prologue when after_prologue fails.
1331 (sh_frame_saved_pc): Remove.
1332 (sh_alloc_frame_cache): New function.
1333 (sh_frame_cache): Ditto.
1334 (sh_frame_prev_register): Ditto.
1335 (sh_frame_this_id): Ditto.
1336 (sh_frame_unwind): New structure defining the heuristic frame
1337 sniffer interface.
1338 (sh_frame_sniffer): New function.
1339 (sh_unwind_sp): Ditto.
1340 (sh_unwind_pc): Ditto.
1341 (sh_unwind_dummy_id): Ditto.
1342 (sh_frame_base_address): Ditto.
1343 (sh_frame_base): New structure defining new frame base code.
1344 (sh_in_function_epilogue_p): New function.
1345 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1346 code and to call all new code instead. Initialize dwarf2 and
1347 heuristic frame sniffer.
1348
1349 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1350
1351 * parser-defs.h (struct exp_descriptor): New definition, containing
1352 language-specific info for printing, prefixifying, dumping, and
1353 evaluating expressions.
1354 (exp_descriptor_standard): Declare new variable.
1355 (print_subexp): Make global and declare here (from expprint.c).
1356 (dump_subexp): Ditto.
1357 (dump_subexp_body_standard): Declare.
1358 (operator_length_standard): Declare.
1359 (op_name_standard): Declare.
1360 (print_subexp): Declare.
1361 (print_subexp_standard): Declare.
1362
1363 * language.h (struct language_defn): Add la_exp_desc field to hold
1364 pointer to table for language-specific operators.
1365 Remove evaluate_exp field, which is now in struct exp_descriptor.
1366
1367 * parse.c (operator_length): Move most code to new
1368 operator_length_standard function. Use language-specific information.
1369 (operator_length_standard): New function taking most code from
1370 operator_length.
1371 (exp_descriptor_standard): New constant.
1372
1373 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1374 and OP_EXTENDED_LAST.
1375
1376 * expprint.c (print_subexp): Use language-specific print_subexp.
1377 Make global; remove static declaration.
1378 Move most code to print_subexp_standard.
1379 (print_subexp_standard): New function, containing code formerly in
1380 print_subexp.
1381 (op_name): Add expression to argument signature.
1382 Use langauge-specific op_name.
1383 Move most code to op_name_standard.
1384 (op_name_standard): New function, containing code formerly in op_name.
1385 (dump_subexp): Use new version of op_name function.
1386 Use language-specific dump_subexp_body, and move most existing code to
1387 dump_subexp_body_standard.
1388 (dump_raw_expression): Use new op_name interface.
1389 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1390 (dump_subexp_body_standard): New function, containing code formerly
1391 in dump_subexp_body.
1392
1393 * language.c (unknown_language): Add default la_exp_desc field and
1394 remove evaluate_exp field.
1395 (auto_language): Ditto.
1396 (local_language): Ditto.
1397 * f-lang.c (f_language_defn): Ditto.
1398 * c-lang.c (c_language_defn): Ditto.
1399 (cplus_language_defn): Ditto.
1400 (asm_language_defn): Ditto.
1401 (minimal_language_defn): Ditto.
1402 * p-lang.c (pascal_language_defn): Ditto.
1403 * m2-lang.c (m2_language_defn): Ditto.
1404 * objc-lang.c (objc_language_defn): Ditto.
1405
1406 * jv-lang.c (exp_descriptor_java): New variable, containing
1407 Java-specific expression evaluator.
1408 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1409 field.
1410 * scm-lang.c (exp_descriptor_scm): New variable, containing
1411 Scheme-specific expression evaluator.
1412 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1413 field.
1414 * objc-lang.c (print_object_command): Take evaluate_exp from the
1415 la_exp_desc field.
1416
1417 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1418
1419 * eval.c: Include parser-defs.h for the full declaration of
1420 la_exp_desc's type.
1421 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1422
1423 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1424
1425 * parser-defs.h (operator_length): Declare.
1426
1427 * parse.c (length_of_subexp): Use operator_length to get operator
1428 lengths and arities for operators.
1429 Move most code to new operator_length function.
1430 (operator_length): New function absorbing most code from
1431 length_of_subexp.
1432 (prefixify_subexp): Remove large case and use operator_length instead.
1433 (parse_exp_1): Use renamings:
1434 dump_prefix_expression => dump_raw_expression and
1435 dump_postfix_expression => dump_prefix_expression.
1436
1437 * expression.h (dump_prefix_expression): Rename to ...
1438 (dump_raw_expression): New name.
1439 (dump_postfix_expression): Rename to ...
1440 (dump_prefix_expression): New name.
1441
1442 * expprint.c (dump_subexp): Make global. Add comment.
1443 Move most existing code to dump_subexp_body.
1444 (dump_subexp_body): New function.
1445 (dump_prefix_expression): Rename to dump_raw_expression.
1446 Remove attempt to print the expression via print_expression: it can't
1447 work before the expression is prefixified.
1448 (dump_raw_expression): Renamed from dump_prefix_expression.
1449 (dump_postfix_expression): Rename to dump_prefix_expression, since
1450 that's what it does.
1451 Remove 'note' parameter, since this routine must be used on
1452 prefixified expression.
1453 (dump_prefix_expression): Renamed from dump_postfix_expression.
1454
1455 2003-09-22 Jim Blandy <jimb@redhat.com>
1456
1457 * dwarf2read.c (read_array_type): When building the type for an
1458 array of unspecified length, make sure to choose the upper bound
1459 so that the array's total length comes out to be zero --- that's
1460 how we represent such arrays.
1461
1462 2003-09-22 Michael Chastain <mec@shout.net>
1463
1464 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1465
1466 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1467
1468 * top.c (quit_force): Fix indirect call to quit_target so
1469 a struct qt_args pointer is passed.
1470
1471 2003-09-22 Andrew Cagney <cagney@redhat.com>
1472
1473 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1474 * arch-utils.c (init_frame_pc_noop): Delete function.
1475 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1476 "init_frame_pc".
1477 * mips-tdep.c (mips_gdbarch_init): Ditto.
1478 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1479 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1480 declaration.
1481 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1482 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1483 declaration.
1484 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1485
1486 2003-09-22 Anthony Green <green@redhat.com>
1487
1488 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1489 declaration.
1490
1491 2003-09-20 Andrew Cagney <cagney@redhat.com>
1492
1493 * breakpoint.c: Eliminate ARGSUSED.
1494 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1495 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1496 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1497 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1498 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1499 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1500 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1501 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1502 * wince.c, remote-vx.c: Ditto.
1503
1504 * cli/cli-script.c: Remove "register" attributes.
1505 * config/pa/tm-hppa.h: Ditto.
1506 * cli/cli-decode.c: Ditto.
1507 * cli/cli-cmds.c: Ditto.
1508
1509 2003-09-19 Andrew Cagney <cagney@redhat.com>
1510
1511 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1512 DEPRECATED_NPC_REGNUM.
1513 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1514
1515 2003-09-19 Christopher Faylor <cgf@redhat.com>
1516
1517 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1518
1519 2003-09-19 Jim Blandy <jimb@redhat.com>
1520
1521 * macrotab.c (macro_include): Use the correct comparison to find
1522 the appropriate place for this inclusion in the list.
1523
1524 2003-09-19 Andrew Cagney <cagney@redhat.com>
1525
1526 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1527 (DEPRECATED_HPUX_TEXT_END): Define.
1528 (deprecated_hpux_text_end): Declare.
1529 (struct target_ops): Declare opaque.
1530 * hppah-nat.c (text_end): Make static.
1531 (deprecated_hpux_text_end): New function.
1532 * exec.c (text_end): Delete global variable.
1533 (NEED_TEXT_START_END): Do not define.
1534 (exec_file_attach): Replace code computing "text_end" code with
1535 call to DEPRECATED_HPUX_TEXT_END.
1536
1537 2003-09-19 Andrew Cagney <cagney@redhat.com>
1538
1539 * utils.c (align_up, align_down): New functions.
1540 * defs.h (align_up, align_down): Declare.
1541 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1542 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1543 and "align_down".
1544 (round_up, round_down): Delete functions.
1545 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1546 "align_down".
1547 (ROUND_DOWN, ROUND_UP): Delete macros.
1548 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1549 * h8300-tdep.c: Replace "round_up" and "round_down" with
1550 "align_up" and "align_down".
1551 (round_up, round_down): Delete macros.
1552 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1553 "align_down".
1554 (ROUND_UP, ROUND_DOWN): Delete macros.
1555
1556 2003-09-18 J. Brobecker <brobecker@gnat.com>
1557
1558 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1559 hard-coded constant. Use the proper machine name instead.
1560
1561 2003-09-17 Andrew Cagney <cagney@redhat.com>
1562
1563 * sparc-tdep.c (legacy_register_name): Delete function.
1564 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1565 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1566 * infcmd.c (gdb_register_name): Delete variable.
1567 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1568 REGISTER_NAME and "tm.h".
1569 * gdbarch.h, gdbarch.c: Regenerate.
1570 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1571 REGISTER_NAMES in comments.
1572 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1573 * m68klinux-nat.c (regmap): Ditto.
1574
1575 2003-09-17 Jim Blandy <jimb@redhat.com>
1576
1577 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1578
1579 2003-09-17 Andrew Cagney <cagney@redhat.com>
1580
1581 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1582 (ppcnbsd_init_abi): Set "use_struct_convention" to
1583 "ppcnbsd_use_struct_convention".
1584
1585 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1586
1587 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1588 * gdbarch.h, gdbarch.c: Regenerate.
1589 (stabs_argument_has_addr): New architecture method.
1590 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1591 * arch-utils.c: Include "buildsym.h".
1592 (default_stabs_argument_has_addr): New function.
1593 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1594 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1595
1596 2003-09-17 Andrew Cagney <cagney@redhat.com>
1597
1598 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1599 * gdbarch.h, gdbarch.c: Regenerate.
1600 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1601 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1602 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1603 * sparcnbsd-tdep.c: Update.
1604
1605 2003-09-17 Andrew Cagney <cagney@redhat.com>
1606
1607 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1608 * gdbarch.h, gdbarch.c: Regenerate.
1609 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1610 * d10v-tdep.c, frame.c: Update.
1611 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1612 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1613 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1614 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1615 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1616 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1617 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1618 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1619 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1620 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1621 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1622 * config/pa/nm-hppah.h: Update.
1623
1624 2003-09-16 Andrew Cagney <cagney@redhat.com>
1625
1626 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1627 "use_struct_convention" to "ppc_linux_use_struct_convention".
1628 (ppc_linux_use_struct_convention): New function.
1629 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1630 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1631 "rs6000_use_struct_convention".
1632 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1633 declaration.
1634 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1635 Delete function.
1636
1637 2003-09-16 Andrew Cagney <cagney@redhat.com>
1638
1639 * buildsym.c: Remove more occurances of "register".
1640 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1641 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1642 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1643 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1644 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1645 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1646 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1647 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1648
1649 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1650
1651 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1652 numbers to enumeration values.
1653 * sh-tdep.c: Accomodate above change.
1654 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1655 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1656 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1657 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1658 (IS_FPUSH): Rename from IS_FMOV.
1659 (sh_extract_struct_value_address): Remove useless comment.
1660 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1661 instead of own local values.
1662 (sh_dump_tdep): Remove.
1663 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1664 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1665
1666 2003-09-15 Andrew Cagney <cagney@redhat.com>
1667
1668 * doublest.c (convert_floatformat_to_doublest): No longer need to
1669 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1670
1671 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1672
1673 * values.c (unpack_double): Call floatformat_is_valid.
1674
1675 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1676
1677 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1678 ps_strings into a long.
1679
1680 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1681 _initialize_am64fbsd_nat.
1682
1683 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1684
1685 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1686 associated with DW_AT_ranges attribute is out of bounds.
1687
1688 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1689
1690 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1691
1692 2003-09-14 Michael Chastain <mec@shout.net>
1693
1694 * config/m68k/nm-apollo68v.h: Delete.
1695 * config/m68k/xm-apollo68v.h: Delete.
1696
1697 2003-09-14 Andrew Cagney <cagney@redhat.com>
1698
1699 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1700 * dcache.c: Update copyrights and descriptions.
1701 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1702
1703 2003-09-14 Andrew Cagney <cagney@redhat.com>
1704
1705 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1706 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1707
1708 2003-09-14 Andrew Cagney <cagney@redhat.com>
1709
1710 * alpha-nat.c: Remove some occurances of "register".
1711 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1712 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1713 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1714 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1715 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1716 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1717 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1718 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1719 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1720 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1721 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1722 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1723 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1724 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1725 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1726 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1727 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1728 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1729 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1730 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1731 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1732 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1733
1734 2003-09-13 Andrew Cagney <cagney@redhat.com>
1735
1736 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1737 * ppc-tdep.h (struct regcache): Declare opaque.
1738 * objfiles.h (struct objfile_data): Declare opaque.
1739 * cp-support.h (struct objfile): Declare opaque.
1740 * linux-nat.h (target_waitstatus): Declare opaque.
1741
1742 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1743
1744 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1745 (stabs_argument_has_addr): New architecture method.
1746 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1747 * arch-utils.c: Include "buildsym.h".
1748 (default_stabs_argument_has_addr): New function.
1749 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1750 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1751
1752 * cris-tdep.c (cris_gdbarch_init): Set
1753 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1754 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1755 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1756 * mips-tdep.c (mips_gdbarch_init): Likewise.
1757 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1758 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1759
1760 2003-09-13 Andrew Cagney <cagney@redhat.com>
1761
1762 * values.c (using_struct_return): Delete "function" and "funcaddr"
1763 parameters.
1764 * value.h (using_struct_return): Update declaration.
1765 * infcmd.c (finish_command_continuation): Update.
1766 (finish_command): Update.
1767 * infcall.c (call_function_by_hand): Update.
1768 * eval.c (evaluate_subexp_standard): Update.
1769
1770 2003-09-13 Christopher Faylor <cgf@redhat.com>
1771
1772 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1773 SSE registers since gdb will not operate correctly without this.
1774 Restore include file ordering munged in previous change.
1775 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1776
1777 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1778
1779 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1780 REG_STRUCT_HAS_ADDR.
1781 * gdbarch.c, gdbarch.h: Updated.
1782 * infcall.c (call_function_by_hand): Update.
1783 * stabsread.c (define_symbol): Updated.
1784
1785 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1786
1787 2003-09-12 Christopher Faylor <cgf@redhat.com>
1788
1789 * win32-nat.c: Reorganize so that defines used by target headers are
1790 actually defined by the system headers.
1791 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1792 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1793
1794 2003-09-12 Jim Blandy <jimb@redhat.com>
1795
1796 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1797 the file has no .data, .bss, or .rodata sections. Instead wait
1798 until we see a variable alleged to live in one of those sections.
1799
1800 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1801 .bss section, presume that any variables we find live in the
1802 .rodata section.
1803
1804 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1805 offsets for global and static variables.
1806
1807 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1808 symbol types are, by definition, in the .data section, so it is
1809 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1810 If there is no .data section, there should be no N_DATA or N_DATA
1811 | N_EXT symbols.
1812
1813 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1814
1815 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1816 (amd64fbsd_sigcontext_addr): Rewrite.
1817 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1818 with correct values.
1819 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1820 (amd64fbsd_init_abi): Fix typo.
1821
1822 2003-09-12 Andrew Cagney <cagney@redhat.com>
1823
1824 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1825 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1826
1827 2003-09-12 Andrew Cagney <cagney@redhat.com>
1828
1829 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1830 "entry_file_highpc". Update comments.
1831 * defs.h (deprecated_inside_entry_file): Rename
1832 "inside_entry_file".
1833 * blockframe.c (deprecated_inside_entry_file): Rename
1834 "inside_entry_file".
1835 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1836 * vax-tdep.c (vax_frame_chain): Update.
1837 * sh64-tdep.c (sh64_frame_chain): Update.
1838 * sh-tdep.c (sh_frame_chain): Update.
1839 * rs6000-tdep.c (rs6000_frame_chain): Update.
1840 * ns32k-tdep.c (ns32k_frame_chain): Update.
1841 * mips-tdep.c (mips_frame_chain): Update.
1842 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1843 * m32r-tdep.c (m32r_frame_this_id): Update.
1844 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1845 * frv-tdep.c (frv_frame_this_id): Update.
1846 * d10v-tdep.c (d10v_frame_this_id): Update.
1847 * cris-tdep.c (cris_frame_chain): Update.
1848 * blockframe.c (legacy_frame_chain_valid): Update.
1849 * avr-tdep.c (avr_frame_this_id): Update.
1850 * arm-tdep.c (arm_prologue_this_id): Update.
1851 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1852 * objfiles.c (objfile_relocate): Update.
1853 * mipsread.c (mipscoff_symfile_read): Update.
1854 (mipscoff_symfile_read): Update.
1855 * mdebugread.c (parse_partial_symbols): Update.
1856 * dwarfread.c (read_file_scope): Update.
1857 * dwarf2read.c (read_file_scope): Update.
1858 * dbxread.c (read_dbx_symtab): Update.
1859 (read_dbx_symtab): Update.
1860 * coffread.c (complete_symtab): Update.
1861
1862 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1863
1864 * top.c (quit_target): New static helper function.
1865 (quit_force): Moved code to quit_target(). Call quit_target()
1866 via catch_errors() to catch errors during quit.
1867
1868 2003-09-11 David Carlton <carlton@kealia.com>
1869
1870 * buildsym.c (finish_block): Use allocate_block to allocate the
1871 block.
1872 * mdebugread.c (new_block): Add FIXME.
1873
1874 2003-09-11 David Carlton <carlton@kealia.com>
1875
1876 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1877 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1878 (recursive_dump_type): Ditto.
1879 * printcmd.c (print_formatted): Ditto.
1880 * typeprint.c (print_type_scalar): Ditto.
1881 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1882 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1883 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1884 maint_cplus_cmd_list.
1885 * cp-support.c: Make maint_cplus_cmd_list extern.
1886 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1887 command.h.
1888 (lookup_symbol_file): Look in possible namespace blocks when
1889 appropriate.
1890 (initialize_namespace_symtab): New.
1891 (get_possible_namespace_block, free_namespace_block)
1892 (check_possible_namespace_symbols)
1893 (check_possible_namespace_symbols_loop)
1894 (check_one_possible_namespace_symbol)
1895 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1896 (_initialize_cp_namespace): Ditto.
1897 * block.h: Declare allocate_block.
1898 * block.c (allocate_block): New.
1899 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1900 allocate_block.
1901 * symfile.h: Update declaration of add_psymbol_to_list.
1902 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1903 question.
1904 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1905 scan_partial_symbols_call.
1906 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1907 helper functions.
1908 (add_partial_symbol): If necessary, scan mangled names for names
1909 of namespaces.
1910 (add_partial_namespace): Add NAMESPACE argument; generate partial
1911 symbols associated to namespaces.
1912 (add_partial_enumeration): Add NAMESPACE argument.
1913 (new_symbol): Allow namespace syms.
1914 (read_namespace): Generate namespace syms.
1915 * objfiles.h: Add opaque declaration of struct symtab.
1916 (struct objfile): Add cp_namespace_symtab member.
1917 * objfiles.c (allocate_objfile): Set
1918 objfile->cp_namespace_symtab.
1919 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1920 dictionary_h, command_h.
1921
1922 2003-09-11 Andrew Cagney <cagney@redhat.com>
1923
1924 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1925 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1926 near the function's end.
1927 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1928 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1929 regcache_raw_write_signed to set SP_REGNUM.
1930
1931 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1932
1933 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1934 orig_addrs is set up properly.
1935
1936 2003-09-11 Andrew Cagney <cagney@redhat.com>
1937
1938 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1939 * gdbarch.h, gdbarch.c: Re-generate.
1940 * infcall.c (call_function_by_hand): Update.
1941 * hppa-tdep.c (hppa_push_arguments): Update.
1942 * ada-lang.c (place_on_stack): Update.
1943 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1944 * sparc-tdep.c (sparc_gdbarch_init): Update.
1945 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1946 * hppa-tdep.c (hppa_gdbarch_init): Update.
1947 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1948 stack_align.
1949
1950 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1951
1952 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1953 register do need a frame.
1954
1955 2003-09-11 Andrew Cagney <cagney@redhat.com>
1956
1957 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1958 buildable since GDB 5.0.
1959 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1960 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1961 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1962 * irix4-nat.c: Delete file.
1963 * config/mips/irix4.mh: Delete file.
1964 * config/mips/irix3.mh: Delete file.
1965 * config/mips/irix3.mt: Delete file.
1966 * config/mips/tm-irix3.h: Delete file.
1967 * config/mips/nm-irix3.h: Delete file.
1968 * config/mips/xm-irix3.h: Delete file.
1969 * config/mips/nm-irix4.h: Delete file.
1970 * config/mips/xm-irix4.h: Delete file.
1971 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1972
1973 2003-09-10 J. Brobecker <brobecker@gnat.com>
1974
1975 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1976 * Makefile.in (hppa-tdep.o): Update dependencies.
1977
1978 2003-09-10 James E Wilson <wilson@specifixinc.com>
1979
1980 * MAINTAINERS: Change my e-mail address. Move to paper trail
1981 section.
1982
1983 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1984
1985 * MAINTAINERS (frv): New ISA entry.
1986
1987 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1988
1989 * frv-tdep.c (dis-asm.h): Include.
1990 * Makefile.in (frv-tdep.o): Update dependencies.
1991
1992 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1993
1994 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1995 Fix typo for high range of floating registers.
1996
1997 2003-09-09 David Carlton <carlton@kealia.com>
1998
1999 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2000 highpc initialization here out of scan_partial_symbols.
2001 (scan_partial_symbols): Restructure into a recursive version,
2002 calling add_partial_namespace and add_partial_enumeration when
2003 appropriate.
2004 (add_partial_namespace): New.
2005 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2006
2007 2003-09-09 Andrew Cagney <cagney@redhat.com>
2008
2009 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2010 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2011 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2012 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2013
2014 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2015 (rs6000_push_dummy_call): Set the "TOC" register.
2016
2017 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2018 methods "max_register_raw_size", "max_register_virtual_size" or
2019 "register_virtual_size".
2020
2021 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2022
2023 * MAINTAINERS: Update my e-mail address.
2024
2025 2003-09-09 Andrew Cagney <cagney@redhat.com>
2026
2027 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2028 (rs6000_push_dummy_call): Store the struct return address.
2029 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2030
2031 2003-09-09 Andrew Cagney <cagney@redhat.com>
2032
2033 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2034 "ppc_sysv_abi_push_arguments".
2035 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2036 "ppc_sysv_abi_push_arguments".
2037 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2038 instead of "push_arguments".
2039 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2040
2041 2003-09-09 Andrew Cagney <cagney@redhat.com>
2042
2043 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2044 instead of CALL_DUMMY_ADDRESS.
2045
2046 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2047
2048 * p-lang.c: Eliminate "register".
2049 * c-lang.c: Ditto.
2050 * expprint.c: Ditto.
2051 * f-lang.c: Ditto.
2052 * jv-lang.c: Ditto.
2053 * language.c: Ditto.
2054 * m2-lang.c: Ditto.
2055 * parse.c: Ditto.
2056 * scm-lang.c: Ditto.
2057 * objc-lang.c: Ditto.
2058
2059 2003-09-09 Nick Clifton <nickc@redhat.com>
2060
2061 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2062
2063 2003-09-04 Andrew Cagney <cagney@redhat.com>
2064
2065 * avr-tdep.c: Include "dis-asm.h".
2066 * cris-tdep.c: Include "dis-asm.h".
2067 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2068 instead of corresponding typedef.
2069 * h8300-tdep.c: Include "dis-asm.h".
2070 * ia64-tdep.c: Include "dis-asm.h".
2071 * i386-tdep.c: Include "dis-asm.h".
2072 (i386_print_insn): Use "struct disassemble_info" instead of
2073 corresponding typedef.
2074 * m68k-tdep.c: Include "dis-asm.h".
2075 * mcore-tdep.c: Include "dis-asm.h".
2076 * mips-tdep.c: Include "dis-asm.h".
2077 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2078 instead of corresponding typedef.
2079 * ns32k-tdep.c: Include "dis-asm.h".
2080 * s390-tdep.c: Include "dis-asm.h".
2081 * sparc-tdep.c: Include "dis-asm.h".
2082 * vax-tdep.c: Include "dis-asm.h".
2083 * v850-tdep.c: Include "dis-asm.h".
2084 * mn10300-tdep.c: Include "dis-asm.h".
2085 * rs6000-tdep.c: Include "dis-asm.h".
2086 * xstormy16-tdep.c: Include "dis-asm.h".
2087 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2088 print_insn_xstormy16.
2089 * Makefile.in (v850-tdep.o): Update dependencies.
2090 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2091 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2092 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2093 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2094 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2095 (gdbarch_h): Remove $(dis_asm_h).
2096 * disasm.c: Include "dis-asm.h".
2097 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2098 corresponding typedef.
2099 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2100 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2101 * gdbarch.sh: Do not include "dis-asm.h".
2102 (struct disassemble_info): Declare opaque.
2103 (TARGET_PRINT_INSN): Update declaration.
2104 * gdbarch.h, gdbarch.c: Re-generate.
2105
2106 2003-09-08 Andrew Cagney <cagney@redhat.com>
2107
2108 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2109 CALL_DUMMY_ADDRESS, change to a predicate.
2110 * gdbarch.h, gdbarch.c: Re-generate.
2111 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2112 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2113 * infcall.c (call_function_by_hand): Ditto.
2114 * sparc-tdep.c (sparc_push_return_address): Ditto.
2115 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2116 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2117 CALL_DUMMY_ADDRESS with entry_point_address.
2118 * v850-tdep.c (v850_push_return_address): Ditto.
2119 * s390-tdep.c (s390_push_return_address): Ditto.
2120 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2121 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2122 * mcore-tdep.c (mcore_push_return_address): Ditto.
2123 * cris-tdep.c (cris_push_return_address): Ditto.
2124 * arm-tdep.c (arm_push_return_address): Ditto.
2125
2126 2003-09-08 Andrew Cagney <cagney@redhat.com>
2127
2128 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2129 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2130 and REG_UNMODIFIED to REG_SAME_VALUE.
2131 (execute_cfa_program): Update.
2132 (dwarf2_frame_cache): Update. Initialize table to
2133 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2134 location.
2135 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2136
2137 2003-09-08 Andrew Cagney <cagney@redhat.com>
2138
2139 * gnu-nat.c: Remove "inline" function attribute.
2140 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2141
2142 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2143
2144 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2145 target.
2146
2147 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2148
2149 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2150 (frame_extra_info): Rename this struct to frv_unwind_cache.
2151 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2152 Add fields ``prev_sp'' and ``base''.
2153 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2154 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2155 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2156 Delete.
2157 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2158 Revise all callers. Fill in the unwind cache argument and make
2159 other adjustments to account for new frame mechanisms.
2160 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2161 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2162 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2163 (frv_frame_unwind, frv_frame_base): New structs.
2164 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2165 additional arguments expected by this method and adjust function
2166 body accordingly.
2167 (frv_gdbarch_init): Remove calls to the following functions:
2168 set_gdbarch_deprecated_init_frame_pc(),
2169 set_gdbarch_deprecated_saved_pc_after_call(),
2170 set_gdbarch_deprecated_frame_chain(),
2171 set_gdbarch_deprecated_frame_saved_pc(),
2172 set_gdbarch_deprecated_frame_init_saved_regs(),
2173 set_gdbarch_deprecated_push_arguments(),
2174 set_gdbarch_deprecated_push_return_address(),
2175 set_gdbarch_deprecated_pop_frame(),
2176 set_gdbarch_deprecated_call_dummy_words(),
2177 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2178 set_gdbarch_deprecated_init_extra_frame_info(),
2179 set_gdbarch_deprecated_dummy_write_sp(), and
2180 set_gdbarch_deprecated_pc_in_call_dummy().
2181 Add calls to the following functions:
2182 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2183 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2184 frame_base_set_default().
2185 * Makefile.in (frv-tdep.o): Update dependencies.
2186
2187 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2188
2189 * dwarf2-frame.c (read_encoded_value): Add support for
2190 DW_EH_PE_aligned encoding.
2191
2192 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2193
2194 * infrun.c (normal_stop): Don't print a message if the inferior
2195 has exited.
2196
2197 2003-09-08 Jim Blandy <jimb@redhat.com>
2198
2199 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2200 * dbxread.c: #include "gdb_assert.h".
2201 (read_dbx_symtab): If the objfile has no .data section, use the
2202 section index for the .bss section instead.
2203
2204 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2205
2206 * frame.c (deprecated_safe_get_selected_frame): New function.
2207 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2208 * findvar.c (read_var_value): Call it.
2209
2210 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2211
2212 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2213 (sh64-tdep.o): Add dependencies.
2214 * configure.tgt: Add FIXME to sh-*-linux*.
2215 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2216 (sh_gdbarch_init): Always set correct sh_show_regs function
2217 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2218 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2219 * sh64-tdep.c: New file, containing all sh64 related code from
2220 sh-tdep.c.
2221 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2222 * config/sh/linux.mt (TDEPFILES): Ditto.
2223 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2224 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2225 * config/sh/wince.mt (TDEPFILES): Ditto.
2226
2227 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2228
2229 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2230 (stop_wait_callback): Handle !lp->signalled also.
2231 (lin_lwp_has_pending, flush_callback): New functions.
2232 (lin_lwp_wait): Call flush_callback.
2233 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2234 (linux_proc_pending_signals): New function.
2235 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2236
2237 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2238
2239 From Nick Kelsey <nickk@ubicom.com>:
2240 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2241 when the stop PC is at the beginning of a function also.
2242
2243 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2244
2245 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2246 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2247
2248 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2249
2250 * sol-thread.c: Include "gdb_string.h".
2251
2252 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2253
2254 * gcore.c: Reorder include files in alphabetical order. Include
2255 "gdb_assert.h". Various coding style fixes.
2256 (derive_stack_segment, derive_heap_segment): Replace check for
2257 non-null BOTTOM and TOP with gdb_assert.
2258 (derive_heap_segment): Replace check for successful creation of
2259 ZERO with gdb_assert.
2260 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2261
2262 2003-09-04 Andrew Cagney <cagney@redhat.com>
2263
2264 * thread-db.c (verbose_dlsym): New function.
2265 (thread_db_load): Use verbose_dlsym
2266 (thread_db_new_objfile): Print that libthread_db was loaded, and
2267 that thread debugging was enabled.
2268
2269 2003-09-04 Andrew Cagney <cagney@redhat.com>
2270
2271 * configure.tgt: Add "mips64*-*-*" target. Delete
2272 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2273 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2274 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2275 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2276 mips*-sony-*, and mips64*-*-elf* targets.
2277 * config/mips/embedl.mt: Delete file.
2278 * config/mips/embedl64.mt: Delete file.
2279 * config/mips/mips.mt: Delete file.
2280 * config/mips/mips64.mt: Delete file.
2281 * config/mips/tm-embed.h: Delete file.
2282 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2283 * config/mips/embed64.mt: Delete out-of-date comment.
2284
2285 2003-09-04 Andrew Cagney <cagney@redhat.com>
2286
2287 * hppa-tdep.c (hppa_gdbarch_init): Set
2288 "have_nonsteppable_watchpoint".
2289 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2290 * mips-tdep.c (mips_dump_tdep): Do not print
2291 HAVE_NONSTEPPABLE_WATCHPOINT.
2292 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2293 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2294 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2295 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2296
2297 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2298
2299 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2300 unused code. Add comment.
2301
2302 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2303
2304 * breakpoint.c (watchpoint_check): Check for pc being in an
2305 epilogue if watchpoint frame couldn't be found.
2306
2307 2003-09-04 Andrew Cagney <cagney@redhat.com>
2308
2309 * Makefile.in: Re-generate all dependencies.
2310
2311 2003-09-03 Andrew Cagney <cagney@redhat.com>
2312
2313 * arch-utils.h (legacy_print_insn): Delete declaration.
2314 * arch-utils.c (legacy_print_insn): Delete function.
2315 * disasm.c (deprecated_tm_print_insn_info): Delete.
2316 (_initialize_disasm): Delete function, contained code initializing
2317 deprecated_tm_print_insn_info.
2318 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2319 (deprecated_tm_print_insn_info): Delete.
2320 (TARGET_PRINT_INSN): Do not provide a default.
2321 * gdbarch.h, gdbarch.c: Re-generate.
2322
2323 2003-09-03 Andrew Cagney <cagney@redhat.com>
2324
2325 * disasm.c (fprintf_disasm): New function.
2326 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2327 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2328 reverts 2003-08-14 change.
2329 (_initialize_disasm): Call "init_disassemble_info", instead of
2330 INIT_DISASSEMBLE_INFO_NO_ARCH.
2331
2332 2003-09-03 Michael Snyder <msnyder@redhat.com>
2333
2334 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2335
2336 2003-09-03 Andrew Cagney <cagney@redhat.com>
2337
2338 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2339 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2340 * symfile.c (syms_from_objfile): Update.
2341 (reread_symbols): `Update
2342 * exec.c (exec_file_attach): Update.
2343 (exec_file_attach): Update.
2344 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2345 2003-08-29 change.
2346 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2347
2348 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2349
2350 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2351 trad-frame.h.
2352 (arm_get_cache): Delete macro.
2353 (struct arm_prologue_cache): Update comments. Make saved_regs into
2354 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2355 to prev_sp.
2356 (thumb_scan_prologue): Update for cache changes. Don't call
2357 DEPRECATED_PC_IN_CALL_DUMMY.
2358 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2359 argument and use it in desperation search for our prologue. Do not
2360 search past the specified PC.
2361 (arm_make_prologue_cache): Simplify.
2362
2363 (arm_prologue_this_id, arm_prologue_prev_register)
2364 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2365 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2366 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2367 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2368 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2369
2370 (arm_frame_chain_valid, arm_find_callers_reg)
2371 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2372 (arm_pop_frame): Delete obsolete methods.
2373 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2374
2375 (arm_gdbarch_init): Update for new frame methods. Register prologue
2376 and sigtramp unwinders. Set the default frame base method.
2377
2378 * Makefile.in (arm-tdep.o): Update dependencies.
2379 * varobj.c (find_frame_addr_in_frame_chain): Call
2380 get_frame_base_address.
2381 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2382
2383 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2384
2385 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2386 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2387 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2388 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2389 Take NEXT_FRAME and CACHE arguments. Call
2390 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2391 Set unwound_pc in CACHE instead of modifying the frame argument.
2392 Don't bother checking the frame type when looking for sigtramp
2393 frames.
2394 (arm_make_prologue_cache, arm_frame_chain)
2395 (arm_init_extra_frame_info): New functions.
2396
2397 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2398
2399 * arm-tdep.c (arm_get_cache): Define.
2400 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2401 unwound_sp, unwound_pc, and saved_regs.
2402 (thumb_scan_prologue): Take a cache instead of the frame.
2403 (arm_scan_prologue): Likewise.
2404 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2405 instead of a temporary frame.
2406 (arm_init_extra_frame_info): Allocate and use a cache.
2407 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2408
2409 2003-09-03 Andrew Cagney <cagney@redhat.com>
2410
2411 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2412 * config/mips/wince.mt (TM_CLIBS): Ditto.
2413 * config/sh/wince.mt (TM_CLIBS): Ditto.
2414 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2415 * config/sparc/sp64.mt (CC): Delete.
2416
2417 2003-09-03 Andrew Cagney <cagney@redhat.com>
2418
2419 * defs.h: Do not include "arch-utils.h".
2420 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2421 GDB_MULTI_ARCH_PURE.
2422 * configure.in (GDB_MULTI_ARCH): Do not define.
2423 * configure, config.in: Regenerate.
2424 * configure.tgt: Do not set variable "gdb_multi_arch".
2425 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2426 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2427 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2428 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2429 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2430 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2431 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2432 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2433 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2434 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2435 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2436 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2437 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2438 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2439 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2440 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2441 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2442 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2443
2444 2003-08-30 Michael Chastain <mec@shout.net>
2445
2446 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2447 * config/m68k/nm-hp300hpux.h: Delete.
2448 * config/m68k/tm-hp300hpux.h: Delete.
2449 * config/m68k/xm-hp300hpux.h: Delete.
2450 * config/m68k/xm-hp300bsd.h: Delete.
2451 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2452 tm-hp300hpux.h, xm-hp300hpux.h.
2453 * somsolib.c: Remove comment about hp300 shared libraries.
2454
2455 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2456
2457 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2458 Only define PTRACE_GET_THREAD_AREA is not already defined.
2459 Various style fixes in code and comments and some additional
2460 spelling fixes in comments. Move after functions dealing with
2461 debug registers.
2462 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2463 Fix coding-style.
2464
2465 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2466 frame_unwind_register_unsigned instead of
2467 frame_unwind_unsigned_register.
2468
2469 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2470
2471 * configure.in: Search for gethostbyname in libnsl.
2472 * configure: Regenerated.
2473
2474 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2475
2476 * configure.in: Remove redundant AC_MSG_RESULT in check for
2477 uintptr_t in stdint.h.
2478 * configure: Regenerated.
2479
2480 * amd64-nat.h (struct regcache): Add opaque declaration.
2481
2482 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2483 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2484 Change "register array" to "register cache" in comments.
2485 (x86_64_linux_gregset64_reg_offset): New variable.
2486 (GETREGS_SUPPLIES): Remove macro.
2487 (supply_gregset): Call amd64_supply_native_gregset instead of
2488 x86_64_linux_supply_gregset.
2489 (fill_gregset): Rename `regno' to `regnum'. Call
2490 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2491 (store_regs): Rename `regno' to `regnum'.
2492 (store_fpregs): Rename `regno' to `regnum'.
2493 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2494 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2495 Reorganize function a bit.
2496 (store_inferior_registers): Rename `regno' to `regnum'. Use
2497 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2498 Reorganize function a bit.
2499 (_initialize_x86_64_linux_nat): New function.
2500 * config/i386/x86-64linux.mh.
2501
2502 2003-08-29 Andrew Cagney <cagney@redhat.com>
2503
2504 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2505 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2506 (target_remove_watchpoint): Delete macro.
2507 (target_insert_watchpoint): Delete macro.
2508 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2509 (remote_mips_stopped_by_watchpoint): Delete declaration.
2510 (remote_mips_remove_watchpoint): Delete declaration.
2511 (remote_mips_set_watchpoint): Delete declaration.
2512 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2513 * remote-mips.c (_initialize_remote_mips): Set
2514 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2515 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2516 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2517 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2518 (mips_stopped_by_watchpoint): Rename
2519 remote_mips_stopped_by_watchpoint.
2520 (mips_can_hardware_watchpoint): Rename
2521 remote_mips_can_use_hardware_watchpoint, update function
2522 signature.
2523
2524 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2525
2526 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2527 USER_DS. We haven't given them a register number yet.
2528
2529 * amd64-nat.h: New file.
2530 * amd64-nat.c: New file.
2531 * amd64fbsd-nat.c: Include "amd64-nat.h".
2532 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2533 (amd64fbsd32_r_reg_offset): New variable.
2534 (supply_gregset): Simply call amd64_supply_native_gregset.
2535 (fill_gregset): Rename `regno' to `regnum'. Simply call
2536 amd64_collect_native_gregset.
2537 (fill_fpregset): Rename `regno' to `regnum'.
2538 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2539 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2540 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2541 `fpregset_t'. Call amd64_supply_native_gregset instead of
2542 supply_gregset. Call x86_64_supply_fxsave instead of
2543 supply_fpregset.
2544 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2545 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2546 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2547 `fpregset_t'. Call amd64_collect_native_gregset instead of
2548 fill_gregset. Call x86_64_collect_fxsave instead of
2549 fill_fpregset.
2550 (_initialize_am64fbsd_nat): Initialize
2551 amd64_native_gregset32_reg_offset and
2552 amd64_native_gregset64_reg_offset.
2553 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2554
2555 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2556 null pointer. Fix typo in comment.
2557
2558 * regcache.c (supply_register): Reimplement to call
2559 regcache_raw_supply.
2560 (regcache_collect): Reimplement by calling regcache_raw_collect.
2561
2562 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2563
2564 * regcache.c (register_buffer): Consitify first argument.
2565 (regcache_raw_supply, regcache_raw_collect): New
2566 functions.
2567
2568 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2569
2570 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2571 by Nathan J. Williams.
2572
2573 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2574
2575 * lin-lwp.c (wait_lwp): New function, copied from
2576 stop_wait_callback. Clean up.
2577 (stop_wait_callback): Use wait_lwp.
2578
2579 2003-08-28 Andrew Cagney <cagney@redhat.com>
2580
2581 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2582 flavour and disassembler options.
2583 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2584 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2585 deprecated_tm_print_insn_info.
2586
2587 2003-08-27 Andrew Cagney <cagney@redhat.com>
2588
2589 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2590 Use target_read_memory.
2591 (s390_get_frame_info): Update. Do not reference
2592 deprecated_tm_print_insn_info.
2593 (s390_check_function_end, s390_is_sigreturn): Ditto.
2594
2595 2003-08-27 Andrew Cagney <cagney@redhat.com>
2596
2597 * Makefile.in (cris-tdep.o): Update dependencies.
2598 * cris-tdep.c: Include "gdb_assert.h".
2599 (cris_gdbarch_init): Set print_insn.
2600 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2601 (cris_delayed_get_disassembler): Simplify, directly call the
2602 disassembler returned by cris_get_disassembler.
2603 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2604 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2605 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2606 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2607 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2608 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2609 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2610 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2611 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2612 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2613 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2614 (gdb_print_insn_sparc): Delete function.
2615 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2616 deprecated_tm_print_insn_info.
2617 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2618 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2619 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2620 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2621 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2622 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2623 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2624 (s390_gdbarch_init): Set print_insn.
2625
2626 2003-08-27 Andrew Cagney <cagney@redhat.com>
2627
2628 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2629 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2630 * infcall.c (call_function_by_hand): Convert the entry point
2631 address into a code address.
2632
2633 2003-08-27 Andrew Cagney <cagney@redhat.com>
2634
2635 * dsrec.c: Include "gdb_string.h".
2636 * Makefile.in (dsrec.o): Update dependencies.
2637
2638 2003-08-27 Michael Chastain <mec@shout.net>
2639
2640 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2641
2642 2003-08-27 Andrew Cagney <cagney@redhat.com>
2643
2644 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2645 (alpha_osf1_init_abi): Do not set call_dummy_address.
2646
2647 2003-08-27 David Carlton <carlton@kealia.com>
2648
2649 From Randolph Chung <tausq@debian.org>:
2650 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2651 compiles with -Wformat-nonliteral -Werror.
2652
2653 2003-08-26 Jim Blandy <jimb@redhat.com>
2654
2655 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2656 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2657 bfd_lookup_symbol, since we only want symbols in code sections.
2658 (look_for_base): Pass zero as the SECT_FLAGS argument to
2659 bfd_lookup_symbol, since we're not concerned about which section
2660 the symbol is in.
2661
2662 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2663
2664 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2665 we are frameless or the return address register is already known.
2666
2667 2003-08-26 Andrew Cagney <cagney@redhat.com>
2668
2669 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2670 in size. Add comments.
2671
2672 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2673
2674 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2675 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2676
2677 2003-08-26 Jason Merrill <jason@redhat.com>
2678
2679 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2680 case out of #ifdef MIPS block.
2681
2682 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2683
2684 PR java/1322
2685 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2686 available before calling SECT_OFF_TEXT.
2687 * PROBLEMS: Remove description of java/1322.
2688
2689 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2690
2691 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2692 bof, and nat0-nat127 as pseudo-registers.
2693 (ia64_frame_cache): New struct used to cache frame info.
2694 (ia64_register_reggroup_p): New routine used to override default
2695 register grouping so registers without names are still saved and
2696 restored.
2697 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2698 pseudo values.
2699 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2700 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2701 (ia64_alloc_frame_cache): New routine to create a new
2702 ia64_frame_cache.
2703 (examine_prologue): Change prototype to add next_frame pointer.
2704 Assume frameless until otherwise proven. Verify that the cfm for
2705 current frame matches the cfm that should occur for the prologues
2706 alloc insn and if equal, mark as not frameless. At end of routine,
2707 if not frameless, calculate registers for the previous frame and store
2708 in the cache, if a cache is provided.
2709 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2710 and pass 0 for next_frame.
2711 (ia64_store_return_value): Change to use convert_typed_floating()
2712 instead of calling ia64_convert_to_raw().
2713 (ia64_extract_return_value): Change to use convert_typed_floating()
2714 instead of calling ia64_convert_to_virtual().
2715 (ia64_frame_cache): New routine to support new frame model.
2716 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2717 (ia64_frame_sniffer): Ditto.
2718 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2719 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2720 (ia64_sigtramp_frame_prev_register): Ditto.
2721 (ia64_sigtramp_frame_sniffer): Ditto.
2722 (ia64_frame_base_address): Ditto.
2723 (ia64_extract_struct_value_address): Change to issue error message.
2724 (ia64_frame_align): New routine to align sp.
2725 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2726 (ia64_push_arguments): Removed. Logic moved to
2727 ia64_push_dummy_call().
2728 (ia64_push_return_address): Ditto.
2729 (ia64_unwind_dummy_id): New function.
2730 (ia64_unwind_pc): Ditto.
2731 (ia64_convert_register_p): Ditto.
2732 (ia64_register_to_value): Ditto.
2733 (ia64_value_to_register): Ditto.
2734 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2735 (ia64_register_byte, ia64_register_raw_size): Ditto.
2736 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2737 (ia64_saved_pc_after_call): Ditto.
2738 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2739 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2740 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2741 (ia64_register_convert_to_raw): Ditto.
2742 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2743 (ia64_init_extra_frame_info): Ditto.
2744 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2745 (ia64_gdbarch_init): Remove registering of deprecated functions that
2746 are no longer used. Add registration of new gdbarch functions.
2747 Remove registering deprecated_write_sp. Replace
2748 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2749 Delete set_gdbarch_deprecated_register_convertible(),
2750 set_gdbarch_deprecated_register_convert_to_virtual(), and
2751 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2752 set_gdbarch_deprecated_register_size(),
2753 set_gdbarch_deprecated_register_bytes(),
2754 set_gdbarch_pcregnum(),
2755 set_gdbarch_deprecated_register_byte(),
2756 set_gdbarch_deprecated_register_raw_size(),
2757 set_gdbarch_deprecated_max_register_raw_size(),
2758 set_gdbarch_deprecated_register_virtual_size(),
2759 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2760 Replace set_gdbarch_deprecated_extract_return_value() with
2761 set_gdbarch_extract_return_value(). Remove calls to:
2762 set_gdbarch_deprecated_saved_pc_after_call();
2763 set_gdbarch_deprecated_frame_chain(),
2764 set_gdbarch_deprecated_frame_saved_pc(),
2765 set_gdbarch_deprecated_frame_init_saved_regs(),
2766 set_gdbarch_deprecated_get_saved_register(),
2767 set_gdbarch_deprecated_call_dummy_words(),
2768 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2769 set_gdbarch_deprecated_init_extra_frame_info(),
2770 set_gdbarch_deprecated_frame_args_address(),
2771 set_gdbarch_deprecated_frame_locals_address(),
2772 and set_gdbarch_deprecated_dummy_write_sp().
2773 Add set_gdbarch_convert_register_p(),
2774 set_gdbarch_register_to_value(),
2775 set_gdbarch_value_to_register(),
2776 set_gdbarch_push_dummy_call(),
2777 set_gdbarch_frame_align(),
2778 set_gdbarch_unwind_dummy_id(),
2779 set_gdbarch_unwind_pc(),
2780 frame_unwind_append_sniffer(),
2781 frame_unwind_append_sniffer(),
2782 and frame_base_set_default().
2783
2784 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2785
2786 * configure.tgt: Document need for special "mipsisa64" handling.
2787 (mipsisa64*-*-linux64): Handle as target linux64.
2788 (mipsisa64*-*-*): Handle as target embed64.
2789
2790 2003-08-18 Michael Chastain <mec@shout.net>
2791
2792 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2793 objfile bug.
2794
2795 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2796
2797 * i387-tdep.h: Update copyright date.
2798 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2799
2800 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2801 CFLAGS games to reflect reality.
2802
2803 2003-08-24 Andrew Cagney <cagney@redhat.com>
2804
2805 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2806 GDB_MULTI_ARCH is always non-zero.
2807 * osabi.c (_initialize_gdb_osabi): Ditto.
2808 (gdbarch_init_osabi): Ditto.
2809 * sparc-tdep.c: Ditto for #if code.
2810
2811 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2812
2813 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2814 Update comments.
2815 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2816 comments.
2817 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2818 x86_64_supply_fxsave.
2819 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2820 x86_64_supply_fxsave.
2821 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2822 x86_64_supply_fxsave.
2823
2824 2003-08-23 Andreas Jaeger <aj@suse.de>
2825
2826 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2827 i387_supply_fxsave.
2828
2829 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2830
2831 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2832 i387_supply_register.
2833 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2834 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2835 i387_supply_fsave.
2836 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2837 i387_supply_fxsave.
2838 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2839 i387_supply_fsave.
2840 * i386bsd-nat.c (supply_fpregset): Adjust call to
2841 i387_supply_fsave.
2842 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2843 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2844 supply_fpregset.
2845 (store_inferior_registers): Remove extraneous whitespace. Call
2846 i387_fill_fsave instead of fill_fpregset.
2847 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2848 (supply_fpregset): Likewise.
2849 * i386v4-nat.c (supply_fpregset): Adjust call to
2850 i387_supply_fsave.
2851 * i386-interix-nat.c (supply_fpregset): Adjust call to
2852 i387_supply_fsave.
2853 * i386-linux-nat.c (supply_fpregset): Adjust call to
2854 i387_supply_fsave.
2855 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2856 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2857 i387supply_fsave and i387_supply_fxsave.
2858 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2859 Incorporate code from `i387_supply_register.
2860 (i387_supply_register): Remove.
2861 (i387_supply_fxsave): Add `regnum' argument.
2862 Update comments.
2863 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2864 prototype.
2865 (i387_supply_register): remove prototype.
2866 Update comments.
2867
2868 2003-08-22 Michael Chastain <mec@shout.net>
2869
2870 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2871 Add lines for files in gdb/testsuite/gdb.cp/* that are
2872 still not 8.3 unique.
2873
2874 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2875
2876 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2877 TYPE_VPTR_FIELDNO is valid.
2878
2879 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2880
2881 * utils.c (set_width_command): Remove prototypes.
2882 (set_screen_size): New prototype.
2883 (init_page_info): Simplify by fetching the screen size from
2884 Readline. Call set_screen_size.
2885 (set_screen_size): New function.
2886 (set_width): Add missing whitespace in comment.
2887 (set_width_command): Call set_screen_size.
2888 (set_height_command): New function.
2889 (initialize_utils): Fix formatting. Make "set height" command
2890 call set_height_command. Remove redundant code that turns off
2891 pagination if output isn't a terminal. Remove redundant call to
2892 set_width_command.
2893
2894 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2895
2896 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2897 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2898 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2899 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2900 `case' keyword.
2901 (sparc64_register_info): Give the reister with number
2902 SPARC64_STATE_REGNUM a name.
2903 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2904 %asi and %ccr.
2905 (sparc64_push_dummy_call): Take BIAS into account when checking
2906 stcak alignment.
2907 (sparc_software_single_step): Remove assertions that check whether
2908 NPC and NNPC were zero.
2909 (sparc_supply_rwindow): Make public. Merge functionality with
2910 sparc64_supply_rwindow.
2911 (sparc_fill_rwindow): Make public. Merge functionality with
2912 sparc64_fill_rwindow.
2913 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2914 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2915 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2916 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2917 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2918
2919 * reggroups.c: Add whitespace after declarations of local
2920 variables in functions.
2921
2922 2003-08-21 Michael Chastain <mec@shout.net>
2923
2924 * gdbtypes.h: Change array bound type from an int to enum.
2925
2926 2003-08-21 Andrew Cagney <cagney@redhat.com>
2927
2928 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2929 * config/sparc/tm-sparc.h: Ditto.
2930 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2931 unconditionally.
2932 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2933
2934 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2935
2936 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2937 (register_objfile_data, set_objfile_data, objfile_data): New
2938 prototypes.
2939 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2940 prototypes.
2941 (allocate_objfile): Call objfile_alloc_data.
2942 (free_objfile): Call objfile_free_data.
2943 (struct objfile_data): New.
2944 (struct objfile_data_registration): New.
2945 (struct objfile_data_registry): New.
2946 (objfile_data_registry): New variable.
2947 (register_objfile_data): New function.
2948 (objfile_alloc_data, objfile_free_data): New functions.
2949 (set_objfile_data, objfile_data): New functions.
2950 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2951 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2952 (_initialize_dwarf2_frame): New function and prototype.
2953
2954 2003-08-21 Andrew Cagney <cagney@redhat.com>
2955
2956 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2957 a specific architecture.
2958 * arch-utils.h (set_architecture_from_arch_mach): Delete
2959 declaration.
2960 (target_architecture_hook): Delete declaration.
2961 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2962 (default_float_format): Assume GDB_MULTI_ARCH.
2963 (default_double_format): Assume GDB_MULTI_ARCH.
2964 (set_endian_from_file): Delete function.
2965 (arch_ok): Delete function.
2966 (set_arch): Delete function.
2967 (set_architecture_from_arch_mach): Delete function.
2968 (set_architecture_from_file): Delete function.
2969 (set_architecture): Assume GDB_MULTI_ARCH.
2970 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2971
2972 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2973
2974 Rewrite FreeBSD/sparc64 native configuration.
2975 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2976 * sparc64fbsd-nat.c: New file.
2977 * sparc64fbsd-tdep.c: New file.
2978 * sparc64-tdep.c sparc64-tdep.h: New files.
2979 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2980 sparc64fbsd-tdep.o): New dependencies.
2981 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2982 and sparc64fbsd-tdep.c.
2983 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2984 * config/sparc/fbsd.mh: Remove copyright notice.
2985 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2986 sparcbsd-nat.o.
2987 * config/sparc/fbsd.mt: Remove copyright notice.
2988 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2989 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2990 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2991 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2992 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2993 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2994 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2995 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2996 "sparc/tm-sp64.h".
2997 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2998 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2999
3000 2003-08-21 Michael Chastain <mec@shout.net>
3001
3002 * symtab.h: Add doco on the space critical structures and
3003 some measurements of space usage.
3004
3005 2003-08-21 Michael Snyder <msnyder@redhat.com>
3006
3007 * tracepoint.c (trace_dump_command): Trace break address
3008 is subject to DECR_PC_AFTER_BREAK.
3009 (set_traceframe_context): Make "trace_line" an int.
3010 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3011
3012 2003-08-20 Michael Snyder <msnyder@redhat.com>
3013
3014 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3015 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3016 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3017 argument passing.
3018 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3019 functions, replace sh_push_dummy_call.
3020 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3021
3022 2003-08-20 Michael Chastain <mec@shout.net>
3023
3024 * gdbtypes.h (struct main_type): Rearrange to save space.
3025
3026 2003-08-20 Michael Snyder <msnyder@redhat.com>
3027
3028 * trad-frame.c: Comment typo fix.
3029
3030 2003-08-20 Michael Snyder <msnyder@redhat.com>
3031 Kevin Buettner <kevinb@redhat.com>
3032
3033 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3034 (frv_frame_init_saved_regs): Add declaration.
3035 (frame_extra_info): Add new field ``saved_regs''.
3036 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3037 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3038 Update frame related code.
3039 (frv_extract_struct_value_address): Adjust formatting.
3040 * Makefile.in (frv-tdep.o): Update dependencies.
3041 * config/frv/tm-frv.h (target_insert_watchpoint)
3042 (target_remove_watchpoint, target_insert_hw_breakpoint)
3043 (target_remove_hw_breakpoint): Delete these macros.
3044 (remote_insert_watchpoint, remote_remove_watchpoint)
3045 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3046 these declarations.
3047
3048 2003-08-20 Michael Chastain <mec@shout.net>
3049
3050 * defs.h (ENUM_BITFIELD): New macro.
3051 * symtab.h (ENUM_BITFIELD): Use it.
3052 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3053
3054 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3055
3056 * MAINTAINERS (write after approval): Add myself.
3057
3058 2003-08-18 Andrew Cagney <cagney@redhat.com>
3059
3060 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3061 * gdbarch.h, gdbarch.c: Re-generate.
3062 * infcall.c (call_function_by_hand): Adjust the SP by
3063 frame_red_zone_size before allocating any stack space.
3064 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3065 * x86-64-tdep.c (x86_64_frame_align): New function.
3066 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3067
3068 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3069 Remove code adjusting SP so that it skips over the Red Zone.
3070
3071 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3072
3073 * NEWS (New native configurations): Mention FreeBSD/amd64.
3074
3075 2003-08-18 Andrew Cagney <cagney@redhat.com>
3076
3077 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3078 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3079 "m68k_frame_p".
3080 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3081
3082 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3083
3084 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3085
3086 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3087
3088 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3089 Define.
3090 * i386-linux-nat.c: Include "linux-nat.h".
3091 (child_post_startup_inferior): New function.
3092
3093 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3094
3095 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3096 at the start of a frameless function. This probably fixes PR
3097 backtrace/1338.
3098
3099 2003-08-17 Michael Chastain <mec@shout.net>
3100
3101 * symfile.c (find_sym_fns): Remove special case for apollo target.
3102
3103 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3104
3105 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3106 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3107 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3108 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3109 (linux_supports_tracevforkdone): New function.
3110 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3111 TRACEVFORKDONE.
3112 (child_follow_fork): Handle vfork.
3113 (linux_handle_extended_wait): Likewise. Also handle exec.
3114 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3115 * NEWS: Mention fork tracing.
3116
3117 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3118
3119 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3120
3121 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3122
3123 * Makefile.in (i386-linux-nat.o): Update dependencies.
3124 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3125 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3126 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3127 * i386-linux-nat.c: Include "linux-nat.h".
3128 (child_post_startup_inferior): New function.
3129 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3130 * infptrace.c (kill_inferior): Wrap in #ifdef.
3131 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3132 attaching to each LWP.
3133 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3134 (init_lin_lwp_ops): Fill in some more operations.
3135 * linux-nat.h (linux_enable_event_reporting)
3136 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3137 prototypes.
3138 * linux-nat.c (linux_enable_event_reporting): New function.
3139 (child_post_attach, linux_child_post_startup_inferior)
3140 (child_post_startup_inferior, child_follow_fork)
3141 (linux_handle_extended_wait, kill_inferior): New functions.
3142
3143 2003-08-16 Andrew Cagney <cagney@redhat.com>
3144
3145 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3146 * gdbarch.h, gdbarch.c: Re-generate.
3147
3148 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3149
3150 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3151
3152 2003-08-16 Andrew Cagney <cagney@redhat.com>
3153
3154 * NEWS: Mention that "set prompt-escape-char" was deleted.
3155 * top.c (get_prompt_1): Delete function.
3156 (gdb_prompt_escape):
3157 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3158 prompt-escape-char" command.
3159 (MAX_PROMPT_SIZE): Delete macro.
3160 (get_prompt): Simplify, do not call get_prompt_1.
3161
3162 2003-08-16 Andrew Cagney <cagney@redhat.com>
3163
3164 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3165 -Werror. -Wformat-nonliteral problems.
3166
3167 2003-08-15 J. Brobecker <brobecker@gnat.com>
3168
3169 Further multiarching work mostly for hppa64-*-hpux11:
3170 * hppa-tdep.h: New file.
3171 * hppa-tdep.c: #include hppa-tdep.c.
3172 (hppa32_num_regs): Renamed from hppa_num_regs.
3173 (hppa64_num_regs): New constant.
3174 (hppa64_call_dummy_breakpoint_offset): New constant.
3175 (hppa32_call_dummy_length): New constant.
3176 (hppa64_call_dummy_length): New constant.
3177 (hppa32_stack_align): Make name 32bit explicit.
3178 (hppa32_register_virtual_type): Likewise.
3179 (hppa32_extract_return_value): Likewise.
3180 (hppa32_use_struct_convention): Likewise.
3181 (hppa32_store_return_value): Likewise.
3182 (hppa64_register_virtual_type): New function.
3183 (hppa64_extract_return_value): New function.
3184 (hppa64_use_struct_convention): New function.
3185 (hppa64_store_return_value): New function.
3186 (hppa_frame_locals_address): Remove declaration, function does
3187 not exist anymore.
3188 (hppa_register_byte): Add support for PA64 ABI.
3189 (hppa_gdbarch_init): Add support for PA64 ABI.
3190 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3191 Make name 32bit explicit.
3192 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3193 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3194 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3195 (hppa64_hpux_frame_base_before_sigtramp): New function.
3196 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3197 * config/pa/tm-hppa64.h: Remove macros that are no longer
3198 necessary now that the gdbarch vector is properly setup.
3199 Transform some macros into function calls. Some minor cleanup.
3200 * config/pa/tm-hppah.h: Update function calls in macros
3201 following the function renaming in hppa-hpux-tdep.c.
3202 * Makefile.in (hppa_tdep_h): New variable.
3203 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3204
3205 2003-08-14 Michael Snyder <msnyder@redhat.com>
3206
3207 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3208
3209 2003-08-13 J. Brobecker <brobecker@gnat.com>
3210
3211 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3212 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3213 routine.
3214
3215 2003-08-13 Michael Snyder <msnyder@redhat.com>
3216
3217 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3218 (frv_saved_pc_after_call): Use deprecated ftype.
3219 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3220 (frv_remote_translate_xfer_address): Remove.
3221 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3222
3223 2003-08-13 J. Brobecker <brobecker@gnat.com>
3224
3225 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3226 initialization after the common gdbarch initialization, not before.
3227
3228 2003-08-13 J. Brobecker <brobecker@gnat.com>
3229
3230 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3231 (ADDR_BITS_REMOVE): Remove, redundant.
3232
3233 2003-08-13 J. Brobecker <brobecker@gnat.com>
3234
3235 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3236 gdbarch method to clear the 2 low bits of text addresses.
3237
3238 2003-08-12 Andrew Cagney <cagney@redhat.com>
3239
3240 * Makefile.in (dsrec.o): Update dependencies.
3241 * dsrec.c: Include "gdb_assert.h".
3242 (make_srec): Use snprintf instead of sprintf, use a literal format
3243 string.
3244
3245 2003-08-12 Andrew Cagney <cagney@redhat.com>
3246
3247 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3248 FRAME_OBSTACK_ZALLOC.
3249
3250 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3251
3252 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3253 SSE registers.
3254
3255 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3256
3257 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3258 amd64fbsd_sc_reg_offset): Add extern declarations.
3259 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3260 declarations.
3261
3262 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3263
3264 * MAINTAINERS (write after approval): Update my mail address.
3265
3266 2003-08-10 Andrew Cagney <cagney@redhat.com>
3267
3268 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3269
3270 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3271
3272 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3273 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3274 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3275 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3276 i386bsd_sc_reg_offset): Add extern declarations.
3277 * i386obsd-nat.c: Include "i386-tdep.h"
3278 (_initialize_i386obsd_nat): Remove extern declarations.
3279 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3280 declarations.
3281 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3282 declarations.
3283
3284 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3285 instead of frame_read_register.
3286 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3287 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3288 SP_REGNUM.
3289 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3290 instead of frame_unwind_unsigned_register. Use
3291 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3292 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3293 instead of read_register. Use builtin_type_void_data_ptr instead
3294 of builtin_type_void_func_ptr when extracting the address of the
3295 jmp_buf.
3296 (i386_extract_return_value, i386_store_return_value,
3297 i386_pseudo_register_read, i386_pseudo_register_write): Use
3298 register_size instead REGISTER_RAW_SIZE.
3299
3300 2003-08-10 Andrew Cagney <cagney@redhat.com>
3301
3302 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3303 sprintf. Make "name" constant.
3304
3305 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3306
3307 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3308 instead of frame_read_register.
3309 (i387_print_float_info): Use get_frame_register and
3310 get_frame_register_unsigned instead of frame_register_read.
3311
3312 * i386fbsd-nat.c: Include "i386-tdep.h".
3313 (child_resume): Make `eflags' an ULONGEST. Use
3314 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3315 instead of register_read and register_write.
3316
3317 * i386bsd-nat.c (fetch_inferior_registers,
3318 store_inferior_registers): Don't use && at the end of a line.
3319 (_initialize_i386bsd_nat): Fix typo.
3320
3321 * frame.c (_initialize_frame): Add missing backslash.
3322
3323 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3324 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3325 and supply_register instead of manipulating the register buffer
3326 directly.
3327
3328 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3329 * config/i386/nm-i386sol2.h
3330 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3331
3332 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3333 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3334 instructions that GCC likes to mingle into the prologue. Fixes
3335 gdb/1253 and gdb/1255.
3336
3337 2003-08-09 Andrew Cagney <cagney@redhat.com>
3338
3339 Fix GDB PR cli/926.
3340 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3341 * command.h (add_setshow_uinteger_cmd): Declare.
3342 * frame.c (set_backtrace_cmd): New function.
3343 (show_backtrace_cmd): New function.
3344 * frame.c (_initialize_frame): Replace "set/show
3345 backtrace-below-main" with "set/show backtrace past-main". Add
3346 command "set/show backtrace limit".
3347 (backtrace_past_main): Rename "backtrace_below_main".
3348 (backtrace_limit): New variable.
3349 (get_prev_frame): Update. Check the backtrace_limit.
3350
3351 2003-08-09 Andrew Cagney <cagney@redhat.com>
3352
3353 * defs.h (xstrprintf): Declare.
3354 * utils.c (xstrprintf): New function.
3355 * breakpoint.c (insert_breakpoints): Replace sprintf and
3356 non-literal format strings, with xstrprintf and cleanups.
3357 (delete_breakpoint,breakpoint_re_set): Ditto.
3358 (commands_command, insert_breakpoints): Ditto.
3359 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3360 (break_at_finish_command_1): Ditto.
3361
3362 2003-08-09 Andrew Cagney <cagney@redhat.com>
3363
3364 * MAINTAINERS (language support): List Adam Fedor as Objective C
3365 maintainer.
3366
3367 2003-08-08 J. Brobecker <brobecker@gnat.com>
3368
3369 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3370 are now multiarched.
3371
3372 2003-08-08 J. Brobecker <brobecker@gnat.com>
3373
3374 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3375 longer necessary now that hppa64 is partially multiarch'ed.
3376
3377 2003-08-08 Andrew Cagney <cagney@redhat.com>
3378
3379 * interps.c (interp_set): Check for a NULL "old_interp".
3380
3381 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3382
3383 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3384 (install-only): Support DESTDIR.
3385 (uninstall): Likewise.
3386 (install-gdbtk): Likewise.
3387
3388 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3389
3390 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3391 contains something meaningful at all times.
3392
3393 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3394
3395 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3396
3397 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3398
3399 * MAINTAINERS (write after approval): Added self.
3400
3401 2003-08-07 Andrew Cagney <cagney@redhat.com>
3402
3403 * inferior.h (AT_SYMBOL): Define.
3404 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3405 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3406 * mips-tdep.c (mips_call_dummy_address): Delete function.
3407 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3408 set call_dummy_address.
3409
3410 2003-08-07 Andrew Cagney <cagney@redhat.com>
3411
3412 * language.c (op_error): Delete function.
3413 (binop_type_check): Delete function.
3414 * language.h (type_op_error, range_op_error): Delete macros.
3415 (op_error): Delete declaration.
3416
3417 2003-08-07 Andrew Cagney <cagney@redhat.com>
3418
3419 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3420
3421 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3422
3423 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3424 (x86_64_push_arguments): Skip the red zone.
3425
3426 2003-08-05 Andrew Cagney <cagney@redhat.com>
3427
3428 * reggroups.c (reggroup_next): Check for the final entry.
3429
3430 2003-08-04 Andrew Cagney <cagney@redhat.com>
3431
3432 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3433 * cli/cli-script.c (define_command): Call query directly, instead
3434 of passing it a buffer.
3435 * ocd.c (ocd_error): Pass error a constant format string.
3436 * remote-mips.c (mips_error): Use fputs_filtered.
3437
3438 * solib-svr4.c (_initialize_svr4_solib): Update
3439 register_gdbarch_data call.
3440 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3441
3442 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3443 (register_gdbarch_data): Delete "free" parameter. Update
3444 comments.
3445 * gdbarch.h, gdbarch.c: Re-generate.
3446 * reggroups.c (_initialize_reggroup): Update.
3447 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3448 * frame-base.c (_initialize_frame_base): Update.
3449 * frame-unwind.c (_initialize_frame_unwind): Update.
3450 * user-regs.c (_initialize_user_regs): Update.
3451 * remote.c (_initialize_remote): Update.
3452 * regcache.c (_initialize_regcache): Update.
3453
3454 * regcache.c (xfree_regcache_descr): Delete function.
3455 (_initialize_regcache): Update call to register_gdbarch_data.
3456 (init_regcache_descr, init_legacy_regcache_descr): Use
3457 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3458
3459 * remote.c (free_remote_state): Delete function.
3460 (_initialize_remote): Update register_gdbarch_data.
3461 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3462 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3463
3464 2003-08-04 Andrew Cagney <cagney@redhat.com>
3465
3466 * reggroups.c (struct reggroup_el): Define.
3467 (struct reggroups): Delete field "nr_group". Replace array
3468 "group" with a "first" to "last" linked list.
3469 (reggroups_init): Update. Allocate using gdbarch's obstack.
3470 (reggroups_free): Delete function.
3471 (add_group): Update. Add "el" parameter.
3472 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3473 (default_groups): Update.
3474 (reggroup_next): Replace reggroups.
3475 (reggroups_dump): Update.
3476 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3477 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3478 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3479
3480 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3481
3482 * Makefile.in (tui-interp.o): Update dependencies.
3483
3484 2003-08-04 David Carlton <carlton@kealia.com>
3485
3486 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3487 to internal_error call.
3488 * source.c (forward_search_command): Add "%s" format argument.
3489 (reverse_search_command): Ditto.
3490 * top.c (quit_confirm): Ditto.
3491 * cli/cli-setshow.c (do_setshow_command): Ditto.
3492 * cp-valprint.c (cp_print_class_method): Replace
3493 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3494 (cp_print_class_member): Ditto.
3495 * event-top.c (command_line_handler): Ditto.
3496 * linux-proc.c (linux_info_proc_cmd): Ditto.
3497 * p-typeprint.c (pascal_type_print_base): Ditto.
3498 * p-valprint.c (pascal_object_print_class_method): Ditto.
3499 (pascal_object_print_class_member): Ditto.
3500 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3501 * remote.c (remote_cisco_section_offsets): Ditto.
3502 * top.c (command_line_input): Ditto.
3503 * utils.c (vwarning,error_stream,quit): Ditto.
3504 * valprint.c (print_floating,print_binary_chars)
3505 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3506
3507 2003-08-04 Andrew Cagney <cagney@redhat.com>
3508
3509 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3510
3511 2003-08-02 Andrew Cagney <cagney@redhat.com>
3512
3513 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3514 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3515 amd64fbsd-nat.c.
3516
3517 2003-08-02 Andrew Cagney <cagney@redhat.com>
3518
3519 * Makefile.in: Update all dependencies and definitions.
3520
3521 2003-08-02 Adam Fedor <fedor@gnu.org>
3522
3523 * linespec.c (is_objc_method_format): New function
3524 (decode_line_1, locate_first_half): Use it.
3525 Fixes PR objc/1298
3526
3527 2003-08-01 Andrew Cagney <cagney@redhat.com>
3528
3529 * NEWS: Mention that m32r is multi-arch.
3530 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3531 * configure.tgt: Recognize m32r-*-*.
3532 * config/m32r/tm-m32r.h: Delete file.
3533 * config/m32r/m32r.mt: New file.
3534 * m32r-rom.c (m32r_upload_command): Use hostent only when
3535 gethostname succeeds, in order to avoid a compilation
3536 warning.
3537 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3538 compiler warning.
3539
3540 2003-08-01 Michael Snyder <msnyder@redhat.com>
3541
3542 * sh-tdep.c (sh_frame_align): New gdbarch method.
3543 (sh_gdbarch_init): Set up frame_align method.
3544
3545 2003-07-31 Michael Snyder <msnyder@redhat.com>
3546
3547 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3548 which is already covered by the new frames infrastructure.
3549
3550 2003-07-31 Andrew Cagney <cagney@redhat.com>
3551
3552 * user-regs.c (struct user_reg): Add "next" link.
3553 (struct user_regs): Replace "user" with "first" and "last" links.
3554 (append_user_reg): Add pre-allocated "reg" parameter.
3555 (builtin_user_regs): Provide initial value for "last".
3556 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3557 (user_regs_init): Allocate memory from the gdbarch obstack.
3558 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3559 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3560 linked list.
3561 (usernum_to_user_reg): New function.
3562 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3563 (value_of_user_reg): Use usernum_to_user_reg.
3564 (user_regs_free): Delete function.
3565 (_initialize_user_regs): Update register_gdbarch_data call.
3566
3567 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3568
3569 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3570
3571 2003-07-30 Michael Snyder <msnyder@redhat.com>
3572
3573 * value.h (value_being_returned): Add a struct_addr argument.
3574 * infcall.c (call_function_by_hand): Pass struct_addr to
3575 value_being_returned.
3576 * infcmd.c (print_return_value): Pass zero as struct_addr.
3577 * values.c (value_being_returned): If struct_addr is passed,
3578 use it instead of trying to recover it from the inferior.
3579
3580 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3581
3582 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3583 the prologue analyzer won't need to attempt to extract the pc
3584 value from the woefully incomplete dummy frame.
3585 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3586 possible. Disable code which modifies the frame.
3587
3588 2003-07-28 Andrew Cagney <cagney@redhat.com>
3589
3590 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3591 to level 2.
3592 (annotate_breakpoints_table, annotate_record): Ditto.
3593 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3594 (annotate_field_name_end, annotate_field_value): Ditto.
3595 (annotate_field_end, annotate_frame_source_begin): Ditto.
3596 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3597 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3598 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3599 (annotate_frame_address_end, annotate_frame_address): Ditto.
3600 (annotate_frame_args, annotate_frame_end): Ditto.
3601 (annotate_frame_where, annotate_arg_begin): Ditto.
3602 (annotate_arg_name_end, annotate_arg_value): Ditto.
3603 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3604 (annotate_function_call, annotate_signal_name): Ditto.
3605 (annotate_signal_string, annotate_signal_name_end): Ditto.
3606 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3607 (annotate_value_begin, annotate_value_history_value): Ditto.
3608 (annotate_value_history_end, annotate_value_end): Ditto.
3609 (annotate_display_begin, annotate_display_number_end): Ditto.
3610 (annotate_display_format, annotate_display_expression): Ditto.
3611 (annotate_display_expression_end, annotate_display_value): Ditto.
3612 (annotate_display_end, annotate_array_section_begin): Ditto.
3613 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3614 (annotate_elt, annotate_array_section_end): Ditto.
3615
3616 2003-07-28 Andrew Cagney <cagney@redhat.com>
3617
3618 * regcache.c (struct regcache_descr): Update comments on
3619 nr_raw_registers.
3620 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3621 sizeof_raw_register_valid_p.
3622 (init_regcache_descr): Set nr_raw_registers and
3623 sizeof_raw_register_valid_p before calling
3624 init_legacy_regcache_descr.
3625
3626 2003-07-28 Andrew Cagney <cagney@redhat.com>
3627
3628 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3629 MOD NUM_REGS.
3630
3631 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3632
3633 * thread.c (info_threads_command): Use get_selected_frame ().
3634 Check that there is at least one non-sentinel frame.
3635
3636 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3637
3638 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3639 (m68hc11_pop_frame): Remove.
3640 (m68hc11_frame_saved_pc): Remove.
3641 (m68hc11_frame_chain): Remove.
3642 (m68hc11_frame_init_saved_regs): Remove.
3643 (m68hc11_init_extra_frame_info): Remove.
3644 (m68hc11_store_struct_return): Remove.
3645 (m68hc11_saved_pc_after_call): Remove.
3646
3647 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3648
3649 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3650 frame unwind information.
3651 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3652 and adapted for frame unwinding.
3653 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3654 (m68hc11_unwind_pc): New function.
3655 (m68hc11_frame_unwind_cache): New function to analyze frames.
3656 (m68hc11_frame_this_id): New function to create new frame struct.
3657 (m68hc11_frame_prev_register): New function to unwind a register from
3658 the frame.
3659 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3660 (m68hc11_frame_p): New function for the above.
3661 (m68hc11_frame_base_address): New function to return fp of frame.
3662 (m68hc11_frame_args_address): Update for frame.
3663 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3664 (m68hc11_unwind_sp): New function.
3665 (m68hc11_unwind_dummy_id): New function.
3666 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3667 calls.
3668
3669 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3670
3671 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3672 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3673 when we are beyond the current pc.
3674
3675 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3676
3677 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3678 from m68hc11_push_arguments.
3679 (m68hc11_push_arguments): Remove.
3680 (m68hc11_push_return_address): Remove.
3681 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3682 handlers; remove deprecated_extra_stack_alignment_needed.
3683
3684 2003-07-27 Andrew Cagney <cagney@redhat.com>
3685
3686 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3687 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3688 REAL_PC and not the pointer.
3689 * hppa-hpux-tdep.c: Include frame.h
3690
3691 2003-07-27 Andrew Cagney <cagney@redhat.com>
3692
3693 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3694 GDB_MULTI_ACH_PARTIAL.
3695
3696 2003-07-27 Andrew Cagney <cagney@redhat.com>
3697
3698 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3699 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3700 operator at start and not end of line.
3701 (decode_prologue): Ditto.
3702 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3703 frame_unwind_register_unsigned instead of
3704 frame_unwind_unsigned_register.
3705 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3706 read_register.
3707 (m32r_push_dummy_call): Use register_size instead of
3708 REGISTER_RAW_SIZE.
3709 (m32r_frame_sniffer): Replace m32r_frame_p.
3710 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3711 * m32r-rom.c (report_transfer_performance): Delete extern
3712 declaration.
3713 (m32r_load, m32r_upload_command): Use print_transfer_performance
3714 instead of report_transfer_performance.
3715 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3716 / add_show_from_set.
3717
3718 2003-07-26 Andrew Cagney <cagney@redhat.com>
3719
3720 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3721 store_return_value and extract_struct_value_address.
3722
3723 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3724
3725 PR c++/1267
3726 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3727 NULL, default to the section containing PC.
3728
3729 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3730
3731 * NEWS: Mention "regs" deprecated for m68hc11 too.
3732
3733 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3734 (m68hc11_print_register): New function to print out one register.
3735 (m68hc11_print_registers_info): New function to print registers.
3736 (show_regs): Deprecate and use the above.
3737 (m68hc11_gdbarch_init): Install the print_registers_info.
3738
3739 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3740
3741 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3742 that we have a SIGTRAP before returning non-zero.
3743
3744 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3745 Elena Zannoni <ezannoni@redhat.com>
3746
3747 * linespec.c (decode_line_2): Avoid crash if
3748 find_function_start_sal() returns empty record.
3749
3750 2003-07-23 Andreas Schwab <schwab@suse.de>
3751
3752 * ia64-tdep.c (ia64_print_insn): New function.
3753 (ia64_gdbarch_init): Set print_insn to it.
3754 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3755 deprecated_tm_print_insn_info.
3756
3757 2003-07-22 Michael Snyder <msnyder@redhat.com>
3758
3759 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3760 handle 8-bit returns (long long).
3761 (h8300h_extract_return_value): Ditto.
3762 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3763
3764 2003-07-22 Andrew Cagney <cagney@redhat.com>
3765
3766 * gdbarch.c Include "gdb_obstack.h".
3767 (struct gdbarch): Add an "obstack".
3768 (alloc_gdbarch_data): Allocate the gdbarch data using
3769 GDBARCH_OBSTACK_CALLOC.
3770 (free_gdbarch_data): Delete function.
3771 (gdbarch_obstack_zalloc): New function.
3772 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3773 Assert that the architecture is not initialized.
3774 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3775 vector from the obstack.
3776 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3777 architecture obstack.
3778 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3779 (set_gdbarch_data): Assert that the data is not initialized.
3780 (struct gdbarch_data): Delete member "free".
3781 (register_gdbarch_data): Do not initialize "free".
3782 * gdbarch.h, gdbarch.c: Re-generate.
3783
3784 2003-07-22 Andrew Cagney <cagney@redhat.com>
3785
3786 * configure.in (build_warnings): Add -Wformat-nonliteral.
3787 * configure: Re-generate.
3788
3789 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3790
3791 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3792
3793 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3794
3795 * findvar.c (read_var_value): Remove case for thread local storage
3796 variables. It is now entirely handled by the dwarf2 location
3797 expression code.
3798 * printcmd.c (address_info): Ditto.
3799 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3800 enumeration value.
3801 (struct symbol): Remove objfile field, which was used by
3802 LOC_THREAD_LOCAL_STATIC only.
3803 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3804 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3805 usage of objfile pointer.
3806 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3807 thread local variables.
3808 Add include of objfiles.h.
3809 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3810 storage variables.
3811 * Makefile.in (dwarf2loc.o): Update dependencies.
3812
3813 2003-07-22 Andrew Cagney <cagney@redhat.com>
3814
3815 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3816 get_frame_base.
3817 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3818 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3819 (struct value): Add opaque declaration.
3820 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3821
3822 2003-07-21 Andrew Cagney <cagney@redhat.com>
3823
3824 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3825 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3826
3827 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3828
3829 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3830 regcache_cooked_read_unsigned instead of read_register.
3831 (m68hc11_saved_pc_after_call): Likewise.
3832 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3833 instead of write_register.
3834 (m68hc11_register_type): New function.
3835 (m68hc11_register_virtual_type): Remove.
3836 (m68hc11_store_return_value): Convert to use the regcache.
3837 (m68hc11_extract_struct_value_address): Likewise.
3838 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3839 m68hc11_register_type; undeprecate store_return_value and
3840 extract_struct_value_address.
3841
3842 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3843
3844 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3845 and translate to use regcache.
3846 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3847
3848 2003-07-18 Andrew Cagney <cagney@redhat.com>
3849
3850 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3851 * gdbarch.h, gdbarch.c: Re-generate.
3852 * i386-tdep.c (i386_gdbarch_init): Do not set
3853 DWARF2_BUILD_FRAME_INFO.
3854 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3855 unconditionally.
3856 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3857 DWARF2_BUILD_FRAME_INFO.
3858
3859 2003-07-18 Andrew Cagney <cagney@redhat.com>
3860
3861 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3862 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3863
3864 2003-07-18 Andrew Cagney <cagney@redhat.com>
3865
3866 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3867 frame_unwind_address_in_block, instead of frame_pc_unwind.
3868 (dwarf2_frame_cache): Ditto.
3869
3870 2003-07-18 Andrew Cagney <cagney@redhat.com>
3871
3872 * user-regs.h (struct gdbarch): Declare opaque.
3873 * ui-out.h (struct ui_file): Declare opaque.
3874 * dwarf2-frame.h (struct frame_info): Declare opaque.
3875
3876 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3877
3878 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3879 #include "...".
3880 (procfs_meminfo): Change strerror to safe_strerror.
3881 (procfs_can_run): Remove K&R badness.
3882
3883 2003-07-17 Michael Snyder <msnyder@redhat.com>
3884
3885 * remote-sim.c: Comment typo fix.
3886
3887 2003-07-17 Andrew Cagney <cagney@redhat.com>
3888
3889 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3890 configure.
3891 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3892 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3893 GDB_MULTI_ARCH_PARTIAL.
3894
3895 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3896
3897 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3898 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3899 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3900
3901 2003-07-16 Theodore A. Roth <troth@openavr.org>
3902
3903 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3904 found.
3905 (avr_frame_unwind_cache): Don't unwind FP for main.
3906 Update a comment.
3907 Save the computed prev_sp.
3908 (avr_saved_regs_unwinder): Remove function.
3909 (avr_frame_prev_register): Use PC unwind logic from
3910 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3911
3912 2003-07-16 Andrew Cagney <cagney@redhat.com>
3913
3914 * frame-base.h (frame_base_p_ftype): Delete definition.
3915 (frame_base_append_predicate): Delete declaration.
3916 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3917 (frame_unwind_append_predicate): Delete declaration.
3918 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3919 (append_predicate): Delete parameter "p".
3920 (frame_unwind_append_predicate): Delete function.
3921 (frame_unwind_append_sniffer): Update call to append_predicate.
3922 (frame_unwind_free): Delete function.
3923 (_initialize_frame_unwind): Pass NULL as "free" to
3924 register_gdbarch_data.
3925 (frame_unwind_init): Append the dummy_frame_sniffer.
3926 (frame_unwind_find_by_frame): Simplify.
3927 * frame-base.c (struct frame_base_table): Delete field "p".
3928 (append_predicate): Delete parameter "p".
3929 (frame_base_append_predicate): Delete function.
3930 (frame_base_append_sniffer): Update call to append_predicate.
3931 (frame_base_free): Delete function.
3932 (frame_base_find_by_frame): Simplify.
3933 (_initialize_frame_base): Pass NULL as "free" to
3934 register_gdbarch_data.
3935 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3936 (x86_64_sigtramp_frame_sniffer): Replace
3937 "x86_64_sigtramp_frame_p".
3938 (x86_64_init_abi): Set the frame unwind sniffers.
3939 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3940 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3941 (m68k_gdbarch_init): Set the frame unwind sniffers.
3942 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3943 "i386_sigtramp_frame_p".
3944 (i386_frame_sniffer): Replace "i386_frame_p".
3945 (i386_gdbarch_init): Set the frame unwind sniffers.
3946 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3947 (avr_gdbarch_init): Set the frame unwind sniffers.
3948 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3949 "alpha_sigtramp_frame_p"
3950 (alpha_heuristic_frame_sniffer): Replace
3951 "alpha_heuristic_frame_p".
3952 (alpha_gdbarch_init): Set the frame unwind sniffers.
3953 (alpha_dwarf2_init_abi): Ditto.
3954 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3955 "alpha_debug_frame_p".
3956 (alpha_mdebug_frame_base_sniffer): Replace
3957 "alpha_mdebug_frame_base_p".
3958 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3959 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3960 (d10v_gdbarch_init): Set the frame unwind sniffer.
3961 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3962 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3963 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3964 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3965 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3966 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3967
3968 2003-07-16 Michael Snyder <msnyder@redhat.com>
3969
3970 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3971 should go thru sh_dsp_register_sim_regno, else the dsp regs
3972 will not get the right values.
3973
3974 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3975
3976 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3977 deprecated_store_floating by call to store_typed_floating.
3978 (sh_sh4_register_convert_to_raw): Substitute call to
3979 deprecated_extract_floating by call to extract_typed_floating.
3980
3981 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3982
3983 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3984
3985 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3986
3987 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3988 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3989 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3990 as possible.
3991 (do_pseudo_register): Remove.
3992 (sh_push_dummy_code): New function.
3993 (sh64_store_struct_return): Rename from sh_store_struct_return.
3994 Only called for sh64 now.
3995 (sh_extract_struct_value_address): Regcache'ify.
3996 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3997 and accomodate new tasks.
3998 (sh64_push_return_address): Rename from sh_push_return_address.
3999 Only called for sh64 now.
4000 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4001 Regcache'ify.
4002 (sh3e_sh4_extract_return_value): Regcache'ify.
4003 (sh_default_store_return_value): Ditto.
4004 (sh3e_sh4_store_return_value): Ditto.
4005 (sh_default_register_byte): Remove.
4006 (sh_sh4_register_byte): Remove.
4007 (sh_default_register_raw_size): Remove.
4008 (sh_sh4_register_raw_size): Remove.
4009 (sh_register_virtual_size): Remove.
4010 (sh_sh3e_register_virtual_type): Remove.
4011 (sh_sh3e_register_type): New function.
4012 (sh_sh4_register_virtual_type): Remove.
4013 (sh_sh4_register_type): New function.
4014 (sh_default_register_virtual_type): Remove.
4015 (sh_default_register_type): New function.
4016 (do_fv_register_info): Add parameters to accomodate call from
4017 sh_print_registers_info.
4018 (do_dr_register_info): Ditto.
4019 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4020 Add parameters to accomodate call from sh_print_registers_info.
4021 (sh_do_fp_register): Ditto.
4022 (sh64_do_pseudo_register): Call do_dr_register_info,
4023 do_fv_register_info and sh_do_fp_register with default parameters.
4024 (sh_do_register): Add parameters to accomodate call from
4025 sh_print_registers_info.
4026 (sh_print_register): Ditto.
4027 (sh_print_registers_info): Rename from sh_do_registers_info.
4028 Add parameters to be used as gdbarch_print_registers_info
4029 implementation. Accomodate removed do_pseudo_register function
4030 pointer.
4031 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4032 function pointer. Call sh_print_register with default parameters.
4033 (sh64_do_registers_info): Call sh_print_registers_info instead of
4034 sh_do_registers_info.
4035 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4036 detection of deprecated vs. non-deprecated functionality.
4037 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4038 function pointer assignments by direct function calls.
4039
4040 2003-07-15 Andrew Cagney <cagney@redhat.com>
4041
4042 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4043 (frame_register_unwind, create_new_frame): Ditto.
4044 (legacy_get_prev_frame, get_frame_type): Ditto.
4045 (get_frame_base_address): Use frame_base_find_by_frame.
4046 (get_frame_locals_address): Use frame_base_find_by_frame.
4047 (get_frame_args_address): Use frame_base_find_by_frame.
4048 * frame-base.h (frame_base_sniffer_ftype): Declare.
4049 (frame_base_append_sniffer): Declare.
4050 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4051 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4052 (frame_base_append_sniffer): New function.
4053 (frame_base_append_predicate): Add a NULL sniffer.
4054 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4055 (struct frame_base_table): Add "sniffer".
4056 (frame_base_free): Free the "sniffer" table.
4057 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4058 (frame_unwind_append_sniffer): Declare.
4059 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4060 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4061 (struct frame_unwind_table): Add "sniffer", delete "middle".
4062 (append_predicate): Add "sniffer" parameter, append the sniffer.
4063 (frame_unwind_init): Update append_predicate call.
4064 (frame_unwind_append_sniffer): New function.
4065 (frame_unwind_append_predicate): Update append_predicate call.
4066 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4067
4068 2003-07-15 Andrew Cagney <cagney@redhat.com>
4069
4070 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4071 before code inhibiting repeated unwind attempts. Add to
4072 commentary on that test's problems.
4073 * blockframe.c (inside_main_func): Look for "main" in the minimal
4074 symbol table.
4075 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4076 identical.
4077
4078 2003-07-15 Andrew Cagney <cagney@redhat.com>
4079
4080 * complaints.c (struct explanation): Define.
4081 (struct complaints): Change type of "explanation" to "struct
4082 explanation".
4083 (symfile_explanations): Convert to a "struct explanation" table.
4084 (vcomplaint): Update.
4085
4086 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4087
4088 * x86-64-linux-nat.c (regmap): Removed.
4089 (supply_gregset, fill_gregset): Call
4090 x86_64_linux_(fill,supply)_gregset functions.
4091 * x86-64-linux-tdep.c (USER_*): New defines.
4092 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4093 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4094 New functions.
4095 (fetch_core_registers): Ditto.
4096 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4097 * x86-64-linux-tdep.h: New file.
4098 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4099 and core-regset.o.
4100 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4101
4102 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4103
4104 * x86-64-tdep.c (x86_64_store_return_value): Use
4105 regcache_cooked_write_part instead of regcache_cooked_write.
4106
4107 * configure.host: Add x86_64-*-freebsd*.
4108 * configure.tgt: Add x86_64-*-freebsd*.
4109 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4110 * amd64fbsd-nat.c: New file.
4111 * amd64fbsd-tdep.c: New file.
4112 * config/i386/nm-fbsd64.h: New file.
4113 * config/i386/fbsd64.mh: New file.
4114 * config/i386/fbsd64.mt: New file.
4115
4116 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4117
4118 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4119 `sc_regs_offset' and `sc_fpregs_offset'.
4120 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4121 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4122 (alpha_sigtramp_register_address): Rewrite to use new members of
4123 `struct gdbarch_tdep'.
4124 (alpha_gdbarch_init): Initialize new members of struct
4125 gdbarch_tdep'.
4126 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4127 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4128 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4129 (alphafbsd_pc_in_sigtramp): Implement.
4130 (alphafbsd_sigtramp_offset): New function.
4131 (alphafbsd_sigcontext_addr): New function.
4132 (alphafbsd_init_abi): Initialize signal trampoline related members
4133 of `struct gdbarch_tdep'.
4134 (_initialize_alphafbsd_tdep): Add prototype.
4135
4136 2003-07-11 Theodore A. Roth <troth@openavr.org>
4137
4138 * Makefile.in (install-only): Quote sed expression when generating
4139 transformed_name.
4140
4141 2003-07-11 Richard Henderson <rth@redhat.com>
4142
4143 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4144 * dwarf2-frame.c: Include complaints.h.
4145 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4146 variable initialization; return NULL on error.
4147 (decode_frame_entry): New.
4148
4149 2003-07-11 Andrew Cagney <cagney@redhat.com>
4150
4151 * frame.h (frame_address_in_block): Delete declaration.
4152 * blockframe.c (frame_address_in_block): Delete function.
4153 (get_frame_block): Use get_frame_address_in_block.
4154 (block_innermost_frame): Ditto.
4155 * stack.c (print_frame, backtrace_command_1): Ditto.
4156
4157 * frame.h (get_frame_address_in_block): Declare.
4158 (frame_unwind_address_in_block): Declare.
4159 * frame.c (frame_unwind_address_in_block): New function.
4160 (get_frame_address_in_block): New function.
4161
4162 2003-07-10 Andrew Cagney <cagney@redhat.com>
4163
4164 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4165 pre-default. Note: re-generate has no effect.
4166
4167 2003-07-10 Andrew Cagney <cagney@redhat.com>
4168
4169 * gdbarch.sh: When a variable, but not a function, compare against
4170 0. Fix problem in previous patch.
4171 * gdbarch.c: Re-generate.
4172
4173 2003-07-10 Andrew Cagney <cagney@redhat.com>
4174
4175 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4176 functions against NULL, not 0.
4177 * gdbarch.c: Re-generate.
4178
4179 2003-07-10 Fred Fish <fnf@ninemoons.com>
4180
4181 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4182 null string instead of a null pointer.
4183 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4184
4185 2003-07-09 Michael Snyder <msnyder@redhat.com>
4186
4187 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4188
4189 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4190
4191 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4192 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4193 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4194 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4195 * x86-64-tdep.c: ... from here.
4196
4197 2003-07-09 Andreas Schwab <schwab@suse.de>
4198
4199 * m68k-tdep.h (enum struct_return): Define.
4200 (struct gdbarch_tdep): Add struct_return.
4201 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4202 bytes are padded to the right, not to the left. Pass struct value
4203 address in register %a1, not on stack.
4204 (m68k_use_struct_convention): New function.
4205 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4206 struct_return in tdep to pcc_struct_return.
4207 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4208 reg_struct_return.
4209
4210 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4211
4212 * somread.c (som_symfile_offsets): Fix compilation error.
4213
4214 2003-07-09 Andrew Cagney <cagney@redhat.com>
4215
4216 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4217 Add comments about the checks.
4218
4219 2003-07-08 Andrew Cagney <cagney@redhat.com>
4220
4221 * Makefile.in: Make dependency section headers consistent.
4222 (config_h): Move to $BUILD headers section.
4223 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4224 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4225 (ada-exp.tab.c): Move to YACC/LEX section.
4226 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4227 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4228
4229 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4230
4231 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4232 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4233 of strerror with safe_strerror, use ISO C function definitions,
4234 and replace instances of sprintf with snprintf.
4235
4236 2003-07-07 Andrew Cagney <cagney@redhat.com>
4237
4238 * frame.c (get_prev_frame): Enable check for identical frames.
4239 Update comments. Update error messages.
4240
4241 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4242
4243 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4244
4245 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4246
4247 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4248 sort_symtab_syms, no longer necessary.
4249
4250 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4251
4252 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4253
4254 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4255
4256 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4257 (mips_register_byte): Likewise.
4258
4259 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4260
4261 * Makefile.in (sparc_tdep_h): New.
4262 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4263 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4264 * sparc-linux-nat.c: Include "sparc-tdep.h".
4265 * sparc-nat.c: Likewise.
4266 * sparc-tdep.c: Likewise.
4267 * sparc64nbsd-nat.c: Likewise.
4268 * sparcnbsd-nat.c: Likewise.
4269 * sparcnbsd-tdep.c: Likewise.
4270 * sparc-tdep.h: New file.
4271 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4272 and sparc_npc_regnum.
4273
4274 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4275
4276 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4277 (mips_linux_cannot_store_register): List supported instead of
4278 unsupported registers.
4279
4280 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4281
4282 * disasm.c (dump_insns): Separate instructions from addresses.
4283
4284 2003-07-07 Andreas Schwab <schwab@suse.de>
4285
4286 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4287 dependencies.
4288 * m68k-tdep.c (NUM_FREGS): Delete.
4289 (SIG_PC_FP_OFFSET): Delete.
4290 (TARGET_M68K): Delete.
4291 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4292 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4293 P_MOVEL_SP, P_MOVEML_SP): Define.
4294 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4295 P_TRAP): Delete.
4296 (m68k_register_raw_size): Delete.
4297 (m68k_register_virtual_size): Delete.
4298 (m68k_register_type): Renamed from m68k_register_virtual_type and
4299 add gdbarch argument.
4300 (m68k_store_struct_return): Delete.
4301 (m68k_deprecated_extract_return_value): Delete.
4302 (m68k_deprecated_extract_struct_value_address): Delete.
4303 (m68k_frame_chain): Delete.
4304 (m68k_frame_saved_pc): Delete.
4305 (m68k_fix_call_dummy): Delete.
4306 (m68k_push_dummy_frame): Delete.
4307 (m68k_pop_frame): Delete.
4308 (m68k_extract_return_value): New function.
4309 (m68k_store_return_value): Rewrite using regcache.
4310 (m68k_extract_struct_value_address): Rewrite using regcache.
4311 (m68k_push_dummy_call): New function.
4312 (struct m68k_frame_cache): Define.
4313 (m68k_alloc_frame_cache): New function.
4314 (m68k_analyze_frame_setup): New function.
4315 (m68k_analyze_register_saves): New function.
4316 (m68k_analyze_prologue): New function.
4317 (m68k_skip_prologue): Rewrite using above functions.
4318 (m68k_unwind_pc): New function.
4319 (m68k_frame_cache): New function.
4320 (m68k_frame_this_id): New function.
4321 (m68k_frame_prev_register): New function.
4322 (m68k_frame_unwind): New variable.
4323 (m68k_frame_p): New function.
4324 (m68k_sigtramp_frame_cache): New function.
4325 (m68k_sigtramp_frame_this_id): New function.
4326 (m68k_sigtramp_frame_prev_register): New function.
4327 (m68k_sigtramp_frame_unwind): New variable.
4328 (m68k_sigtramp_frame_p): New function.
4329 (m68k_frame_base_address): New function.
4330 (m68k_frame_base): New function.
4331 (m68k_unwind_dummy_id): New function.
4332 (fill_gregset): Use regcache_collect.
4333 (fill_fpregset): Likewise.
4334 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4335 defined.
4336 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4337 deprecated_init_frame_pc, deprecated_store_struct_return,
4338 deprecated_extract_return_value, deprecated_store_return_value,
4339 deprecated_frame_chain, deprecated_frame_saved_pc,
4340 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4341 deprecated_register_virtual_size,
4342 deprecated_max_register_raw_size,
4343 deprecated_max_register_virtual_size,
4344 deprecated_register_virtual_type, deprecated_register_size,
4345 deprecated_register_byte, deprecated_register_bytes,
4346 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4347 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4348 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4349 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4350 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4351 deprecated_push_dummy_frame, deprecated_pop_frame,
4352 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4353 only if SYSCALL_TRAP is defined. Set extract_return_value,
4354 store_return_value, extract_struct_value_address, register_type,
4355 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4356 predicates.
4357 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4358 M68K_MAX_REGISTER_SIZE): Define.
4359 (struct m68k_sigtramp_info): Define.
4360 (struct gdbarch_tdep): Add get_sigtramp_info.
4361 * m68klinux-nat.c (fetch_register): Use register_size instead of
4362 REGISTER_RAW_SIZE. Don't put assignment in if.
4363 (store_register): Likewise.
4364 (fetch_inferior_registers): Likewise.
4365 (store_inferior_registers): Likewise.
4366 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4367 (m68k_linux_frame_saved_pc): Delete.
4368 (m68k_linux_sigcontext_reg_offset,
4369 m68k_linux_ucontext_reg_offset): Define.
4370 (m68k_linux_get_sigtramp_info): New function.
4371 (m68k_linux_extract_return_value): Rewrite using regcache.
4372 (m68k_linux_store_return_value): Likewise.
4373 (m68k_linux_extract_struct_value_address): Likewise.
4374 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4375 Don't set deprecated_frame_saved_pc,
4376 deprecated_extract_return_value, deprecated_store_return_value,
4377 deprecated_extract_struct_value_address. Set
4378 extract_return_value, store_return_value,
4379 extract_struct_value_address.
4380
4381 2003-07-07 Andrew Cagney <cagney@redhat.com>
4382
4383 * expprint.c: Include "user-regs.h" instead of "frame.h".
4384 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4385 frame_map_regnum_to_name.
4386 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4387 (frame_map_name_to_regnum): Simplify, call
4388 user_reg_map_name_to_regnum.
4389 (frame_map_regnum_to_name): Simplify, call
4390 user_reg_map_regnum_to_name.
4391 (frame_register_unwind): Update.
4392 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4393 (_initialize_frame_reg): Call user_reg_add_builtin.
4394 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4395 (value_of_register): Use value_of_user_reg.
4396 * eval.c (evaluate_subexp_standard): Update.
4397 * parse.c (write_dollar_variable): Update.
4398 * d10v-tdep.c (d10v_print_registers_info): Update.
4399 * infcmd.c (registers_info): Update.
4400 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4401 (builtin_regs_h): Delete macro.
4402 (user_regs_h): Define.
4403 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4404 (builtin-regs.o): Delete target.
4405 (user-regs.o): Specify dependencies.
4406 (expprint.o): Update dependencies.
4407 (findvar.o): Update dependencies.
4408 (frame.o): Update dependencies.
4409 (std-regs.o): Update dependencies.
4410
4411 2003-07-06 Christopher Faylor <cgf@redhat.com>
4412
4413 * win32-nat.c (solib_symbols_add): Use one variable for all section
4414 address stuff. Pass variable rather than address of variable to
4415 safe_symbol_file_add.
4416
4417 2003-07-06 Andreas Schwab <schwab@suse.de>
4418
4419 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4420
4421 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4422
4423 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4424
4425 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4426
4427 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4428
4429 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4430
4431 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4432 * config/i386/nto.mh: New file.
4433 * config/i386/nm-nto.h: New file.
4434 * configure.host: Add i[3456]86-*-nto*.
4435
4436 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4437
4438 * remote-vx.c (vx_add_symbols): Fix compilation error.
4439
4440 2003-07-03 Andrew Cagney <cagney@redhat.com>
4441
4442 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4443 * gdbarch.h, gdbarch.c: Re-generate.
4444 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4445 (legacy_register_name): Declare.
4446 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4447 (REGISTER_NAME): Define.
4448 * sparc-tdep.c (legacy_register_name): New function.
4449 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4450 (REGISTER_NAME): Define.
4451 (hppa64_register_name): Declare.
4452 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4453 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4454 (hppa64_register_name): New function.
4455 (hppa_register_name): New function.
4456 * arch-utils.c (legacy_register_name): Delete.
4457 * arch-utils.h (legacy_register_name): Delete.
4458
4459 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4460
4461 * cli/cli-interp.c (cli_interpreter_resume): Update the
4462 cli_uiout's stream to gdb_stdout.
4463
4464 2003-07-03 Andrew Cagney <cagney@redhat.com>
4465
4466 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4467 predicate.
4468 * gdbarch.h, gdbarch.c: Re-generate.
4469 * regcache.c (init_regcache_descr): Use legacy code when either
4470 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4471
4472 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * NEWS: Move "set logging" entry into GDB 6.0 section.
4475
4476 2003-07-02 Jim Blandy <jimb@redhat.com>
4477
4478 * s390-tdep.c (struct frame_extra_info): new member:
4479 'stack_bought_valid'.
4480 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4481 initialize fextra_info->stack_bought.
4482 (s390_frameless_function_invocation): Don't trust the value of
4483 fextra_info_ptr->stack_bought unless
4484 fextra_info->stack_bought_valid is set.
4485
4486 New S390 prologue analyzer.
4487 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4488 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4489 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4490 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4491 compute_x_addr, s390_on_stack, s390_store,
4492 s390_get_signal_frame_info): New functions.
4493 (S390_NUM_SPILL_SLOTS): New macro.
4494 (s390_get_frame_info): Rewritten.
4495 (is_arg_reg): Deleted.
4496
4497 Break out the decoding of S/390 instructions into separate
4498 functions, to make it more legible, and easier to check
4499 against the spec.
4500 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4501 is_rx, is_rxe): New functions.
4502 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4503 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4504 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4505 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4506 enums for opcode values. (Is this an improvement?)
4507
4508 2003-07-02 Andrew Cagney <cagney@redhat.com>
4509
4510 * i386-tdep.c: Revert change committed as part of trad-frame code
4511 below.
4512
4513 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4514
4515 * breakpoint.c (insert_catchpoint): Make static.
4516
4517 2003-07-02 Andreas Schwab <schwab@suse.de>
4518
4519 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4520 former ia64_push_arguments and ia64_push_return_address, and use
4521 regcache functions instead of read/write_register.
4522 (ia64_gdbarch_init): Set push_dummy_call instead of
4523 deprecated_push_arguments and deprecated_push_return_address.
4524
4525 2003-07-01 Andreas Jaeger <aj@suse.de>
4526
4527 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4528 before the call.
4529 Set %rax only to number of SSE registers used.
4530
4531 2003-07-01 Andrew Cagney <cagney@redhat.com>
4532
4533 * trad-frame.h: Update comments, a -1 .addr is reserved.
4534 (trad_frame_value_p, trad_frame_addr_p): Declare.
4535 (trad_frame_reg_p): Declare.
4536 (trad_frame_set_value): Rename trad_frame_register_value.
4537 (trad_frame_set_unknown): Declare.
4538 * trad-frame.c (trad_frame_realreg_p): New function.
4539 (trad_frame_addr_p, trad_frame_value_p): New function.
4540 (trad_frame_set_unknown): New function.
4541 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4542 (trad_frame_prev_register): Use trad_frame_realreg_p,
4543 trad_frame_addr_p and trad_frame_value_p.
4544 (trad_frame_set_value): Rename trad_frame_register_value.
4545 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4546 and trad_frame_set_value.
4547
4548 2003-06-30 Jim Blandy <jimb@redhat.com>
4549
4550 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4551 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4552 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4553 for 16 registers, and then 32 more bytes.
4554 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4555 New macros.
4556 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4557 Move up in the file, since it's now used by is_simple_arg.
4558 (is_simple_arg): Don't assume registers are four bytes long.
4559 Exclude all double arguments. Extended floats are not simple
4560 args.
4561 (is_power_of_two): New function.
4562 (pass_by_copy_ref): Call is_power_of_two, and check that the
4563 length fits in a register, rather than listing all the acceptable
4564 sizes. Extended floats are not passed by reference.
4565 (s390_push_arguments): Don't assume registers are four bytes long.
4566 Reserve an argument register to point to the buffer for structures
4567 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4568 S390_STACK_FRAME_OVERHEAD.
4569
4570 2003-06-30 Andreas Schwab <schwab@suse.de>
4571
4572 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4573 format error message.
4574
4575 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4576
4577 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4578
4579 2003-06-30 David Carlton <carlton@kealia.com>
4580
4581 Band-aid for PR c++/1245.
4582 * Makefile.in (cp-support.o): Depend on complaints_h.
4583 * cp-support.c: Include complaints.h. Add declaration for
4584 find_last_component.
4585 (cp_find_first_component): Separate code into
4586 cp_find_first_component_aux.
4587 (cp_find_first_component_aux): Call demangled_name_complaint.
4588 (demangled_name_complaint): New.
4589
4590 2003-06-30 Andrew Cagney <cagney@redhat.com>
4591
4592 * remote.c (remote_write_bytes): Explicitly compute and then use
4593 the payload size. Update comments to reflect. Fixes problem of
4594 GDB not sending small packets as found by Fred Fish.
4595
4596 2003-06-30 Andrew Cagney <cagney@redhat.com>
4597
4598 * remote.c (remote_async_wait): Fix -Wformat problem.
4599
4600 2003-06-29 Andrew Cagney <cagney@redhat.com>
4601
4602 * remote.c (remote_wait): Call error, and not warning, when the
4603 packet is corrupt.
4604 (remote_async_wait): Ditto.
4605
4606 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4607
4608 * sparc-tdep.c (sparc_y_regnum): Make external again.
4609
4610 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4611
4612 * cli/cli-logging.c (pop_output_files): Add void to function
4613 definition.
4614
4615 2003-06-29 Andrew Cagney <cagney@redhat.com>
4616
4617 * frame.c (frame_register_unwind): Use unsigned char when dumping
4618 the buffer contents.
4619
4620 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4621
4622 * cli/cli-logging.c: New file.
4623 * cli-out.c (struct ui_out_data): Add original_stream.
4624 (cli_redirect): New function.
4625 (cli_ui_out_impl): Add cli_redirect.
4626 (cli_out_new): Initialize original_stream.
4627 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4628 (uo_redirect, ui_out_redirect): New.
4629 * ui-out.h (struct ui_out_impl): Add redirect member.
4630 (redirect_ftype): New.
4631 (ui_out_redirect): Add prototype.
4632 * Makefile.in: Add rules for cli-logging.c.
4633 * NEWS: Mention "set logging".
4634
4635 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4636
4637 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4638
4639 2003-06-27 Andrew Cagney <cagney@redhat.com>
4640
4641 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4642 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4643 * avr-tdep.c (avr_call_dummy_address): Delete function.
4644 (avr_gdbarch_init): Do not set call_dummy_address.
4645
4646 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4647
4648 * symfile.c (syms_from_objfile): Move variables to inner block.
4649 Move the checks for the non-mainline case a bit earlier to avoid
4650 doing some useless computations.
4651
4652 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4653
4654 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4655
4656 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4657
4658 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4659 sections.
4660
4661 2003-06-26 Michael Chastain <mec@shout.net>
4662
4663 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4664 gdb/testsuite/gdb.c++/pr-1210.exp.
4665
4666 2003-06-26 Andrew Cagney <cagney@redhat.com>
4667
4668 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4669 altivec_expression.h and altivec_registers.h.
4670
4671 2003-06-26 Andrew Cagney <cagney@redhat.com>
4672
4673 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4674 info->mach when MIPS16. Patch suggested by Fred Fish.
4675
4676 2003-06-26 Andrew Cagney <cagney@redhat.com>
4677
4678 * utils.c (internal_vproblem): Print the problem to a reason
4679 buffer and then pass to query. Make the msg variable more local.
4680
4681 2003-06-26 Andrew Cagney <cagney@redhat.com>
4682
4683 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4684 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4685 * gdbarch.h, gdbarch.c: Re-generate.
4686 * frame-base.c (default_frame_args_address): Update. Use
4687 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4688 not available.
4689 (default_frame_locals_address): Ditto for
4690 DEPRECATED_FRAME_LOCALS_ADDRESS.
4691 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4692 (vax_frame_num_args): Update.
4693 (vax_gdbarch_init): Update.
4694 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4695 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4696 * mcore-tdep.c (mcore_gdbarch_init): Update.
4697 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4698 * ia64-tdep.c (ia64_gdbarch_init): Update.
4699 * symtab.h (address_class): Update comments.
4700 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4701 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4702 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4703 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4704 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4705 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4706 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4707 * alpha-mdebug-tdep.c: Update.
4708 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4709
4710 2003-06-26 Andreas Jaeger <aj@suse.de>
4711
4712 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4713 of SSE registers so that varargs functions work. Rework handling
4714 of passing arguments on the stack.
4715 (x86_64_store_return_value): Return double and float values in SSE
4716 register.
4717
4718 2003-06-24 Michael Chastain <mec@shout.net>
4719
4720 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4721 the "constructor breakpoints ignored" bug.
4722
4723 2003-06-25 David Carlton <carlton@kealia.com>
4724
4725 * MAINTAINERS: Update e-mail address.
4726
4727 2003-06-24 Jim Blandy <jimb@redhat.com>
4728
4729 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4730
4731 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4732 function.
4733 (ppc_linux_init_abi): Register it as the
4734 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4735
4736 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4737 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4738 method.
4739
4740 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4741 (ppc64_standard_linkage_target): Use it.
4742
4743 2003-06-23 Andrew Cagney <cagney@redhat.com>
4744
4745 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4746 for 0 "int0" and 4 "int32" sized registers.
4747 * gdbtypes.c (builtin_type_int0): Define.
4748 (build_gdbtypes): Initialize builtin_type_int0.
4749 * gdbtypes.h (builtin_type_int0): Declare.
4750
4751 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4752
4753 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4754 as characters are unsigned.
4755
4756 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4757
4758 PR gdb/1179
4759 * dwarfread.c (struct_type): Skip static fields without crashing.
4760
4761 2003-06-22 Andrew Cagney <cagney@redhat.com>
4762
4763 GDB 6.0 branch created.
4764 * README: Update.
4765 * PROBLEMS: Update. Empty.
4766 * NEWS: Update.
4767
4768 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4769
4770 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4771 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4772
4773 2003-06-22 Andrew Cagney <cagney@redhat.com>
4774
4775 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4776 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4777 Velikov.
4778
4779 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4780
4781 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4782 compilers.
4783
4784 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4785
4786 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4787 argument of val_print.
4788 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4789 to the address argument of baseclass_offset or target_read_memory.
4790 Do add it to the argument of cp_print_value_fields.
4791
4792 2003-06-21 Andrew Cagney <cagney@redhat.com>
4793
4794 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4795 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4796 instead of 0..NUM_REGS.
4797 (mips_register_reggroup_p): New function.
4798 (mips_pseudo_register_write): New function.
4799 (mips_pseudo_register_read): New function.
4800 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4801 based on the register's type.
4802 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4803 cooked.
4804 (mips_get_saved_register): Simplify. Assert that REGNO is a
4805 pseudo / cooked.
4806 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4807 (mips_register_type): Replace mips_register_virtual_type. Map
4808 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4809 when available.
4810 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4811 that the register is cooked / virtual.
4812 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4813 Only get the extra info when needed.
4814 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4815 (mips32_heuristic_proc_desc): Fetch the cooked register.
4816 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4817 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4818 (mips_print_register): Use gdbarch_register_type, instead of
4819 REGISTER_VIRTUAL_TYPE.
4820 (print_gp_register_row): Use gdbarch_register_type, instead of
4821 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4822 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4823 Print the pseudo / cooked registers.
4824 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4825 Print the pseudo / cooked registers.
4826 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4827 REG_NUM is pseudo / cooked.
4828 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4829 (mips_n32n64_xfer_return_value): Ditto.
4830 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4831 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4832 (mips_register_sim_regno): New function.
4833 (mips_gdbarch_init): Set deprecated_register_byte,
4834 register_group_p, pseudo_register_write, pseudo_register_read,
4835 register_sim_regno, and num_pseudo_regs. Set register_type,
4836 instead of register_virtual_type.
4837 * Makefile.in (mips-tdep.o): Update dependencies.
4838 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4839 REGISTER_VIRTUAL_TYPE.
4840 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4841 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4842 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4843 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4844 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4845
4846 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4847
4848 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4849 * cli/cli-cmds.c: Include "gdb_vfork.h".
4850 (shell_escape): Use vfork.
4851
4852 2003-06-21 Andrew Cagney <cagney@redhat.com>
4853
4854 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4855 32 bit floating-point register saves.
4856
4857 * frame.h (deprecated_unwind_get_saved_register): Delete.
4858 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4859 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4860 and deprecated_get_next_frame_hack instead of
4861 deprecated_unwind_get_saved_register.
4862
4863 * mips-tdep.c (mips_dump_tdep): Do not print
4864 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4865
4866 * frame.c (get_frame_register): New function.
4867 (frame_unwind_register_signed): New function.
4868 (get_frame_register_signed): New function.
4869 (frame_unwind_register_unsigned): New function.
4870 (get_frame_register_unsigned): New function.
4871 * frame.h: Add comments on naming schema.
4872 (get_frame_register, frame_unwind_register_signed): Declare.
4873 (get_frame_register_signed, get_frame_register_signed): Declare.
4874 (frame_unwind_register_unsigned): Declare.
4875 (get_frame_register_unsigned): Declare.
4876
4877 2003-06-20 Theodore A. Roth <troth@openavr.org>
4878
4879 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4880
4881 2003-06-20 Theodore A. Roth <troth@openavr.org>
4882
4883 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4884 (avr_read_sp): Ditto.
4885
4886 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4887
4888 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4889 * config/arm/nm-linux.h: Likewise.
4890 * config/arm/tm-linux.h: Likewise.
4891 * config/ia64/nm-linux.h: Likewise.
4892 * config/ia64/tm-ia64.h: Likewise.
4893 * config/s390/tm-linux.h: Likewise.
4894 * config/s390/tm-s390.h: Likewise.
4895 * s390-nat.c: Likewise.
4896 * s390-tdep.c: Likewise.
4897
4898 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4899 * config/ia64/linux.mt: Likewise.
4900 * config/m68k/linux.mh: Likewise.
4901 * config/mips/linux.mt: Likewise.
4902 * config/powerpc/linux.mh: Likewise.
4903 * config/sh/linux.mt: Likewise.
4904
4905 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4906
4907 * solib.c (solib_open): Change tests for whether to search
4908 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4909 comments.
4910
4911 2003-06-19 Theodore A. Roth <troth@openavr.org>
4912
4913 * avr-tdep.c (avr_frame_address): Delete function.
4914 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4915 set_gdbarch_frame_args_address.
4916
4917 2003-06-19 Andrew Cagney <cagney@redhat.com>
4918
4919 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4920 (REGISTER_CONVERT_FROM_TYPE): Delete.
4921 (mips_register_convert_to_type): Delete declaration.
4922 (mips_register_convert_from_type): Delete declaration.
4923 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4924 kernel/.
4925
4926 2003-06-19 Michael Snyder <msnyder@redhat.com>
4927
4928 * linux-nat.h: New file.
4929 * linux-nat.c: Include linux-nat.h.
4930 * lin-lwp.c: Include linux-nat.h.
4931 Move struct lwp_info def to linux-nat.h.
4932 * linux-proc.c: Include linux-nat.h.
4933 (linux_make_note_section): Iterate over lwps instead of threads.
4934 (linux_do_thread_registers): Use lwp instead of merged pid.
4935 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4936 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4937 Add dependency on linux_nat_h.
4938
4939 2003-06-19 Theodore A. Roth <troth@openavr.org>
4940
4941 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4942
4943 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4944
4945 * varobj.c (get_type, get_target_type): Use check_typedef.
4946
4947 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4948
4949 * breakpoint.c (insert_catchpoint): Call internal_error.
4950
4951 2003-06-19 Theodore A. Roth <troth@openavr.org>
4952
4953 * avr-tdep.c (avr_push_dummy_code): Delete function.
4954 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4955
4956 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4957
4958 * arch-utils.c (default_prepare_to_proceed): Remove.
4959 (generic_prepare_to_proceed): Remove.
4960 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4961 (generic_prepare_to_proceed): Remove prototype.
4962 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4963 * gdbarch.c: Regenerate.
4964 * gdbarch.h: Regenerate.
4965 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4966 * hppah-nat.c (hppa_switched_threads): Remove.
4967 * infrun.c (prepare_to_proceed): New static function, copied from
4968 generic_prepare_to_proceed. Remove select_it argument.
4969 (proceed): Call prepare_to_proceed.
4970 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4971 variables.
4972 (ptrace_wait): Don't set the removed variables.
4973 (hppa_switched_threads): Remove.
4974 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4975 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4976 (lin_lwp_prepare_to_proceed): Remove prototype.
4977 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4978 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4979
4980 2003-06-18 Theodore A. Roth <troth@openavr.org>
4981
4982 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4983 trad-frame.h.
4984 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4985 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4986 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4987 (AVR_PROLOGUE_*): Enumerate prologue types.
4988 (struct frame_extra_info): Remove.
4989 (struct avr_unwind_cache): Define.
4990 (avr_write_sp): Delete function.
4991 (avr_read_fp): Ditto.
4992 (avr_init_extra_frame_info): Ditto.
4993 (avr_pop_frame): Ditto.
4994 (avr_frame_saved_pc): Ditto.
4995 (avr_saved_pc_after_call): Ditto.
4996 (avr_push_return_address): Ditto.
4997 (avr_frame_chain): Ditto.
4998 (avr_store_struct_return): Ditto.
4999 (avr_push_arguments): Ditto.
5000 (avr_scan_prologue): Update comments. Changed to set up the info for
5001 cache unwinding. Now returns end of prologue PC.
5002 (avr_skip_prologue): Better handling of functions lacking a prologue
5003 by using avr_scan_prologue.
5004 (avr_scan_arg_moves): New function.
5005 (avr_saved_regs_unwinder): Ditto.
5006 (avr_frame_unwind_cache): Ditto.
5007 (avr_unwind_pc): Ditto.
5008 (avr_frame_this_id): Ditto.
5009 (avr_frame_prev_register): Ditto.
5010 (avr_frame_p): Ditto.
5011 (avr_frame_base_address ): Ditto.
5012 (avr_unwind_dummy_id): Ditto.
5013 (avr_push_dummy_code): Ditto.
5014 (push_stack_item): Ditto.
5015 (pop_stack_item): Ditto.
5016 (avr_push_dummy_call): Ditto.
5017 (struct stack_item): Define.
5018 (avr_frame_unwind): Declare structure.
5019 (avr_frame_base): Ditto.
5020 (avr_gdbarch_init): Remove calls to
5021 set_gdbarch_deprecated_init_frame_pc,
5022 set_gdbarch_deprecated_target_read_fp,
5023 set_gdbarch_deprecated_dummy_write_sp,
5024 set_gdbarch_deprecated_fp_regnum,
5025 set_gdbarch_deprecated_push_arguments,
5026 set_gdbarch_deprecated_push_return_address,
5027 set_gdbarch_deprecated_pop_frame,
5028 set_gdbarch_deprecated_store_struct_return,
5029 set_gdbarch_deprecated_frame_init_saved_regs,
5030 set_gdbarch_deprecated_init_extra_frame_info,
5031 set_gdbarch_deprecated_frame_chain,
5032 set_gdbarch_deprecated_frame_saved_pc,
5033 set_gdbarch_deprecated_saved_pc_after_call.
5034 Add calls to set_gdbarch_push_dummy_call,
5035 set_gdbarch_push_dummy_code,
5036 frame_unwind_append_predicate,
5037 frame_base_set_default,
5038 set_gdbarch_unwind_dummy_id,
5039 set_gdbarch_unwind_pc.
5040 Wrap a long line.
5041
5042 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5043
5044 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5045 registers for H8/300S.
5046 (h8300_print_registers_info): Ditto.
5047 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5048
5049 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5050
5051 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5052 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5053 (lin_lwp_wait): Likewise. Update comments.
5054 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5055 (pull_pid_from_list, linux_record_stopped_pid): New.
5056
5057 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5058
5059 * ada-lang.c (scan_discrim_bound): Name first argument.
5060 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5061 declared by ALL_BLOCK_SYMBOLS.
5062
5063 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5064
5065 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5066 ("regcache.h"): Include it.
5067 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5068
5069 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5070
5071 * NEWS: Mention gdbserver detach change and "disconnect" command.
5072 * infcmd.c (disconnect_command): New function.
5073 (_initialize_infcmd): Add ``disconnect'' command.
5074 * remote.c (remote_async_detach): Delete.
5075 (remote_detach): Merge remote_async_detach.
5076 (remote_disconnect): New.
5077 (init_remote_ops): Set to_disconnect.
5078 (init_remote_cisco_ops): Likewise.
5079 (init_remote_async_ops): Likewise. Use remote_detach.
5080 * target.c (cleanup_target): Default to_disconnect.
5081 (update_current_target): Inherit to_disconnect.
5082 (target_disconnect, debug_to_disconnect): New functions.
5083 (setup_target_debug): Set to_disconnect.
5084 * target.h (struct target_ops): Add to_disconnect.
5085 (target_disconnect): Add prototype.
5086
5087 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5088
5089 * breakpoint.c (insert_catchpoint): New function.
5090 (insert_breakpoints): Use catch_exceptions to call
5091 insert_catchpoint. Disable catchpoints if they fail to insert.
5092
5093 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5094
5095 * symfile.c (reread_symbols): Clear sym_private.
5096
5097 2003-06-17 Andrew Cagney <cagney@redhat.com>
5098
5099 * trad-frame.h (struct frame_info): Add opaque declaration.
5100 * remote-fileio.h (struct cmd_list_element): Add opaque
5101 declaration.
5102 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5103 comments.
5104
5105 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5106
5107 * remote.c (remote_prepare_to_store): Replace call to
5108 deprecated_read_register_bytes with multiple regcache_raw_read
5109 calls.
5110
5111 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5112
5113 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5114 (nto_find_and_open_solib): Likewise.
5115 (nto_init_solib_absolute_prefix): Likewise.
5116 (_initialize_nto_tdep): Fix indentation.
5117
5118 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5119
5120 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5121
5122 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5123
5124 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5125
5126 2003-06-17 Jim Blandy <jimb@redhat.com>
5127
5128 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5129
5130 2003-06-16 Theodore A. Roth <troth@openavr.org>
5131
5132 * avr-tdep.c (avr_extract_return_value): New function.
5133 (avr_gdbarch_init): Set extract_return_value method.
5134
5135 2003-06-16 Andrew Cagney <cagney@redhat.com>
5136
5137 * frame.h (deprecated_get_next_frame_hack): Declare.
5138 * frame.c (legacy_saved_regs_prev_register): Only require
5139 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5140 there are always saved regs.
5141 (deprecated_generic_get_saved_register): Do not require
5142 DEPRECATED_FRAME_INIT_SAVED_REGS.
5143 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5144 use frame ID unwind instead.
5145 (deprecated_get_next_frame_hack): New function.
5146
5147 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5148
5149 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5150 (h8300_push_dummy_call): ...this function. Some minor optimization.
5151 (h8300_push_return_address): Remove.
5152 (h8300_gdbarch_init): Remove calls to
5153 set_gdbarch_deprecated_dummy_write_sp,
5154 set_gdbarch_deprecated_push_arguments and
5155 set_gdbarch_deprecated_push_return_address.
5156 Add call to set_gdbarch_push_dummy_call.
5157
5158 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5159
5160 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5161 (E_PSEUDO_EXR_REGNUM): Ditto.
5162 (h8300_is_argument_spill): Check for instructions moving argument
5163 registers into safe registers.
5164 (h8300_skip_prologue): Check for stm instruction to push registers
5165 used for register variables onto stack.
5166 (gdb_print_insn_h8300): Remove.
5167 (h8300_examine_prologue): Add a comment.
5168 (h8300_register_name): Take pseudo registers into account.
5169 (h8300s_register_name): Ditto.
5170 (h8300sx_register_name): Ditto.
5171 (h8300_print_register): Ditto.
5172 (h8300_print_registers_info): Define "nice" printing order.
5173 (h8300_saved_pc_after_call): Take pseudo registers into account.
5174 (h8300_register_type): Ditto. Return type used for remote connection
5175 when requesting real CCR or EXR register, return actual type when
5176 requesting pseudo CCR or EXR.
5177 (h8300_pseudo_register_read): New function.
5178 (h8300_pseudo_register_write): Ditto.
5179 (h8300_dbg_reg_to_regnum): Ditto.
5180 (h8300s_dbg_reg_to_regnum): Ditto.
5181 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5182 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5183 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5184 set_gdbarch_print_insn architecture dependent.
5185 Call set_gdbarch_pseudo_register_read and
5186 set_gdbarch_pseudo_register_write.
5187 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5188
5189 2003-06-16 Andrew Cagney <cagney@redhat.com>
5190
5191 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5192 * gdbarch.h, gdbarch.c: Re-generate.
5193 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5194 * s390-tdep.c (s390_gdbarch_init): Update.
5195 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5196 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5197 * mips-tdep.c (mips_gdbarch_init): Update.
5198 * mcore-tdep.c (mcore_gdbarch_init): Update.
5199 * cris-tdep.c (cris_gdbarch_init): Update.
5200 * infcall.c (call_function_by_hand): Update.
5201 * ia64-tdep.c (ia64_push_arguments): Update comment.
5202 * frame.c (legacy_get_prev_frame): Do not assume
5203 SAVE_DUMMY_FRAME_TOS_P.
5204 * dummy-frame.c (find_dummy_frame): Update comment.
5205
5206 2003-06-16 Andrew Cagney <cagney@redhat.com>
5207
5208 * regcache.c (do_cooked_read): Do not use register_valid_p.
5209
5210 2003-06-15 Theodore A. Roth <troth@openavr.org>
5211
5212 * avr-tdep.c (avr_register_type): Remove a blank line.
5213 (avr_scan_prologue): Correct some comments.
5214
5215 2003-06-15 Theodore A. Roth <troth@openavr.org>
5216
5217 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5218 prologue types.
5219 Properly scan prologues generated by gcc with the -mcall-prologues
5220 option.
5221 Add code to scan -mcall-prologues for mega devices.
5222
5223 2003-06-15 Theodore A. Roth <troth@openavr.org>
5224
5225 * avr-tdep.c (avr_register_byte): Delete function.
5226 (avr_register_raw_size): Delete function.
5227 (avr_register_virtual_size): Delete function.
5228 (avr_register_virtual_type): Delete function.
5229 (avr_register_type): New function.
5230 (avr_address_to_pointer): Remove unused code.
5231 (avr_read_fp): Need to read FP as two separate bytes due to change to
5232 avr_register_type() usage.
5233 (avr_gdbarch_init): Don't set deprecated_register_size.
5234 Don't set deprecated_register_bytes.
5235 Don't set deprecated_register_byte.
5236 Don't set deprecated_register_raw_size.
5237 Don't set deprecated_max_register_raw_size.
5238 Don't set deprecated_register_virtual_size.
5239 Don't set deprecated_max_register_virtual_size.
5240 Don't set deprecated_register_virtual_type.
5241 Set register_type method.
5242
5243 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5244
5245 * Makefile.in (linux-nat.o): Add rule.
5246 * linux-nat.c: New file.
5247 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5248 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5249 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5250 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5251 * config/arm/linux.mh (NATDEPFILES): Likewise.
5252 * config/i386/linux.mh (NATDEPFILES): Likewise.
5253 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5254 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5255 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5256 * config/mips/linux.mh (NATDEPFILES): Likewise.
5257 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5258 * config/s390/s390.mh (NATDEPFILES): Likewise.
5259 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5260
5261 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5262
5263 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5264 replace out-of-date comment.
5265
5266 2003-06-15 Andrew Cagney <cagney@redhat.com>
5267
5268 * rdi-share/host.h (Fail): Change to a varargs function.
5269 * remote-rdi.c (Fail): Update.
5270
5271 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5272
5273 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5274 (i386_convert_register_p, i386_register_to_value,
5275 i386_register_from_value): Handle types longer than 8 bytes.
5276
5277 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5278
5279 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5280 Move floating-point code to new function in i387-tdep.c.
5281 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5282 New functions containing code moved here from i386-tdep.c.
5283 * i387-tdep.h: Add opaque declaration for `struct type'.
5284 (i387_register_to_value, i387_value_to_register): New prototypes.
5285 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5286 (x86_64_init_abi): Set convert_register_p, register_to_value and
5287 value_to_register here.
5288
5289 2003-06-14 Andrew Cagney <cagney@redhat.com>
5290
5291 * mips-tdep.c (mips_register_to_value): Make static.
5292 (mips_value_to_register): Make static.
5293 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5294 * ia64-tdep.c (ia64_register_raw_size): Make static.
5295 (ia64_register_virtual_size): Make static.
5296 (ia64_register_byte): Make static.
5297 * i387-tdep.c: Include "i387-tdep.h".
5298 (print_387_control_word): Delete function.
5299 (print_387_status_word): Delete function.
5300 (print_387_status_bits): Delete function.
5301 (print_387_control_bits): Delete function.
5302 * Makefile.in (i387-tdep.o): Update dependencies.
5303 * rdi-share/host.h (Fail): Declare.
5304 * remote-rdi.c (Fail): Update to match declaration.
5305
5306 2003-06-14 Andrew Cagney <cagney@redhat.com>
5307
5308 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5309 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5310 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5311 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5312 * README: Delete reference to remote-array.
5313 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5314 (remote-array.o): Delete target.
5315 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5316 * remote-array.c: Delete file.
5317
5318 2003-06-14 Andrew Cagney <cagney@redhat.com>
5319 Mark Kettenis <kettenis@gnu.org>
5320
5321 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5322 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5323 parameter with "frame".
5324 * gdbarch.h, gdbarch.c: Re-generate.
5325 * frame.h (put_frame_register): Declare.
5326 * frame.c (put_frame_register): New function.
5327 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5328 (legacy_register_to_value): Rewrite, use "frame" to get the
5329 register value.
5330 (legacy_value_to_register): Rewrite, use "frame" to find the
5331 register's location before storing.
5332 * arch-utils.h (legacy_convert_register_p): Update.
5333 (legacy_register_to_value, legacy_value_to_register): Update.
5334 * findvar.c (value_from_register): Rewrite, eliminate use of
5335 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5336 "frame" to REGISTER_TO_VALUE.
5337 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5338 lval_reg_frame_relative + lval_register branch of the switch. Do
5339 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5340 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5341 I386_EDI_REGNUM): New defines.
5342 (i386_next_regnum, i386_convert_register_p,
5343 i386_register_to_value, i386_value_to_register): New functions.
5344 (i386_register_convertible, i386_register_convert_to_virtual,
5345 i386_convert_to_raw): Remove functions.
5346 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5347 value_to_register instead of register_convertible,
5348 register_convert_to_virtual and register_convert_to_raw.
5349 * mips-tdep.c (mips_convert_register_p): New function.
5350 (mips_value_to_register): Replace mips_register_convert_from_type.
5351 (mips_register_to_value): Replace mips_register_convert_to_type.
5352 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5353 register_to_value.
5354 * alpha-tdep.c (alpha_convert_register_p): Update.
5355 (alpha_value_to_register): Update, store the register.
5356 (alpha_register_to_value): Update, fetch the register.
5357
5358 2003-06-14 Theodore A. Roth <troth@openavr.org>
5359
5360 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5361 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5362 Don't set deprecated_call_dummy_words.
5363 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5364 Don't set remote_translate_xfer_address.
5365 (avr_io_reg_read_command): Remove commented out debug printf.
5366 Wrap a long line.
5367
5368 2003-06-14 Theodore A. Roth <troth@openavr.org>
5369
5370 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5371 causes gdb to seg fault.
5372
5373 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5374
5375 * sparc-nat.c (fetch_inferior_registers): Correct
5376 a reference to "registers".
5377
5378 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5379
5380 * Makefile.in (exc_request_U_h): Define
5381 (exc_request_S_h): Likewise.
5382 (msg_reply_S_h): Likewise.
5383 (msg_U_h): Likewise.
5384 (notify_S_h): Likewise.
5385 (process_reply_S_h): Likewise.
5386 (gnu-nat.o): Depend on gdb_obstack_h
5387 * gnu-nat.c: Include "gdb_obstack.h".
5388
5389 2003-06-13 Andrew Cagney <cagney@redhat.com>
5390
5391 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5392 * gdbarch.h, gdbarch.c: Re-generate.
5393
5394 2003-06-13 Andrew Cagney <cagney@redhat.com>
5395
5396 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5397 when deprecated REGISTER macros can be deleted.
5398 * gdbarch.h, gdbarch.c: Re-generate.
5399
5400 2003-06-13 Jim Blandy <jimb@redhat.com>
5401
5402 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5403 Linux entry point symbols for _dl_debug_state, too.
5404
5405 2003-06-13 Andrew Cagney <cagney@redhat.com>
5406
5407 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5408 available, do not use the FP register, and always save the TOS.
5409 * dummy-frame.c (dummy_frame_this_id): Do not assert
5410 SAVE_DUMMY_FRAME_TOS.
5411 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5412 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5413 (i386_push_dummy_call): Add 8 to the returned SP.
5414 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5415 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5416 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5417 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5418 (x86_64_push_dummy_call): Return "sp + 16".
5419 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5420 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5421 save_dummy_frame_tos.
5422
5423 2003-06-13 Jim Blandy <jimb@redhat.com>
5424
5425 * frv-tdep.c (frv_use_struct_convention): Delete static
5426 declaration for function deleted in my change of 2003-06-12.
5427
5428 2003-06-13 Theodore A. Roth <troth@openavr.org>
5429
5430 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5431 (avr_pointer_to_address): Shift code addrs left 1 bit.
5432 (avr_convert_from_func_ptr_addr): Delete function since operation is
5433 better handled by avr_address_to_pointer and avr_pointer_to_address.
5434 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5435
5436 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5437
5438 From Kelley Cook <kelleycook@wideopenwest.com>:
5439 * configure.host: Accept i[34567]86 variants.
5440 * configure.tgt: Likewise.
5441 * nlm/configure.in: Likewise.
5442 * nlm/configure: Regenerated.
5443
5444 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5445
5446 * arm-tdep.c (solib-svr4.h): Dont' include it.
5447 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5448 * arm-linux-tdep.c: ... here. Make static.
5449 (arm_linux_init_abi): Register it.
5450 (solib-svr4.h): Include it.
5451 * Makefile.in: Update dependencies.
5452 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5453 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5454
5455 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5456
5457 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5458 indicate registers used for return values.
5459 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5460 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5461 members.
5462 (h8300_init_extra_frame_info): Ditto.
5463 (h8300_frame_locals_address): Removed.
5464 (h8300_frame_args_address): Removed.
5465 (h8300_extract_return_value): Use new regcache structure. Only care
5466 for 16 bit CPUs.
5467 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5468 (h8300_store_return_value): Use new regcache structure. Only care
5469 for 16 bit CPUs.
5470 (h8300h_store_return_value): Same function for 32 bit CPUs.
5471 (h8300_store_struct_return): Removed.
5472 (h8300_extract_struct_value_address): Use new regcache structure.
5473 (h8300h_extract_struct_value_address): Removed.
5474 (h8300_push_dummy_code): New function.
5475 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5476 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5477 set_gdbarch_store_return_value architecture dependent.
5478 Call set_gdbarch_push_dummy_code and
5479 set_gdbarch_extract_struct_value_address.
5480 Remove calls to set_gdbarch_frame_args_address,
5481 set_gdbarch_frame_locals_address,
5482 set_gdbarch_deprecated_store_struct_return,
5483 set_gdbarch_deprecated_extract_return_value,
5484 set_gdbarch_deprecated_extract_struct_value_address,
5485 set_gdbarch_deprecated_call_dummy_words and
5486 set_gdbarch_deprecated_sizeof_call_dummy_words.
5487
5488 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5489
5490 * h8300-tdep.c (h8300_register_byte): Remove.
5491 (h8300h_register_byte): Remove.
5492 (h8300_register_virtual_type): Remove. Substitute by...
5493 (h8300_register_type): New function.
5494 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5495 (h8300h_extract_struct_value_address): Ditto.
5496 (h8300_gdbarch_init): Drop calls to
5497 set_gdbarch_deprecated_register_byte and
5498 set_gdbarch_deprecated_register_virtual_type.
5499 Add call to set_gdbarch_register_type.
5500
5501 2003-06-13 Andrew Cagney <cagney@redhat.com>
5502
5503 * gdbarch.sh: Update comments on registers.
5504 (deprecated_register_byte): Rename register_byte.
5505 (deprecated_register_raw_size): Rename register_raw_size.
5506 (deprecated_register_virtual_size): Rename register_virtual_size.
5507 (deprecated_register_virtual_type): Rename register_virtual_type.
5508 * gdbarch.h, gdbarch.c: Re-generate.
5509 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5510 * vax-tdep.c (vax_gdbarch_init): Update.
5511 * v850-tdep.c (v850_gdbarch_init): Update.
5512 * sparc-tdep.c (sparc_gdbarch_init): Update.
5513 * sh-tdep.c (sh_gdbarch_init): Update.
5514 * s390-tdep.c (s390_gdbarch_init): Update.
5515 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5516 * ns32k-tdep.c: Update.
5517 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5518 * mips-tdep.c (mips_gdbarch_init): Update.
5519 * mcore-tdep.c (mcore_gdbarch_init): Update.
5520 * m68k-tdep.c (m68k_gdbarch_init): Update.
5521 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5522 * ia64-tdep.c (ia64_gdbarch_init): Update.
5523 * hppa-tdep.c (hppa_gdbarch_init): Update.
5524 * h8300-tdep.c (h8300_gdbarch_init): Update.
5525 * frv-tdep.c (frv_gdbarch_init): Update.
5526 * cris-tdep.c (cris_gdbarch_init): Update.
5527 * avr-tdep.c (avr_gdbarch_init): Update.
5528 * alpha-tdep.c (alpha_gdbarch_init): Update.
5529 * arm-tdep.c (arm_gdbarch_init): Update.
5530
5531 2003-06-13 Andrew Cagney <cagney@redhat.com>
5532
5533 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5534 mips_o32_use_struct_convention with always_use_struct_convention.
5535
5536 2003-06-12 David Carlton <carlton@kealia.com>
5537
5538 * cp-namespace.c (cp_set_block_scope): Comment out
5539 processing_has_namespace_info branch.
5540
5541 2003-06-12 Jim Blandy <jimb@redhat.com>
5542
5543 Recognize and skip 64-bit PowerPC Linux linkage functions.
5544 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5545 insn_pattern, insns_match_pattern, d_field, ds_field): New
5546 functions, macros, and types for working with PPC instructions.
5547 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5548 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5549 ppc64_skip_trampoline_code): New functions, variables, and macros
5550 for recognizing and skipping linkage functions.
5551 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5552 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5553
5554 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5555 register offsets for both the 32- and 64-bit interfaces.
5556
5557 Actually finish the job started by my change of 2003-05-29.
5558 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5559 other #definition of this.
5560 (ppc_linux_skip_trampoline_code): Remove declaration.
5561 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5562 static.
5563 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5564 method for GDBARCH.
5565
5566 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5567 'long' on ppc64-*-linux*.
5568
5569 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5570 isn't #defined, assume the register doesn't exist: act as if
5571 tdep->ppc_mq_regnum were -1.
5572
5573 * configure.host, configure.tgt: Add entries for
5574 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5575 powerpc/linux.mt.
5576 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5577 New files.
5578
5579 * arch-utils.c (always_use_struct_convention): New function.
5580 * arch-utils.h (always_use_struct_convention): New prototype.
5581 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5582 (alpha_gdbarch_init): Register always_use_struct_convention,
5583 instead of alpha_use_struct_convention.
5584 * cris-tdep.c (cris_use_struct_convention): Delete.
5585 (cris_gdbarch_init): Register always_use_struct_convention,
5586 instead of cris_use_struct_convention.
5587 * frv-tdep.c (frv_use_struct_convention): Delete.
5588 (frv_gdbarch_init): Register always_use_struct_convention,
5589 instead of frv_use_struct_convention.
5590 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5591 (h8300_gdbarch_init): Register always_use_struct_convention,
5592 instead of h8300_use_struct_convention.
5593 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5594 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5595 instead of mips_o32_use_struct_convention.
5596
5597 2003-06-12 Andrew Cagney <cagney@redhat.com>
5598
5599 * wince.c: Include "mips-tdep.h".
5600 * mips-tdep.h (mips_next_pc): Declare.
5601 * mcore-tdep.c: Make more local functions static.
5602 * Makefile.in (wince.o): Update dependencies.
5603
5604 2003-06-12 David Carlton <carlton@kealia.com>
5605
5606 * symtab.c (lookup_symbol_aux_minsyms): Replace
5607 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5608 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5609 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5610 SYMBOL_NATURAL_NAME.
5611
5612 2003-06-12 Andreas Schwab <schwab@suse.de>
5613
5614 * Makefile.in (tuiDisassem.o): Update dependencies.
5615
5616 2003-06-12 David Carlton <carlton@bactrian.org>
5617
5618 * symtab.h: Delete declaration of make_symbol_overload_list.
5619 Add declaration of lookup_partial_symbol.
5620 * symtab.c (remove_params): Move to cp-support.c.
5621 (overload_list_add_symbol, make_symbol_overload_list)
5622 (sym_return_val_size, sym_return_val_index): Ditto.
5623 (lookup_partial_symbol): Make extern.
5624 * cp-support.h: Add declaration of make_symbol_overload_list.
5625 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5626 symtab.h, and block.h.
5627 (remove_params): Move here from symtab.c.
5628 (overload_list_add_symbol, make_symbol_overload_list)
5629 (sym_return_val_size, sym_return_val_index): Ditto.
5630 * valops.c: Include cp-support.h.
5631 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5632 frame_h, and block_h.
5633 (valops.o): Depend on cp_support_h.
5634
5635 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5636
5637 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5638 substitute by NUM_REGS throughout.
5639 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5640 (h8300s_register_name): New function for H8S registers.
5641 (h8300sx_register_name): Ditto for H8SX registers.
5642 (h8300_print_register): Revise register printing, avoid depending
5643 on 32 bit long.
5644 (h8300_register_byte): Only care for H8/300 registers.
5645 (h8300h_register_byte): New function for any other architecture.
5646 (h8300_register_raw_size): Remove.
5647 (h8300_register_virtual_type): Revise to return actually useful
5648 type.
5649 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5650 (h8300h_extract_struct_value_address): New function for any other
5651 architecture.
5652 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5653 set_gdbarch_register_name, set_gdbarch_register_byte,
5654 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5655 Remove calls to set_gdbarch_deprecated_register_size,
5656 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5657 set_gdbarch_deprecated_max_register_raw_size,
5658 set_gdbarch_register_virtual_size and
5659 set_gdbarch_deprecated_max_register_virtual_size entirely.
5660 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5661 set_gdbarch_long_double_bit.
5662
5663 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5664
5665 * doublest.c (convert_doublest_to_floatformat): When dealing
5666 with the implied integer bit, only alter mant_bits if we are
5667 processing a full 32 bits of mantissa.
5668
5669 2003-06-11 David Carlton <carlton@bactrian.org>
5670
5671 * dictionary.h: New.
5672 * dictionary.c: New.
5673 * block.h: Add opaque declaration for struct dictionary.
5674 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5675 'sym' members.
5676 (BLOCK_DICT): New macro.
5677 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5678 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5679 BLOCK_SHOULD_SORT.
5680 (ALL_BLOCK_SYMBOLS): Update definition.
5681 * Makefile.in (SFILES): Add dictionary.c.
5682 (dictionary_h): New.
5683 (COMMON_OBS): Add dictionary.o.
5684 (dictionary.o): New.
5685 (ada-lang.o): Depend on dictionary_h.
5686 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5687 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5688 (mi-cmd-stack.o): Ditto.
5689 (gdbtk-cmds.o): Update dependencies.
5690 (gdbtk-stack.o): Ditto.
5691 * ada-lang.c: Include dictionary.h.
5692 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5693 (fill_in_ada_prototype, debug_print_block): Ditto.
5694 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5695 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5696 'is_sorted'.
5697 * mdebugread.c: Include dictionary.h.
5698 (struct parse_stack): Delete 'maxsyms' member.
5699 (parse_symbol): Update calls to new_block. Delete calls to
5700 shrink_block. Use dictionary methods.
5701 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5702 Update calls to new_symtab. Don't maintain maxsyms data.
5703 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5704 (add_symbol): Just call dict_add_symbol.
5705 (new_symtab): Delete 'maxsyms' argument.
5706 (new_symtab): Update calls to new_block.
5707 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5708 (shrink_block): Delete function.
5709 (fixup_sigtramp): Update call to new_block. Add symbol via
5710 dict_add_symbol.
5711 * jv-lang.c: Include dictionary.h.
5712 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5713 appropriately. Set class_symtab->free_func. Make sure the
5714 blockvector is big enough to hold two blocks.
5715 (add_class_symtab_symbol): Use dictionary methods.
5716 (free_class_block): New function.
5717 (type_from_class): Replace explicit iteration by
5718 ALL_BLOCK_SYMBOLS.
5719 * symtab.h (struct symtab): Replace 'free_ptr' method by
5720 'free_func'.
5721 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5722 sort_symtab_syms.
5723 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5724 sort_symtab_syms.
5725 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5726 Include dictionary.h.
5727 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5728 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5729 sort_symtab_syms.
5730 * objfiles.c: Include dictionary.h.
5731 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5732 * buildsym.c: Include dictionary.h.
5733 (finish_block): Use dictionary methods.
5734 (end_symtab): Set free_func to NULL, not free_ptr.
5735 * tracepoint.c: Include dictionary.h.
5736 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5737 (scope_info): Ditto.
5738 * stack.c: Include dictionary.h.
5739 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5740 (print_block_frame_labels, print_frame_arg_vars)
5741 (print_frame_args): Ditto.
5742 * symmisc.c (free_symtab_block): Use dictionary methods.
5743 (dump_symtab): Ditto.
5744 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5745 Include dictionary.h.
5746 * symfile.h: Delete declarations of sort_block_syms,
5747 sort_symtab_syms.
5748 * symfile.c (sort_block_syms): Delete.
5749 (sort_symtab_syms): Delete.
5750 * symtab.c: Include dictionary.h.
5751 (lookup_block_symbol): Use dictionary iterators.
5752 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5753 (search_symbols, make_symbol_completion_list): Ditto.
5754 (make_symbol_overload_list): Ditto.
5755 * valops.c (value_of_local): Use dict_empty.
5756 Include dictionary.h.
5757
5758 2003-06-11 J. Brobecker <brobecker@gnat.com>
5759
5760 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5761
5762 2003-06-11 David Carlton <carlton@bactrian.org>
5763
5764 * block.h (BLOCK_SHOULD_SORT): Delete.
5765 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5766 blocks.
5767 * ada-lang.c (ada_add_block_symbols): Ditto.
5768 * symfile.c (sort_block_syms): Delete.
5769 (sort_symtab_syms): Ditto.
5770 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5771 declarations.
5772 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5773 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5774 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5775 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5776 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5777 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5778 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5779
5780 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5781
5782 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5783 bits to 128.
5784
5785 2003-06-11 Andrew Cagney <cagney@redhat.com>
5786
5787 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5788 REGISTER_CONVERTIBLE.
5789 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5790 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5791 * gdbarch.h, gdbarch.c: Re-generate.
5792 * arch-utils.h (deprecated_register_convertible_not): Rename
5793 generic_register_convertible_not.
5794 * arch-utils.c (deprecated_register_convertible_not): Rename
5795 generic_register_convertible.
5796 (legacy_convert_register_p, legacy_register_to_value): Update.
5797 * sh-tdep.c (sh64_push_arguments): Update.
5798 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5799 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5800 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5801 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5802 * arch-utils.c (legacy_value_to_register): Update.
5803 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5804 (rs6000_register_convert_to_raw): Make parameter "from" const.
5805 * mips-tdep.c (mips_gdbarch_init): Update.
5806 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5807 * infcmd.c (default_print_registers_info): Update.
5808 * ia64-tdep.c (ia64_gdbarch_init): Update.
5809 (ia64_register_convert_to_raw): Make parameter "from" const.
5810 * i386-tdep.c (i386_gdbarch_init): Update.
5811 (i386_register_convert_to_raw): Update.
5812
5813 2003-06-11 Andrew Cagney <cagney@redhat.com>
5814
5815 * remote-fileio.c: Include "remote-fileio.h".
5816 * Makefile.in (remote-fileio.o): Update dependencies.
5817 (remote_fileio_h): Fix typo.
5818
5819 2003-06-11 Andrew Cagney <cagney@redhat.com>
5820
5821 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5822 (xstormy16_save_dummy_frame_tos): Make static.
5823 (_initialize_xstormy16_tdep): Add declaration.
5824 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5825 * v850-tdep.c: Make local functions static.
5826 (_initialize_v850_tdep): Add declaration.
5827 * sparc-tdep.c: Make local functions static.
5828 (_initialize_sparc_tdep): Add declaration.
5829 * sh-tdep.c: Make local functions static.
5830 (_initialize_sh_tdep): Add declaration.
5831 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5832 * s390-tdep.c: Make local functions static.
5833 (_initialize_s390_tdep): Add declaration.
5834 * dbxread.c (find_stab_function_addr): Make static.
5835 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5836 * ocd.c (_initialize_remote_ocd): Add declaration.
5837 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5838 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5839 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5840 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5841 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5842 * remote-array.c (_initialize_array): Add declaration.
5843 (_initialize_remote_monitors): Add declaration.
5844 * remote-mips.c: Make local functions static.
5845 (_initialize_remote_mips): Add declaration.
5846 * mcore-tdep.c: Make all local functions static.
5847 (_initialize_mcore_tdep): Add declaration.
5848 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5849 * abug-rom.c (_initialize_abug_rom): Add declaration.
5850 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5851 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5852 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5853 * remote-est.c (_initialize_est): Add declaration.
5854 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5855 (m68hc11_call_dummy_address): Make static.
5856 * ia64-tdep.c: Make local functions static.
5857 (_initialize_ia64_tdep): Add declaration.
5858 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5859 * monitor.c (monitor_wait_filter): Make static.
5860 (_initialize_remote_monitors): Add declaration.
5861 * remote-hms.c (_initialize_remote_hms): Add declaration.
5862 * remote-e7000.c (fetch_regs_from_dump): Make static.
5863 (expect_n): Make static.
5864 (_initialize_remote_e7000): Add declaration.
5865 * ser-e7kpc.c: Always include "defs.h".
5866 (_initialize_ser_e7000pc): Add declaration.
5867 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5868 * cris-tdep.c: Make all but one function static.
5869 (_initialize_cris_tdep): Add declaration.
5870 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5871 * solib.c (update_solib_list): Make static.
5872 (_initialize_solib): Add declaration.
5873 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5874 (_initialize_avr_tdep): Add declaration.
5875 * remote-rdi.c (voiddummy): Make static.
5876 (_initialize_remote_rdi): Add declaration.
5877 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5878 * remote-rdp.c (send_rdp): Make static.
5879 (_initialize_remote_rdp): Add declaration.
5880 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5881
5882 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5883
5884 * remote-fileio.c: Make ari happy.
5885
5886 2003-06-10 J. Brobecker <brobecker@gnat.com>
5887
5888 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5889 fetching the trailing bytes of the buffer we are about to write.
5890
5891 2003-06-10 Andrew Cagney <cagney@redhat.com>
5892
5893 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5894 * Makefile.in (remote-fileio.o): Update dependencies.
5895 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5896 include <setjmp.h>, or <sys/types.h> conditional on USG.
5897 (remote_fio_jmp_buf): Delete global variable.
5898
5899 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5900 Martin M. Hunt <hunt@redhat.com>
5901
5902 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5903 (SFILES): Add remote-fileio.c.
5904 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5905 dependencies for building remote.o.
5906 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5907 * remote-fileio.h: New header file defining remote File-I/O interface.
5908 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5909 static storage class.
5910 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5911 'F' packet.
5912 (_initialize_remote): Call initialize_remote_fileio().
5913 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5914 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5915 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5916 (captured_main): Initialize new ui_files.
5917 * ui-file.c: Add read and fgets input functions.
5918 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5919 (null_file_read): New function.
5920 (ui_file_read): New function.
5921 (set_ui_file_read): New function.
5922 (stdio_file_read): New function.
5923 * ui-file.h: New type ui_file_read_ftype.
5924 (set_ui_file_read): Declare.
5925 (ui_file_read): Declare.
5926
5927 2003-06-09 Andrew Cagney <cagney@redhat.com>
5928
5929 * frame.h (deprecated_unwind_get_saved_register): Rename
5930 generic_unwind_get_saved_register, update comments.
5931 * mips-tdep.c (mips_get_saved_register): Update.
5932 * frame.c (deprecated_unwind_get_saved_register): Update.
5933
5934 2003-06-09 Andrew Cagney <cagney@redhat.com>
5935
5936 * vax-tdep.c (vax_frame_locals_address): Delete function.
5937 (vax_gdbarch_init): Do not set frame_locals_address.
5938 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5939 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5940 * s390-tdep.c (s390_frame_args_address): Delete function.
5941 (s390_gdbarch_init): Do not set frame_args_address or
5942 frame_locals_address.
5943 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5944 (ns32k_gdbarch_init): Do not set frame_locals_address.
5945 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5946 (hppa_frame_locals_address): Delete function.
5947 (hppa_gdbarch_init): Do not set frame_args_address, or
5948 frame_locals_address.
5949 * arm-tdep.c (arm_frame_args_address): Delete.
5950 (arm_frame_locals_address): Delete.
5951 (arm_gdbarch_init): Do not set frame_args_address, or
5952 frame_locals_address.
5953
5954 2003-06-09 Andrew Cagney <cagney@redhat.com>
5955
5956 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5957 * gdbarch.h, gdbarch.c: Re-generate.
5958 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5959 * arch-utils.c (frame_num_args_unknown): Delete function.
5960 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5961 (frame_info): Use FRAME_NUM_ARGS_P.
5962 * arm-tdep.c (arm_frame_num_args): Delete function.
5963 (arm_gdbarch_init): Do not set frame_num_args.
5964 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5965 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5966 (hppa_gdbarch_init): Do not set frame_num_args.
5967 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5968 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5969 frame_num_args to default frame_num_args_unknown.
5970 * v850-tdep.c (v850_gdbarch_init): Ditto.
5971 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5972 * sh-tdep.c (sh_gdbarch_init): Ditto.
5973 * s390-tdep.c (s390_gdbarch_init): Ditto.
5974 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5975 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5976 * mips-tdep.c (mips_gdbarch_init): Ditto.
5977 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5978 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5979 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5980 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5981 * i386-tdep.c (i386_gdbarch_init): Ditto.
5982 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5983 * frv-tdep.c (frv_gdbarch_init): Ditto.
5984 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5985 * cris-tdep.c (cris_gdbarch_init): Ditto.
5986 * avr-tdep.c (avr_gdbarch_init): Ditto.
5987 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5988
5989 2003-06-09 Andrew Cagney <cagney@redhat.com>
5990
5991 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5992 (print_frame_args): Moved to "stack.c".
5993 * stack.c: Include "gdb_assert.h".
5994 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5995 (print_frame_args): Moved from "printcmd.c".
5996 * frame.h (print_frame_args): Delete declaration.
5997 * Makefile.in (stack.o): Update dependencies.
5998
5999 2003-06-08 Andrew Cagney <cagney@redhat.com>
6000
6001 * frame.c (get_prev_frame): Remove reference to
6002 frame_args_address_correct in comments.
6003 * frame-base.c (default_frame_args_address): Delete code
6004 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6005 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6006 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6007 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6008 (vax_frame_args_address_correct): Delete declaration.
6009
6010 2003-06-08 Andrew Cagney <cagney@redhat.com>
6011
6012 * gdbarch.sh (UNWIND_SP): Add.
6013 * gdbarch.h, gdbarch.c: Re-generate.
6014 * frame.c (frame_sp_unwind): New function.
6015 (get_frame_sp): New function.
6016 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6017 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6018 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6019 value.
6020 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6021 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6022
6023 2003-06-08 Andrew Cagney <cagney@redhat.com>
6024
6025 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6026 REMOTE_BREAKPOINT.
6027 * remote.c: Update.
6028 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6029 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6030 * config/m68k/tm-sun3.h: Update.
6031 * config/m68k/tm-m68klynx.h: Update.
6032 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6033
6034 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6035 trad_frame". Update comments.
6036 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6037 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6038 (trad_frame_register_value, trad_frame_prev_register): Update.
6039
6040 2003-06-08 Andrew Cagney <cagney@redhat.com>
6041
6042 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6043 from GCC's acinclude.m4.
6044 * configure.in: Check for getopt's delcaration.
6045 * aclocal.m4, config.in, configure: Re-generate.
6046 * main.c (error_init): Delete declaration.
6047 * defs.h (error_init): Declare.
6048 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6049 (rs6000_convert_from_func_ptr_addr): Make static.
6050 (_initialize_rs6000_tdep): Add declaration.
6051 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6052 (show_commands, set_verbose, show_history): Delete declaration.
6053 * top.h (set_verbose): Add declaration.
6054 (show_history, set_history, show_commands): Add declaration.
6055 (do_restore_instream_cleanup): Add declaration.
6056 * objc-lang.c (specialcmp): Make static.
6057 (print_object_command): Make static.
6058 (find_objc_msgsend): Make static.
6059 (find_objc_msgcall_submethod_helper): Make static.
6060 (find_objc_msgcall_submethod): Make static.
6061 (_initialize_objc_language): Add declaration.
6062 (find_implementation_from_class): Make static.
6063 (find_implementation): Make static.
6064 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6065 * objc-lang.h (lookup_struct_typedef): Add declaration.
6066 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6067 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6068 (do_restore_user_call_depth): Make static.
6069 (do_restore_instream_cleanup): Delete declaration.
6070 (dont_repeat): Delete declaration.
6071 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6072 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6073 * reggroups.c (_initialize_reggroup): Add declaration.
6074 * cp-support.c (_initialize_cp_support): Add declaration.
6075 * cp-abi.c (_initialize_cp_abi): Add declaration.
6076 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6077 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6078 (_initialize_gnu_v3_abi): Add declaration.
6079 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6080 (_initialize_gnu_v2_abi): Add declaration.
6081 * frame-base.c (_initialize_frame_base): Add declaration.
6082 * doublest.c (floatformat_from_length): Make static.
6083 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6084 * frame.c (create_sentinel_frame): Make static.
6085 (_initialize_frame): Add declaration.
6086 * top.c (do_catch_errors): Make static.
6087 (gdb_rl_operate_and_get_next_completion): Make static.
6088 * typeprint.c: Include "typeprint.h".
6089 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6090 (sentinel_frame_this_id): Make static.
6091 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6092 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6093 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6094 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6095 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6096 * maint.c (maintenance_print_architecture): Make static.
6097 * signals/signals.c (_initialize_signals): Add declaration.
6098 * std-regs.c (_initialize_frame_reg): Add declaration.
6099 * jv-exp.y (push_variable): ISO C definition.
6100 (push_qualified_expression_name): Ditto.
6101 * memattr.c (_initialize_mem): Add declaration.
6102 * remote.c (remote_check_watch_resources): Make static.
6103 (remote_stopped_by_watchpoint): Make static.
6104 (remote_stopped_data_address): Make static.
6105 * d10v-tdep.c (nr_dmap_regs): Make static.
6106 (a0_regnum): Make static.
6107 (d10v_frame_unwind_cache): Make static.
6108 (d10v_frame_p): Make static.
6109 * osabi.c (show_osabi): Make static.
6110 (_initialize_gdb_osabi): Add extern declaration.
6111 * gdbtypes.c (make_qualified_type): Make static.
6112 (safe_parse_type): Make static.
6113 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6114 * macrotab.c (macro_bcache_free): Make static.
6115 * interps.c (interp_set_quiet): Make static.
6116 (interpreter_exec_cmd): Make static.
6117 * stack.h (select_frame_command): New file.
6118 * stack.c: Include "stack.h".
6119 (select_frame_command_wrapper): Delete function.
6120 (select_frame_command): Make global.
6121 * infcall.c: Include "infcall.h".
6122 * linespec.c: Include "linespec.h".
6123 * symfile.c (sections_overlap): Make static.
6124 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6125 * charset.c (_initialize_charset): Add missing prototype.
6126 * regcache.c (init_legacy_regcache_descr): Make static.
6127 (do_regcache_xfree): Make static.
6128 (regcache_xfer_part): Make static.
6129 (_initialize_regcache): Add missing prototype.
6130 * breakpoint.c (parse_breakpoint_sals): Make static.
6131 (breakpoint_sals_to_pc): Make static.
6132 * interps.h (clear_interpreter_hooks): ISO C declaration.
6133 * Makefile.in (stack_h): Define.
6134 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6135 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6136
6137 2003-06-08 Andrew Cagney <cagney@redhat.com>
6138
6139 * Makefile.in (d10v-tdep.o): Update dependencies.
6140 (SFILES): Add trad-frame.c.
6141 (trad_frame_h): Define.
6142 (COMMON_OBS): Add trad-frame.o.
6143 (trad-frame.o): Specify dependencies.
6144 * d10v-tdep.c: Include "trad-frame.h".
6145 (saved_regs_unwinder): Delete function.
6146 (d10v_frame_prev_register): Use trad_frame_prev_register.
6147 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6148 trad_frame", delete "regs" and "prev_sp".
6149 (prologue_find_regs): Use trad-frame.
6150 * trad-frame.h, trad-frame.c: New files.
6151
6152 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6153
6154 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6155
6156 2003-06-07 Adam Fedor <fedor@gnu.org>
6157
6158 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6159 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6160 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6161 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6162 resolve_msgsend_super, resolve_msgsend_super_stret):
6163 Use it.
6164
6165 2003-06-07 Andrew Cagney <cagney@redhat.com>
6166
6167 * symfile.h: Re-indent, clean up comments.
6168
6169 2003-06-07 Andrew Cagney <cagney@redhat.com>
6170
6171 * inferior.h (deprecated_write_sp): Replace
6172 generic_target_write_sp.
6173 * regcache.c (deprecated_write_sp): Replace
6174 generic_target_write_sp.
6175 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6176 * vax-tdep.c (vax_gdbarch_init): Update.
6177 * v850-tdep.c (v850_gdbarch_init): Update.
6178 * sparc-tdep.c (sparc_gdbarch_init): Update.
6179 * sh-tdep.c (sh_gdbarch_init): Update.
6180 * s390-tdep.c (s390_gdbarch_init): Update.
6181 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6182 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6183 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6184 * mcore-tdep.c (mcore_gdbarch_init): Update.
6185 * m68k-tdep.c (m68k_gdbarch_init): Update.
6186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6187 * ia64-tdep.c (ia64_gdbarch_init): Update.
6188 * h8300-tdep.c (h8300_gdbarch_init): Update.
6189 * frv-tdep.c (frv_gdbarch_init): Update.
6190 * cris-tdep.c (cris_gdbarch_init): Update.
6191 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6192
6193 2003-06-07 Andrew Cagney <cagney@redhat.com>
6194
6195 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6196 Assert that PC_REGNUM is valid.
6197 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6198
6199 2003-06-07 Andrew Cagney <cagney@redhat.com>
6200
6201 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6202 * gdbarch.h, gdbarch.c: Regenerate.
6203 * mn10300-tdep.c: Include "gdb_assert.h".
6204 (mn10300_read_fp): New function.
6205 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6206 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6207 * ia64-tdep.c: Include "gdb_assert.h".
6208 (ia64_read_fp): New function.
6209 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6210 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6211 * regcache.c (generic_target_read_sp): Delete function.
6212 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6213 * inferior.h (generic_target_read_sp): Delete declaration.
6214 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6215 generic_target_read_sp.
6216 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6217 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6218 * sh-tdep.c (sh_gdbarch_init): Ditto.
6219 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6220 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6221
6222 2003-06-07 Andrew Cagney <cagney@redhat.com>
6223
6224 * gdbarch.sh: Comment each field of startup_gdbarch.
6225 * gdbarch.h, gdbarch.c: Re-generate.
6226
6227 2003-06-07 Andrew Cagney <cagney@redhat.com>
6228
6229 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6230 * gdbarch.h, gdbarch.c: Re-generate.
6231 * regcache.c: Update comments on read_pc et.al.
6232 (generic_target_read_pc): Delete function.
6233 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6234 * inferior.h (generic_target_read_pc): Delete declaration.
6235 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6236 generic_target_read_pc.
6237 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6238 * sh-tdep.c (sh_gdbarch_init): Ditto.
6239 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6240 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6241
6242 2003-06-07 Andrew Cagney <cagney@redhat.com>
6243
6244 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6245 "index" with "special_local_sect". Use strcmp instead of STREQ.
6246 Append period to coments.
6247
6248 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6249
6250 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6251 (elfstab_offset_sections): Likewise.
6252 * gdb-stabs.h (stab_section_info): Likewise.
6253 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6254 * objfiles.c (objfile_relocate): Likewise.
6255 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6256 * remote.c (get_offsets): Likewise.
6257 (remote_cisco_objfile_relocate): Likewise.
6258 * somread.c (som_symfile_offsets): Likewise.
6259 * symfile.c (alloc_section_addr_info): New function.
6260 (build_section_addr_info_from_section_tab): Use it.
6261 (free_section_addr_info): Adjust.
6262 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6263 (syms_from_objfile): Allocate local_addr dynamically.
6264 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6265 dynamically.
6266 (add_symbol_file_command): Allocate sect_opts dynamically.
6267 (reread_symbols): Avoid use of SECT_OFF_MAX.
6268 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6269 (alloc_section_addr_info): Declare it.
6270 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6271 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6272 dynamically.
6273 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6274
6275 2003-06-06 Andrew Cagney <cagney@redhat.com>
6276
6277 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6278 (d10v_frame_unwind_cache): Do not set "return_pc".
6279
6280 2003-06-06 Michael Snyder <msnyder@redhat.com>
6281
6282 * h8300-tdep.c: Make tidy (long lines).
6283
6284 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6285
6286 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6287 to regcache_collect().
6288
6289 2003-06-05 J. Brobecker <brobecker@gnat.com>
6290
6291 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6292 pc_in_sigtramp multiarch method.
6293 (hppa_hpux_som_init_abi): Use it.
6294 (hppa_hpux_elf_init_abi): Likewise.
6295 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6296 macro has been multiarched.
6297 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6298 macro here, as hppa64 isn't multiarched yet.
6299
6300 2003-06-05 Andrew Cagney <cagney@redhat.com>
6301
6302 * Makefile.in (value_h): Add $(frame_h).
6303 * value.h: Include "frame.h".
6304 (struct value): Replace "frame_addr" with "frame_id".
6305 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6306 * values.c (allocate_value): Use VALUE_FRAME_ID.
6307 (value_copy): Use VALUE_FRAME_ID.
6308 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6309 * valops.c (value_assign): Update. Use frame_find_by_id.
6310
6311 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6312
6313 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6314 in each pass.
6315
6316 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6317
6318 * thread-db.c (check_event): For create/death event breakpoints,
6319 loop through all messages to ensure that we read the message
6320 corresponding to the breakpoint we are at.
6321
6322 2003-06-04 Michael Snyder <msnyder@redhat.com>
6323
6324 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6325
6326 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6327
6328 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6329 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6330 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6331 when handling .eh_frame sections.
6332
6333 2003-06-04 J. Brobecker <brobecker@gnat.com>
6334
6335 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6336 prepare_to_proceed procedure instead of the hppa-specific one.
6337 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6338
6339 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6340
6341 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6342 * config.in: Regenerated.
6343 * configure.in: Add test for syscall function and check for
6344 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6345 * configure: Regenerated.
6346 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6347 <sys/syscall.h>.
6348 (kill_lwp): New function that uses tkill syscall or
6349 uses kill, depending on whether threading model is nptl or not.
6350 All callers of kill() changed to use kill_lwp().
6351 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6352 see if all threads have already exited in the nptl model.
6353 (stop_and_resume_callback): New callback function used by the
6354 lin_lwp_wait thread exit handling code.
6355 (stop_wait_callback): Check for threads already having exited and
6356 delete such threads fromt the lwp list when discovered.
6357 (stop_callback): Don't assert retcode of kill call.
6358
6359 Roland McGrath <roland@redhat.com>
6360 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6361 nptl libthread_db.
6362
6363 2003-06-03 Richard Henderson <rth@redhat.com>
6364
6365 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6366 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6367 (alpha_sigtramp_frame_prev_register): Likewise.
6368 (alpha_heuristic_frame_prev_register): Likewise.
6369 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6370
6371 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6372 alpha-specific register id names.
6373 (alpha_mdebug_frame_unwind_cache): Likewise.
6374 (alpha_mdebug_frame_prev_register): Likewise.
6375
6376 2003-06-03 Richard Henderson <rth@redhat.com>
6377
6378 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6379 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6380 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6381 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6382 unwind routines.
6383 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6384 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6385 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6386
6387 * alpha-linux-tdep.c: Remove unnecessary includes.
6388 * Makefile.in (alpha-linux-tdep.o): Update.
6389
6390 2003-06-03 Richard Henderson <rth@redhat.com>
6391
6392 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6393 (alphabsd_fill_fpreg): Likewise.
6394
6395 2003-06-03 J. Brobecker <brobecker@gnat.com>
6396
6397 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6398 references to struct frame_info fields by calls to the equivalent
6399 accessors. Necessary now that frame_info is opaque.
6400
6401 2003-06-03 J. Brobecker <brobecker@gnat.com>
6402
6403 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6404 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6405 structure, field no longer exists.
6406
6407 2003-06-03 J. Brobecker <brobecker@gnat.com>
6408
6409 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6410 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6411
6412 2003-06-03 J. Brobecker <brobecker@gnat.com>
6413
6414 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6415 references to struct frame_info fields by calls to the equivalent
6416 accessors. Necessary now that frame_info is opaque.
6417
6418 2003-06-03 J. Brobecker <brobecker@gnat.com>
6419
6420 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6421 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6422 structure, field no longer exists.
6423
6424 2003-06-03 Theodore A. Roth <troth@openavr.org>
6425
6426 * remote.c (init_remote_state): Compute sizeof_g_packet by
6427 accumulation of the size of all registers instead of blindly using
6428 DEPRECATED_REGISTER_BYTES.
6429
6430 2003-06-03 Michael Snyder <msnyder@redhat.com>
6431
6432 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6433 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6434 for h8300sx.
6435
6436 2003-06-03 J. Brobecker <brobecker@gnat.com>
6437
6438 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6439 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6440
6441 2003-06-03 Andrew Cagney <cagney@redhat.com>
6442
6443 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6444 (sparc_convert_to_raw): Delete function.
6445 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6446 register_convert_to_virtual.
6447
6448 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6449
6450 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6451 layer if not dealing with a statically-linked threaded program.
6452
6453 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6454
6455 * solib.c (solib_open): Update comment to reflect actual search order.
6456
6457 2003-06-03 Andrew Cagney <cagney@redhat.com>
6458
6459 * frame.c (get_frame_memory_signed): New function.
6460 (get_frame_memory, get_frame_memory_unsigned): New function.
6461 (get_frame_arch): New function.
6462 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6463 (get_frame_memory, get_frame_unsigned_memory): Declare.
6464 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6465 get_frame_memory_unsigned and get_frame_arch.
6466 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6467
6468 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6469
6470 * MAINTAINERS (write after approval): Add myself.
6471
6472 2003-06-03 Jim Blandy <jimb@redhat.com>
6473
6474 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6475 elements of gregset_t are 64 bits each, but access registers
6476 are still 32 bits, so they're packed two per gregset_t
6477 element. Unpack/pack them properly.
6478
6479 2003-06-02 David Carlton <carlton@bactrian.org>
6480
6481 * linespec.c (find_methods): Break out code into
6482 add_matching_methods and add_constructors.
6483 (add_matching_methods): New.
6484 (add_constructors): Ditto.
6485
6486 2003-06-02 Andrew Cagney <cagney@redhat.com>
6487
6488 * sparc-tdep.c (sparc_print_registers): Delete call to
6489 REGISTER_CONVERTIBLE.
6490 (sparc_gdbarch_init): Do not set register_convertible.
6491 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6492 * frv-tdep.c (frv_gdbarch_init): Ditto.
6493 * cris-tdep.c (cris_gdbarch_init): Ditto.
6494
6495 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6496
6497 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6498 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6499 (syms_from_objfile): Ditto.
6500
6501 2003-06-03 Andreas Schwab <schwab@suse.de>
6502
6503 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6504 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6505
6506 2003-06-02 Richard Henderson <rth@redhat.com>
6507
6508 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6509 a member of all_reggroup.
6510
6511 2003-06-02 Richard Henderson <rth@redhat.com>
6512
6513 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6514 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6515 (alpha_lds, alpha_sts): New.
6516 (alpha_convert_register_p): Change from _register_convertible.
6517 (alpha_register_to_value): Change from _convert_to_virtual;
6518 restructure and fail for type sizes other than 4 or 8.
6519 (alpha_value_to_register): Similarly.
6520 (alpha_extract_return_value): Use alpha_sts.
6521 (alpha_store_return_value): Use alpha_lds.
6522 (alpha_gdbarch_init): Update hooks.
6523
6524 2003-06-02 Richard Henderson <rth@redhat.com>
6525
6526 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6527 regnum identifiers.
6528 (alpha_sigtramp_register_address): Likewise.
6529
6530 2003-06-02 Richard Henderson <rth@redhat.com>
6531
6532 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6533 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6534 * alpha-tdep.h: Declare them.
6535
6536 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6537 Remove zerobuf. Don't error on UNIQUE.
6538 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6539 (ALPHA_REGSET_UNIQUE): Provide default.
6540 (supply_gregset): Use alpha_supply_int_regs.
6541 (fill_gregset): Use alpha_fill_int_regs.
6542 (supply_fpregset): Use alpha_supply_fp_regs.
6543 (fill_fpregset): Use alpha_fill_fp_regs.
6544 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6545 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6546 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6547 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6548 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6549 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6550
6551 2003-06-02 Richard Henderson <rth@redhat.com>
6552
6553 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6554
6555 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6556 (alpha_store_return_value): Likewise.
6557
6558 2003-06-02 David Carlton <carlton@math.stanford.edu>
6559
6560 * block.c (contained_in): Add 'const' to arguments.
6561 (block_function): Ditto.
6562 * block.h: Update declarations for block_function and
6563 contained_in.
6564
6565 2003-06-02 David Carlton <carlton@math.stanford.edu>
6566
6567 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6568 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6569 * p-valprint.c (pascal_val_print): Ditto.
6570 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6571
6572 2003-06-02 Richard Henderson <rth@redhat.com>
6573
6574 * alpha-tdep.c (alpha_push_dummy_call): Use
6575 builtin_type_ieee_double_little instead of builtin_type_double.
6576
6577 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6578 sign-extension of 32-bit values.
6579 (alpha_store_return_value): Similarly.
6580
6581 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6582 (alpha_extract_return_value): Likewise.
6583 (alpha_store_return_value): Likewise.
6584
6585 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6586 (alpha_store_return_value): Error on IEEE Quad floats.
6587
6588 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6589 (alpha_extract_struct_value_address): Likewise.
6590 (alpha_store_return_value): Likewise.
6591 (alpha_store_struct_return): Remove.
6592 (alpha_gdbarch_init): Update hook registration to match.
6593
6594 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6595 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6596 macros where appropriate.
6597 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6598 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6599
6600 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6601 for SP, GP; void_func_ptr for PC; non-language-specific types
6602 for all others.
6603 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6604
6605 2003-06-02 Richard Henderson <rth@redhat.com>
6606
6607 * top.h (lim_at_start): Declare.
6608 * main.c (captured_main): Set it.
6609 * top.c (lim_at_start): Define.
6610 (command_loop): Use it instead of &environ.
6611 * event-top.c (command_handler): Likewise.
6612
6613 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6614
6615 * mipsnbsd-tdep.c: Update copyright years.
6616 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6617
6618 2003-06-01 Richard Henderson <rth@redhat.com>
6619
6620 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6621 (alpha-linux-tdep.o): Update dependencies.
6622 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6623 * alpha-mdebug-tdep.c: Remove unneeded includes.
6624
6625 2003-06-01 Richard Henderson <rth@redhat.com>
6626
6627 * alpha-tdep.c (alpha_register_reggroup_p): New.
6628 (alpha_gdbarch_init): Register it.
6629
6630 2003-06-02 Andrew Cagney <cagney@redhat.com>
6631
6632 * dwarfread.c: Eliminate "register"
6633 (decode_die_type): Eliminate assignment within "if".
6634 (struct_type, decode_array_element_type): Ditto.
6635 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6636 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6637 (decode_modified_type, completedieinfo): Ditto.
6638 * block.c: Eliminate "register".
6639 (blockvector_for_pc_sect): Eliminate assignment within "if".
6640 * cp-support.h (struct symbol): Opaque declaration.
6641 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6642
6643 2003-06-01 Richard Henderson <rth@redhat.com>
6644
6645 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6646 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6647
6648 2003-06-01 Adam Fedor <fedor@gnu.org>
6649
6650 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6651 * gdbarch.[ch]: Regenerate.
6652 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6653 (hppa_gdbarch_init): Set it in the gdbarch vector.
6654 * i386-tdep.c (i386_fetch_pointer_argument): New
6655 (i386_gdbarch_init): Set it into gdbarch.
6656 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6657 (rs6000_gdbarch_init): Set it in gdbarch.
6658 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6659 (sparc_gdbarch_init): Set it in gdbarch.
6660
6661 2003-06-01 Andrew Cagney <cagney@redhat.com>
6662
6663 * defs.h (extract_address): Delete declaration.
6664 * findvar.c (extract_address): Delete function.
6665 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6666 extract_address with the inline equivalent,
6667 extract_unsigned_integer.
6668 (xstormy16_extract_struct_value_address): Ditto.
6669 (xstormy16_pointer_to_address): Ditto.
6670 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6671 * v850-tdep.c (v850_push_arguments): Ditto.
6672 (v850_extract_return_value): Ditto.
6673 (v850_extract_struct_value_address): Ditto.
6674 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6675 (sparcnbsd_get_longjmp_target_64): Ditto.
6676 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6677 (get_longjmp_target): Ditto.
6678 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6679 (sh64_extract_struct_value_address): Ditto.
6680 (sh_push_arguments): Ditto.
6681 (sh64_push_arguments): Ditto.
6682 * remote-vxsparc.c (vx_read_register): Ditto.
6683 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6684 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6685 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6686 * mipsv4-nat.c (get_longjmp_target): Ditto.
6687 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6688 * mips-nat.c (get_longjmp_target): Ditto.
6689 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6690 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6691 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6692 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6693 * irix5-nat.c (get_longjmp_target): Ditto.
6694 * irix4-nat.c (get_longjmp_target): Ditto.
6695 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6696 (ia64_push_arguments): Ditto.
6697 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6698 * h8300-tdep.c (h8300_push_arguments): Ditto.
6699 (h8300_store_return_value): Ditto.
6700 (h8300_extract_struct_value_address): Ditto.
6701 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6702 (frv_push_arguments): Ditto.
6703 * avr-tdep.c (avr_pointer_to_address): Ditto.
6704 (avr_push_arguments): Ditto.
6705 * arm-tdep.c (arm_push_dummy_call): Ditto.
6706 (arm_get_longjmp_target): Ditto.
6707 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6708 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6709 (alpha_get_longjmp_target): Ditto.
6710
6711 * solib-irix.c (extract_mips_address): Inline extract_address,
6712 replacing it with extract_signed_integer.
6713 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6714 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6715 (first_link_map_member, open_symbol_file_object): Ditto.
6716 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6717 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6718 (LM_NEXT, LM_NAME): Ditto.
6719
6720 2003-06-01 Richard Henderson <rth@redhat.com>
6721
6722 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6723 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6724 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6725 (alpha_cannot_store_register): Likewise.
6726 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6727 * alpha-nat.c (supply_gregset): Likewise.
6728 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6729
6730 2003-06-01 Andrew Cagney <cagney@redhat.com>
6731
6732 * infcall.c (call_function_by_hand): Update comment on
6733 DEPRECATED_DUMMY_WRITE_SP.
6734
6735 * mips-tdep.c (mips_gdbarch_init): Do not set
6736 deprecated_dummy_write_sp.
6737 (mips_eabi_push_dummy_call): Set the SP register.
6738 (mips_o64_push_dummy_call): Set the SP register.
6739 (mips_o32_push_dummy_call): Set the SP register.
6740 (mips_n32n64_push_dummy_call): Set the SP register.
6741
6742 2003-06-01 Richard Henderson <rth@redhat.com>
6743
6744 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6745 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6746 (supply_gregset): Likewise.
6747 * alpha-tdep.c (alpha_store_return_value): Likewise.
6748 (alpha_get_longjmp_target): Likewise.
6749 (alpha_register_name): Constify array.
6750 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6751 deprecated_register_size, deprecated_register_bytes,
6752 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6753 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6754 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6755
6756 2003-06-01 Richard Henderson <rth@redhat.com>
6757
6758 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6759 from arg_reg_buffer to regcache to avoid double conversion.
6760
6761 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6762
6763 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6764 SP_REGNUM.
6765 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6766 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6767
6768 2003-06-01 Richard Henderson <rth@redhat.com>
6769
6770 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6771 (decode_frame_entry): Set it. Skip FDE augmentation.
6772
6773 2003-06-01 Richard Henderson <rth@redhat.com>
6774
6775 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6776 not overlapping PC_REGNUM.
6777
6778 2003-06-01 Richard Henderson <rth@redhat.com>
6779
6780 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6781 alpha_push_arguments. Don't dump argument register data to
6782 the target stack. Fix float and 128-bit long double semantics.
6783 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6784 (alpha_fix_call_dummy): Remove.
6785 (alpha_call_dummy_words): Remove.
6786 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6787
6788 2003-06-01 Richard Henderson <rth@redhat.com>
6789
6790 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6791
6792 2003-06-01 Andrew Cagney <cagney@redhat.com>
6793
6794 * mips-tdep.c (is_mips16_addr): New function.
6795 (make_mips16_addr, unmake_mips16_addr): New functions.
6796 (pc_is_mips16, mips_fetch_instruction): Use.
6797 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6798 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6799 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6800 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6801 TARGET_MIPS.
6802 * config/mips/tm-mips.h: Update copyright.
6803 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6804 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6805 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6806 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6807 (TM_PRINT_INSN_MACH): Delete.
6808 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6809
6810 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6811 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6812 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6813 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6814 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6815 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6816 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6817 mips*-*-riscos* and mips*-*-sysv* onto mips.
6818 * config/mips/mips64.mt: New file.
6819 * config/mips/mips.mt: New file.
6820 * config/mips/littlemips.mt: Delete file.
6821 * config/mips/decstation.mt: Delete file.
6822 * config/mips/vr4300el.mt: Delete file.
6823 * config/mips/vr5000el.mt: Delete file.
6824 * config/mips/vr5000.mt: Delete file.
6825 * config/mips/vr4100.mt: Delete file.
6826 * config/mips/vr4xxxel.mt: Delete file.
6827 * config/mips/vr4300.mt: Delete file.
6828 * config/mips/vr4xxx.mt: Delete file.
6829 * config/mips/bigmips.mt: Delete file.
6830 * config/mips/bigmips64.mt: Delete file.
6831 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6832 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6833 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6834 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6835 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6836 "tm-bigmips.h".
6837 * config/mips/tm-irix3.h: Ditto.
6838 * config/mips/tm-mipsv4.h: Ditto.
6839 * config/mips/tm-embed.h: Ditto.
6840 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6841 "tm-bigmips64.h".
6842 * config/mips/tm-vr5000el.h: Delete file.
6843 * config/mips/tm-tx39l.h: Delete file.
6844 * config/mips/tm-vr4300el.h: Delete file.
6845 * config/mips/tm-vr4xxxel.h: Delete file.
6846 * config/mips/tm-vr4300.h: Delete file.
6847 * config/mips/tm-vr4100.h: Delete file.
6848 * config/mips/tm-vr4xxx.h: Delete file.
6849 * config/mips/tm-vr5000.h: Delete file.
6850 * config/mips/tm-embedl64.h: Delete file.
6851 * config/mips/tm-embedl.h: Delete file.
6852 * config/mips/tm-embed64.h: Delete file.
6853 * config/mips/tm-bigmips64.h: Delete file.
6854 * config/mips/tm-bigmips.h: Delete file.
6855
6856 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6857
6858 Fix gdb/1216.
6859 * shnbsd-nat.c: Include "sh-tdep.h".
6860
6861 From Richard Henderson <rth@redhat.com>:
6862 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6863
6864 2003-05-31 Andrew Cagney <cagney@redhat.com>
6865
6866 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6867 forward declaration.
6868 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6869 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6870 (mips_find_saved_regs): Use set_reg_offset.
6871 (mips_frame_init_saved_regs): Delete function.
6872 (mips_pop_frame): Call mips_find_saved_regs instead of
6873 DEPRECATED_FRAME_INIT_SAVED_REGS.
6874
6875 2003-05-31 Andrew Cagney <cagney@redhat.com>
6876
6877 * mips-tdep.c (mips_gdbarch_init): Do not set
6878 deprecated_max_register_raw_size, register_virtual_size, and
6879 deprecated_max_register_virtual_size.
6880
6881 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6882
6883 * i386-tdep.c: Include "dwarf2-frame.h".
6884 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6885 * Makefile.in (i386-tdep.o): Update dependencies.
6886
6887 * dwarf2-frame.c, dwarf2-frame.h: New files.
6888 * Makefile.in (SFILES): Add dwarf2-frame.c.
6889 (dwarf2_frame_h): Define.
6890 (COMMON_OBS): Add dwarf2-frame.o.
6891 (dwarf2-frame.o): Add dependencies.
6892
6893 2003-05-31 Andreas Jaeger <aj@suse.de>
6894
6895 * x86-64-linux-nat.c: Fix comment.
6896
6897 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6898
6899 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6900 function signature.
6901
6902 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6903 have a sigcontext_addr handler.
6904 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6905 sigcontext_addr handler.
6906
6907 2003-05-31 Andrew Cagney <cagney@redhat.com>
6908
6909 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6910 (print_fp_register_row): Replace do_fp_register_row.
6911 (mips_print_fp_register): Add "file" and "frame" parameters.
6912 (mips_print_register): Add "file" and "frame" parameters.
6913 (mips_print_registers_info): Replace mips_do_registers_info.
6914 (mips_gdbarch_init): Set print_registers_info instead of
6915 deprecated_do_registers_info.
6916 (mips_read_fp_register_single): Add "frame" parameter.
6917 (mips_read_fp_register_double): Add "frame" parameter.
6918
6919 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6920
6921 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6922 Fixes a bug where GDB would print the wrong register names for
6923 targets without SSE.
6924
6925 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6926 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6927 registers.
6928
6929 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6930 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6931 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6932 TDEP->sc_sp_offset.
6933
6934 From Michal Ludvig <mludvig@suse.cz>:
6935 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6936 and `sc_num_regs'.
6937 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6938 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6939 I386_ST0_REGNUM): Move here from...
6940 * i386-tdep.c: ... here.
6941 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6942 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6943 registers if possible.
6944 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6945 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6946 Remove variables.
6947 (i386bsd_sc_reg_offset): New variable.
6948 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6949 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6950 TDEP->sc_sp_offset.
6951 (i386fbsd_sc_reg_offset): New variable.
6952 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6953 TDEP->sc_num_regs.
6954 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6955 variables.
6956 (i386fbsd4_sc_reg_offset): New variable.
6957 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6958 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6959 TDEP->sc_sp_offset.
6960 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6961 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6962 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6963 Remove variables.
6964 (i386nbsd_sc_reg_offset): New variable.
6965 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6966 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6967 TDEP->sc_sp_offset.
6968 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6969 Remove variables.
6970 (i386obsd_sc_reg_offset): New variable.
6971 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6972 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6973 TDEP->sc_sp_offset.
6974 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6975 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6976 for frame pointer offset in `struct sigcontext'.
6977
6978 2003-05-31 Andrew Cagney <cagney@redhat.com>
6979
6980 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6981 architecture methods call_dummy_words, sizeof_call_dummy_words,
6982 push_return_address, store_struct_return, and fix_call_dummy. Set
6983 push_dummy_call instead of deprecated_push_arguments.
6984 (mips_store_struct_return): Delete function.
6985 (mips_fix_call_dummy): Delete function.
6986 (mips_push_return_address): Delete function.
6987 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6988 RA_REGNUM and T9_REGNUM.
6989 (mips_n32n64_push_dummy_call): Ditto for
6990 mips_n32n64_push_arguments.
6991 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6992 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6993
6994 2003-05-31 Andrew Cagney <cagney@redhat.com>
6995
6996 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6997 "dummy_addr" to "bp_addr".
6998 * infcall.c (call_function_by_hand): Pass "funaddr" to
6999 gdbarch_push_dummy_call.
7000 * gdbarch.h, gdbarch.c: Re-generate.
7001 * i386-tdep.c (i386_push_dummy_call): Update.
7002 * arm-tdep.c (arm_push_dummy_call): Update.
7003 * d10v-tdep.c (d10v_push_dummy_call): Update.
7004
7005 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7006
7007 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7008 variable declarations.
7009 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7010 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7011 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7012 x86_64_init_frame_pc, x86_64_init_frame_pc,
7013 x86_64_function_has_prologue): Remove prototypes.
7014 (X86_64_NUM_GREGS): New define.
7015 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7016 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7017 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7018 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7019 XMM1_REGNUM): Remove defines.
7020 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7021 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7022 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7023 X86_64_XMM1_REGNUM): New defines.
7024 (struct x86_64_register_info): Renamed from `struct
7025 register_info'. Remove `size' member.
7026 (x86_64_register_info_table): Remove variable.
7027 (x86_64_register_info): New variable.
7028 (X86_64_NUM_REGS): New define.
7029 (X86_64_NUM_GREGS): Remove define.
7030 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7031 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7032 Remove variables.
7033 (x86_54_dwarf2_reg_to_regnum): Remove function.
7034 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7035 (x86_64_dwarf_reg_to_regnum): New function.
7036 (x86_64_register_name): Rewrite.
7037 (x86_64_register_raw_size): Remove function.
7038 (x86_64_register_byte_table): Remove variable.
7039 (x86_64_register_byte): Remove function.
7040 (x86_64_register_virtual_type): Remove function.
7041 (x86_64_register_type): New function.
7042 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7043 x86_64_register_convert_to_raw): Remove functions.
7044 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7045 (x86_64_use_struct_convention): Make static. Adjust for renamed
7046 defines.
7047 (x86_64_frame_init_saved_regs): Remove function.
7048 (x86_64_push_arguments): Make static. Change to accept a regcache
7049 as argument.
7050 (x86_64_store_return_value, x86_64_extract_return_value): Make
7051 static. Rewrite based on i386 counterparts.
7052 (x86_64_push_dummy_call): New function.
7053 (X86_64_NUM_SAVED_REGS): New define.
7054 (x86_64_register_number): Remove function.
7055 (x86_64_store_struct_return): Remove function.
7056 (x86_64_frameless_function_invocation,
7057 x86_64_function_has_prologue): Remove functions.
7058 (PROLOG_BUFSIZE): Remove define.
7059 (struct x86_64_frame_cache): New structure.
7060 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7061 x86_64_frame_cache, x86_64_frame_this_id,
7062 x86_64_frame_prev_register, x86_64_frame_p,
7063 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7064 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7065 functions.
7066 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7067 variables.
7068 (x86_64_skip_prologue): Rewrite in terms of
7069 x86_64_analyze_prologue.
7070 (x86_64_frame_base_address): New function.
7071 (x86_64_frame_base): New variable.
7072 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7073 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7074 set deprecated_fp_regnum, deprecated_register_size,
7075 deprecated_register_bytes, register_raw_size, register_byte,
7076 register_virtual_type, register_convertiable,
7077 register_convert_to_virtual, convert_to_raw,
7078 deprecated_get_saved_register, deprecated_target_read_fp,
7079 deprecated_push_arguments, deprecated_push_return_address,
7080 deprecated_pop_frame, deprecated_store_struct_return,
7081 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7082 frameless_function_invocation, deprecated_frame_saved_pc,
7083 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7084 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7085 deprecated_init_frame_pc and virtual_frame_pointer. Call
7086 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7087 and x86_64_frame_p. Call frame_base_set_default to register
7088 x86_64_frame_base.
7089 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7090 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7091 (_initialize_x86_64_tdep): Remove function.
7092 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7093 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7094 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7095 define.
7096 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7097 (x86_64_linux_sigcontext_addr): Rewrite.
7098 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7099 x86_64_linux_frame_saved_pc): Remove functions.
7100 (x86_64_linux_pc_in_sigtramp): Renamed from
7101 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7102 trampoline.
7103 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7104 Remove_functions.
7105 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7106 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7107 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7108 (x86_64_regmap): Rename to regmap.
7109 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7110 x86_64_num_gregs.
7111 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7112 x86_64_regmap.
7113 (x86_64_fxsave_offset): Remove function.
7114 (supply_fpregset): Simply call x86_64_supply_fxsave.
7115 (fill_fpregset): Simply call x86_64_fill_fxsave.
7116 (fetch_inferior_registers, store_inferior_registers): Avoid
7117 asignment in if-statement.
7118 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7119 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7120 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7121 (fetch_core_registers): Remove function.
7122 (linux_elf_core_fns): Remove.
7123 (offsetoff): Don't define.
7124 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7125 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7126 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7127 add core-regset.o.
7128 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7129 protection against multiple includes instead of NM_X86_64_h. Add
7130 various comments. Include "config/nm-linux.h". Don't include
7131 <signal.h>.
7132 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7133 GET_THREAD_SIGNALS): Remove defines.
7134 (x86_64_register_u_addr, kernel_u_size,
7135 lin_thread_get_thread_signals): Remove prototypes.
7136 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7137 [HAVE_LINK_H]: Don't include "solib.h".
7138 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7139 * config/i386/tm-x86-64linux.h: Fix comments.
7140 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7141 x86-64-tdep.o): Update dependencies.
7142
7143 2003-05-30 Andrew Cagney <cagney@redhat.com>
7144
7145 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7146 Change parameter type to a "struct regcache *".
7147
7148 * gdbarch.sh: Regardless of the multi-arch level, always define
7149 the macro when not already defined.
7150 * gdbarch.h, gdbarch.c: Re-generate.
7151
7152 2003-05-30 Richard Henderson <rth@redhat.com>
7153
7154 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7155 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7156 (alpha_mdebug_frame_this_id): Likewise.
7157 (alpha_mdebug_frame_prev_register): Likewise.
7158 (alpha_mdebug_frame_base_address): Likewise.
7159 (alpha_mdebug_frame_locals_address): Likewise.
7160 (alpha_mdebug_frame_args_address): Likewise.
7161 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7162 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7163 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7164 loop increment.
7165 (alpha_heuristic_frame_this_id): Make static.
7166 (alpha_heuristic_frame_prev_register): Likewise.
7167 (alpha_heuristic_frame_base_address): Likewise.
7168 * alpha-tdep.h: Update.
7169
7170 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7171
7172 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7173 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7174 defenitions.
7175 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7176 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7177 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7178 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7179 I386_ST0_REGNUM): New defines.
7180 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7181 codestream_get): Remove define.
7182 (codestream_next_addr, condestream_addr, condestream_buf,
7183 codestream_off, codestream_cnt): Remove variables.
7184 (codestream_fill, codestream_seek, codestream_read): Remove
7185 functions.
7186 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7187 functionality.
7188 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7189 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7190 i386_frame_saved_pc, i386_saved_pc_after_call,
7191 i386_frame_num_args, i386_frame_init_saved_regs,
7192 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7193 i386_push_arguments): Remove functions.
7194 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7195 functionality. Use i386_analyze_prologue instead of
7196 i386_get_frame_setup.
7197 (I386_NUM_SAVED_REGS): New define.
7198 (struct i386_frame_cache): New structure.
7199 (i386_alloc_frame_cache, i386_analyze_struct_return,
7200 i386_skip_probe, i386_analyze_frame_setup,
7201 i386_analyze_register_saves, i386_analyze_prologue,
7202 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7203 i386_frame_prev_register, i386_sigtramp_frame_cache,
7204 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7205 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7206 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7207 New functions.
7208 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7209 New variables.
7210 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7211 I386_EAX_REGNUM and I386_EDX_REGNUM.
7212 (i386_extract_return_value, i386_store_return_value): Use
7213 I386_ST0_REGNUM where appropriate.
7214 (i386_extract_struct_value_address): Rewrite to use extract_address.
7215 (i386_svr4_pc_in_sigtramp): Add comment.
7216 (i386_svr4_sigcontext_addr): Rewrite.
7217 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7218 TDEP->sc_sp_offset.
7219 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7220 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7221 of new defines. Set push_dummy_call, don't set
7222 deprecated_push_arguments, deprecated_push_return_address,
7223 deprecated_pop_frame. Don't set parm_boundary. Don't set
7224 deprecated_frame_chain, deprecated_frame_saved_pc,
7225 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7226 save_dummy_frame_tos, unwind_pc. Call
7227 frame_unwind_append_predicate and frame_base_set_default. Don't
7228 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7229 Don't set frameless_function_invocation. Don't set
7230 deprecated_register_bytes, deprecated_register_size,
7231 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7232 * i386-linux-tdep.c: Fix formatting in some comments.
7233 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7234 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7235 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7236 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7237 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7238 redundant parentheses.
7239 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7240 (i386_linux_sigcontext_addr): Use it. Rewrite.
7241 (find_minsym_and_objfile): Change name of second argument.
7242 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7243 changed. Use frame_pc_unwind instead of
7244 DEPRECATED_SAVED_PC_AFTER_CALL.
7245 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7246 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7247 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7248 unwinder.
7249 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7250 "dummy-frame.h".
7251 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7252 (_initialize_i386_cygwin_tdep): New prototype.
7253 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7254 deprecated_frame_chain_valid.
7255 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7256 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7257 Rely on the SVR4 defaults.
7258 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7259 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7260
7261 2003-05-30 Andrew Cagney <cagney@redhat.com>
7262
7263 * infcall.c (call_function_by_hand): Always call
7264 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7265
7266 2003-05-30 Richard Henderson <rth@redhat.com>
7267
7268 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7269 increment.
7270
7271 2003-05-29 Jim Blandy <jimb@redhat.com>
7272
7273 Use gdbarch methods for solib stuff on PowerPC Linux.
7274 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7275 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7276 show through.
7277 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7278 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7279 giving the same effect as the #definitions above.
7280
7281 2003-05-29 Adam Fedor <fedor@gnu.org>
7282
7283 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7284 (find_implementation_from_class): Replace it with the standard
7285 case i.e. do nothing.
7286
7287 2003-05-29 Richard Henderson <rth@redhat.com>
7288
7289 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7290 (alpha_linux_sigtramp_offset): Use it. Make static.
7291 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7292 update for new frame model.
7293 * alpha-mdebug-tdep.c: New file.
7294 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7295 (alpha_osf1_init_abi): Install it.
7296 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7297 (linked_proc_desc_table): Remove.
7298 (alpha_frame_past_sigtramp_frame): Remove.
7299 (alpha_dynamic_sigtramp_offset): Remove.
7300 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7301 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7302 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7303 (push_sigtramp_desc): Remove.
7304 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7305 (alpha_cannot_store_register): Likewise.
7306 (alpha_sigcontext_addr): Remove.
7307 (alpha_find_saved_regs): Remove.
7308 (alpha_frame_init_saved_regs): Remove.
7309 (alpha_init_frame_pc_first): Remove.
7310 (read_next_frame_reg): Remove.
7311 (alpha_frame_saved_pc): Remove.
7312 (alpha_saved_pc_after_call): Remove.
7313 (temp_proc_desc, temp_saved_regs): Remove.
7314 (alpha_about_to_return): Remove.
7315 (cached_proc_desc): Remove.
7316 (alpha_frame_chain): Remove.
7317 (alpha_print_extra_frame_info): Remove.
7318 (alpha_init_extra_frame_info): Remove.
7319 (alpha_frame_locals_address): Remove.
7320 (alpha_frame_args_address): Remove.
7321 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7322 (alpha_push_dummy_frame): Remove.
7323 (alpha_pop_frame): Remove.
7324 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7325 (alpha_read_insn): New.
7326 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7327 for different insn encodings.
7328 (alpha_in_lenient_prologue): Remove.
7329 (struct alpha_sigtramp_unwind_cache): New.
7330 (alpha_sigtramp_frame_unwind_cache): New.
7331 (alpha_sigtramp_register_address): New.
7332 (alpha_sigtramp_frame_this_id): New.
7333 (alpha_sigtramp_frame_prev_register): New.
7334 (alpha_sigtramp_frame_unwind): New.
7335 (alpha_sigtramp_frame_p): New.
7336 (struct alpha_heuristic_unwind_cache): New.
7337 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7338 don't count nop insns that occur between functions.
7339 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7340 heuristic_proc_desc, but without the mdebug wrapping.
7341 (alpha_heuristic_frame_this_id): New.
7342 (alpha_heuristic_frame_prev_register): New.
7343 (alpha_heuristic_frame_unwind): New.
7344 (alpha_heuristic_frame_p): New.
7345 (alpha_heuristic_frame_base_address): New.
7346 (alpha_heuristic_frame_base): New.
7347 (alpha_unwind_dummy_id): New.
7348 (alpha_unwind_pc): New.
7349 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7350 frame related deprecated initializations; install replacements.
7351 (alpha_dump_tdep): Remove.
7352 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7353 (alpha_read_insn, alpha_after_prologue,
7354 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7355 alpha_heuristic_frame_prev_register,
7356 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7357 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7358 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7359 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7360
7361 2003-05-29 Andrew Cagney <cagney@redhat.com>
7362
7363 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7364 dependant on the availability of ASSERT_FUNCTION.
7365 (ASSERT_FUNCTION): Do not define when there is no function name.
7366
7367 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7368
7369 From Jimi X <jimix@watson.ibm.com>:
7370 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7371
7372 2003-05-28 Jim Blandy <jimb@redhat.com>
7373
7374 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7375 argument to ptrace to int; the system headers should give it the
7376 right type, and pointers don't fit in ints on powerpc64-*-*.
7377
7378 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7379
7380 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7381 DW_TAG_catch_block.
7382
7383 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7384
7385 * stabsread.c (dbx_lookup_type): Make static.
7386 (read_type): Ditto.
7387 (add_undefined_type): Ditto.
7388 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7389 not export.
7390
7391 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7392
7393 * hpread.c (hpread_has_name): Make static.
7394 (hpread_psymtab_to_symtab): Ditto.
7395 (file_exists): Ditto.
7396 (hpread_call_pxdb): Ditto.
7397 (hpread_pxdb_needed): Ditto.
7398 (hpread_quick_traverse): Ditto.
7399 (hpread_get_header): Ditto.
7400 (hpread_get_lntt): Ditto.
7401 (hpread_get_slt): Ditto.
7402 (class_of): Ditto.
7403
7404 2003-05-25 Andreas Schwab <schwab@suse.de>
7405
7406 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7407 stack_align and deprecated_extra_stack_alignment_needed.
7408 (m68k_stack_align): Delete.
7409
7410 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7411 (m68k_register_virtual_size): Likewise.
7412 (altos_skip_prologue): Remove obsolete function.
7413 (isi_frame_num_args): Likewise.
7414 (news_frame_num_args): Likewise.
7415 (m68k_fix_call_dummy): Make static.
7416 (m68k_push_dummy_frame): Likewise.
7417 (m68k_pop_frame): Likewise.
7418 (m68k_skip_prologue): Likewise.
7419 (m68k_frame_init_saved_regs): Likewise.
7420 (m68k_saved_pc_after_call): Likewise.
7421 (m68k_get_longjmp_target): Make multi-arch.
7422 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7423 structure. Register m68k_get_longjmp_target if enabled.
7424 * m68k-tdep.h (struct gdbarch_tdep): Define.
7425 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7426
7427 * Makefile.in (config.status): Also depend on configure.tgt
7428 and configure.host.
7429 (m68klinux-tdep.o): Update dependencies.
7430 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7431 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7432 (M68K_LINUX_JB_PC): Define.
7433 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7434 and take additional parameter.
7435 (m68k_linux_sigtramp_saved_pc): Update.
7436 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7437 m68k_linux_pc_in_sigtramp, in_plt_section,
7438 find_solib_trampoline_target.
7439 * config/m68k/tm-linux.h: Don't include any tm headers.
7440 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7441 (JB_ELEMENT_SIZE): Likewise.
7442 (JB_PC): Likewise.
7443 (GET_LONGJMP_TARGET): Likewise.
7444 (IN_SIGTRAMP): Likewise.
7445 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7446
7447 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7448
7449 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7450 (sparc32_push_arguments): Re-implement by calling
7451 sparc32_do_push_arguments.
7452
7453 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7454
7455 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7456 SPARC_O1_REGNUM): New defines.
7457 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7458 (sparc32_store_return_value): New function.
7459 (sparc_extract_struct_value_address): Rewrite to operate on a
7460 regcache.
7461 (sparc_gdbarch_init): Don't set
7462 deprecated_extract_struct_value_address. Set
7463 extract_struct_value_address instead. Don't set
7464 deprecated_extract_return_value and deprecated_store_return_value
7465 for 32-bit targets. Set extract_return_value and
7466 store_return_value instead.
7467 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7468 DEPRECTAED_EXTRACT_RETURN_VALUE,
7469 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7470 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7471 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7472 (sparc_store_return_value): Remove prototype.
7473 (sparc32_store_return_value): New prototype.
7474 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7475 Adjust prototypes.
7476
7477 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7478
7479 * sparcnbsd-tdep.c: Include "gdb_string.h".
7480
7481 2003-05-23 Andrew Cagney <cagney@redhat.com>
7482
7483 * p-valprint.c (pascal_val_print): Replace extract_address with
7484 the inline equivalent extract_unsigned_integer.
7485 * jv-valprint.c (java_value_print): Ditto.
7486 * ada-valprint.c (ada_val_print_1): Ditto.
7487 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7488
7489 2003-05-23 Theodore A. Roth <troth@openavr.org>
7490
7491 * blockframe.c (frameless_look_for_prologue): Remove unused
7492 after_prologue variable.
7493
7494 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7495
7496 * blockframe.c (get_pc_function_start): Rewrite to avoid
7497 asignments in if-statements.
7498
7499 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7500
7501 Committed by Elena Zannoni <ezannoni@redhat.com>.
7502 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7503 files, don't relocate absolute symbols (and do use mst_abs).
7504
7505 2003-05-23 Andrew Cagney <cagney@redhat.com>
7506
7507 * objc-lang.c: Include "gdb_assert.h".
7508 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7509 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7510 (gdb_check, gdb_check_fatal): Delete functions.
7511 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7512 gdb_assert.
7513 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7514 * Makefile.in (objc-lang.o): Update dependencies.
7515
7516 2003-05-22 Ian Lance Taylor <ian@airs.com>
7517
7518 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7519 with fprintf_filtered, not fprintf_unfiltered.
7520
7521 2003-05-22 Andrew Cagney <cagney@redhat.com>
7522
7523 * stack.c (frame_info): Inline extract_address, replacing it with
7524 extract_unsigned_integer.
7525 * findvar.c (unsigned_pointer_to_address): Ditto.
7526 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7527 * dwarf2expr.c (dwarf2_read_address): Ditto.
7528 * frame.c (frame_pc_unwind): Update comment.
7529 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7530
7531 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7532
7533 * infptrace.c (detach): Call print_sys_errmsg rather than
7534 perror_with_name to issue warning message when errno is non-zero
7535 after calling ptrace detach.
7536
7537 2003-05-21 J. Brobecker <brobecker@gnat.com>
7538
7539 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7540 macro definitions from here...
7541 * hppa-tdep.c: ...to there.
7542
7543 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7544
7545 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7546 register_ptrace_addr(). Fix all callers.
7547
7548 2003-05-21 Andreas Schwab <schwab@suse.de>
7549
7550 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7551 dependencies.
7552 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7553 end.
7554 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7555 (_initialize_m68k_linux_tdep): New function.
7556 (m68k_linux_frame_saved_pc): Make static.
7557 (m68k_linux_extract_return_value): Likewise.
7558 (m68k_linux_store_return_value): Likewise.
7559 (m68k_linux_extract_struct_value_address): Likewise.
7560 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7561 Remove.
7562 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7563 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7564 (DEPRECATED_FRAME_SAVED_PC): Remove.
7565
7566 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7567
7568 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7569 regset numbering rather than our own.
7570
7571 2003-05-19 David Carlton <carlton@bactrian.org>
7572
7573 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7574
7575 2003-05-19 David Carlton <carlton@bactrian.org>
7576
7577 Partial fix for PR c++/827.
7578 * cp-support.h: Include symtab.h.
7579 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7580 * cp-namespace.c: Update contributors.
7581 (cp_lookup_symbol_nonlocal): New.
7582 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7583 (lookup_symbol_file): Ditto.
7584 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7585 * block.h: Declare block_scope, block_using, block_global_block.
7586 * block.c (block_scope): New.
7587 (block_using, block_global_block): Ditto.
7588 * Makefile.in (cp_support_h): Depend on symtab_h.
7589 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7590
7591 2003-05-19 David Carlton <carlton@bactrian.org>
7592
7593 * language.h (struct language_defn): Add 'la_value_of_this'
7594 and 'la_lookup_symbol_nonlocal' members.
7595 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7596 lookup_symbol_static, lookup_symbol_global,
7597 lookup_symbol_aux_block.
7598 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7599 if we should search fields of this and how to do static/global
7600 lookup.
7601 (lookup_symbol_aux_block): Make extern.
7602 (basic_lookup_symbol_nonlocal): New.
7603 (lookup_symbol_static, lookup_symbol_global): Ditto.
7604 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7605 'la_lookup_symbol_nonlocal' members.
7606 * c-lang.c (c_language_defn, cplus_language_defn)
7607 (asm_language_defn, minimal_language_defn): Ditto.
7608 * jv-lang.c (java_language_defn): Ditto.
7609 * language.c (unknown_language_defn, auto_language_defn)
7610 (local_language_defn): Ditto.
7611 * m2-lang.c (m2_language_defn): Ditto.
7612 * objc-lang.c (objc_language_defn): Ditto.
7613 * scm-lang.c (scm_language_defn): Ditto.
7614 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7615 * p-lang.c (pascal_language_defn): Ditto for both.
7616 * Makefile.in (f-lang.o): Depend on value_h.
7617 (p-lang.o): Ditto.
7618
7619 2003-05-19 David Carlton <carlton@bactrian.org>
7620
7621 * block.h: Declare block_static_block.
7622 * block.c (block_static_block): New.
7623 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7624 lookup_symbol_aux_local, calling block_static_block instead.
7625 (lookup_symbol_aux_local): Delete 'static_block' argument.
7626
7627 2003-05-19 David Carlton <carlton@bactrian.org>
7628
7629 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7630
7631 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7632
7633 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7634 register numbers mapping.
7635
7636 2003-05-18 Adam Fedor <fedor@gnu.org>
7637
7638 * symtab.c (completion_list_objc_symbol): New function.
7639 (make_symbol_completion_list): Use it to add ObjC symbols
7640 when looking though the list.
7641 (language_search_unquoted_string): New function.
7642 (make_file_symbol_completion_list): Use it.
7643
7644 2003-05-18 Andreas Schwab <schwab@suse.de>
7645
7646 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7647 dependencies.
7648 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7649 as m68k_linux_extract_return_value.
7650 (DEPRECATED_STORE_RETURN_VALUE): Define as
7651 m68k_linux_store_return_value.
7652 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7653 m68k_linux_extract_struct_value_address.
7654 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7655 get_next_frame, get_frame_base, get_frame_pc.
7656 (m68k_linux_frame_saved_pc): Use get_frame_base.
7657 (m68k_linux_extract_return_value): New function.
7658 (m68k_linux_store_return_value): New function.
7659 (m68k_linux_extract_struct_value_address): New function.
7660 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7661
7662 * c-exp.y (typebase): Remove duplicate occurence of
7663 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7664 of lookup_signed_typename.
7665
7666 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7667
7668 * dwarf2loc.c (find_location_expression): Change type of second
7669 argument to `size_t *'.
7670 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7671 for size variable.
7672
7673 2003-05-18 David Carlton <carlton@bactrian.org>
7674
7675 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7676 'linkage_name'. Add comment.
7677 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7678 'linkage_name'.
7679 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7680 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7681 (lookup_block_symbol): Ditto.
7682
7683 2003-05-16 Andrew Cagney <cagney@redhat.com>
7684
7685 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7686 * gdbarch.h, gdbarch.c: Re-generate.
7687 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7688 * TODO (REGISTER_BYTES): Delete reference.
7689 * alpha-tdep.c (alpha_gdbarch_init): Update.
7690 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7691 * x86-64-tdep.c (x86_64_init_abi): Update.
7692 * vax-tdep.c (vax_gdbarch_init): Update.
7693 * v850-tdep.c (v850_gdbarch_init): Update.
7694 * sparc-tdep.c (sparc_gdbarch_init): Update.
7695 * sh-tdep.c (sh_gdbarch_init): Update.
7696 * s390-tdep.c (s390_gdbarch_init): Update.
7697 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7698 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7699 (ns32k_gdbarch_init_32382): Update.
7700 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7701 * mcore-tdep.c (mcore_gdbarch_init): Update.
7702 * m68k-tdep.c (m68k_gdbarch_init): Update.
7703 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7704 * ia64-tdep.c (ia64_gdbarch_init): Update.
7705 * i386-tdep.c (i386_gdbarch_init): Update.
7706 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7707 * hppa-tdep.c (hppa_gdbarch_init): Update.
7708 * h8300-tdep.c (h8300_gdbarch_init): Update.
7709 * frv-tdep.c (frv_gdbarch_init): Update.
7710 * cris-tdep.c (cris_gdbarch_init): Update.
7711 * avr-tdep.c (avr_gdbarch_init): Update.
7712 * arm-tdep.c (arm_gdbarch_init): Update.
7713 * sparc-tdep.c (sparc_pop_frame): Update.
7714 * rs6000-tdep.c (rs6000_pop_frame): Update.
7715 * remote.c (init_remote_state): Update.
7716 (remote_prepare_to_store): Update.
7717 * remote-vx.c (vx_prepare_to_store): Update.
7718 * remote-sds.c (sds_fetch_registers): Update.
7719 (sds_prepare_to_store): Update.
7720 * remote-array.c: Update.
7721 * regcache.c (init_legacy_regcache_descr): Update.
7722 (init_regcache_descr): Update.
7723 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7724 (mips_o64_extract_return_value): Update.
7725 * irix5-nat.c (fetch_core_registers): Update.
7726 * irix4-nat.c (fetch_core_registers): Update.
7727 * i386-tdep.h: Update.
7728 * hppa-tdep.c (pa_do_registers_info): Update.
7729 (pa_do_strcat_registers_info): Update.
7730 * cris-tdep.c (cris_register_bytes_ok): Update.
7731 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7732 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7733 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7734 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7735 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7736 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7737 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7738 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7739 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7740 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7741 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7742 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7743 (REGISTER_BYTES_OK): Update.
7744 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7745 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7746
7747 2003-05-16 Ian Lance Taylor <ian@airs.com>
7748
7749 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7750 (vax_print_insn, print_insn_arg): Remove static functions.
7751 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7752 print_insn_vax from opcodes library.
7753 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7754
7755 2003-05-15 Andrew Cagney <cagney@redhat.com>
7756
7757 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7758 * target.h (memory_breakpoint_from_pc): Delete declaration.
7759 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7760 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7761 * monitor.c (monitor_insert_breakpoint): Use
7762 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7763 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7764 * gdbarch.h, gdbarch.c: Re-generate.
7765 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7766 (sparc_gdbarch_init): Set breakpoint_from_pc to
7767 sparc_breakpoint_from_pc.
7768 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7769 (BREAKPOINT_FROM_PC): Define.
7770 (sparc_breakpoint_from_pc): Declare.
7771 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7772 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7773 (BREAKPOINT_FROM_PC): Define.
7774 (BREAKPOINT): Delete macro.
7775 * target.h: Update comment.
7776 * s390-tdep.c (s390_gdbarch_init): Update comments.
7777 * remote.c: Update comments.
7778 * remote-mips.c: Update comments.
7779 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7780 * mem-break.c: Update comment.
7781 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7782 (ia64_memory_insert_breakpoint): Update.
7783 * config/sparc/tm-sparc.h: Update comment.
7784 * config/pa/tm-hppa64.h: Update comment.
7785 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7786 (rs6000_breakpoint_from_pc): Update.
7787 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7788 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7789 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7790 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7791 (mips_breakpoint_from_pc): Update.
7792 (mips_dump_tdep): Update.
7793
7794 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7795 * minsyms.c (lookup_minimal_symbol): Inline
7796 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7797
7798 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7799 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7800 * p-lang.c (pascal_printstr): Ditto.
7801 * objc-lang.c (objc_printstr): Ditto.
7802 * m2-lang.c (m2_printstr): Ditto.
7803 * jv-valprint.c (java_print_value_fields): Ditto.
7804 * f-lang.c (f_printstr): Ditto.
7805 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7806 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7807 for repeat_count_threshold.
7808 * Makefile.in (cp-valprint.o): Update dependencies.
7809
7810 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7811
7812 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7813 (examine_prologue): Support looking through leaf functions, knowing
7814 they start with mov r2,r12. Support skipping over indirect stores
7815 of the input registers. Upon hitting a non-nop branch instruction
7816 or predicated instruction, bail out by setting lim_pc to the current
7817 pc value in the loop. At the end, if the lim_pc value is still
7818 beyond our calculated value and we have trust_limit set,
7819 use the lim_pc value.
7820
7821 2003-05-15 Andrew Cagney <cagney@redhat.com>
7822
7823 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7824 generic_find_dummy_frame.
7825 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7826 (deprecated_generic_find_dummy_frame): Update.
7827 (deprecated_read_register_dummy): Update.
7828 * frame.c (deprecated_generic_get_saved_register): Update.
7829
7830 2003-05-15 Theodore A. Roth <troth@openavr.org>
7831
7832 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7833 (avr_gdbarch_init): Set breakpoint_from_pc method.
7834
7835 2003-05-15 Andrew Cagney <cagney@redhat.com>
7836
7837 * regcache.c (build_regcache): Set deprecated_register_valid
7838 directly.
7839 (deprecated_grub_regcache_for_register_valid): Delete function.
7840 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7841 declaration.
7842
7843 2003-05-15 David Carlton <carlton@bactrian.org>
7844
7845 Committed by Elena Zannoni <ezannoni@redhat.com>
7846 * symtab.c (lookup_symbol_aux): Delete calls to
7847 lookup_symbol_aux_minsyms.
7848 (lookup_symbol_aux_minsyms): Comment out function and
7849 prototype. Delete lookup by mangled name.
7850
7851 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7852
7853 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7854 correctly indicate an empty stack and ``stack_allocated'' to the
7855 indicate the number of elements initially allocated.
7856 (dwarf_expr_grow_stack): Simplify method for computing new
7857 stack size. Don't loop infinitely if ``stack_len'' is zero.
7858 (execute_stack_op): Move ``ctx->in_reg'' initialization
7859 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7860 be used in conjuction with DW_OP_piece. Revise error message
7861 accordingly.
7862
7863 2003-05-14 Theodore A. Roth <troth@openavr.org>
7864
7865 * MAINTAINERS: Update my email address.
7866 * avr-tdep.c: Ditto.
7867
7868 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7869
7870 * symtab.h (enum domain_enum): Rename from namespace_enum.
7871 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7872 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7873 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7874 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7875 TYPES_NAMESPACE, METHODS_NAMESPACE.
7876 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7877 (struct symbol, struct partial_symbol): Rename field
7878 'namespace_enum namespace' to 'domain_enum domain'.
7879 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7880 Delete old define kludge for namespace.
7881
7882 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7883 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7884 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7885 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7886 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7887 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7888 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7889 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7890 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7891 occurrences of the above.
7892
7893 2003-05-14 Ian Lance Taylor <ian@airs.com>
7894
7895 * Makefile.in (install-only): Use $(SHELL) when running
7896 mkinstalldirs.
7897
7898 2003-05-13 Ian Lance Taylor <ian@airs.com>
7899
7900 * MAINTAINERS (write after approval): Add myself.
7901
7902 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7903 second and third arguments.
7904 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7905 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7906
7907 2003-05-13 Andrew Cagney <cagney@redhat.com>
7908
7909 * defs.h (store_address): Delete declaration.
7910 findvar.c (store_address): Delete function.
7911 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7912 store_unsigned_integer.
7913 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7914 * v850-tdep.c (v850_push_arguments): Ditto.
7915 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7916 * sh-tdep.c (sh64_get_saved_register): Ditto.
7917 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7918 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7919 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7920 (mips_get_saved_register): Ditto.
7921 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7922 (find_func_descr, ia64_push_arguments): Ditto.
7923 * i386-tdep.c (i386_push_arguments): Ditto.
7924 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7925 * frv-tdep.c (frv_push_arguments): Ditto.
7926 * frame.c (legacy_saved_regs_prev_register): Ditto.
7927 (deprecated_generic_get_saved_register): Ditto.
7928 * findvar.c (unsigned_address_to_pointer): Ditto.
7929 * dwarf2read.c (dwarf2_const_value): Ditto.
7930 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7931 * alpha-tdep.c (alpha_push_arguments): Ditto.
7932
7933 2003-05-12 J. Brobecker <brobecker@gnat.com>
7934
7935 * NEWS: Mention that the hppa-hpux port has been partially
7936 multiarched (32bit ABIT only, so far).
7937
7938 2003-05-11 Andrew Cagney <cagney@redhat.com>
7939
7940 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7941 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7942 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7943 sim/testsuite/sim/arm/misaligned2.ms, and
7944 sim/testsuite/sim/arm/misaligned3.ms.
7945 * disasm.h (struct ui_file): Add opaque struct declaration.
7946 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7947 * frame.h (struct ui_file): Ditto.
7948
7949 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7950
7951 * value.h: Pretty print.
7952
7953 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7954
7955 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7956
7957 2003-05-08 Andrew Cagney <cagney@redhat.com>
7958
7959 * regcache.h (max_register_size): Delete declaration.
7960 * regcache.c (max_register_size): Delete function.
7961 (struct regcache_descr): Delete field "max_register_size".
7962 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7963 registers fit in MAX_REGISTER_SIZE.
7964 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7965 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7966 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7967 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7968 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7969 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7970 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7971 * dve3900-rom.c, hppa-tdep.c: Ditto.
7972
7973 2003-05-08 David Carlton <carlton@math.stanford.edu>
7974
7975 * valops.c (push_word): Fix typo.
7976
7977 2003-05-08 Andrew Cagney <cagney@redhat.com>
7978
7979 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7980 * gdbarch.h: Re-generate.
7981 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7982 (legacy_max_register_raw_size): Delete declaration.
7983 * regcache.c (legacy_max_register_raw_size): Delete function.
7984 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7985 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7986 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7987 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7988 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7989 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7990 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7991 * findvar.c, dwarf2cfi.c: Ditto.
7992
7993 2003-05-08 Andrew Cagney <cagney@redhat.com>
7994
7995 * mips-tdep.c (read_signed_register): New function, moved to here
7996 from "regcache.c".
7997 (read_signed_register_pid): Ditto.
7998 * regcache.c (read_signed_register_pid): Delete function, moved to
7999 "mips-tdep.c".
8000 (read_signed_register): Ditto.
8001 * regcache.h (read_signed_register): Delete declaration.
8002 (read_signed_register_pid): Delete declaration.
8003
8004 2003-05-08 Andrew Cagney <cagney@redhat.com>
8005
8006 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8007 * gdbarch.h: Re-generate.
8008 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8009 (legacy_max_register_virtual_size): Delete declaration.
8010 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8011 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8012 * tracepoint.c (memrange_sortmerge): Ditto.
8013 * sparc-tdep.c (sparc_print_registers): Ditto.
8014 * regcache.c (legacy_max_register_virtual_size): Delete function.
8015
8016 2002-05-08 J. Brobecker <brobecker@gnat.com>
8017
8018 * fork-child.c (escape_bang_in_quoted_argument): New function.
8019 (fork_inferior): Escape '!' characters in quoted arguments
8020 only when needed.
8021
8022 2003-05-08 J. Brobecker <brobecker@gnat.com>
8023
8024 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8025 the language of the CU is not currently supported by GDB.
8026
8027 2003-05-08 J. Brobecker <brobecker@gnat.com>
8028
8029 * defs.h (language): Add language_minimal enum value.
8030 * c-lang.c (minimal_language_defn): New language definition.
8031 (_initialize_c_language): Add the new minimal language to the list
8032 of languages known to GDB.
8033
8034 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8035
8036 * frame.c (get_frame_type): Don't attempt to lazily initialize
8037 frame's unwinder for legacy frames.
8038
8039 2003-05-07 Andrew Cagney <cagney@redhat.com>
8040
8041 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8042 and "regcache" parameters.
8043 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8044
8045 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8046
8047 * dwarf2read.c (dwarf_decode_lines): Only use output of
8048 check_cu_functions() when calling record_line(). Do not update
8049 the current address.
8050
8051 2003-05-07 Andrew Cagney <cagney@redhat.com>
8052
8053 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8054 code.
8055
8056 2003-05-07 Jim Blandy <jimb@redhat.com>
8057
8058 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8059 'maint info symtabs' and 'maint info psymtabs'.
8060 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8061 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8062 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8063 Declarations updated.
8064 * maint.c (maintenance_list_command): Delete.
8065 (_initialize_maint_cmds): Update calls to add_cmd.
8066 * gdbcmd.h (maintenancelistlist): Delete declaration.
8067 * cli/cli-cmds.c (maintenancelistlist): Delete.
8068 (init_cmd_lists): Don't initialize it.
8069 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8070
8071 2003-05-07 Andrew Cagney <cagney@redhat.com>
8072
8073 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8074 "regcache".
8075 (d10v_print_registers_info): Update.
8076 (d10v_dmap_register, d10v_imap_register): Delete functions.
8077 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8078 and "imap_register".
8079 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8080 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8081 * arch-utils.c (generic_remote_translate_xfer_address): Add
8082 "regcache" and "gdbarch" parameters.
8083 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8084 parameter. Change class to multi-arch.
8085 * gdbarch.h, gdbarch.c: Re-generate.
8086 * remote.c (remote_xfer_memory): Use
8087 gdbarch_remote_translate_xfer_address.
8088
8089 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8090
8091 * infrun.c (prev_pc): Move declaration ahead of proceed().
8092 (proceed): Refresh prev_pc value before resuming.
8093 (stop_stepping): Remove code to refresh prev_pc.
8094
8095 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8096
8097 * nto-tdep.c: Removed stray comment.
8098
8099 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8100
8101 * i386-nto-tdep.c: Fix old K&R function definitions.
8102 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8103 Also change add_show_from_set() call to add_setshow_cmd().
8104 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8105
8106 2003-05-05 Andrew Cagney <cagney@redhat.com>
8107
8108 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8109 (fprint_dummy_frames): New function.
8110 (maintenance_print_dummy_frames): New function.
8111 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8112 * frame.c (fprint_frame_id): Make global.
8113 * frame.h (fprint_frame_id): Declare.
8114 * Makefile.in (dummy-frame.o): Update dependencies.
8115
8116 2003-05-05 Andrew Cagney <cagney@redhat.com>
8117
8118 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8119 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8120 SIZEOF_CALL_DUMMY_WORDS.
8121 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8122 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8123 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8124 CALL_DUMMY_BREAKPOINT_OFFSET.
8125 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8126 CALL_DUMMY_START_OFFSET.
8127 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8128 * gdbarch.h, gdbarch.c: Re-generate.
8129 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8130 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8131 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8132 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8133 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8134 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8135 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8136 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8137 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8138 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8139 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8140 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8141 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8142 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8143 * config/sparc/tm-sparc.h: Update.
8144
8145 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8146
8147 * configure.tgt: Add i[3456]86-*-nto*.
8148 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8149 * nto-tdep.c: New file. Neutrino target support routines.
8150 * nto-tdep.h: New file. Neutrino target header.
8151 * config/tm-qnxnto.h: New file.
8152 * config/i386/i386nto.mt: New file.
8153 * config/i386/tm-i386nto.h: New file.
8154
8155 2003-05-04 Andrew Cagney <cagney@redhat.com>
8156
8157 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8158 (load_infrun_state): Ditto.
8159 (struct thread_info): Drop "prev_func_name" field.
8160 * thread.c (load_infrun_state): Update.
8161 (save_infrun_state): Update.
8162 * infrun.c (prev_func_name): Delete variable.
8163 (init_wait_for_inferior): Do not clear prev_func_name.
8164 (stop_stepping, keep_going, context_switch): Do not swap
8165 prev_func_name.
8166 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8167 instead of PC_IN_SIGTRAMP.
8168
8169 2003-05-04 Andrew Cagney <cagney@redhat.com>
8170
8171 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8172 REGISTER_BYTE with register_offset_hack.
8173 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8174 that REGISTER_BYTE is consistent with the regcache.
8175 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8176 * gdbarch.h, gdbarch.c: Regenerate.
8177
8178 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8179
8180 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8181 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8182
8183 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8184
8185 2003-05-03 J. Brobecker <brobecker@gnat.com>
8186
8187 From Thierry Schneider <tpschneider1@yahoo.com>
8188 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8189 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8190 (mi-cmd-symbol.o): Add rule.
8191
8192 2003-05-03 Andrew Cagney <cagney@redhat.com>
8193
8194 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8195 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8196 * gdbarch.h, gdbarch.c: Re-generate.
8197 * d10v-tdep.c (d10v_push_dummy_code): New function.
8198 (d10v_gdbarch_init): Set push_dummy_code.
8199 * infcall.c (legacy_push_dummy_code): New function.
8200 (generic_push_dummy_code): New function.
8201 (push_dummy_code): New function.
8202 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8203 instead of dummy_addr, to push_dummy_call. Move call to
8204 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8205 switch.
8206 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8207
8208 2003-05-03 Andrew Cagney <cagney@redhat.com>
8209
8210 * disasm.h (print_insn): Declare.
8211 * disasm.c (init_gdb_disassemble_info): New function.
8212 (gdb_disassembly): Call init_gdb_disassemble_info.
8213 (gdb_print_insn): New function.
8214 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8215 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8216 * mcore-tdep.c: Include "disasm.h"
8217 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8218 * d10v-tdep.c: Include "disasm.h".
8219 (display_trace): Call gdb_print_insn, instead of print_insn.
8220 (print_insn): Delete function.
8221 * printcmd.c: Include "disasm.h".
8222 (print_insn): Delete function.
8223 (print_formatted): Call gdb_print_insn, instead of print_insn.
8224 * Makefile.in (printcmd.o): Update dependencies.
8225 (mcore-tdep.o, d10v-tdep.o): Ditto.
8226
8227 2003-05-02 Andrew Cagney <cagney@redhat.com>
8228
8229 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8230 PC_REGNUM, re-indent.
8231 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8232 PC_REGNUM isn't set.
8233
8234 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8235 * gdbarch.h, gdbarch.c: Re-generate.
8236 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8237 register_virtual_size, pc_regnum, or register_bytes.
8238 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8239 (d10v_register_type): Use D10V_PC_REGNUM.
8240 (d10v_print_registers_info, d10v_read_pc): Ditto.
8241 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8242 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8243
8244 2003-05-02 David Carlton <carlton@bactrian.org>
8245
8246 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8247 the name with mstrsave.
8248
8249 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8250
8251 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8252 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8253 (host_charset_name, target_charset_name): New vars for use by
8254 set/show commands.
8255 (host_charset_enum, target_charset_enum): New enums for set/show
8256 commands.
8257 (set_charset_sfunc, set_host_charset_sfunc,
8258 set_target_charset_sfunc): New functions.
8259 (set_host_charset, set_target_charset): Make static.
8260 (list_charsets, set_host_charset_command,
8261 set_target_charset_command): Delete functions.
8262 (show_charset_command): Rewrite as....
8263 (show_charset): Hook this up with the set/show command mechanism.
8264 (_initialize_charset): Change names of charsets to match the
8265 set/show enums. Use host_charset_name and target_charset_name.
8266 Use set/show mechanism for charset, host-charset, target-charset
8267 commands. Do not make 'show host-charset' and 'show
8268 target-charset' be aliases of 'show charset'.
8269
8270 * charset.h (set_host_charset, set_target_charset): Don't export,
8271 they are not used outside the file.
8272
8273 2003-05-01 Andrew Cagney <cagney@redhat.com>
8274
8275 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8276 (gdb_disassembly): Make "di" non static, always initialize and
8277 cleanup. Always use dis_asm_read_memory.
8278 (gdb_dis_asm_read_memory): Delete function.
8279
8280 2003-05-01 Andrew Cagney <cagney@redhat.com>
8281
8282 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8283 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8284
8285 2003-04-30 Andrew Cagney <cagney@redhat.com>
8286
8287 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8288 "tm_print_insn_info".
8289 (TARGET_PRINT_INSN_INFO): Delete macro.
8290 (dis_asm_read_memory): Delete function declaration.
8291 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8292 (tm_print_insn_info): Delete variable definition.
8293 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8294 * gdbarch.h, gdbarch.c: Re-generate.
8295 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8296 "deprecated_tm_print_insn_info".
8297 * mcore-tdep.c (mcore_dump_insn): Ditto.
8298 * mips-tdep.c (mips_gdbarch_init): Ditto.
8299 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8300 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8301 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8302 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8303 instead of TARGET_PRINT_INSN_INFO, add comment.
8304 * s390-tdep.c (s390_get_frame_info): Instead of
8305 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8306 (s390_check_function_end, s390_is_sigreturn): Ditto.
8307 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8308 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8309 * disasm.c: Include "gdbcore.h".
8310 (_initialize_disasm): New function, initialize
8311 "deprecated_tm_print_insn_info".
8312 (deprecated_tm_print_insn_info): New variable.
8313 (dis_asm_read_memory): Moved from "corefile.c", made static.
8314 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8315 * Makefile.in (disasm.o): Update dependencies.
8316
8317 2003-04-30 Andrew Cagney <cagney@redhat.com>
8318
8319 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8320
8321 2003-04-29 Adam Fedor <fedor@gnu.org>
8322
8323 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8324 * infcall.c (find_function_addr): Make non-static.
8325 * infcall.h (find_function_addr): Declare.
8326 * Makefile.in (eval.o): Update dependencies.
8327
8328 2003-04-28 Adam Fedor <fedor@gnu.org>
8329
8330 * symtab.c (symbol_find_demangled_name): Check for and demangle
8331 ObjC symbols.
8332 (symbol_init_demangled_name): Init for language_objc as well.
8333
8334 2003-04-28 Andrew Cagney <cagney@redhat.com>
8335
8336 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8337 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8338 * gdbarch.h, gdbarch.c: Re-generate.
8339 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8340 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8341 * inferior.h (deprecated_read_fp): Rename read_fp.
8342 (generic_target_read_fp): Delete declaration.
8343 * regcache.c (generic_target_read_fp): Delete function.
8344 (deprecated_read_fp): Replace read_fp, use
8345 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8346 * d10v-tdep.c (d10v_read_fp): Delete function.
8347 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8348
8349 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8350 deprecated_target_read_fp to generic_target_read_fp.
8351 * sh-tdep.c (sh_gdbarch_init): Ditto.
8352 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8353 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8354 * frv-tdep.c (frv_gdbarch_init): Ditto.
8355
8356 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8357 deprecated_fp_regnum.
8358 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8359 * vax-tdep.c (vax_gdbarch_init): Ditto.
8360 * v850-tdep.c (v850_gdbarch_init): Ditto.
8361 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8362 * sh-tdep.c (sh_gdbarch_init): Ditto.
8363 * s390-tdep.c (s390_gdbarch_init): Ditto.
8364 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8365 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8366 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8367 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8369 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8370 * i386-tdep.c (i386_gdbarch_init): Ditto.
8371 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8372 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8373 * frv-tdep.c (frv_gdbarch_init): Ditto.
8374 * cris-tdep.c (cris_gdbarch_init): Ditto.
8375 * avr-tdep.c (avr_gdbarch_init): Ditto.
8376 * arm-tdep.c (arm_gdbarch_init): Ditto.
8377 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8378
8379 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8380 * v850-tdep.c (v850_gdbarch_init): Ditto.
8381 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8382 * sh-tdep.c (sh_gdbarch_init): Ditto.
8383 * s390-tdep.c (s390_gdbarch_init): Ditto.
8384 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8385 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8386 * mips-tdep.c (mips_gdbarch_init): Ditto.
8387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8388 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8389 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8390 * frv-tdep.c (frv_gdbarch_init): Ditto.
8391 * avr-tdep.c (avr_gdbarch_init): Ditto.
8392 * arm-tdep.c (arm_gdbarch_init): Ditto.
8393
8394 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8395 DEPRECATED_FP_REGNUM.
8396 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8397 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8398 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8399 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8400 (sparc32_register_virtual_type): Ditto.
8401 * sh-tdep.c (sh64_frame_chain): Ditto.
8402 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8403 (sh_nofp_frame_init_saved_regs): Ditto.
8404 (sh64_nofp_frame_init_saved_regs): Ditto.
8405 (sh_fp_frame_init_saved_regs): Ditto.
8406 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8407 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8408 * procfs.c (procfs_fetch_registers): Ditto.
8409 (procfs_store_registers): Ditto.
8410 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8411 (store_inferior_registers, fetch_core_registers): Ditto.
8412 (fetch_kcore_registers, clear_regs): Ditto.
8413 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8414 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8415 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8416 * nlm/i386.c (do_status): Ditto.
8417 * mipsv4-nat.c (supply_gregset): Ditto.
8418 * mips-tdep.c: Ditto for comments.
8419 * mips-nat.c (fetch_inferior_registers): Ditto.
8420 (store_inferior_registers, fetch_core_registers): Ditto.
8421 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8422 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8423 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8424 (i386_do_pop_frame, i386_register_type): Ditto.
8425 * hppa-tdep.c (hppa_frame_chain): Ditto.
8426 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8427 (hppa_pop_frame, hppa_read_fp): Ditto.
8428 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8429 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8430 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8431 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8432 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8433 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8434 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8435 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8436 * blockframe.c: Ditto for comments.
8437 * arch-utils.h: Ditto for comments.
8438 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8439 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8440 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8441 * alpha-tdep.h: Ditto for comments.
8442 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8443 (alpha_cannot_store_register): Ditto.
8444 (alpha_push_dummy_frame): Ditto.
8445 * alpha-nat.c (supply_gregset): Ditto.
8446
8447 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8448 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8449 * config/sparc/tm-sparc.h: Update comment.
8450
8451 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8452 deprecated_read_fp instead of TARGET_READ_FP.
8453 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8454 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8455 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8456 deprecated_read_fp instead of read_fp.
8457 * s390-tdep.c (s390_push_arguments): Ditto.
8458 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8459 * frame.h: Ditto in comments.
8460 * frame.c (legacy_get_prev_frame): Ditto.
8461 * dummy-frame.c (dummy_frame_this_id): Ditto.
8462 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8463
8464 2003-04-28 Andrew Cagney <cagney@redhat.com>
8465
8466 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8467 * gdbarch.h, gdbarch.c: Re-generate.
8468 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8469 * vax-tdep.c (_initialize_vax_tdep): Update.
8470 * v850-tdep.c (_initialize_v850_tdep): Update.
8471 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8472 * s390-tdep.c (_initialize_s390_tdep): Update.
8473 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8474 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8475 * mips-tdep.c (_initialize_mips_tdep): Update.
8476 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8477 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8478 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8479 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8480 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8481 * frv-tdep.c (_initialize_frv_tdep): Update.
8482 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8483 (_initialize_cris_tdep): Update.
8484 * arch-utils.c (legacy_print_insn): Update.
8485 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8486
8487 2003-04-26 Adam Fedor <fedor@gnu.org>
8488
8489 * linespec.c (decode_objc): New function to decode ObjC calls
8490 (decode_line_1): Check for ObjC calls (using decode_objc)
8491 * Makefile (linespec.o): Update dependencies.
8492
8493 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8494
8495 * breakpoint.h (struct breakpoint_ops): New.
8496 (struct breakpoint): Add ops member.
8497
8498 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8499 (mention): Use new breakpoint ops member.
8500 (set_raw_breakpoint): Initialize ops field to NULL.
8501 (print_exception_catchpoint, print_one_exception_catchpoint)
8502 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8503 (gnu_v3_exception_catchpoint_ops): New.
8504 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8505
8506 2003-04-25 Adam Fedor <fedor@gnu.org>
8507
8508 * Makefile.in (COMMON_OBS): Add objc-lang.o
8509
8510 2003-04-25 Andrew Cagney <cagney@redhat.com>
8511
8512 * d10v-tdep.c (print_insn): Delete function.
8513 (display_trace): Use TARGET_PRINT_INSN.
8514 (_initialize_d10v_tdep): Do not set tm_print_insn.
8515 (d10v_gdbarch_init): Set print_insn.
8516
8517 2003-04-25 Andrew Cagney <cagney@redhat.com>
8518
8519 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8520 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8521 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8522 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8523 (nr_dmap_regs, a0_regnum): ... new functions.
8524 (d10v_print_registers_info): Use a0_regnum, use register_size.
8525 (d10v_register_byte): Delete function.
8526 (d10v_register_raw_size): Delete function.
8527 (d10v_register_type): Use a0_regnum.
8528 (d10v_print_registers_info): Use a0_regnum.
8529 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8530 (d10v_gdbarch_init): Do not set register_byte or
8531 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8532 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8533 extract_address.
8534 (trace_command): Use XCALLOC.
8535 (print_insn): Delete reference to tm_print_insn.
8536 (saved_regs_unwinder): Use store_unsigned_integer instead of
8537 store_address.
8538 * frame.h (FRAME_OBSTACK_CALLOC): Define
8539
8540 2003-04-25 David Carlton <carlton@bactrian.org>
8541
8542 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8543
8544 2003-04-24 Adam Fedor <fedor@gnu.org>
8545
8546 * objc-lang.c: Include "valprint.h"
8547 * Makefile.in (objc-lang.o): Update dependencies.
8548
8549 2003-04-24 Adam Fedor <fedor@gnu.org>
8550
8551 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8552 architecture dependant compilation and mark as unimplemented
8553 (until they get put in the gdbarch vector).
8554
8555 2003-04-23 David Carlton <carlton@bactrian.org>
8556
8557 * cp-support.c (cp_find_first_component): Accept 'operator' in
8558 more locations.
8559
8560 2003-04-23 Andrew Cagney <cagney@redhat.com>
8561
8562 * infcall.c (call_function_by_hand): Eliminate redundant
8563 indentation. Move "saved_async" and "old_cleanups" to where they
8564 are needed.
8565
8566 2003-04-23 Andrew Cagney <cagney@redhat.com>
8567
8568 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8569 and "buffer". Move the "name" code to where it is needed.
8570
8571 2003-04-23 Andrew Cagney <cagney@redhat.com>
8572
8573 * infcall.c (call_function_by_hand): Move variables "start_sp",
8574 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8575 code to ON_STACK switch branch.
8576
8577 2003-04-23 Andrew Cagney <cagney@redhat.com>
8578
8579 * infcall.c (call_function_by_hand): Make declaration of "i",
8580 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8581 lint.
8582
8583 2003-04-23 Andrew Cagney <cagney@redhat.com>
8584
8585 * infcall.c (call_function_by_hand): Delete variable
8586 "n_method_args". Localize "param_type"'s declaration to the loop
8587 that it is used. Reinstate code assigning to said variable -
8588 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8589 Rationalize code using "param_type".
8590
8591 2003-04-22 Andrew Cagney <cagney@redhat.com>
8592
8593 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8594 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8595 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8596 to DEPRECATED_PUSH_RETURN_ADDRESS.
8597
8598 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8599
8600 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8601 on the DWARF2 register number prior to fetching a register.
8602
8603 2003-04-22 J. Brobecker <brobecker@gnat.com>
8604
8605 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8606 Update all the tests using SOFT_FLOAT considering the fact that
8607 this macro was always set to 0.
8608 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8609 considering the fact that this macro was always set to 0.
8610 * hppa-tdep.h (hppa_store_return_value): Likewise.
8611 (hppa_extract_return_value): Likewise.
8612
8613 2003-04-22 J. Brobecker <brobecker@gnat.com>
8614
8615 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8616 the hppa-pro target only.
8617
8618 2003-04-21 J. Brobecker <brobecker@gnat.com>
8619
8620 Ongoing multi-arch conversion effort for HP/UX:
8621 * config/pa/tm-hppa.h: Move all macro that are no longer
8622 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8623 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8624
8625 2003-04-21 J. Brobecker <brobecker@gnat.com>
8626
8627 * config/pa/tm-hppa.h: Obsolete a section that was only used
8628 for hppa-pro.
8629
8630 2003-04-21 J. Brobecker <brobecker@gnat.com>
8631
8632 Ongoing multi-arch conversion for HP/UX.
8633 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8634 if already defined (allows hppa64 to stay non-multiarched for now).
8635 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8636
8637 2003-04-21 Andrew Cagney <cagney@redhat.com>
8638
8639 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8640
8641 2003-04-21 Andrew Cagney <cagney@redhat.com>
8642
8643 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8644 "i386_num_mmx_regs".
8645
8646 2003-04-21 Andrew Cagney <cagney@redhat.com>
8647
8648 * infcall.c: New file.
8649 * infcall.h: New file.
8650 * valarith.c: Include "infcall.h".
8651 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8652 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8653 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8654 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8655 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8656 (SFILES): Add "infcall.c"
8657 (COMMON_OBS): Add "infcall.o".
8658 (infcall.o): Specify dependencies.
8659 * value.h (call_function_by_hand): Delete declaration.
8660 * inferior.h (run_stack_dummy): Delete declaration.
8661 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8662 (run_stack_dummy): Move to "infcall.c", merged into
8663 call_function_by_hand.
8664 * valops.c (call_function_by_hand): Moved to "infcall.c".
8665 (find_function_addr, value_arg_coerce): Ditto.
8666 (unwindonsignal_p, coerce_float_to_double): Ditto.
8667 (_initialize_valops): Move "set/show coerce-float-to-double", and
8668 "set/show unwindonsignal" commands to "infcall.c".
8669 * v850-tdep.c, target.h: Update comments.
8670 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8671 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8672 (sh64_init_extra_frame_info): Update comments.
8673 * mn10300-tdep.c: Update comments.
8674 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8675 * config/sparc/tm-sparc.h: Update comments.
8676 * breakpoint.h: Update comments.
8677 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8678 * arm-tdep.c: Update comment.
8679
8680 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8681
8682 * i386-tdep.c (i386_num_register_names): New variable.
8683 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8684 (MM0_REGNUM): Remove redundant parentheses in define.
8685 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8686 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8687 i386_mxcsr_regnum_p): Remove redundant parentheses.
8688 (i386_register_name): Use i386_num_register_names.
8689
8690 * i386-tdep.c (i386_extract_return_value,
8691 i386_store_return_value): Correct check for availability of
8692 floating-point registers.
8693
8694 * i386-tdep.c (i386_frame_num_args): Remove function.
8695 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8696
8697 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8698 mmx_regnum_to_fp_regnum. Adjust all callers.
8699
8700 * i386-tdep.c (i386_get_longjmp_target): Use
8701 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8702 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8703 extract_address.
8704
8705 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8706
8707 * core-regset.c: Update comments to reflect reality. Re-order
8708 includes.
8709 (fetch_core_registers): Use switch instead of if. Remove
8710 redundant prototype.
8711
8712 2003-04-18 Jim Blandy <jimb@redhat.com>
8713
8714 * s390-tdep.c (s390_frame_align): New function.
8715 (s390_gdbarch_init): Register it with the gdbarch object.
8716
8717 2003-04-17 Richard Henderson <rth@redhat.com>
8718
8719 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8720
8721 2003-04-17 Michael Snyder <msnyder@redhat.com>
8722 Karen Bennet <bennet@redhat.com>
8723
8724 Committed by Elena Zannoni <ezannoni@redhat.com>
8725 * gdb_gcore.sh: New script to create a core dump of a process.
8726
8727 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8728
8729 * values.c (value_being_returned): Don't fetch the return
8730 value if the return type is void.
8731
8732 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8733
8734 * thread-db.c: Reindented.
8735
8736 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8737
8738 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8739 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8740 as types.
8741
8742
8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763
8764
8765
8766 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8767
8768 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8769 the size of ``long double'' to 16, instead of 8.
8770
8771 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8772
8773 * i386-linux-nat.c: Add some whitespace to make things more
8774 readable.
8775 (fetch_register, store_register, fetch_inferior_registers,
8776 store_inferior_registers): Get rid of assignment in if-statement.
8777 (store_register): Fix typo in error message.
8778
8779 2003-04-16 Andrew Cagney <cagney@redhat.com>
8780
8781 * utils.c (xmmalloc): Always allocate something, matches
8782 libiberty/xmalloc's semantics.
8783 (xmrealloc, xmcalloc): Ditto.
8784
8785 2003-04-16 Andrew Cagney <cagney@redhat.com>
8786
8787 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8788 update comments.
8789 (get_frame_type): Initialize unwind and type when needed.
8790 (get_frame_id, frame_register_unwind): Ditto.
8791
8792 2003-04-16 Andrew Cagney <cagney@redhat.com>
8793
8794 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8795 obsolete.
8796 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8797 * sparcl-stub.c: Obsolete file.
8798 * config/sparc/tm-sparclet.h: Obsolete file.
8799 * sparclet-stub.c: Obsolete file.
8800 * sparclet-rom.c: Obsolete file.
8801 * sparcl-tdep.c: Obsolete file.
8802 * config/sparc/tm-sparclite.h: Obsolete file.
8803 * config/sparc/sparclite.mt: Obsolete file.
8804 * config/sparc/sparclet.mt: Obsolete file.
8805 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8806 sparc86x-*-* obsolete.
8807
8808 2003-04-15 David Carlton <carlton@math.stanford.edu>
8809
8810 * Makefile.in (SFILES): Add cp-namespace.c.
8811 (COMMON_OBS): Add cp-namespace.o.
8812 (block.o): Depend on gdb_obstack_h and cp_support_h.
8813 (buildsym.o): Depend on cp_support_h.
8814 (cp-namespace.o): New.
8815 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8816 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8817 (dwarf2read.o): Depend on cp_support_h.
8818 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8819 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8820 processing_current_namespace.
8821 (read_namespace): Update processing_current_namespace; check for
8822 anonymous namespaces.
8823 (dwarf2_name): New function.
8824 (dwarf2_extension): Ditto.
8825 * cp-support.h: Update copyright, contributors.
8826 Add inclusion guards.
8827 Add opaque declaration for structs obstack, block, symbol.
8828 (struct using_direct): New struct.
8829 Add declarations for cp_find_first_component,
8830 cp_entire_prefix_len, processing_has_namespace_info,
8831 processing_current_namespace, cp_is_anonymous,
8832 cp_add_using_directive, cp_initialize_namespace,
8833 cp_finalize_namespace, cp_set_block_scope,
8834 cp_scan_for_anonymous_namespaces.
8835 * cp-namespace.c: New file.
8836 * cp-support.c: Update copyright.
8837 Include ctype.h, gdb_assert.h, gdbcmd.h.
8838 New variable maint_cplus_cmd_list.
8839 (cp_find_first_component): New function.
8840 (cp_entire_prefix_len, maint_cplus_command)
8841 (first_component_command, _initialize_cp_support): Ditto.
8842 * buildsym.c: Include cp-support.h.
8843 New variable using_list.
8844 (add_symbol_to_list): Check for anonymous namespaces.
8845 (finish_block): Set block's scope.
8846 (start_symtab): Initialize C++ namespace support.
8847 (end_symtab): Finalize C++ namespace support.
8848 * block.h: Add opaque declarations for structs
8849 block_namespace_info, using_direct, and obstack.
8850 Add declarations for block_set_scope and block_set_using.
8851 (struct block): Add 'language_specific' member.
8852 (BLOCK_NAMESPACE): New macro.
8853 * block.c: Include gdb_obstack.h and cp-support.h.
8854 (struct block_namespace_info): New struct.
8855 (block_set_scope): New function.
8856 (block_set_using, block_initialize_namespace): Ditto.
8857
8858 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8859
8860 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8861 (locate_base): Return early if there aren't any link map offsets.
8862 (svr4_solib_create_inferior_hook): Warn if shared library support
8863 is unavailable.
8864
8865 2003-04-14 David Carlton <carlton@math.stanford.edu>
8866
8867 * symtab.c (symbol_set_names): Add prefix when storing Java names
8868 in hash table. Fix for PR java/1039.
8869
8870 2003-04-14 David Carlton <carlton@math.stanford.edu>
8871
8872 * symtab.c (symbol_set_names): Rename 'name' arg to
8873 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8874 * symtab.h: Change 'name' argument in declaration of
8875 symbol_set_names to 'linkage_name'.
8876 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8877
8878 2003-04-14 Andrew Cagney <cagney@redhat.com>
8879
8880 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8881 return the fully sign-extended register value.
8882 (get_frame_pointer): Ditto.
8883 (mips_pop_frame): Initialize "proc_desc" after checking for a
8884 dummy frame.
8885
8886 2003-04-14 Andrew Cagney <cagney@redhat.com>
8887
8888 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8889 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8890 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8891 (mips_push_register): Delete function.
8892 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8893 PUSH_FP_REGNUM.
8894
8895 2003-04-14 Jim Blandy <jimb@redhat.com>
8896
8897 * symmisc.c: #include "gdb_regex.h".
8898 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8899 functions.
8900 * maint.c (maintenance_list_command): New function.
8901 (_initialize_maint_cmds): Register the above as commands.
8902 * symtab.h (maintenance_list_symtabs,
8903 maintenance_list_psymtabs): New declarations.
8904 * cli/cli-cmds.c (maintenancelistlist): New variable.
8905 (init_cmd_lists): Initialize it.
8906 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8907 * gdbcmd.h (maintenancelistlist): New declaration.
8908 * Makefile.in (symmisc.o): Update dependencies.
8909
8910 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8911
8912 * s390-nat.c: Include asm/types.h for addr_t.
8913
8914 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8915
8916 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8917 actually incoming type.
8918
8919 2003-04-13 Andrew Cagney <cagney@redhat.com>
8920
8921 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8922 get_next_frame and get_frame_saved_regs.
8923
8924 2003-04-13 Andrew Cagney <cagney@redhat.com>
8925
8926 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8927 of gdbarch_num_regs.
8928
8929 2003-04-13 Andrew Cagney <cagney@redhat.com>
8930
8931 * frame.h: Mention what replaced what in "struct frame_info".
8932 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8933 deprecated_update_frame_base_hack and
8934 deprecated_update_frame_pc_hack.
8935 * hppa-tdep.c: Ditto.
8936
8937 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8938
8939 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8940 to read_reg and update its comment. Remove regnum member.
8941 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8942 Don't call read_reg when setting in_reg. Call read_reg to get
8943 the frame base if it's in a register. Return the register number
8944 on the stack instead of in the context. Remove extra arguments
8945 to read_reg.
8946 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8947 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8948 the register number on the expression stack.
8949 (needs_frame_read_reg): Remove extra arguments.
8950
8951 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8952
8953 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8954 made non-static.
8955 (execute_stack_op): All callers updated.
8956 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8957 * dwarf2loc.c (find_location_expression): New function.
8958 (dwarf_expr_frame_base): Call it.
8959 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8960 (dwarf2_tracepoint_var_ref): New function, broken out from
8961 locexpr_tracepoint_var_ref.
8962 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8963 Make static.
8964 (loclist_read_variable, loclist_read_needs_frame): New functions.
8965 (loclist_describe_location, loclist_tracepoint_var_ref): New
8966 functions.
8967 (dwarf2_loclist_funcs): New struct location_funcs.
8968 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8969 (struct dwarf2_locexpr_baton): Add comments.
8970 (dwarf2_loclist_funcs): New extern.
8971 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8972 base_address and base_known.
8973 (dwarf_loc_buffer): New variable.
8974 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8975 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8976 (dwarf2_has_info): Initialize dwarf_loc_offset.
8977 (dwarf2_build_psymtabs): Read in .debug_loc.
8978 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8979 DWARF_LOC_SIZE.
8980 (psymtab_to_symtab_1): Likewise. Move base address calculation
8981 here, from...
8982 (dwarf2_get_pc_bounds): ... here. Use the base address from
8983 cu_header.
8984 (dwarf2_symbol_mark_computed): Handle location lists.
8985
8986 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8987
8988 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8989 if the linkage name demangled successfully.
8990
8991 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8992
8993 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8994 disassmbly_flavour): Removed.
8995
8996 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8997
8998 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8999
9000 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9001
9002 2003-04-12 Andrew Cagney <cagney@redhat.com>
9003
9004 * frame.h (struct frame_info): Move definition from here ...
9005 * frame.c (struct frame_info): ... to here.
9006
9007 2003-04-12 Andrew Cagney <cagney@redhat.com>
9008
9009 * gdbthread.h (save_infrun_state): Delete parameter
9010 "prev_func_start".
9011 (struct thread_info): Delete field "prev_func_start".
9012 (load_infrun_state): Ditto.
9013 * thread.c (load_infrun_state, save_infrun_state): Update.
9014 * infrun.c (prev_func_start): Delete variable.
9015 (context_switch, init_wait_for_inferior): Update.
9016 (stop_stepping, keep_going): Update.
9017
9018 2003-04-12 Andrew Cagney <cagney@redhat.com>
9019
9020 * gdbarch.sh: Add missing opaque declarations.
9021 * gdbarch.h: Regnerate.
9022 * symtab.h: Add missing opaque declarations.
9023 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9024 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9025 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9026 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9027 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9028 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9029 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9030 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9031 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9032 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9033 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9034 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9035 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9036
9037 2003-04-11 Andrew Cagney <cagney@redhat.com>
9038
9039 * frame.c (get_frame_id): Return this frame's "id".
9040 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9041 function start.
9042 (legacy_saved_regs_this_id): Replace function body with
9043 internal-error.
9044 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9045 FRAME_OBSTACK_ZALLOC.
9046 (create_new_frame): Mark the frame ID as valid.
9047
9048 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9049
9050 * Makefile.in (libbfd_h): Added missing setting.
9051 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9052 according to the selected ABI.
9053
9054 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9055
9056 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9057
9058 2003-04-11 Andrew Cagney <cagney@redhat.com>
9059
9060 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9061 SAVED_PC_AFTER_CALL.
9062 * gdbarch.h, gdbarch.c: Regenerate.
9063 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9064 * x86-64-tdep.c (x86_64_init_abi): Update.
9065 * vax-tdep.c (vax_gdbarch_init): Update.
9066 * v850-tdep.c (v850_gdbarch_init): Update.
9067 * sparc-tdep.c (sparc_gdbarch_init): Update.
9068 * sh-tdep.c (sh_gdbarch_init): Update.
9069 * s390-tdep.c (s390_gdbarch_init): Update.
9070 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9071 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9072 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9073 * mips-tdep.c (mips_gdbarch_init): Update.
9074 * mcore-tdep.c (mcore_gdbarch_init): Update.
9075 * m68k-tdep.c (m68k_gdbarch_init): Update.
9076 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9077 * ia64-tdep.c (ia64_gdbarch_init): Update.
9078 (ia64_saved_pc_after_call): Update declaration.
9079 * i386ly-tdep.c (i386lynx_init_abi): Update.
9080 * i386-tdep.c (i386_gdbarch_init): Update.
9081 * hppa-tdep.c (hppa_gdbarch_init): Update.
9082 * h8300-tdep.c (h8300_gdbarch_init): Update.
9083 * frv-tdep.c (frv_gdbarch_init): Update.
9084 * cris-tdep.c (cris_gdbarch_init): Update.
9085 * avr-tdep.c (avr_gdbarch_init): Update.
9086 * arm-tdep.c (arm_gdbarch_init): Update.
9087 * alpha-tdep.c (alpha_gdbarch_init): Update.
9088 * ns32knbsd-nat.c (frame_num_args): Update.
9089 * ns32k-tdep.c (umax_frame_num_args): Update.
9090 * mips-tdep.c (mips_init_frame_pc_first): Update.
9091 * infrun.c (step_over_function): Update.
9092 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9093 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9094 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9095 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9096 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9097 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9098 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9099 * arch-utils.c (init_frame_pc_default): Update.
9100 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9101 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9102 declaration.
9103
9104 2003-04-11 Andrew Cagney <cagney@redhat.com>
9105
9106 * i387-tdep.c: Update copyright.
9107 (i387_to_double): Delete function.
9108 (double_to_i387): Delete function.
9109
9110 2003-04-10 Andrew Cagney <cagney@redhat.com>
9111
9112 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9113 frame's function's address. Simplify.
9114 (d10v_frame_unwind_cache): Check that the frame's function is
9115 non-zero.
9116
9117 2003-04-10 Jim Blandy <jimb@redhat.com>
9118
9119 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9120 call to set_gdbarch_deprecated_push_arguments.
9121
9122 2003-04-10 Andrew Cagney <cagney@redhat.com>
9123
9124 * frame.c (fprint_frame_id): New function.
9125 (fprint_frame_type, fprint_frame): New function.
9126 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9127 (create_sentinel_frame, get_frame_id): Ditto.
9128 (frame_id_p, frame_id_eq): Ditto.
9129 (frame_id_inner, create_new_frame): Ditto.
9130 (legacy_get_prev_frame, get_prev_frame): Ditto.
9131 (deprecated_update_frame_pc_hack): Ditto.
9132 (frame_register_unwind): Ditto.
9133 (deprecated_update_frame_base_hack): Ditto.
9134
9135 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9136
9137 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9138 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9139 frame_chain function.
9140 * Makefile.in: Add dependencies due to above change.
9141
9142 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9143
9144 * blockframe.c (legacy_frame_chain_valid): Move call to
9145 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9146 inside_entry_file.
9147
9148 2003-04-09 Andrew Cagney <cagney@redhat.com>
9149
9150 * frame.h (struct frame_id): Replace "pc" and "base" with
9151 "stack_addr" and "code_addr". Update comments.
9152 (frame_id_build): Update parameter names and comment.
9153 (struct frame_info): Replace "id_p" and "id" with "this_id".
9154 * dummy-frame.c (dummy_frame_this_id): Update.
9155 * breakpoint.c (print_one_breakpoint): Update.
9156 * frame.c (get_frame_id): Update.
9157 (get_frame_base, frame_id_build): Update.
9158 (create_sentinel_frame, legacy_get_prev_frame): Update.
9159 (deprecated_update_frame_base_hack): Update.
9160 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9161 (frame_id_inner): Ditto.
9162
9163 2003-04-09 Andrew Cagney <cagney@redhat.com>
9164
9165 * defs.h (gdb_print_host_address): Make "addr" parameter a
9166 pointer constant.
9167 * utils.c (gdb_print_host_address): Update.
9168
9169 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9170
9171 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9172 register number for R0 is 0.
9173
9174 2003-04-09 J. Brobecker <brobecker@gnat.com>
9175
9176 * frame.h (struct gdbarch): Add opaque structure definition
9177 to avoid a compilation warning on LynxOS 4.0.
9178
9179 2003-04-09 Andrew Cagney <cagney@redhat.com>
9180
9181 * frame.h (struct frame_info): Delete field "pc". Replace
9182 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9183 structure.
9184 * frame.c (frame_pc_unwind): Update.
9185 (create_sentinel_frame): Do not set "pc".
9186 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9187 (get_frame_pc): Call frame_pc_unwind.
9188 (deprecated_update_frame_pc_hack): Update.
9189 (create_new_frame): Use "pc" not "->pc".
9190
9191 2003-04-09 Andrew Cagney <cagney@redhat.com>
9192
9193 * frame.c (get_frame_id): Eliminate code updating "frame".
9194 (legacy_get_prev_frame): Ditto.
9195 (get_frame_base): Return id.base directly.
9196 (deprecated_update_frame_base_hack): Update "id.base".
9197 * frame.h (struct frame_info): Delete field "frame".
9198
9199 2003-04-09 Andrew Cagney <cagney@redhat.com>
9200
9201 * NEWS: Mention that the "Sequent family" is obsolete.
9202 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9203 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9204 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9205 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9206 * config/i386/tm-ptx4.h: Obsolete file.
9207 * config/i386/tm-ptx.h: Obsolete file.
9208 * symm-tdep.c: Obsolete file.
9209 * config/i386/symmetry.mt: Obsolete file.
9210 * config/i386/tm-symmetry.h: Obsolete file.
9211 * symm-nat.c: Obsolete file.
9212 * config/i386/nm-symmetry.h: Obsolete file.
9213 * config/i386/xm-symmetry.h: Obsolete file.
9214 * config/i386/symmetry.mh: Obsolete file.
9215 * config/i386/nm-ptx4.h: Obsolete file.
9216 * config/i386/ptx4.mh: Obsolete file.
9217 * config/i386/ptx.mt: Obsolete file.
9218 * config/i386/ptx.mh: Obsolete file.
9219 * config/i386/xm-ptx4.h: Obsolete file.
9220 * config/i386/xm-ptx.h: Obsolete file.
9221
9222 2003-04-09 Andrew Cagney <cagney@redhat.com>
9223
9224 Obsolete mips*-*-mach3*.
9225 * NEWS: Mention that mips*-*-mach3* is obsolete.
9226 * m3-nat.c: Obsolete file.
9227 * config/nm-m3.h: Obsolete file.
9228 * config/mips/tm-mipsm3.h: Obsolete file.
9229 * config/mips/mipsm3.mt: Obsolete file.
9230 * config/mips/mipsm3.mh: Obsolete file.
9231 * config/mips/xm-mipsm3.h: Obsolete file.
9232 * mipsm3-nat.c: Obsolete file.
9233 * configure.host: Obsolete mips-dec-mach3*.
9234 * configure.tgt: Obsolete mips*-*-mach3*.
9235
9236 2003-04-09 Andrew Cagney <cagney@redhat.com>
9237
9238 * doublest.h: Update copyright.
9239 (deprecated_store_floating, deprecated_extract_floating): Rename
9240 store_floating and extract_floating. Update comments.
9241 * doublest.c: Update copyright.
9242 (extract_floating_by_length): Replace extract_floating.
9243 (store_floating_by_length): Replace store_floating.
9244 (deprecated_extract_floating): New function.
9245 (deprecated_store_floating): New function.
9246 (extract_typed_floating): Call extract_floating_by_length.
9247 (store_typed_floating): Call store_floating_by_length.
9248 * x86-64-tdep.c (x86_64_store_return_value): Update.
9249 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9250 (sh64_extract_return_value): Update.
9251 (sh_sh4_register_convert_to_virtual): Update.
9252 (sh_sh64_register_convert_to_virtual): Update.
9253 (sh_sh4_register_convert_to_raw): Update.
9254 (sh_sh64_register_convert_to_raw): Update.
9255 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9256 (rs6000_register_convert_to_raw): Update.
9257 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9258 (ia64_register_convert_to_raw): Update.
9259 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9260 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9261 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9262 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9263 (alpha_register_convert_to_raw): Update.
9264
9265 2003-04-08 Andrew Cagney <cagney@redhat.com>
9266
9267 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9268 * gdbarch.h, gdbarch.c: Re-generate.
9269 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9270 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9271 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9272 conditionally, use frame_pc_unwind as an alternative. Add
9273 comments.
9274 * arch-utils.c (init_frame_pc_default): Only call
9275 SAVED_PC_AFTER_CALL when available.
9276
9277 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9278
9279 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9280 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9281 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9282 (start_remote): Ditto.
9283 (handle_inferior_event): Ditto.
9284 (save_inferior_status): Ditto.
9285 (restore_inferior_status): Ditto.
9286 * infcmd.c (attach_command): Ditto.
9287 * fork-child.c (startup_inferior): Ditto.
9288 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9289 * alpha-tdep.c (heuristic_proc_start): Ditto.
9290 * mips-tdep.c (heuristic_proc_start): Ditto.
9291 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9292 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9293 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9294 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9295 * remote-vx.c (vx_create_inferior): Ditto.
9296
9297 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9298
9299 * infrun.c (stop_soon_quietly): Make it an enum, to better
9300 override the default behavior of handle_inferior_event.
9301 (clear_proceed_status): Update uses of stop_soon_quietly to
9302 reflect that it is now an enum.
9303 (start_remote): Ditto.
9304 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9305 is set to handle the new GNU/Linux kernel behavior for
9306 attach/sigstop. Update uses of stop_soon_quietly.
9307 * inferior.h (enum stop_kind): New enum.
9308 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9309 Reset normal handle_inferior_event behavior, afterwards.
9310 * fork-child.c (startup_inferior): Update.
9311 * alpha-tdep.c (heuristic_proc_start): Update.
9312 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9313 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9314 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9315 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9316 * remote-vx.c (vx_create_inferior): Update.
9317 * mips-tdep.c (heuristic_proc_start): Update.
9318
9319 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9320
9321 * disasm.c (dump_insns): Move variables inside loop, or they will
9322 be freed more than once, causing wild memory corruptions.
9323 (gdb_disassembly): Look for the substring "-thread",
9324 instead of "-threads" in the target name, to make sure to find
9325 the 'multi-thread' target. Also, make sure we do the right thing
9326 with the "core" target.
9327
9328 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9329
9330 * mips-tdep.c (mips_print_fp_register): New function, created from
9331 do_fp_register_row(). Registers are now (also) printed as hex.
9332 Only one register is printed per row.
9333 (mips_print_register, do_fp_register_row): Print floating point
9334 registers with mips_print_fp_register().
9335
9336 2003-04-06 Andrew Cagney <cagney@redhat.com>
9337
9338 * valprint.h (inspect_it): Add extern declaration.
9339 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9340 (selectors_info, classes_info): Ditto.
9341 (find_objc_msgcall): Fix indentation.
9342 (objc_printstr): Delete extern declarations.
9343
9344 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9345
9346 2003-04-06 Andrew Cagney <cagney@redhat.com>
9347
9348 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9349 Update comment.
9350 * frame.c (legacy_saved_regs_this_id): Update.
9351 (legacy_get_prev_frame): Update.
9352 * xstormy16-tdep.c: Update comment.
9353 * sparc-tdep.c (sparc_frame_chain): Update comment.
9354 * blockframe.c (legacy_frame_chain_valid): Update.
9355
9356 2003-04-06 Andrew Cagney <cagney@redhat.com>
9357
9358 * valprint.c (val_print_type_code_int): Delete #ifdef
9359 PRINT_TYPELESS_INTEGER code.
9360
9361 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9362 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9363 multi-arch definition.
9364 * gdbarch.h: Re-generate.
9365
9366 2003-04-05 Andrew Cagney <cagney@redhat.com>
9367
9368 Eliminate FRAME_FIND_SAVED_REGS.
9369 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9370 Change FSR parameter to a pointer.
9371 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9372 Assume FSR parameter is a pointer.
9373 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9374 Make fsr a pointer.
9375 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9376 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9377 saved_regs a pointer.
9378 (hppa_frame_saved_pc): Ditto.
9379 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9380 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9381 pointer.
9382 (restore_pc_queue): Make fsr a pointer.
9383 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9384 (hppa_frame_chain): Make saved_regs a pointer, call
9385 hppa_frame_init_saved_regs.
9386 * sparc-tdep.c: Include "gdb_assert.h".
9387 (sparc_frame_find_saved_regs): Replace internal_error with
9388 gdb_assert.
9389 * remote-vxsparc.c (vx_read_register): Delete reference to
9390 FRAME_FIND_SAVED_REGS.
9391 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9392 * gdbarch.h: Regenerate.
9393 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9394 (deprecated_get_frame_saved_regs): Delete declaration.
9395 (struct frame_saved_regs): Delete definition.
9396 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9397 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9398 (hppa_frame_find_saved_regs): Delete declaration.
9399 (FRAME_FIND_SAVED_REGS): Delete macro.
9400 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9401 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9402 FRAME_FIND_SAVED_REGS in comment.
9403
9404 2003-04-05 Andrew Cagney <cagney@redhat.com>
9405
9406 * frame.c (frame_func_unwind, get_frame_func): New functions.
9407 * frame.h (get_frame_func, frame_func_unwind): Declare.
9408 (struct frame_info): Add field "prev_func" for caching the
9409 previous frame's function address.
9410 * arm-tdep.c (arm_frameless_function_invocation): Combine
9411 get_pc_function_start and get_frame_pc into get_frame_func.
9412 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9413 (sh64_nofp_frame_init_saved_regs): Ditto.
9414 * s390-tdep.c (s390_function_start): Ditto.
9415 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9416 (rs6000_frameless_function_invocation): Ditto.
9417 (rs6000_frame_saved_pc): Ditto.
9418 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9419 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9420 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9421 (i386_frame_init_saved_regs): Ditto.
9422 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9423 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9424 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9425 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9426 * blockframe.c (frameless_look_for_prologue): Ditto.
9427
9428 2003-04-05 Andrew Cagney <cagney@redhat.com>
9429
9430 * frame.c (legacy_get_prev_frame): Link prev to next at the
9431 function start. Update comments.
9432
9433 2003-04-05 Andrew Cagney <cagney@redhat.com>
9434
9435 * frame.c (get_frame_id): Update comment.
9436 (legacy_get_prev_frame): Update comment.
9437 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9438 * gdbarch.h: Regenerate.
9439 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9440 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9441
9442 2003-04-05 Andrew Cagney <cagney@redhat.com>
9443
9444 * stack.c (print_frame_info): Use get_frame_pc.
9445
9446 2003-04-04 Andrew Cagney <cagney@redhat.com>
9447
9448 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9449 the frame's type from the unwinder.
9450 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9451 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9452 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9453 (get_frame_base_address): Use get_frame_type.
9454 (get_frame_locals_address, get_frame_args_address): Ditto.
9455 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9456 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9457 (struct frame_info): Add comment explaining why the frame contains
9458 a "type" field.
9459 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9460 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9461 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9462 NORMAL_FRAME.
9463 * frame-unwind.h: Include "frame.h".
9464 (struct frame_unwind): Add "type" field.
9465 * Makefile.in (frame_unwind_h): Add $(frame_h).
9466
9467 2003-04-04 Andrew Cagney <cagney@redhat.com>
9468
9469 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9470 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9471 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9472 get_frame_base.
9473 (d10v_unwind_dummy_id): Use frame_id_build.
9474 * frame.c (find_frame_sal): Use get_frame_pc.
9475 (create_new_frame): Use deprecated_update_frame_pc_hack and
9476 deprecated_update_frame_base_hack.
9477 (create_sentinel_frame): Add comment about ->pc going away.
9478 (get_prev_frame): Add comment about ->pc going away.
9479 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9480 frame_id_build, deprecated_update_frame_pc_hack and
9481 deprecated_update_frame_base_hack.
9482 (select_frame): Use get_frame_pc.
9483 (legacy_saved_regs_this_id): Use frame_id_build.
9484
9485 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9486
9487 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9488 signed integer case.
9489 (classify_argument): Handle enumerations and references.
9490
9491 2003-04-04 Andrew Cagney <cagney@redhat.com>
9492
9493 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9494 ID to NULL.
9495
9496 2003-04-01 Adam Fedor <fedor@gnu.org>
9497
9498 * gdb/objc-lang.c (selectors_info): Replace calls to
9499 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9500 SYMBOL_NATURAL_NAME.
9501 (classes_info, find_methods): Likewise.
9502
9503 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9504
9505 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9506 ``mach'' to the value determined by bfd_default_set_arch_mach().
9507
9508 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9509
9510 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9511 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9512 (mi-cmd-file.o): Update dependencies.
9513
9514 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9515
9516 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9517 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9518
9519 2003-04-01 Adam Fedor <fedor@gnu.org>
9520
9521 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9522 * language.h (struct language_defn): Add la_demangle.
9523 (language_demangle): Declare.
9524 * language.c (language_demangle): New function.
9525 (unk_lang_demangle): Likewise.
9526 (unknown_language_defn, auto_language_defn, local_language_defn):
9527 Add ukn_lang_demangle.
9528 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9529 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9530 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9531 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9532 * jv-lang.c (java_demangle): New function
9533 (java_language_defn): Use it for la_demangle element.
9534 * objc-lang.c (objc_demangle): Add options argument
9535 (objc_language_defn): Use objc_demangle for la_demangle element.
9536 * maint.c (maintenance_demangle): Replace switch with
9537 call to language_demangle.
9538 * utils.c (fprintf_symbol_filtered): Likewise.
9539
9540 2003-04-01 Andrew Cagney <cagney@redhat.com>
9541
9542 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9543 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9544 PRINT_TYPELESS_INTEGER.
9545 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9546 PUSH_RETURN_ADDRESS.
9547
9548 2003-04-01 Andrew Cagney <cagney@redhat.com>
9549
9550 * Makefile.in (d10v-tdep.o): Update dependencies.
9551 * d10v-tdep.c: Include "frame-base.h".
9552 (d10v_frame_unwind): Make constant.
9553 (d10v_frame_base_address): New function.
9554 (d10v_frame_base): New variable.
9555 (d10v_gdbarch_init): Set frame_base default.
9556 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9557 comment for base.
9558 (d10v_frame_unwind_cache): Set and use "prev_sp".
9559 (d10v_frame_this_id): Use the previous frame's inner most stack
9560 address and this frame's func address for the frame ID. Use
9561 frame_id_build. Don't analyze beyond the current instruction.
9562
9563 2003-04-01 Andrew Cagney <cagney@redhat.com>
9564
9565 * frame.h (get_frame_locals_address, get_frame_args_address):
9566 Refer to the base address, instead of the address of the first
9567 local or parameter.
9568
9569 2003-04-01 Andrew Cagney <cagney@redhat.com>
9570
9571 Add frame debug info addresses:
9572 * frame-base.c: New file.
9573 * frame-base.h: New file.
9574 * frame.h (struct frame_base): Add opaque declaration.
9575 (get_frame_base): Update comment.
9576 (get_frame_base_address): Declare.
9577 (get_frame_locals_address): Declare.
9578 (get_frame_args_address): Declare.
9579 (struct frame_info): Add "base" and "base_cache". Update
9580 comments on the unwinder.
9581 * frame.c: Include "frame-base.h".
9582 (get_frame_locals_address): New function.
9583 (get_frame_base_address): New function.
9584 (get_frame_args_address): New function.
9585 * findvar.c (read_var_value): Use get_frame_locals_address and
9586 get_frame_args_address.
9587 * stack.c (frame_info): Use get_frame_locals_address and
9588 get_frame_args_address.
9589 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9590 moved to "frame-base.c".
9591 * printcmd.c (print_frame_nameless_args): Ditto.
9592 * symtab.h (address_class): Update comments.
9593 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9594 get_frame_base_address.
9595 * dwarf2expr.c (execute_stack_op): Ditto.
9596 * Makefile.in (frame_base_h): Define.
9597 (frame.o): Update dependencies.
9598 (frame-base.o): Add dependencies.
9599 (SFILES): Add frame-base.c.
9600 (COMMON_OBS): Add frame-base.o.
9601
9602 2003-04-01 Andrew Cagney <cagney@redhat.com>
9603
9604 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9605 CALL_DUMMY_LENGTH): Ditto.
9606 * gdbarch.c: Re-generate.
9607 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9608 (CALL_DUMMY_LENGTH): Delete macro.
9609 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9610 * arm-tdep.c (arm_gdbarch_init): Ditto.
9611 * avr-tdep.c (avr_gdbarch_init): Ditto.
9612 * cris-tdep.c (cris_gdbarch_init): Ditto.
9613 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9614 * frv-tdep.c (frv_gdbarch_init): Ditto.
9615 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9616 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9617 * i386-tdep.c (i386_gdbarch_init): Ditto.
9618 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9619 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9620 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9621 * mips-tdep.c (mips_gdbarch_init): Ditto.
9622 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9623 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9624 * s390-tdep.c (s390_gdbarch_init): Ditto.
9625 * sh-tdep.c (sh_gdbarch_init): Ditto.
9626 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9627 * v850-tdep.c (v850_gdbarch_init): Ditto.
9628 * vax-tdep.c (vax_gdbarch_init): Ditto.
9629 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9630
9631 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9632
9633 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9634
9635 2003-04-01 Andrew Cagney <cagney@redhat.com>
9636
9637 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9638 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9639 * gdbarch.h, gdbarch.c: Re-generate.
9640 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9641 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9642 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9643 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9644 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9645 * infcmd.c (run_stack_dummy): Simplify assuming
9646 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9647 * infrun.c (handle_inferior_event): Ditto.
9648 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9649 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9650 * arm-tdep.c (arm_gdbarch_init): Ditto.
9651 * avr-tdep.c (avr_gdbarch_init): Ditto.
9652 * cris-tdep.c (cris_gdbarch_init): Ditto.
9653 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9654 * frv-tdep.c (frv_gdbarch_init): Ditto.
9655 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9656 * i386-tdep.c (i386_gdbarch_init): Ditto.
9657 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9658 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9659 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9660 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9661 * mips-tdep.c (mips_gdbarch_init): Ditto.
9662 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9663 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9664 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9665 * s390-tdep.c (s390_gdbarch_init): Ditto.
9666 * sh-tdep.c (sh_gdbarch_init): Ditto.
9667 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9668 * v850-tdep.c (v850_gdbarch_init): Ditto.
9669 * vax-tdep.c (vax_gdbarch_init): Ditto.
9670 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9671
9672 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9673
9674 * symfile.c (symfile_relocate_debug_section): Update call to
9675 bfd_simple_get_relocated_section_contents.
9676
9677 2003-03-31 Andrew Cagney <cagney@redhat.com>
9678
9679 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9680 * gdbarch.h, gdbarch.c: Regenerate.
9681 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9682 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9683 available.
9684 * frame.h (generic_fix_call_dummy): Delete declaration.
9685 * dummy-frame.h: Update comment.
9686 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9687 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9688 fix_call_dummy.
9689 * sh-tdep.c (sh_gdbarch_init): Ditto.
9690 * s390-tdep.c (s390_gdbarch_init): Ditto.
9691 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9692 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9693 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9694 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9695 * i386-tdep.c (i386_gdbarch_init): Ditto.
9696 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9697 * frv-tdep.c (frv_gdbarch_init): Ditto.
9698 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9699 * cris-tdep.c (cris_gdbarch_init): Ditto.
9700 * avr-tdep.c (avr_gdbarch_init): Ditto.
9701 * arm-tdep.c (arm_gdbarch_init): Ditto.
9702
9703 2003-03-31 J. Brobecker <brobecker@gnat.com>
9704
9705 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9706 (INIT_FRAME_AP): Likewise.
9707 (EXTRA_FRAME_INFO): Likewise.
9708
9709 2003-03-31 Andrew Cagney <cagney@redhat.com>
9710
9711 * gdbarch.sh: Include "symfile.h".
9712 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9713 * gdbarch.h, gdbarch.c: Re-generate.
9714 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9715 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9716 call_dummy_address, the default is at entry_point_address.
9717 * v850-tdep.c (v850_gdbarch_init): Ditto.
9718 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9719 * sh-tdep.c (sh_gdbarch_init): Ditto.
9720 * s390-tdep.c (s390_gdbarch_init): Ditto.
9721 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9722 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9723 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9724 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9725 * i386-tdep.c (i386_gdbarch_init): Ditto.
9726 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9727 * frv-tdep.c (frv_gdbarch_init): Ditto.
9728 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9729 * cris-tdep.c (cris_gdbarch_init): Ditto.
9730 * arm-tdep.c (arm_gdbarch_init): Ditto.
9731
9732 2003-03-31 Andrew Cagney <cagney@redhat.com>
9733
9734 * gdbarch.sh (CALL_DUMMY_P): Delete.
9735 * gdbarch.h, gdbarch.c: Re-generate.
9736 * inferior.h (CALL_DUMMY_P): Delete macro.
9737 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9738 * vax-tdep.c (vax_gdbarch_init): Update.
9739 * v850-tdep.c (v850_gdbarch_init): Update.
9740 * sparc-tdep.c (sparc_gdbarch_init): Update.
9741 * sh-tdep.c (sh_gdbarch_init): Update.
9742 * s390-tdep.c (s390_gdbarch_init): Update.
9743 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9744 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9745 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9746 * mips-tdep.c (mips_gdbarch_init): Update.
9747 * mcore-tdep.c (mcore_gdbarch_init): Update.
9748 * m68k-tdep.c (m68k_gdbarch_init): Update.
9749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9750 * ia64-tdep.c (ia64_gdbarch_init): Update.
9751 * i386-tdep.c (i386_gdbarch_init): Update.
9752 * h8300-tdep.c (h8300_gdbarch_init): Update.
9753 * frv-tdep.c (frv_gdbarch_init): Update.
9754 * d10v-tdep.c (d10v_gdbarch_init): Update.
9755 * cris-tdep.c (cris_gdbarch_init): Update.
9756 * breakpoint.c (deprecated_frame_in_dummy): Update.
9757 * avr-tdep.c (avr_gdbarch_init): Update.
9758 * alpha-tdep.c (alpha_gdbarch_init): Update.
9759 * arm-tdep.c (arm_gdbarch_init): Update.
9760 * dummy-frame.c (dummy_frame_this_id): Update comments.
9761 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9762 * frame.c (legacy_get_prev_frame): Ditto.
9763 * valops.c (call_function_by_hand): Delete function.
9764 (hand_function_call): Rename to call_function_by_hand
9765
9766 2003-03-30 Andrew Cagney <cagney@redhat.com>
9767
9768 2002-11-10 Klee Dienes <kdienes@apple.com>
9769 * value.h (struct value): Update comment.
9770
9771 2003-03-30 Andrew Cagney <cagney@redhat.com>
9772
9773 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9774 D10V_FP_REGNUM.
9775 (d10v_gdbarch_init): Do not set fp_regnum.
9776
9777 * frame.c (get_frame_base): Force ID initialization.
9778 (get_prev_frame): Move computation of the frame ID from here ...
9779 (get_frame_id): ... to here.
9780 (legacy_get_prev_frame): Mark the frame ID as valid.
9781 * frame.h (struct frame_info): Add field "id_p".
9782
9783 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9784
9785 * i386-tdep.c (i386_store_struct_return): Removed.
9786 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9787
9788 2003-03-30 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9791 * gdbarch.h, gdbarch.c: Regenerate.
9792 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9793 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9794 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9795 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9796 * i386-tdep.c (i386_gdbarch_init): Ditto.
9797 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9798 * cris-tdep.c (cris_gdbarch_init): Ditto.
9799 * vax-tdep.c (vax_gdbarch_init): Ditto.
9800 * s390-tdep.c (s390_gdbarch_init): Ditto.
9801 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9802 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9803 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9804 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9805 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9806 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9807 * sparc-tdep.c (sparc_gdbarch_init): Update.
9808 * sh-tdep.c (sh_gdbarch_init): Update.
9809 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9810 * mips-tdep.c (mips_gdbarch_init): Update.
9811 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9812 * ia64-tdep.c (ia64_gdbarch_init): Update.
9813 * frv-tdep.c (frv_gdbarch_init): Update.
9814 * avr-tdep.c (avr_gdbarch_init): Update.
9815 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9816 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9817 instead of when push_dummy_call is not available.
9818
9819 2003-03-30 Andrew Cagney <cagney@redhat.com>
9820
9821 * infttrace.c: Include "gdbthread.h".
9822 (parent_attach_all): Fix function signature.
9823 (call_ptrace): Update call.
9824 * Makefile.in (infttrace.o): Update dependencies.
9825
9826 2003-03-30 Andrew Cagney <cagney@redhat.com>
9827
9828 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9829 PUSH_RETURN_ADDRESS.
9830 * gdbarch.h, gdbarch.c: Regenerate.
9831 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9832 * x86-64-tdep.c (x86_64_init_abi): Update.
9833 * v850-tdep.c (v850_gdbarch_init): Update.
9834 * sparc-tdep.c (sparc_gdbarch_init): Update.
9835 * sh-tdep.c (sh_gdbarch_init): Update.
9836 * s390-tdep.c (s390_gdbarch_init): Update.
9837 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9838 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9839 * mips-tdep.c (mips_gdbarch_init): Update.
9840 * mcore-tdep.c (mcore_gdbarch_init): Update.
9841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9842 * ia64-tdep.c (ia64_gdbarch_init): Update.
9843 * i386-tdep.c (i386_gdbarch_init): Update.
9844 * h8300-tdep.c (h8300_gdbarch_init): Update.
9845 * frv-tdep.c (frv_gdbarch_init): Update.
9846 * cris-tdep.c (cris_gdbarch_init): Update.
9847 * avr-tdep.c (avr_gdbarch_init): Update.
9848 * arm-tdep.c (arm_gdbarch_init): Update.
9849 * valops.c (hand_function_call): Update.
9850
9851 2003-03-29 Andrew Cagney <cagney@redhat.com>
9852
9853 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9854 sizeof_call_dummy_words.
9855 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9856 define.
9857 * gdbarch.h: Regenerate.
9858
9859 2003-03-29 Andrew Cagney <cagney@redhat.com>
9860
9861 * infttrace.h: New file.
9862 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9863 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9864 (hpread_read_doc_function_type): Detect an initialized type1.
9865 (hpread_quick_traverse): Initialize mod_name_string.
9866 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9867 (som_solib_get_solib_by_pc): Declare.
9868 (so_lib_thread_start_addr): Declare.
9869 (no_shared_libraries): Declare.
9870 * somread.c (init_import_symbols): Make static. Add forward
9871 declaration.
9872 * config/pa/nm-hppah.h: Include "infttrace.h" for
9873 parent_attach_all.
9874 (hppa_insert_hw_watchpoint): Declare.
9875 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9876 * hppah-nat.c: Include "gdb_string.h".
9877 (parent_attach_all): Delete extern declaration, moved to
9878 "infttrace.h".
9879 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9880 int.
9881 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9882 * Makefile.in (infttrace_h): Define.
9883 (hpread.o): Update dependencies.
9884 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9885 * hppa-hpux-tdep.c: Include "gdb_string.h".
9886 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9887 * infrun.c (handle_inferior_event): Always initialize
9888 stepped_after_stopped_by_watchpoint. Add default and remove
9889 fallthrough in switch statement.
9890 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9891 parameter to int.
9892 (hppa_remove_hw_watchpoint): Ditto.
9893
9894 2003-03-29 Andrew Cagney <cagney@redhat.com>
9895
9896 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9897 offset.
9898
9899 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9900
9901 * arm-tdep.c (arm_push_arguments): Delete.
9902 (struct stack_item): New type.
9903 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9904 (arm_store_struct_return): Delte.
9905 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9906 arm_push_arguments or arm_store_struct_return.
9907
9908 2003-03-28 Andrew Cagney <cagney@redhat.com>
9909
9910 * Makefile.in (d10v-tdep.o): Update dependencies.
9911 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9912 * d10v-tdep.c: Include "remote.h".
9913 (target_resume_hook): Delete extern declaration.
9914 (target_wait_loop_hook): Ditto.
9915 (tdisassemble_command): Eliminate assignment in "if" conditional.
9916 (d10v_ts2_register_sim_regno): Eliminate call to
9917 legacy_register_sim_regno.
9918 (d10v_ts3_register_sim_regno): Ditto.
9919
9920 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9921
9922 * thread.c: Reindented.
9923 * lin-lwp.c: Ditto.
9924 * linux-proc.c: Ditto.
9925
9926 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9927
9928 * MAINTAINERS (write after approval): Add myself.
9929
9930 2003-03-27 Theodore A. Roth <troth@openavr.org>
9931
9932 * objc-exp.y: Add missing semi-colons.
9933
9934 2003-03-27 Andrew Cagney <cagney@redhat.com>
9935
9936 * regcache.c (write_sp): Delete function and references.
9937 * inferior.h (write_sp): Delete declaration.
9938 * valops.c (hand_function_call): Replace write_sp with
9939 TARGET_WRITE_SP.
9940 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9941 (sparc_pop_frame): Ditto.
9942
9943 2003-03-27 Andrew Cagney <cagney@redhat.com>
9944
9945 * NEWS: Mention removal of support for hppa*-*-bsd* and
9946 hppa*-*-osf* natives, and hppa*-*-pro* target.
9947 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9948 * config/pa/xm-pa.h: Obsolete file.
9949 * config/pa/xm-hppab.h: Obsolete file.
9950 * config/pa/nm-hppab.h: Obsolete file.
9951 * config/pa/tm-hppab.h: Obsolete file.
9952 * config/pa/tm-hppao.h: Obsolete file.
9953 * config/pa/nm-hppao.h: Obsolete file.
9954 * config/pa/tm-pro.h: Obsolete file.
9955 * config/pa/hppaosf.mt: Obsolete file.
9956 * config/pa/hppaosf.mh: Obsolete file.
9957 * config/pa/hppapro.mt: Obsolete file.
9958 * config/pa/hppabsd.mt: Obsolete file.
9959 * config/pa/hppabsd.mh: Obsolete file.
9960 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9961 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9962 hppa*-*-osf*.
9963
9964 2003-03-27 Andrew Cagney <cagney@redhat.com>
9965
9966 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9967 push_arguments. Don't set push_return_address or write_sp.
9968 (d10v_push_dummy_call): Replace d10v_push_arguments.
9969 (d10v_push_return_address, d10v_write_sp): Delete function,
9970 handled by push_dummy_call.
9971
9972 2003-03-26 Andrew Cagney <cagney@redhat.com>
9973
9974 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9975 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9976 regcache and dummy_addr parameters.
9977 * gdbarch.h, gdbarch.c: Re-generate.
9978 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9979 available; assume it will handle stack alignment and return
9980 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9981 legacy_push_arguments.
9982 (legacy_push_arguments): Rename default_push_arguments.
9983 * value.h (legacy_push_arguments): Rename default_push_arguments.
9984 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9985 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9986 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9987 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9988 * config/i386/tm-symmetry.h: Update.
9989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9990 * x86-64-tdep.c (x86_64_init_abi): Update.
9991 * v850-tdep.c (v850_gdbarch_init): Update.
9992 * sparc-tdep.c (sparc_gdbarch_init): Update.
9993 * sh-tdep.c (sh_gdbarch_init): Update.
9994 * s390-tdep.c (s390_gdbarch_init): Update.
9995 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9996 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9997 * mips-tdep.c (mips_gdbarch_init): Update.
9998 * mcore-tdep.c (mcore_gdbarch_init): Update.
9999 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10000 * ia64-tdep.c (ia64_gdbarch_init): Update.
10001 * i386-tdep.c (i386_gdbarch_init): Update.
10002 * hppa-tdep.c (hppa_gdbarch_init): Update.
10003 * h8300-tdep.c (h8300_gdbarch_init): Update.
10004 * frv-tdep.c (frv_gdbarch_init): Update.
10005 * d10v-tdep.c (d10v_gdbarch_init): Update.
10006 * cris-tdep.c (cris_gdbarch_init): Update.
10007 * avr-tdep.c (avr_gdbarch_init): Update.
10008 * arm-tdep.c (arm_gdbarch_init): Update.
10009 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10010 * alpha-tdep.c (alpha_gdbarch_init): Update.
10011
10012 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10013
10014 * signals/signals.c (do_target_signal_to_host): Correct realtime
10015 signal range test.
10016
10017 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10018
10019 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10020 (struct sal_chain, map_catch_names): Remove.
10021 (catch_exception_command_1): Don't call
10022 handle_gnu_4_16_catch_command.
10023
10024 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10025
10026 From Mark Dettinger <dettinge@de.ibm.com>:
10027 * dwarf2cfi.c (read_2u): Increment pointer by two.
10028
10029 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10030
10031 * signals/signals.c: Fix typos in last change.
10032
10033 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10034
10035 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10036 not already defined. Use __SIGRTMIN if available.
10037 (target_signal_from_host): Remove SIGRTMIN block.
10038 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10039 the signal is within the realtime range.
10040
10041 2003-03-25 Adam Fedor <fedor@gnu.org>
10042
10043 * Makefile.in (infrun.o): Add $(language_h)
10044 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10045 for language specific trampolines.
10046 * language.h (struct language_defn): Add skip_trampoline.
10047 (skip_language_trampoline): Declare.
10048 * language.c (unk_lang_trampoline, skip_language_trampoline):
10049 New functions.
10050 (unknown_language_defn, auto_language_defn, local_language_defn):
10051 Add ukn_lang_trampoline.
10052 * ada-lang.c (ada_language_defn): Add NULL for language
10053 specific skip_trampoline.
10054 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10055 scm-lang.c: Likewise.
10056 * objc-lang.c (objc_skip_trampoline): New function.
10057 (objc_language_defn): Add objc_skip_trampoline.
10058
10059 2003-03-25 Andrew Cagney <cagney@redhat.com>
10060
10061 * frame.c (get_prev_frame): Delay validating a frame's ID -
10062 non-NULL, didn't go backwards - until an attempt to unwind it to
10063 the previous frame.
10064
10065 2003-03-25 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10068 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10069 * gdbarch.h, gdbarch.c: Re-generate.
10070 * config/sparc/tm-sparc.h
10071 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10072 * sparc-tdep.c (sparc_gdbarch_init): Set
10073 deprecated_extra_stack_alignment_needed.
10074 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10075 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10076 extra_stack_alignment_needed.
10077 * v850-tdep.c (v850_gdbarch_init): Ditto.
10078 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10079 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10080 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10081 * cris-tdep.c (cris_gdbarch_init): Ditto.
10082 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10083 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10084
10085 2003-03-25 Andrew Cagney <cagney@redhat.com>
10086
10087 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10088 STORE_STRUCT_RETURN.
10089 * gdbarch.h, gdbarch.c: Regenerate.
10090 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10091 (d10v_push_arguments): Set the struct return register.
10092 (d10v_gdbarch_init): Update.
10093 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10094 * x86-64-tdep.c (x86_64_init_abi): Update.
10095 * vax-tdep.c (vax_gdbarch_init): Update.
10096 * v850-tdep.c (v850_gdbarch_init): Update.
10097 * sparc-tdep.c (sparc_gdbarch_init): Update.
10098 * sh-tdep.c (sh_gdbarch_init): Update.
10099 * s390-tdep.c (s390_gdbarch_init): Update.
10100 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10101 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10102 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10103 * mips-tdep.c (mips_gdbarch_init): Update.
10104 * mcore-tdep.c (mcore_gdbarch_init): Update.
10105 * m68k-tdep.c (m68k_gdbarch_init): Update.
10106 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10107 * ia64-tdep.c (ia64_gdbarch_init): Update.
10108 * i386-tdep.c (i386_gdbarch_init): Update.
10109 * hppa-tdep.c (hppa_gdbarch_init): Update.
10110 * h8300-tdep.c (h8300_gdbarch_init): Update.
10111 * frv-tdep.c (frv_gdbarch_init): Update.
10112 * cris-tdep.c (cris_gdbarch_init): Update.
10113 * avr-tdep.c (avr_gdbarch_init): Update.
10114 * arm-tdep.c (arm_gdbarch_init): Update.
10115 * alpha-tdep.c (alpha_gdbarch_init): Update.
10116
10117 2003-03-25 Andrew Cagney <cagney@redhat.com>
10118
10119 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10120 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10121 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10122 * gdbarch.h, gdbarch.c: Regenerate.
10123 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10124 call_dummy_stack_adjust_p.
10125 * vax-tdep.c (vax_gdbarch_init): Ditto.
10126 * v850-tdep.c (v850_gdbarch_init): Ditto.
10127 * sh-tdep.c (sh_gdbarch_init): Ditto.
10128 * s390-tdep.c (s390_gdbarch_init): Ditto.
10129 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10130 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10131 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10132 * mips-tdep.c (mips_gdbarch_init): Ditto.
10133 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10134 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10135 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10136 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10137 * i386-tdep.c (i386_gdbarch_init): Ditto.
10138 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10139 * frv-tdep.c (frv_gdbarch_init): Ditto.
10140 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10141 * cris-tdep.c (cris_gdbarch_init): Ditto.
10142 * avr-tdep.c (avr_gdbarch_init): Ditto.
10143 * arm-tdep.c (arm_gdbarch_init): Ditto.
10144 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10145 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10146 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10147 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10148 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10149 call_dummy_stack_adjust_p.
10150 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10151 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10152 * sparc-tdep.c (sparc32_push_arguments): Update.
10153 * valops.c (hand_function_call): Update.
10154
10155 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10156
10157 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10158 set_gdbarch_char_signed.
10159
10160 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10161
10162 PR cli/548
10163 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10164
10165 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10166
10167 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10168 (_initialize_arm_tdep): Don't set tm_print_insn.
10169
10170 2003-03-24 Adam Fedor <fedor@gnu.org>
10171
10172 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10173 * objc-lang.h: Add multiple inclusion protection.
10174 (start_msglist, add_msglist, end_msglist): Additional declarations.
10175
10176 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10177
10178 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10179 value was renamed to ARM_FLOAT_SOFT_FPA.
10180
10181 2003-03-23 Andrew Cagney <cagney@redhat.com>
10182
10183 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10184 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10185 * gdbarch.h, gdbarch.c: Regenerate.
10186 * valops.c (hand_function_call): Update.
10187 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10188 * frame.c (legacy_saved_regs_this_id): Update.
10189 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10190 * dummy-frame.h: Update.
10191 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10192 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10193 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10194 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10195 * config/m68k/tm-sun3.h: Update.
10196 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10197 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10198 * x86-64-tdep.c (x86_64_init_abi): Update.
10199 * vax-tdep.c (vax_gdbarch_init): Update.
10200 * v850-tdep.c (v850_gdbarch_init): Update.
10201 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10202 * sh-tdep.c (sh_gdbarch_init): Update.
10203 * s390-tdep.c (s390_gdbarch_init): Update.
10204 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10205 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10206 (frame_get_saved_regs): Update.
10207 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10208 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10209 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10210 * mips-tdep.c (mips_gdbarch_init): Update.
10211 * mcore-tdep.c (mcore_gdbarch_init): Update.
10212 * m68k-tdep.c (m68k_gdbarch_init): Update.
10213 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10214 * ia64-tdep.c (ia64_gdbarch_init): Update.
10215 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10216 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10217 (i386_interix_back_one_frame): Update.
10218 * hppa-tdep.c (hppa_gdbarch_init): Update.
10219 (hppa_init_extra_frame_info): Update.
10220 * h8300-tdep.c (h8300_gdbarch_init): Update.
10221 * frv-tdep.c (frv_gdbarch_init): Update.
10222 * cris-tdep.c (cris_gdbarch_init): Update.
10223 * avr-tdep.c (avr_gdbarch_init): Update.
10224 * arm-tdep.c (arm_gdbarch_init): Update.
10225 * alpha-tdep.c (alpha_gdbarch_init): Update.
10226
10227 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10228
10229 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10230 (arm_get_fp_model): Declare.
10231 * arm-tdep.c (fp_model_strings): New string array.
10232 (arm_fp_model, current_fp_model): New variables.
10233 (arm_get_fp_model): New function.
10234 (arm_set_fp): New function.
10235 (set_fp_model_sfunc): New function.
10236 (show_fp_model): New function.
10237 (_initialize_arm_tdep): Add new command to set/show the FPU.
10238 (arm_extract_return_value): Use arm_get_fp_model.
10239 (arm_store_return_value): Likewise.
10240 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10241 to initialize the floating-point data types.
10242 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10243 model is FPA.
10244
10245 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10246
10247 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10248 the current setting of each value.
10249 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10250 new_set and new_show. Use add_setshow_cmd_full and
10251 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10252 commands and add new version as subcommands of "set/show arm".
10253
10254 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10255
10256 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10257 (set_arm_command, show_arm_command): New functions.
10258 (_initialize_arm_tdep): Add them.
10259 (num_disassembly_options): Renamed from num_flavor_options.
10260 (valid_disassembly_styles): Renamed from valid_flavors.
10261 (disassembly_style): Renamed from disassembly_flavor.
10262 (set_disassembly_style_sfunc): Renamed from
10263 set_disassembly_flavor_sfunc.
10264 (set_disassembly_style): Renamed from set_disassembly_flavor.
10265 (arm_othernames): Updated.
10266 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10267 command. Add "set/show arm disassembly" commands. Deprecate
10268 "othernames" command.
10269
10270 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10271
10272 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10273 (arm-tdep.o): Depend on elf_arm_h.
10274
10275 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10276
10277 * Makefile.in (coff_internal_h): Define.
10278 (arm-tdep.o): Update dependencies.
10279
10280 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10281
10282 * arm-tdep.c (prologue_cache): Delete.
10283 (check_prologue_cache, save_prologue_cache): Delete.
10284 (arm_scan_prologue): Don't check or update the prologue_cache.
10285 (arm_gdb_arch_init): Don't initialize it.
10286 (_initialize_arm_tdep): Likewise.
10287
10288 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10289
10290 * MAINTAINERS (tui): Maintainer of tui code.
10291
10292 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10293
10294 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10295 (i386-cygwin-tdep.o): Add dependencies.
10296 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10297 * i386-cygwin-tdep.c: New file.
10298 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10299 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10300
10301 2003-03-20 Andrew Cagney <cagney@redhat.com>
10302
10303 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10304 (handle_inferior_event): Remove code calling
10305 DYNAMIC_TRAMPOLINE_NEXTPC.
10306
10307 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10308 already has a full path.
10309
10310 * main.c (gdb_main): Return 1.
10311 (captured_main): Call error to report an invalid interpreter.
10312
10313 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10314 * alpha-osf1-tdep.c: Include "gdb_string.h".
10315
10316 2003-03-19 J. Brobecker <brobecker@gnat.com>
10317
10318 Continuing work to convert the hppa targets to multiarch partial.
10319
10320 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10321 method, now that hppa_push_dummy_frame has a conformant prototype.
10322 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10323 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10324 for the switch to multiarch partial.
10325
10326 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10327
10328 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10329 when iss is issNull.
10330
10331 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10332
10333 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10334 NUM_REGS bounds check.
10335
10336 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10337
10338 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10339 * mips-tdep.c (gdb_assert.h): Include.
10340 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10341 (mips_register_name): Handle integer registers explicitly. Add
10342 bounds checking.
10343 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10344 (mips_lsi33k_reg_names): Don't list integer registers; they're
10345 handled by mips_register_name() now.
10346 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10347 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10348 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10349 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10350 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10351
10352 2003-03-18 Andrew Cagney <cagney@redhat.com>
10353
10354 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10355 a void pointer.
10356 * gdbtypes.h (print_scalar_formatted): Update declaration.
10357 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10358
10359 2003-03-18 J. Brobecker <brobecker@gnat.com>
10360
10361 * infrun.c (observer.h): Add #include.
10362 (normal_stop): Add call to observer_notify_normal_stop.
10363 * Makefile.in (infrun.o): Add dependency on observer.h.
10364
10365 2003-03-18 J. Brobecker <brobecker@gnat.com>
10366
10367 Continuing work to convert the hppa targets to multiarch partial.
10368 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10369 parameter. Reformat comment.
10370 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10371 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10372 to match new profile.
10373
10374 2003-03-18 J. Brobecker <brobecker@gnat.com>
10375
10376 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10377 appear to be working in any case.
10378
10379 2003-03-18 J. Brobecker <brobecker@gnat.com>
10380
10381 * observer.c (observer_test_first_observer): New static variable.
10382 (observer_test_second_observer): Likewise.
10383 (observer_test_third_observer): Likewise.
10384 (observer_test_first_notification_function): New static function.
10385 (observer_test_second_notification_function): Likewise.
10386 (observer_test_third_notification_function): Likewise.
10387
10388 2003-03-17 J. Brobecker <brobecker@gnat.com>
10389
10390 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10391 * somsolib.c (gdb_assert.h): Likewise.
10392 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10393 (somsolib.o): Likewise.
10394
10395 2003-03-17 Andrew Cagney <cagney@redhat.com>
10396
10397 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10398 BFD. Simplify setting of di.endian.
10399
10400 2003-03-17 Andrew Cagney <cagney@redhat.com>
10401
10402 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10403 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10404
10405 From Elena Zannoni <ezannoni@redhat.com>
10406 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10407 vector and floating-point parameters.
10408 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10409 convention.
10410 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10411
10412 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10413
10414 * MAINTAINERS: Remove my name from several maintainership roles.
10415
10416 2003-03-17 Andrew Cagney <cagney@redhat.com>
10417
10418 Fix frame off-by-one bug.
10419 * frame-unwind.h (frame_this_id_ftype): Replace
10420 frame_unwind_id_ftype.
10421 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10422 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10423 with "prev_register".
10424 * frame-unwind.c (frame_unwind_find_by_pc): Return
10425 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10426 comment.
10427 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10428 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10429 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10430 (dummy_frame_unwind): Update.
10431 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10432 sentinel_frame_register_unwind.
10433 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10434 (sentinel_frame_unwinder): Update.
10435 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10436 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10437 * frame.c (create_sentinel_frame): Update. Initialize
10438 "prologue_cache" instead of "unwind_cache".
10439 (frame_register_unwind): Call this frame's prev_register with the
10440 next frame and this frame's prologue cache.
10441 (get_prev_frame): Simplify. Always call prev frame's this_id with
10442 this frame and prev frame's prologue cache. Document that this
10443 call is shifted one to the left when compared to the
10444 frame_register_unwind call.
10445 (legacy_saved_regs_prev_register): Replace
10446 frame_saved_regs_register_unwind.
10447 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10448 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10449 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10450 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10451 (d10v_frame_unwind): Update.
10452 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10453 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10454 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10455 "saved_regs" with "this_saved_regs".
10456
10457 2003-03-16 Andrew Cagney <cagney@redhat.com>
10458
10459 * frame.c (frame_pop): Don't call target_store_registers. Fix
10460 problem reported by Mark Kettenis.
10461
10462 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10463
10464 * i386-tdep.c (i386_register_type): Renamed from
10465 i386_register_virtual_type. Adjust function signature.
10466 (i386_gdbarch_init): Set register_type instead of
10467 deprecated_max_register_raw_size,
10468 deprecated_max_register_virtual_size and register_virtual_type.
10469
10470 2003-03-14 Andrew Cagney <cagney@redhat.com>
10471
10472 * frame.c (get_prev_frame): When a legacy frame, always call
10473 legacy_get_prev_frame. Simplify unwind code using assumption that
10474 the unwinder is new.
10475 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10476 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10477 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10478
10479 2003-03-14 Andrew Cagney <cagney@redhat.com>
10480
10481 * frame.c (get_saved_register): Delete function.
10482 * frame.h (get_saved_register): Delete declaration.
10483 * xstormy16-tdep.c: Update comment.
10484 * regcache.h: Update comments.
10485 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10486 get_saved_register and extract_address, use
10487 frame_read_unsigned_register.
10488 (sparc_frame_saved_pc): Ditto.
10489 (sparc_get_saved_register): Instead of get_saved_register, use
10490 frame_register.
10491 (sparc_pop_frame): Ditto.
10492 * findvar.c: Update comments.
10493 (value_of_register): Call frame_register instead of
10494 get_saved_register.
10495 (value_from_register): Ditto.
10496 * config/sparc/tm-sparc.h: Update comment.
10497 * breakpoint.c: Update comment.
10498
10499 2003-03-14 Andrew Cagney <cagney@redhat.com>
10500
10501 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10502 GET_SAVED_REGISTER.
10503 * gdbarch.h, gdbarch.c: Re-generate.
10504 * frame.h: Update comments.
10505 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10506 * x86-64-tdep.c (x86_64_init_abi): Update.
10507 * sparc-tdep.c (sparc_gdbarch_init): Update.
10508 * sh-tdep.c (sh_gdbarch_init): Update.
10509 * mips-tdep.c (mips_gdbarch_init): Update.
10510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10511 * cris-tdep.c (cris_gdbarch_init): Update.
10512 * ia64-tdep.c (ia64_gdbarch_init): Update.
10513 * frame.c (frame_register): Update.
10514 (get_saved_register): Update.
10515 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10516
10517 2003-03-13 Andrew Cagney <cagney@redhat.com>
10518
10519 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10520 * gdbarch.h, gdbarch.c: Regenerate.
10521 * valops.c (hand_function_call): Update comment.
10522 * stack.c (return_command): Update comment.
10523 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10524 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10525 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10526 * x86-64-tdep.c (x86_64_init_abi): Update.
10527 * vax-tdep.c (vax_gdbarch_init): Update.
10528 * v850-tdep.c (v850_gdbarch_init): Update.
10529 * sparc-tdep.c (sparc_gdbarch_init): Update.
10530 * sh-tdep.c (sh_gdbarch_init): Update.
10531 * s390-tdep.c (s390_gdbarch_init): Update.
10532 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10533 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10534 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10535 * mips-tdep.c (mips_gdbarch_init): Update.
10536 * mcore-tdep.c (mcore_gdbarch_init): Update.
10537 * m68k-tdep.c (m68k_gdbarch_init): Update.
10538 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10539 * ia64-tdep.c (ia64_gdbarch_init): Update.
10540 * i386-tdep.c (i386_gdbarch_init): Update.
10541 * hppa-tdep.c (hppa_gdbarch_init): Update.
10542 * h8300-tdep.c (h8300_gdbarch_init): Update.
10543 * frv-tdep.c (frv_gdbarch_init): Update.
10544 * cris-tdep.c (cris_gdbarch_init): Update.
10545 * avr-tdep.c (avr_gdbarch_init): Update.
10546 * arm-tdep.c (arm_gdbarch_init): Update.
10547 * alpha-tdep.c (alpha_gdbarch_init): Update.
10548
10549 2003-03-13 Andrew Cagney <cagney@redhat.com>
10550
10551 * frame.c (legacy_frame_p): New function.
10552 (get_prev_frame): Use legacy_frame_p.
10553 * frame.h (legacy_frame_p): Declare.
10554
10555 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10556
10557 * MAINTAINERS (write after approval): Alphabetically
10558 listing corrected.
10559
10560 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10561
10562 * MAINTAINERS (write after approval): Add myself.
10563
10564 2003-03-12 Andrew Cagney <cagney@redhat.com>
10565
10566 * frame.c (get_prev_frame): Rename the frame parameter to
10567 "this_frame".
10568 (get_next_frame, legacy_get_prev_frame): Ditto.
10569
10570 2003-03-12 Andrew Cagney <cagney@redhat.com>
10571
10572 * frame.c (get_current_frame): Check target_has_registers before
10573 checking target_has_stack.
10574 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10575 instead of deprecated_selected_frame.
10576 * findvar.c (value_of_register): Pass "frame", not
10577 deprecated_selected_frame, to value_of_builtin_reg.
10578
10579 2003-03-12 Andrew Cagney <cagney@redhat.com>
10580
10581 * regcache.c (regcache_cooked_write_signed): New function.
10582 (regcache_cooked_write_unsigned): New function.
10583 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10584 (regcache_cooked_read_signed): Fix regnum in range assertion.
10585 * regcache.h (regcache_cooked_write_signed): Declare.
10586 (regcache_cooked_write_unsigned): Declare.
10587
10588 2003-03-12 Andrew Cagney <cagney@redhat.com>
10589
10590 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10591 * gdbarch.h, gdbarch.c: Re-generate.
10592 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10593 * x86-64-tdep.h: Update.
10594 * x86-64-tdep.c (x86_64_init_abi): Update.
10595 * v850-tdep.c (v850_gdbarch_init): Update.
10596 * sparc-tdep.c (sparc_gdbarch_init): Update.
10597 * sh-tdep.c (sh_gdbarch_init): Update.
10598 * s390-tdep.c (s390_gdbarch_init): Update.
10599 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10600 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10601 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10602 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10603 * mips-tdep.c (mips_gdbarch_init): Update.
10604 * mcore-tdep.c (mcore_gdbarch_init): Update.
10605 * m68k-tdep.c (m68k_gdbarch_init): Update.
10606 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10607 * ia64-tdep.c (ia64_gdbarch_init): Update.
10608 * i386-tdep.c (i386_gdbarch_init): Update.
10609 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10610 * hppa-tdep.c (hppa_gdbarch_init): Update.
10611 * h8300-tdep.c (h8300_gdbarch_init): Update.
10612 * frv-tdep.c (frv_gdbarch_init): Update.
10613 * cris-tdep.c (cris_gdbarch_init): Update.
10614 * avr-tdep.c (avr_gdbarch_init): Update.
10615 * arm-tdep.c (arm_gdbarch_init): Update.
10616 * alpha-tdep.c (alpha_gdbarch_init): Update.
10617 * sh-tdep.c (sh_init_extra_frame_info): Update.
10618 (sh64_init_extra_frame_info): Update.
10619 * ns32knbsd-nat.c (frame_num_args): Update.
10620 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10621 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10622 (xstormy16_frame_chain_valid): Update.
10623 * vax-tdep.c (vax_saved_pc_after_call): Update.
10624 * v850-tdep.c (v850_frame_chain): Update.
10625 (v850_pop_frame): Update.
10626 (v850_init_extra_frame_info): Update.
10627 * sparc-tdep.c (setup_arbitrary_frame): Update.
10628 * ns32k-tdep.c (umax_frame_num_args): Update.
10629 * s390-tdep.c (s390_pop_frame_regular): Update.
10630 * mn10300-tdep.c (mn10300_frame_chain): Update.
10631 (mn10300_pop_frame_regular): Update.
10632 (mn10300_init_extra_frame_info): Update.
10633 * mips-tdep.c (mips_init_frame_pc_first): Update.
10634 (mips_frame_chain): Update.
10635 (mips_pop_frame): Update.
10636 * mcore-tdep.c (mcore_frame_chain): Update.
10637 (mcore_pop_frame): Update.
10638 (mcore_init_extra_frame_info): Update.
10639 * arch-utils.c (init_frame_pc_default): Update.
10640 * m68k-tdep.c (isi_frame_num_args): Update.
10641 (delta68_frame_num_args): Update.
10642 (news_frame_num_args): Update.
10643 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10644 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10645 (alpha_frame_chain): Update.
10646 (alpha_pop_frame): Update.
10647 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10648 (hppa_init_extra_frame_info): Update.
10649 (hppa_frame_chain): Update.
10650 (hppa_frame_chain_valid): Update.
10651 * cris-tdep.c (cris_init_extra_frame_info): Update.
10652 * avr-tdep.c (avr_init_extra_frame_info): Update.
10653 * arm-tdep.c (arm_frame_chain_valid): Update.
10654 (arm_init_extra_frame_info): Update.
10655 (arm_pop_frame): Update.
10656 * frame.c (frame_pc_unwind): Update.
10657 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10658 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10659 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10660 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10661 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10662 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10663
10664 2003-03-12 Andrew Cagney <cagney@redhat.com>
10665
10666 Eliminate the need for POP_FRAME.
10667 * frame.c (do_frame_unwind_register): New function.
10668 (frame_pop): When no POP_FRAME, pop the frame using register
10669 unwind and a scratch regcache.
10670 (frame_saved_regs_pop): Delete function.
10671 (trad_frame_unwinder): Update.
10672 * d10v-tdep.c (d10v_frame_pop): Delete function.
10673 (d10v_frame_unwind): Update.
10674 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10675 (sentinel_frame_unwinder): Update.
10676 * dummy-frame.c (dummy_frame_pop): Delete function.
10677 (dummy_frame_unwind): Update.
10678 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10679 (struct frame_unwind): Update.
10680
10681 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10682
10683 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10684 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10685 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10686 Do range checks on register number obtained from debugging info.
10687 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10688 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10689 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10690 mapping function.
10691 (do_fp_register_row): Fix typo which caused double type to be
10692 used when attempting to unpack a float.
10693
10694 2003-03-11 J. Brobecker <brobecker@gnat.com>
10695
10696 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10697
10698 2003-03-11 Andrew Cagney <cagney@redhat.com>
10699
10700 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10701 frame. Problem found by Corinna Vinschen.
10702
10703 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10704
10705 * doublest.c (floatformat_from_length): Accept also
10706 the real size of 'long double' type.
10707
10708 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10709
10710 From Klee Dienes <kdienes@apple.com>:
10711 * breakpoint.c (bpstat_copy): Copy the command lines as well
10712 as the old value, to match what is freed in bpstat_clear.
10713
10714 2003-03-10 David Carlton <carlton@math.stanford.edu>
10715
10716 * minsyms.c (add_minsym_to_hash_table): Replace
10717 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10718 (compare_minimal_symbols, compact_minimal_symbols)
10719 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10720 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10721 of DEPRECATED_SYMBOL_MATCHES_NAME.
10722 (lookup_minimal_symbol_solib_trampoline): Ditto.
10723
10724 2003-03-10 Andrew Cagney <cagney@redhat.com>
10725
10726 * regcache.h (regcache_cooked_read_ftype): Define.
10727 (regcache_save, regcache_restore): Add a cooked_read parameter.
10728 * regcache.c (regcache_save, regcache_restore): Update.
10729 (do_cooked_read): New function.
10730 (regcache_cpy): Pass do_cooked_read to regcache_save and
10731 regcache_restore.
10732
10733 2003-03-10 Andrew Cagney <cagney@redhat.com>
10734
10735 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10736 * gdbarch.h, gdbarch.c: Re-generate.
10737 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10738 * x86-64-tdep.h: Update.
10739 * x86-64-tdep.c (x86_64_init_abi): Update.
10740 * v850-tdep.c (v850_gdbarch_init): Update.
10741 * sparc-tdep.c (sparc_gdbarch_init): Update.
10742 * sh-tdep.c (sh_gdbarch_init): Update.
10743 * s390-tdep.c (s390_gdbarch_init): Update.
10744 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10745 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10746 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10747 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10748 * mips-tdep.c (mips_gdbarch_init): Update.
10749 * mcore-tdep.c (mcore_gdbarch_init): Update.
10750 * m68k-tdep.c (m68k_gdbarch_init): Update.
10751 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10752 * ia64-tdep.c (ia64_gdbarch_init): Update.
10753 * i386-tdep.c (i386_gdbarch_init): Update.
10754 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10755 * hppa-tdep.c (hppa_gdbarch_init): Update.
10756 * h8300-tdep.c (h8300_gdbarch_init): Update.
10757 * frv-tdep.c (frv_gdbarch_init): Update.
10758 * cris-tdep.c (cris_gdbarch_init): Update.
10759 * avr-tdep.c (avr_gdbarch_init): Update.
10760 * arm-tdep.c (arm_gdbarch_init): Update.
10761 * alpha-tdep.c (alpha_gdbarch_init): Update.
10762 * sh-tdep.c (sh_init_extra_frame_info): Update.
10763 (sh64_init_extra_frame_info): Update.
10764 * ns32knbsd-nat.c (frame_num_args): Update.
10765 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10766 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10767 (xstormy16_frame_chain_valid): Update.
10768 * vax-tdep.c (vax_saved_pc_after_call): Update.
10769 * v850-tdep.c (v850_frame_chain): Update.
10770 (v850_pop_frame): Update.
10771 (v850_init_extra_frame_info): Update.
10772 * sparc-tdep.c (setup_arbitrary_frame): Update.
10773 * ns32k-tdep.c (umax_frame_num_args): Update.
10774 * s390-tdep.c (s390_pop_frame_regular): Update.
10775 * mn10300-tdep.c (mn10300_frame_chain): Update.
10776 (mn10300_pop_frame_regular): Update.
10777 (mn10300_init_extra_frame_info): Update.
10778 * mips-tdep.c (mips_init_frame_pc_first): Update.
10779 (mips_frame_chain): Update.
10780 (mips_pop_frame): Update.
10781 * mcore-tdep.c (mcore_frame_chain): Update.
10782 (mcore_pop_frame): Update.
10783 (mcore_init_extra_frame_info): Update.
10784 * arch-utils.c (init_frame_pc_default): Update.
10785 * m68k-tdep.c (isi_frame_num_args): Update.
10786 (delta68_frame_num_args): Update.
10787 (news_frame_num_args): Update.
10788 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10789 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10790 (alpha_frame_chain): Update.
10791 (alpha_pop_frame): Update.
10792 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10793 (hppa_init_extra_frame_info): Update.
10794 (hppa_frame_chain): Update.
10795 (hppa_frame_chain_valid): Update.
10796 * cris-tdep.c (cris_init_extra_frame_info): Update.
10797 * avr-tdep.c (avr_init_extra_frame_info): Update.
10798 * arm-tdep.c (arm_frame_chain_valid): Update.
10799 (arm_init_extra_frame_info): Update.
10800 (arm_pop_frame): Update.
10801 * frame.c (frame_pc_unwind): Update.
10802 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10803 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10804 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10805 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10806 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10807 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10808
10809 2003-03-10 Andrew Cagney <cagney@redhat.com>
10810
10811 * gdbarch.sh (gdbarch_unwind_pc): New method.
10812 * gdbarch.h, gdbarch.c: Regenerate.
10813 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10814 but use read_pc and FRAME_SAVED_PC as fall backs.
10815 (frame_saved_regs_pc_unwind): Delete function.
10816 (trad_frame_unwinder): Update.
10817 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10818 (struct frame_unwind): Update.
10819 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10820 (dummy_frame_unwind): Update.
10821 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10822 (sentinel_frame_unwinder): Update.
10823 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10824 (d10v_frame_unwind): Update.
10825 (d10v_unwind_pc): New function.
10826 (d10v_gdbarch_init): Set unwind_pc.
10827
10828 2003-03-10 Andrew Cagney <cagney@redhat.com>
10829
10830 * gdbarch.h: Re-generate.
10831
10832 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10833 PC.
10834 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10835 the PC register.
10836
10837 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10838
10839 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10840
10841 2003-03-08 Andrew Cagney <cagney@redhat.com>
10842
10843 * cli-out.c: Update copyright.
10844 (cli_out_data): Define typedef. Use instead of ui_out_data.
10845
10846 2003-03-08 Andrew Cagney <cagney@redhat.com>
10847
10848 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10849 the result.
10850
10851 2003-03-07 Andrew Cagney <cagney@redhat.com>
10852
10853 * gdbarch.sh: Don't generate two macro definitions when an
10854 undefined macro taking no arguments.
10855 * gdbarch.h: Regenerate.
10856
10857 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10858
10859 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10860 (x86_64_unwind_dummy_id): New functions.
10861 (x86_64_init_abi): Register these two new functions.
10862
10863 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10864
10865 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10866 (x86_64_skip_prologue): Move prologue detection to
10867 separate function.
10868 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10869
10870 2003-03-05 Andrew Cagney <cagney@redhat.com>
10871
10872 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10873 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10874 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10875 to use unwind_dummy_id when a dummy frame.
10876 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10877 predicate.
10878 * gdbarch.h, gdbarch.c: Regneerate.
10879
10880 2003-03-05 Andrew Cagney <cagney@redhat.com>
10881
10882 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10883 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10884 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10885 values.
10886
10887 2003-03-05 Andrew Cagney <cagney@redhat.com>
10888
10889 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10890 (struct d10v_unwind_cache): Delete field "frameless". Replace
10891 "next_addr" with "sp_offset". Add "r11_offset".
10892 (d10v_frame_unwind_cache): Update.
10893 (prologue_find_regs): Update. When "mv r11, sp", save the
10894 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10895 RN was saved in r11_offset.
10896
10897 2003-03-05 Andrew Cagney <cagney@redhat.com>
10898
10899 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10900 cached PC value in the next frame.
10901
10902 2003-03-05 Andrew Cagney <cagney@redhat.com>
10903
10904 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10905 "id_unwind_cache" with "id".
10906 (frame_id_unwind): Delete declaration.
10907 * frame.c (frame_id_unwind): Delete function.
10908 (get_prev_frame): Call the frame id unwind method directly. Store
10909 the returned next frame's ID value in NEXT_FRAME. Note that there
10910 is a problem with the wrong unwind ID being called with the wrong
10911 unwind cache.
10912
10913 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10914
10915 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10916
10917 2003-03-05 James Ingham <jingham@apple.com>
10918 Daniel Jacobowitz <drow@mvista.com>
10919
10920 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10921 (auto_cp_abi): New variable.
10922 (current_cp_abi, num_cp_abis): Make static.
10923 (CP_ABI_MAX): Define.
10924 (cp_abis): Turn into an array.
10925 (value_virtual_fn_field): Fix formatting.
10926 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10927 takes a pointer.
10928 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10929 (list_cp_abis, _initialize_cp_abi): New functions.
10930 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10931 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10932 switch_to_cp_abi. Update prototype for register_cp_abi.
10933 * Makefile.in (cp-abi.o): Update dependencies.
10934 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10935 instead of switch_to_cp_abi.
10936 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10937 register_cp_abi.
10938 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10939 register_cp_abi.
10940 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10941
10942 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10945 * dwarf2loc.c: Include "regcache.h".
10946 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10947 register_size.
10948 * Makefile.in (dwarf2loc.o): Update dependencies.
10949
10950 2003-03-04 Theodore A. Roth <troth@openavr.org>
10951
10952 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10953 number of io registers reported by remote target is not a multiple of
10954 step.
10955
10956 2003-03-04 David Carlton <carlton@math.stanford.edu>
10957
10958 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10959 (lookup_symbol_aux_psymtabs): Update call to
10960 lookup_partial_symbol.
10961 (lookup_transparent_type, find_main_psymtab)
10962 (make_symbol_overload_list): Ditto.
10963
10964 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10965
10966 * MAINTAINERS (Write after approval): Update my email address.
10967
10968 2003-03-03 Andrew Cagney <cagney@redhat.com>
10969
10970 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10971 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10972 predicate. Replace MAX_REGISTER_RAW_SIZE.
10973 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10974 MAX_REGISTER_VIRTUAL_SIZE.
10975 * regcache.c (legacy_max_register_raw_size): New function.
10976 (legacy_max_register_virtual_size): New function.
10977 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10978 (MAX_REGISTER_RAW_SIZE): Define.
10979 (legacy_max_register_raw_size): Declare.
10980 (legacy_max_register_virtual_size): Declare.
10981 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10982 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10983 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10984 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10985 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10986 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10987 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10988 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10989 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10990 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10991 * vax-tdep.c (vax_gdbarch_init): Update.
10992 * v850-tdep.c (v850_gdbarch_init): Update.
10993 * sparc-tdep.c (sparc_gdbarch_init): Update.
10994 * sh-tdep.c (sh_gdbarch_init): Update.
10995 * s390-tdep.c (s390_gdbarch_init): Update.
10996 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10997 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10998 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10999 * mips-tdep.c (mips_gdbarch_init): Update.
11000 * mcore-tdep.c (mcore_gdbarch_init): Update.
11001 * m68k-tdep.c (m68k_gdbarch_init): Update.
11002 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11003 * ia64-tdep.c (ia64_gdbarch_init): Update.
11004 * i386-tdep.c (i386_gdbarch_init): Update.
11005 * hppa-tdep.c (hppa_gdbarch_init): Update.
11006 * h8300-tdep.c (h8300_gdbarch_init): Update.
11007 * frv-tdep.c (frv_gdbarch_init): Update.
11008 * cris-tdep.c (cris_gdbarch_init): Update.
11009 * avr-tdep.c (avr_gdbarch_init): Update.
11010 * arm-tdep.c (arm_gdbarch_init): Update.
11011 * alpha-tdep.c (alpha_gdbarch_init): Update.
11012 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11013 max_register_raw_size or max_register_virtual_size.
11014
11015 2003-03-03 David Carlton <carlton@math.stanford.edu>
11016
11017 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11018 SYMBOL_MATCHES_NAME, add comment.
11019 (SYMBOL_MATCHES_NATURAL_NAME): New.
11020 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11021 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11022 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11023 * symtab.c (lookup_partial_symbol): Use
11024 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11025 unhelpful comment.
11026 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11027 SYMBOL_MATCHES_NAME.
11028 Fix for PR c++/33.
11029
11030 2003-03-03 David Carlton <carlton@math.stanford.edu>
11031
11032 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11033 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11034 by regexp matching against SYMBOL_NATURAL_NAME.
11035
11036 2003-03-03 David Carlton <carlton@math.stanford.edu>
11037
11038 * linespec.c (find_method): Extract code into collect_methods.
11039 (collect_methods): New.
11040
11041 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11042
11043 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11044 get_frame_base.
11045
11046 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11047 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11048
11049 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11050
11051 * arch-utils.c (generic_register_byte): Fix to use the loop index
11052 and not regnum when summing the size of all registers up to regnum.
11053
11054 2003-03-01 Andrew Cagney <cagney@redhat.com>
11055
11056 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11057 FRAME_INIT_SAVED_REGS.
11058 * gdbarch.h, gdbarch.c: Regenerate.
11059 * stack.c (frame_info): Update.
11060 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11061 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11062 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11063 * ns32k-tdep.c (ns32k_pop_frame): Update.
11064 * mips-tdep.c (mips_pop_frame): Update.
11065 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11066 * ia64-tdep.c (ia64_frame_chain): Update.
11067 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11068 (ia64_frameless_function_invocation): Update.
11069 (ia64_init_extra_frame_info): Update.
11070 (ia64_pop_frame_regular): Update.
11071 * frame.h (struct frame_info): Update comment.
11072 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11073 * frame.c (frame_saved_regs_register_unwind): Update.
11074 (frame_saved_regs_register_unwind): Update.
11075 (deprecated_generic_get_saved_register): Update.
11076 * cris-tdep.c: Update comment.
11077 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11078 Rename macro.
11079 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11080 * x86-64-tdep.c (x86_64_init_abi): Update.
11081 * vax-tdep.c (vax_gdbarch_init): Update.
11082 * v850-tdep.c (v850_gdbarch_init): Update.
11083 * sparc-tdep.c (sparc_gdbarch_init): Update.
11084 * sh-tdep.c (sh_gdbarch_init): Update.
11085 * s390-tdep.c (s390_gdbarch_init): Update.
11086 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11087 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11088 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11089 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11090 * mips-tdep.c (mips_gdbarch_init): Update.
11091 * mcore-tdep.c (mcore_gdbarch_init): Update.
11092 * m68k-tdep.c (m68k_gdbarch_init): Update.
11093 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11094 * ia64-tdep.c (ia64_gdbarch_init): Update.
11095 * i386-tdep.c (i386_gdbarch_init): Update.
11096 * frv-tdep.c (frv_gdbarch_init): Update.
11097 * avr-tdep.c (avr_gdbarch_init): Update.
11098 * arm-tdep.c (arm_gdbarch_init): Update.
11099 * alpha-tdep.c (alpha_gdbarch_init): Update.
11100
11101 2003-03-01 Andrew Cagney <cagney@redhat.com>
11102
11103 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11104 option enum and switch. When no windows, set the interpreter to
11105 INTERP_CONSOLE.
11106
11107 2003-03-01 Andrew Cagney <cagney@redhat.com>
11108
11109 * main.c (captured_main): Replace magic option characters with an
11110 enum.
11111
11112 2003-03-01 Andrew Cagney <cagney@redhat.com>
11113
11114 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11115 INIT_EXTRA_FRAME_INFO.
11116 * gdbarch.h, gdbarch.c: Regenerate.
11117 * arm-tdep.c: Update comments.
11118 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11119 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11120 * frame.h, avr-tdep.c: Ditto.
11121 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11122 (create_new_frame, legacy_get_prev_frame): Ditto.
11123 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11124 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11125 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11126 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11127 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11128 * v850-tdep.c (v850_gdbarch_init): Ditto.
11129 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11130 * sh-tdep.c (sh_gdbarch_init): Ditto.
11131 * s390-tdep.c (s390_gdbarch_init): Ditto.
11132 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11133 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11134 * mips-tdep.c (mips_gdbarch_init): Ditto.
11135 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11136 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11137 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11138 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11139 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11140 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11141 * frv-tdep.c (frv_gdbarch_init): Ditto.
11142 * cris-tdep.c (cris_gdbarch_init): Ditto.
11143 * avr-tdep.c (avr_gdbarch_init): Ditto.
11144 * arm-tdep.c (arm_gdbarch_init): Ditto.
11145 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11146 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11147
11148 2003-03-01 Andrew Cagney <cagney@redhat.com>
11149
11150 * gdbarch.sh (register_type): New function with predicate.
11151 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11152 * gdbarch.h, gdbarch.c: Re-generate.
11153 * arch-utils.c (generic_register_byte): Use generic_register_size.
11154 (generic_register_size): When available, use
11155 gdbarch_register_type.
11156 * regcache.c (init_regcache_descr): When available, initialize the
11157 register type array using gdbarch_register_type. If the
11158 architecture supplies gdbarch_register_type, do not use the legacy
11159 regcache layout.
11160 * d10v-tdep.c (d10v_register_type): Replace
11161 d10v_register_virtual_type.
11162 (d10v_gdbarch_init): Set register_type instead of
11163 register_virtual_type.
11164
11165 2003-03-01 Andrew Cagney <cagney@redhat.com>
11166
11167 * Makefile.in (ax-gdb.o): Update dependencies.
11168 * ax-gdb.c: Include "regcache.h".
11169 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11170 * findvar.c (value_of_register): Ditto.
11171 * infcmd.c (default_print_registers_info): Ditto.
11172
11173 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11174
11175 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11176 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11177
11178 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11179
11180 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11181 of STREQ.
11182
11183 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11184
11185 * Makefile.in (dwarf2loc.o): Update dependencies.
11186 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11187 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11188 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11189 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11190 (locexpr_tracepoint_var_ref): New function.
11191 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11192
11193 2003-02-28 Andrew Cagney <cagney@redhat.com>
11194
11195 * regcache.c (register_size): New function.
11196 * regcache.h (register_size): Declare
11197 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11198 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11199
11200 2003-02-28 David Carlton <carlton@math.stanford.edu>
11201
11202 * linespec.c (decode_compound): Extract code into find_method.
11203 (find_method): New.
11204
11205 2003-02-28 J. Brobecker <brobecker@gnat.com>
11206
11207 * Makefile.in: Add rules to build and link in observer.o.
11208
11209 2003-02-27 J. Brobecker <brobecker@gnat.com>
11210
11211 * observer.c: Minor comments edits.
11212
11213 2003-02-27 J. Brobecker <brobecker@gnat.com>
11214
11215 * observer.h, observer.c: New file.
11216
11217 2003-02-27 Andrew Cagney <cagney@redhat.com>
11218
11219 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11220
11221 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11222
11223 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11224 (M6812_OP_STS_EXT): Likewise.
11225 (m6811_prologue): Use the above to recognize prologue.
11226 (m6812_prologue): Likewise.
11227
11228 2003-02-27 David Carlton <carlton@math.stanford.edu>
11229
11230 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11231 SYMBOL_PRINT_NAME.
11232 (compare_psymbols): Ditto.
11233 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11234
11235 2003-02-27 Michael Snyder <msnyder@redhat.com>
11236
11237 * f-lang.c (build_fortran_types): New function.
11238 (_initialize_f_language): Gdbarch-register built-in fortran types.
11239 * doublest.c (extract_floating): Fix warning text.
11240
11241 2003-02-27 Andrew Cagney <cagney@redhat.com>
11242
11243 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11244 predicate. Replaces PUSH_DUMMY_FRAME.
11245 * gdbarch.h, gdbarch.c: Regnerate.
11246 * valops.c (hand_function_call): Update. Call
11247 generic_push_dummy_frame directly.
11248 * vax-tdep.c (vax_gdbarch_init): Update.
11249 * sparc-tdep.c (sparc_gdbarch_init): Update.
11250 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11251 * m68k-tdep.c (m68k_gdbarch_init): Update.
11252 * hppa-tdep.c (hppa_gdbarch_init): Update.
11253 * alpha-tdep.c (alpha_gdbarch_init): Update.
11254 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11255 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11256 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11257 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11258 push_dummy_frame to generic_push_dummy_frame.
11259 * v850-tdep.c (v850_gdbarch_init): Ditto.
11260 * sh-tdep.c (sh_gdbarch_init): Ditto.
11261 * s390-tdep.c (s390_gdbarch_init): Ditto.
11262 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11263 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11264 * mips-tdep.c (mips_gdbarch_init): Ditto.
11265 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11266 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11267 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11268 * i386-tdep.c (i386_gdbarch_init): Ditto.
11269 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11270 * frv-tdep.c (frv_gdbarch_init): Ditto.
11271 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11272 * cris-tdep.c (cris_gdbarch_init): Ditto.
11273 * avr-tdep.c (avr_gdbarch_init): Ditto.
11274 * arm-tdep.c (arm_gdbarch_init): Ditto.
11275
11276 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11277
11278 * mips-tdep.c (show_mips_abi): New function.
11279 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11280 command ``show mips abi''.
11281
11282 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11283
11284 From Elena Zannoni <ezannoni@redhat.com>
11285 * dbxread.c (process_one_symbol): Only record line 0 if one or
11286 more sline entries have been seen for the function.
11287
11288 2003-02-26 Michael Chastain <mec@shout.net>
11289
11290 * configure: Regenerate with autoconf 000227.
11291
11292 2003-02-26 Michael Chastain <mec@shout.net>
11293
11294 Close PR build/660.
11295 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11296 for old libc5/glibc.
11297 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11298
11299 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11300
11301 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11302 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11303
11304 2003-02-26 Michael Chastain <mec@shout.net>
11305
11306 * configure.in: New variable HAVE_UINTPTR_T.
11307 * configure, config.in: Regenerated.
11308
11309 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11310
11311 Fix PR build/1097.
11312 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11313
11314 2003-02-25 Andrew Cagney <cagney@redhat.com>
11315
11316 * frame.c (get_prev_frame): Add comment on check for
11317 inside_entry_func. Only check for inside_entry_file when not a
11318 dummy and not a sentinel. Check that the new frame is not inner
11319 to the old frame.
11320
11321 2003-02-25 Andrew Cagney <cagney@redhat.com>
11322
11323 * frame.c (frame_debug): New variable.
11324 (_initialize_frame): Add "set/show debug frame" command.
11325 (get_prev_frame): When frame_debug, print reason why unwind
11326 failed.
11327
11328 2003-02-25 Michael Chastain <mec@shout.net>
11329
11330 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11331 to avoid uintptr_t definition problems.
11332
11333 2003-02-25 David Carlton <carlton@math.stanford.edu>
11334
11335 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11336 (SYMBOL_LINKAGE_NAME): Ditto.
11337 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11338 SYMBOL_LINKAGE_NAME.
11339 (struct general_symbol_info): Expand comment.
11340 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11341 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11342 (SYMBOL_MATCHES_REGEXP): Ditto.
11343 * symtab.c (symbol_natural_name): New function.
11344 * objfiles.h: Replace all uses of SYMBOL_NAME by
11345 DEPRECATED_SYMBOL_NAME.
11346 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11347 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11348 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11349 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11350 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11351 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11352 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11353 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11354 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11355 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11356 * ada-exp.y: Ditto.
11357 * ada-exp.y: Update copyright.
11358 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11359 * cp-valprint.c: Ditto.
11360
11361 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11362
11363 * infptrace.c (detach): Do not flag error if ptrace detach fails
11364 and errno is set to ESRCH.
11365
11366 2003-02-24 Andrew Cagney <cagney@redhat.com>
11367
11368 * infptrace.c (udot_info): Change type of udot_off to long. Use
11369 paddr when printing udot_off's value.
11370
11371 2003-02-24 David Carlton <carlton@math.stanford.edu>
11372
11373 * symtab.c (make_symbol_overload_list): Only read in partial
11374 symtabs containing a matching partial symbol.
11375
11376 2003-02-24 David Carlton <carlton@math.stanford.edu>
11377
11378 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11379 do the comparison, not strcmp.
11380 * symfile.c (compare_psymbols): Ditto.
11381 * defs.h: Declare strcmp_iw_ordered.
11382 * utils.c (strcmp_iw_ordered): New function.
11383
11384 2003-02-24 Jim Blandy <jimb@redhat.com>
11385
11386 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11387 support, shared libs): Remove my name from here, to better reflect
11388 reality.
11389
11390 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11391
11392 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11393 (target_ops): Add to_have_continuable_watchpoint.
11394 * target.c (update_current_target): Add INHERIT line for
11395 to_have_continuable_watchpoint.
11396 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11397 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11398 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11399 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11400
11401 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11402
11403 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11404 maintainership.
11405
11406 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11407
11408 * solib.c (solib_open): Call target defined search function after
11409 failing with solib-search-path.
11410 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11411 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11412
11413 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11414
11415 * MAINTAINERS: Add myself to Write After section.
11416
11417 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11418
11419 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11420
11421 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11422
11423 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11424 (m68hc11_add_reggroups): New function.
11425 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11426 (m68hc11_gdbarch_init): Install the reggroups.
11427 (_initialize_m68hc11_tdep): Initialize them.
11428
11429 2003-02-21 James E Wilson <wilson@tuliptree.org>
11430
11431 * MAINTAINERS: Update my email address.
11432
11433 2003-02-21 David Carlton <carlton@math.stanford.edu>
11434
11435 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11436
11437 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11438
11439 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11440 * symtab.h: Add opaque declarations of struct axs_value and
11441 struct agent_expr.
11442 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11443 (struct location_funcs): New type.
11444 (struct symbol): Add "loc" to aux_value.
11445 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11446 * dwarf2read.c: Include "dwarf2expr.h".
11447 (dwarf2_symbol_mark_computed): New function.
11448 (read_func_scope): Use it.
11449 (var_decode_location): New function.
11450 (new_symbol): Use it.
11451 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11452
11453 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11454 (dwarf2expr_h, dwarf2loc_h): New variables.
11455 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11456 (dwarf2expr.o, dwarf2loc.o): New rules.
11457 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11458 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11459 LOC_COMPUTED_ARG.
11460 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11461 * m2-exp.y (yylex): Likewise.
11462 * printcmd.c (address_info, print_frame_args): Likewise.
11463 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11464 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11465 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11466 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11467 * symtab.c (lookup_block_symbol): Likewise.
11468
11469 2003-02-20 Adam Fedor <fedor@gnu.org>
11470
11471 * symtab.h: Remove objc_specific struct
11472 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11473 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11474 Have language_objc use cplus_specific struct.
11475
11476 2003-02-20 Tom Tromey <tromey@redhat.com>
11477
11478 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11479 TYPE_NAME, when printing a String value. PR java/1075.
11480
11481 2003-02-20 Adam Fedor <fedor@gnu.org>
11482
11483 * objc-lang.h (find_methods): Remove declaration.
11484 * objc-lang.c (find_methods): Make static.
11485
11486 2003-02-20 Christopher Faylor <cgf@redhat.com>
11487
11488 * win32-nat.c (get_image_name): Check return value from
11489 ReadProcessMemory.
11490 (child_xfer_memory): Ditto.
11491
11492 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11493
11494 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11495 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11496 '${exec_prefix}' (in addition to the expansion thereof) as
11497 relocatable.
11498 * configure: Rebuilt.
11499
11500 2003-02-20 David Carlton <carlton@math.stanford.edu>
11501
11502 * symtab.c (search_symbols): Revert the search_symbols part of my
11503 2002-12-23 patch. Add comment.
11504
11505 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11506
11507 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11508 * dbxread.c (elfstab_build_psymtabs): Don't call
11509 install_minimal_symbols.
11510 (stabsect_build_psymtabs): Likewise.
11511 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11512 earlier.
11513 * somread.c (som_symfile_read): Call install_minimal_symbols
11514 and do_cleanups earlier.
11515 * nlmread.c (nlm_symfile_read): Likewise.
11516 * mdebugread.c (elfmdebug_build_psymtabs): Call
11517 install_minimal_symbols and make appropriate cleanups.
11518
11519 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11520
11521 * solib.c (reload_shared_libraries): New function.
11522 (_initialize_solib): Add callbacks for ``set solib-search-path''
11523 and ``set solib-absolute-prefix''.
11524
11525 2003-02-20 David Carlton <carlton@math.stanford.edu>
11526
11527 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11528 expand comment.
11529 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11530 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11531 * ada-typeprint.c (ada_typedef_print): Ditto.
11532 * ax-gdb.c (gen_var_ref): Ditto.
11533 * breakpoint.c (print_one_breakpoint): Ditto.
11534 * buildsym.c (finish_block): Ditto.
11535 * c-valprint.c (c_val_print): Ditto.
11536 * expprint.c (print_subexp): Ditto.
11537 * findvar.c (locate_var_value): Ditto.
11538 * infcmd.c (jump_command): Ditto.
11539 * linespec.c (decode_line_2, decode_compound): Ditto.
11540 * maint.c (maintenance_translate_address): Ditto.
11541 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11542 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11543 Ditto.
11544 * p-valprint.c (pascal_val_print): Ditto.
11545 * stabsread.c (define_symbol): Ditto.
11546 * stack.c (print_frame, frame_info, print_block_frame_locals)
11547 (print_frame_arg_vars, return_command): Ditto.
11548 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11549 * symmisc.c (print_symbol): Ditto.
11550 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11551 (compare_search_syms, print_symbol_info, print_msymbol_info)
11552 (rbreak_command): Ditto.
11553 * tracepoint.c (tracepoints_info): Ditto.
11554 * typeprint.c (typedef_print): Ditto.
11555 * valops.c (value_of_variable, hand_function_call): Ditto.
11556 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11557 * ada-typeprint.c: Update Copyright.
11558 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11559 * tracepoint.c, cli/cli-cmds.c: Ditto.
11560
11561 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11562
11563 * frame.c (generic_unwind_get_saved_register): Make non-static.
11564 * frame.h (generic_unwind_get_saved_register): Declare.
11565 * mips-tdep.c (read_next_frame_reg): Fetch register from
11566 current regcache when frame is NULL.
11567 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11568 that must be NULL.
11569 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11570 instead of frame_register_unwind().
11571
11572 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11573
11574 * remote-sim.c (gdbsim_insert_breakpoint)
11575 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11576 code.
11577
11578 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11579
11580 * remote.c (_initialize_remote): Add commands "set/show remote
11581 hardware-watchpoint-limit" and "set/show remote
11582 hardware-breakpoint-limit".
11583 (remote_hw_watchpoint_limit): Initialize to -1.
11584 (remote_hw_breakpoint_limit): Ditto.
11585 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11586
11587 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11588
11589 * coff-pe-read.c: New file - support reading of minimal symbols from a
11590 portable executable using the export table.
11591 * coff-pe-read.h: New file.
11592 * coffread.c: Include coff-pe-read.h.
11593 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11594 debugging symbols found.
11595 * Makefile.in (SFILES): Add coff-pe-read.o.
11596 (coff_pe_read_h): Define.
11597 (COMMON_OBS): Add coff-pe-read.o.
11598 (coffread.o): Add coff_pe_read_h dependency.
11599 (coff-pe-read.o): New target.
11600
11601 2003-02-19 David Carlton <carlton@math.stanford.edu>
11602
11603 * Makefile.in (SFILES): Add block.c.
11604 (block_h): New.
11605 (COMMON_OBS): Add block.o.
11606 (block.o): New.
11607 (x86-64-tdep.o): Add $(block_h).
11608 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11609 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11610 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11611 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11612 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11613 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11614 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11615 * value.h: Add opaque declaration for struct block.
11616 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11617 * ada-lang.h: Ditto.
11618 * x86-64-tdep.c: #include "block.h"
11619 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11620 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11621 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11622 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11623 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11624 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11625 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11626 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11627 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11628 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11629 * symtab.c (block_function): Ditto.
11630 (contained_in): Ditto.
11631 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11632 block.h. Add opaque declaration for struct block.
11633 * symtab.h: Move block_function and contained_in declarations to
11634 block.h. Add opaque declarations for struct block, struct
11635 blockvector.
11636 (struct block): Move to block.h.
11637 (struct blockvector): Ditto.
11638 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11639 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11640 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11641 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11642 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11643 Ditto.
11644 * block.c: New file.
11645 * block.h: New file.
11646
11647 2003-02-19 Theodore A. Roth <troth@openavr.org>
11648
11649 * avr-tdep.c (avr_extract_return_value): Remove function.
11650 (avr_store_return_value): Remove function.
11651 (avr_extract_struct_value_address): Remove function.
11652 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11653
11654 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11655
11656 * rs6000-tdep.c: Include "gdb_assert.h".
11657 (registers_e500): Add "acc" and "spefscr".
11658 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11659 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11660 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11661 really is "r0".
11662 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11663
11664 2003-02-18 Keith Seitz <keiths@redhat.com>
11665
11666 * Makefile.in: Add gdbtk-interps.c.
11667
11668 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11669
11670 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11671 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11672
11673 2003-02-18 Andrew Cagney <cagney@redhat.com>
11674
11675 * symtab.h (struct objfile): Add opaque declaration.
11676
11677 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11678
11679 From Jim Ingham <jingham@apple.com>:
11680 * dbxread.c (process_one_symbol): Use last_function_start rather
11681 than function_start_offset to find the real beginning of the
11682 current function. The latter is just the text section offset on
11683 some systems, the former is always the real function start.
11684
11685 2003-02-17 Andrew Cagney <cagney@redhat.com>
11686
11687 * configure.in: Revert ${target} != ${host}.
11688
11689 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11690
11691 * configure.in (Makefile): Use the test ${target} != ${host},
11692 instead of the absence of the "nm.h" file, to determine of the
11693 configuration non-native.
11694 * configure: Regenerate.
11695
11696 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11697
11698 From Brian Ford <ford@vss.fsi.com>
11699
11700 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11701 conditionalize tui_active test.
11702 (lookup_cmd_1): Ditto.
11703
11704 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11705
11706 * configure.in: Add check for _etext.
11707 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11708 available.
11709 * config.in, configure: regenerated.
11710
11711 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11714
11715 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11716
11717 * main.c (tui_version): Delete variable.
11718 (captured_main): When --tui, set interpreter_p to "tui" instead of
11719 enabling tui_version.
11720 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11721 tui_version.
11722 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11723 * cli/cli-cmds.c (disassemble_command): Ditto.
11724 * defs.h (tui_version): Delete declaration.
11725 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11726 (tui-interp.o): Add rules.
11727 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11728
11729 2003-02-14 Christopher Faylor <cgf@redhat.com>
11730
11731 * win32-nat.c (register_loaded_dll): Correctly set address range for
11732 just-loaded dll.
11733
11734 2003-02-12 Jason Molenda (jmolenda@apple.com)
11735
11736 * symmisc.c (print_objfile_statistics): Include information about
11737 the number of psymtabs and symtabs in each object file.
11738
11739 2003-02-13 Keith R Seitz <keiths@redhat.com>
11740
11741 * main.h (struct captured_main_args): Add interpreter_p.
11742 * main.c (captured_main): Initialize interpreter_p from context.
11743 * gdb.c (main): Set interpreter_p argument.
11744 * Makefile.in (gdb.o): Add dependency for interps.h.
11745
11746 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11747
11748 * event-top.c (cli_command_loop): Delete declaration.
11749 (_initialize_event_loop): Delete function setting event_loop_hook.
11750 * event-top.h (cli_command_loop): Declare. Update copyright.
11751 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11752 * interps.c (current_interp_command_loop): When event_loop_p, call
11753 cli_command_loop.
11754
11755 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11756
11757 * interps.h (interp_command_loop_ftype): Change return type to
11758 void.
11759
11760 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11761
11762 * x86-64-tdep.c (x86_64_extract_return_value)
11763 (x86_64_store_return_value): Use regcache instead of regbuf.
11764 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11765 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11766
11767 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11768
11769 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11770 * aclocal.m4: Regenerate.
11771 * configure: Regenerate.
11772
11773 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11774 TCL_LD_SEARCH_FLAGS.
11775
11776 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11777
11778 * dwarf2cfi.c: Reindented.
11779
11780 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11781
11782 * interps.c (clear_interpreter_hooks): Convert function definition
11783 to ISO C.
11784
11785 2003-02-07 David Carlton <carlton@math.stanford.edu>
11786
11787 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11788
11789 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11790
11791 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11792 (struct type): ...to here.
11793 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11794 field.
11795 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11796 (replace_type): Set length on all type variants for a given type.
11797
11798 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11799
11800 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11801 <sys/stat.h>.
11802 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11803
11804 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11805
11806 * Makefile.in (symm-nat.o): Update dependencies.
11807 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11808 (lynx-nat.o, ia64-linux-nat.): Ditto.
11809 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11810 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11811 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11812
11813 * Makefile.in (inflow_h): Define.
11814 (procfs.o, inflow.o, procfs.o): Update dependencies.
11815 * inftarg.c (child_stop): Delete extern declaration of
11816 inferior_process_group. Include "inflow.h".
11817 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11818 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11819 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11820 (our_process_group, inferior_process_group): Extern declarations.
11821
11822 * procfs.c: Include "gdb_assert.h".
11823
11824 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11825 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11826 * jv-typeprint.c (java_type_print_base): Ditto.
11827 * typeprint.c (typedef_print): Eliminate STREQ.
11828 * cli/cli-script.c (define_command, define_command): Ditto.
11829 * main.c (captured_main): Ditto.
11830 * values.c (lookup_internalvar): Ditto.
11831 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11832 within `if' conditional.
11833 * linespec.c (decode_line_2): Ditto.
11834 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11835 (bfd_openw_with_cleanup): Ditto.
11836
11837 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11838
11839 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11840 legacy_extract_return_value and store_return_value to
11841 legacy_return_value.
11842
11843 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11844
11845 * win32-nat.c (get_relocated_section_addrs): New function. Find
11846 section load addresses for symbol handling in relocated DLLs.
11847 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11848
11849 2003-02-05 Fred Fish <fnf@intrinsity.com>
11850
11851 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11852 '=' and '!='.
11853 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11854 with '&' and '=='.
11855 (angel_RDI_info): Ditto.
11856 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11857 with '&' and '!='.
11858 (threads_continue_all_with_signals): Ditto.
11859
11860 2003-02-05 Jim Ingham <jingham@apple.com>
11861 Keith Seitz <keiths@redhat.com>
11862 Elena Zannoni <ezannoni@redhat.com>
11863 Andrew Cagney <ac131313@redhat.com>
11864
11865 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11866 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11867 (SUBDIR_MI_OBS): Add "mi-interp.o".
11868 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11869 (SFILES): Add "interps.c".
11870 (COMMON_OBS): Add "interps.o".
11871 (interps_h, mi_main_h): Define.
11872 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11873 (mi-main.o, main.o, event-top.o): Update dependencies.
11874 * cli/cli-interp.c: New file.
11875 * interps.h, interps.c: New files.
11876 * top.c: (gdb_init): Don't install the default interpreter, handed
11877 by captured_main.
11878 * main.c: Include "interps.h".
11879 (interpreter_p): Note that it should malloc'ed.
11880 (captured_command_loop): Call current_interp_command_loop.
11881 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11882 xfree and xstrdup when updating interpreter_p. Install the
11883 default interpreter. Add hack to stop mi1's copyright notice
11884 being encoded.
11885 * event-top.h (gdb_setup_readline): Declare.
11886 (gdb_disable_readline): Declare.
11887 * event-top.c: Include "interps.h".
11888 (display_gdb_prompt): Call current_interp_display_prompt_p.
11889 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11890 gdb_stdlog, and gdb_stdtarg.
11891 (_initialize_event_loop): Don't call gdb_setup_readline.
11892 * cli-out.c (cli_out_set_stream): New function.
11893 * cli-out.h (cli_out_set_stream): Declare.
11894
11895 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11896
11897 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11898 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11899 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11900 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11901 config/i386/i386v42mp.mt: Removed.
11902
11903 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11904
11905 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11906 GDB_OSABI_SOLARIS.
11907
11908 2003-02-05 Michael Chastain <mec@shout.net>
11909
11910 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11911 2.12.1 and earlier versions.
11912
11913 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11914
11915 Remove orphaned hosts, targets and files.
11916 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11917 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11918 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11919 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11920 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11921 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11922 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11923 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11924 * config/sparc/tm-sp64sim.h: Delete.
11925 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11926 hosts.
11927 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11928 mips*-dec-mach3* targets.
11929
11930 2003-02-04 Michael Chastain <mec@shout.net>
11931
11932 * NEWS: Fix typo: sepcifying -> specifying.
11933
11934 2003-02-04 Michael Chastain <mec@shout.net>
11935
11936 * dwarfread.c: Add documentation on the state of dwarf-1,
11937 looking towards obsoletion.
11938
11939 2003-02-03 Michael Chastain <mec@shout.net>
11940
11941 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11942 gdb/testsuite/gdb.c++/pr-1023.exp.
11943
11944 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11945
11946 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11947 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11948
11949 * utils.c (init_page_info): Delete reference to MPW in comments.
11950 * main.c (captured_main): Delete #ifdef MPW.
11951
11952 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11953
11954 * NEWS: Note that the m32r-*-elf* is obsolete.
11955 * monitor.c (monitor_expect): Obsolete reference to m32r.
11956 * configure.tgt: Mark m32r-*-elf* as obsolete.
11957 * MAINTAINERS: Mark m32k as obsolete.
11958 * m32r-rom.c: Obsolete file.
11959 * config/m32r/m32r.mt: Obsolete file.
11960 * config/m32r/tm-m32r.h: Obsolete file.
11961 * m32r-stub.c: Obsolete file.
11962 * m32r-tdep.c: Obsolete file.
11963
11964 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11965
11966 * NEWS: Mention that the z8k-zilog-none is obsolete.
11967 * MAINTAINERS: Mark z8k as obsolete.
11968 * configure.tgt: Obsolete the z8k-*-coff* target.
11969 * config/z8k/z8k.mt: Obsolete file.
11970 * config/z8k/tm-z8k.h: Obsolete file.
11971 * z8k-tdep.c: Obsolete file.
11972
11973 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11974
11975 * NEWS: Mention that the mn10200-elf is obsolete.
11976 * configure.tgt: Obsolete mn10200-*-* target.
11977 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11978 mention that the mn10200 is obsolete.
11979 * breakpoint.h: Ditto.
11980 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11981 * config/mn10200/mn10200.mt: Obsolete file.
11982 * config/mn10200/tm-mn10200.h: Obsolete file.
11983 * mn10200-tdep.c: Obsolete file.
11984
11985 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11986
11987 * MAINTAINERS: Mark h8500 as obsolete.
11988 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11989 * findvar.c (value_from_register): Ditto.
11990 * h8500-tdep.c: Mark file as obsolete.
11991 * config/h8500/h8500.mt: Ditto.
11992 * config/h8500/tm-h8500.h: Ditto.
11993 * NEWS: Mention that h8500 is obsolete.
11994
11995 2003-02-04 David Carlton <carlton@math.stanford.edu>
11996
11997 * objfiles.c (allocate_objfile): Always set name. Add comment at
11998 start of function.
11999 * jv-lang.c (get_dynamics_objfile): Add comment.
12000
12001 2003-02-04 David Carlton <carlton@math.stanford.edu>
12002
12003 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12004 * printcmd.c (build_address_symbolic): Replace uses of
12005 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12006 SYMBOL_NAME, and asm_demangle.
12007 Update copyright.
12008
12009 2003-02-04 David Carlton <carlton@math.stanford.edu>
12010
12011 * linespec.c (decode_compound): Extract code into
12012 lookup_prefix_sym.
12013 (lookup_prefix_sym): New function.
12014
12015 2003-02-04 David Carlton <carlton@math.stanford.edu>
12016
12017 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12018 FLOAT_COERCION_BADNESS.
12019 * gdbtypes.c (rank_one_type): Replace all uses of
12020 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12021
12022 2003-02-04 Jim Blandy <jimb@redhat.com>
12023
12024 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12025 section, let dwarf_macinfo_section point to it, not
12026 dwarf_loc_section.
12027
12028 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12029
12030 Pointed out by Anton Blanchard <anton@samba.org>.
12031 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12032 (ppc_linux_at_sigtramp_return_path): Use it.
12033
12034 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12035
12036 * defs.h (streq): Add prototype.
12037 * utils.c (streq): New function.
12038
12039 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12040 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12041 * mdebugread.c (new_symbol): Likewise.
12042 * stabsread.c (define_symbol): Likewise.
12043 * coffread.c (process_coff_symbol): Likewise.
12044 * dwarfread.c (new_symbol): Likewise.
12045
12046 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12047 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12048 here.
12049 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12050 SYMBOL_INIT_DEMANGLED_NAME.
12051 * objfiles.c: Include "hashtab.h".
12052 (allocate_objfile): Call htab_set_functions_ex for the
12053 demangled_names_hash.
12054 (free_objfile): Call htab_delete for the demangled_names_hash.
12055 * objfiles.h (struct htab): Add declaration.
12056 (struct objfile): Add demangled_names_hash.
12057 * symfile.c: Include "hashtab.h".
12058 (reread_symbols): Call htab_delete for the demangled_names_hash.
12059 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12060 SYMBOL_NAME in the bcache.
12061 * symtab.c: Include "hashtab.h". Update comments.
12062 (create_demangled_names_hash, symbol_set_names): New functions.
12063 (symbol_find_demangled_name): New function, broken out from
12064 symbol_init_demangled_names.
12065 (symbol_init_demangled_names): Use it.
12066 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12067 (SYMBOL_SET_NAMES): New macro.
12068 (symbol_set_names): Add prototype.
12069
12070 2003-02-03 Jim Blandy <jimb@redhat.com>
12071
12072 Use a single, consistent representation for an empty minimal
12073 symbol table in an objfile.
12074 * objfiles.c (terminate_minimal_symbol_table): New function.
12075 (allocate_objfile): Call it.
12076 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12077 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12078 non-NULL.
12079 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12080 objfile has minimal symbols, compare minimal_symbol_count to zero,
12081 instead of comparing msymbols with NULL.
12082 * objfiles.c (have_minimal_symbols): Same.
12083 * solib-sunos.c (solib_add_common_symbols): Call
12084 terminate_minimal_symbol_table.
12085 * symfile.c (reread_symbols): Same.
12086
12087 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12088
12089 * s390-tdep.c (s390_address_class_type_flags)
12090 (s390_address_class_type_flags_to_name)
12091 (s390_address_class_name_to_type_flags): New functions.
12092 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12093 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12094
12095 2003-02-03 Michael Snyder <msnyder@redhat.com>
12096
12097 * arm-tdep.c: Fix spell-o in comment.
12098
12099 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12100
12101 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12102 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12103 error messages to contain BFD filename.
12104
12105 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12106
12107 Fix PR gdb/742 gdb/743 gdb/877
12108 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12109 (do_mixed_source_and_assembly): Use
12110 make_cleanup_ui_out_tuple_begin_end and
12111 make_cleanup_ui_out_tuple_begin_end.
12112 (do_mixed_source_and_assembly): Ditto.
12113 * thread.c (do_captured_list_thread_ids): Ditto.
12114 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12115 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12116 ui_out_tuple_end): Delete prototypes.
12117 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12118 ui_out_list_end, ui_out_tuple_end): Delete.
12119
12120 From Kevin Buettner <kevinb@redhat.com>:
12121 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12122 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12123 (do_cleanup_table_end): New functions.
12124 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12125 Use cleanups to invoke_ui_out_tuple_end().
12126 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12127 * cli/cli-setshow.c (cmd_show_list): Use
12128 make_cleanup_ui_out_tuple_begin_end.
12129
12130 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12131
12132 * frame.c (frame_unwind_register): New function.
12133 (frame_unwind_unsigned_register): Use.
12134 (frame_unwind_signed_register): Use.
12135 (frame_read_register): New function.
12136 * frame.h (frame_unwind_register): Declare.
12137 (frame_read_register): Declare.
12138
12139 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12140 and frame_unwind_register instead of read_memory, write_register
12141 and deprecated_write_register_bytes.
12142
12143 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12144
12145 * frame.h: Note that namelen can be negative.
12146 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12147 NAME's length.
12148
12149 * NEWS: Mention that the d10v's `regs' command is deprecated.
12150 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12151 (d10v_print_registers_info): New function.
12152 (show_regs): Call d10v_print_registers_info.
12153 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12154
12155 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12156
12157 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12158 lost in the previous patch.
12159
12160 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12161
12162 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12163 * stack.c (print_frame_info_base): Output complete FRAME tuple
12164 for synthesized frames.
12165
12166 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12167
12168 * mips-nat.c (zerobuf): Delete.
12169 (fetch_inferior_registers): Alloc local zerobuf.
12170 (fetch_core_registers): Alloc local zerobuf.
12171 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12172 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12173 * thread-db.c (thread_db_store_registers): Ditto.
12174 * sh-tdep.c (sh_do_register): Ditto.
12175 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12176 * remote-sim.c (gdbsim_store_register): Ditto.
12177 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12178 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12179 * monitor.c (monitor_supply_register): Ditto.
12180 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12181 * mips-nat.c (fetch_inferior_registers): Ditto.
12182 * m68klinux-nat.c (fetch_register): Ditto.
12183 * lynx-nat.c (fetch_inferior_registers): Ditto.
12184 (fetch_inferior_registers): Ditto.
12185 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12186 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12187 (hpux_thread_store_registers): Ditto.
12188 * hppah-nat.c (fetch_register): Ditto.
12189 * hppab-nat.c (fetch_register): Ditto.
12190 * hppa-tdep.c (pa_register_look_aside): Ditto.
12191 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12192 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12193
12194 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12195
12196 * gdbarch.sh: Explictly specify all method levels. When a
12197 variable with an empty level, provide a non-multi-arch default.
12198 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12199 * gdbarch.h: Re-generate.
12200 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12201 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12202
12203 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12204
12205 * defs.h (host_pointer_to_address): Delete declaration.
12206 (address_to_host_pointer): Delete declaration.
12207 * utils.c (host_pointer_to_address): Delete function.
12208 (address_to_host_pointer): Delete function.
12209 * procfs.c (procfs_address_to_host_pointer): New function.
12210 * procfs.c (proc_set_watchpoint): Use.
12211 (procfs_can_use_hw_breakpoint): Update comments.
12212 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12213 (som_solib_add): Use.
12214 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12215 * hppa-tdep.c (unwind_command): Use.
12216
12217 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12218
12219 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12220 strlen d_name.
12221
12222 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12223 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12224 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12225 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12226 (define_symbol): Update.
12227 * symfile.c (generic_load): Remove references to nindy.
12228 * symtab.c: Remove references to nindy.
12229
12230 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12231
12232 * infcmd.c (print_float_info): Delete code conditional on
12233 FLOAT_INFO.
12234 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12235 * config/m68k/nm-apollo68b.h: Ditto.
12236 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12237 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12238 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12239
12240 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12241
12242 * config/i386/tm-i386os9k.h: Removed.
12243
12244 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12245 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12246 they're identical to i[3456]86-*-sysv* now.
12247 * config/i386/i386v32.mh: Removed.
12248 * config/i386/xm-i386v32.h: Removed.
12249 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12250
12251 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12252
12253 * config/i386/i386dgux.mh: Removed.
12254 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12255
12256 * configure.in: Fix typo.
12257 * configure: Regenerated.
12258
12259 2003-01-31 David Carlton <carlton@math.stanford.edu>
12260
12261 * dwarf2read.c (dwarf2_locate_sections): Set
12262 dwarf_ranges_section.
12263
12264 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12265
12266 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12267 * utils.c: Update comments documenting legitimate uses of PTR.
12268
12269 * utils.c: Re-indent.
12270
12271 * config/djgpp/fnchange.lst: Delete nindy files.
12272 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12273 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12274 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12275 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12276 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12277 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12278 * Makefile.in (init.c): Remove nindy references.
12279 (saber_gdb): Delete rule.
12280 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12281 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12282 and a68v-nat.c.
12283 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12284 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12285 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12286 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12287 nindy-share/stop.h.
12288 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12289 * saber.suppress: Delete file.
12290
12291 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12292
12293 * dbxread.c (stabs_data): New static variable.
12294 (fill_symbuf): Support an in-memory buffer for stabs data.
12295 (stabs_seek): New function.
12296 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12297 (read_ofile_symtab): Use stabs_seek.
12298 (elfstab_build_psymtabs): Take an asection* instead of
12299 an offset and size. Relocate the stabs data if necessary.
12300 Save the section* for dbx_psymtab_to_symtab.
12301 * dwarf2read.c: Add section variables for each debug section.
12302 (dwarf2_locate_sections): Fill them in.
12303 (dwarf2_read_section): Take an asection* argument.
12304 Relocate the section contents if necessary.
12305 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12306 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12307 it to dwarf2_read_section.
12308 (dwarf2_build_frame_info): Update callers.
12309 * elfread.c (elf_symfile_read): Update call to
12310 elfstab_build_psymtabs.
12311 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12312 (DBX_STAB_SECTION): New macro.
12313 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12314 * symfile.c (symfile_dummy_outputs): New function.
12315 (symfile_relocate_debug_section): New function.
12316 * symfile.h (symfile_relocate_debug_section): Add prototype.
12317
12318 2003-01-31 Richard Henderson <rth@redhat.com>
12319
12320 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12321 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12322 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12323 * alpha-tdep.c (alpha_register_name): Add "unique".
12324 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12325 (ALPHA_UNIQUE_REGNUM): New.
12326 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12327
12328 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12329
12330 * README: Remove reference to Ericsson 1800 monitor.
12331 * Makefile.in (remote-es.o): Delete rule.
12332 (ALLDEPFILES): Delete remote-es.c.
12333 * remote-es.c: Delete file.
12334 * config/m68k/es1800.mt: Delete file.
12335 * config/djgpp/fnchange.lst: Update.
12336 * configure.tgt: Delete m68*-ericsson-* target.
12337
12338 2003-01-31 Adam Fedor <fedor@gnu.org>
12339
12340 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12341 Remove duplicate/shadowing variable of same name.
12342
12343 2003-01-30 Jim Blandy <jimb@redhat.com>
12344
12345 * symfile.c (find_separate_debug_file): Assert that the objfile's
12346 directory name we compute ends with a slash, and then assume that
12347 that's so everywhere we use it.
12348
12349 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12350
12351 * valops.c (value_assign): Flush frame cache after stores to memory
12352 also.
12353
12354 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12355
12356 * Makefile.in (mon960-rom.o): Delete rule.
12357 * mon960-rom.c: Delete file.
12358
12359 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12360
12361 * d10v-tdep.c: Include "frame-unwind.h".
12362 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12363 list.
12364 (next_addr, uses_frame): Delete.
12365 (struct d10v_unwind_cache): Define.
12366 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12367 Use info instead of next_addr and uses_frame globals.
12368 (d10v_frame_init_saved_regs): Delete function.
12369 (d10v_init_extra_frame_info): Delete function.
12370 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12371 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12372 init_frame_pc or frame_saved_pc.
12373 (d10v_pop_frame): Delete function.
12374 (do_d10v_pop_frame): Delete function.
12375 (d10v_frame_chain): Delete function.
12376 (d10v_frame_chain_valid): Delete function.
12377 (d10v_frame_pc_unwind): New function.
12378 (d10v_frame_id_unwind): New function.
12379 (saved_regs_unwinder): New function.
12380 (d10v_frame_register_unwind): New function.
12381 (d10v_frame_pop): New function.
12382 (d10v_frame_unwind): New variable.
12383 (d10v_frame_p): New function.
12384 (d10v_frame_saved_pc): Delete function.
12385 * Makefile.in (d10v-tdep.o): Update dependencies.
12386
12387 2003-01-30 J. Brobecker <brobecker@gnat.com>
12388
12389 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12390 causing some regressions due to a change in the default value
12391 for this macro.
12392
12393 2003-01-29 Richard Henderson <rth@redhat.com>
12394 Elena Zannoni <ezannoni@redhat.com>
12395 Daniel Jacobowitz <drow@mvista.com>
12396
12397 Fix PR gdb/961.
12398 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12399 variables.
12400 (RANGES_SECTION): New.
12401 (dwarf_ranges_buffer): New variable.
12402 (struct comp_unit_head): Add member "die".
12403 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12404 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12405 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12406 (dwarf2_locate_sections): Likewise.
12407 (dwarf2_build_psymtabs): Read .debug_ranges.
12408 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12409 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12410 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12411 Look for DW_AT_ranges and return the bounding box.
12412
12413 2003-01-29 Brian Ford <ford@vss.fsi.com>
12414
12415 * win32-nat.c (cygwin_pid): Removed as unused.
12416 (child_attach): Try fall back to Cygwin pid.
12417
12418 2003-01-29 Jim Blandy <jimb@redhat.com>
12419
12420 * objfiles.h (struct objfile): Doc fix.
12421
12422 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12423
12424 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12425 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12426 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12427 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12428 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12429 (FRAME_SAVED_PC): Change to a function with predicate.
12430 * gdbarch.h, gdbarch.c: Re-generate.
12431
12432 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12433
12434 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12435
12436 * complaints.c (complain): Delete function.
12437 * complaints.h (struct deprecated_complaint): Delete definition.
12438 (complain): Delete declaration.
12439
12440 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12441
12442 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12443 dummy frames.
12444
12445 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12446
12447 * sentinel-frame.h, sentinel-frame.c: New files.
12448 * Makefile.in (frame.o): Update dependencies.
12449 (SFILES): Add sentinel-frame.c.
12450 (sentinel_frame_h): Define.
12451 (COMMON_OBS): Add sentinel-frame.o.
12452 (sentinel-frame.o): Specify dependencies.
12453 * frame.c: Include "sentinel-frame.h".
12454 (frame_register_unwind): Rewrite assuming that there is always a a
12455 ->next frame.
12456 (frame_register, generic_unwind_get_saved_register): Ditto.
12457 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12458 (create_sentinel_frame, unwind_to_current_frame): New functions.
12459 (get_current_frame): Rewrite using create_sentinel_frame and
12460 unwind_to_current_frame. When possible, always create a frame.
12461 (create_new_frame): Set next to the sentinel frame.
12462 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12463 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12464 ID cache when necessary.
12465 (frame_saved_regs_id_unwind): Use frame_relative_level.
12466 (deprecated_generic_get_saved_register): Use frame_relative_level,
12467 get_frame_saved_regs, get_frame_pc, get_frame_base and
12468 get_next_frame.
12469 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12470 frame_register.
12471
12472 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12473
12474 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12475
12476 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12477
12478 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12479 (maintenance_set_profile_cmd): Use error () instead of warning ().
12480
12481 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12482
12483 * configure.in: Check that -pg works if using --enable-profiling.
12484 Check for monstartup and _mcleanup regardless of --enable-profiling.
12485 * maint.c: Check for monstartup and _mcleanup before using them.
12486 * config.in: Regenerated.
12487 * configure: Regenerated.
12488
12489 2003-01-24 Nick Clifton <nickc@redhat.com>
12490
12491 * Add sh2e support:
12492
12493 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12494
12495 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12496 (sh2e_show_regs): New.
12497 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12498 * config/sh/tm-sh.h: Added sh2e to comments.
12499
12500 2003-01-23 Jim Blandy <jimb@redhat.com>
12501
12502 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12503 symbols found)" message here; we haven't checked for a separate
12504 debug info file yet, so we don't know yet.
12505 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12506 we've looked everywhere. Also, there's no need to print a special
12507 message when we're loading the separate debug info file: the one
12508 symbol_file_add prints is fine.
12509
12510 2003-01-23 Alexander Larsson <alexl@redhat.com>
12511 Jim Blandy <jimb@redhat.com>
12512
12513 Add support for executables whose debug info has been separated
12514 out into a separate file, leaving only a link behind.
12515 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12516 and separate_debug_objfile_backlink.
12517 (put_objfile_before): New declaration.
12518 * symfile.c: #include "filenames.h".
12519 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12520 debug info in a separate file, read that, too. Save the addrs
12521 argument, so we can use it again to read the separated debug info;
12522 syms_from_objfile modifies the table we pass it.
12523 (reread_symbols): After re-reading an objfile, call
12524 reread_separate_symbols to refresh its separate debug info
12525 objfile, if it has one.
12526 (reread_separate_symbols, find_separate_debug_file,
12527 get_debug_link_info, separate_debug_file_exists): New functions.
12528 (debug_file_directory): New global var.
12529 (_initialize_symfile): Initialize debug_file_directory, and
12530 provide the new `set debug-file-directory' command to let the user
12531 change it.
12532 * objfiles.c (free_objfile): If this objfile has its debug info in
12533 a separate objfile, free that one too. If this is itself a
12534 separate debug info objfile, clear our parent's backlink.
12535 (put_objfile_before): New function.
12536 * utils.c (gnu_debuglink_crc32): New function.
12537 * defs.h (gnu_debuglink_crc32): New declaration.
12538 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12539 * configure.in: Handle --with-separate-debug-dir config option.
12540 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12541 * acconfig.h (DEBUGDIR): New macro.
12542 * configure, aclocal.m4, config.in: Regenerated.
12543
12544 2003-01-22 Jim Blandy <jimb@redhat.com>
12545
12546 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12547 like the old symbol_file_add, but taking new arguments: you can
12548 now pass in either a `struct section_addr_info' list to say where
12549 each section is loaded, or a `struct section_offsets' table. Pass
12550 these new arguments through to syms_from_objfile as appropriate.
12551 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12552 with the appropriate quiescent values for the new arguments.
12553
12554 * symfile.c: #include "gdb_assert.h".
12555 (syms_from_objfile): Add the ability to pass in a section offset
12556 table directly, as an alternative to the section_addr_info table.
12557 Document arguments better.
12558 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12559 * symfile.h (syms_from_objfile): Update declaration.
12560 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12561 syms_from_objfile.
12562 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12563
12564 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12565
12566 Original patch by Tom Tromey <tromey@cygnus.com> and
12567 Jason Molenda <jmolenda@apple.com>.
12568 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12569 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12570 * NEWS: Mention profiling.
12571 * configure.in (--enable-gdbtk): Fix typo.
12572 (--enable-profiling): New. Set PROFILE_CFLAGS.
12573 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12574 Fill in function.
12575 (profiling_state): New variable.
12576 (mcleanup_wrapper): New function.
12577 (_initialize_maint): Remove NOTYET, fix call to
12578 add_setshow_boolean_cmd for "maint set profile".
12579 * configure: Regenerated.
12580
12581 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12582
12583 * Makefile.in (install-gdbtk): Install PNG images too.
12584
12585 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12586
12587 * exec.c (text_start): Delete global variable.
12588 (exec_file_attach): Make text_start local to the function.
12589 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12590 * valops.c (hand_function_call): Delete code that handles
12591 BEFORE_TEXT_END and AFTER_TEXT_END.
12592 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12593 of CALL_DUMMY_LOCATION.
12594 * gdbarch.c: Regenerate.
12595 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12596 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12597 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12598 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12599 (text_end): Delete extern declaration.
12600
12601 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12602
12603 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12604 * blockframe.c (backtrace_below_main): Move to "frame.c".
12605 (frame_chain_valid): Delete check for backtrace_below_main.
12606 (_initialize_blockframe): Delete initialization, move ``set
12607 backtrace-below-main'' command to "frame.c".
12608 (do_flush_frames_sfunc): Delete function.
12609 * frame.c: Include "command.h" and "gdbcmd.h".
12610 (frame_type_from_pc): New function.
12611 (create_new_frame): Use frame_type_from_pc.
12612 (legacy_get_prev_frame): New function.
12613 (get_prev_frame): Rewrite. When an old style frame, call
12614 legacy_get_prev_frame. Otherwize, unwind the PC first.
12615 (_initialize_frame): Add ``set backtrace-below-main'' command.
12616 * Makefile.in (frame.o): Update dependencies.
12617
12618 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12619
12620 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12621 DEPRECATED_REGISTERS_INFO.
12622
12623 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12624
12625 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12626 Maintainers'. Update `Various Maintainers'.
12627
12628 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12629
12630 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12631 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12632 Suppress actual parameters when `-'.
12633 * gdbarch.h, gdbarch.c: Regenerate.
12634
12635 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12636
12637 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12638 code handling dummy frames.
12639
12640 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12641
12642 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12643 (struct frame_unwind): Add field pop.
12644 * frame.h (frame_pop): Declare.
12645 * frame.c (frame_saved_regs_pop): New function.
12646 (trad_frame_unwinder): Add frame_saved_regs_pop.
12647 (frame_pop): New function.
12648 * dummy-frame.c (dummy_frame_pop): New function.
12649 (discard_innermost_dummy): New function.
12650 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12651 (dummy_frame_unwind): Add dummy_frame_pop.
12652 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12653 * valops.c (hand_function_call): Ditto.
12654 * stack.c (return_command): Ditto.
12655
12656 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12657
12658 * cris-tdep.c: Fix function declaration indentation.
12659 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12660 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12661 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12662 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12663 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12664 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12665
12666 2003-01-18 Michael Chastain <mec@shout.net>
12667
12668 * README (Unpacking and Installation -- quick overview):
12669 Warn against ".../gdb-5.3/gdb/configure".
12670
12671 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12672
12673 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12674 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12675 (struct frame_unwind): Declare opaque.
12676 (dummy_frame_p): Declare function.
12677 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12678 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12679 * dummy-frame.c: Include "frame-unwind.h".
12680 (dummy_frame_p): New function.
12681 (dummy_frame_unwind): New variable.
12682 * frame.c: Include "frame-unwind.h".
12683 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12684 to use the new unwind field.
12685 (set_unwind_by_pc): Delete function.
12686 (create_new_frame, get_prev_frame): Set unwind field using
12687 frame_unwind_find_by_pc.
12688 (trad_frame_unwind, trad_frame_unwinder): New variables.
12689 * frame.h (trad_frame_unwind): Declare variable.
12690 (frame_id_unwind_ftype): Delete declaration.
12691 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12692 (struct frame_unwind): Declare opaque.
12693 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12694 register_unwind with a single unwind pointer.
12695 * frame-unwind.h, frame-unwind.c: New files.
12696 * Makefile.in (SFILES): Add frame-unwind.c.
12697 (frame_unwind_h): Define.
12698 (COMMON_OBS): Add frame-unwind.o.
12699 (frame-unwind.o): Specify dependencies.
12700 (frame.o, dummy-frame.o): Update dependencies.
12701
12702 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12703
12704 * ada-valprint.c: Eliminate PTR.
12705 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12706 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12707 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12708 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12709 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12710 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12711 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12712
12713 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12714
12715 * main.c (captured_main): Don't use PTR.
12716 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12717 * gdbtypes.c (lookup_primitive_typename): Ditto.
12718 (lookup_struct_elt_type): Ditto.
12719 * f-valprint.c (info_common_command): Ditto.
12720 (list_all_visible_commons): Ditto.
12721 * jv-typeprint.c (java_type_print_base): Ditto.
12722
12723 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12724 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12725 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12726 i386-interix-nat.c and i386-interix-tdep.c. Rename
12727 m68klinux-nat.c and m68klinux-tdep.c. Rename
12728 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12729 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12730 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12731 * main.c (captured_main): Use xfree, not free.
12732
12733 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12734
12735 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12736 ID back using a parameter.
12737 * frame.c (frame_id_unwind): Update call.
12738 (frame_saved_regs_id_unwind): Update.
12739 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12740 * dummy-frame.h (struct frame_id): Add opaque declaration.
12741 (dummy_frame_id_unwind): Update declaration.
12742
12743 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12744
12745 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12746
12747 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12748
12749 * MAINTAINERS (Stephen P. Smith): Updated email address.
12750
12751 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12752
12753 Fix PR gdb/898
12754 * breakpoint.c (until_break_command): Add new argument. Use it to
12755 decide whether to stop only at the current frame or not.
12756 * breakpoint.h (until_break_command): Update prototype.
12757 * infcmd.c (until_command): Add new argument to until_break_command
12758 call.
12759 (advance_command): New function.
12760 (_initialize_infcmd): Update help string for 'until' command.
12761 Add new 'advance' command.
12762
12763 2003-01-14 David Carlton <carlton@math.stanford.edu>
12764
12765 * linespec.c (decode_line_1): Normalize comments.
12766 (set_flags): Ditto.
12767 (locate_first_half): Ditto.
12768 (decode_compound): Ditto.
12769 (symtab_from_filename): Ditto.
12770 (decode_all_digits): Ditto.
12771 (decode_dollar): Ditto.
12772 (find_methods): Ditto.
12773 (find_toplevel_char): Ditto.
12774
12775 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12776
12777 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12778 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12779 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12780 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12781 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12782 * language.c, language.h, m32r-tdep.c: Update copyright.
12783 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12784 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12785 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12786 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12787 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12788 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12789
12790 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12791
12792 * stabsread.h (process_later, resolve_cfront_continuation):
12793 Obsolete.
12794 Update copyright years.
12795 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12796 Update copyright year.
12797 * dbxread.c(struct cont_elem): Obsolete.
12798 (process_later, process_now): Obsolete functions.
12799 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12800 Update copyright year.
12801 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12802 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12803 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12804 (parse_partial_symbols): Obsolete cfront support.
12805 * stabsread.c
12806 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12807 macros.
12808 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12809 read_cfront_baseclasses, read_cfront_member_functions,
12810 resolve_cfront_continuation,read_cfront_static_fields,
12811 copy_cfront_struct_fields): Obsolete functions.
12812 (define_symbol, read_one_struct_field): Obsolete cfront support.
12813 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12814 Update Copyright year.
12815
12816 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12817
12818 * stack.c (print_frame_info, print_stack_frame_base_stub,
12819 print_stack_frame_base, show_and_print_stack_frame_stub,
12820 show_and_print_stack_frame, print_only_stack_frame_stub,
12821 print_only_stack_frame): Delete functions.
12822 (print_stack_frame_stub): Call print_frame_info instead of
12823 print_frame_info_base.
12824 (print_frame_info_base): Rename to print_frame_info.
12825 (backtrace_command_1): Call print_frame_info, instead of
12826 print_frame_info_base.
12827 (current_frame_command): Call print_stack_frame, instead of
12828 print_only_stack_frame.
12829 (frame_command): Call print_stack_frame, instead of
12830 show_and_print_stack_frame.
12831 (up_command): Ditto.
12832 (down_command): Ditto.
12833 * frame.h (print_only_stack_frame): Delete prototype.
12834 * infrun.c (normal_stop): Call print_stack_frame, instead of
12835 show_and_print_stack_frame.
12836 * thread.c (info_threads_command): Call print_stack_frame, instead
12837 of print_only_stack_frame.
12838
12839 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12840
12841 * README (Graphical interface to GDB): Update URL. Point at
12842 gdb/links/.
12843
12844 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12845 version match.
12846
12847 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12848
12849 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12850 lines.
12851
12852 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12853
12854 * thread-db.c (attach_thread): Prototype.
12855 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12856 thread information (ti), and valid flags (th_valid, ti_valid).
12857 (attach_thread): Move target_pid_to_str call to after the thread
12858 is added to GDB's list. Initialize the cache.
12859 (thread_get_info_callback, thread_db_map_id2thr)
12860 (thread_db_get_info): New functions.
12861 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12862 (thread_db_store_registers, thread_db_thread_alive)
12863 (thread_db_get_thread_local_address): Use them.
12864 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12865 of calling error() for threads in unknown state.
12866
12867 (clear_lwpid_callback): New function.
12868 (thread_db_resume): Use it to clear the cache.
12869
12870 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12871
12872 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12873 (resume_callback): Remove dead code.
12874
12875 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12876
12877 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12878 predicate.
12879 * gdbarch.h, gdbarch.c: Regenerate.
12880 * stack.c (frame_info): Only initialize the saved registers when
12881 FRAME_INIT_SAVED_REGS_P.
12882 * frame.c (frame_saved_regs_register_unwind): Assert
12883 FRAME_INIT_SAVED_REGS_P.
12884 (deprecated_generic_get_saved_register): Ditto.
12885
12886 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12887
12888 * source.c (openp): Squelch warning about "filename".
12889
12890 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12891
12892 * source.c (openp): If the file does not exist don't necessarily
12893 search the path.
12894
12895 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12896
12897 Fix PR gdb/872.
12898 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12899 (integer_types_same_name_p): New function.
12900 (rank_one_type): Use it.
12901 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12902
12903 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12904
12905 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12906 variables.
12907 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12908 * configure.in: Add --with-sysroot.
12909 * configure: Regenerated.
12910 * main.c (gdb_sysroot): New variable.
12911 (captured_main): Initialize gdb_sysroot.
12912 * defs.h (gdb_sysroot): New extern declaration.
12913 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12914
12915 2003-01-12 Michael Chastain <mec@shout.net>
12916
12917 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12918
12919 2003-01-12 Michael Chastain <mec@shout.net>
12920
12921 * top.c (print_gdb_version): Bump copyright year to 2003.
12922
12923 2003-01-12 David Carlton <carlton@bactrian.org>
12924
12925 * linespec.c (symtab_from_filename): Rename variable 's' to
12926 'file_symtab'.
12927
12928 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12929
12930 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12931 dummy frame.
12932 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12933
12934 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12935
12936 * d10v-tdep.c: Include "gdb_assert.h".
12937 (d10v_store_return_value): Rewrite to match current interface.
12938 (d10v_extract_struct_value_address): Ditto.
12939 (d10v_extract_return_value): Ditto.
12940 (d10v_gdbarch_init): Set store_restore_value,
12941 extract_struct_value_address and extract_return_value.
12942
12943 2003-01-12 J. Brobecker <brobecker@gnat.com>
12944
12945 * hpread.c (set_namestring): New procedure replacing the
12946 SET_NAMESTRING macro.
12947 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12948 by calls to set_namestring.
12949
12950 2003-01-11 J. Brobecker <brobecker@gnat.com>
12951
12952 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12953 a compilation warning.
12954 (hpread_process_one_debug_symbol): Likewise.
12955
12956 2003-01-10 David Carlton <carlton@math.stanford.edu>
12957
12958 * linespec.c (decode_line_1): Rename variable 's' to
12959 'file_symtab'.
12960 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12961 (decode_dollar): Ditto.
12962 (decode_variable): Ditto.
12963 (symbol_found): Ditto.
12964
12965 2003-01-09 Michael Chastain <mec@shout.net>
12966
12967 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12968
12969 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12970
12971 * win32-nat.c (set_process_privilege): New function.
12972 (child_attach): Call set_process_privilege() to enable the
12973 SE_DEBUG_NAME user privilege if available in process token.
12974
12975 2003-01-10 J. Brobecker <brobecker@gnat.com>
12976
12977 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12978 compilation error in the previous revision.
12979
12980 2003-01-09 David Carlton <carlton@math.stanford.edu>
12981
12982 * linespec.c: Update copyright.
12983
12984 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12985
12986 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12987 than inferior_ptid.
12988 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12989
12990 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12991
12992 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12993 Update comments.
12994 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12995 (frame_saved_regs_zalloc): Update.
12996 (frame_saved_regs_register_unwind): Update.
12997 (create_new_frame): Update.
12998 (get_prev_frame): Update.
12999 (frame_extra_info_zalloc): Update.
13000 (deprecated_get_frame_saved_regs): Update.
13001 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13002 * cris-tdep.c: Update comment.
13003
13004 * somsolib.h: Fix function indentation.
13005 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13006 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13007 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13008 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13009 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13010
13011 * infrun.c (follow_fork): Use ISO C definition.
13012 * expprint.c (print_subexp): Use xfree instead of free.
13013 * charset.c: Include "gdb_string.h" instead of <string.h>.
13014 (register_iconv_charsets): Use ISO C definition.
13015 (host_charset, target_charset): Ditto.
13016 * Makefile.in (charset.o): Update dependencies.
13017 (mi-cmd-env.o): Update dependencies.
13018
13019 2003-01-08 Andrew Cagney <cagney@redhat.com>
13020
13021 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13022 get_frame_base.
13023
13024 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13025
13026 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13027 build directories. Save edited gdb output in Mbuild.log. If a
13028 build fails, remove any final GDB executable.
13029
13030 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13031
13032 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13033 replacing hex constants with function names and stripping leading
13034 file name directory prefixes.
13035
13036 2003-01-08 Andrew Cagney <cagney@redhat.com>
13037
13038 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13039 get_frame_base.
13040
13041 2003-01-08 David Carlton <carlton@math.stanford.edu>
13042
13043 * linespec.c (decode_line_1): Move code into decode_variable.
13044 (decode_variable): New function.
13045
13046 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13047
13048 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13049
13050 2003-01-08 Andrew Cagney <cagney@redhat.com>
13051
13052 * cris-tdep.c (cris_frame_init_saved_regs): Use
13053 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13054 saved_regs buffer.
13055 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13056 (sh64_nofp_frame_init_saved_regs): Ditto.
13057 (sh_fp_frame_init_saved_regs): Ditto.
13058 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13059 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13060 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13061 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13062
13063 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13064
13065 * minsyms.c (lookup_minimal_symbol): Update comment.
13066 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13067 (lookup_minimal_symbol_solib_trampoline): Likewise.
13068
13069 2003-01-08 Andrew Cagney <cagney@redhat.com>
13070
13071 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13072 frame_relative_level.
13073
13074 * alpha-tdep.c: Use get_frame_extra_info.
13075 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13076 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13077 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13078 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13079
13080 * alpha-tdep.c: Use get_next_frame.
13081 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13082 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13083 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13084 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13085 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13086 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13087 * xstormy16-tdep.c: Ditto.
13088
13089 2003-01-07 Andrew Cagney <cagney@redhat.com>
13090
13091 * alpha-tdep.c: Use get_frame_base.
13092 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13093 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13094 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13095 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13096 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13097 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13098 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13099 * config/sparc/tm-sparc.h: Ditto.
13100
13101 2003-01-07 Andrew Cagney <cagney@redhat.com>
13102
13103 * frame.c (deprecated_get_frame_context): New function.
13104 (deprecated_set_frame_context): New function.
13105 * frame.h (deprecated_get_frame_context): Declare.
13106 (deprecated_set_frame_context): Declare.
13107 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13108 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13109
13110 2003-01-07 Andrew Cagney <cagney@redhat.com>
13111
13112 * frame.c (deprecated_set_frame_next_hack): New function.
13113 (deprecated_set_frame_prev_hack): New function.
13114 * frame.h (deprecated_set_frame_next_hack): Declare.
13115 (deprecated_set_frame_prev_hack): Declare.
13116 * mcore-tdep.c (analyze_dummy_frame): Use
13117 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13118 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13119
13120 2003-01-07 David Carlton <carlton@math.stanford.edu>
13121
13122 * linespec.c (decode_line_1): Move code into decode_dollar.
13123 (decode_dollar): New function.
13124
13125 2003-01-07 Andrew Cagney <cagney@redhat.com>
13126
13127 * arm-tdep.c (arm_init_extra_frame_info): Use
13128 deprecated_update_frame_base_hack.
13129 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13130 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13131 (fix_frame_pointer): Ditto.
13132 (mn10300_analyze_prologue): Ditto.
13133
13134 2003-01-07 Andrew Cagney <cagney@redhat.com>
13135
13136 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13137 extra_info using frame_extra_info_zalloc.
13138 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13139 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13140 (sh64_init_extra_frame_info): Ditto.
13141 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13142 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13143 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13144 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13145 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13146 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13147 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13148 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13149 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13150 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13151 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13152 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13153
13154 * mn10300-tdep.c (analyze_dummy_frame): Use
13155 deprecated_set_frame_extra_info_hack.
13156 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13157
13158 2003-01-07 J. Brobecker <brobecker@gnat.com>
13159
13160 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13161 class is not scText. These do not define "real" procedures.
13162 (parse_partial_symbols): Likewise.
13163
13164 2003-01-06 Michael Snyder <msnyder@redhat.com>
13165
13166 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13167
13168 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13169
13170 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13171 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13172 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13173 deprecated_frame_xmalloc_with_cleanup.
13174 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13175 deprecated_frame_xmalloc.
13176 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13177 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13178
13179 2003-01-06 Andrew Cagney <cagney@redhat.com>
13180
13181 * x86-64-linux-tdep.c: Include "osabi.h".
13182 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13183
13184 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13185
13186 2003-01-06 Andrew Cagney <cagney@redhat.com>
13187
13188 * MAINTAINERS (Target Instruction Set Architectures): Update
13189 arm-elf. Can be built with -Werror, has been multiarched.
13190
13191 * value.h (unpack_long): Make buffer parameter constant.
13192 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13193 * scm-lang.h (scm_parse): Ditto.
13194 * defs.h (extract_typed_address, extract_address): Ditto.
13195 (extract_long_unsigned_integer): Ditto.
13196 * inferior.h (unsigned_pointer_to_address): Ditto.
13197 (signed_pointer_to_address): Ditto.
13198 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13199 * gdbarch.h, gdbarch.c: Regenerate.
13200 * findvar.c (extract_long_unsigned_integer): Update.
13201 (extract_address): Update.
13202 (extract_typed_address): Update.
13203 (unsigned_pointer_to_address): Update.
13204 * values.c (unpack_long): Update.
13205 (unpack_double): Update.
13206 (unpack_pointer): Update.
13207 (unpack_field_as_long): Update.
13208 * d10v-tdep.c (d10v_pointer_to_address): Update.
13209 * avr-tdep.c (avr_pointer_to_address): Update.
13210 * scm-lang.c (scm_unpack): Update.
13211 * findvar.c (signed_pointer_to_address): Update.
13212
13213 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13214
13215 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13216 since it is in i386-tdep.c.
13217
13218 2003-01-06 J. Brobecker <brobecker@gnat.com>
13219
13220 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13221 failure introduced in the previous change.
13222
13223 2003-01-05 Michael Chastain <mec@shout.net>
13224
13225 * README: Remove references to deleted remote-*.c files:
13226 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13227 remote-nrom.c, remote-os9k.c, remote-udi.c.
13228
13229 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13230
13231 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13232 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13233 i386_get_longjmp_target.
13234
13235 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13236
13237 * arm-tdep.c (prologue_cache): Change to a pointer.
13238 (_initialize_arm_tdep): Allocate prologue_cache.
13239 (check_prologue_cache): Update.
13240 (save_prologue_cache): Update.
13241 (arm_gdbarch_init): Update.
13242
13243 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13244
13245 * stabsread.c (update_method_name_from_physname): Call complaint()
13246 instead of error.
13247
13248 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13249
13250 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13251 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13252 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13253
13254 * blockframe.c: Include "gdbcmd.h" and "command.h".
13255 (backtrace_below_main): New variable.
13256 (file_frame_chain_valid, func_frame_chain_valid)
13257 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13258 (generic_func_frame_chain_valid): Remove functions.
13259 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13260 (_initialize_blockframe): New function.
13261 * Makefile.in (blockframe.o): Update dependencies.
13262 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13263 comment. Call frame_chain_valid ().
13264 * frame.h: Remove old prototypes. Add prototype for
13265 frame_chain_valid and update comments to match.
13266 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13267 Remove old comment.
13268 * gdbarch.h: Regenerated.
13269 * gdbarch.c: Regenerated.
13270
13271 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13272 set_gdbarch_frame_chain_valid.
13273 * avr-tdep.c (avr_gdbarch_init): Likewise.
13274 * cris-tdep.c (cris_gdbarch_init): Likewise.
13275 * frv-tdep.c (frv_gdbarch_init): Likewise.
13276 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13277 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13278 (i386_nw_init_abi): Likewise.
13279 (i386_gdbarch_init): Likewise.
13280 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13281 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13282 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13283 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13284 * mips-tdep.c (mips_gdbarch_init): Likewise.
13285 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13286 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13287 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13288 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13289 * s390-tdep.c (s390_gdbarch_init): Likewise.
13290 * sh-tdep.c (sh_gdbarch_init): Likewise.
13291 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13292 * v850-tdep.c (v850_gdbarch_init): Likewise.
13293 * vax-tdep.c (vax_gdbarch_init): Likewise.
13294 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13295
13296 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13297 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13298 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13299 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13300 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13301 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13302 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13303 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13304
13305 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13306
13307 * Makefile.in (acconfig_h): Remove incorrect macro.
13308 (config_h): Define.
13309 (osabi.o): Update dependencies.
13310 * configure.tgt: Set gdb_osabi based on target triplet.
13311 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13312 * configure: Regenerated.
13313 * config.in: Regenerated.
13314 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13315 (GDB_OSABI_DEFAULT): Define if not already defined.
13316 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13317 (set_osabi_string): New variables.
13318 (gdbarch_register_osabi): Add new OS ABI to
13319 gdb_osabi_available_names.
13320 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13321 (set_osabi, show_osabi): New functions.
13322 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13323
13324 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13325
13326 * arch-utils.c (gdbarch_info_init): Set osabi to
13327 GDB_OSABI_UNINITIALIZED.
13328 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13329 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13330 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13331 * gdbarch.c: Regenerated.
13332 * gdbarch.h: Regenerated.
13333 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13334 there's no BFD.
13335 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13336 * osabi.h (enum gdb_osabi): Move to defs.h.
13337 (gdbarch_init_osabi): Update prototype.
13338 * defs.h (enum gdb_osabi): Moved here.
13339 * Makefile.in: Update dependencies.
13340
13341 * alpha-tdep.h: Don't include "osabi.h".
13342 (struct gdbarch_tdep): Remove osabi member.
13343 * alpha-tdep.c: Include "osabi.h".
13344 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13345 iterate over arches. Update call to gdbarch_init_osabi.
13346 (alpha_dump_tdep): Don't dump osabi.
13347 * alpha-linux-tdep.c: Include "osabi.h".
13348 * alpha-osf1-tdep.c: Include "osabi.h".
13349 * alphafbsd-tdep.c: Include "osabi.h".
13350 * alphanbsd-tdep.c: Include "osabi.h".
13351
13352 * arm-tdep.h: Don't include "osabi.h".
13353 (struct gdbarch_tdep): Remove osabi member.
13354 * arm-tdep.c: Include "osabi.h".
13355 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13356 iterate over arches. Update call to gdbarch_init_osabi.
13357 (arm_dump_tdep): Don't dump osabi.
13358 * arm-linux-tdep.c: Include "osabi.h".
13359 * armnbsd-tdep.c: Include "osabi.h".
13360
13361 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13362 Update call to gdbarch_init_osabi.
13363
13364 * i386-tdep.h: Don't include "osabi.h".
13365 (struct gdbarch_tdep): Remove osabi member.
13366 * i386-tdep.c: Include "osabi.h".
13367 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13368 iterate over arches. Update call to gdbarch_init_osabi.
13369 (i386_dump_tdep): Don't dump osabi.
13370 * i386-linux-tdep.c: Include "osabi.h".
13371 * i386-sol2-tdep.c: Include "osabi.h".
13372 * i386bsd-tdep.c: Include "osabi.h".
13373 * i386gnu-tdep.c: Include "osabi.h".
13374 * i386ly-tdep.c: Include "osabi.h".
13375 * i386nbsd-tdep.c: Include "osabi.h".
13376 * i386obsd-tdep.c: Include "osabi.h".
13377
13378 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13379 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13380 check osabi when iterating over arches. Update call to
13381 gdbarch_init_osabi.
13382 (mips_dump_tdep): Don't dump osabi.
13383
13384 * ns32k-tdep.h: Don't include "osabi.h".
13385 (struct gdbarch_tdep): Remove.
13386 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13387 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13388 allocate tdep. Update call to gdbarch_init_osabi.
13389 (ns32k_dump_tdep): Remove.
13390 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13391 * ns32knbsd-tdep.c: Include "osabi.h".
13392
13393 * ppc-tdep.h: Don't include "osabi.h".
13394 (struct gdbarch_tdep): Remove osabi member.
13395 * rs6000-tdep.c: Include "osabi.h".
13396 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13397 osabi when iterating over arches. Update call to
13398 gdbarch_init_osabi.
13399 (rs6000_dump_tdep): Don't dump osabi.
13400 * ppc-linux-tdep.c: Include "osabi.h".
13401 * ppcnbsd-tdep.c: Include "osabi.h".
13402
13403 * sh-tdep.h: Don't include "osabi.h".
13404 (struct gdbarch_tdep): Remove osabi member.
13405 * sh-tdep.c: Include "osabi.h".
13406 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13407 iterate over arches. Update call to gdbarch_init_osabi.
13408 (sh_dump_tdep): Don't dump osabi.
13409 * shnbsd-tdep.c: Include "osabi.h".
13410
13411 * sparc-tdep.c: Include "osabi.h".
13412 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13413 iterate over arches. Update call to gdbarch_init_osabi.
13414 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13415 tdep structure.
13416
13417 * vax-tdep.h: Don't include "osabi.h".
13418 (struct gdbarch_tdep): Remove.
13419 * vax-tdep.c: Include "osabi.h".
13420 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13421 iterate over arches. Don't allocate tdep. Update call
13422 to gdbarch_init_osabi.
13423 (vax_dump_tdep): Remove.
13424 (_initialize_vax_tdep): Update call to gdbarch_register.
13425
13426 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13427
13428 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13429 entirely.
13430 (breakpoint_re_set_one): Don't fetch the value for a disabled
13431 watchpoint.
13432
13433 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13434
13435 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13436 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13437 (COERCE_FLOAT_TO_DOUBLE): Remove.
13438 * gdbarch.c: Regenerate.
13439 * gdbarch.h: Regenerate.
13440 * Makefile.in: Remove value_h from gdbarch_h.
13441 * valops.c (coerce_float_to_double): New variable.
13442 (default_coerce_float_to_double): Remove.
13443 (standard_coerce_float_to_double): Remove.
13444 (value_arg_coerce): Use coerce_float_to_double.
13445 (_initialize_valops): Add "set coerce-float-to-double".
13446 * value.h (default_coerce_float_to_double): Remove prototype.
13447 (standard_coerce_float_to_double): Remove prototype.
13448
13449 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13450 prototyped.
13451 * mdebugread.c (parse_symbol): Likewise.
13452 * stabsread.c (define_symbol): Mark all functions as prototyped.
13453
13454 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13455 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13456 set_gdbarch_coerce_float_to_double.
13457 * arm-tdep.c (arm_gdbarch_init): Likewise.
13458 * frv-tdep.c (frv_gdbarch_init): Likewise.
13459 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13460 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13461 * mips-tdep.c (mips_gdbarch_init): Likewise.
13462 (mips_coerce_float_to_double): Remove.
13463 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13464 (rs6000_coerce_float_to_double): Remove.
13465 * s390-tdep.c (s390_gdbarch_init): Likewise.
13466 * sh-tdep.c (sh_gdbarch_init): Likewise.
13467 (sh_coerce_float_to_double): Remove.
13468 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13469 (sparc_coerce_float_to_double): Remove.
13470 * v850-tdep.c (v850_gdbarch_init): Likewise.
13471 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13472 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13473 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13474 (hppa_coerce_float_to_double): Remove prototype.
13475 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13476
13477 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13478
13479 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13480
13481 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13482
13483 Suggested by Stewart Brown <sb24@avaya.com>:
13484 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13485 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13486 (c_type_print_varspec_suffix): Likewise.
13487
13488 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13489
13490 * configure.in: Don't set and AC_SUBST SUBDIRS.
13491 * configure: Regenerated.
13492
13493 * configure.in: Remove code dealing with shared libraries.
13494 * Makefile.in: Remove HLDFLAGS and HLDENV.
13495 * configure: Regenerated.
13496
13497 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13498
13499 * frame.c (deprecated_frame_xmalloc): New function.
13500 (deprecated_set_frame_saved_regs_hack): New function.
13501 (deprecated_set_frame_extra_info_hack): New function.
13502 * frame.h (deprecated_frame_xmalloc): Declare.
13503 (deprecated_set_frame_saved_regs_hack): Declare.
13504 (deprecated_set_frame_extra_info_hack): Declare.
13505
13506 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13507
13508 * configure.in: Move code that provides the --enable-gdbtk option
13509 right after the code that handles the --enable-tui option, and
13510 polish it somewhat.
13511 * configure: Regenerated.
13512
13513 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13514 AC_CHECK_FUNCS and remove the old check for pread64.
13515 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13516 * acconfig.h (_GNU_SOURCE): Add.
13517 (HAVE_PREAD64): Remove.
13518 * configure, aclocal.m4, config.in: Regenerated.
13519
13520 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13521
13522 * alpha-tdep.c: Use get_frame_saved_regs.
13523 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13524 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13525 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13526 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13527 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13528
13529 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13530
13531 * configure.in: Remove all use of the SUBDIRS variable; add
13532 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13533 code providing the --enable-multi-ice option, and move it right in
13534 front of the code that checks whether gdbserver is supported.
13535 Polish that too.
13536 * configure: Regenerated.
13537 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13538 @SUBDIRS@.
13539
13540 2003-01-03 Andrew Cagney <cagney@redhat.com>
13541
13542 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13543 * avr-tdep.c, cris-tdep.c: Ditto.
13544 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13545 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13546
13547 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13548
13549 * configure.in: Remove --enable-netrom option.
13550 * configure: Regenerated.
13551
13552 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13553
13554 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13555 declaration for `struct re_pattern_buffer' instead.
13556 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13557
13558 2003-01-03 J. Brobecker <brobecker@gnat.com>
13559
13560 * mdebugread.c (parse_symbol): Count until the stEnd matching
13561 the structure name.
13562
13563 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13564
13565 * configure.in: Remove --with-cpu option.
13566 subscripts. Remove evil changequotes here.
13567 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13568 * config.in, configure: Regenerated.
13569
13570 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13571 * configure.in: Cleanup section that sources GDB and BFD configure
13572 subscripts. Remove evil changequotes here.
13573 * config.in, configure: Regenerated.
13574
13575 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13576
13577 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13578 frame accessor methods.
13579 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13580 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13581 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13582 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13583 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13584 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13585 * z8k-tdep.c: Ditto.
13586
13587 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13588
13589 * configure.in: Remove UI_OUT configuration code.
13590 * ada-lang.c: Update assuming UI_OUT is always true.
13591 * Makefile.in (UIOUT_CFLAGS): Remove.
13592 * configure: Regenerated.
13593 * TODO: Remove blurb about elimination of -DUI_OUT.
13594
13595 * configure.in: Move code that provides the --enable-gdbcli,
13596 --enable-gdbmi options right before the code that handles the
13597 --enable-tui option. Polish a bit.
13598 * configure: Regenerated.
13599
13600 * configure.in: Rewrite check for GNU regex and the
13601 --without-included regex option, and move it into the "Checks for
13602 library functions" section. This makes us use the system regex
13603 again by default on systems with version 2 of the GNU C library.
13604 This was apparently broken.
13605 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13606 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13607 * config.in, configure: Regenerated.
13608
13609 * configure.in: Move code that provides the --enable-tui option
13610 before the "Checks for libraries" section. Polish the code
13611 somewhat and set need_curses to yes if we build the TUI. Rewrite
13612 code that looks for a library providing termcap functionality to
13613 match more closely what's done in the Readline library, and move
13614 it into to the "Checks for libraries" section.
13615 * configure: Regenerated.
13616 * Makefile.in (TERMCAP): Remove variable.
13617 * config/i386/go32.mh (TERMCAP): Remove variable.
13618
13619 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13620
13621 * MAINTAINERS: Mention gdb_mbuild.sh.
13622 * gdb_mbuild.sh: Rewrite.
13623
13624 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13625
13626 * configure.in: Fix typo in last change.
13627 * config.in, configure: Regenerated.
13628
13629 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13630
13631 * valarith.c (value_binop): Delete obsolete code and comments.
13632 * configure.host: Ditto.
13633 * buildsym.h (make_blockvector): Ditto.
13634 * buildsym.c (make_blockvector): Ditto.
13635 * defs.h (enum language): Ditto.
13636 (chill_demangle): Ditto.
13637 * elfread.c (elf_symtab_read): Ditto.
13638 * dwarfread.c (CHILL_PRODUCER): Ditto.
13639 (set_cu_language): Ditto.
13640 (handle_producer): Ditto.
13641 * expprint.c (print_subexp): Ditto.
13642 * gdbtypes.c (chill_varying_type): Ditto.
13643 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13644 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13645 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13646 (chill_varying_type): Ditto.
13647 * language.h (_LANG_chill): Ditto.
13648 * language.c (binop_result_type, integral_type): Ditto.
13649 (character_type, string_type, structured_type): Ditto.
13650 (lang_bool_type, binop_type_check): Ditto.
13651 * stabsread.h (os9k_stabs): Ditto.
13652 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13653 (define_symbol, read_type, read_struct_fields): Ditto.
13654 (read_array_type, read_enum_type, read_huge_number): Ditto.
13655 (read_range_type, start_stabs): Ditto.
13656 * symfile.c (init_filename_language_table): Ditto.
13657 (add_psymbol_with_dem_name_to_list): Ditto.
13658 * symtab.c (symbol_init_language_specific): Ditto.
13659 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13660 * symtab.h (struct general_symbol_info): Ditto.
13661 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13662 * typeprint.c (typedef_print): Ditto.
13663 * utils.c (fprintf_symbol_filtered): Ditto.
13664 * valops.c (value_cast, search_struct_field, value_slice): Delete
13665 obsolete code.
13666 (varying_to_slice): Delete function.
13667 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13668 (varying_to_slice): Delete declaration.
13669 * MAINTAINERS: Update.
13670
13671 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13672
13673 * configure.in: Reorganize "Checks for library functions section"
13674 a bit. Remove check for `btowc' and `isascii' functions.
13675 * configure: Regenerated.
13676
13677 * acconfig.h (_MSE_INT_H): Remove.
13678 * configure.in: Create "Checks for header files" section, and move
13679 appropriate tests there. Don't check for objlist.h, wchar.h,
13680 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13681 misdetection fix. Also add "Checks for types", "Checks for
13682 compiler characteristics" and "Checks for library functions"
13683 sections.
13684 * config.in, configure: Regenerated.
13685
13686 * configure.in: Create "Checks for programs" section, and move
13687 appropriate tests there.
13688
13689 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13690
13691 * configure.in: Create "Checks for libraries" section, and move
13692 appropriate tests there. Cleanup check for wctype in libw. Use
13693 AC_SEARCH_LIBS to see whether we need libsocket.
13694 * configure: Regenerated.
13695
13696 For older changes see ChangeLog-2002
13697 \f
13698 Local Variables:
13699 mode: change-log
13700 left-margin: 8
13701 fill-column: 74
13702 version-control: never
13703 End: