Update documentation
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
2
3 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
4 printf_unfiltered instead of printf_filtered for output messages.
5 (add_symbol_file_command): Ditto.
6 (reread_symbols): Ditto.
7 (overlay_auto_command): Ditto.
8 (overlay_manual_command): Ditto.
9 (overlay_off_command): Ditto.
10
11 2003-10-27 Mark Kettenis <kettenis@gnu.org>
12
13 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
14 (gdbarch_from_bfd): New function.
15 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
16 deprecated_select_gdbarch_hack.
17 * arch-utils.h (gdbarch_from_bfd): New prototype.
18
19 2003-10-27 Andrew Cagney <cagney@redhat.com>
20
21 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
22 arch_info. Use warning instead of fprintf_filtered. Do not use
23 deprecated bfd_printable_arch_mach.
24
25 2003-10-26 Kevin Buettner <kevinb@redhat.com>
26
27 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
28 Delete.
29 (frv_register_type): Rename from frv_register_virtual_type. Add
30 ``struct gdbarch *'' parameter.
31 (frv_gdbarch_init): Delete calls to the following functions:
32 set_gdbarch_deprecated_size(),
33 set_gdbarch_deprecated_register_bytes(),
34 set_gdbarch_deprecated_register_raw_size(),
35 set_gdbarch_deprecated_max_register_raw_size(),
36 set_gdbarch_deprecated_register_virtual_size(),
37 set_gdbarch_deprecated_max_register_virtual_size(),
38 set_gdbarch_deprecated_register_virtual_size(),
39 set_gdbarch_deprecated_register_virtual_type().
40 Add call to function set_gdbarch_register_type().
41
42 2003-10-26 Mark Kettenis <kettenis@gnu.org>
43
44 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
45 FDOFF_REGNUM): Remove defines.
46 * win32-nat.c (do_child_fetch_inferior_registers): Include
47 "i387-tdep.h".
48 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
49 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
50 undefine I387_ST0_REGNUM.
51
52 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
53 * x86-64-tdep.c (x86_64_store_return_value): Use
54 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
55
56 Change register numbers to enumartion values.
57 * i386-tdep.h (enum i386_regnum): New.
58 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
59 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
60 I386_ST0_REGNUM): Remove defines.
61 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
62 I386_EDI_REGNUM): Remove defines.
63
64 2003-10-24 Andrew Cagney <cagney@redhat.com>
65
66 * target.c: Include "gdbcore.h".
67 (get_target_memory, get_target_memory_unsigned): New functions.
68 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
69 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
70 Use get_target_memory_unsigned.
71 * Makefile.in (target.o): Update dependencies.
72
73 2003-10-24 Andrew Cagney <cagney@redhat.com>
74
75 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
76 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
77 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
78 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
79 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
80
81 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
82 (can_run_code_for): Use the OO term "singleton".
83
84 2003-10-23 Andrew Cagney <cagney@redhat.com>
85
86 * Makefile.in (stack.o): Add $(regcache_h).
87 * stack.c: Include "regcache.h"
88 (return_command): Rewrite. Use get_frame_id and
89 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
90 about unhandled return-values.
91 * value.h (set_return_value): Delete declaration.
92 * values.c (set_return_value): Delete function.
93
94 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
95
96 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
97 (pseudo_regs): Add comment regarding register stack registers.
98 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
99 (floatformat_valid): New static routine.
100 (floatformat_ia64_ext): Add name field and set up is_valid routine
101 to floatformat_valid().
102 (examine_prologue): For the previous cfm, use
103 frame_unwind_register()
104 if the cfm is not stored in a register-stack register. Save the
105 previous cfm value in the prev_cfm field. Add debug output.
106 (ia64_frame_this_id): Use frame_id_build_special() to also register
107 the bsp. Add debug output.
108 (ia64_sigtramp_frame_this_id): Ditto.
109 (ia64_frame_prev_register): Look at cache saved_regs for a few more
110 registers and also add some checks for framelessness before accepting
111 current register values for fields such as return address. For cfm,
112 use the cached prev_cfm field if available. Add comment to explain
113 PSR logic. Add debug output.
114 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
115 as part of initialization.
116 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
117 calculated. Cache the bsp and cfm values.
118 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
119 instead of using ia64_frame_prev_register() which doesn't expect most
120 registers to be saved. The saved values for bsp and sp
121 can be taken from the cache. Add debug output.
122 (ia64_push_dummy_call): Use frame_id_build_special() to also register
123 the bsp.
124
125 2003-10-23 Jim Blandy <jimb@redhat.com>
126
127 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
128 architecture the current arch can run code for --- but not if it's
129 a superset.
130 (can_run_code_for): New function.
131
132 2003-10-22 James E Wilson <wilson@specifixinc.com>
133
134 * MAINTAINERS: Move myself from paper trail section back to write
135 after approval section.
136
137 2003-10-22 Andrew Cagney <cagney@redhat.com>
138
139 * exec.h: New file.
140 * win32-nat.c: Include "exec.h".
141 * solib.c: Include "exec.h".
142 * target.h (build_section_table): Delete declaration.
143 * somsolib.c: Include "exec.h".
144 (exec_ops): Delete extern declaration.
145 * rs6000-nat.c: Update copyright. Include "exec.h".
146 (exec_ops): Delete extern declaration.
147 * pa64solib.c: Update copyright. Include "exec.h".
148 (exec_ops): Delete extern declaration.
149 * exec.c: Update copyright. Include "exec.h".
150 * corelow.c: Update dependencies. Include "exec.h".
151 * Makefile.in (exec_h): Define.
152 (exec.o, somsolib.o): Update dependencies.
153 (pa64solib.o, corelow.o): Update dependencies.
154
155 2003-10-22 Andrew Cagney <cagney@redhat.com>
156
157 * target.c: Include "gdb_assert.h" (target_read): Call
158 "target_read_partial", not "target_write_partial".
159 (default_read_partial, default_write_partial): New function.
160 (target_read_partial, target_write_partial): Simplify, assume that
161 there is always a read/write method.
162 (update_current_target, add_target): Always set "to_read_partial"
163 and "to_write_partial".
164 (target_write, target_read): Fail on a zero byte transfer.
165 * Makefile.in (target.o): Update dependencies.
166 * target.h: Update copyright date.
167 (target_object): Fix typo.
168
169 2003-10-22 Andrew Cagney <cagney@redhat.com>
170
171 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
172 multi-arch method, add "targ" parameter.
173 (struct target_ops): Declare.
174 * gdbarch.h, gdbarch.c: Re-generate.
175 * Makefile.in (c-valprint.o): Update dependencies.
176 * arch-utils.h: Update copyright.
177 (convert_from_func_ptr_addr_identity): Declare.
178 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
179 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
180 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
181 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
182 * infcall.c (find_function_addr, call_function_by_hand): Update.
183 * c-valprint.c: Include "target.h".
184 (print_function_pointer_address): Update.
185
186 2003-10-22 Andrew Cagney <cagney@redhat.com>
187
188 * target.c (target_close): New function.
189 (debug_to_close): Use "target_close".
190 (push_target): Use "target_close".
191 (unpush_target): Use "target_close".
192 (pop_target): Use "target_close".
193 * target.h (struct target_ops): Add "to_xclose".
194 (target_open): Delete macro. Move comment to "to_open".
195 (target_close): Replace macro with function that takes a target.
196 * top.c (quit_target): Pass "current_target" to "target_close".
197
198 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
199
200 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
201 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
202 * symtab.h (lookup_minimal_symbol_text): Update.
203 * breakpoint.c (create_overlay_event_breakpoint,
204 create_longjmp_breakpoint): Update callers.
205 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
206 * symtab.c (find_pc_sect_line): Ditto.
207
208 2003-10-21 Andrew Cagney <cagney@redhat.com>
209
210 * target.c (errno): Delete extern declaration.
211
212 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
213
214 * ia64-tdep.c: Change all occurrences of
215 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
216 (ia64_frame_prev_register): Minor whitespace change.
217
218 2003-10-20 Michael Chastain <mec@shout.net>
219
220 * config/djgpp/fnchange.lst: Add lines for:
221 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
222 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
223 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
224 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
225 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
226 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
227 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
228
229 2003-10-20 Andrew Cagney <cagney@redhat.com>
230
231 * values.c (register_value_being_returned): Update comments. Use
232 "gdbarch_return_value" when available.
233 (using_struct_return): Ditto.
234 (set_return_value): Ditto. Use "gdbarch_return_value" when
235 available.. Print a warning, and not an error, when an unhandled
236 return type is encountered.
237 * infcmd.c: Include "gdb_assert.h".
238 (print_return_value): When gdbarch_return_value_p, and using
239 struct return, assume that the value is not available.
240 * defs.h (return_value_convention): Define.
241 * gdbarch.sh (gdbarch_return_value): New predicate method.
242 * gdbarch.h, gdbarch.c: Re-generate
243 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
244
245 2003-10-20 Andrew Cagney <cagney@redhat.com>
246
247 * symtab.c: Replace "struct sec" with "struct bfd_section".
248 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
249
250 2003-10-19 Michael Chastain <mec@shout.net>
251
252 * config/djgpp/fnchange.lst: Add lines for:
253 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
254 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
255 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
256
257 2003-10-19 Mark Kettenis <kettenis@gnu.org>
258
259 * amd64fbsd-nat.c (fetch_inferior_registers,
260 store_inferior_registers): Remove functions.
261 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
262
263 2003-10-18 Mark Kettenis <kettenis@gnu.org>
264
265 Add NetBSD/amd64 native configuration:
266 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
267 * amd64nbsd-tdep.c: New file.
268 * amd64nbsd-nat.c: New file.
269 * amd64bsd-nat.c: New file.
270 * config/i386/nbsd64.mh: New file.
271 * config/i386/nbsd64.mt: New file.
272 * configure.host: Add x86_64-*-netbsd*.
273 * configure.tgt: Add x86_64-*-netbsd*.
274 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
275 New targets.
276 * NEWS (New native configurations): Mention NetBSD/amd64.
277
278 2003-10-17 Michael Chastain <mec@shout.net>
279
280 * config/djgpp/fnchange.lst: Remove dead lines for:
281 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
282 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
283 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
284 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
285 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
286 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
287 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
288 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
289 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
290 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
291 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
292 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
293 gdb/config/sparc/tm-sparclite.h,
294 gdb/gdbtk/generic/ChangeLog-2001,
295 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
296 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
297 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
298 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
299 gdb/testsuite/gdb.mi/mi0-var-block.exp,
300 gdb/testsuite/gdb.mi/mi0-var-child.exp,
301 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
302 gdb/testsuite/gdb.mi/mi0-var-display.exp,
303 itcl/iwidgets3.0.0/demos/extfileselectionbox,
304 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
305 itcl/iwidgets3.0.0/demos/fileselectionbox,
306 itcl/iwidgets3.0.0/demos/fileselectiondialog,
307 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
308 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
309 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
310 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
311 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
312 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
313 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
314 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
315 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
316 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
317 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
318 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
319 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
320 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
321 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
322 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
323 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
324 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
325 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
326 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
327 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
328 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
329 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
330 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
331 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
332 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
333 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
334 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
335 itcl/iwidgets3.0.0/demos/html/shell.n.html,
336 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
337 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
338 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
339 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
340 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
341 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
342 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
343 itcl/iwidgets3.0.0/demos/scrolledcanvas,
344 itcl/iwidgets3.0.0/demos/scrolledframe,
345 itcl/iwidgets3.0.0/demos/scrolledhtml,
346 itcl/iwidgets3.0.0/demos/scrolledlistbox,
347 itcl/iwidgets3.0.0/demos/scrolledtext,
348 itcl/iwidgets3.0.0/demos/selectionbox,
349 itcl/iwidgets3.0.0/demos/selectiondialog,
350 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
351 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
352 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
353 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
354 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
355 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
356 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
357 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
358 itcl/iwidgets3.0.0/doc/scrolledframe.n,
359 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
360 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
361 itcl/iwidgets3.0.0/doc/scrolledtext.n,
362 itcl/iwidgets3.0.0/doc/selectionbox.n,
363 itcl/iwidgets3.0.0/doc/selectiondialog.n,
364 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
365 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
366 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
367 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
368 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
369 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
370 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
371 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
372 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
373 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
374 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
375 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
376 itcl/iwidgets3.0.0/generic/selectionbox.itk,
377 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
378 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
379 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
380 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
381 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
382 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
383 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
384 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
385 itcl/iwidgets3.0.0/tests/scrolledframe.test,
386 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
387 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
388 itcl/iwidgets3.0.0/tests/scrolledtext.test,
389 itcl/iwidgets3.0.0/tests/selectionbox.test,
390 itcl/iwidgets3.0.0/tests/selectiondialog.test,
391 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
392 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
393 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
394 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
395 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
396 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
397 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
398 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
399 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
400 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
401 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
402 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
403 tk/mac/tkMacProjects.sit.hqx.
404
405 2003-10-17 Andrew Cagney <cagney@redhat.com>
406
407 * target.c (target_section_by_addr): New function.
408 (do_xfer_memory): Use "target_section_by_addr".
409 * target.h (target_section_by_addr): Declare.
410
411 * target.h (struct target_ops): Add "to_read_partial" and
412 "to_write_partial", delete "to_query".
413 (target_read_partial, target_write_partial): Declare.
414 (target_read, target_write): Declare.
415 (target_query): Delete macro.
416 * target.c (target_read_partial): New function.
417 (target_write_partial, target_read, target_write): New function.
418 (update_current_target): Delete inheritance of "to_query". Add
419 comments about "to_read_partial" and "to_write_partial".
420 (debug_to_partial_read, debug_to_partial_write): New functions.
421 (debug_to_query): Delete function.
422 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
423 instead of "to_query".
424 * remote.c (remote_read_partial): Replace "remote_query".
425 (init_remote_ops): Set "to_read_partial" instead of "to_query".
426 (init_remote_async_ops): Ditto.
427 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
428 "target_read_partial" instead of "target_query".
429 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
430 Use "target_read_partial" instead of "target_query".
431
432 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
433
434 * frame.h (struct frame_id): Add new field: special_addr.
435 (frame_id_build_special): New prototype.
436 * frame.c (frame_id_build_special): New function.
437 (frame_id_build): Change to call frame_id_build_special().
438 (frame_id_eq): Change to also test special_addr field.
439 (frame_id_inner): Update comment.
440
441 2003-10-17 Andrew Cagney <cagney@redhat.com>
442
443 * target.c (update_current_target): Perform the target cleanup.
444 Put the target stack beneath the squashed "current_target".
445 (add_target): Delete disabled call to "cleanup_target".
446 (cleanup_target): Delete function.
447 (push_target, unpush_target): Do not call "cleanup_target".
448
449 2003-10-17 Andrew Cagney <cagney@redhat.com>
450
451 * target.c (target_stack): Change to a static target_ops.
452 (update_current_target): Walk the "struct target_ops" stack.
453 (pop_target, do_xfer_memory, target_info): Ditto.
454 (find_target_beneath): Ditto.
455 (push_target): Rewrite to use the "struct target_ops" stack.
456 (unpush_target): Ditto.
457 * target.h (struct target_stack_item): Delete definition.
458 (target_stack): Delete declaration.
459 (struct target_ops): Add field "beneath".
460
461 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
462
463 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
464 declaration.
465 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
466 (h8300_examine_prologue): Use h8300_normal_mode flag
467 (h8300_gdbarch_init): Set architecture info for normal mode
468
469 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
470
471 * remote.c (remote_protocol_vcont): New variable.
472 (set_remote_protocol_vcont_packet_cmd): New function.
473 (show_remote_protocol_vcont_packet_cmd): New function.
474 (init_all_packet_configs): Handle remote_protocol_vcont.
475 (remote_vcont_probe): New function.
476 (remote_vcont_resume): New function.
477 (remote_resume): Use it.
478 (remote_async_resume): Call remote_resume.
479 (_initialize_remote): Add verbose-resume packet commands.
480
481 2003-10-16 Andrew Cagney <cagney@redhat.com>
482
483 * infrun.c (handle_inferior_event): Add comment about
484 "frame_id_inner" being too weak.
485
486 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
487
488 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
489 second parameter, which is always null. Remove
490 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
491 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
492 accordingly.
493 * somsolib.c (som_solib_create_inferior_hook,
494 som_solib_desire_dynamic_linker_symbols): Update callers.
495 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
496
497 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
498
499 * remote-m32r-sdi.c : New file, interface to m32r on-chip
500 debug interface, SDI (Scalable Debug Interface).
501 * NEWS: Mention m32r SDI protocol was supported.
502 * Makefile.in (remote-m32r-sdi.o): Add build rule.
503 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
504
505 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
506
507 * ia64-linux-tdep.c: Include gdbcore.h.
508 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
509 (ia64_linux_sigcontext_register_addr): Find the address of the
510 sigcontext area stored in the sigframe instead of using
511 a magic offset constant.
512
513 2003-10-15 Andrew Cagney <cagney@redhat.com>
514
515 * remote.c (remote_search): Delete function.
516 * target.h (target_search): Delete disabled macro.
517 (struct target_ops): Delete disabled field "to_search".
518
519 2003-10-14 Kevin Buettner <kevinb@redhat.com>
520
521 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
522 instead of deprecated_inside_entry_file().
523
524 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
525
526 * sh-tdep.c: Fix copy/paste hangover in comment.
527 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
528 mode.
529 (sh3e_sh4_extract_return_value): Ditto.
530
531 2003-10-13 Richard Henderson <rth@redhat.com>
532
533 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
534 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
535 match c_val_print a bit closer.
536
537 2003-10-13 Kevin Buettner <kevinb@redhat.com>
538
539 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
540 (frv_gdbarch_adjust_breakpoint_address): New function.
541 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
542 method.
543
544 2003-10-13 Kevin Buettner <kevinb@redhat.com>
545
546 * breakpoint.h (struct breakpoint): Add new member
547 ``requested_address''.
548 * breakpoint.c (breakpoint_adjustment_warning)
549 (adjust_breakpoint_address): New static functions.
550 (print_it_typical): Issue warning if breakpoint's address is different
551 from its requested address.
552 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
553 (breakpoint_re_set_one): Set breakpoint's
554 ``requested_address'' field. Set ``address'' field to the
555 result of calling adjust_breakpoint_address() on the requested
556 address.
557
558 2003-10-13 Kevin Buettner <kevinb@redhat.com>
559
560 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
561 * gdbarch.h, gdbarch.c: Regenerate.
562
563 2003-10-11 Mark Kettenis <kettenis@gnu.org>
564
565 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
566 TDEP->sc_num_regs.
567
568 * i386fbsd-tdep.c: New file.
569 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
570 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
571 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
572 i386bsd-tdep.c.
573 (_initialize_i386fbsd_tdep): New function.
574 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
575 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
576 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
577 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
578 TDEP->sc_num_regs.
579 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
580 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
581 to initialize TDEP->sc_num_regs.
582 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
583 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
584 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
585 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
586 FreeBSD ELF OS/ABI's here.
587 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
588 (i386fbsd-tdep.o): New target.
589 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
590 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
591
592 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
593 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
594 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
595 in initialization of TDEP->sc_num_regs.
596
597 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
598 (x86_64_init_abi): Initialize regset_from_core_section if
599 appropriate.
600
601 * i386-tdep.c (i386_regset_from_core_section): New function.
602 (i386_gdbarch_init): Initialize regset_from_core_section if
603 appropriate.
604 * i386-tdep.h (i386_regset_from_core_section): New declaration.
605
606 * i386-tdep.h (struct regset): Declare opaque.
607
608 * gdbarch.sh (regset_from_core_section): New method.
609 (struct regset): Declare opaque.
610 * gdbarch.c, gdbarch.h: Regenerated.
611
612 2003-10-11 Alan Modra <amodra@bigpond.net.au>
613
614 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
615 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
616 Correct test for pc within section.
617
618 2003-10-11 Mark Kettenis <kettenis@gnu.org>
619
620 * gdbarch.sh: Remove trailing whitepsace from comments.
621
622 2003-10-08 Roland McGrath <roland@redhat.com>
623
624 * gcore.c (make_mem_sec): Function removed, folded into ...
625 (gcore_create_callback): ... here. To omit a section, clear its
626 SEC_LOAD bit rather than zeroing its size.
627 Omit read-only sections only if they correspond to a known disk file.
628 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
629
630 2003-10-10 Michael Snyder <msnyder@redhat.com>
631
632 * d10v-tdep.c: Fix typo in comment.
633
634 2003-10-10 Andrew Cagney <cagney@redhat.com>
635
636 * rs6000-tdep.c (e500_store_return_value): Delete function.
637 (e500_extract_return_value): Delete function.
638 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
639 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
640 "ppc_sysv_abi_restore_return_value" where applicable.
641 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
642 (ppc_sysv_abi_extract_return_value): Declare.
643 (ppc_sysv_abi_broken_store_return_value): Declare.
644 (ppc_sysv_abi_broken_extract_return_value): Declare.
645 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
646 * ppc-sysv-tdep.c (return_value_convention): Move definition to
647 start of file.
648 (do_ppc_sysv_return_value): New function.
649 (ppc_sysv_abi_extract_return_value): New function.
650 (ppc_sysv_abi_store_return_value): New function.
651 (ppc_sysv_abi_broken_extract_return_value): New function.
652 (ppc_sysv_abi_broken_store_return_value): New function.
653 (ppc_sysv_abi_use_struct_convention): Call
654 do_ppc_sysv_return_value.
655
656 2003-10-10 J. Brobecker <brobecker@gnat.com>
657
658 * blockframe.c (inside_main_func): No longer use symbol_lookup()
659 to lookup the main function symbol.
660
661 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
662
663 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
664 types correctly.
665 (sh_push_dummy_call_fpu): Fix argument passing rules.
666 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
667 float types.
668 (sh3e_sh4_store_return_value): Ditto.
669
670 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
671
672 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
673 comment.
674
675 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
676
677 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
678 more readable code. Accomodate passing of bitfields.
679
680 2003-10-10 Andrew Cagney <cagney@redhat.com>
681
682 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
683 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
684 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
685 * ppc-sysv-tdep.c: Include "gdb_assert.h".
686 (ppc64_sysv_abi_push_dummy_call): New function.
687 (ppc64_sysv_abi_broken_push_dummy_call): New function.
688 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
689 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
690
691 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
692
693 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
694 * README: Ditto.
695 * d10v-tdep.c: Ditto.
696 * h8300-tdep.c: Ditto.
697 * remote-e7000.c: Ditto.
698 * remote-hms.c: Ditto.
699 * ser-e7kpc.c: Ditto.
700 * sh-stub.c: Ditto.
701 * sh-tdep.c: Ditto.
702 * sh-tdep.h: Ditto.
703 * sh3-rom.c: Ditto.
704 * sh64-tdep.c: Ditto.
705 * top.c: Ditto.
706 * wince.c: Ditto.
707 * config/d10v/d10v.mt: Ditto.
708 * config/sh/embed.mt: Ditto.
709 * config/sh/linux.mt: Ditto.
710 * config/sh/tm-linux.h: Ditto.
711 * config/sh/tm-sh.h: Ditto.
712 * config/sh/wince.mt: Ditto.
713
714 2003-10-09 Andrew Cagney <cagney@redhat.com>
715
716 * ppc-tdep.h (struct type): Declare opaque.
717 * x86-64-tdep.h (struct regcache): Declare opaque.
718 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
719 coding style.
720
721 2003-10-09 Andrew Cagney <cagney@redhat.com>
722
723 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
724 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
725 (SOFTWARE_SINGLE_STEP_P): Ditto.
726 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
727 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
728 (SOFTWARE_SINGLE_STEP_P): Ditto.
729 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
730 software_single_step to rs6000_software_single_step.
731
732 2003-10-09 Andrew Cagney <cagney@redhat.com>
733
734 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
735
736 2003-10-09 Michael Snyder <msnyder@redhat.com>
737
738 * frame.h: Fix typo in comment.
739 * dummy-frame.c: Fix typo in comment.
740 * d10v-tdep.c: Random whitespace/comment tweaks.
741
742 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
743
744 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
745 (sh_push_dummy_code): Delete function, it's only used for dummy calls
746 on stack.
747
748 Based on input by Stephen Clarke (stephen.clarke@superh.com):
749 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
750 in detail.
751
752 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
753
754 * remote-mips.c (mips_initialize): Remove unneeded call to
755 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
756
757 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
758
759 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
760 a memory pointer.
761
762 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
763
764 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
765 for any lwp we resume.
766 (running_callback): Add lwps that have pending status events
767 against them to be considered running.
768
769 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
770
771 * m32r-tdep.c : Include "dis-asm.h".
772 * Makefile.in (m32r-tdep.o): Update dependencies.
773
774 2003-10-06 J. Brobecker <brobecker@gnat.com>
775
776 * completer.h (get_gdb_completer_word_break_characters): Delete.
777 * completer.c: include language.h.
778 (gdb_completer_word_break_characters): Delete.
779 (get_gdb_completer_word_break_characters): Delete.
780 (location_completer): Use the word break characters of the current
781 language.
782 (complete_line): Likewise.
783 (line_completion_function): Likewise.
784 (skip_quoted_chars): Likewise.
785 * Makefile.in (completer.o): Add dependency on language.h.
786 * top.c (init_main): Set the readline word break characters
787 to GDB's default word break characters.
788
789 2003-10-06 J. Brobecker <brobecker@gnat.com>
790
791 * language.h (language_defn): new field, la_word_break_characters.
792 * language.c (unknown_language_defn): Set new field to
793 default_word_break_characters.
794 (auto_language_defn): Likewise.
795 (local_language_defn): Likewise.
796 * ada-lang.c (ada_language_defn): Likewise.
797 * c-lang.c (c_language_defn): Likewise.
798 (cplus_language_defn): Likewise.
799 (asm_language_defn): Likewise.
800 (minimal_language_defn): Likewise.
801 * f-lang.c (f_language_defn): Likewise.
802 * jv-lang.c (java_language_defn): Likewise.
803 * m2-lang.c (m2_language_defn): Likewise.
804 * objc-lang.c (objc_language_defn): Likewise.
805 * p-lang.c (pascal_language_defn): Likewise.
806 * scm-lang.c (scm_language_defn): Likewise.
807
808 2003-10-06 Andrew Cagney <cagney@redhat.com>
809
810 * ppc-sysv-tdep.c: Re-indent.
811
812 2003-10-06 J. Brobecker <brobecker@gnat.com>
813
814 * language.h (default_word_break_characters): Add prototype.
815 * language.c (default_word_break_characters): New function.
816
817 2003-10-06 Andreas Schwab <schwab@suse.de>
818
819 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
820 with %eax.
821
822 2003-10-06 Andrew Cagney <cagney@redhat.com>
823
824 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
825 "h8500-tdep.c".
826 (z8k-tdep.o): Delete custom build rule.
827
828 2003-10-06 Andrew Cagney <cagney@redhat.com>
829
830 * Makefile.in: Update all dependencies.
831
832 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
833 No longer list PA as as obsolete candidate. List m32r as
834 broken instead of obsolete.
835
836 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
837 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
838 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
839 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
840 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
841 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
842 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
843 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
844 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
845 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
846 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
847 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
848 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
849 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
850 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
851 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
852 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
853 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
854 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
855 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
856 * config/z8k/z8k.mt: Ditto.
857
858 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
859 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
860 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
861 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
862 sparclite were removed.
863 * configure.host, configure.tgt: Remove corresponding tuples.
864
865 * breakpoint.c, breakpoint.h: Remove obsolete code.
866 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
867 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
868 * stabsread.h, xcoffread.c: Ditto.
869
870 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
871 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
872 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
873 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
874
875 2003-10-06 David Lecomber <dsl@sources.redhat.com>
876
877 * f-valprint.c: Reformatting
878
879 2003-10-06 Mark Kettenis <kettenis@gnu.org>
880
881 * x86-64-tdep.c: Remove duplicate comment.
882
883 * x86-64-tdep.c (x86_64_store_return_value): Don't use
884 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
885 names for return values. This fixes a bug since we looked at %rbx
886 instead of %rdx.
887
888 2003-10-05 Mark Kettenis <kettenis@gnu.org>
889
890 * x86-64-tdep.c: Include "regset.h".
891
892 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
893 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
894 sizeof_fpregset.
895 * i386-tdep.c: Include "regset.h".
896 (i386_supply_gregset): New function.
897 (i386_supply_fpregset): New function.
898 (i386_gdbarch_init): Initialze register set-related members of
899 TDEP.
900 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
901 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
902
903 2003-10-03 Andrew Cagney <cagney@redhat.com>
904
905 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
906 set extract_return_value, store_return_value and
907 use_struct_convention to ppc64_sysv_abi_extract_return_value,
908 ppc64_sysv_abi_store_return_value and
909 ppc64_sysv_abi_use_struct_convention.
910 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
911 (ppc64_sysv_abi_store_return_value): Declare.
912 (ppc64_sysv_abi_use_struct_convention): Declare.
913 * ppc-sysv-tdep.c (enum return_value_convention): Define.
914 (ppc64_sysv_abi_extract_return_value): New function.
915 (ppc64_sysv_abi_store_return_value): New function.
916 (ppc64_sysv_abi_use_struct_convention): New function.
917 (ppc64_sysv_abi_return_value): New function.
918
919 2003-10-03 Andrew Cagney <cagney@redhat.com>
920
921 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
922 convert a descriptor to a function when it's in the ".opd"
923 section.
924
925 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
926
927 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
928 reg_size to keep GCC silent.
929
930 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
931
932 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
933 base for DW_EH_PE_textrel encodings.
934 (read_encoded_value): Add a DW_EH_PE_textrel case.
935 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
936 section.
937
938 2003-10-03 Mark Kettenis <kettenis@gnu.org>
939
940 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
941
942 2003-10-02 Andrew Cagney <cagney@redhat.com>
943
944 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
945 REGISTER_RAW_SIZE.
946 * gdbarch.h, gdbarch.c: Re-generate.
947 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
948 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
949 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
950 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
951 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
952 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
953 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
954 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
955 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
956 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
957 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
958 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
959 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
960 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
961 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
962 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
963
964 2003-10-02 Jim Blandy <jimb@redhat.com>
965
966 * dwarf2read.c (struct die_info): Doc fix.
967
968 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
969
970 * sh-tdep.c: Running thru gdb_indent.sh.
971
972 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
973
974 * sh-tdep.c (sh_justify_value_in_reg): New function.
975 (sh_stack_allocsize): Ditto.
976 (flt_argreg_array): New array used for floating point argument
977 passing.
978 (sh_init_flt_argreg): New function.
979 (sh_next_flt_argreg): Ditto.
980 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
981 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
982 Fix argument passing strategy.
983 (sh_push_dummy_call_nofpu): Ditto.
984
985 2003-10-01 Andrew Cagney <cagney@redhat.com>
986
987 * value.h (register_value_being_returned): Declare. Replace
988 "value_being_returned".
989 * infcall.c (call_function_by_hand): Use
990 register_value_being_returned.
991 * infcmd.c (print_return_value): Call
992 "register_value_being_returned", handle struct return locally.
993 * values.c (register_value_being_returned): New function. Replace
994 "value_being_returned".
995
996 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
997
998 * linux-proc.c (linux_do_registers): New function.
999 (linux_make_note_section): Use linux_do_registers in case of
1000 single threaded inferior programs.
1001
1002 2003-10-01 Andrew Cagney <cagney@redhat.com>
1003
1004 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1005 use STRUCT_ADDR. When not using "struct return convention", pass
1006 "0" to "value_being_returned". Add FIXMEs.
1007 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1008 value_being_returned. Add comments.
1009 * values.c (value_being_returned): Add fixme.
1010 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1011 (hppa_value_returned_from_stack): Add FIXME.
1012
1013 2003-09-30 David Carlton <carlton@kealia.com>
1014
1015 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1016 'has_children' and 'next' by 'child' and 'sibling'.
1017 (read_comp_unit): Rework algorithm, breaking body into
1018 read_die_and_children and read_die_and_siblings.
1019 (read_die_and_children, read_die_and_siblings): New.
1020 (read_full_die): Add 'has_children' argument; set it instead of
1021 the die's 'has_children' field. Minor formatting cleanup.
1022 (free_die_list): Use die->child and die->sibling instead of
1023 die->next.
1024 (dump_die_list): Ditto.
1025 (sibling_die): Use die->sibling.
1026 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1027 'has_children' and 'next' fields.
1028 (process_die, read_file_scope, read_func_scope)
1029 (read_lexical_block_scope, read_structure_scope)
1030 (read_enumeration, read_array_type, read_common_block)
1031 (read_namespace, read_subroutine_type, dump_die): Ditto.
1032
1033 2003-09-30 Andrew Cagney <cagney@redhat.com>
1034
1035 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1036 to 224, not 220.
1037
1038 2003-09-30 Andrew Cagney <cagney@redhat.com>
1039
1040 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1041 REGISTER_VIRTUAL_SIZE.
1042 * gdbarch.h, gdbarch.c: Regenerate.
1043 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1044 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1045 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1046
1047 2003-09-29 Andrew Cagney <cagney@redhat.com>
1048
1049 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1050 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1051 * gdbarch.h, gdbarch.c: Regenerate.
1052 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1053 * sh64-tdep.c, sparc-tdep.c: Update.
1054
1055 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1056 * remote-vxmips.c (vx_read_register): Ditto.
1057 * remote-vx68.c (vx_read_register): Ditto.
1058 * gnu-nat.c (inf_validate_procs): Ditto.
1059
1060 2003-09-29 J. Brobecker <brobecker@gnat.com>
1061
1062 * infcall.c (call_function_by_hand): Fix build failure
1063 introduced in the previous change to this file.
1064
1065 2003-09-29 Andrew Cagney <cagney@redhat.com>
1066
1067 * NEWS: Mention Objective-C.
1068
1069 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1070
1071 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1072 test if the register has been saved on the stack.
1073 (arm_scan_prologue_cache): When analysing the instruction
1074 "str lr, [sp, #-4]", save the address where lr has been stored.
1075
1076 2003-09-28 Andrew Cagney <cagney@redhat.com>
1077
1078 * frame.c (frame_read_unsigned_register): Delete function.
1079 * frame.h (frame_read_unsigned_register): Delete declaration.
1080 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1081 get_frame_register_unsigned.
1082 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1083 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1084 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1085
1086 * frame.h (frame_read_register): Delete declaration.
1087 * frame.c (frame_read_register): Delete function.
1088 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1089 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1090 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1091 * mips-tdep.c (mips_register_to_value): Ditto.
1092 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1093 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1094
1095 * frame.c (frame_read_signed_register): Delete function.
1096 (frame_read_unsigned_register): Update comments.
1097 * frame.h (frame_read_signed_register): Delete declaration.
1098 * h8300-tdep.c (h8300_print_register): Use
1099 get_frame_register_signed.
1100 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1101
1102 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1103 Rename VALUE_RETURNED_FROM_STACK.
1104 * infcmd.c (print_return_value): Update.
1105 * infcall.c (call_function_by_hand): Update.
1106
1107 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1108
1109 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1110 regcache argument and reverse the order of the other two
1111 arguments. Remove local regcache variable. Determine
1112 architecture from REGCACHE. Update comments.
1113 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1114 reverse the order of the other two arguments. Remove local
1115 regcache variable. Determine architecture from REGCACHE. Update
1116 comments.
1117 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1118 prototypes. Update comments.
1119 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1120 comment.
1121 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1122 Update.
1123 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1124 * i386-interix-nat.c (supply_fpregset): Update.
1125 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1126 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1127 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1128 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1129 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1130 Update.
1131 * i386obsd-tdep.c (fetch_core_registers): Update.
1132 * i386v4-nat.c (supply_fpregset): Update.
1133 * x86-64-linux-nat.c (supply_fpregset): Update.
1134 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1135
1136 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1137
1138 * i386-tdep.h: Put opaque declarations in alphabetical
1139 order. Remove spurious whitespace.
1140 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1141 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1142 * i386-tdep.c (MM0_REGNUM): Remove define.
1143 (i386_mmx_regnum_p): Add gdbarch argument.
1144 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1145 Rewrite using new macro definitions for FPU/SSE registers.
1146 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1147 definitions from i387-tdep.h.
1148 (i386_register_name): Update.
1149 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1150 new macro definitions for FPU/SSE registers.
1151 (i386_extract_return_value): Determine whether floating-point
1152 registers are present by examining REGCACHE's architecture.
1153 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1154 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1155 FPU/SSE registers.
1156 (i386_register_type): Update.
1157 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1158 definitions for FPU registers. Use REGCACHE's architecture to
1159 determine the appropriate register numbers.
1160 (i386_pseudo_register_read, i386_pseudo_register_write,
1161 i386_register_reggroup_p): Update.
1162 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1163 TDEP->mm0_regnum.
1164 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1165 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1166 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1167 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1168 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1169 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1170 *' to `void *'.
1171 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1172 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1173 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1174 definitions for FPU/SSE registers.
1175 (FXSAVE_MXCSR_ADDR): New define.
1176 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1177 TDEP->mm0_regnum.
1178 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1179 (I387_ST0_REGNUM): Define.
1180
1181 * regcache.h (get_regcache_arch): New prototype.
1182 * regcache.c (get_regcache_arch): New function.
1183
1184 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1185 whitespace.
1186
1187 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1188 Initialize using ARRAY_SIZE.
1189
1190 2003-09-27 Andrew Cagney <cagney@redhat.com>
1191
1192 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1193 "init_frame_pc_default".
1194 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1195 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1196 * vax-tdep.c (vax_gdbarch_init): Update.
1197 * v850-tdep.c (v850_gdbarch_init): Update.
1198 * sh64-tdep.c (sh64_gdbarch_init): Update.
1199 * s390-tdep.c (s390_gdbarch_init): Update.
1200 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1201 * mcore-tdep.c (mcore_gdbarch_init): Update.
1202 * h8300-tdep.c (h8300_gdbarch_init): Update.
1203 * cris-tdep.c (cris_gdbarch_init): Update.
1204 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1205
1206 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1207
1208 * regset.h: New file.
1209 * Makefile.in (regset_h): Add.
1210
1211 2003-09-25 Andrew Cagney <cagney@redhat.com>
1212
1213 * frame.h (deprecated_frame_saved_regs): Rename
1214 get_frame_saved_regs.
1215 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1216 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1217 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1218 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1219 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1220
1221 2003-09-25 Andrew Cagney <cagney@redhat.com>
1222
1223 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1224 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1225 and Java.
1226 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1227 arm*-*-* do not use the new frame code.
1228
1229 2003-09-25 David Carlton <carlton@kealia.com>
1230
1231 * c-exp.y: Remove 'register' declarations.
1232 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1233
1234 2003-09-25 David Carlton <carlton@kealia.com>
1235
1236 * c-exp.y: Include cp-support.h. Add qualified_type.
1237 (yylex): Delete nested type hack; add comments.
1238 * cp-namespace.c (cp_lookup_nested_type): New function.
1239 * cp-support.h: Declare cp_lookup_nested_type.
1240 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1241 instead of value_struct_elt_for_reference.
1242 * valops.c: Include cp-support.h.
1243 (value_aggregate_elt): New function.
1244 (value_namespace_elt): Ditto.
1245 (value_struct_elt_for_reference): Make static.
1246 * value.h: Delete declaration of value_struct_elt_for_reference;
1247 add declaration for value_aggregate_elt.
1248 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1249 (valops.o): Ditto.
1250
1251 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1252
1253 * stack.c: Include "reggroups.h".
1254 (frame_info): Only display registers in all_reggroup.
1255 * Makefile.in (stack.o): Update dependencies.
1256
1257 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1258
1259 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1260 "add ip, sp #n" in the prologue.
1261 (arm_scan_prologue): Ditto.
1262
1263 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1264
1265 * MAINTAINERS (write after approval): Add myself.
1266
1267 2003-09-25 Andreas Schwab <schwab@suse.de>
1268
1269 * m68k-tdep.c: Include "dwarf2-frame.h".
1270 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1271 * Makefile.in (m68k-tdep.o): Update dependencies.
1272
1273 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1274
1275 * sh-tdep.c (struct frame_extra_info): Remove.
1276 (struct sh_frame_cache): New structure.
1277 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1278 (GET_TARGET_REG): Ditto but target register.
1279 (GET_PUSHED_REG): Remove.
1280 (IS_MOV_ARG_TO_REG): New macro.
1281 (IS_MOV_ARG_TO_IND_R14): New macro.
1282 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1283 (IS_MOVW_PCREL_TO_REG): New macro.
1284 (IS_MOVL_PCREL_TO_REG): New macro.
1285 (IS_SUB_REG_FROM_SP): New macro.
1286 (IS_ARG_MOV): Remove.
1287 (IS_MOV_TO_R14): Remove.
1288 (IS_RESTORE_FP): New macro.
1289 (IS_RTS): New macro.
1290 (IS_LDS): New macro.
1291 (IS_MOV_FP_SP): New macro.
1292 (IS_ADD_REG_TO_FP): New macro.
1293 (IS_ADD_IMM_FP): New macro.
1294 (sh_skip_prologue_hard_way): Remove.
1295 (sh_saved_pc_after_call): Remove.
1296 (sh_frame_chain): Remove.
1297 (sh_find_callers_reg): Remove.
1298 (sh_nofp_frame_init_saved_regs): Remove.
1299 (sh_fp_frame_init_saved_regs): Remove.
1300 (sh_init_extra_frame_info): Remove.
1301 (sh_analyze_prologue): New function.
1302 (sh_skip_prologue): Remove deprecated code. Rely on new function
1303 sh_analyze_prologue when after_prologue fails.
1304 (sh_frame_saved_pc): Remove.
1305 (sh_alloc_frame_cache): New function.
1306 (sh_frame_cache): Ditto.
1307 (sh_frame_prev_register): Ditto.
1308 (sh_frame_this_id): Ditto.
1309 (sh_frame_unwind): New structure defining the heuristic frame
1310 sniffer interface.
1311 (sh_frame_sniffer): New function.
1312 (sh_unwind_sp): Ditto.
1313 (sh_unwind_pc): Ditto.
1314 (sh_unwind_dummy_id): Ditto.
1315 (sh_frame_base_address): Ditto.
1316 (sh_frame_base): New structure defining new frame base code.
1317 (sh_in_function_epilogue_p): New function.
1318 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1319 code and to call all new code instead. Initialize dwarf2 and
1320 heuristic frame sniffer.
1321
1322 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1323
1324 * parser-defs.h (struct exp_descriptor): New definition, containing
1325 language-specific info for printing, prefixifying, dumping, and
1326 evaluating expressions.
1327 (exp_descriptor_standard): Declare new variable.
1328 (print_subexp): Make global and declare here (from expprint.c).
1329 (dump_subexp): Ditto.
1330 (dump_subexp_body_standard): Declare.
1331 (operator_length_standard): Declare.
1332 (op_name_standard): Declare.
1333 (print_subexp): Declare.
1334 (print_subexp_standard): Declare.
1335
1336 * language.h (struct language_defn): Add la_exp_desc field to hold
1337 pointer to table for language-specific operators.
1338 Remove evaluate_exp field, which is now in struct exp_descriptor.
1339
1340 * parse.c (operator_length): Move most code to new
1341 operator_length_standard function. Use language-specific information.
1342 (operator_length_standard): New function taking most code from
1343 operator_length.
1344 (exp_descriptor_standard): New constant.
1345
1346 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1347 and OP_EXTENDED_LAST.
1348
1349 * expprint.c (print_subexp): Use language-specific print_subexp.
1350 Make global; remove static declaration.
1351 Move most code to print_subexp_standard.
1352 (print_subexp_standard): New function, containing code formerly in
1353 print_subexp.
1354 (op_name): Add expression to argument signature.
1355 Use langauge-specific op_name.
1356 Move most code to op_name_standard.
1357 (op_name_standard): New function, containing code formerly in op_name.
1358 (dump_subexp): Use new version of op_name function.
1359 Use language-specific dump_subexp_body, and move most existing code to
1360 dump_subexp_body_standard.
1361 (dump_raw_expression): Use new op_name interface.
1362 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1363 (dump_subexp_body_standard): New function, containing code formerly
1364 in dump_subexp_body.
1365
1366 * language.c (unknown_language): Add default la_exp_desc field and
1367 remove evaluate_exp field.
1368 (auto_language): Ditto.
1369 (local_language): Ditto.
1370 * f-lang.c (f_language_defn): Ditto.
1371 * c-lang.c (c_language_defn): Ditto.
1372 (cplus_language_defn): Ditto.
1373 (asm_language_defn): Ditto.
1374 (minimal_language_defn): Ditto.
1375 * p-lang.c (pascal_language_defn): Ditto.
1376 * m2-lang.c (m2_language_defn): Ditto.
1377 * objc-lang.c (objc_language_defn): Ditto.
1378
1379 * jv-lang.c (exp_descriptor_java): New variable, containing
1380 Java-specific expression evaluator.
1381 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1382 field.
1383 * scm-lang.c (exp_descriptor_scm): New variable, containing
1384 Scheme-specific expression evaluator.
1385 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1386 field.
1387 * objc-lang.c (print_object_command): Take evaluate_exp from the
1388 la_exp_desc field.
1389
1390 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1391
1392 * eval.c: Include parser-defs.h for the full declaration of
1393 la_exp_desc's type.
1394 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1395
1396 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1397
1398 * parser-defs.h (operator_length): Declare.
1399
1400 * parse.c (length_of_subexp): Use operator_length to get operator
1401 lengths and arities for operators.
1402 Move most code to new operator_length function.
1403 (operator_length): New function absorbing most code from
1404 length_of_subexp.
1405 (prefixify_subexp): Remove large case and use operator_length instead.
1406 (parse_exp_1): Use renamings:
1407 dump_prefix_expression => dump_raw_expression and
1408 dump_postfix_expression => dump_prefix_expression.
1409
1410 * expression.h (dump_prefix_expression): Rename to ...
1411 (dump_raw_expression): New name.
1412 (dump_postfix_expression): Rename to ...
1413 (dump_prefix_expression): New name.
1414
1415 * expprint.c (dump_subexp): Make global. Add comment.
1416 Move most existing code to dump_subexp_body.
1417 (dump_subexp_body): New function.
1418 (dump_prefix_expression): Rename to dump_raw_expression.
1419 Remove attempt to print the expression via print_expression: it can't
1420 work before the expression is prefixified.
1421 (dump_raw_expression): Renamed from dump_prefix_expression.
1422 (dump_postfix_expression): Rename to dump_prefix_expression, since
1423 that's what it does.
1424 Remove 'note' parameter, since this routine must be used on
1425 prefixified expression.
1426 (dump_prefix_expression): Renamed from dump_postfix_expression.
1427
1428 2003-09-22 Jim Blandy <jimb@redhat.com>
1429
1430 * dwarf2read.c (read_array_type): When building the type for an
1431 array of unspecified length, make sure to choose the upper bound
1432 so that the array's total length comes out to be zero --- that's
1433 how we represent such arrays.
1434
1435 2003-09-22 Michael Chastain <mec@shout.net>
1436
1437 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1438
1439 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1440
1441 * top.c (quit_force): Fix indirect call to quit_target so
1442 a struct qt_args pointer is passed.
1443
1444 2003-09-22 Andrew Cagney <cagney@redhat.com>
1445
1446 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1447 * arch-utils.c (init_frame_pc_noop): Delete function.
1448 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1449 "init_frame_pc".
1450 * mips-tdep.c (mips_gdbarch_init): Ditto.
1451 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1452 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1453 declaration.
1454 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1455 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1456 declaration.
1457 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1458
1459 2003-09-22 Anthony Green <green@redhat.com>
1460
1461 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1462 declaration.
1463
1464 2003-09-20 Andrew Cagney <cagney@redhat.com>
1465
1466 * breakpoint.c: Eliminate ARGSUSED.
1467 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1468 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1469 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1470 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1471 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1472 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1473 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1474 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1475 * wince.c, remote-vx.c: Ditto.
1476
1477 * cli/cli-script.c: Remove "register" attributes.
1478 * config/pa/tm-hppa.h: Ditto.
1479 * cli/cli-decode.c: Ditto.
1480 * cli/cli-cmds.c: Ditto.
1481
1482 2003-09-19 Andrew Cagney <cagney@redhat.com>
1483
1484 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1485 DEPRECATED_NPC_REGNUM.
1486 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1487
1488 2003-09-19 Christopher Faylor <cgf@redhat.com>
1489
1490 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1491
1492 2003-09-19 Jim Blandy <jimb@redhat.com>
1493
1494 * macrotab.c (macro_include): Use the correct comparison to find
1495 the appropriate place for this inclusion in the list.
1496
1497 2003-09-19 Andrew Cagney <cagney@redhat.com>
1498
1499 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1500 (DEPRECATED_HPUX_TEXT_END): Define.
1501 (deprecated_hpux_text_end): Declare.
1502 (struct target_ops): Declare opaque.
1503 * hppah-nat.c (text_end): Make static.
1504 (deprecated_hpux_text_end): New function.
1505 * exec.c (text_end): Delete global variable.
1506 (NEED_TEXT_START_END): Do not define.
1507 (exec_file_attach): Replace code computing "text_end" code with
1508 call to DEPRECATED_HPUX_TEXT_END.
1509
1510 2003-09-19 Andrew Cagney <cagney@redhat.com>
1511
1512 * utils.c (align_up, align_down): New functions.
1513 * defs.h (align_up, align_down): Declare.
1514 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1515 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1516 and "align_down".
1517 (round_up, round_down): Delete functions.
1518 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1519 "align_down".
1520 (ROUND_DOWN, ROUND_UP): Delete macros.
1521 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1522 * h8300-tdep.c: Replace "round_up" and "round_down" with
1523 "align_up" and "align_down".
1524 (round_up, round_down): Delete macros.
1525 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1526 "align_down".
1527 (ROUND_UP, ROUND_DOWN): Delete macros.
1528
1529 2003-09-18 J. Brobecker <brobecker@gnat.com>
1530
1531 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1532 hard-coded constant. Use the proper machine name instead.
1533
1534 2003-09-17 Andrew Cagney <cagney@redhat.com>
1535
1536 * sparc-tdep.c (legacy_register_name): Delete function.
1537 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1538 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1539 * infcmd.c (gdb_register_name): Delete variable.
1540 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1541 REGISTER_NAME and "tm.h".
1542 * gdbarch.h, gdbarch.c: Regenerate.
1543 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1544 REGISTER_NAMES in comments.
1545 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1546 * m68klinux-nat.c (regmap): Ditto.
1547
1548 2003-09-17 Jim Blandy <jimb@redhat.com>
1549
1550 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1551
1552 2003-09-17 Andrew Cagney <cagney@redhat.com>
1553
1554 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1555 (ppcnbsd_init_abi): Set "use_struct_convention" to
1556 "ppcnbsd_use_struct_convention".
1557
1558 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1559
1560 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1561 * gdbarch.h, gdbarch.c: Regenerate.
1562 (stabs_argument_has_addr): New architecture method.
1563 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1564 * arch-utils.c: Include "buildsym.h".
1565 (default_stabs_argument_has_addr): New function.
1566 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1567 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1568
1569 2003-09-17 Andrew Cagney <cagney@redhat.com>
1570
1571 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1572 * gdbarch.h, gdbarch.c: Regenerate.
1573 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1574 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1575 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1576 * sparcnbsd-tdep.c: Update.
1577
1578 2003-09-17 Andrew Cagney <cagney@redhat.com>
1579
1580 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1581 * gdbarch.h, gdbarch.c: Regenerate.
1582 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1583 * d10v-tdep.c, frame.c: Update.
1584 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1585 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1586 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1587 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1588 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1589 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1590 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1591 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1592 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1593 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1594 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1595 * config/pa/nm-hppah.h: Update.
1596
1597 2003-09-16 Andrew Cagney <cagney@redhat.com>
1598
1599 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1600 "use_struct_convention" to "ppc_linux_use_struct_convention".
1601 (ppc_linux_use_struct_convention): New function.
1602 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1603 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1604 "rs6000_use_struct_convention".
1605 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1606 declaration.
1607 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1608 Delete function.
1609
1610 2003-09-16 Andrew Cagney <cagney@redhat.com>
1611
1612 * buildsym.c: Remove more occurances of "register".
1613 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1614 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1615 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1616 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1617 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1618 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1619 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1620 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1621
1622 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1623
1624 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1625 numbers to enumeration values.
1626 * sh-tdep.c: Accomodate above change.
1627 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1628 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1629 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1630 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1631 (IS_FPUSH): Rename from IS_FMOV.
1632 (sh_extract_struct_value_address): Remove useless comment.
1633 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1634 instead of own local values.
1635 (sh_dump_tdep): Remove.
1636 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1637 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1638
1639 2003-09-15 Andrew Cagney <cagney@redhat.com>
1640
1641 * doublest.c (convert_floatformat_to_doublest): No longer need to
1642 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1643
1644 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1645
1646 * values.c (unpack_double): Call floatformat_is_valid.
1647
1648 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1649
1650 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1651 ps_strings into a long.
1652
1653 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1654 _initialize_am64fbsd_nat.
1655
1656 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1657
1658 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1659 associated with DW_AT_ranges attribute is out of bounds.
1660
1661 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1662
1663 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1664
1665 2003-09-14 Michael Chastain <mec@shout.net>
1666
1667 * config/m68k/nm-apollo68v.h: Delete.
1668 * config/m68k/xm-apollo68v.h: Delete.
1669
1670 2003-09-14 Andrew Cagney <cagney@redhat.com>
1671
1672 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1673 * dcache.c: Update copyrights and descriptions.
1674 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1675
1676 2003-09-14 Andrew Cagney <cagney@redhat.com>
1677
1678 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1679 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1680
1681 2003-09-14 Andrew Cagney <cagney@redhat.com>
1682
1683 * alpha-nat.c: Remove some occurances of "register".
1684 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1685 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1686 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1687 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1688 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1689 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1690 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1691 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1692 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1693 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1694 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1695 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1696 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1697 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1698 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1699 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1700 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1701 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1702 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1703 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1704 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1705 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1706
1707 2003-09-13 Andrew Cagney <cagney@redhat.com>
1708
1709 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1710 * ppc-tdep.h (struct regcache): Declare opaque.
1711 * objfiles.h (struct objfile_data): Declare opaque.
1712 * cp-support.h (struct objfile): Declare opaque.
1713 * linux-nat.h (target_waitstatus): Declare opaque.
1714
1715 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1716
1717 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1718 (stabs_argument_has_addr): New architecture method.
1719 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1720 * arch-utils.c: Include "buildsym.h".
1721 (default_stabs_argument_has_addr): New function.
1722 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1723 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1724
1725 * cris-tdep.c (cris_gdbarch_init): Set
1726 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1727 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1728 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1729 * mips-tdep.c (mips_gdbarch_init): Likewise.
1730 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1731 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1732
1733 2003-09-13 Andrew Cagney <cagney@redhat.com>
1734
1735 * values.c (using_struct_return): Delete "function" and "funcaddr"
1736 parameters.
1737 * value.h (using_struct_return): Update declaration.
1738 * infcmd.c (finish_command_continuation): Update.
1739 (finish_command): Update.
1740 * infcall.c (call_function_by_hand): Update.
1741 * eval.c (evaluate_subexp_standard): Update.
1742
1743 2003-09-13 Christopher Faylor <cgf@redhat.com>
1744
1745 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1746 SSE registers since gdb will not operate correctly without this.
1747 Restore include file ordering munged in previous change.
1748 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1749
1750 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1751
1752 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1753 REG_STRUCT_HAS_ADDR.
1754 * gdbarch.c, gdbarch.h: Updated.
1755 * infcall.c (call_function_by_hand): Update.
1756 * stabsread.c (define_symbol): Updated.
1757
1758 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1759
1760 2003-09-12 Christopher Faylor <cgf@redhat.com>
1761
1762 * win32-nat.c: Reorganize so that defines used by target headers are
1763 actually defined by the system headers.
1764 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1765 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1766
1767 2003-09-12 Jim Blandy <jimb@redhat.com>
1768
1769 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1770 the file has no .data, .bss, or .rodata sections. Instead wait
1771 until we see a variable alleged to live in one of those sections.
1772
1773 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1774 .bss section, presume that any variables we find live in the
1775 .rodata section.
1776
1777 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1778 offsets for global and static variables.
1779
1780 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1781 symbol types are, by definition, in the .data section, so it is
1782 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1783 If there is no .data section, there should be no N_DATA or N_DATA
1784 | N_EXT symbols.
1785
1786 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1787
1788 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1789 (amd64fbsd_sigcontext_addr): Rewrite.
1790 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1791 with correct values.
1792 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1793 (amd64fbsd_init_abi): Fix typo.
1794
1795 2003-09-12 Andrew Cagney <cagney@redhat.com>
1796
1797 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1798 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1799
1800 2003-09-12 Andrew Cagney <cagney@redhat.com>
1801
1802 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1803 "entry_file_highpc". Update comments.
1804 * defs.h (deprecated_inside_entry_file): Rename
1805 "inside_entry_file".
1806 * blockframe.c (deprecated_inside_entry_file): Rename
1807 "inside_entry_file".
1808 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1809 * vax-tdep.c (vax_frame_chain): Update.
1810 * sh64-tdep.c (sh64_frame_chain): Update.
1811 * sh-tdep.c (sh_frame_chain): Update.
1812 * rs6000-tdep.c (rs6000_frame_chain): Update.
1813 * ns32k-tdep.c (ns32k_frame_chain): Update.
1814 * mips-tdep.c (mips_frame_chain): Update.
1815 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1816 * m32r-tdep.c (m32r_frame_this_id): Update.
1817 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1818 * frv-tdep.c (frv_frame_this_id): Update.
1819 * d10v-tdep.c (d10v_frame_this_id): Update.
1820 * cris-tdep.c (cris_frame_chain): Update.
1821 * blockframe.c (legacy_frame_chain_valid): Update.
1822 * avr-tdep.c (avr_frame_this_id): Update.
1823 * arm-tdep.c (arm_prologue_this_id): Update.
1824 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1825 * objfiles.c (objfile_relocate): Update.
1826 * mipsread.c (mipscoff_symfile_read): Update.
1827 (mipscoff_symfile_read): Update.
1828 * mdebugread.c (parse_partial_symbols): Update.
1829 * dwarfread.c (read_file_scope): Update.
1830 * dwarf2read.c (read_file_scope): Update.
1831 * dbxread.c (read_dbx_symtab): Update.
1832 (read_dbx_symtab): Update.
1833 * coffread.c (complete_symtab): Update.
1834
1835 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1836
1837 * top.c (quit_target): New static helper function.
1838 (quit_force): Moved code to quit_target(). Call quit_target()
1839 via catch_errors() to catch errors during quit.
1840
1841 2003-09-11 David Carlton <carlton@kealia.com>
1842
1843 * buildsym.c (finish_block): Use allocate_block to allocate the
1844 block.
1845 * mdebugread.c (new_block): Add FIXME.
1846
1847 2003-09-11 David Carlton <carlton@kealia.com>
1848
1849 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1850 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1851 (recursive_dump_type): Ditto.
1852 * printcmd.c (print_formatted): Ditto.
1853 * typeprint.c (print_type_scalar): Ditto.
1854 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1855 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1856 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1857 maint_cplus_cmd_list.
1858 * cp-support.c: Make maint_cplus_cmd_list extern.
1859 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1860 command.h.
1861 (lookup_symbol_file): Look in possible namespace blocks when
1862 appropriate.
1863 (initialize_namespace_symtab): New.
1864 (get_possible_namespace_block, free_namespace_block)
1865 (check_possible_namespace_symbols)
1866 (check_possible_namespace_symbols_loop)
1867 (check_one_possible_namespace_symbol)
1868 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1869 (_initialize_cp_namespace): Ditto.
1870 * block.h: Declare allocate_block.
1871 * block.c (allocate_block): New.
1872 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1873 allocate_block.
1874 * symfile.h: Update declaration of add_psymbol_to_list.
1875 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1876 question.
1877 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1878 scan_partial_symbols_call.
1879 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1880 helper functions.
1881 (add_partial_symbol): If necessary, scan mangled names for names
1882 of namespaces.
1883 (add_partial_namespace): Add NAMESPACE argument; generate partial
1884 symbols associated to namespaces.
1885 (add_partial_enumeration): Add NAMESPACE argument.
1886 (new_symbol): Allow namespace syms.
1887 (read_namespace): Generate namespace syms.
1888 * objfiles.h: Add opaque declaration of struct symtab.
1889 (struct objfile): Add cp_namespace_symtab member.
1890 * objfiles.c (allocate_objfile): Set
1891 objfile->cp_namespace_symtab.
1892 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1893 dictionary_h, command_h.
1894
1895 2003-09-11 Andrew Cagney <cagney@redhat.com>
1896
1897 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1898 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1899 near the function's end.
1900 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1901 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1902 regcache_raw_write_signed to set SP_REGNUM.
1903
1904 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1905
1906 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1907 orig_addrs is set up properly.
1908
1909 2003-09-11 Andrew Cagney <cagney@redhat.com>
1910
1911 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1912 * gdbarch.h, gdbarch.c: Re-generate.
1913 * infcall.c (call_function_by_hand): Update.
1914 * hppa-tdep.c (hppa_push_arguments): Update.
1915 * ada-lang.c (place_on_stack): Update.
1916 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1917 * sparc-tdep.c (sparc_gdbarch_init): Update.
1918 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1919 * hppa-tdep.c (hppa_gdbarch_init): Update.
1920 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1921 stack_align.
1922
1923 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1924
1925 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1926 register do need a frame.
1927
1928 2003-09-11 Andrew Cagney <cagney@redhat.com>
1929
1930 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1931 buildable since GDB 5.0.
1932 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1933 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1934 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1935 * irix4-nat.c: Delete file.
1936 * config/mips/irix4.mh: Delete file.
1937 * config/mips/irix3.mh: Delete file.
1938 * config/mips/irix3.mt: Delete file.
1939 * config/mips/tm-irix3.h: Delete file.
1940 * config/mips/nm-irix3.h: Delete file.
1941 * config/mips/xm-irix3.h: Delete file.
1942 * config/mips/nm-irix4.h: Delete file.
1943 * config/mips/xm-irix4.h: Delete file.
1944 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1945
1946 2003-09-10 J. Brobecker <brobecker@gnat.com>
1947
1948 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1949 * Makefile.in (hppa-tdep.o): Update dependencies.
1950
1951 2003-09-10 James E Wilson <wilson@specifixinc.com>
1952
1953 * MAINTAINERS: Change my e-mail address. Move to paper trail
1954 section.
1955
1956 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1957
1958 * MAINTAINERS (frv): New ISA entry.
1959
1960 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1961
1962 * frv-tdep.c (dis-asm.h): Include.
1963 * Makefile.in (frv-tdep.o): Update dependencies.
1964
1965 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1966
1967 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1968 Fix typo for high range of floating registers.
1969
1970 2003-09-09 David Carlton <carlton@kealia.com>
1971
1972 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1973 highpc initialization here out of scan_partial_symbols.
1974 (scan_partial_symbols): Restructure into a recursive version,
1975 calling add_partial_namespace and add_partial_enumeration when
1976 appropriate.
1977 (add_partial_namespace): New.
1978 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1979
1980 2003-09-09 Andrew Cagney <cagney@redhat.com>
1981
1982 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1983 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1984 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1985 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1986
1987 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1988 (rs6000_push_dummy_call): Set the "TOC" register.
1989
1990 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1991 methods "max_register_raw_size", "max_register_virtual_size" or
1992 "register_virtual_size".
1993
1994 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1995
1996 * MAINTAINERS: Update my e-mail address.
1997
1998 2003-09-09 Andrew Cagney <cagney@redhat.com>
1999
2000 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2001 (rs6000_push_dummy_call): Store the struct return address.
2002 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2003
2004 2003-09-09 Andrew Cagney <cagney@redhat.com>
2005
2006 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2007 "ppc_sysv_abi_push_arguments".
2008 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2009 "ppc_sysv_abi_push_arguments".
2010 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2011 instead of "push_arguments".
2012 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2013
2014 2003-09-09 Andrew Cagney <cagney@redhat.com>
2015
2016 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2017 instead of CALL_DUMMY_ADDRESS.
2018
2019 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2020
2021 * p-lang.c: Eliminate "register".
2022 * c-lang.c: Ditto.
2023 * expprint.c: Ditto.
2024 * f-lang.c: Ditto.
2025 * jv-lang.c: Ditto.
2026 * language.c: Ditto.
2027 * m2-lang.c: Ditto.
2028 * parse.c: Ditto.
2029 * scm-lang.c: Ditto.
2030 * objc-lang.c: Ditto.
2031
2032 2003-09-09 Nick Clifton <nickc@redhat.com>
2033
2034 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2035
2036 2003-09-04 Andrew Cagney <cagney@redhat.com>
2037
2038 * avr-tdep.c: Include "dis-asm.h".
2039 * cris-tdep.c: Include "dis-asm.h".
2040 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2041 instead of corresponding typedef.
2042 * h8300-tdep.c: Include "dis-asm.h".
2043 * ia64-tdep.c: Include "dis-asm.h".
2044 * i386-tdep.c: Include "dis-asm.h".
2045 (i386_print_insn): Use "struct disassemble_info" instead of
2046 corresponding typedef.
2047 * m68k-tdep.c: Include "dis-asm.h".
2048 * mcore-tdep.c: Include "dis-asm.h".
2049 * mips-tdep.c: Include "dis-asm.h".
2050 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2051 instead of corresponding typedef.
2052 * ns32k-tdep.c: Include "dis-asm.h".
2053 * s390-tdep.c: Include "dis-asm.h".
2054 * sparc-tdep.c: Include "dis-asm.h".
2055 * vax-tdep.c: Include "dis-asm.h".
2056 * v850-tdep.c: Include "dis-asm.h".
2057 * mn10300-tdep.c: Include "dis-asm.h".
2058 * rs6000-tdep.c: Include "dis-asm.h".
2059 * xstormy16-tdep.c: Include "dis-asm.h".
2060 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2061 print_insn_xstormy16.
2062 * Makefile.in (v850-tdep.o): Update dependencies.
2063 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2064 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2065 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2066 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2067 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2068 (gdbarch_h): Remove $(dis_asm_h).
2069 * disasm.c: Include "dis-asm.h".
2070 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2071 corresponding typedef.
2072 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2073 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2074 * gdbarch.sh: Do not include "dis-asm.h".
2075 (struct disassemble_info): Declare opaque.
2076 (TARGET_PRINT_INSN): Update declaration.
2077 * gdbarch.h, gdbarch.c: Re-generate.
2078
2079 2003-09-08 Andrew Cagney <cagney@redhat.com>
2080
2081 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2082 CALL_DUMMY_ADDRESS, change to a predicate.
2083 * gdbarch.h, gdbarch.c: Re-generate.
2084 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2085 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2086 * infcall.c (call_function_by_hand): Ditto.
2087 * sparc-tdep.c (sparc_push_return_address): Ditto.
2088 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2089 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2090 CALL_DUMMY_ADDRESS with entry_point_address.
2091 * v850-tdep.c (v850_push_return_address): Ditto.
2092 * s390-tdep.c (s390_push_return_address): Ditto.
2093 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2094 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2095 * mcore-tdep.c (mcore_push_return_address): Ditto.
2096 * cris-tdep.c (cris_push_return_address): Ditto.
2097 * arm-tdep.c (arm_push_return_address): Ditto.
2098
2099 2003-09-08 Andrew Cagney <cagney@redhat.com>
2100
2101 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2102 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2103 and REG_UNMODIFIED to REG_SAME_VALUE.
2104 (execute_cfa_program): Update.
2105 (dwarf2_frame_cache): Update. Initialize table to
2106 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2107 location.
2108 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2109
2110 2003-09-08 Andrew Cagney <cagney@redhat.com>
2111
2112 * gnu-nat.c: Remove "inline" function attribute.
2113 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2114
2115 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2116
2117 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2118 target.
2119
2120 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2121
2122 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2123 (frame_extra_info): Rename this struct to frv_unwind_cache.
2124 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2125 Add fields ``prev_sp'' and ``base''.
2126 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2127 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2128 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2129 Delete.
2130 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2131 Revise all callers. Fill in the unwind cache argument and make
2132 other adjustments to account for new frame mechanisms.
2133 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2134 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2135 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2136 (frv_frame_unwind, frv_frame_base): New structs.
2137 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2138 additional arguments expected by this method and adjust function
2139 body accordingly.
2140 (frv_gdbarch_init): Remove calls to the following functions:
2141 set_gdbarch_deprecated_init_frame_pc(),
2142 set_gdbarch_deprecated_saved_pc_after_call(),
2143 set_gdbarch_deprecated_frame_chain(),
2144 set_gdbarch_deprecated_frame_saved_pc(),
2145 set_gdbarch_deprecated_frame_init_saved_regs(),
2146 set_gdbarch_deprecated_push_arguments(),
2147 set_gdbarch_deprecated_push_return_address(),
2148 set_gdbarch_deprecated_pop_frame(),
2149 set_gdbarch_deprecated_call_dummy_words(),
2150 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2151 set_gdbarch_deprecated_init_extra_frame_info(),
2152 set_gdbarch_deprecated_dummy_write_sp(), and
2153 set_gdbarch_deprecated_pc_in_call_dummy().
2154 Add calls to the following functions:
2155 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2156 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2157 frame_base_set_default().
2158 * Makefile.in (frv-tdep.o): Update dependencies.
2159
2160 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2161
2162 * dwarf2-frame.c (read_encoded_value): Add support for
2163 DW_EH_PE_aligned encoding.
2164
2165 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2166
2167 * infrun.c (normal_stop): Don't print a message if the inferior
2168 has exited.
2169
2170 2003-09-08 Jim Blandy <jimb@redhat.com>
2171
2172 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2173 * dbxread.c: #include "gdb_assert.h".
2174 (read_dbx_symtab): If the objfile has no .data section, use the
2175 section index for the .bss section instead.
2176
2177 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2178
2179 * frame.c (deprecated_safe_get_selected_frame): New function.
2180 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2181 * findvar.c (read_var_value): Call it.
2182
2183 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2184
2185 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2186 (sh64-tdep.o): Add dependencies.
2187 * configure.tgt: Add FIXME to sh-*-linux*.
2188 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2189 (sh_gdbarch_init): Always set correct sh_show_regs function
2190 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2191 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2192 * sh64-tdep.c: New file, containing all sh64 related code from
2193 sh-tdep.c.
2194 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2195 * config/sh/linux.mt (TDEPFILES): Ditto.
2196 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2197 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2198 * config/sh/wince.mt (TDEPFILES): Ditto.
2199
2200 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2201
2202 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2203 (stop_wait_callback): Handle !lp->signalled also.
2204 (lin_lwp_has_pending, flush_callback): New functions.
2205 (lin_lwp_wait): Call flush_callback.
2206 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2207 (linux_proc_pending_signals): New function.
2208 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2209
2210 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2211
2212 From Nick Kelsey <nickk@ubicom.com>:
2213 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2214 when the stop PC is at the beginning of a function also.
2215
2216 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2217
2218 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2219 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2220
2221 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2222
2223 * sol-thread.c: Include "gdb_string.h".
2224
2225 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2226
2227 * gcore.c: Reorder include files in alphabetical order. Include
2228 "gdb_assert.h". Various coding style fixes.
2229 (derive_stack_segment, derive_heap_segment): Replace check for
2230 non-null BOTTOM and TOP with gdb_assert.
2231 (derive_heap_segment): Replace check for successful creation of
2232 ZERO with gdb_assert.
2233 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2234
2235 2003-09-04 Andrew Cagney <cagney@redhat.com>
2236
2237 * thread-db.c (verbose_dlsym): New function.
2238 (thread_db_load): Use verbose_dlsym
2239 (thread_db_new_objfile): Print that libthread_db was loaded, and
2240 that thread debugging was enabled.
2241
2242 2003-09-04 Andrew Cagney <cagney@redhat.com>
2243
2244 * configure.tgt: Add "mips64*-*-*" target. Delete
2245 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2246 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2247 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2248 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2249 mips*-sony-*, and mips64*-*-elf* targets.
2250 * config/mips/embedl.mt: Delete file.
2251 * config/mips/embedl64.mt: Delete file.
2252 * config/mips/mips.mt: Delete file.
2253 * config/mips/mips64.mt: Delete file.
2254 * config/mips/tm-embed.h: Delete file.
2255 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2256 * config/mips/embed64.mt: Delete out-of-date comment.
2257
2258 2003-09-04 Andrew Cagney <cagney@redhat.com>
2259
2260 * hppa-tdep.c (hppa_gdbarch_init): Set
2261 "have_nonsteppable_watchpoint".
2262 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2263 * mips-tdep.c (mips_dump_tdep): Do not print
2264 HAVE_NONSTEPPABLE_WATCHPOINT.
2265 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2266 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2267 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2268 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2269
2270 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2271
2272 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2273 unused code. Add comment.
2274
2275 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2276
2277 * breakpoint.c (watchpoint_check): Check for pc being in an
2278 epilogue if watchpoint frame couldn't be found.
2279
2280 2003-09-04 Andrew Cagney <cagney@redhat.com>
2281
2282 * Makefile.in: Re-generate all dependencies.
2283
2284 2003-09-03 Andrew Cagney <cagney@redhat.com>
2285
2286 * arch-utils.h (legacy_print_insn): Delete declaration.
2287 * arch-utils.c (legacy_print_insn): Delete function.
2288 * disasm.c (deprecated_tm_print_insn_info): Delete.
2289 (_initialize_disasm): Delete function, contained code initializing
2290 deprecated_tm_print_insn_info.
2291 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2292 (deprecated_tm_print_insn_info): Delete.
2293 (TARGET_PRINT_INSN): Do not provide a default.
2294 * gdbarch.h, gdbarch.c: Re-generate.
2295
2296 2003-09-03 Andrew Cagney <cagney@redhat.com>
2297
2298 * disasm.c (fprintf_disasm): New function.
2299 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2300 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2301 reverts 2003-08-14 change.
2302 (_initialize_disasm): Call "init_disassemble_info", instead of
2303 INIT_DISASSEMBLE_INFO_NO_ARCH.
2304
2305 2003-09-03 Michael Snyder <msnyder@redhat.com>
2306
2307 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2308
2309 2003-09-03 Andrew Cagney <cagney@redhat.com>
2310
2311 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2312 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2313 * symfile.c (syms_from_objfile): Update.
2314 (reread_symbols): `Update
2315 * exec.c (exec_file_attach): Update.
2316 (exec_file_attach): Update.
2317 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2318 2003-08-29 change.
2319 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2320
2321 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2322
2323 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2324 trad-frame.h.
2325 (arm_get_cache): Delete macro.
2326 (struct arm_prologue_cache): Update comments. Make saved_regs into
2327 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2328 to prev_sp.
2329 (thumb_scan_prologue): Update for cache changes. Don't call
2330 DEPRECATED_PC_IN_CALL_DUMMY.
2331 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2332 argument and use it in desperation search for our prologue. Do not
2333 search past the specified PC.
2334 (arm_make_prologue_cache): Simplify.
2335
2336 (arm_prologue_this_id, arm_prologue_prev_register)
2337 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2338 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2339 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2340 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2341 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2342
2343 (arm_frame_chain_valid, arm_find_callers_reg)
2344 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2345 (arm_pop_frame): Delete obsolete methods.
2346 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2347
2348 (arm_gdbarch_init): Update for new frame methods. Register prologue
2349 and sigtramp unwinders. Set the default frame base method.
2350
2351 * Makefile.in (arm-tdep.o): Update dependencies.
2352 * varobj.c (find_frame_addr_in_frame_chain): Call
2353 get_frame_base_address.
2354 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2355
2356 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2357
2358 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2359 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2360 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2361 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2362 Take NEXT_FRAME and CACHE arguments. Call
2363 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2364 Set unwound_pc in CACHE instead of modifying the frame argument.
2365 Don't bother checking the frame type when looking for sigtramp
2366 frames.
2367 (arm_make_prologue_cache, arm_frame_chain)
2368 (arm_init_extra_frame_info): New functions.
2369
2370 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2371
2372 * arm-tdep.c (arm_get_cache): Define.
2373 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2374 unwound_sp, unwound_pc, and saved_regs.
2375 (thumb_scan_prologue): Take a cache instead of the frame.
2376 (arm_scan_prologue): Likewise.
2377 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2378 instead of a temporary frame.
2379 (arm_init_extra_frame_info): Allocate and use a cache.
2380 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2381
2382 2003-09-03 Andrew Cagney <cagney@redhat.com>
2383
2384 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2385 * config/mips/wince.mt (TM_CLIBS): Ditto.
2386 * config/sh/wince.mt (TM_CLIBS): Ditto.
2387 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2388 * config/sparc/sp64.mt (CC): Delete.
2389
2390 2003-09-03 Andrew Cagney <cagney@redhat.com>
2391
2392 * defs.h: Do not include "arch-utils.h".
2393 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2394 GDB_MULTI_ARCH_PURE.
2395 * configure.in (GDB_MULTI_ARCH): Do not define.
2396 * configure, config.in: Regenerate.
2397 * configure.tgt: Do not set variable "gdb_multi_arch".
2398 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2399 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2400 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2401 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2402 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2403 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2404 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2405 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2406 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2407 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2408 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2409 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2410 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2411 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2412 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2413 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2414 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2415 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2416
2417 2003-08-30 Michael Chastain <mec@shout.net>
2418
2419 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2420 * config/m68k/nm-hp300hpux.h: Delete.
2421 * config/m68k/tm-hp300hpux.h: Delete.
2422 * config/m68k/xm-hp300hpux.h: Delete.
2423 * config/m68k/xm-hp300bsd.h: Delete.
2424 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2425 tm-hp300hpux.h, xm-hp300hpux.h.
2426 * somsolib.c: Remove comment about hp300 shared libraries.
2427
2428 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2429
2430 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2431 Only define PTRACE_GET_THREAD_AREA is not already defined.
2432 Various style fixes in code and comments and some additional
2433 spelling fixes in comments. Move after functions dealing with
2434 debug registers.
2435 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2436 Fix coding-style.
2437
2438 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2439 frame_unwind_register_unsigned instead of
2440 frame_unwind_unsigned_register.
2441
2442 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2443
2444 * configure.in: Search for gethostbyname in libnsl.
2445 * configure: Regenerated.
2446
2447 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2448
2449 * configure.in: Remove redundant AC_MSG_RESULT in check for
2450 uintptr_t in stdint.h.
2451 * configure: Regenerated.
2452
2453 * amd64-nat.h (struct regcache): Add opaque declaration.
2454
2455 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2456 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2457 Change "register array" to "register cache" in comments.
2458 (x86_64_linux_gregset64_reg_offset): New variable.
2459 (GETREGS_SUPPLIES): Remove macro.
2460 (supply_gregset): Call amd64_supply_native_gregset instead of
2461 x86_64_linux_supply_gregset.
2462 (fill_gregset): Rename `regno' to `regnum'. Call
2463 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2464 (store_regs): Rename `regno' to `regnum'.
2465 (store_fpregs): Rename `regno' to `regnum'.
2466 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2467 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2468 Reorganize function a bit.
2469 (store_inferior_registers): Rename `regno' to `regnum'. Use
2470 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2471 Reorganize function a bit.
2472 (_initialize_x86_64_linux_nat): New function.
2473 * config/i386/x86-64linux.mh.
2474
2475 2003-08-29 Andrew Cagney <cagney@redhat.com>
2476
2477 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2478 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2479 (target_remove_watchpoint): Delete macro.
2480 (target_insert_watchpoint): Delete macro.
2481 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2482 (remote_mips_stopped_by_watchpoint): Delete declaration.
2483 (remote_mips_remove_watchpoint): Delete declaration.
2484 (remote_mips_set_watchpoint): Delete declaration.
2485 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2486 * remote-mips.c (_initialize_remote_mips): Set
2487 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2488 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2489 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2490 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2491 (mips_stopped_by_watchpoint): Rename
2492 remote_mips_stopped_by_watchpoint.
2493 (mips_can_hardware_watchpoint): Rename
2494 remote_mips_can_use_hardware_watchpoint, update function
2495 signature.
2496
2497 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2498
2499 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2500 USER_DS. We haven't given them a register number yet.
2501
2502 * amd64-nat.h: New file.
2503 * amd64-nat.c: New file.
2504 * amd64fbsd-nat.c: Include "amd64-nat.h".
2505 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2506 (amd64fbsd32_r_reg_offset): New variable.
2507 (supply_gregset): Simply call amd64_supply_native_gregset.
2508 (fill_gregset): Rename `regno' to `regnum'. Simply call
2509 amd64_collect_native_gregset.
2510 (fill_fpregset): Rename `regno' to `regnum'.
2511 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2512 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2513 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2514 `fpregset_t'. Call amd64_supply_native_gregset instead of
2515 supply_gregset. Call x86_64_supply_fxsave instead of
2516 supply_fpregset.
2517 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2518 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2519 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2520 `fpregset_t'. Call amd64_collect_native_gregset instead of
2521 fill_gregset. Call x86_64_collect_fxsave instead of
2522 fill_fpregset.
2523 (_initialize_am64fbsd_nat): Initialize
2524 amd64_native_gregset32_reg_offset and
2525 amd64_native_gregset64_reg_offset.
2526 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2527
2528 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2529 null pointer. Fix typo in comment.
2530
2531 * regcache.c (supply_register): Reimplement to call
2532 regcache_raw_supply.
2533 (regcache_collect): Reimplement by calling regcache_raw_collect.
2534
2535 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2536
2537 * regcache.c (register_buffer): Consitify first argument.
2538 (regcache_raw_supply, regcache_raw_collect): New
2539 functions.
2540
2541 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2542
2543 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2544 by Nathan J. Williams.
2545
2546 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2547
2548 * lin-lwp.c (wait_lwp): New function, copied from
2549 stop_wait_callback. Clean up.
2550 (stop_wait_callback): Use wait_lwp.
2551
2552 2003-08-28 Andrew Cagney <cagney@redhat.com>
2553
2554 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2555 flavour and disassembler options.
2556 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2557 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2558 deprecated_tm_print_insn_info.
2559
2560 2003-08-27 Andrew Cagney <cagney@redhat.com>
2561
2562 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2563 Use target_read_memory.
2564 (s390_get_frame_info): Update. Do not reference
2565 deprecated_tm_print_insn_info.
2566 (s390_check_function_end, s390_is_sigreturn): Ditto.
2567
2568 2003-08-27 Andrew Cagney <cagney@redhat.com>
2569
2570 * Makefile.in (cris-tdep.o): Update dependencies.
2571 * cris-tdep.c: Include "gdb_assert.h".
2572 (cris_gdbarch_init): Set print_insn.
2573 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2574 (cris_delayed_get_disassembler): Simplify, directly call the
2575 disassembler returned by cris_get_disassembler.
2576 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2577 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2578 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2579 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2580 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2581 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2582 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2583 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2584 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2585 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2586 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2587 (gdb_print_insn_sparc): Delete function.
2588 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2589 deprecated_tm_print_insn_info.
2590 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2591 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2592 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2593 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2594 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2595 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2596 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2597 (s390_gdbarch_init): Set print_insn.
2598
2599 2003-08-27 Andrew Cagney <cagney@redhat.com>
2600
2601 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2602 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2603 * infcall.c (call_function_by_hand): Convert the entry point
2604 address into a code address.
2605
2606 2003-08-27 Andrew Cagney <cagney@redhat.com>
2607
2608 * dsrec.c: Include "gdb_string.h".
2609 * Makefile.in (dsrec.o): Update dependencies.
2610
2611 2003-08-27 Michael Chastain <mec@shout.net>
2612
2613 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2614
2615 2003-08-27 Andrew Cagney <cagney@redhat.com>
2616
2617 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2618 (alpha_osf1_init_abi): Do not set call_dummy_address.
2619
2620 2003-08-27 David Carlton <carlton@kealia.com>
2621
2622 From Randolph Chung <tausq@debian.org>:
2623 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2624 compiles with -Wformat-nonliteral -Werror.
2625
2626 2003-08-26 Jim Blandy <jimb@redhat.com>
2627
2628 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2629 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2630 bfd_lookup_symbol, since we only want symbols in code sections.
2631 (look_for_base): Pass zero as the SECT_FLAGS argument to
2632 bfd_lookup_symbol, since we're not concerned about which section
2633 the symbol is in.
2634
2635 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2636
2637 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2638 we are frameless or the return address register is already known.
2639
2640 2003-08-26 Andrew Cagney <cagney@redhat.com>
2641
2642 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2643 in size. Add comments.
2644
2645 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2646
2647 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2648 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2649
2650 2003-08-26 Jason Merrill <jason@redhat.com>
2651
2652 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2653 case out of #ifdef MIPS block.
2654
2655 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2656
2657 PR java/1322
2658 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2659 available before calling SECT_OFF_TEXT.
2660 * PROBLEMS: Remove description of java/1322.
2661
2662 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2663
2664 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2665 bof, and nat0-nat127 as pseudo-registers.
2666 (ia64_frame_cache): New struct used to cache frame info.
2667 (ia64_register_reggroup_p): New routine used to override default
2668 register grouping so registers without names are still saved and
2669 restored.
2670 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2671 pseudo values.
2672 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2673 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2674 (ia64_alloc_frame_cache): New routine to create a new
2675 ia64_frame_cache.
2676 (examine_prologue): Change prototype to add next_frame pointer.
2677 Assume frameless until otherwise proven. Verify that the cfm for
2678 current frame matches the cfm that should occur for the prologues
2679 alloc insn and if equal, mark as not frameless. At end of routine,
2680 if not frameless, calculate registers for the previous frame and store
2681 in the cache, if a cache is provided.
2682 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2683 and pass 0 for next_frame.
2684 (ia64_store_return_value): Change to use convert_typed_floating()
2685 instead of calling ia64_convert_to_raw().
2686 (ia64_extract_return_value): Change to use convert_typed_floating()
2687 instead of calling ia64_convert_to_virtual().
2688 (ia64_frame_cache): New routine to support new frame model.
2689 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2690 (ia64_frame_sniffer): Ditto.
2691 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2692 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2693 (ia64_sigtramp_frame_prev_register): Ditto.
2694 (ia64_sigtramp_frame_sniffer): Ditto.
2695 (ia64_frame_base_address): Ditto.
2696 (ia64_extract_struct_value_address): Change to issue error message.
2697 (ia64_frame_align): New routine to align sp.
2698 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2699 (ia64_push_arguments): Removed. Logic moved to
2700 ia64_push_dummy_call().
2701 (ia64_push_return_address): Ditto.
2702 (ia64_unwind_dummy_id): New function.
2703 (ia64_unwind_pc): Ditto.
2704 (ia64_convert_register_p): Ditto.
2705 (ia64_register_to_value): Ditto.
2706 (ia64_value_to_register): Ditto.
2707 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2708 (ia64_register_byte, ia64_register_raw_size): Ditto.
2709 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2710 (ia64_saved_pc_after_call): Ditto.
2711 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2712 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2713 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2714 (ia64_register_convert_to_raw): Ditto.
2715 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2716 (ia64_init_extra_frame_info): Ditto.
2717 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2718 (ia64_gdbarch_init): Remove registering of deprecated functions that
2719 are no longer used. Add registration of new gdbarch functions.
2720 Remove registering deprecated_write_sp. Replace
2721 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2722 Delete set_gdbarch_deprecated_register_convertible(),
2723 set_gdbarch_deprecated_register_convert_to_virtual(), and
2724 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2725 set_gdbarch_deprecated_register_size(),
2726 set_gdbarch_deprecated_register_bytes(),
2727 set_gdbarch_pcregnum(),
2728 set_gdbarch_deprecated_register_byte(),
2729 set_gdbarch_deprecated_register_raw_size(),
2730 set_gdbarch_deprecated_max_register_raw_size(),
2731 set_gdbarch_deprecated_register_virtual_size(),
2732 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2733 Replace set_gdbarch_deprecated_extract_return_value() with
2734 set_gdbarch_extract_return_value(). Remove calls to:
2735 set_gdbarch_deprecated_saved_pc_after_call();
2736 set_gdbarch_deprecated_frame_chain(),
2737 set_gdbarch_deprecated_frame_saved_pc(),
2738 set_gdbarch_deprecated_frame_init_saved_regs(),
2739 set_gdbarch_deprecated_get_saved_register(),
2740 set_gdbarch_deprecated_call_dummy_words(),
2741 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2742 set_gdbarch_deprecated_init_extra_frame_info(),
2743 set_gdbarch_deprecated_frame_args_address(),
2744 set_gdbarch_deprecated_frame_locals_address(),
2745 and set_gdbarch_deprecated_dummy_write_sp().
2746 Add set_gdbarch_convert_register_p(),
2747 set_gdbarch_register_to_value(),
2748 set_gdbarch_value_to_register(),
2749 set_gdbarch_push_dummy_call(),
2750 set_gdbarch_frame_align(),
2751 set_gdbarch_unwind_dummy_id(),
2752 set_gdbarch_unwind_pc(),
2753 frame_unwind_append_sniffer(),
2754 frame_unwind_append_sniffer(),
2755 and frame_base_set_default().
2756
2757 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2758
2759 * configure.tgt: Document need for special "mipsisa64" handling.
2760 (mipsisa64*-*-linux64): Handle as target linux64.
2761 (mipsisa64*-*-*): Handle as target embed64.
2762
2763 2003-08-18 Michael Chastain <mec@shout.net>
2764
2765 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2766 objfile bug.
2767
2768 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2769
2770 * i387-tdep.h: Update copyright date.
2771 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2772
2773 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2774 CFLAGS games to reflect reality.
2775
2776 2003-08-24 Andrew Cagney <cagney@redhat.com>
2777
2778 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2779 GDB_MULTI_ARCH is always non-zero.
2780 * osabi.c (_initialize_gdb_osabi): Ditto.
2781 (gdbarch_init_osabi): Ditto.
2782 * sparc-tdep.c: Ditto for #if code.
2783
2784 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2785
2786 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2787 Update comments.
2788 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2789 comments.
2790 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2791 x86_64_supply_fxsave.
2792 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2793 x86_64_supply_fxsave.
2794 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2795 x86_64_supply_fxsave.
2796
2797 2003-08-23 Andreas Jaeger <aj@suse.de>
2798
2799 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2800 i387_supply_fxsave.
2801
2802 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2803
2804 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2805 i387_supply_register.
2806 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2807 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2808 i387_supply_fsave.
2809 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2810 i387_supply_fxsave.
2811 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2812 i387_supply_fsave.
2813 * i386bsd-nat.c (supply_fpregset): Adjust call to
2814 i387_supply_fsave.
2815 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2816 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2817 supply_fpregset.
2818 (store_inferior_registers): Remove extraneous whitespace. Call
2819 i387_fill_fsave instead of fill_fpregset.
2820 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2821 (supply_fpregset): Likewise.
2822 * i386v4-nat.c (supply_fpregset): Adjust call to
2823 i387_supply_fsave.
2824 * i386-interix-nat.c (supply_fpregset): Adjust call to
2825 i387_supply_fsave.
2826 * i386-linux-nat.c (supply_fpregset): Adjust call to
2827 i387_supply_fsave.
2828 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2829 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2830 i387supply_fsave and i387_supply_fxsave.
2831 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2832 Incorporate code from `i387_supply_register.
2833 (i387_supply_register): Remove.
2834 (i387_supply_fxsave): Add `regnum' argument.
2835 Update comments.
2836 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2837 prototype.
2838 (i387_supply_register): remove prototype.
2839 Update comments.
2840
2841 2003-08-22 Michael Chastain <mec@shout.net>
2842
2843 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2844 Add lines for files in gdb/testsuite/gdb.cp/* that are
2845 still not 8.3 unique.
2846
2847 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2848
2849 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2850 TYPE_VPTR_FIELDNO is valid.
2851
2852 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2853
2854 * utils.c (set_width_command): Remove prototypes.
2855 (set_screen_size): New prototype.
2856 (init_page_info): Simplify by fetching the screen size from
2857 Readline. Call set_screen_size.
2858 (set_screen_size): New function.
2859 (set_width): Add missing whitespace in comment.
2860 (set_width_command): Call set_screen_size.
2861 (set_height_command): New function.
2862 (initialize_utils): Fix formatting. Make "set height" command
2863 call set_height_command. Remove redundant code that turns off
2864 pagination if output isn't a terminal. Remove redundant call to
2865 set_width_command.
2866
2867 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2868
2869 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2870 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2871 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2872 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2873 `case' keyword.
2874 (sparc64_register_info): Give the reister with number
2875 SPARC64_STATE_REGNUM a name.
2876 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2877 %asi and %ccr.
2878 (sparc64_push_dummy_call): Take BIAS into account when checking
2879 stcak alignment.
2880 (sparc_software_single_step): Remove assertions that check whether
2881 NPC and NNPC were zero.
2882 (sparc_supply_rwindow): Make public. Merge functionality with
2883 sparc64_supply_rwindow.
2884 (sparc_fill_rwindow): Make public. Merge functionality with
2885 sparc64_fill_rwindow.
2886 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2887 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2888 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2889 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2890 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2891
2892 * reggroups.c: Add whitespace after declarations of local
2893 variables in functions.
2894
2895 2003-08-21 Michael Chastain <mec@shout.net>
2896
2897 * gdbtypes.h: Change array bound type from an int to enum.
2898
2899 2003-08-21 Andrew Cagney <cagney@redhat.com>
2900
2901 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2902 * config/sparc/tm-sparc.h: Ditto.
2903 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2904 unconditionally.
2905 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2906
2907 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2908
2909 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2910 (register_objfile_data, set_objfile_data, objfile_data): New
2911 prototypes.
2912 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2913 prototypes.
2914 (allocate_objfile): Call objfile_alloc_data.
2915 (free_objfile): Call objfile_free_data.
2916 (struct objfile_data): New.
2917 (struct objfile_data_registration): New.
2918 (struct objfile_data_registry): New.
2919 (objfile_data_registry): New variable.
2920 (register_objfile_data): New function.
2921 (objfile_alloc_data, objfile_free_data): New functions.
2922 (set_objfile_data, objfile_data): New functions.
2923 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2924 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2925 (_initialize_dwarf2_frame): New function and prototype.
2926
2927 2003-08-21 Andrew Cagney <cagney@redhat.com>
2928
2929 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2930 a specific architecture.
2931 * arch-utils.h (set_architecture_from_arch_mach): Delete
2932 declaration.
2933 (target_architecture_hook): Delete declaration.
2934 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2935 (default_float_format): Assume GDB_MULTI_ARCH.
2936 (default_double_format): Assume GDB_MULTI_ARCH.
2937 (set_endian_from_file): Delete function.
2938 (arch_ok): Delete function.
2939 (set_arch): Delete function.
2940 (set_architecture_from_arch_mach): Delete function.
2941 (set_architecture_from_file): Delete function.
2942 (set_architecture): Assume GDB_MULTI_ARCH.
2943 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2944
2945 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2946
2947 Rewrite FreeBSD/sparc64 native configuration.
2948 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2949 * sparc64fbsd-nat.c: New file.
2950 * sparc64fbsd-tdep.c: New file.
2951 * sparc64-tdep.c sparc64-tdep.h: New files.
2952 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2953 sparc64fbsd-tdep.o): New dependencies.
2954 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2955 and sparc64fbsd-tdep.c.
2956 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2957 * config/sparc/fbsd.mh: Remove copyright notice.
2958 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2959 sparcbsd-nat.o.
2960 * config/sparc/fbsd.mt: Remove copyright notice.
2961 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2962 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2963 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2964 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2965 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2966 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2967 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2968 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2969 "sparc/tm-sp64.h".
2970 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2971 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2972
2973 2003-08-21 Michael Chastain <mec@shout.net>
2974
2975 * symtab.h: Add doco on the space critical structures and
2976 some measurements of space usage.
2977
2978 2003-08-21 Michael Snyder <msnyder@redhat.com>
2979
2980 * tracepoint.c (trace_dump_command): Trace break address
2981 is subject to DECR_PC_AFTER_BREAK.
2982 (set_traceframe_context): Make "trace_line" an int.
2983 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2984
2985 2003-08-20 Michael Snyder <msnyder@redhat.com>
2986
2987 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2988 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2989 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2990 argument passing.
2991 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2992 functions, replace sh_push_dummy_call.
2993 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2994
2995 2003-08-20 Michael Chastain <mec@shout.net>
2996
2997 * gdbtypes.h (struct main_type): Rearrange to save space.
2998
2999 2003-08-20 Michael Snyder <msnyder@redhat.com>
3000
3001 * trad-frame.c: Comment typo fix.
3002
3003 2003-08-20 Michael Snyder <msnyder@redhat.com>
3004 Kevin Buettner <kevinb@redhat.com>
3005
3006 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3007 (frv_frame_init_saved_regs): Add declaration.
3008 (frame_extra_info): Add new field ``saved_regs''.
3009 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3010 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3011 Update frame related code.
3012 (frv_extract_struct_value_address): Adjust formatting.
3013 * Makefile.in (frv-tdep.o): Update dependencies.
3014 * config/frv/tm-frv.h (target_insert_watchpoint)
3015 (target_remove_watchpoint, target_insert_hw_breakpoint)
3016 (target_remove_hw_breakpoint): Delete these macros.
3017 (remote_insert_watchpoint, remote_remove_watchpoint)
3018 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3019 these declarations.
3020
3021 2003-08-20 Michael Chastain <mec@shout.net>
3022
3023 * defs.h (ENUM_BITFIELD): New macro.
3024 * symtab.h (ENUM_BITFIELD): Use it.
3025 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3026
3027 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3028
3029 * MAINTAINERS (write after approval): Add myself.
3030
3031 2003-08-18 Andrew Cagney <cagney@redhat.com>
3032
3033 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3034 * gdbarch.h, gdbarch.c: Re-generate.
3035 * infcall.c (call_function_by_hand): Adjust the SP by
3036 frame_red_zone_size before allocating any stack space.
3037 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3038 * x86-64-tdep.c (x86_64_frame_align): New function.
3039 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3040
3041 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3042 Remove code adjusting SP so that it skips over the Red Zone.
3043
3044 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3045
3046 * NEWS (New native configurations): Mention FreeBSD/amd64.
3047
3048 2003-08-18 Andrew Cagney <cagney@redhat.com>
3049
3050 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3051 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3052 "m68k_frame_p".
3053 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3054
3055 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3056
3057 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3058
3059 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3060
3061 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3062 Define.
3063 * i386-linux-nat.c: Include "linux-nat.h".
3064 (child_post_startup_inferior): New function.
3065
3066 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3067
3068 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3069 at the start of a frameless function. This probably fixes PR
3070 backtrace/1338.
3071
3072 2003-08-17 Michael Chastain <mec@shout.net>
3073
3074 * symfile.c (find_sym_fns): Remove special case for apollo target.
3075
3076 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3077
3078 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3079 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3080 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3081 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3082 (linux_supports_tracevforkdone): New function.
3083 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3084 TRACEVFORKDONE.
3085 (child_follow_fork): Handle vfork.
3086 (linux_handle_extended_wait): Likewise. Also handle exec.
3087 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3088 * NEWS: Mention fork tracing.
3089
3090 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3091
3092 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3093
3094 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3095
3096 * Makefile.in (i386-linux-nat.o): Update dependencies.
3097 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3098 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3099 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3100 * i386-linux-nat.c: Include "linux-nat.h".
3101 (child_post_startup_inferior): New function.
3102 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3103 * infptrace.c (kill_inferior): Wrap in #ifdef.
3104 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3105 attaching to each LWP.
3106 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3107 (init_lin_lwp_ops): Fill in some more operations.
3108 * linux-nat.h (linux_enable_event_reporting)
3109 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3110 prototypes.
3111 * linux-nat.c (linux_enable_event_reporting): New function.
3112 (child_post_attach, linux_child_post_startup_inferior)
3113 (child_post_startup_inferior, child_follow_fork)
3114 (linux_handle_extended_wait, kill_inferior): New functions.
3115
3116 2003-08-16 Andrew Cagney <cagney@redhat.com>
3117
3118 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3119 * gdbarch.h, gdbarch.c: Re-generate.
3120
3121 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3122
3123 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3124
3125 2003-08-16 Andrew Cagney <cagney@redhat.com>
3126
3127 * NEWS: Mention that "set prompt-escape-char" was deleted.
3128 * top.c (get_prompt_1): Delete function.
3129 (gdb_prompt_escape):
3130 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3131 prompt-escape-char" command.
3132 (MAX_PROMPT_SIZE): Delete macro.
3133 (get_prompt): Simplify, do not call get_prompt_1.
3134
3135 2003-08-16 Andrew Cagney <cagney@redhat.com>
3136
3137 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3138 -Werror. -Wformat-nonliteral problems.
3139
3140 2003-08-15 J. Brobecker <brobecker@gnat.com>
3141
3142 Further multiarching work mostly for hppa64-*-hpux11:
3143 * hppa-tdep.h: New file.
3144 * hppa-tdep.c: #include hppa-tdep.c.
3145 (hppa32_num_regs): Renamed from hppa_num_regs.
3146 (hppa64_num_regs): New constant.
3147 (hppa64_call_dummy_breakpoint_offset): New constant.
3148 (hppa32_call_dummy_length): New constant.
3149 (hppa64_call_dummy_length): New constant.
3150 (hppa32_stack_align): Make name 32bit explicit.
3151 (hppa32_register_virtual_type): Likewise.
3152 (hppa32_extract_return_value): Likewise.
3153 (hppa32_use_struct_convention): Likewise.
3154 (hppa32_store_return_value): Likewise.
3155 (hppa64_register_virtual_type): New function.
3156 (hppa64_extract_return_value): New function.
3157 (hppa64_use_struct_convention): New function.
3158 (hppa64_store_return_value): New function.
3159 (hppa_frame_locals_address): Remove declaration, function does
3160 not exist anymore.
3161 (hppa_register_byte): Add support for PA64 ABI.
3162 (hppa_gdbarch_init): Add support for PA64 ABI.
3163 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3164 Make name 32bit explicit.
3165 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3166 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3167 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3168 (hppa64_hpux_frame_base_before_sigtramp): New function.
3169 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3170 * config/pa/tm-hppa64.h: Remove macros that are no longer
3171 necessary now that the gdbarch vector is properly setup.
3172 Transform some macros into function calls. Some minor cleanup.
3173 * config/pa/tm-hppah.h: Update function calls in macros
3174 following the function renaming in hppa-hpux-tdep.c.
3175 * Makefile.in (hppa_tdep_h): New variable.
3176 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3177
3178 2003-08-14 Michael Snyder <msnyder@redhat.com>
3179
3180 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3181
3182 2003-08-13 J. Brobecker <brobecker@gnat.com>
3183
3184 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3185 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3186 routine.
3187
3188 2003-08-13 Michael Snyder <msnyder@redhat.com>
3189
3190 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3191 (frv_saved_pc_after_call): Use deprecated ftype.
3192 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3193 (frv_remote_translate_xfer_address): Remove.
3194 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3195
3196 2003-08-13 J. Brobecker <brobecker@gnat.com>
3197
3198 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3199 initialization after the common gdbarch initialization, not before.
3200
3201 2003-08-13 J. Brobecker <brobecker@gnat.com>
3202
3203 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3204 (ADDR_BITS_REMOVE): Remove, redundant.
3205
3206 2003-08-13 J. Brobecker <brobecker@gnat.com>
3207
3208 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3209 gdbarch method to clear the 2 low bits of text addresses.
3210
3211 2003-08-12 Andrew Cagney <cagney@redhat.com>
3212
3213 * Makefile.in (dsrec.o): Update dependencies.
3214 * dsrec.c: Include "gdb_assert.h".
3215 (make_srec): Use snprintf instead of sprintf, use a literal format
3216 string.
3217
3218 2003-08-12 Andrew Cagney <cagney@redhat.com>
3219
3220 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3221 FRAME_OBSTACK_ZALLOC.
3222
3223 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3224
3225 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3226 SSE registers.
3227
3228 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3229
3230 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3231 amd64fbsd_sc_reg_offset): Add extern declarations.
3232 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3233 declarations.
3234
3235 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3236
3237 * MAINTAINERS (write after approval): Update my mail address.
3238
3239 2003-08-10 Andrew Cagney <cagney@redhat.com>
3240
3241 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3242
3243 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3244
3245 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3246 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3247 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3248 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3249 i386bsd_sc_reg_offset): Add extern declarations.
3250 * i386obsd-nat.c: Include "i386-tdep.h"
3251 (_initialize_i386obsd_nat): Remove extern declarations.
3252 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3253 declarations.
3254 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3255 declarations.
3256
3257 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3258 instead of frame_read_register.
3259 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3260 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3261 SP_REGNUM.
3262 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3263 instead of frame_unwind_unsigned_register. Use
3264 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3265 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3266 instead of read_register. Use builtin_type_void_data_ptr instead
3267 of builtin_type_void_func_ptr when extracting the address of the
3268 jmp_buf.
3269 (i386_extract_return_value, i386_store_return_value,
3270 i386_pseudo_register_read, i386_pseudo_register_write): Use
3271 register_size instead REGISTER_RAW_SIZE.
3272
3273 2003-08-10 Andrew Cagney <cagney@redhat.com>
3274
3275 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3276 sprintf. Make "name" constant.
3277
3278 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3279
3280 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3281 instead of frame_read_register.
3282 (i387_print_float_info): Use get_frame_register and
3283 get_frame_register_unsigned instead of frame_register_read.
3284
3285 * i386fbsd-nat.c: Include "i386-tdep.h".
3286 (child_resume): Make `eflags' an ULONGEST. Use
3287 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3288 instead of register_read and register_write.
3289
3290 * i386bsd-nat.c (fetch_inferior_registers,
3291 store_inferior_registers): Don't use && at the end of a line.
3292 (_initialize_i386bsd_nat): Fix typo.
3293
3294 * frame.c (_initialize_frame): Add missing backslash.
3295
3296 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3297 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3298 and supply_register instead of manipulating the register buffer
3299 directly.
3300
3301 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3302 * config/i386/nm-i386sol2.h
3303 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3304
3305 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3306 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3307 instructions that GCC likes to mingle into the prologue. Fixes
3308 gdb/1253 and gdb/1255.
3309
3310 2003-08-09 Andrew Cagney <cagney@redhat.com>
3311
3312 Fix GDB PR cli/926.
3313 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3314 * command.h (add_setshow_uinteger_cmd): Declare.
3315 * frame.c (set_backtrace_cmd): New function.
3316 (show_backtrace_cmd): New function.
3317 * frame.c (_initialize_frame): Replace "set/show
3318 backtrace-below-main" with "set/show backtrace past-main". Add
3319 command "set/show backtrace limit".
3320 (backtrace_past_main): Rename "backtrace_below_main".
3321 (backtrace_limit): New variable.
3322 (get_prev_frame): Update. Check the backtrace_limit.
3323
3324 2003-08-09 Andrew Cagney <cagney@redhat.com>
3325
3326 * defs.h (xstrprintf): Declare.
3327 * utils.c (xstrprintf): New function.
3328 * breakpoint.c (insert_breakpoints): Replace sprintf and
3329 non-literal format strings, with xstrprintf and cleanups.
3330 (delete_breakpoint,breakpoint_re_set): Ditto.
3331 (commands_command, insert_breakpoints): Ditto.
3332 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3333 (break_at_finish_command_1): Ditto.
3334
3335 2003-08-09 Andrew Cagney <cagney@redhat.com>
3336
3337 * MAINTAINERS (language support): List Adam Fedor as Objective C
3338 maintainer.
3339
3340 2003-08-08 J. Brobecker <brobecker@gnat.com>
3341
3342 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3343 are now multiarched.
3344
3345 2003-08-08 J. Brobecker <brobecker@gnat.com>
3346
3347 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3348 longer necessary now that hppa64 is partially multiarch'ed.
3349
3350 2003-08-08 Andrew Cagney <cagney@redhat.com>
3351
3352 * interps.c (interp_set): Check for a NULL "old_interp".
3353
3354 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3355
3356 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3357 (install-only): Support DESTDIR.
3358 (uninstall): Likewise.
3359 (install-gdbtk): Likewise.
3360
3361 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3362
3363 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3364 contains something meaningful at all times.
3365
3366 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3367
3368 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3369
3370 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3371
3372 * MAINTAINERS (write after approval): Added self.
3373
3374 2003-08-07 Andrew Cagney <cagney@redhat.com>
3375
3376 * inferior.h (AT_SYMBOL): Define.
3377 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3378 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3379 * mips-tdep.c (mips_call_dummy_address): Delete function.
3380 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3381 set call_dummy_address.
3382
3383 2003-08-07 Andrew Cagney <cagney@redhat.com>
3384
3385 * language.c (op_error): Delete function.
3386 (binop_type_check): Delete function.
3387 * language.h (type_op_error, range_op_error): Delete macros.
3388 (op_error): Delete declaration.
3389
3390 2003-08-07 Andrew Cagney <cagney@redhat.com>
3391
3392 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3393
3394 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3395
3396 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3397 (x86_64_push_arguments): Skip the red zone.
3398
3399 2003-08-05 Andrew Cagney <cagney@redhat.com>
3400
3401 * reggroups.c (reggroup_next): Check for the final entry.
3402
3403 2003-08-04 Andrew Cagney <cagney@redhat.com>
3404
3405 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3406 * cli/cli-script.c (define_command): Call query directly, instead
3407 of passing it a buffer.
3408 * ocd.c (ocd_error): Pass error a constant format string.
3409 * remote-mips.c (mips_error): Use fputs_filtered.
3410
3411 * solib-svr4.c (_initialize_svr4_solib): Update
3412 register_gdbarch_data call.
3413 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3414
3415 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3416 (register_gdbarch_data): Delete "free" parameter. Update
3417 comments.
3418 * gdbarch.h, gdbarch.c: Re-generate.
3419 * reggroups.c (_initialize_reggroup): Update.
3420 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3421 * frame-base.c (_initialize_frame_base): Update.
3422 * frame-unwind.c (_initialize_frame_unwind): Update.
3423 * user-regs.c (_initialize_user_regs): Update.
3424 * remote.c (_initialize_remote): Update.
3425 * regcache.c (_initialize_regcache): Update.
3426
3427 * regcache.c (xfree_regcache_descr): Delete function.
3428 (_initialize_regcache): Update call to register_gdbarch_data.
3429 (init_regcache_descr, init_legacy_regcache_descr): Use
3430 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3431
3432 * remote.c (free_remote_state): Delete function.
3433 (_initialize_remote): Update register_gdbarch_data.
3434 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3435 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3436
3437 2003-08-04 Andrew Cagney <cagney@redhat.com>
3438
3439 * reggroups.c (struct reggroup_el): Define.
3440 (struct reggroups): Delete field "nr_group". Replace array
3441 "group" with a "first" to "last" linked list.
3442 (reggroups_init): Update. Allocate using gdbarch's obstack.
3443 (reggroups_free): Delete function.
3444 (add_group): Update. Add "el" parameter.
3445 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3446 (default_groups): Update.
3447 (reggroup_next): Replace reggroups.
3448 (reggroups_dump): Update.
3449 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3450 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3451 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3452
3453 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3454
3455 * Makefile.in (tui-interp.o): Update dependencies.
3456
3457 2003-08-04 David Carlton <carlton@kealia.com>
3458
3459 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3460 to internal_error call.
3461 * source.c (forward_search_command): Add "%s" format argument.
3462 (reverse_search_command): Ditto.
3463 * top.c (quit_confirm): Ditto.
3464 * cli/cli-setshow.c (do_setshow_command): Ditto.
3465 * cp-valprint.c (cp_print_class_method): Replace
3466 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3467 (cp_print_class_member): Ditto.
3468 * event-top.c (command_line_handler): Ditto.
3469 * linux-proc.c (linux_info_proc_cmd): Ditto.
3470 * p-typeprint.c (pascal_type_print_base): Ditto.
3471 * p-valprint.c (pascal_object_print_class_method): Ditto.
3472 (pascal_object_print_class_member): Ditto.
3473 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3474 * remote.c (remote_cisco_section_offsets): Ditto.
3475 * top.c (command_line_input): Ditto.
3476 * utils.c (vwarning,error_stream,quit): Ditto.
3477 * valprint.c (print_floating,print_binary_chars)
3478 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3479
3480 2003-08-04 Andrew Cagney <cagney@redhat.com>
3481
3482 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3483
3484 2003-08-02 Andrew Cagney <cagney@redhat.com>
3485
3486 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3487 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3488 amd64fbsd-nat.c.
3489
3490 2003-08-02 Andrew Cagney <cagney@redhat.com>
3491
3492 * Makefile.in: Update all dependencies and definitions.
3493
3494 2003-08-02 Adam Fedor <fedor@gnu.org>
3495
3496 * linespec.c (is_objc_method_format): New function
3497 (decode_line_1, locate_first_half): Use it.
3498 Fixes PR objc/1298
3499
3500 2003-08-01 Andrew Cagney <cagney@redhat.com>
3501
3502 * NEWS: Mention that m32r is multi-arch.
3503 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3504 * configure.tgt: Recognize m32r-*-*.
3505 * config/m32r/tm-m32r.h: Delete file.
3506 * config/m32r/m32r.mt: New file.
3507 * m32r-rom.c (m32r_upload_command): Use hostent only when
3508 gethostname succeeds, in order to avoid a compilation
3509 warning.
3510 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3511 compiler warning.
3512
3513 2003-08-01 Michael Snyder <msnyder@redhat.com>
3514
3515 * sh-tdep.c (sh_frame_align): New gdbarch method.
3516 (sh_gdbarch_init): Set up frame_align method.
3517
3518 2003-07-31 Michael Snyder <msnyder@redhat.com>
3519
3520 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3521 which is already covered by the new frames infrastructure.
3522
3523 2003-07-31 Andrew Cagney <cagney@redhat.com>
3524
3525 * user-regs.c (struct user_reg): Add "next" link.
3526 (struct user_regs): Replace "user" with "first" and "last" links.
3527 (append_user_reg): Add pre-allocated "reg" parameter.
3528 (builtin_user_regs): Provide initial value for "last".
3529 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3530 (user_regs_init): Allocate memory from the gdbarch obstack.
3531 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3532 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3533 linked list.
3534 (usernum_to_user_reg): New function.
3535 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3536 (value_of_user_reg): Use usernum_to_user_reg.
3537 (user_regs_free): Delete function.
3538 (_initialize_user_regs): Update register_gdbarch_data call.
3539
3540 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3541
3542 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3543
3544 2003-07-30 Michael Snyder <msnyder@redhat.com>
3545
3546 * value.h (value_being_returned): Add a struct_addr argument.
3547 * infcall.c (call_function_by_hand): Pass struct_addr to
3548 value_being_returned.
3549 * infcmd.c (print_return_value): Pass zero as struct_addr.
3550 * values.c (value_being_returned): If struct_addr is passed,
3551 use it instead of trying to recover it from the inferior.
3552
3553 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3554
3555 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3556 the prologue analyzer won't need to attempt to extract the pc
3557 value from the woefully incomplete dummy frame.
3558 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3559 possible. Disable code which modifies the frame.
3560
3561 2003-07-28 Andrew Cagney <cagney@redhat.com>
3562
3563 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3564 to level 2.
3565 (annotate_breakpoints_table, annotate_record): Ditto.
3566 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3567 (annotate_field_name_end, annotate_field_value): Ditto.
3568 (annotate_field_end, annotate_frame_source_begin): Ditto.
3569 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3570 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3571 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3572 (annotate_frame_address_end, annotate_frame_address): Ditto.
3573 (annotate_frame_args, annotate_frame_end): Ditto.
3574 (annotate_frame_where, annotate_arg_begin): Ditto.
3575 (annotate_arg_name_end, annotate_arg_value): Ditto.
3576 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3577 (annotate_function_call, annotate_signal_name): Ditto.
3578 (annotate_signal_string, annotate_signal_name_end): Ditto.
3579 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3580 (annotate_value_begin, annotate_value_history_value): Ditto.
3581 (annotate_value_history_end, annotate_value_end): Ditto.
3582 (annotate_display_begin, annotate_display_number_end): Ditto.
3583 (annotate_display_format, annotate_display_expression): Ditto.
3584 (annotate_display_expression_end, annotate_display_value): Ditto.
3585 (annotate_display_end, annotate_array_section_begin): Ditto.
3586 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3587 (annotate_elt, annotate_array_section_end): Ditto.
3588
3589 2003-07-28 Andrew Cagney <cagney@redhat.com>
3590
3591 * regcache.c (struct regcache_descr): Update comments on
3592 nr_raw_registers.
3593 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3594 sizeof_raw_register_valid_p.
3595 (init_regcache_descr): Set nr_raw_registers and
3596 sizeof_raw_register_valid_p before calling
3597 init_legacy_regcache_descr.
3598
3599 2003-07-28 Andrew Cagney <cagney@redhat.com>
3600
3601 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3602 MOD NUM_REGS.
3603
3604 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3605
3606 * thread.c (info_threads_command): Use get_selected_frame ().
3607 Check that there is at least one non-sentinel frame.
3608
3609 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3610
3611 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3612 (m68hc11_pop_frame): Remove.
3613 (m68hc11_frame_saved_pc): Remove.
3614 (m68hc11_frame_chain): Remove.
3615 (m68hc11_frame_init_saved_regs): Remove.
3616 (m68hc11_init_extra_frame_info): Remove.
3617 (m68hc11_store_struct_return): Remove.
3618 (m68hc11_saved_pc_after_call): Remove.
3619
3620 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3621
3622 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3623 frame unwind information.
3624 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3625 and adapted for frame unwinding.
3626 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3627 (m68hc11_unwind_pc): New function.
3628 (m68hc11_frame_unwind_cache): New function to analyze frames.
3629 (m68hc11_frame_this_id): New function to create new frame struct.
3630 (m68hc11_frame_prev_register): New function to unwind a register from
3631 the frame.
3632 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3633 (m68hc11_frame_p): New function for the above.
3634 (m68hc11_frame_base_address): New function to return fp of frame.
3635 (m68hc11_frame_args_address): Update for frame.
3636 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3637 (m68hc11_unwind_sp): New function.
3638 (m68hc11_unwind_dummy_id): New function.
3639 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3640 calls.
3641
3642 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3643
3644 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3645 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3646 when we are beyond the current pc.
3647
3648 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3649
3650 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3651 from m68hc11_push_arguments.
3652 (m68hc11_push_arguments): Remove.
3653 (m68hc11_push_return_address): Remove.
3654 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3655 handlers; remove deprecated_extra_stack_alignment_needed.
3656
3657 2003-07-27 Andrew Cagney <cagney@redhat.com>
3658
3659 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3660 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3661 REAL_PC and not the pointer.
3662 * hppa-hpux-tdep.c: Include frame.h
3663
3664 2003-07-27 Andrew Cagney <cagney@redhat.com>
3665
3666 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3667 GDB_MULTI_ACH_PARTIAL.
3668
3669 2003-07-27 Andrew Cagney <cagney@redhat.com>
3670
3671 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3672 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3673 operator at start and not end of line.
3674 (decode_prologue): Ditto.
3675 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3676 frame_unwind_register_unsigned instead of
3677 frame_unwind_unsigned_register.
3678 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3679 read_register.
3680 (m32r_push_dummy_call): Use register_size instead of
3681 REGISTER_RAW_SIZE.
3682 (m32r_frame_sniffer): Replace m32r_frame_p.
3683 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3684 * m32r-rom.c (report_transfer_performance): Delete extern
3685 declaration.
3686 (m32r_load, m32r_upload_command): Use print_transfer_performance
3687 instead of report_transfer_performance.
3688 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3689 / add_show_from_set.
3690
3691 2003-07-26 Andrew Cagney <cagney@redhat.com>
3692
3693 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3694 store_return_value and extract_struct_value_address.
3695
3696 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3697
3698 PR c++/1267
3699 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3700 NULL, default to the section containing PC.
3701
3702 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3703
3704 * NEWS: Mention "regs" deprecated for m68hc11 too.
3705
3706 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3707 (m68hc11_print_register): New function to print out one register.
3708 (m68hc11_print_registers_info): New function to print registers.
3709 (show_regs): Deprecate and use the above.
3710 (m68hc11_gdbarch_init): Install the print_registers_info.
3711
3712 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3713
3714 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3715 that we have a SIGTRAP before returning non-zero.
3716
3717 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3718 Elena Zannoni <ezannoni@redhat.com>
3719
3720 * linespec.c (decode_line_2): Avoid crash if
3721 find_function_start_sal() returns empty record.
3722
3723 2003-07-23 Andreas Schwab <schwab@suse.de>
3724
3725 * ia64-tdep.c (ia64_print_insn): New function.
3726 (ia64_gdbarch_init): Set print_insn to it.
3727 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3728 deprecated_tm_print_insn_info.
3729
3730 2003-07-22 Michael Snyder <msnyder@redhat.com>
3731
3732 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3733 handle 8-bit returns (long long).
3734 (h8300h_extract_return_value): Ditto.
3735 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3736
3737 2003-07-22 Andrew Cagney <cagney@redhat.com>
3738
3739 * gdbarch.c Include "gdb_obstack.h".
3740 (struct gdbarch): Add an "obstack".
3741 (alloc_gdbarch_data): Allocate the gdbarch data using
3742 GDBARCH_OBSTACK_CALLOC.
3743 (free_gdbarch_data): Delete function.
3744 (gdbarch_obstack_zalloc): New function.
3745 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3746 Assert that the architecture is not initialized.
3747 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3748 vector from the obstack.
3749 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3750 architecture obstack.
3751 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3752 (set_gdbarch_data): Assert that the data is not initialized.
3753 (struct gdbarch_data): Delete member "free".
3754 (register_gdbarch_data): Do not initialize "free".
3755 * gdbarch.h, gdbarch.c: Re-generate.
3756
3757 2003-07-22 Andrew Cagney <cagney@redhat.com>
3758
3759 * configure.in (build_warnings): Add -Wformat-nonliteral.
3760 * configure: Re-generate.
3761
3762 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3763
3764 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3765
3766 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3767
3768 * findvar.c (read_var_value): Remove case for thread local storage
3769 variables. It is now entirely handled by the dwarf2 location
3770 expression code.
3771 * printcmd.c (address_info): Ditto.
3772 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3773 enumeration value.
3774 (struct symbol): Remove objfile field, which was used by
3775 LOC_THREAD_LOCAL_STATIC only.
3776 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3777 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3778 usage of objfile pointer.
3779 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3780 thread local variables.
3781 Add include of objfiles.h.
3782 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3783 storage variables.
3784 * Makefile.in (dwarf2loc.o): Update dependencies.
3785
3786 2003-07-22 Andrew Cagney <cagney@redhat.com>
3787
3788 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3789 get_frame_base.
3790 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3791 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3792 (struct value): Add opaque declaration.
3793 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3794
3795 2003-07-21 Andrew Cagney <cagney@redhat.com>
3796
3797 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3798 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3799
3800 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3801
3802 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3803 regcache_cooked_read_unsigned instead of read_register.
3804 (m68hc11_saved_pc_after_call): Likewise.
3805 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3806 instead of write_register.
3807 (m68hc11_register_type): New function.
3808 (m68hc11_register_virtual_type): Remove.
3809 (m68hc11_store_return_value): Convert to use the regcache.
3810 (m68hc11_extract_struct_value_address): Likewise.
3811 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3812 m68hc11_register_type; undeprecate store_return_value and
3813 extract_struct_value_address.
3814
3815 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3816
3817 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3818 and translate to use regcache.
3819 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3820
3821 2003-07-18 Andrew Cagney <cagney@redhat.com>
3822
3823 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3824 * gdbarch.h, gdbarch.c: Re-generate.
3825 * i386-tdep.c (i386_gdbarch_init): Do not set
3826 DWARF2_BUILD_FRAME_INFO.
3827 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3828 unconditionally.
3829 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3830 DWARF2_BUILD_FRAME_INFO.
3831
3832 2003-07-18 Andrew Cagney <cagney@redhat.com>
3833
3834 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3835 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3836
3837 2003-07-18 Andrew Cagney <cagney@redhat.com>
3838
3839 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3840 frame_unwind_address_in_block, instead of frame_pc_unwind.
3841 (dwarf2_frame_cache): Ditto.
3842
3843 2003-07-18 Andrew Cagney <cagney@redhat.com>
3844
3845 * user-regs.h (struct gdbarch): Declare opaque.
3846 * ui-out.h (struct ui_file): Declare opaque.
3847 * dwarf2-frame.h (struct frame_info): Declare opaque.
3848
3849 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3850
3851 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3852 #include "...".
3853 (procfs_meminfo): Change strerror to safe_strerror.
3854 (procfs_can_run): Remove K&R badness.
3855
3856 2003-07-17 Michael Snyder <msnyder@redhat.com>
3857
3858 * remote-sim.c: Comment typo fix.
3859
3860 2003-07-17 Andrew Cagney <cagney@redhat.com>
3861
3862 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3863 configure.
3864 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3865 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3866 GDB_MULTI_ARCH_PARTIAL.
3867
3868 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3869
3870 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3871 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3872 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3873
3874 2003-07-16 Theodore A. Roth <troth@openavr.org>
3875
3876 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3877 found.
3878 (avr_frame_unwind_cache): Don't unwind FP for main.
3879 Update a comment.
3880 Save the computed prev_sp.
3881 (avr_saved_regs_unwinder): Remove function.
3882 (avr_frame_prev_register): Use PC unwind logic from
3883 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3884
3885 2003-07-16 Andrew Cagney <cagney@redhat.com>
3886
3887 * frame-base.h (frame_base_p_ftype): Delete definition.
3888 (frame_base_append_predicate): Delete declaration.
3889 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3890 (frame_unwind_append_predicate): Delete declaration.
3891 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3892 (append_predicate): Delete parameter "p".
3893 (frame_unwind_append_predicate): Delete function.
3894 (frame_unwind_append_sniffer): Update call to append_predicate.
3895 (frame_unwind_free): Delete function.
3896 (_initialize_frame_unwind): Pass NULL as "free" to
3897 register_gdbarch_data.
3898 (frame_unwind_init): Append the dummy_frame_sniffer.
3899 (frame_unwind_find_by_frame): Simplify.
3900 * frame-base.c (struct frame_base_table): Delete field "p".
3901 (append_predicate): Delete parameter "p".
3902 (frame_base_append_predicate): Delete function.
3903 (frame_base_append_sniffer): Update call to append_predicate.
3904 (frame_base_free): Delete function.
3905 (frame_base_find_by_frame): Simplify.
3906 (_initialize_frame_base): Pass NULL as "free" to
3907 register_gdbarch_data.
3908 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3909 (x86_64_sigtramp_frame_sniffer): Replace
3910 "x86_64_sigtramp_frame_p".
3911 (x86_64_init_abi): Set the frame unwind sniffers.
3912 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3913 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3914 (m68k_gdbarch_init): Set the frame unwind sniffers.
3915 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3916 "i386_sigtramp_frame_p".
3917 (i386_frame_sniffer): Replace "i386_frame_p".
3918 (i386_gdbarch_init): Set the frame unwind sniffers.
3919 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3920 (avr_gdbarch_init): Set the frame unwind sniffers.
3921 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3922 "alpha_sigtramp_frame_p"
3923 (alpha_heuristic_frame_sniffer): Replace
3924 "alpha_heuristic_frame_p".
3925 (alpha_gdbarch_init): Set the frame unwind sniffers.
3926 (alpha_dwarf2_init_abi): Ditto.
3927 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3928 "alpha_debug_frame_p".
3929 (alpha_mdebug_frame_base_sniffer): Replace
3930 "alpha_mdebug_frame_base_p".
3931 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3932 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3933 (d10v_gdbarch_init): Set the frame unwind sniffer.
3934 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3935 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3936 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3937 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3938 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3939 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3940
3941 2003-07-16 Michael Snyder <msnyder@redhat.com>
3942
3943 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3944 should go thru sh_dsp_register_sim_regno, else the dsp regs
3945 will not get the right values.
3946
3947 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3948
3949 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3950 deprecated_store_floating by call to store_typed_floating.
3951 (sh_sh4_register_convert_to_raw): Substitute call to
3952 deprecated_extract_floating by call to extract_typed_floating.
3953
3954 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3955
3956 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3957
3958 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3959
3960 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3961 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3962 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3963 as possible.
3964 (do_pseudo_register): Remove.
3965 (sh_push_dummy_code): New function.
3966 (sh64_store_struct_return): Rename from sh_store_struct_return.
3967 Only called for sh64 now.
3968 (sh_extract_struct_value_address): Regcache'ify.
3969 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3970 and accomodate new tasks.
3971 (sh64_push_return_address): Rename from sh_push_return_address.
3972 Only called for sh64 now.
3973 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3974 Regcache'ify.
3975 (sh3e_sh4_extract_return_value): Regcache'ify.
3976 (sh_default_store_return_value): Ditto.
3977 (sh3e_sh4_store_return_value): Ditto.
3978 (sh_default_register_byte): Remove.
3979 (sh_sh4_register_byte): Remove.
3980 (sh_default_register_raw_size): Remove.
3981 (sh_sh4_register_raw_size): Remove.
3982 (sh_register_virtual_size): Remove.
3983 (sh_sh3e_register_virtual_type): Remove.
3984 (sh_sh3e_register_type): New function.
3985 (sh_sh4_register_virtual_type): Remove.
3986 (sh_sh4_register_type): New function.
3987 (sh_default_register_virtual_type): Remove.
3988 (sh_default_register_type): New function.
3989 (do_fv_register_info): Add parameters to accomodate call from
3990 sh_print_registers_info.
3991 (do_dr_register_info): Ditto.
3992 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3993 Add parameters to accomodate call from sh_print_registers_info.
3994 (sh_do_fp_register): Ditto.
3995 (sh64_do_pseudo_register): Call do_dr_register_info,
3996 do_fv_register_info and sh_do_fp_register with default parameters.
3997 (sh_do_register): Add parameters to accomodate call from
3998 sh_print_registers_info.
3999 (sh_print_register): Ditto.
4000 (sh_print_registers_info): Rename from sh_do_registers_info.
4001 Add parameters to be used as gdbarch_print_registers_info
4002 implementation. Accomodate removed do_pseudo_register function
4003 pointer.
4004 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4005 function pointer. Call sh_print_register with default parameters.
4006 (sh64_do_registers_info): Call sh_print_registers_info instead of
4007 sh_do_registers_info.
4008 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4009 detection of deprecated vs. non-deprecated functionality.
4010 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4011 function pointer assignments by direct function calls.
4012
4013 2003-07-15 Andrew Cagney <cagney@redhat.com>
4014
4015 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4016 (frame_register_unwind, create_new_frame): Ditto.
4017 (legacy_get_prev_frame, get_frame_type): Ditto.
4018 (get_frame_base_address): Use frame_base_find_by_frame.
4019 (get_frame_locals_address): Use frame_base_find_by_frame.
4020 (get_frame_args_address): Use frame_base_find_by_frame.
4021 * frame-base.h (frame_base_sniffer_ftype): Declare.
4022 (frame_base_append_sniffer): Declare.
4023 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4024 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4025 (frame_base_append_sniffer): New function.
4026 (frame_base_append_predicate): Add a NULL sniffer.
4027 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4028 (struct frame_base_table): Add "sniffer".
4029 (frame_base_free): Free the "sniffer" table.
4030 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4031 (frame_unwind_append_sniffer): Declare.
4032 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4033 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4034 (struct frame_unwind_table): Add "sniffer", delete "middle".
4035 (append_predicate): Add "sniffer" parameter, append the sniffer.
4036 (frame_unwind_init): Update append_predicate call.
4037 (frame_unwind_append_sniffer): New function.
4038 (frame_unwind_append_predicate): Update append_predicate call.
4039 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4040
4041 2003-07-15 Andrew Cagney <cagney@redhat.com>
4042
4043 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4044 before code inhibiting repeated unwind attempts. Add to
4045 commentary on that test's problems.
4046 * blockframe.c (inside_main_func): Look for "main" in the minimal
4047 symbol table.
4048 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4049 identical.
4050
4051 2003-07-15 Andrew Cagney <cagney@redhat.com>
4052
4053 * complaints.c (struct explanation): Define.
4054 (struct complaints): Change type of "explanation" to "struct
4055 explanation".
4056 (symfile_explanations): Convert to a "struct explanation" table.
4057 (vcomplaint): Update.
4058
4059 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4060
4061 * x86-64-linux-nat.c (regmap): Removed.
4062 (supply_gregset, fill_gregset): Call
4063 x86_64_linux_(fill,supply)_gregset functions.
4064 * x86-64-linux-tdep.c (USER_*): New defines.
4065 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4066 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4067 New functions.
4068 (fetch_core_registers): Ditto.
4069 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4070 * x86-64-linux-tdep.h: New file.
4071 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4072 and core-regset.o.
4073 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4074
4075 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4076
4077 * x86-64-tdep.c (x86_64_store_return_value): Use
4078 regcache_cooked_write_part instead of regcache_cooked_write.
4079
4080 * configure.host: Add x86_64-*-freebsd*.
4081 * configure.tgt: Add x86_64-*-freebsd*.
4082 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4083 * amd64fbsd-nat.c: New file.
4084 * amd64fbsd-tdep.c: New file.
4085 * config/i386/nm-fbsd64.h: New file.
4086 * config/i386/fbsd64.mh: New file.
4087 * config/i386/fbsd64.mt: New file.
4088
4089 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4090
4091 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4092 `sc_regs_offset' and `sc_fpregs_offset'.
4093 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4094 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4095 (alpha_sigtramp_register_address): Rewrite to use new members of
4096 `struct gdbarch_tdep'.
4097 (alpha_gdbarch_init): Initialize new members of struct
4098 gdbarch_tdep'.
4099 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4100 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4101 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4102 (alphafbsd_pc_in_sigtramp): Implement.
4103 (alphafbsd_sigtramp_offset): New function.
4104 (alphafbsd_sigcontext_addr): New function.
4105 (alphafbsd_init_abi): Initialize signal trampoline related members
4106 of `struct gdbarch_tdep'.
4107 (_initialize_alphafbsd_tdep): Add prototype.
4108
4109 2003-07-11 Theodore A. Roth <troth@openavr.org>
4110
4111 * Makefile.in (install-only): Quote sed expression when generating
4112 transformed_name.
4113
4114 2003-07-11 Richard Henderson <rth@redhat.com>
4115
4116 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4117 * dwarf2-frame.c: Include complaints.h.
4118 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4119 variable initialization; return NULL on error.
4120 (decode_frame_entry): New.
4121
4122 2003-07-11 Andrew Cagney <cagney@redhat.com>
4123
4124 * frame.h (frame_address_in_block): Delete declaration.
4125 * blockframe.c (frame_address_in_block): Delete function.
4126 (get_frame_block): Use get_frame_address_in_block.
4127 (block_innermost_frame): Ditto.
4128 * stack.c (print_frame, backtrace_command_1): Ditto.
4129
4130 * frame.h (get_frame_address_in_block): Declare.
4131 (frame_unwind_address_in_block): Declare.
4132 * frame.c (frame_unwind_address_in_block): New function.
4133 (get_frame_address_in_block): New function.
4134
4135 2003-07-10 Andrew Cagney <cagney@redhat.com>
4136
4137 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4138 pre-default. Note: re-generate has no effect.
4139
4140 2003-07-10 Andrew Cagney <cagney@redhat.com>
4141
4142 * gdbarch.sh: When a variable, but not a function, compare against
4143 0. Fix problem in previous patch.
4144 * gdbarch.c: Re-generate.
4145
4146 2003-07-10 Andrew Cagney <cagney@redhat.com>
4147
4148 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4149 functions against NULL, not 0.
4150 * gdbarch.c: Re-generate.
4151
4152 2003-07-10 Fred Fish <fnf@ninemoons.com>
4153
4154 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4155 null string instead of a null pointer.
4156 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4157
4158 2003-07-09 Michael Snyder <msnyder@redhat.com>
4159
4160 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4161
4162 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4163
4164 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4165 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4166 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4167 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4168 * x86-64-tdep.c: ... from here.
4169
4170 2003-07-09 Andreas Schwab <schwab@suse.de>
4171
4172 * m68k-tdep.h (enum struct_return): Define.
4173 (struct gdbarch_tdep): Add struct_return.
4174 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4175 bytes are padded to the right, not to the left. Pass struct value
4176 address in register %a1, not on stack.
4177 (m68k_use_struct_convention): New function.
4178 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4179 struct_return in tdep to pcc_struct_return.
4180 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4181 reg_struct_return.
4182
4183 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4184
4185 * somread.c (som_symfile_offsets): Fix compilation error.
4186
4187 2003-07-09 Andrew Cagney <cagney@redhat.com>
4188
4189 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4190 Add comments about the checks.
4191
4192 2003-07-08 Andrew Cagney <cagney@redhat.com>
4193
4194 * Makefile.in: Make dependency section headers consistent.
4195 (config_h): Move to $BUILD headers section.
4196 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4197 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4198 (ada-exp.tab.c): Move to YACC/LEX section.
4199 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4200 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4201
4202 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4203
4204 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4205 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4206 of strerror with safe_strerror, use ISO C function definitions,
4207 and replace instances of sprintf with snprintf.
4208
4209 2003-07-07 Andrew Cagney <cagney@redhat.com>
4210
4211 * frame.c (get_prev_frame): Enable check for identical frames.
4212 Update comments. Update error messages.
4213
4214 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4215
4216 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4217
4218 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4219
4220 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4221 sort_symtab_syms, no longer necessary.
4222
4223 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4224
4225 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4226
4227 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4228
4229 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4230 (mips_register_byte): Likewise.
4231
4232 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4233
4234 * Makefile.in (sparc_tdep_h): New.
4235 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4236 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4237 * sparc-linux-nat.c: Include "sparc-tdep.h".
4238 * sparc-nat.c: Likewise.
4239 * sparc-tdep.c: Likewise.
4240 * sparc64nbsd-nat.c: Likewise.
4241 * sparcnbsd-nat.c: Likewise.
4242 * sparcnbsd-tdep.c: Likewise.
4243 * sparc-tdep.h: New file.
4244 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4245 and sparc_npc_regnum.
4246
4247 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4248
4249 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4250 (mips_linux_cannot_store_register): List supported instead of
4251 unsupported registers.
4252
4253 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4254
4255 * disasm.c (dump_insns): Separate instructions from addresses.
4256
4257 2003-07-07 Andreas Schwab <schwab@suse.de>
4258
4259 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4260 dependencies.
4261 * m68k-tdep.c (NUM_FREGS): Delete.
4262 (SIG_PC_FP_OFFSET): Delete.
4263 (TARGET_M68K): Delete.
4264 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4265 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4266 P_MOVEL_SP, P_MOVEML_SP): Define.
4267 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4268 P_TRAP): Delete.
4269 (m68k_register_raw_size): Delete.
4270 (m68k_register_virtual_size): Delete.
4271 (m68k_register_type): Renamed from m68k_register_virtual_type and
4272 add gdbarch argument.
4273 (m68k_store_struct_return): Delete.
4274 (m68k_deprecated_extract_return_value): Delete.
4275 (m68k_deprecated_extract_struct_value_address): Delete.
4276 (m68k_frame_chain): Delete.
4277 (m68k_frame_saved_pc): Delete.
4278 (m68k_fix_call_dummy): Delete.
4279 (m68k_push_dummy_frame): Delete.
4280 (m68k_pop_frame): Delete.
4281 (m68k_extract_return_value): New function.
4282 (m68k_store_return_value): Rewrite using regcache.
4283 (m68k_extract_struct_value_address): Rewrite using regcache.
4284 (m68k_push_dummy_call): New function.
4285 (struct m68k_frame_cache): Define.
4286 (m68k_alloc_frame_cache): New function.
4287 (m68k_analyze_frame_setup): New function.
4288 (m68k_analyze_register_saves): New function.
4289 (m68k_analyze_prologue): New function.
4290 (m68k_skip_prologue): Rewrite using above functions.
4291 (m68k_unwind_pc): New function.
4292 (m68k_frame_cache): New function.
4293 (m68k_frame_this_id): New function.
4294 (m68k_frame_prev_register): New function.
4295 (m68k_frame_unwind): New variable.
4296 (m68k_frame_p): New function.
4297 (m68k_sigtramp_frame_cache): New function.
4298 (m68k_sigtramp_frame_this_id): New function.
4299 (m68k_sigtramp_frame_prev_register): New function.
4300 (m68k_sigtramp_frame_unwind): New variable.
4301 (m68k_sigtramp_frame_p): New function.
4302 (m68k_frame_base_address): New function.
4303 (m68k_frame_base): New function.
4304 (m68k_unwind_dummy_id): New function.
4305 (fill_gregset): Use regcache_collect.
4306 (fill_fpregset): Likewise.
4307 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4308 defined.
4309 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4310 deprecated_init_frame_pc, deprecated_store_struct_return,
4311 deprecated_extract_return_value, deprecated_store_return_value,
4312 deprecated_frame_chain, deprecated_frame_saved_pc,
4313 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4314 deprecated_register_virtual_size,
4315 deprecated_max_register_raw_size,
4316 deprecated_max_register_virtual_size,
4317 deprecated_register_virtual_type, deprecated_register_size,
4318 deprecated_register_byte, deprecated_register_bytes,
4319 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4320 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4321 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4322 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4323 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4324 deprecated_push_dummy_frame, deprecated_pop_frame,
4325 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4326 only if SYSCALL_TRAP is defined. Set extract_return_value,
4327 store_return_value, extract_struct_value_address, register_type,
4328 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4329 predicates.
4330 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4331 M68K_MAX_REGISTER_SIZE): Define.
4332 (struct m68k_sigtramp_info): Define.
4333 (struct gdbarch_tdep): Add get_sigtramp_info.
4334 * m68klinux-nat.c (fetch_register): Use register_size instead of
4335 REGISTER_RAW_SIZE. Don't put assignment in if.
4336 (store_register): Likewise.
4337 (fetch_inferior_registers): Likewise.
4338 (store_inferior_registers): Likewise.
4339 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4340 (m68k_linux_frame_saved_pc): Delete.
4341 (m68k_linux_sigcontext_reg_offset,
4342 m68k_linux_ucontext_reg_offset): Define.
4343 (m68k_linux_get_sigtramp_info): New function.
4344 (m68k_linux_extract_return_value): Rewrite using regcache.
4345 (m68k_linux_store_return_value): Likewise.
4346 (m68k_linux_extract_struct_value_address): Likewise.
4347 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4348 Don't set deprecated_frame_saved_pc,
4349 deprecated_extract_return_value, deprecated_store_return_value,
4350 deprecated_extract_struct_value_address. Set
4351 extract_return_value, store_return_value,
4352 extract_struct_value_address.
4353
4354 2003-07-07 Andrew Cagney <cagney@redhat.com>
4355
4356 * expprint.c: Include "user-regs.h" instead of "frame.h".
4357 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4358 frame_map_regnum_to_name.
4359 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4360 (frame_map_name_to_regnum): Simplify, call
4361 user_reg_map_name_to_regnum.
4362 (frame_map_regnum_to_name): Simplify, call
4363 user_reg_map_regnum_to_name.
4364 (frame_register_unwind): Update.
4365 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4366 (_initialize_frame_reg): Call user_reg_add_builtin.
4367 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4368 (value_of_register): Use value_of_user_reg.
4369 * eval.c (evaluate_subexp_standard): Update.
4370 * parse.c (write_dollar_variable): Update.
4371 * d10v-tdep.c (d10v_print_registers_info): Update.
4372 * infcmd.c (registers_info): Update.
4373 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4374 (builtin_regs_h): Delete macro.
4375 (user_regs_h): Define.
4376 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4377 (builtin-regs.o): Delete target.
4378 (user-regs.o): Specify dependencies.
4379 (expprint.o): Update dependencies.
4380 (findvar.o): Update dependencies.
4381 (frame.o): Update dependencies.
4382 (std-regs.o): Update dependencies.
4383
4384 2003-07-06 Christopher Faylor <cgf@redhat.com>
4385
4386 * win32-nat.c (solib_symbols_add): Use one variable for all section
4387 address stuff. Pass variable rather than address of variable to
4388 safe_symbol_file_add.
4389
4390 2003-07-06 Andreas Schwab <schwab@suse.de>
4391
4392 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4393
4394 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4395
4396 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4397
4398 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4399
4400 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4401
4402 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4403
4404 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4405 * config/i386/nto.mh: New file.
4406 * config/i386/nm-nto.h: New file.
4407 * configure.host: Add i[3456]86-*-nto*.
4408
4409 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4410
4411 * remote-vx.c (vx_add_symbols): Fix compilation error.
4412
4413 2003-07-03 Andrew Cagney <cagney@redhat.com>
4414
4415 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4416 * gdbarch.h, gdbarch.c: Re-generate.
4417 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4418 (legacy_register_name): Declare.
4419 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4420 (REGISTER_NAME): Define.
4421 * sparc-tdep.c (legacy_register_name): New function.
4422 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4423 (REGISTER_NAME): Define.
4424 (hppa64_register_name): Declare.
4425 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4426 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4427 (hppa64_register_name): New function.
4428 (hppa_register_name): New function.
4429 * arch-utils.c (legacy_register_name): Delete.
4430 * arch-utils.h (legacy_register_name): Delete.
4431
4432 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4433
4434 * cli/cli-interp.c (cli_interpreter_resume): Update the
4435 cli_uiout's stream to gdb_stdout.
4436
4437 2003-07-03 Andrew Cagney <cagney@redhat.com>
4438
4439 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4440 predicate.
4441 * gdbarch.h, gdbarch.c: Re-generate.
4442 * regcache.c (init_regcache_descr): Use legacy code when either
4443 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4444
4445 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4446
4447 * NEWS: Move "set logging" entry into GDB 6.0 section.
4448
4449 2003-07-02 Jim Blandy <jimb@redhat.com>
4450
4451 * s390-tdep.c (struct frame_extra_info): new member:
4452 'stack_bought_valid'.
4453 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4454 initialize fextra_info->stack_bought.
4455 (s390_frameless_function_invocation): Don't trust the value of
4456 fextra_info_ptr->stack_bought unless
4457 fextra_info->stack_bought_valid is set.
4458
4459 New S390 prologue analyzer.
4460 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4461 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4462 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4463 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4464 compute_x_addr, s390_on_stack, s390_store,
4465 s390_get_signal_frame_info): New functions.
4466 (S390_NUM_SPILL_SLOTS): New macro.
4467 (s390_get_frame_info): Rewritten.
4468 (is_arg_reg): Deleted.
4469
4470 Break out the decoding of S/390 instructions into separate
4471 functions, to make it more legible, and easier to check
4472 against the spec.
4473 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4474 is_rx, is_rxe): New functions.
4475 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4476 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4477 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4478 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4479 enums for opcode values. (Is this an improvement?)
4480
4481 2003-07-02 Andrew Cagney <cagney@redhat.com>
4482
4483 * i386-tdep.c: Revert change committed as part of trad-frame code
4484 below.
4485
4486 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4487
4488 * breakpoint.c (insert_catchpoint): Make static.
4489
4490 2003-07-02 Andreas Schwab <schwab@suse.de>
4491
4492 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4493 former ia64_push_arguments and ia64_push_return_address, and use
4494 regcache functions instead of read/write_register.
4495 (ia64_gdbarch_init): Set push_dummy_call instead of
4496 deprecated_push_arguments and deprecated_push_return_address.
4497
4498 2003-07-01 Andreas Jaeger <aj@suse.de>
4499
4500 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4501 before the call.
4502 Set %rax only to number of SSE registers used.
4503
4504 2003-07-01 Andrew Cagney <cagney@redhat.com>
4505
4506 * trad-frame.h: Update comments, a -1 .addr is reserved.
4507 (trad_frame_value_p, trad_frame_addr_p): Declare.
4508 (trad_frame_reg_p): Declare.
4509 (trad_frame_set_value): Rename trad_frame_register_value.
4510 (trad_frame_set_unknown): Declare.
4511 * trad-frame.c (trad_frame_realreg_p): New function.
4512 (trad_frame_addr_p, trad_frame_value_p): New function.
4513 (trad_frame_set_unknown): New function.
4514 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4515 (trad_frame_prev_register): Use trad_frame_realreg_p,
4516 trad_frame_addr_p and trad_frame_value_p.
4517 (trad_frame_set_value): Rename trad_frame_register_value.
4518 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4519 and trad_frame_set_value.
4520
4521 2003-06-30 Jim Blandy <jimb@redhat.com>
4522
4523 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4524 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4525 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4526 for 16 registers, and then 32 more bytes.
4527 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4528 New macros.
4529 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4530 Move up in the file, since it's now used by is_simple_arg.
4531 (is_simple_arg): Don't assume registers are four bytes long.
4532 Exclude all double arguments. Extended floats are not simple
4533 args.
4534 (is_power_of_two): New function.
4535 (pass_by_copy_ref): Call is_power_of_two, and check that the
4536 length fits in a register, rather than listing all the acceptable
4537 sizes. Extended floats are not passed by reference.
4538 (s390_push_arguments): Don't assume registers are four bytes long.
4539 Reserve an argument register to point to the buffer for structures
4540 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4541 S390_STACK_FRAME_OVERHEAD.
4542
4543 2003-06-30 Andreas Schwab <schwab@suse.de>
4544
4545 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4546 format error message.
4547
4548 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4549
4550 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4551
4552 2003-06-30 David Carlton <carlton@kealia.com>
4553
4554 Band-aid for PR c++/1245.
4555 * Makefile.in (cp-support.o): Depend on complaints_h.
4556 * cp-support.c: Include complaints.h. Add declaration for
4557 find_last_component.
4558 (cp_find_first_component): Separate code into
4559 cp_find_first_component_aux.
4560 (cp_find_first_component_aux): Call demangled_name_complaint.
4561 (demangled_name_complaint): New.
4562
4563 2003-06-30 Andrew Cagney <cagney@redhat.com>
4564
4565 * remote.c (remote_write_bytes): Explicitly compute and then use
4566 the payload size. Update comments to reflect. Fixes problem of
4567 GDB not sending small packets as found by Fred Fish.
4568
4569 2003-06-30 Andrew Cagney <cagney@redhat.com>
4570
4571 * remote.c (remote_async_wait): Fix -Wformat problem.
4572
4573 2003-06-29 Andrew Cagney <cagney@redhat.com>
4574
4575 * remote.c (remote_wait): Call error, and not warning, when the
4576 packet is corrupt.
4577 (remote_async_wait): Ditto.
4578
4579 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4580
4581 * sparc-tdep.c (sparc_y_regnum): Make external again.
4582
4583 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4584
4585 * cli/cli-logging.c (pop_output_files): Add void to function
4586 definition.
4587
4588 2003-06-29 Andrew Cagney <cagney@redhat.com>
4589
4590 * frame.c (frame_register_unwind): Use unsigned char when dumping
4591 the buffer contents.
4592
4593 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4594
4595 * cli/cli-logging.c: New file.
4596 * cli-out.c (struct ui_out_data): Add original_stream.
4597 (cli_redirect): New function.
4598 (cli_ui_out_impl): Add cli_redirect.
4599 (cli_out_new): Initialize original_stream.
4600 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4601 (uo_redirect, ui_out_redirect): New.
4602 * ui-out.h (struct ui_out_impl): Add redirect member.
4603 (redirect_ftype): New.
4604 (ui_out_redirect): Add prototype.
4605 * Makefile.in: Add rules for cli-logging.c.
4606 * NEWS: Mention "set logging".
4607
4608 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4609
4610 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4611
4612 2003-06-27 Andrew Cagney <cagney@redhat.com>
4613
4614 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4615 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4616 * avr-tdep.c (avr_call_dummy_address): Delete function.
4617 (avr_gdbarch_init): Do not set call_dummy_address.
4618
4619 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4620
4621 * symfile.c (syms_from_objfile): Move variables to inner block.
4622 Move the checks for the non-mainline case a bit earlier to avoid
4623 doing some useless computations.
4624
4625 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4626
4627 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4628
4629 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4630
4631 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4632 sections.
4633
4634 2003-06-26 Michael Chastain <mec@shout.net>
4635
4636 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4637 gdb/testsuite/gdb.c++/pr-1210.exp.
4638
4639 2003-06-26 Andrew Cagney <cagney@redhat.com>
4640
4641 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4642 altivec_expression.h and altivec_registers.h.
4643
4644 2003-06-26 Andrew Cagney <cagney@redhat.com>
4645
4646 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4647 info->mach when MIPS16. Patch suggested by Fred Fish.
4648
4649 2003-06-26 Andrew Cagney <cagney@redhat.com>
4650
4651 * utils.c (internal_vproblem): Print the problem to a reason
4652 buffer and then pass to query. Make the msg variable more local.
4653
4654 2003-06-26 Andrew Cagney <cagney@redhat.com>
4655
4656 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4657 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4658 * gdbarch.h, gdbarch.c: Re-generate.
4659 * frame-base.c (default_frame_args_address): Update. Use
4660 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4661 not available.
4662 (default_frame_locals_address): Ditto for
4663 DEPRECATED_FRAME_LOCALS_ADDRESS.
4664 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4665 (vax_frame_num_args): Update.
4666 (vax_gdbarch_init): Update.
4667 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4668 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4669 * mcore-tdep.c (mcore_gdbarch_init): Update.
4670 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4671 * ia64-tdep.c (ia64_gdbarch_init): Update.
4672 * symtab.h (address_class): Update comments.
4673 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4674 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4675 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4676 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4677 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4678 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4679 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4680 * alpha-mdebug-tdep.c: Update.
4681 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4682
4683 2003-06-26 Andreas Jaeger <aj@suse.de>
4684
4685 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4686 of SSE registers so that varargs functions work. Rework handling
4687 of passing arguments on the stack.
4688 (x86_64_store_return_value): Return double and float values in SSE
4689 register.
4690
4691 2003-06-24 Michael Chastain <mec@shout.net>
4692
4693 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4694 the "constructor breakpoints ignored" bug.
4695
4696 2003-06-25 David Carlton <carlton@kealia.com>
4697
4698 * MAINTAINERS: Update e-mail address.
4699
4700 2003-06-24 Jim Blandy <jimb@redhat.com>
4701
4702 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4703
4704 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4705 function.
4706 (ppc_linux_init_abi): Register it as the
4707 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4708
4709 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4710 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4711 method.
4712
4713 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4714 (ppc64_standard_linkage_target): Use it.
4715
4716 2003-06-23 Andrew Cagney <cagney@redhat.com>
4717
4718 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4719 for 0 "int0" and 4 "int32" sized registers.
4720 * gdbtypes.c (builtin_type_int0): Define.
4721 (build_gdbtypes): Initialize builtin_type_int0.
4722 * gdbtypes.h (builtin_type_int0): Declare.
4723
4724 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4725
4726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4727 as characters are unsigned.
4728
4729 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4730
4731 PR gdb/1179
4732 * dwarfread.c (struct_type): Skip static fields without crashing.
4733
4734 2003-06-22 Andrew Cagney <cagney@redhat.com>
4735
4736 GDB 6.0 branch created.
4737 * README: Update.
4738 * PROBLEMS: Update. Empty.
4739 * NEWS: Update.
4740
4741 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4742
4743 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4744 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4745
4746 2003-06-22 Andrew Cagney <cagney@redhat.com>
4747
4748 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4749 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4750 Velikov.
4751
4752 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4753
4754 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4755 compilers.
4756
4757 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4758
4759 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4760 argument of val_print.
4761 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4762 to the address argument of baseclass_offset or target_read_memory.
4763 Do add it to the argument of cp_print_value_fields.
4764
4765 2003-06-21 Andrew Cagney <cagney@redhat.com>
4766
4767 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4768 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4769 instead of 0..NUM_REGS.
4770 (mips_register_reggroup_p): New function.
4771 (mips_pseudo_register_write): New function.
4772 (mips_pseudo_register_read): New function.
4773 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4774 based on the register's type.
4775 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4776 cooked.
4777 (mips_get_saved_register): Simplify. Assert that REGNO is a
4778 pseudo / cooked.
4779 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4780 (mips_register_type): Replace mips_register_virtual_type. Map
4781 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4782 when available.
4783 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4784 that the register is cooked / virtual.
4785 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4786 Only get the extra info when needed.
4787 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4788 (mips32_heuristic_proc_desc): Fetch the cooked register.
4789 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4790 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4791 (mips_print_register): Use gdbarch_register_type, instead of
4792 REGISTER_VIRTUAL_TYPE.
4793 (print_gp_register_row): Use gdbarch_register_type, instead of
4794 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4795 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4796 Print the pseudo / cooked registers.
4797 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4798 Print the pseudo / cooked registers.
4799 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4800 REG_NUM is pseudo / cooked.
4801 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4802 (mips_n32n64_xfer_return_value): Ditto.
4803 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4804 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4805 (mips_register_sim_regno): New function.
4806 (mips_gdbarch_init): Set deprecated_register_byte,
4807 register_group_p, pseudo_register_write, pseudo_register_read,
4808 register_sim_regno, and num_pseudo_regs. Set register_type,
4809 instead of register_virtual_type.
4810 * Makefile.in (mips-tdep.o): Update dependencies.
4811 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4812 REGISTER_VIRTUAL_TYPE.
4813 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4814 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4815 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4816 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4817 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4818
4819 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4820
4821 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4822 * cli/cli-cmds.c: Include "gdb_vfork.h".
4823 (shell_escape): Use vfork.
4824
4825 2003-06-21 Andrew Cagney <cagney@redhat.com>
4826
4827 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4828 32 bit floating-point register saves.
4829
4830 * frame.h (deprecated_unwind_get_saved_register): Delete.
4831 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4832 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4833 and deprecated_get_next_frame_hack instead of
4834 deprecated_unwind_get_saved_register.
4835
4836 * mips-tdep.c (mips_dump_tdep): Do not print
4837 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4838
4839 * frame.c (get_frame_register): New function.
4840 (frame_unwind_register_signed): New function.
4841 (get_frame_register_signed): New function.
4842 (frame_unwind_register_unsigned): New function.
4843 (get_frame_register_unsigned): New function.
4844 * frame.h: Add comments on naming schema.
4845 (get_frame_register, frame_unwind_register_signed): Declare.
4846 (get_frame_register_signed, get_frame_register_signed): Declare.
4847 (frame_unwind_register_unsigned): Declare.
4848 (get_frame_register_unsigned): Declare.
4849
4850 2003-06-20 Theodore A. Roth <troth@openavr.org>
4851
4852 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4853
4854 2003-06-20 Theodore A. Roth <troth@openavr.org>
4855
4856 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4857 (avr_read_sp): Ditto.
4858
4859 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4862 * config/arm/nm-linux.h: Likewise.
4863 * config/arm/tm-linux.h: Likewise.
4864 * config/ia64/nm-linux.h: Likewise.
4865 * config/ia64/tm-ia64.h: Likewise.
4866 * config/s390/tm-linux.h: Likewise.
4867 * config/s390/tm-s390.h: Likewise.
4868 * s390-nat.c: Likewise.
4869 * s390-tdep.c: Likewise.
4870
4871 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4872 * config/ia64/linux.mt: Likewise.
4873 * config/m68k/linux.mh: Likewise.
4874 * config/mips/linux.mt: Likewise.
4875 * config/powerpc/linux.mh: Likewise.
4876 * config/sh/linux.mt: Likewise.
4877
4878 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4879
4880 * solib.c (solib_open): Change tests for whether to search
4881 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4882 comments.
4883
4884 2003-06-19 Theodore A. Roth <troth@openavr.org>
4885
4886 * avr-tdep.c (avr_frame_address): Delete function.
4887 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4888 set_gdbarch_frame_args_address.
4889
4890 2003-06-19 Andrew Cagney <cagney@redhat.com>
4891
4892 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4893 (REGISTER_CONVERT_FROM_TYPE): Delete.
4894 (mips_register_convert_to_type): Delete declaration.
4895 (mips_register_convert_from_type): Delete declaration.
4896 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4897 kernel/.
4898
4899 2003-06-19 Michael Snyder <msnyder@redhat.com>
4900
4901 * linux-nat.h: New file.
4902 * linux-nat.c: Include linux-nat.h.
4903 * lin-lwp.c: Include linux-nat.h.
4904 Move struct lwp_info def to linux-nat.h.
4905 * linux-proc.c: Include linux-nat.h.
4906 (linux_make_note_section): Iterate over lwps instead of threads.
4907 (linux_do_thread_registers): Use lwp instead of merged pid.
4908 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4909 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4910 Add dependency on linux_nat_h.
4911
4912 2003-06-19 Theodore A. Roth <troth@openavr.org>
4913
4914 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4915
4916 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4917
4918 * varobj.c (get_type, get_target_type): Use check_typedef.
4919
4920 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4921
4922 * breakpoint.c (insert_catchpoint): Call internal_error.
4923
4924 2003-06-19 Theodore A. Roth <troth@openavr.org>
4925
4926 * avr-tdep.c (avr_push_dummy_code): Delete function.
4927 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4928
4929 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4930
4931 * arch-utils.c (default_prepare_to_proceed): Remove.
4932 (generic_prepare_to_proceed): Remove.
4933 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4934 (generic_prepare_to_proceed): Remove prototype.
4935 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4936 * gdbarch.c: Regenerate.
4937 * gdbarch.h: Regenerate.
4938 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4939 * hppah-nat.c (hppa_switched_threads): Remove.
4940 * infrun.c (prepare_to_proceed): New static function, copied from
4941 generic_prepare_to_proceed. Remove select_it argument.
4942 (proceed): Call prepare_to_proceed.
4943 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4944 variables.
4945 (ptrace_wait): Don't set the removed variables.
4946 (hppa_switched_threads): Remove.
4947 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4948 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4949 (lin_lwp_prepare_to_proceed): Remove prototype.
4950 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4951 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4952
4953 2003-06-18 Theodore A. Roth <troth@openavr.org>
4954
4955 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4956 trad-frame.h.
4957 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4958 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4959 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4960 (AVR_PROLOGUE_*): Enumerate prologue types.
4961 (struct frame_extra_info): Remove.
4962 (struct avr_unwind_cache): Define.
4963 (avr_write_sp): Delete function.
4964 (avr_read_fp): Ditto.
4965 (avr_init_extra_frame_info): Ditto.
4966 (avr_pop_frame): Ditto.
4967 (avr_frame_saved_pc): Ditto.
4968 (avr_saved_pc_after_call): Ditto.
4969 (avr_push_return_address): Ditto.
4970 (avr_frame_chain): Ditto.
4971 (avr_store_struct_return): Ditto.
4972 (avr_push_arguments): Ditto.
4973 (avr_scan_prologue): Update comments. Changed to set up the info for
4974 cache unwinding. Now returns end of prologue PC.
4975 (avr_skip_prologue): Better handling of functions lacking a prologue
4976 by using avr_scan_prologue.
4977 (avr_scan_arg_moves): New function.
4978 (avr_saved_regs_unwinder): Ditto.
4979 (avr_frame_unwind_cache): Ditto.
4980 (avr_unwind_pc): Ditto.
4981 (avr_frame_this_id): Ditto.
4982 (avr_frame_prev_register): Ditto.
4983 (avr_frame_p): Ditto.
4984 (avr_frame_base_address ): Ditto.
4985 (avr_unwind_dummy_id): Ditto.
4986 (avr_push_dummy_code): Ditto.
4987 (push_stack_item): Ditto.
4988 (pop_stack_item): Ditto.
4989 (avr_push_dummy_call): Ditto.
4990 (struct stack_item): Define.
4991 (avr_frame_unwind): Declare structure.
4992 (avr_frame_base): Ditto.
4993 (avr_gdbarch_init): Remove calls to
4994 set_gdbarch_deprecated_init_frame_pc,
4995 set_gdbarch_deprecated_target_read_fp,
4996 set_gdbarch_deprecated_dummy_write_sp,
4997 set_gdbarch_deprecated_fp_regnum,
4998 set_gdbarch_deprecated_push_arguments,
4999 set_gdbarch_deprecated_push_return_address,
5000 set_gdbarch_deprecated_pop_frame,
5001 set_gdbarch_deprecated_store_struct_return,
5002 set_gdbarch_deprecated_frame_init_saved_regs,
5003 set_gdbarch_deprecated_init_extra_frame_info,
5004 set_gdbarch_deprecated_frame_chain,
5005 set_gdbarch_deprecated_frame_saved_pc,
5006 set_gdbarch_deprecated_saved_pc_after_call.
5007 Add calls to set_gdbarch_push_dummy_call,
5008 set_gdbarch_push_dummy_code,
5009 frame_unwind_append_predicate,
5010 frame_base_set_default,
5011 set_gdbarch_unwind_dummy_id,
5012 set_gdbarch_unwind_pc.
5013 Wrap a long line.
5014
5015 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5016
5017 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5018 registers for H8/300S.
5019 (h8300_print_registers_info): Ditto.
5020 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5021
5022 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5023
5024 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5025 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5026 (lin_lwp_wait): Likewise. Update comments.
5027 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5028 (pull_pid_from_list, linux_record_stopped_pid): New.
5029
5030 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5031
5032 * ada-lang.c (scan_discrim_bound): Name first argument.
5033 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5034 declared by ALL_BLOCK_SYMBOLS.
5035
5036 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5037
5038 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5039 ("regcache.h"): Include it.
5040 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5041
5042 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5043
5044 * NEWS: Mention gdbserver detach change and "disconnect" command.
5045 * infcmd.c (disconnect_command): New function.
5046 (_initialize_infcmd): Add ``disconnect'' command.
5047 * remote.c (remote_async_detach): Delete.
5048 (remote_detach): Merge remote_async_detach.
5049 (remote_disconnect): New.
5050 (init_remote_ops): Set to_disconnect.
5051 (init_remote_cisco_ops): Likewise.
5052 (init_remote_async_ops): Likewise. Use remote_detach.
5053 * target.c (cleanup_target): Default to_disconnect.
5054 (update_current_target): Inherit to_disconnect.
5055 (target_disconnect, debug_to_disconnect): New functions.
5056 (setup_target_debug): Set to_disconnect.
5057 * target.h (struct target_ops): Add to_disconnect.
5058 (target_disconnect): Add prototype.
5059
5060 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5061
5062 * breakpoint.c (insert_catchpoint): New function.
5063 (insert_breakpoints): Use catch_exceptions to call
5064 insert_catchpoint. Disable catchpoints if they fail to insert.
5065
5066 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5067
5068 * symfile.c (reread_symbols): Clear sym_private.
5069
5070 2003-06-17 Andrew Cagney <cagney@redhat.com>
5071
5072 * trad-frame.h (struct frame_info): Add opaque declaration.
5073 * remote-fileio.h (struct cmd_list_element): Add opaque
5074 declaration.
5075 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5076 comments.
5077
5078 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5079
5080 * remote.c (remote_prepare_to_store): Replace call to
5081 deprecated_read_register_bytes with multiple regcache_raw_read
5082 calls.
5083
5084 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5085
5086 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5087 (nto_find_and_open_solib): Likewise.
5088 (nto_init_solib_absolute_prefix): Likewise.
5089 (_initialize_nto_tdep): Fix indentation.
5090
5091 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5092
5093 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5094
5095 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5096
5097 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5098
5099 2003-06-17 Jim Blandy <jimb@redhat.com>
5100
5101 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5102
5103 2003-06-16 Theodore A. Roth <troth@openavr.org>
5104
5105 * avr-tdep.c (avr_extract_return_value): New function.
5106 (avr_gdbarch_init): Set extract_return_value method.
5107
5108 2003-06-16 Andrew Cagney <cagney@redhat.com>
5109
5110 * frame.h (deprecated_get_next_frame_hack): Declare.
5111 * frame.c (legacy_saved_regs_prev_register): Only require
5112 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5113 there are always saved regs.
5114 (deprecated_generic_get_saved_register): Do not require
5115 DEPRECATED_FRAME_INIT_SAVED_REGS.
5116 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5117 use frame ID unwind instead.
5118 (deprecated_get_next_frame_hack): New function.
5119
5120 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5121
5122 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5123 (h8300_push_dummy_call): ...this function. Some minor optimization.
5124 (h8300_push_return_address): Remove.
5125 (h8300_gdbarch_init): Remove calls to
5126 set_gdbarch_deprecated_dummy_write_sp,
5127 set_gdbarch_deprecated_push_arguments and
5128 set_gdbarch_deprecated_push_return_address.
5129 Add call to set_gdbarch_push_dummy_call.
5130
5131 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5132
5133 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5134 (E_PSEUDO_EXR_REGNUM): Ditto.
5135 (h8300_is_argument_spill): Check for instructions moving argument
5136 registers into safe registers.
5137 (h8300_skip_prologue): Check for stm instruction to push registers
5138 used for register variables onto stack.
5139 (gdb_print_insn_h8300): Remove.
5140 (h8300_examine_prologue): Add a comment.
5141 (h8300_register_name): Take pseudo registers into account.
5142 (h8300s_register_name): Ditto.
5143 (h8300sx_register_name): Ditto.
5144 (h8300_print_register): Ditto.
5145 (h8300_print_registers_info): Define "nice" printing order.
5146 (h8300_saved_pc_after_call): Take pseudo registers into account.
5147 (h8300_register_type): Ditto. Return type used for remote connection
5148 when requesting real CCR or EXR register, return actual type when
5149 requesting pseudo CCR or EXR.
5150 (h8300_pseudo_register_read): New function.
5151 (h8300_pseudo_register_write): Ditto.
5152 (h8300_dbg_reg_to_regnum): Ditto.
5153 (h8300s_dbg_reg_to_regnum): Ditto.
5154 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5155 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5156 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5157 set_gdbarch_print_insn architecture dependent.
5158 Call set_gdbarch_pseudo_register_read and
5159 set_gdbarch_pseudo_register_write.
5160 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5161
5162 2003-06-16 Andrew Cagney <cagney@redhat.com>
5163
5164 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5165 * gdbarch.h, gdbarch.c: Re-generate.
5166 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5167 * s390-tdep.c (s390_gdbarch_init): Update.
5168 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5169 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5170 * mips-tdep.c (mips_gdbarch_init): Update.
5171 * mcore-tdep.c (mcore_gdbarch_init): Update.
5172 * cris-tdep.c (cris_gdbarch_init): Update.
5173 * infcall.c (call_function_by_hand): Update.
5174 * ia64-tdep.c (ia64_push_arguments): Update comment.
5175 * frame.c (legacy_get_prev_frame): Do not assume
5176 SAVE_DUMMY_FRAME_TOS_P.
5177 * dummy-frame.c (find_dummy_frame): Update comment.
5178
5179 2003-06-16 Andrew Cagney <cagney@redhat.com>
5180
5181 * regcache.c (do_cooked_read): Do not use register_valid_p.
5182
5183 2003-06-15 Theodore A. Roth <troth@openavr.org>
5184
5185 * avr-tdep.c (avr_register_type): Remove a blank line.
5186 (avr_scan_prologue): Correct some comments.
5187
5188 2003-06-15 Theodore A. Roth <troth@openavr.org>
5189
5190 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5191 prologue types.
5192 Properly scan prologues generated by gcc with the -mcall-prologues
5193 option.
5194 Add code to scan -mcall-prologues for mega devices.
5195
5196 2003-06-15 Theodore A. Roth <troth@openavr.org>
5197
5198 * avr-tdep.c (avr_register_byte): Delete function.
5199 (avr_register_raw_size): Delete function.
5200 (avr_register_virtual_size): Delete function.
5201 (avr_register_virtual_type): Delete function.
5202 (avr_register_type): New function.
5203 (avr_address_to_pointer): Remove unused code.
5204 (avr_read_fp): Need to read FP as two separate bytes due to change to
5205 avr_register_type() usage.
5206 (avr_gdbarch_init): Don't set deprecated_register_size.
5207 Don't set deprecated_register_bytes.
5208 Don't set deprecated_register_byte.
5209 Don't set deprecated_register_raw_size.
5210 Don't set deprecated_max_register_raw_size.
5211 Don't set deprecated_register_virtual_size.
5212 Don't set deprecated_max_register_virtual_size.
5213 Don't set deprecated_register_virtual_type.
5214 Set register_type method.
5215
5216 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5217
5218 * Makefile.in (linux-nat.o): Add rule.
5219 * linux-nat.c: New file.
5220 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5221 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5222 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5223 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5224 * config/arm/linux.mh (NATDEPFILES): Likewise.
5225 * config/i386/linux.mh (NATDEPFILES): Likewise.
5226 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5227 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5228 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5229 * config/mips/linux.mh (NATDEPFILES): Likewise.
5230 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5231 * config/s390/s390.mh (NATDEPFILES): Likewise.
5232 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5233
5234 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5235
5236 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5237 replace out-of-date comment.
5238
5239 2003-06-15 Andrew Cagney <cagney@redhat.com>
5240
5241 * rdi-share/host.h (Fail): Change to a varargs function.
5242 * remote-rdi.c (Fail): Update.
5243
5244 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5245
5246 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5247 (i386_convert_register_p, i386_register_to_value,
5248 i386_register_from_value): Handle types longer than 8 bytes.
5249
5250 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5251
5252 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5253 Move floating-point code to new function in i387-tdep.c.
5254 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5255 New functions containing code moved here from i386-tdep.c.
5256 * i387-tdep.h: Add opaque declaration for `struct type'.
5257 (i387_register_to_value, i387_value_to_register): New prototypes.
5258 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5259 (x86_64_init_abi): Set convert_register_p, register_to_value and
5260 value_to_register here.
5261
5262 2003-06-14 Andrew Cagney <cagney@redhat.com>
5263
5264 * mips-tdep.c (mips_register_to_value): Make static.
5265 (mips_value_to_register): Make static.
5266 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5267 * ia64-tdep.c (ia64_register_raw_size): Make static.
5268 (ia64_register_virtual_size): Make static.
5269 (ia64_register_byte): Make static.
5270 * i387-tdep.c: Include "i387-tdep.h".
5271 (print_387_control_word): Delete function.
5272 (print_387_status_word): Delete function.
5273 (print_387_status_bits): Delete function.
5274 (print_387_control_bits): Delete function.
5275 * Makefile.in (i387-tdep.o): Update dependencies.
5276 * rdi-share/host.h (Fail): Declare.
5277 * remote-rdi.c (Fail): Update to match declaration.
5278
5279 2003-06-14 Andrew Cagney <cagney@redhat.com>
5280
5281 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5282 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5283 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5284 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5285 * README: Delete reference to remote-array.
5286 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5287 (remote-array.o): Delete target.
5288 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5289 * remote-array.c: Delete file.
5290
5291 2003-06-14 Andrew Cagney <cagney@redhat.com>
5292 Mark Kettenis <kettenis@gnu.org>
5293
5294 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5295 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5296 parameter with "frame".
5297 * gdbarch.h, gdbarch.c: Re-generate.
5298 * frame.h (put_frame_register): Declare.
5299 * frame.c (put_frame_register): New function.
5300 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5301 (legacy_register_to_value): Rewrite, use "frame" to get the
5302 register value.
5303 (legacy_value_to_register): Rewrite, use "frame" to find the
5304 register's location before storing.
5305 * arch-utils.h (legacy_convert_register_p): Update.
5306 (legacy_register_to_value, legacy_value_to_register): Update.
5307 * findvar.c (value_from_register): Rewrite, eliminate use of
5308 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5309 "frame" to REGISTER_TO_VALUE.
5310 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5311 lval_reg_frame_relative + lval_register branch of the switch. Do
5312 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5313 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5314 I386_EDI_REGNUM): New defines.
5315 (i386_next_regnum, i386_convert_register_p,
5316 i386_register_to_value, i386_value_to_register): New functions.
5317 (i386_register_convertible, i386_register_convert_to_virtual,
5318 i386_convert_to_raw): Remove functions.
5319 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5320 value_to_register instead of register_convertible,
5321 register_convert_to_virtual and register_convert_to_raw.
5322 * mips-tdep.c (mips_convert_register_p): New function.
5323 (mips_value_to_register): Replace mips_register_convert_from_type.
5324 (mips_register_to_value): Replace mips_register_convert_to_type.
5325 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5326 register_to_value.
5327 * alpha-tdep.c (alpha_convert_register_p): Update.
5328 (alpha_value_to_register): Update, store the register.
5329 (alpha_register_to_value): Update, fetch the register.
5330
5331 2003-06-14 Theodore A. Roth <troth@openavr.org>
5332
5333 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5334 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5335 Don't set deprecated_call_dummy_words.
5336 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5337 Don't set remote_translate_xfer_address.
5338 (avr_io_reg_read_command): Remove commented out debug printf.
5339 Wrap a long line.
5340
5341 2003-06-14 Theodore A. Roth <troth@openavr.org>
5342
5343 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5344 causes gdb to seg fault.
5345
5346 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5347
5348 * sparc-nat.c (fetch_inferior_registers): Correct
5349 a reference to "registers".
5350
5351 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5352
5353 * Makefile.in (exc_request_U_h): Define
5354 (exc_request_S_h): Likewise.
5355 (msg_reply_S_h): Likewise.
5356 (msg_U_h): Likewise.
5357 (notify_S_h): Likewise.
5358 (process_reply_S_h): Likewise.
5359 (gnu-nat.o): Depend on gdb_obstack_h
5360 * gnu-nat.c: Include "gdb_obstack.h".
5361
5362 2003-06-13 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5365 * gdbarch.h, gdbarch.c: Re-generate.
5366
5367 2003-06-13 Andrew Cagney <cagney@redhat.com>
5368
5369 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5370 when deprecated REGISTER macros can be deleted.
5371 * gdbarch.h, gdbarch.c: Re-generate.
5372
5373 2003-06-13 Jim Blandy <jimb@redhat.com>
5374
5375 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5376 Linux entry point symbols for _dl_debug_state, too.
5377
5378 2003-06-13 Andrew Cagney <cagney@redhat.com>
5379
5380 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5381 available, do not use the FP register, and always save the TOS.
5382 * dummy-frame.c (dummy_frame_this_id): Do not assert
5383 SAVE_DUMMY_FRAME_TOS.
5384 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5385 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5386 (i386_push_dummy_call): Add 8 to the returned SP.
5387 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5388 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5389 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5390 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5391 (x86_64_push_dummy_call): Return "sp + 16".
5392 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5393 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5394 save_dummy_frame_tos.
5395
5396 2003-06-13 Jim Blandy <jimb@redhat.com>
5397
5398 * frv-tdep.c (frv_use_struct_convention): Delete static
5399 declaration for function deleted in my change of 2003-06-12.
5400
5401 2003-06-13 Theodore A. Roth <troth@openavr.org>
5402
5403 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5404 (avr_pointer_to_address): Shift code addrs left 1 bit.
5405 (avr_convert_from_func_ptr_addr): Delete function since operation is
5406 better handled by avr_address_to_pointer and avr_pointer_to_address.
5407 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5408
5409 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5410
5411 From Kelley Cook <kelleycook@wideopenwest.com>:
5412 * configure.host: Accept i[34567]86 variants.
5413 * configure.tgt: Likewise.
5414 * nlm/configure.in: Likewise.
5415 * nlm/configure: Regenerated.
5416
5417 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5418
5419 * arm-tdep.c (solib-svr4.h): Dont' include it.
5420 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5421 * arm-linux-tdep.c: ... here. Make static.
5422 (arm_linux_init_abi): Register it.
5423 (solib-svr4.h): Include it.
5424 * Makefile.in: Update dependencies.
5425 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5426 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5427
5428 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5429
5430 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5431 indicate registers used for return values.
5432 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5433 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5434 members.
5435 (h8300_init_extra_frame_info): Ditto.
5436 (h8300_frame_locals_address): Removed.
5437 (h8300_frame_args_address): Removed.
5438 (h8300_extract_return_value): Use new regcache structure. Only care
5439 for 16 bit CPUs.
5440 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5441 (h8300_store_return_value): Use new regcache structure. Only care
5442 for 16 bit CPUs.
5443 (h8300h_store_return_value): Same function for 32 bit CPUs.
5444 (h8300_store_struct_return): Removed.
5445 (h8300_extract_struct_value_address): Use new regcache structure.
5446 (h8300h_extract_struct_value_address): Removed.
5447 (h8300_push_dummy_code): New function.
5448 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5449 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5450 set_gdbarch_store_return_value architecture dependent.
5451 Call set_gdbarch_push_dummy_code and
5452 set_gdbarch_extract_struct_value_address.
5453 Remove calls to set_gdbarch_frame_args_address,
5454 set_gdbarch_frame_locals_address,
5455 set_gdbarch_deprecated_store_struct_return,
5456 set_gdbarch_deprecated_extract_return_value,
5457 set_gdbarch_deprecated_extract_struct_value_address,
5458 set_gdbarch_deprecated_call_dummy_words and
5459 set_gdbarch_deprecated_sizeof_call_dummy_words.
5460
5461 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5462
5463 * h8300-tdep.c (h8300_register_byte): Remove.
5464 (h8300h_register_byte): Remove.
5465 (h8300_register_virtual_type): Remove. Substitute by...
5466 (h8300_register_type): New function.
5467 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5468 (h8300h_extract_struct_value_address): Ditto.
5469 (h8300_gdbarch_init): Drop calls to
5470 set_gdbarch_deprecated_register_byte and
5471 set_gdbarch_deprecated_register_virtual_type.
5472 Add call to set_gdbarch_register_type.
5473
5474 2003-06-13 Andrew Cagney <cagney@redhat.com>
5475
5476 * gdbarch.sh: Update comments on registers.
5477 (deprecated_register_byte): Rename register_byte.
5478 (deprecated_register_raw_size): Rename register_raw_size.
5479 (deprecated_register_virtual_size): Rename register_virtual_size.
5480 (deprecated_register_virtual_type): Rename register_virtual_type.
5481 * gdbarch.h, gdbarch.c: Re-generate.
5482 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5483 * vax-tdep.c (vax_gdbarch_init): Update.
5484 * v850-tdep.c (v850_gdbarch_init): Update.
5485 * sparc-tdep.c (sparc_gdbarch_init): Update.
5486 * sh-tdep.c (sh_gdbarch_init): Update.
5487 * s390-tdep.c (s390_gdbarch_init): Update.
5488 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5489 * ns32k-tdep.c: Update.
5490 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5491 * mips-tdep.c (mips_gdbarch_init): Update.
5492 * mcore-tdep.c (mcore_gdbarch_init): Update.
5493 * m68k-tdep.c (m68k_gdbarch_init): Update.
5494 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5495 * ia64-tdep.c (ia64_gdbarch_init): Update.
5496 * hppa-tdep.c (hppa_gdbarch_init): Update.
5497 * h8300-tdep.c (h8300_gdbarch_init): Update.
5498 * frv-tdep.c (frv_gdbarch_init): Update.
5499 * cris-tdep.c (cris_gdbarch_init): Update.
5500 * avr-tdep.c (avr_gdbarch_init): Update.
5501 * alpha-tdep.c (alpha_gdbarch_init): Update.
5502 * arm-tdep.c (arm_gdbarch_init): Update.
5503
5504 2003-06-13 Andrew Cagney <cagney@redhat.com>
5505
5506 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5507 mips_o32_use_struct_convention with always_use_struct_convention.
5508
5509 2003-06-12 David Carlton <carlton@kealia.com>
5510
5511 * cp-namespace.c (cp_set_block_scope): Comment out
5512 processing_has_namespace_info branch.
5513
5514 2003-06-12 Jim Blandy <jimb@redhat.com>
5515
5516 Recognize and skip 64-bit PowerPC Linux linkage functions.
5517 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5518 insn_pattern, insns_match_pattern, d_field, ds_field): New
5519 functions, macros, and types for working with PPC instructions.
5520 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5521 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5522 ppc64_skip_trampoline_code): New functions, variables, and macros
5523 for recognizing and skipping linkage functions.
5524 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5525 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5526
5527 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5528 register offsets for both the 32- and 64-bit interfaces.
5529
5530 Actually finish the job started by my change of 2003-05-29.
5531 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5532 other #definition of this.
5533 (ppc_linux_skip_trampoline_code): Remove declaration.
5534 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5535 static.
5536 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5537 method for GDBARCH.
5538
5539 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5540 'long' on ppc64-*-linux*.
5541
5542 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5543 isn't #defined, assume the register doesn't exist: act as if
5544 tdep->ppc_mq_regnum were -1.
5545
5546 * configure.host, configure.tgt: Add entries for
5547 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5548 powerpc/linux.mt.
5549 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5550 New files.
5551
5552 * arch-utils.c (always_use_struct_convention): New function.
5553 * arch-utils.h (always_use_struct_convention): New prototype.
5554 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5555 (alpha_gdbarch_init): Register always_use_struct_convention,
5556 instead of alpha_use_struct_convention.
5557 * cris-tdep.c (cris_use_struct_convention): Delete.
5558 (cris_gdbarch_init): Register always_use_struct_convention,
5559 instead of cris_use_struct_convention.
5560 * frv-tdep.c (frv_use_struct_convention): Delete.
5561 (frv_gdbarch_init): Register always_use_struct_convention,
5562 instead of frv_use_struct_convention.
5563 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5564 (h8300_gdbarch_init): Register always_use_struct_convention,
5565 instead of h8300_use_struct_convention.
5566 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5567 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5568 instead of mips_o32_use_struct_convention.
5569
5570 2003-06-12 Andrew Cagney <cagney@redhat.com>
5571
5572 * wince.c: Include "mips-tdep.h".
5573 * mips-tdep.h (mips_next_pc): Declare.
5574 * mcore-tdep.c: Make more local functions static.
5575 * Makefile.in (wince.o): Update dependencies.
5576
5577 2003-06-12 David Carlton <carlton@kealia.com>
5578
5579 * symtab.c (lookup_symbol_aux_minsyms): Replace
5580 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5581 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5582 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5583 SYMBOL_NATURAL_NAME.
5584
5585 2003-06-12 Andreas Schwab <schwab@suse.de>
5586
5587 * Makefile.in (tuiDisassem.o): Update dependencies.
5588
5589 2003-06-12 David Carlton <carlton@bactrian.org>
5590
5591 * symtab.h: Delete declaration of make_symbol_overload_list.
5592 Add declaration of lookup_partial_symbol.
5593 * symtab.c (remove_params): Move to cp-support.c.
5594 (overload_list_add_symbol, make_symbol_overload_list)
5595 (sym_return_val_size, sym_return_val_index): Ditto.
5596 (lookup_partial_symbol): Make extern.
5597 * cp-support.h: Add declaration of make_symbol_overload_list.
5598 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5599 symtab.h, and block.h.
5600 (remove_params): Move here from symtab.c.
5601 (overload_list_add_symbol, make_symbol_overload_list)
5602 (sym_return_val_size, sym_return_val_index): Ditto.
5603 * valops.c: Include cp-support.h.
5604 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5605 frame_h, and block_h.
5606 (valops.o): Depend on cp_support_h.
5607
5608 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5609
5610 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5611 substitute by NUM_REGS throughout.
5612 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5613 (h8300s_register_name): New function for H8S registers.
5614 (h8300sx_register_name): Ditto for H8SX registers.
5615 (h8300_print_register): Revise register printing, avoid depending
5616 on 32 bit long.
5617 (h8300_register_byte): Only care for H8/300 registers.
5618 (h8300h_register_byte): New function for any other architecture.
5619 (h8300_register_raw_size): Remove.
5620 (h8300_register_virtual_type): Revise to return actually useful
5621 type.
5622 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5623 (h8300h_extract_struct_value_address): New function for any other
5624 architecture.
5625 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5626 set_gdbarch_register_name, set_gdbarch_register_byte,
5627 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5628 Remove calls to set_gdbarch_deprecated_register_size,
5629 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5630 set_gdbarch_deprecated_max_register_raw_size,
5631 set_gdbarch_register_virtual_size and
5632 set_gdbarch_deprecated_max_register_virtual_size entirely.
5633 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5634 set_gdbarch_long_double_bit.
5635
5636 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5637
5638 * doublest.c (convert_doublest_to_floatformat): When dealing
5639 with the implied integer bit, only alter mant_bits if we are
5640 processing a full 32 bits of mantissa.
5641
5642 2003-06-11 David Carlton <carlton@bactrian.org>
5643
5644 * dictionary.h: New.
5645 * dictionary.c: New.
5646 * block.h: Add opaque declaration for struct dictionary.
5647 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5648 'sym' members.
5649 (BLOCK_DICT): New macro.
5650 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5651 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5652 BLOCK_SHOULD_SORT.
5653 (ALL_BLOCK_SYMBOLS): Update definition.
5654 * Makefile.in (SFILES): Add dictionary.c.
5655 (dictionary_h): New.
5656 (COMMON_OBS): Add dictionary.o.
5657 (dictionary.o): New.
5658 (ada-lang.o): Depend on dictionary_h.
5659 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5660 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5661 (mi-cmd-stack.o): Ditto.
5662 (gdbtk-cmds.o): Update dependencies.
5663 (gdbtk-stack.o): Ditto.
5664 * ada-lang.c: Include dictionary.h.
5665 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5666 (fill_in_ada_prototype, debug_print_block): Ditto.
5667 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5668 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5669 'is_sorted'.
5670 * mdebugread.c: Include dictionary.h.
5671 (struct parse_stack): Delete 'maxsyms' member.
5672 (parse_symbol): Update calls to new_block. Delete calls to
5673 shrink_block. Use dictionary methods.
5674 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5675 Update calls to new_symtab. Don't maintain maxsyms data.
5676 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5677 (add_symbol): Just call dict_add_symbol.
5678 (new_symtab): Delete 'maxsyms' argument.
5679 (new_symtab): Update calls to new_block.
5680 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5681 (shrink_block): Delete function.
5682 (fixup_sigtramp): Update call to new_block. Add symbol via
5683 dict_add_symbol.
5684 * jv-lang.c: Include dictionary.h.
5685 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5686 appropriately. Set class_symtab->free_func. Make sure the
5687 blockvector is big enough to hold two blocks.
5688 (add_class_symtab_symbol): Use dictionary methods.
5689 (free_class_block): New function.
5690 (type_from_class): Replace explicit iteration by
5691 ALL_BLOCK_SYMBOLS.
5692 * symtab.h (struct symtab): Replace 'free_ptr' method by
5693 'free_func'.
5694 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5695 sort_symtab_syms.
5696 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5697 sort_symtab_syms.
5698 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5699 Include dictionary.h.
5700 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5701 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5702 sort_symtab_syms.
5703 * objfiles.c: Include dictionary.h.
5704 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5705 * buildsym.c: Include dictionary.h.
5706 (finish_block): Use dictionary methods.
5707 (end_symtab): Set free_func to NULL, not free_ptr.
5708 * tracepoint.c: Include dictionary.h.
5709 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5710 (scope_info): Ditto.
5711 * stack.c: Include dictionary.h.
5712 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5713 (print_block_frame_labels, print_frame_arg_vars)
5714 (print_frame_args): Ditto.
5715 * symmisc.c (free_symtab_block): Use dictionary methods.
5716 (dump_symtab): Ditto.
5717 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5718 Include dictionary.h.
5719 * symfile.h: Delete declarations of sort_block_syms,
5720 sort_symtab_syms.
5721 * symfile.c (sort_block_syms): Delete.
5722 (sort_symtab_syms): Delete.
5723 * symtab.c: Include dictionary.h.
5724 (lookup_block_symbol): Use dictionary iterators.
5725 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5726 (search_symbols, make_symbol_completion_list): Ditto.
5727 (make_symbol_overload_list): Ditto.
5728 * valops.c (value_of_local): Use dict_empty.
5729 Include dictionary.h.
5730
5731 2003-06-11 J. Brobecker <brobecker@gnat.com>
5732
5733 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5734
5735 2003-06-11 David Carlton <carlton@bactrian.org>
5736
5737 * block.h (BLOCK_SHOULD_SORT): Delete.
5738 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5739 blocks.
5740 * ada-lang.c (ada_add_block_symbols): Ditto.
5741 * symfile.c (sort_block_syms): Delete.
5742 (sort_symtab_syms): Ditto.
5743 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5744 declarations.
5745 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5746 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5747 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5748 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5749 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5750 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5751 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5752
5753 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5754
5755 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5756 bits to 128.
5757
5758 2003-06-11 Andrew Cagney <cagney@redhat.com>
5759
5760 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5761 REGISTER_CONVERTIBLE.
5762 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5763 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5764 * gdbarch.h, gdbarch.c: Re-generate.
5765 * arch-utils.h (deprecated_register_convertible_not): Rename
5766 generic_register_convertible_not.
5767 * arch-utils.c (deprecated_register_convertible_not): Rename
5768 generic_register_convertible.
5769 (legacy_convert_register_p, legacy_register_to_value): Update.
5770 * sh-tdep.c (sh64_push_arguments): Update.
5771 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5772 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5773 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5774 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5775 * arch-utils.c (legacy_value_to_register): Update.
5776 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5777 (rs6000_register_convert_to_raw): Make parameter "from" const.
5778 * mips-tdep.c (mips_gdbarch_init): Update.
5779 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5780 * infcmd.c (default_print_registers_info): Update.
5781 * ia64-tdep.c (ia64_gdbarch_init): Update.
5782 (ia64_register_convert_to_raw): Make parameter "from" const.
5783 * i386-tdep.c (i386_gdbarch_init): Update.
5784 (i386_register_convert_to_raw): Update.
5785
5786 2003-06-11 Andrew Cagney <cagney@redhat.com>
5787
5788 * remote-fileio.c: Include "remote-fileio.h".
5789 * Makefile.in (remote-fileio.o): Update dependencies.
5790 (remote_fileio_h): Fix typo.
5791
5792 2003-06-11 Andrew Cagney <cagney@redhat.com>
5793
5794 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5795 (xstormy16_save_dummy_frame_tos): Make static.
5796 (_initialize_xstormy16_tdep): Add declaration.
5797 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5798 * v850-tdep.c: Make local functions static.
5799 (_initialize_v850_tdep): Add declaration.
5800 * sparc-tdep.c: Make local functions static.
5801 (_initialize_sparc_tdep): Add declaration.
5802 * sh-tdep.c: Make local functions static.
5803 (_initialize_sh_tdep): Add declaration.
5804 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5805 * s390-tdep.c: Make local functions static.
5806 (_initialize_s390_tdep): Add declaration.
5807 * dbxread.c (find_stab_function_addr): Make static.
5808 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5809 * ocd.c (_initialize_remote_ocd): Add declaration.
5810 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5811 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5812 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5813 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5814 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5815 * remote-array.c (_initialize_array): Add declaration.
5816 (_initialize_remote_monitors): Add declaration.
5817 * remote-mips.c: Make local functions static.
5818 (_initialize_remote_mips): Add declaration.
5819 * mcore-tdep.c: Make all local functions static.
5820 (_initialize_mcore_tdep): Add declaration.
5821 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5822 * abug-rom.c (_initialize_abug_rom): Add declaration.
5823 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5824 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5825 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5826 * remote-est.c (_initialize_est): Add declaration.
5827 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5828 (m68hc11_call_dummy_address): Make static.
5829 * ia64-tdep.c: Make local functions static.
5830 (_initialize_ia64_tdep): Add declaration.
5831 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5832 * monitor.c (monitor_wait_filter): Make static.
5833 (_initialize_remote_monitors): Add declaration.
5834 * remote-hms.c (_initialize_remote_hms): Add declaration.
5835 * remote-e7000.c (fetch_regs_from_dump): Make static.
5836 (expect_n): Make static.
5837 (_initialize_remote_e7000): Add declaration.
5838 * ser-e7kpc.c: Always include "defs.h".
5839 (_initialize_ser_e7000pc): Add declaration.
5840 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5841 * cris-tdep.c: Make all but one function static.
5842 (_initialize_cris_tdep): Add declaration.
5843 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5844 * solib.c (update_solib_list): Make static.
5845 (_initialize_solib): Add declaration.
5846 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5847 (_initialize_avr_tdep): Add declaration.
5848 * remote-rdi.c (voiddummy): Make static.
5849 (_initialize_remote_rdi): Add declaration.
5850 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5851 * remote-rdp.c (send_rdp): Make static.
5852 (_initialize_remote_rdp): Add declaration.
5853 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5854
5855 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5856
5857 * remote-fileio.c: Make ari happy.
5858
5859 2003-06-10 J. Brobecker <brobecker@gnat.com>
5860
5861 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5862 fetching the trailing bytes of the buffer we are about to write.
5863
5864 2003-06-10 Andrew Cagney <cagney@redhat.com>
5865
5866 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5867 * Makefile.in (remote-fileio.o): Update dependencies.
5868 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5869 include <setjmp.h>, or <sys/types.h> conditional on USG.
5870 (remote_fio_jmp_buf): Delete global variable.
5871
5872 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5873 Martin M. Hunt <hunt@redhat.com>
5874
5875 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5876 (SFILES): Add remote-fileio.c.
5877 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5878 dependencies for building remote.o.
5879 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5880 * remote-fileio.h: New header file defining remote File-I/O interface.
5881 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5882 static storage class.
5883 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5884 'F' packet.
5885 (_initialize_remote): Call initialize_remote_fileio().
5886 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5887 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5888 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5889 (captured_main): Initialize new ui_files.
5890 * ui-file.c: Add read and fgets input functions.
5891 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5892 (null_file_read): New function.
5893 (ui_file_read): New function.
5894 (set_ui_file_read): New function.
5895 (stdio_file_read): New function.
5896 * ui-file.h: New type ui_file_read_ftype.
5897 (set_ui_file_read): Declare.
5898 (ui_file_read): Declare.
5899
5900 2003-06-09 Andrew Cagney <cagney@redhat.com>
5901
5902 * frame.h (deprecated_unwind_get_saved_register): Rename
5903 generic_unwind_get_saved_register, update comments.
5904 * mips-tdep.c (mips_get_saved_register): Update.
5905 * frame.c (deprecated_unwind_get_saved_register): Update.
5906
5907 2003-06-09 Andrew Cagney <cagney@redhat.com>
5908
5909 * vax-tdep.c (vax_frame_locals_address): Delete function.
5910 (vax_gdbarch_init): Do not set frame_locals_address.
5911 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5912 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5913 * s390-tdep.c (s390_frame_args_address): Delete function.
5914 (s390_gdbarch_init): Do not set frame_args_address or
5915 frame_locals_address.
5916 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5917 (ns32k_gdbarch_init): Do not set frame_locals_address.
5918 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5919 (hppa_frame_locals_address): Delete function.
5920 (hppa_gdbarch_init): Do not set frame_args_address, or
5921 frame_locals_address.
5922 * arm-tdep.c (arm_frame_args_address): Delete.
5923 (arm_frame_locals_address): Delete.
5924 (arm_gdbarch_init): Do not set frame_args_address, or
5925 frame_locals_address.
5926
5927 2003-06-09 Andrew Cagney <cagney@redhat.com>
5928
5929 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5930 * gdbarch.h, gdbarch.c: Re-generate.
5931 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5932 * arch-utils.c (frame_num_args_unknown): Delete function.
5933 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5934 (frame_info): Use FRAME_NUM_ARGS_P.
5935 * arm-tdep.c (arm_frame_num_args): Delete function.
5936 (arm_gdbarch_init): Do not set frame_num_args.
5937 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5938 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5939 (hppa_gdbarch_init): Do not set frame_num_args.
5940 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5941 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5942 frame_num_args to default frame_num_args_unknown.
5943 * v850-tdep.c (v850_gdbarch_init): Ditto.
5944 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5945 * sh-tdep.c (sh_gdbarch_init): Ditto.
5946 * s390-tdep.c (s390_gdbarch_init): Ditto.
5947 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5948 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5949 * mips-tdep.c (mips_gdbarch_init): Ditto.
5950 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5951 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5953 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5954 * i386-tdep.c (i386_gdbarch_init): Ditto.
5955 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5956 * frv-tdep.c (frv_gdbarch_init): Ditto.
5957 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5958 * cris-tdep.c (cris_gdbarch_init): Ditto.
5959 * avr-tdep.c (avr_gdbarch_init): Ditto.
5960 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5961
5962 2003-06-09 Andrew Cagney <cagney@redhat.com>
5963
5964 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5965 (print_frame_args): Moved to "stack.c".
5966 * stack.c: Include "gdb_assert.h".
5967 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5968 (print_frame_args): Moved from "printcmd.c".
5969 * frame.h (print_frame_args): Delete declaration.
5970 * Makefile.in (stack.o): Update dependencies.
5971
5972 2003-06-08 Andrew Cagney <cagney@redhat.com>
5973
5974 * frame.c (get_prev_frame): Remove reference to
5975 frame_args_address_correct in comments.
5976 * frame-base.c (default_frame_args_address): Delete code
5977 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5978 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5979 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5980 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5981 (vax_frame_args_address_correct): Delete declaration.
5982
5983 2003-06-08 Andrew Cagney <cagney@redhat.com>
5984
5985 * gdbarch.sh (UNWIND_SP): Add.
5986 * gdbarch.h, gdbarch.c: Re-generate.
5987 * frame.c (frame_sp_unwind): New function.
5988 (get_frame_sp): New function.
5989 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5990 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5991 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5992 value.
5993 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5994 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5995
5996 2003-06-08 Andrew Cagney <cagney@redhat.com>
5997
5998 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5999 REMOTE_BREAKPOINT.
6000 * remote.c: Update.
6001 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6002 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6003 * config/m68k/tm-sun3.h: Update.
6004 * config/m68k/tm-m68klynx.h: Update.
6005 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6006
6007 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6008 trad_frame". Update comments.
6009 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6010 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6011 (trad_frame_register_value, trad_frame_prev_register): Update.
6012
6013 2003-06-08 Andrew Cagney <cagney@redhat.com>
6014
6015 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6016 from GCC's acinclude.m4.
6017 * configure.in: Check for getopt's delcaration.
6018 * aclocal.m4, config.in, configure: Re-generate.
6019 * main.c (error_init): Delete declaration.
6020 * defs.h (error_init): Declare.
6021 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6022 (rs6000_convert_from_func_ptr_addr): Make static.
6023 (_initialize_rs6000_tdep): Add declaration.
6024 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6025 (show_commands, set_verbose, show_history): Delete declaration.
6026 * top.h (set_verbose): Add declaration.
6027 (show_history, set_history, show_commands): Add declaration.
6028 (do_restore_instream_cleanup): Add declaration.
6029 * objc-lang.c (specialcmp): Make static.
6030 (print_object_command): Make static.
6031 (find_objc_msgsend): Make static.
6032 (find_objc_msgcall_submethod_helper): Make static.
6033 (find_objc_msgcall_submethod): Make static.
6034 (_initialize_objc_language): Add declaration.
6035 (find_implementation_from_class): Make static.
6036 (find_implementation): Make static.
6037 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6038 * objc-lang.h (lookup_struct_typedef): Add declaration.
6039 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6040 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6041 (do_restore_user_call_depth): Make static.
6042 (do_restore_instream_cleanup): Delete declaration.
6043 (dont_repeat): Delete declaration.
6044 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6045 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6046 * reggroups.c (_initialize_reggroup): Add declaration.
6047 * cp-support.c (_initialize_cp_support): Add declaration.
6048 * cp-abi.c (_initialize_cp_abi): Add declaration.
6049 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6050 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6051 (_initialize_gnu_v3_abi): Add declaration.
6052 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6053 (_initialize_gnu_v2_abi): Add declaration.
6054 * frame-base.c (_initialize_frame_base): Add declaration.
6055 * doublest.c (floatformat_from_length): Make static.
6056 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6057 * frame.c (create_sentinel_frame): Make static.
6058 (_initialize_frame): Add declaration.
6059 * top.c (do_catch_errors): Make static.
6060 (gdb_rl_operate_and_get_next_completion): Make static.
6061 * typeprint.c: Include "typeprint.h".
6062 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6063 (sentinel_frame_this_id): Make static.
6064 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6065 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6066 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6067 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6068 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6069 * maint.c (maintenance_print_architecture): Make static.
6070 * signals/signals.c (_initialize_signals): Add declaration.
6071 * std-regs.c (_initialize_frame_reg): Add declaration.
6072 * jv-exp.y (push_variable): ISO C definition.
6073 (push_qualified_expression_name): Ditto.
6074 * memattr.c (_initialize_mem): Add declaration.
6075 * remote.c (remote_check_watch_resources): Make static.
6076 (remote_stopped_by_watchpoint): Make static.
6077 (remote_stopped_data_address): Make static.
6078 * d10v-tdep.c (nr_dmap_regs): Make static.
6079 (a0_regnum): Make static.
6080 (d10v_frame_unwind_cache): Make static.
6081 (d10v_frame_p): Make static.
6082 * osabi.c (show_osabi): Make static.
6083 (_initialize_gdb_osabi): Add extern declaration.
6084 * gdbtypes.c (make_qualified_type): Make static.
6085 (safe_parse_type): Make static.
6086 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6087 * macrotab.c (macro_bcache_free): Make static.
6088 * interps.c (interp_set_quiet): Make static.
6089 (interpreter_exec_cmd): Make static.
6090 * stack.h (select_frame_command): New file.
6091 * stack.c: Include "stack.h".
6092 (select_frame_command_wrapper): Delete function.
6093 (select_frame_command): Make global.
6094 * infcall.c: Include "infcall.h".
6095 * linespec.c: Include "linespec.h".
6096 * symfile.c (sections_overlap): Make static.
6097 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6098 * charset.c (_initialize_charset): Add missing prototype.
6099 * regcache.c (init_legacy_regcache_descr): Make static.
6100 (do_regcache_xfree): Make static.
6101 (regcache_xfer_part): Make static.
6102 (_initialize_regcache): Add missing prototype.
6103 * breakpoint.c (parse_breakpoint_sals): Make static.
6104 (breakpoint_sals_to_pc): Make static.
6105 * interps.h (clear_interpreter_hooks): ISO C declaration.
6106 * Makefile.in (stack_h): Define.
6107 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6108 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6109
6110 2003-06-08 Andrew Cagney <cagney@redhat.com>
6111
6112 * Makefile.in (d10v-tdep.o): Update dependencies.
6113 (SFILES): Add trad-frame.c.
6114 (trad_frame_h): Define.
6115 (COMMON_OBS): Add trad-frame.o.
6116 (trad-frame.o): Specify dependencies.
6117 * d10v-tdep.c: Include "trad-frame.h".
6118 (saved_regs_unwinder): Delete function.
6119 (d10v_frame_prev_register): Use trad_frame_prev_register.
6120 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6121 trad_frame", delete "regs" and "prev_sp".
6122 (prologue_find_regs): Use trad-frame.
6123 * trad-frame.h, trad-frame.c: New files.
6124
6125 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6126
6127 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6128
6129 2003-06-07 Adam Fedor <fedor@gnu.org>
6130
6131 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6132 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6133 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6134 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6135 resolve_msgsend_super, resolve_msgsend_super_stret):
6136 Use it.
6137
6138 2003-06-07 Andrew Cagney <cagney@redhat.com>
6139
6140 * symfile.h: Re-indent, clean up comments.
6141
6142 2003-06-07 Andrew Cagney <cagney@redhat.com>
6143
6144 * inferior.h (deprecated_write_sp): Replace
6145 generic_target_write_sp.
6146 * regcache.c (deprecated_write_sp): Replace
6147 generic_target_write_sp.
6148 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6149 * vax-tdep.c (vax_gdbarch_init): Update.
6150 * v850-tdep.c (v850_gdbarch_init): Update.
6151 * sparc-tdep.c (sparc_gdbarch_init): Update.
6152 * sh-tdep.c (sh_gdbarch_init): Update.
6153 * s390-tdep.c (s390_gdbarch_init): Update.
6154 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6155 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6156 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6157 * mcore-tdep.c (mcore_gdbarch_init): Update.
6158 * m68k-tdep.c (m68k_gdbarch_init): Update.
6159 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6160 * ia64-tdep.c (ia64_gdbarch_init): Update.
6161 * h8300-tdep.c (h8300_gdbarch_init): Update.
6162 * frv-tdep.c (frv_gdbarch_init): Update.
6163 * cris-tdep.c (cris_gdbarch_init): Update.
6164 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6165
6166 2003-06-07 Andrew Cagney <cagney@redhat.com>
6167
6168 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6169 Assert that PC_REGNUM is valid.
6170 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6171
6172 2003-06-07 Andrew Cagney <cagney@redhat.com>
6173
6174 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6175 * gdbarch.h, gdbarch.c: Regenerate.
6176 * mn10300-tdep.c: Include "gdb_assert.h".
6177 (mn10300_read_fp): New function.
6178 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6179 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6180 * ia64-tdep.c: Include "gdb_assert.h".
6181 (ia64_read_fp): New function.
6182 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6183 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6184 * regcache.c (generic_target_read_sp): Delete function.
6185 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6186 * inferior.h (generic_target_read_sp): Delete declaration.
6187 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6188 generic_target_read_sp.
6189 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6190 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6191 * sh-tdep.c (sh_gdbarch_init): Ditto.
6192 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6193 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6194
6195 2003-06-07 Andrew Cagney <cagney@redhat.com>
6196
6197 * gdbarch.sh: Comment each field of startup_gdbarch.
6198 * gdbarch.h, gdbarch.c: Re-generate.
6199
6200 2003-06-07 Andrew Cagney <cagney@redhat.com>
6201
6202 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6203 * gdbarch.h, gdbarch.c: Re-generate.
6204 * regcache.c: Update comments on read_pc et.al.
6205 (generic_target_read_pc): Delete function.
6206 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6207 * inferior.h (generic_target_read_pc): Delete declaration.
6208 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6209 generic_target_read_pc.
6210 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6211 * sh-tdep.c (sh_gdbarch_init): Ditto.
6212 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6213 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6214
6215 2003-06-07 Andrew Cagney <cagney@redhat.com>
6216
6217 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6218 "index" with "special_local_sect". Use strcmp instead of STREQ.
6219 Append period to coments.
6220
6221 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6222
6223 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6224 (elfstab_offset_sections): Likewise.
6225 * gdb-stabs.h (stab_section_info): Likewise.
6226 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6227 * objfiles.c (objfile_relocate): Likewise.
6228 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6229 * remote.c (get_offsets): Likewise.
6230 (remote_cisco_objfile_relocate): Likewise.
6231 * somread.c (som_symfile_offsets): Likewise.
6232 * symfile.c (alloc_section_addr_info): New function.
6233 (build_section_addr_info_from_section_tab): Use it.
6234 (free_section_addr_info): Adjust.
6235 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6236 (syms_from_objfile): Allocate local_addr dynamically.
6237 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6238 dynamically.
6239 (add_symbol_file_command): Allocate sect_opts dynamically.
6240 (reread_symbols): Avoid use of SECT_OFF_MAX.
6241 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6242 (alloc_section_addr_info): Declare it.
6243 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6244 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6245 dynamically.
6246 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6247
6248 2003-06-06 Andrew Cagney <cagney@redhat.com>
6249
6250 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6251 (d10v_frame_unwind_cache): Do not set "return_pc".
6252
6253 2003-06-06 Michael Snyder <msnyder@redhat.com>
6254
6255 * h8300-tdep.c: Make tidy (long lines).
6256
6257 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6258
6259 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6260 to regcache_collect().
6261
6262 2003-06-05 J. Brobecker <brobecker@gnat.com>
6263
6264 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6265 pc_in_sigtramp multiarch method.
6266 (hppa_hpux_som_init_abi): Use it.
6267 (hppa_hpux_elf_init_abi): Likewise.
6268 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6269 macro has been multiarched.
6270 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6271 macro here, as hppa64 isn't multiarched yet.
6272
6273 2003-06-05 Andrew Cagney <cagney@redhat.com>
6274
6275 * Makefile.in (value_h): Add $(frame_h).
6276 * value.h: Include "frame.h".
6277 (struct value): Replace "frame_addr" with "frame_id".
6278 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6279 * values.c (allocate_value): Use VALUE_FRAME_ID.
6280 (value_copy): Use VALUE_FRAME_ID.
6281 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6282 * valops.c (value_assign): Update. Use frame_find_by_id.
6283
6284 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6285
6286 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6287 in each pass.
6288
6289 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6290
6291 * thread-db.c (check_event): For create/death event breakpoints,
6292 loop through all messages to ensure that we read the message
6293 corresponding to the breakpoint we are at.
6294
6295 2003-06-04 Michael Snyder <msnyder@redhat.com>
6296
6297 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6298
6299 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6300
6301 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6302 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6303 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6304 when handling .eh_frame sections.
6305
6306 2003-06-04 J. Brobecker <brobecker@gnat.com>
6307
6308 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6309 prepare_to_proceed procedure instead of the hppa-specific one.
6310 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6311
6312 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6313
6314 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6315 * config.in: Regenerated.
6316 * configure.in: Add test for syscall function and check for
6317 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6318 * configure: Regenerated.
6319 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6320 <sys/syscall.h>.
6321 (kill_lwp): New function that uses tkill syscall or
6322 uses kill, depending on whether threading model is nptl or not.
6323 All callers of kill() changed to use kill_lwp().
6324 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6325 see if all threads have already exited in the nptl model.
6326 (stop_and_resume_callback): New callback function used by the
6327 lin_lwp_wait thread exit handling code.
6328 (stop_wait_callback): Check for threads already having exited and
6329 delete such threads fromt the lwp list when discovered.
6330 (stop_callback): Don't assert retcode of kill call.
6331
6332 Roland McGrath <roland@redhat.com>
6333 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6334 nptl libthread_db.
6335
6336 2003-06-03 Richard Henderson <rth@redhat.com>
6337
6338 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6339 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6340 (alpha_sigtramp_frame_prev_register): Likewise.
6341 (alpha_heuristic_frame_prev_register): Likewise.
6342 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6343
6344 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6345 alpha-specific register id names.
6346 (alpha_mdebug_frame_unwind_cache): Likewise.
6347 (alpha_mdebug_frame_prev_register): Likewise.
6348
6349 2003-06-03 Richard Henderson <rth@redhat.com>
6350
6351 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6352 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6353 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6354 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6355 unwind routines.
6356 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6357 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6358 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6359
6360 * alpha-linux-tdep.c: Remove unnecessary includes.
6361 * Makefile.in (alpha-linux-tdep.o): Update.
6362
6363 2003-06-03 Richard Henderson <rth@redhat.com>
6364
6365 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6366 (alphabsd_fill_fpreg): Likewise.
6367
6368 2003-06-03 J. Brobecker <brobecker@gnat.com>
6369
6370 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6371 references to struct frame_info fields by calls to the equivalent
6372 accessors. Necessary now that frame_info is opaque.
6373
6374 2003-06-03 J. Brobecker <brobecker@gnat.com>
6375
6376 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6377 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6378 structure, field no longer exists.
6379
6380 2003-06-03 J. Brobecker <brobecker@gnat.com>
6381
6382 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6383 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6384
6385 2003-06-03 J. Brobecker <brobecker@gnat.com>
6386
6387 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6388 references to struct frame_info fields by calls to the equivalent
6389 accessors. Necessary now that frame_info is opaque.
6390
6391 2003-06-03 J. Brobecker <brobecker@gnat.com>
6392
6393 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6394 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6395 structure, field no longer exists.
6396
6397 2003-06-03 Theodore A. Roth <troth@openavr.org>
6398
6399 * remote.c (init_remote_state): Compute sizeof_g_packet by
6400 accumulation of the size of all registers instead of blindly using
6401 DEPRECATED_REGISTER_BYTES.
6402
6403 2003-06-03 Michael Snyder <msnyder@redhat.com>
6404
6405 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6406 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6407 for h8300sx.
6408
6409 2003-06-03 J. Brobecker <brobecker@gnat.com>
6410
6411 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6412 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6413
6414 2003-06-03 Andrew Cagney <cagney@redhat.com>
6415
6416 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6417 (sparc_convert_to_raw): Delete function.
6418 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6419 register_convert_to_virtual.
6420
6421 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6422
6423 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6424 layer if not dealing with a statically-linked threaded program.
6425
6426 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6427
6428 * solib.c (solib_open): Update comment to reflect actual search order.
6429
6430 2003-06-03 Andrew Cagney <cagney@redhat.com>
6431
6432 * frame.c (get_frame_memory_signed): New function.
6433 (get_frame_memory, get_frame_memory_unsigned): New function.
6434 (get_frame_arch): New function.
6435 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6436 (get_frame_memory, get_frame_unsigned_memory): Declare.
6437 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6438 get_frame_memory_unsigned and get_frame_arch.
6439 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6440
6441 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6442
6443 * MAINTAINERS (write after approval): Add myself.
6444
6445 2003-06-03 Jim Blandy <jimb@redhat.com>
6446
6447 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6448 elements of gregset_t are 64 bits each, but access registers
6449 are still 32 bits, so they're packed two per gregset_t
6450 element. Unpack/pack them properly.
6451
6452 2003-06-02 David Carlton <carlton@bactrian.org>
6453
6454 * linespec.c (find_methods): Break out code into
6455 add_matching_methods and add_constructors.
6456 (add_matching_methods): New.
6457 (add_constructors): Ditto.
6458
6459 2003-06-02 Andrew Cagney <cagney@redhat.com>
6460
6461 * sparc-tdep.c (sparc_print_registers): Delete call to
6462 REGISTER_CONVERTIBLE.
6463 (sparc_gdbarch_init): Do not set register_convertible.
6464 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6465 * frv-tdep.c (frv_gdbarch_init): Ditto.
6466 * cris-tdep.c (cris_gdbarch_init): Ditto.
6467
6468 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6469
6470 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6471 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6472 (syms_from_objfile): Ditto.
6473
6474 2003-06-03 Andreas Schwab <schwab@suse.de>
6475
6476 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6477 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6478
6479 2003-06-02 Richard Henderson <rth@redhat.com>
6480
6481 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6482 a member of all_reggroup.
6483
6484 2003-06-02 Richard Henderson <rth@redhat.com>
6485
6486 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6487 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6488 (alpha_lds, alpha_sts): New.
6489 (alpha_convert_register_p): Change from _register_convertible.
6490 (alpha_register_to_value): Change from _convert_to_virtual;
6491 restructure and fail for type sizes other than 4 or 8.
6492 (alpha_value_to_register): Similarly.
6493 (alpha_extract_return_value): Use alpha_sts.
6494 (alpha_store_return_value): Use alpha_lds.
6495 (alpha_gdbarch_init): Update hooks.
6496
6497 2003-06-02 Richard Henderson <rth@redhat.com>
6498
6499 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6500 regnum identifiers.
6501 (alpha_sigtramp_register_address): Likewise.
6502
6503 2003-06-02 Richard Henderson <rth@redhat.com>
6504
6505 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6506 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6507 * alpha-tdep.h: Declare them.
6508
6509 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6510 Remove zerobuf. Don't error on UNIQUE.
6511 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6512 (ALPHA_REGSET_UNIQUE): Provide default.
6513 (supply_gregset): Use alpha_supply_int_regs.
6514 (fill_gregset): Use alpha_fill_int_regs.
6515 (supply_fpregset): Use alpha_supply_fp_regs.
6516 (fill_fpregset): Use alpha_fill_fp_regs.
6517 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6518 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6519 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6520 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6521 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6522 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6523
6524 2003-06-02 Richard Henderson <rth@redhat.com>
6525
6526 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6527
6528 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6529 (alpha_store_return_value): Likewise.
6530
6531 2003-06-02 David Carlton <carlton@math.stanford.edu>
6532
6533 * block.c (contained_in): Add 'const' to arguments.
6534 (block_function): Ditto.
6535 * block.h: Update declarations for block_function and
6536 contained_in.
6537
6538 2003-06-02 David Carlton <carlton@math.stanford.edu>
6539
6540 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6541 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6542 * p-valprint.c (pascal_val_print): Ditto.
6543 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6544
6545 2003-06-02 Richard Henderson <rth@redhat.com>
6546
6547 * alpha-tdep.c (alpha_push_dummy_call): Use
6548 builtin_type_ieee_double_little instead of builtin_type_double.
6549
6550 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6551 sign-extension of 32-bit values.
6552 (alpha_store_return_value): Similarly.
6553
6554 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6555 (alpha_extract_return_value): Likewise.
6556 (alpha_store_return_value): Likewise.
6557
6558 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6559 (alpha_store_return_value): Error on IEEE Quad floats.
6560
6561 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6562 (alpha_extract_struct_value_address): Likewise.
6563 (alpha_store_return_value): Likewise.
6564 (alpha_store_struct_return): Remove.
6565 (alpha_gdbarch_init): Update hook registration to match.
6566
6567 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6568 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6569 macros where appropriate.
6570 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6571 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6572
6573 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6574 for SP, GP; void_func_ptr for PC; non-language-specific types
6575 for all others.
6576 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6577
6578 2003-06-02 Richard Henderson <rth@redhat.com>
6579
6580 * top.h (lim_at_start): Declare.
6581 * main.c (captured_main): Set it.
6582 * top.c (lim_at_start): Define.
6583 (command_loop): Use it instead of &environ.
6584 * event-top.c (command_handler): Likewise.
6585
6586 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6587
6588 * mipsnbsd-tdep.c: Update copyright years.
6589 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6590
6591 2003-06-01 Richard Henderson <rth@redhat.com>
6592
6593 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6594 (alpha-linux-tdep.o): Update dependencies.
6595 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6596 * alpha-mdebug-tdep.c: Remove unneeded includes.
6597
6598 2003-06-01 Richard Henderson <rth@redhat.com>
6599
6600 * alpha-tdep.c (alpha_register_reggroup_p): New.
6601 (alpha_gdbarch_init): Register it.
6602
6603 2003-06-02 Andrew Cagney <cagney@redhat.com>
6604
6605 * dwarfread.c: Eliminate "register"
6606 (decode_die_type): Eliminate assignment within "if".
6607 (struct_type, decode_array_element_type): Ditto.
6608 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6609 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6610 (decode_modified_type, completedieinfo): Ditto.
6611 * block.c: Eliminate "register".
6612 (blockvector_for_pc_sect): Eliminate assignment within "if".
6613 * cp-support.h (struct symbol): Opaque declaration.
6614 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6615
6616 2003-06-01 Richard Henderson <rth@redhat.com>
6617
6618 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6619 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6620
6621 2003-06-01 Adam Fedor <fedor@gnu.org>
6622
6623 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6624 * gdbarch.[ch]: Regenerate.
6625 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6626 (hppa_gdbarch_init): Set it in the gdbarch vector.
6627 * i386-tdep.c (i386_fetch_pointer_argument): New
6628 (i386_gdbarch_init): Set it into gdbarch.
6629 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6630 (rs6000_gdbarch_init): Set it in gdbarch.
6631 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6632 (sparc_gdbarch_init): Set it in gdbarch.
6633
6634 2003-06-01 Andrew Cagney <cagney@redhat.com>
6635
6636 * defs.h (extract_address): Delete declaration.
6637 * findvar.c (extract_address): Delete function.
6638 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6639 extract_address with the inline equivalent,
6640 extract_unsigned_integer.
6641 (xstormy16_extract_struct_value_address): Ditto.
6642 (xstormy16_pointer_to_address): Ditto.
6643 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6644 * v850-tdep.c (v850_push_arguments): Ditto.
6645 (v850_extract_return_value): Ditto.
6646 (v850_extract_struct_value_address): Ditto.
6647 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6648 (sparcnbsd_get_longjmp_target_64): Ditto.
6649 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6650 (get_longjmp_target): Ditto.
6651 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6652 (sh64_extract_struct_value_address): Ditto.
6653 (sh_push_arguments): Ditto.
6654 (sh64_push_arguments): Ditto.
6655 * remote-vxsparc.c (vx_read_register): Ditto.
6656 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6657 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6658 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6659 * mipsv4-nat.c (get_longjmp_target): Ditto.
6660 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6661 * mips-nat.c (get_longjmp_target): Ditto.
6662 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6663 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6664 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6665 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6666 * irix5-nat.c (get_longjmp_target): Ditto.
6667 * irix4-nat.c (get_longjmp_target): Ditto.
6668 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6669 (ia64_push_arguments): Ditto.
6670 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6671 * h8300-tdep.c (h8300_push_arguments): Ditto.
6672 (h8300_store_return_value): Ditto.
6673 (h8300_extract_struct_value_address): Ditto.
6674 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6675 (frv_push_arguments): Ditto.
6676 * avr-tdep.c (avr_pointer_to_address): Ditto.
6677 (avr_push_arguments): Ditto.
6678 * arm-tdep.c (arm_push_dummy_call): Ditto.
6679 (arm_get_longjmp_target): Ditto.
6680 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6681 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6682 (alpha_get_longjmp_target): Ditto.
6683
6684 * solib-irix.c (extract_mips_address): Inline extract_address,
6685 replacing it with extract_signed_integer.
6686 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6687 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6688 (first_link_map_member, open_symbol_file_object): Ditto.
6689 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6690 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6691 (LM_NEXT, LM_NAME): Ditto.
6692
6693 2003-06-01 Richard Henderson <rth@redhat.com>
6694
6695 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6696 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6697 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6698 (alpha_cannot_store_register): Likewise.
6699 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6700 * alpha-nat.c (supply_gregset): Likewise.
6701 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6702
6703 2003-06-01 Andrew Cagney <cagney@redhat.com>
6704
6705 * infcall.c (call_function_by_hand): Update comment on
6706 DEPRECATED_DUMMY_WRITE_SP.
6707
6708 * mips-tdep.c (mips_gdbarch_init): Do not set
6709 deprecated_dummy_write_sp.
6710 (mips_eabi_push_dummy_call): Set the SP register.
6711 (mips_o64_push_dummy_call): Set the SP register.
6712 (mips_o32_push_dummy_call): Set the SP register.
6713 (mips_n32n64_push_dummy_call): Set the SP register.
6714
6715 2003-06-01 Richard Henderson <rth@redhat.com>
6716
6717 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6718 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6719 (supply_gregset): Likewise.
6720 * alpha-tdep.c (alpha_store_return_value): Likewise.
6721 (alpha_get_longjmp_target): Likewise.
6722 (alpha_register_name): Constify array.
6723 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6724 deprecated_register_size, deprecated_register_bytes,
6725 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6726 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6727 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6728
6729 2003-06-01 Richard Henderson <rth@redhat.com>
6730
6731 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6732 from arg_reg_buffer to regcache to avoid double conversion.
6733
6734 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6735
6736 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6737 SP_REGNUM.
6738 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6739 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6740
6741 2003-06-01 Richard Henderson <rth@redhat.com>
6742
6743 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6744 (decode_frame_entry): Set it. Skip FDE augmentation.
6745
6746 2003-06-01 Richard Henderson <rth@redhat.com>
6747
6748 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6749 not overlapping PC_REGNUM.
6750
6751 2003-06-01 Richard Henderson <rth@redhat.com>
6752
6753 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6754 alpha_push_arguments. Don't dump argument register data to
6755 the target stack. Fix float and 128-bit long double semantics.
6756 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6757 (alpha_fix_call_dummy): Remove.
6758 (alpha_call_dummy_words): Remove.
6759 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6760
6761 2003-06-01 Richard Henderson <rth@redhat.com>
6762
6763 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6764
6765 2003-06-01 Andrew Cagney <cagney@redhat.com>
6766
6767 * mips-tdep.c (is_mips16_addr): New function.
6768 (make_mips16_addr, unmake_mips16_addr): New functions.
6769 (pc_is_mips16, mips_fetch_instruction): Use.
6770 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6771 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6772 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6773 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6774 TARGET_MIPS.
6775 * config/mips/tm-mips.h: Update copyright.
6776 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6777 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6778 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6779 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6780 (TM_PRINT_INSN_MACH): Delete.
6781 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6782
6783 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6784 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6785 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6786 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6787 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6788 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6789 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6790 mips*-*-riscos* and mips*-*-sysv* onto mips.
6791 * config/mips/mips64.mt: New file.
6792 * config/mips/mips.mt: New file.
6793 * config/mips/littlemips.mt: Delete file.
6794 * config/mips/decstation.mt: Delete file.
6795 * config/mips/vr4300el.mt: Delete file.
6796 * config/mips/vr5000el.mt: Delete file.
6797 * config/mips/vr5000.mt: Delete file.
6798 * config/mips/vr4100.mt: Delete file.
6799 * config/mips/vr4xxxel.mt: Delete file.
6800 * config/mips/vr4300.mt: Delete file.
6801 * config/mips/vr4xxx.mt: Delete file.
6802 * config/mips/bigmips.mt: Delete file.
6803 * config/mips/bigmips64.mt: Delete file.
6804 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6805 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6806 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6807 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6808 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6809 "tm-bigmips.h".
6810 * config/mips/tm-irix3.h: Ditto.
6811 * config/mips/tm-mipsv4.h: Ditto.
6812 * config/mips/tm-embed.h: Ditto.
6813 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6814 "tm-bigmips64.h".
6815 * config/mips/tm-vr5000el.h: Delete file.
6816 * config/mips/tm-tx39l.h: Delete file.
6817 * config/mips/tm-vr4300el.h: Delete file.
6818 * config/mips/tm-vr4xxxel.h: Delete file.
6819 * config/mips/tm-vr4300.h: Delete file.
6820 * config/mips/tm-vr4100.h: Delete file.
6821 * config/mips/tm-vr4xxx.h: Delete file.
6822 * config/mips/tm-vr5000.h: Delete file.
6823 * config/mips/tm-embedl64.h: Delete file.
6824 * config/mips/tm-embedl.h: Delete file.
6825 * config/mips/tm-embed64.h: Delete file.
6826 * config/mips/tm-bigmips64.h: Delete file.
6827 * config/mips/tm-bigmips.h: Delete file.
6828
6829 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6830
6831 Fix gdb/1216.
6832 * shnbsd-nat.c: Include "sh-tdep.h".
6833
6834 From Richard Henderson <rth@redhat.com>:
6835 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6836
6837 2003-05-31 Andrew Cagney <cagney@redhat.com>
6838
6839 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6840 forward declaration.
6841 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6842 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6843 (mips_find_saved_regs): Use set_reg_offset.
6844 (mips_frame_init_saved_regs): Delete function.
6845 (mips_pop_frame): Call mips_find_saved_regs instead of
6846 DEPRECATED_FRAME_INIT_SAVED_REGS.
6847
6848 2003-05-31 Andrew Cagney <cagney@redhat.com>
6849
6850 * mips-tdep.c (mips_gdbarch_init): Do not set
6851 deprecated_max_register_raw_size, register_virtual_size, and
6852 deprecated_max_register_virtual_size.
6853
6854 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6855
6856 * i386-tdep.c: Include "dwarf2-frame.h".
6857 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6858 * Makefile.in (i386-tdep.o): Update dependencies.
6859
6860 * dwarf2-frame.c, dwarf2-frame.h: New files.
6861 * Makefile.in (SFILES): Add dwarf2-frame.c.
6862 (dwarf2_frame_h): Define.
6863 (COMMON_OBS): Add dwarf2-frame.o.
6864 (dwarf2-frame.o): Add dependencies.
6865
6866 2003-05-31 Andreas Jaeger <aj@suse.de>
6867
6868 * x86-64-linux-nat.c: Fix comment.
6869
6870 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6871
6872 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6873 function signature.
6874
6875 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6876 have a sigcontext_addr handler.
6877 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6878 sigcontext_addr handler.
6879
6880 2003-05-31 Andrew Cagney <cagney@redhat.com>
6881
6882 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6883 (print_fp_register_row): Replace do_fp_register_row.
6884 (mips_print_fp_register): Add "file" and "frame" parameters.
6885 (mips_print_register): Add "file" and "frame" parameters.
6886 (mips_print_registers_info): Replace mips_do_registers_info.
6887 (mips_gdbarch_init): Set print_registers_info instead of
6888 deprecated_do_registers_info.
6889 (mips_read_fp_register_single): Add "frame" parameter.
6890 (mips_read_fp_register_double): Add "frame" parameter.
6891
6892 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6893
6894 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6895 Fixes a bug where GDB would print the wrong register names for
6896 targets without SSE.
6897
6898 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6899 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6900 registers.
6901
6902 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6903 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6904 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6905 TDEP->sc_sp_offset.
6906
6907 From Michal Ludvig <mludvig@suse.cz>:
6908 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6909 and `sc_num_regs'.
6910 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6911 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6912 I386_ST0_REGNUM): Move here from...
6913 * i386-tdep.c: ... here.
6914 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6915 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6916 registers if possible.
6917 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6918 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6919 Remove variables.
6920 (i386bsd_sc_reg_offset): New variable.
6921 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6922 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6923 TDEP->sc_sp_offset.
6924 (i386fbsd_sc_reg_offset): New variable.
6925 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6926 TDEP->sc_num_regs.
6927 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6928 variables.
6929 (i386fbsd4_sc_reg_offset): New variable.
6930 (i3864bsd4_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 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6934 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6935 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6936 Remove variables.
6937 (i386nbsd_sc_reg_offset): New variable.
6938 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6939 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6940 TDEP->sc_sp_offset.
6941 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6942 Remove variables.
6943 (i386obsd_sc_reg_offset): New variable.
6944 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6945 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6946 TDEP->sc_sp_offset.
6947 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6948 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6949 for frame pointer offset in `struct sigcontext'.
6950
6951 2003-05-31 Andrew Cagney <cagney@redhat.com>
6952
6953 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6954 architecture methods call_dummy_words, sizeof_call_dummy_words,
6955 push_return_address, store_struct_return, and fix_call_dummy. Set
6956 push_dummy_call instead of deprecated_push_arguments.
6957 (mips_store_struct_return): Delete function.
6958 (mips_fix_call_dummy): Delete function.
6959 (mips_push_return_address): Delete function.
6960 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6961 RA_REGNUM and T9_REGNUM.
6962 (mips_n32n64_push_dummy_call): Ditto for
6963 mips_n32n64_push_arguments.
6964 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6965 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6966
6967 2003-05-31 Andrew Cagney <cagney@redhat.com>
6968
6969 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6970 "dummy_addr" to "bp_addr".
6971 * infcall.c (call_function_by_hand): Pass "funaddr" to
6972 gdbarch_push_dummy_call.
6973 * gdbarch.h, gdbarch.c: Re-generate.
6974 * i386-tdep.c (i386_push_dummy_call): Update.
6975 * arm-tdep.c (arm_push_dummy_call): Update.
6976 * d10v-tdep.c (d10v_push_dummy_call): Update.
6977
6978 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6979
6980 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6981 variable declarations.
6982 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6983 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6984 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6985 x86_64_init_frame_pc, x86_64_init_frame_pc,
6986 x86_64_function_has_prologue): Remove prototypes.
6987 (X86_64_NUM_GREGS): New define.
6988 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6989 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6990 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6991 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6992 XMM1_REGNUM): Remove defines.
6993 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6994 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6995 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6996 X86_64_XMM1_REGNUM): New defines.
6997 (struct x86_64_register_info): Renamed from `struct
6998 register_info'. Remove `size' member.
6999 (x86_64_register_info_table): Remove variable.
7000 (x86_64_register_info): New variable.
7001 (X86_64_NUM_REGS): New define.
7002 (X86_64_NUM_GREGS): Remove define.
7003 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7004 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7005 Remove variables.
7006 (x86_54_dwarf2_reg_to_regnum): Remove function.
7007 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7008 (x86_64_dwarf_reg_to_regnum): New function.
7009 (x86_64_register_name): Rewrite.
7010 (x86_64_register_raw_size): Remove function.
7011 (x86_64_register_byte_table): Remove variable.
7012 (x86_64_register_byte): Remove function.
7013 (x86_64_register_virtual_type): Remove function.
7014 (x86_64_register_type): New function.
7015 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7016 x86_64_register_convert_to_raw): Remove functions.
7017 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7018 (x86_64_use_struct_convention): Make static. Adjust for renamed
7019 defines.
7020 (x86_64_frame_init_saved_regs): Remove function.
7021 (x86_64_push_arguments): Make static. Change to accept a regcache
7022 as argument.
7023 (x86_64_store_return_value, x86_64_extract_return_value): Make
7024 static. Rewrite based on i386 counterparts.
7025 (x86_64_push_dummy_call): New function.
7026 (X86_64_NUM_SAVED_REGS): New define.
7027 (x86_64_register_number): Remove function.
7028 (x86_64_store_struct_return): Remove function.
7029 (x86_64_frameless_function_invocation,
7030 x86_64_function_has_prologue): Remove functions.
7031 (PROLOG_BUFSIZE): Remove define.
7032 (struct x86_64_frame_cache): New structure.
7033 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7034 x86_64_frame_cache, x86_64_frame_this_id,
7035 x86_64_frame_prev_register, x86_64_frame_p,
7036 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7037 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7038 functions.
7039 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7040 variables.
7041 (x86_64_skip_prologue): Rewrite in terms of
7042 x86_64_analyze_prologue.
7043 (x86_64_frame_base_address): New function.
7044 (x86_64_frame_base): New variable.
7045 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7046 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7047 set deprecated_fp_regnum, deprecated_register_size,
7048 deprecated_register_bytes, register_raw_size, register_byte,
7049 register_virtual_type, register_convertiable,
7050 register_convert_to_virtual, convert_to_raw,
7051 deprecated_get_saved_register, deprecated_target_read_fp,
7052 deprecated_push_arguments, deprecated_push_return_address,
7053 deprecated_pop_frame, deprecated_store_struct_return,
7054 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7055 frameless_function_invocation, deprecated_frame_saved_pc,
7056 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7057 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7058 deprecated_init_frame_pc and virtual_frame_pointer. Call
7059 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7060 and x86_64_frame_p. Call frame_base_set_default to register
7061 x86_64_frame_base.
7062 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7063 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7064 (_initialize_x86_64_tdep): Remove function.
7065 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7066 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7067 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7068 define.
7069 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7070 (x86_64_linux_sigcontext_addr): Rewrite.
7071 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7072 x86_64_linux_frame_saved_pc): Remove functions.
7073 (x86_64_linux_pc_in_sigtramp): Renamed from
7074 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7075 trampoline.
7076 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7077 Remove_functions.
7078 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7079 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7080 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7081 (x86_64_regmap): Rename to regmap.
7082 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7083 x86_64_num_gregs.
7084 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7085 x86_64_regmap.
7086 (x86_64_fxsave_offset): Remove function.
7087 (supply_fpregset): Simply call x86_64_supply_fxsave.
7088 (fill_fpregset): Simply call x86_64_fill_fxsave.
7089 (fetch_inferior_registers, store_inferior_registers): Avoid
7090 asignment in if-statement.
7091 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7092 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7093 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7094 (fetch_core_registers): Remove function.
7095 (linux_elf_core_fns): Remove.
7096 (offsetoff): Don't define.
7097 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7098 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7099 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7100 add core-regset.o.
7101 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7102 protection against multiple includes instead of NM_X86_64_h. Add
7103 various comments. Include "config/nm-linux.h". Don't include
7104 <signal.h>.
7105 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7106 GET_THREAD_SIGNALS): Remove defines.
7107 (x86_64_register_u_addr, kernel_u_size,
7108 lin_thread_get_thread_signals): Remove prototypes.
7109 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7110 [HAVE_LINK_H]: Don't include "solib.h".
7111 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7112 * config/i386/tm-x86-64linux.h: Fix comments.
7113 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7114 x86-64-tdep.o): Update dependencies.
7115
7116 2003-05-30 Andrew Cagney <cagney@redhat.com>
7117
7118 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7119 Change parameter type to a "struct regcache *".
7120
7121 * gdbarch.sh: Regardless of the multi-arch level, always define
7122 the macro when not already defined.
7123 * gdbarch.h, gdbarch.c: Re-generate.
7124
7125 2003-05-30 Richard Henderson <rth@redhat.com>
7126
7127 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7128 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7129 (alpha_mdebug_frame_this_id): Likewise.
7130 (alpha_mdebug_frame_prev_register): Likewise.
7131 (alpha_mdebug_frame_base_address): Likewise.
7132 (alpha_mdebug_frame_locals_address): Likewise.
7133 (alpha_mdebug_frame_args_address): Likewise.
7134 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7135 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7136 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7137 loop increment.
7138 (alpha_heuristic_frame_this_id): Make static.
7139 (alpha_heuristic_frame_prev_register): Likewise.
7140 (alpha_heuristic_frame_base_address): Likewise.
7141 * alpha-tdep.h: Update.
7142
7143 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7144
7145 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7146 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7147 defenitions.
7148 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7149 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7150 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7151 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7152 I386_ST0_REGNUM): New defines.
7153 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7154 codestream_get): Remove define.
7155 (codestream_next_addr, condestream_addr, condestream_buf,
7156 codestream_off, codestream_cnt): Remove variables.
7157 (codestream_fill, codestream_seek, codestream_read): Remove
7158 functions.
7159 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7160 functionality.
7161 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7162 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7163 i386_frame_saved_pc, i386_saved_pc_after_call,
7164 i386_frame_num_args, i386_frame_init_saved_regs,
7165 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7166 i386_push_arguments): Remove functions.
7167 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7168 functionality. Use i386_analyze_prologue instead of
7169 i386_get_frame_setup.
7170 (I386_NUM_SAVED_REGS): New define.
7171 (struct i386_frame_cache): New structure.
7172 (i386_alloc_frame_cache, i386_analyze_struct_return,
7173 i386_skip_probe, i386_analyze_frame_setup,
7174 i386_analyze_register_saves, i386_analyze_prologue,
7175 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7176 i386_frame_prev_register, i386_sigtramp_frame_cache,
7177 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7178 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7179 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7180 New functions.
7181 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7182 New variables.
7183 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7184 I386_EAX_REGNUM and I386_EDX_REGNUM.
7185 (i386_extract_return_value, i386_store_return_value): Use
7186 I386_ST0_REGNUM where appropriate.
7187 (i386_extract_struct_value_address): Rewrite to use extract_address.
7188 (i386_svr4_pc_in_sigtramp): Add comment.
7189 (i386_svr4_sigcontext_addr): Rewrite.
7190 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7191 TDEP->sc_sp_offset.
7192 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7193 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7194 of new defines. Set push_dummy_call, don't set
7195 deprecated_push_arguments, deprecated_push_return_address,
7196 deprecated_pop_frame. Don't set parm_boundary. Don't set
7197 deprecated_frame_chain, deprecated_frame_saved_pc,
7198 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7199 save_dummy_frame_tos, unwind_pc. Call
7200 frame_unwind_append_predicate and frame_base_set_default. Don't
7201 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7202 Don't set frameless_function_invocation. Don't set
7203 deprecated_register_bytes, deprecated_register_size,
7204 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7205 * i386-linux-tdep.c: Fix formatting in some comments.
7206 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7207 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7208 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7209 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7210 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7211 redundant parentheses.
7212 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7213 (i386_linux_sigcontext_addr): Use it. Rewrite.
7214 (find_minsym_and_objfile): Change name of second argument.
7215 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7216 changed. Use frame_pc_unwind instead of
7217 DEPRECATED_SAVED_PC_AFTER_CALL.
7218 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7219 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7220 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7221 unwinder.
7222 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7223 "dummy-frame.h".
7224 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7225 (_initialize_i386_cygwin_tdep): New prototype.
7226 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7227 deprecated_frame_chain_valid.
7228 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7229 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7230 Rely on the SVR4 defaults.
7231 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7232 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7233
7234 2003-05-30 Andrew Cagney <cagney@redhat.com>
7235
7236 * infcall.c (call_function_by_hand): Always call
7237 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7238
7239 2003-05-30 Richard Henderson <rth@redhat.com>
7240
7241 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7242 increment.
7243
7244 2003-05-29 Jim Blandy <jimb@redhat.com>
7245
7246 Use gdbarch methods for solib stuff on PowerPC Linux.
7247 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7248 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7249 show through.
7250 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7251 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7252 giving the same effect as the #definitions above.
7253
7254 2003-05-29 Adam Fedor <fedor@gnu.org>
7255
7256 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7257 (find_implementation_from_class): Replace it with the standard
7258 case i.e. do nothing.
7259
7260 2003-05-29 Richard Henderson <rth@redhat.com>
7261
7262 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7263 (alpha_linux_sigtramp_offset): Use it. Make static.
7264 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7265 update for new frame model.
7266 * alpha-mdebug-tdep.c: New file.
7267 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7268 (alpha_osf1_init_abi): Install it.
7269 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7270 (linked_proc_desc_table): Remove.
7271 (alpha_frame_past_sigtramp_frame): Remove.
7272 (alpha_dynamic_sigtramp_offset): Remove.
7273 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7274 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7275 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7276 (push_sigtramp_desc): Remove.
7277 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7278 (alpha_cannot_store_register): Likewise.
7279 (alpha_sigcontext_addr): Remove.
7280 (alpha_find_saved_regs): Remove.
7281 (alpha_frame_init_saved_regs): Remove.
7282 (alpha_init_frame_pc_first): Remove.
7283 (read_next_frame_reg): Remove.
7284 (alpha_frame_saved_pc): Remove.
7285 (alpha_saved_pc_after_call): Remove.
7286 (temp_proc_desc, temp_saved_regs): Remove.
7287 (alpha_about_to_return): Remove.
7288 (cached_proc_desc): Remove.
7289 (alpha_frame_chain): Remove.
7290 (alpha_print_extra_frame_info): Remove.
7291 (alpha_init_extra_frame_info): Remove.
7292 (alpha_frame_locals_address): Remove.
7293 (alpha_frame_args_address): Remove.
7294 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7295 (alpha_push_dummy_frame): Remove.
7296 (alpha_pop_frame): Remove.
7297 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7298 (alpha_read_insn): New.
7299 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7300 for different insn encodings.
7301 (alpha_in_lenient_prologue): Remove.
7302 (struct alpha_sigtramp_unwind_cache): New.
7303 (alpha_sigtramp_frame_unwind_cache): New.
7304 (alpha_sigtramp_register_address): New.
7305 (alpha_sigtramp_frame_this_id): New.
7306 (alpha_sigtramp_frame_prev_register): New.
7307 (alpha_sigtramp_frame_unwind): New.
7308 (alpha_sigtramp_frame_p): New.
7309 (struct alpha_heuristic_unwind_cache): New.
7310 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7311 don't count nop insns that occur between functions.
7312 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7313 heuristic_proc_desc, but without the mdebug wrapping.
7314 (alpha_heuristic_frame_this_id): New.
7315 (alpha_heuristic_frame_prev_register): New.
7316 (alpha_heuristic_frame_unwind): New.
7317 (alpha_heuristic_frame_p): New.
7318 (alpha_heuristic_frame_base_address): New.
7319 (alpha_heuristic_frame_base): New.
7320 (alpha_unwind_dummy_id): New.
7321 (alpha_unwind_pc): New.
7322 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7323 frame related deprecated initializations; install replacements.
7324 (alpha_dump_tdep): Remove.
7325 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7326 (alpha_read_insn, alpha_after_prologue,
7327 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7328 alpha_heuristic_frame_prev_register,
7329 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7330 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7331 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7332 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7333
7334 2003-05-29 Andrew Cagney <cagney@redhat.com>
7335
7336 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7337 dependant on the availability of ASSERT_FUNCTION.
7338 (ASSERT_FUNCTION): Do not define when there is no function name.
7339
7340 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7341
7342 From Jimi X <jimix@watson.ibm.com>:
7343 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7344
7345 2003-05-28 Jim Blandy <jimb@redhat.com>
7346
7347 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7348 argument to ptrace to int; the system headers should give it the
7349 right type, and pointers don't fit in ints on powerpc64-*-*.
7350
7351 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7352
7353 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7354 DW_TAG_catch_block.
7355
7356 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7357
7358 * stabsread.c (dbx_lookup_type): Make static.
7359 (read_type): Ditto.
7360 (add_undefined_type): Ditto.
7361 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7362 not export.
7363
7364 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7365
7366 * hpread.c (hpread_has_name): Make static.
7367 (hpread_psymtab_to_symtab): Ditto.
7368 (file_exists): Ditto.
7369 (hpread_call_pxdb): Ditto.
7370 (hpread_pxdb_needed): Ditto.
7371 (hpread_quick_traverse): Ditto.
7372 (hpread_get_header): Ditto.
7373 (hpread_get_lntt): Ditto.
7374 (hpread_get_slt): Ditto.
7375 (class_of): Ditto.
7376
7377 2003-05-25 Andreas Schwab <schwab@suse.de>
7378
7379 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7380 stack_align and deprecated_extra_stack_alignment_needed.
7381 (m68k_stack_align): Delete.
7382
7383 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7384 (m68k_register_virtual_size): Likewise.
7385 (altos_skip_prologue): Remove obsolete function.
7386 (isi_frame_num_args): Likewise.
7387 (news_frame_num_args): Likewise.
7388 (m68k_fix_call_dummy): Make static.
7389 (m68k_push_dummy_frame): Likewise.
7390 (m68k_pop_frame): Likewise.
7391 (m68k_skip_prologue): Likewise.
7392 (m68k_frame_init_saved_regs): Likewise.
7393 (m68k_saved_pc_after_call): Likewise.
7394 (m68k_get_longjmp_target): Make multi-arch.
7395 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7396 structure. Register m68k_get_longjmp_target if enabled.
7397 * m68k-tdep.h (struct gdbarch_tdep): Define.
7398 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7399
7400 * Makefile.in (config.status): Also depend on configure.tgt
7401 and configure.host.
7402 (m68klinux-tdep.o): Update dependencies.
7403 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7404 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7405 (M68K_LINUX_JB_PC): Define.
7406 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7407 and take additional parameter.
7408 (m68k_linux_sigtramp_saved_pc): Update.
7409 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7410 m68k_linux_pc_in_sigtramp, in_plt_section,
7411 find_solib_trampoline_target.
7412 * config/m68k/tm-linux.h: Don't include any tm headers.
7413 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7414 (JB_ELEMENT_SIZE): Likewise.
7415 (JB_PC): Likewise.
7416 (GET_LONGJMP_TARGET): Likewise.
7417 (IN_SIGTRAMP): Likewise.
7418 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7419
7420 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7421
7422 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7423 (sparc32_push_arguments): Re-implement by calling
7424 sparc32_do_push_arguments.
7425
7426 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7427
7428 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7429 SPARC_O1_REGNUM): New defines.
7430 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7431 (sparc32_store_return_value): New function.
7432 (sparc_extract_struct_value_address): Rewrite to operate on a
7433 regcache.
7434 (sparc_gdbarch_init): Don't set
7435 deprecated_extract_struct_value_address. Set
7436 extract_struct_value_address instead. Don't set
7437 deprecated_extract_return_value and deprecated_store_return_value
7438 for 32-bit targets. Set extract_return_value and
7439 store_return_value instead.
7440 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7441 DEPRECTAED_EXTRACT_RETURN_VALUE,
7442 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7443 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7444 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7445 (sparc_store_return_value): Remove prototype.
7446 (sparc32_store_return_value): New prototype.
7447 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7448 Adjust prototypes.
7449
7450 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7451
7452 * sparcnbsd-tdep.c: Include "gdb_string.h".
7453
7454 2003-05-23 Andrew Cagney <cagney@redhat.com>
7455
7456 * p-valprint.c (pascal_val_print): Replace extract_address with
7457 the inline equivalent extract_unsigned_integer.
7458 * jv-valprint.c (java_value_print): Ditto.
7459 * ada-valprint.c (ada_val_print_1): Ditto.
7460 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7461
7462 2003-05-23 Theodore A. Roth <troth@openavr.org>
7463
7464 * blockframe.c (frameless_look_for_prologue): Remove unused
7465 after_prologue variable.
7466
7467 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7468
7469 * blockframe.c (get_pc_function_start): Rewrite to avoid
7470 asignments in if-statements.
7471
7472 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7473
7474 Committed by Elena Zannoni <ezannoni@redhat.com>.
7475 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7476 files, don't relocate absolute symbols (and do use mst_abs).
7477
7478 2003-05-23 Andrew Cagney <cagney@redhat.com>
7479
7480 * objc-lang.c: Include "gdb_assert.h".
7481 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7482 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7483 (gdb_check, gdb_check_fatal): Delete functions.
7484 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7485 gdb_assert.
7486 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7487 * Makefile.in (objc-lang.o): Update dependencies.
7488
7489 2003-05-22 Ian Lance Taylor <ian@airs.com>
7490
7491 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7492 with fprintf_filtered, not fprintf_unfiltered.
7493
7494 2003-05-22 Andrew Cagney <cagney@redhat.com>
7495
7496 * stack.c (frame_info): Inline extract_address, replacing it with
7497 extract_unsigned_integer.
7498 * findvar.c (unsigned_pointer_to_address): Ditto.
7499 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7500 * dwarf2expr.c (dwarf2_read_address): Ditto.
7501 * frame.c (frame_pc_unwind): Update comment.
7502 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7503
7504 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7505
7506 * infptrace.c (detach): Call print_sys_errmsg rather than
7507 perror_with_name to issue warning message when errno is non-zero
7508 after calling ptrace detach.
7509
7510 2003-05-21 J. Brobecker <brobecker@gnat.com>
7511
7512 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7513 macro definitions from here...
7514 * hppa-tdep.c: ...to there.
7515
7516 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7517
7518 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7519 register_ptrace_addr(). Fix all callers.
7520
7521 2003-05-21 Andreas Schwab <schwab@suse.de>
7522
7523 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7524 dependencies.
7525 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7526 end.
7527 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7528 (_initialize_m68k_linux_tdep): New function.
7529 (m68k_linux_frame_saved_pc): Make static.
7530 (m68k_linux_extract_return_value): Likewise.
7531 (m68k_linux_store_return_value): Likewise.
7532 (m68k_linux_extract_struct_value_address): Likewise.
7533 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7534 Remove.
7535 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7536 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7537 (DEPRECATED_FRAME_SAVED_PC): Remove.
7538
7539 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7540
7541 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7542 regset numbering rather than our own.
7543
7544 2003-05-19 David Carlton <carlton@bactrian.org>
7545
7546 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7547
7548 2003-05-19 David Carlton <carlton@bactrian.org>
7549
7550 Partial fix for PR c++/827.
7551 * cp-support.h: Include symtab.h.
7552 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7553 * cp-namespace.c: Update contributors.
7554 (cp_lookup_symbol_nonlocal): New.
7555 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7556 (lookup_symbol_file): Ditto.
7557 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7558 * block.h: Declare block_scope, block_using, block_global_block.
7559 * block.c (block_scope): New.
7560 (block_using, block_global_block): Ditto.
7561 * Makefile.in (cp_support_h): Depend on symtab_h.
7562 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7563
7564 2003-05-19 David Carlton <carlton@bactrian.org>
7565
7566 * language.h (struct language_defn): Add 'la_value_of_this'
7567 and 'la_lookup_symbol_nonlocal' members.
7568 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7569 lookup_symbol_static, lookup_symbol_global,
7570 lookup_symbol_aux_block.
7571 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7572 if we should search fields of this and how to do static/global
7573 lookup.
7574 (lookup_symbol_aux_block): Make extern.
7575 (basic_lookup_symbol_nonlocal): New.
7576 (lookup_symbol_static, lookup_symbol_global): Ditto.
7577 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7578 'la_lookup_symbol_nonlocal' members.
7579 * c-lang.c (c_language_defn, cplus_language_defn)
7580 (asm_language_defn, minimal_language_defn): Ditto.
7581 * jv-lang.c (java_language_defn): Ditto.
7582 * language.c (unknown_language_defn, auto_language_defn)
7583 (local_language_defn): Ditto.
7584 * m2-lang.c (m2_language_defn): Ditto.
7585 * objc-lang.c (objc_language_defn): Ditto.
7586 * scm-lang.c (scm_language_defn): Ditto.
7587 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7588 * p-lang.c (pascal_language_defn): Ditto for both.
7589 * Makefile.in (f-lang.o): Depend on value_h.
7590 (p-lang.o): Ditto.
7591
7592 2003-05-19 David Carlton <carlton@bactrian.org>
7593
7594 * block.h: Declare block_static_block.
7595 * block.c (block_static_block): New.
7596 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7597 lookup_symbol_aux_local, calling block_static_block instead.
7598 (lookup_symbol_aux_local): Delete 'static_block' argument.
7599
7600 2003-05-19 David Carlton <carlton@bactrian.org>
7601
7602 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7603
7604 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7605
7606 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7607 register numbers mapping.
7608
7609 2003-05-18 Adam Fedor <fedor@gnu.org>
7610
7611 * symtab.c (completion_list_objc_symbol): New function.
7612 (make_symbol_completion_list): Use it to add ObjC symbols
7613 when looking though the list.
7614 (language_search_unquoted_string): New function.
7615 (make_file_symbol_completion_list): Use it.
7616
7617 2003-05-18 Andreas Schwab <schwab@suse.de>
7618
7619 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7620 dependencies.
7621 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7622 as m68k_linux_extract_return_value.
7623 (DEPRECATED_STORE_RETURN_VALUE): Define as
7624 m68k_linux_store_return_value.
7625 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7626 m68k_linux_extract_struct_value_address.
7627 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7628 get_next_frame, get_frame_base, get_frame_pc.
7629 (m68k_linux_frame_saved_pc): Use get_frame_base.
7630 (m68k_linux_extract_return_value): New function.
7631 (m68k_linux_store_return_value): New function.
7632 (m68k_linux_extract_struct_value_address): New function.
7633 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7634
7635 * c-exp.y (typebase): Remove duplicate occurence of
7636 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7637 of lookup_signed_typename.
7638
7639 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7640
7641 * dwarf2loc.c (find_location_expression): Change type of second
7642 argument to `size_t *'.
7643 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7644 for size variable.
7645
7646 2003-05-18 David Carlton <carlton@bactrian.org>
7647
7648 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7649 'linkage_name'. Add comment.
7650 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7651 'linkage_name'.
7652 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7653 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7654 (lookup_block_symbol): Ditto.
7655
7656 2003-05-16 Andrew Cagney <cagney@redhat.com>
7657
7658 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7659 * gdbarch.h, gdbarch.c: Re-generate.
7660 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7661 * TODO (REGISTER_BYTES): Delete reference.
7662 * alpha-tdep.c (alpha_gdbarch_init): Update.
7663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7664 * x86-64-tdep.c (x86_64_init_abi): Update.
7665 * vax-tdep.c (vax_gdbarch_init): Update.
7666 * v850-tdep.c (v850_gdbarch_init): Update.
7667 * sparc-tdep.c (sparc_gdbarch_init): Update.
7668 * sh-tdep.c (sh_gdbarch_init): Update.
7669 * s390-tdep.c (s390_gdbarch_init): Update.
7670 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7671 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7672 (ns32k_gdbarch_init_32382): Update.
7673 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7674 * mcore-tdep.c (mcore_gdbarch_init): Update.
7675 * m68k-tdep.c (m68k_gdbarch_init): Update.
7676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7677 * ia64-tdep.c (ia64_gdbarch_init): Update.
7678 * i386-tdep.c (i386_gdbarch_init): Update.
7679 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7680 * hppa-tdep.c (hppa_gdbarch_init): Update.
7681 * h8300-tdep.c (h8300_gdbarch_init): Update.
7682 * frv-tdep.c (frv_gdbarch_init): Update.
7683 * cris-tdep.c (cris_gdbarch_init): Update.
7684 * avr-tdep.c (avr_gdbarch_init): Update.
7685 * arm-tdep.c (arm_gdbarch_init): Update.
7686 * sparc-tdep.c (sparc_pop_frame): Update.
7687 * rs6000-tdep.c (rs6000_pop_frame): Update.
7688 * remote.c (init_remote_state): Update.
7689 (remote_prepare_to_store): Update.
7690 * remote-vx.c (vx_prepare_to_store): Update.
7691 * remote-sds.c (sds_fetch_registers): Update.
7692 (sds_prepare_to_store): Update.
7693 * remote-array.c: Update.
7694 * regcache.c (init_legacy_regcache_descr): Update.
7695 (init_regcache_descr): Update.
7696 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7697 (mips_o64_extract_return_value): Update.
7698 * irix5-nat.c (fetch_core_registers): Update.
7699 * irix4-nat.c (fetch_core_registers): Update.
7700 * i386-tdep.h: Update.
7701 * hppa-tdep.c (pa_do_registers_info): Update.
7702 (pa_do_strcat_registers_info): Update.
7703 * cris-tdep.c (cris_register_bytes_ok): Update.
7704 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7705 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7706 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7707 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7708 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7709 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7710 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7711 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7712 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7713 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7714 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7715 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7716 (REGISTER_BYTES_OK): Update.
7717 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7718 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7719
7720 2003-05-16 Ian Lance Taylor <ian@airs.com>
7721
7722 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7723 (vax_print_insn, print_insn_arg): Remove static functions.
7724 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7725 print_insn_vax from opcodes library.
7726 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7727
7728 2003-05-15 Andrew Cagney <cagney@redhat.com>
7729
7730 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7731 * target.h (memory_breakpoint_from_pc): Delete declaration.
7732 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7733 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7734 * monitor.c (monitor_insert_breakpoint): Use
7735 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7736 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7737 * gdbarch.h, gdbarch.c: Re-generate.
7738 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7739 (sparc_gdbarch_init): Set breakpoint_from_pc to
7740 sparc_breakpoint_from_pc.
7741 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7742 (BREAKPOINT_FROM_PC): Define.
7743 (sparc_breakpoint_from_pc): Declare.
7744 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7745 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7746 (BREAKPOINT_FROM_PC): Define.
7747 (BREAKPOINT): Delete macro.
7748 * target.h: Update comment.
7749 * s390-tdep.c (s390_gdbarch_init): Update comments.
7750 * remote.c: Update comments.
7751 * remote-mips.c: Update comments.
7752 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7753 * mem-break.c: Update comment.
7754 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7755 (ia64_memory_insert_breakpoint): Update.
7756 * config/sparc/tm-sparc.h: Update comment.
7757 * config/pa/tm-hppa64.h: Update comment.
7758 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7759 (rs6000_breakpoint_from_pc): Update.
7760 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7761 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7762 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7763 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7764 (mips_breakpoint_from_pc): Update.
7765 (mips_dump_tdep): Update.
7766
7767 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7768 * minsyms.c (lookup_minimal_symbol): Inline
7769 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7770
7771 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7772 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7773 * p-lang.c (pascal_printstr): Ditto.
7774 * objc-lang.c (objc_printstr): Ditto.
7775 * m2-lang.c (m2_printstr): Ditto.
7776 * jv-valprint.c (java_print_value_fields): Ditto.
7777 * f-lang.c (f_printstr): Ditto.
7778 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7779 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7780 for repeat_count_threshold.
7781 * Makefile.in (cp-valprint.o): Update dependencies.
7782
7783 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7784
7785 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7786 (examine_prologue): Support looking through leaf functions, knowing
7787 they start with mov r2,r12. Support skipping over indirect stores
7788 of the input registers. Upon hitting a non-nop branch instruction
7789 or predicated instruction, bail out by setting lim_pc to the current
7790 pc value in the loop. At the end, if the lim_pc value is still
7791 beyond our calculated value and we have trust_limit set,
7792 use the lim_pc value.
7793
7794 2003-05-15 Andrew Cagney <cagney@redhat.com>
7795
7796 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7797 generic_find_dummy_frame.
7798 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7799 (deprecated_generic_find_dummy_frame): Update.
7800 (deprecated_read_register_dummy): Update.
7801 * frame.c (deprecated_generic_get_saved_register): Update.
7802
7803 2003-05-15 Theodore A. Roth <troth@openavr.org>
7804
7805 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7806 (avr_gdbarch_init): Set breakpoint_from_pc method.
7807
7808 2003-05-15 Andrew Cagney <cagney@redhat.com>
7809
7810 * regcache.c (build_regcache): Set deprecated_register_valid
7811 directly.
7812 (deprecated_grub_regcache_for_register_valid): Delete function.
7813 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7814 declaration.
7815
7816 2003-05-15 David Carlton <carlton@bactrian.org>
7817
7818 Committed by Elena Zannoni <ezannoni@redhat.com>
7819 * symtab.c (lookup_symbol_aux): Delete calls to
7820 lookup_symbol_aux_minsyms.
7821 (lookup_symbol_aux_minsyms): Comment out function and
7822 prototype. Delete lookup by mangled name.
7823
7824 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7825
7826 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7827 correctly indicate an empty stack and ``stack_allocated'' to the
7828 indicate the number of elements initially allocated.
7829 (dwarf_expr_grow_stack): Simplify method for computing new
7830 stack size. Don't loop infinitely if ``stack_len'' is zero.
7831 (execute_stack_op): Move ``ctx->in_reg'' initialization
7832 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7833 be used in conjuction with DW_OP_piece. Revise error message
7834 accordingly.
7835
7836 2003-05-14 Theodore A. Roth <troth@openavr.org>
7837
7838 * MAINTAINERS: Update my email address.
7839 * avr-tdep.c: Ditto.
7840
7841 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7842
7843 * symtab.h (enum domain_enum): Rename from namespace_enum.
7844 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7845 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7846 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7847 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7848 TYPES_NAMESPACE, METHODS_NAMESPACE.
7849 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7850 (struct symbol, struct partial_symbol): Rename field
7851 'namespace_enum namespace' to 'domain_enum domain'.
7852 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7853 Delete old define kludge for namespace.
7854
7855 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7856 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7857 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7858 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7859 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7860 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7861 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7862 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7863 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7864 occurrences of the above.
7865
7866 2003-05-14 Ian Lance Taylor <ian@airs.com>
7867
7868 * Makefile.in (install-only): Use $(SHELL) when running
7869 mkinstalldirs.
7870
7871 2003-05-13 Ian Lance Taylor <ian@airs.com>
7872
7873 * MAINTAINERS (write after approval): Add myself.
7874
7875 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7876 second and third arguments.
7877 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7878 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7879
7880 2003-05-13 Andrew Cagney <cagney@redhat.com>
7881
7882 * defs.h (store_address): Delete declaration.
7883 findvar.c (store_address): Delete function.
7884 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7885 store_unsigned_integer.
7886 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7887 * v850-tdep.c (v850_push_arguments): Ditto.
7888 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7889 * sh-tdep.c (sh64_get_saved_register): Ditto.
7890 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7891 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7892 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7893 (mips_get_saved_register): Ditto.
7894 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7895 (find_func_descr, ia64_push_arguments): Ditto.
7896 * i386-tdep.c (i386_push_arguments): Ditto.
7897 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7898 * frv-tdep.c (frv_push_arguments): Ditto.
7899 * frame.c (legacy_saved_regs_prev_register): Ditto.
7900 (deprecated_generic_get_saved_register): Ditto.
7901 * findvar.c (unsigned_address_to_pointer): Ditto.
7902 * dwarf2read.c (dwarf2_const_value): Ditto.
7903 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7904 * alpha-tdep.c (alpha_push_arguments): Ditto.
7905
7906 2003-05-12 J. Brobecker <brobecker@gnat.com>
7907
7908 * NEWS: Mention that the hppa-hpux port has been partially
7909 multiarched (32bit ABIT only, so far).
7910
7911 2003-05-11 Andrew Cagney <cagney@redhat.com>
7912
7913 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7914 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7915 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7916 sim/testsuite/sim/arm/misaligned2.ms, and
7917 sim/testsuite/sim/arm/misaligned3.ms.
7918 * disasm.h (struct ui_file): Add opaque struct declaration.
7919 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7920 * frame.h (struct ui_file): Ditto.
7921
7922 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7923
7924 * value.h: Pretty print.
7925
7926 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7927
7928 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7929
7930 2003-05-08 Andrew Cagney <cagney@redhat.com>
7931
7932 * regcache.h (max_register_size): Delete declaration.
7933 * regcache.c (max_register_size): Delete function.
7934 (struct regcache_descr): Delete field "max_register_size".
7935 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7936 registers fit in MAX_REGISTER_SIZE.
7937 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7938 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7939 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7940 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7941 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7942 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7943 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7944 * dve3900-rom.c, hppa-tdep.c: Ditto.
7945
7946 2003-05-08 David Carlton <carlton@math.stanford.edu>
7947
7948 * valops.c (push_word): Fix typo.
7949
7950 2003-05-08 Andrew Cagney <cagney@redhat.com>
7951
7952 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7953 * gdbarch.h: Re-generate.
7954 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7955 (legacy_max_register_raw_size): Delete declaration.
7956 * regcache.c (legacy_max_register_raw_size): Delete function.
7957 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7958 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7959 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7960 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7961 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7962 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7963 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7964 * findvar.c, dwarf2cfi.c: Ditto.
7965
7966 2003-05-08 Andrew Cagney <cagney@redhat.com>
7967
7968 * mips-tdep.c (read_signed_register): New function, moved to here
7969 from "regcache.c".
7970 (read_signed_register_pid): Ditto.
7971 * regcache.c (read_signed_register_pid): Delete function, moved to
7972 "mips-tdep.c".
7973 (read_signed_register): Ditto.
7974 * regcache.h (read_signed_register): Delete declaration.
7975 (read_signed_register_pid): Delete declaration.
7976
7977 2003-05-08 Andrew Cagney <cagney@redhat.com>
7978
7979 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7980 * gdbarch.h: Re-generate.
7981 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7982 (legacy_max_register_virtual_size): Delete declaration.
7983 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7984 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7985 * tracepoint.c (memrange_sortmerge): Ditto.
7986 * sparc-tdep.c (sparc_print_registers): Ditto.
7987 * regcache.c (legacy_max_register_virtual_size): Delete function.
7988
7989 2002-05-08 J. Brobecker <brobecker@gnat.com>
7990
7991 * fork-child.c (escape_bang_in_quoted_argument): New function.
7992 (fork_inferior): Escape '!' characters in quoted arguments
7993 only when needed.
7994
7995 2003-05-08 J. Brobecker <brobecker@gnat.com>
7996
7997 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7998 the language of the CU is not currently supported by GDB.
7999
8000 2003-05-08 J. Brobecker <brobecker@gnat.com>
8001
8002 * defs.h (language): Add language_minimal enum value.
8003 * c-lang.c (minimal_language_defn): New language definition.
8004 (_initialize_c_language): Add the new minimal language to the list
8005 of languages known to GDB.
8006
8007 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8008
8009 * frame.c (get_frame_type): Don't attempt to lazily initialize
8010 frame's unwinder for legacy frames.
8011
8012 2003-05-07 Andrew Cagney <cagney@redhat.com>
8013
8014 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8015 and "regcache" parameters.
8016 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8017
8018 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8019
8020 * dwarf2read.c (dwarf_decode_lines): Only use output of
8021 check_cu_functions() when calling record_line(). Do not update
8022 the current address.
8023
8024 2003-05-07 Andrew Cagney <cagney@redhat.com>
8025
8026 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8027 code.
8028
8029 2003-05-07 Jim Blandy <jimb@redhat.com>
8030
8031 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8032 'maint info symtabs' and 'maint info psymtabs'.
8033 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8034 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8035 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8036 Declarations updated.
8037 * maint.c (maintenance_list_command): Delete.
8038 (_initialize_maint_cmds): Update calls to add_cmd.
8039 * gdbcmd.h (maintenancelistlist): Delete declaration.
8040 * cli/cli-cmds.c (maintenancelistlist): Delete.
8041 (init_cmd_lists): Don't initialize it.
8042 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8043
8044 2003-05-07 Andrew Cagney <cagney@redhat.com>
8045
8046 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8047 "regcache".
8048 (d10v_print_registers_info): Update.
8049 (d10v_dmap_register, d10v_imap_register): Delete functions.
8050 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8051 and "imap_register".
8052 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8053 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8054 * arch-utils.c (generic_remote_translate_xfer_address): Add
8055 "regcache" and "gdbarch" parameters.
8056 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8057 parameter. Change class to multi-arch.
8058 * gdbarch.h, gdbarch.c: Re-generate.
8059 * remote.c (remote_xfer_memory): Use
8060 gdbarch_remote_translate_xfer_address.
8061
8062 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8063
8064 * infrun.c (prev_pc): Move declaration ahead of proceed().
8065 (proceed): Refresh prev_pc value before resuming.
8066 (stop_stepping): Remove code to refresh prev_pc.
8067
8068 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8069
8070 * nto-tdep.c: Removed stray comment.
8071
8072 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8073
8074 * i386-nto-tdep.c: Fix old K&R function definitions.
8075 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8076 Also change add_show_from_set() call to add_setshow_cmd().
8077 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8078
8079 2003-05-05 Andrew Cagney <cagney@redhat.com>
8080
8081 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8082 (fprint_dummy_frames): New function.
8083 (maintenance_print_dummy_frames): New function.
8084 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8085 * frame.c (fprint_frame_id): Make global.
8086 * frame.h (fprint_frame_id): Declare.
8087 * Makefile.in (dummy-frame.o): Update dependencies.
8088
8089 2003-05-05 Andrew Cagney <cagney@redhat.com>
8090
8091 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8092 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8093 SIZEOF_CALL_DUMMY_WORDS.
8094 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8095 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8096 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8097 CALL_DUMMY_BREAKPOINT_OFFSET.
8098 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8099 CALL_DUMMY_START_OFFSET.
8100 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8101 * gdbarch.h, gdbarch.c: Re-generate.
8102 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8103 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8104 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8105 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8106 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8107 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8108 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8109 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8110 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8111 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8112 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8113 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8114 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8115 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8116 * config/sparc/tm-sparc.h: Update.
8117
8118 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8119
8120 * configure.tgt: Add i[3456]86-*-nto*.
8121 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8122 * nto-tdep.c: New file. Neutrino target support routines.
8123 * nto-tdep.h: New file. Neutrino target header.
8124 * config/tm-qnxnto.h: New file.
8125 * config/i386/i386nto.mt: New file.
8126 * config/i386/tm-i386nto.h: New file.
8127
8128 2003-05-04 Andrew Cagney <cagney@redhat.com>
8129
8130 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8131 (load_infrun_state): Ditto.
8132 (struct thread_info): Drop "prev_func_name" field.
8133 * thread.c (load_infrun_state): Update.
8134 (save_infrun_state): Update.
8135 * infrun.c (prev_func_name): Delete variable.
8136 (init_wait_for_inferior): Do not clear prev_func_name.
8137 (stop_stepping, keep_going, context_switch): Do not swap
8138 prev_func_name.
8139 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8140 instead of PC_IN_SIGTRAMP.
8141
8142 2003-05-04 Andrew Cagney <cagney@redhat.com>
8143
8144 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8145 REGISTER_BYTE with register_offset_hack.
8146 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8147 that REGISTER_BYTE is consistent with the regcache.
8148 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8149 * gdbarch.h, gdbarch.c: Regenerate.
8150
8151 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8152
8153 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8154 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8155
8156 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8157
8158 2003-05-03 J. Brobecker <brobecker@gnat.com>
8159
8160 From Thierry Schneider <tpschneider1@yahoo.com>
8161 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8162 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8163 (mi-cmd-symbol.o): Add rule.
8164
8165 2003-05-03 Andrew Cagney <cagney@redhat.com>
8166
8167 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8168 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8169 * gdbarch.h, gdbarch.c: Re-generate.
8170 * d10v-tdep.c (d10v_push_dummy_code): New function.
8171 (d10v_gdbarch_init): Set push_dummy_code.
8172 * infcall.c (legacy_push_dummy_code): New function.
8173 (generic_push_dummy_code): New function.
8174 (push_dummy_code): New function.
8175 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8176 instead of dummy_addr, to push_dummy_call. Move call to
8177 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8178 switch.
8179 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8180
8181 2003-05-03 Andrew Cagney <cagney@redhat.com>
8182
8183 * disasm.h (print_insn): Declare.
8184 * disasm.c (init_gdb_disassemble_info): New function.
8185 (gdb_disassembly): Call init_gdb_disassemble_info.
8186 (gdb_print_insn): New function.
8187 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8188 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8189 * mcore-tdep.c: Include "disasm.h"
8190 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8191 * d10v-tdep.c: Include "disasm.h".
8192 (display_trace): Call gdb_print_insn, instead of print_insn.
8193 (print_insn): Delete function.
8194 * printcmd.c: Include "disasm.h".
8195 (print_insn): Delete function.
8196 (print_formatted): Call gdb_print_insn, instead of print_insn.
8197 * Makefile.in (printcmd.o): Update dependencies.
8198 (mcore-tdep.o, d10v-tdep.o): Ditto.
8199
8200 2003-05-02 Andrew Cagney <cagney@redhat.com>
8201
8202 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8203 PC_REGNUM, re-indent.
8204 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8205 PC_REGNUM isn't set.
8206
8207 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8208 * gdbarch.h, gdbarch.c: Re-generate.
8209 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8210 register_virtual_size, pc_regnum, or register_bytes.
8211 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8212 (d10v_register_type): Use D10V_PC_REGNUM.
8213 (d10v_print_registers_info, d10v_read_pc): Ditto.
8214 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8215 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8216
8217 2003-05-02 David Carlton <carlton@bactrian.org>
8218
8219 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8220 the name with mstrsave.
8221
8222 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8223
8224 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8225 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8226 (host_charset_name, target_charset_name): New vars for use by
8227 set/show commands.
8228 (host_charset_enum, target_charset_enum): New enums for set/show
8229 commands.
8230 (set_charset_sfunc, set_host_charset_sfunc,
8231 set_target_charset_sfunc): New functions.
8232 (set_host_charset, set_target_charset): Make static.
8233 (list_charsets, set_host_charset_command,
8234 set_target_charset_command): Delete functions.
8235 (show_charset_command): Rewrite as....
8236 (show_charset): Hook this up with the set/show command mechanism.
8237 (_initialize_charset): Change names of charsets to match the
8238 set/show enums. Use host_charset_name and target_charset_name.
8239 Use set/show mechanism for charset, host-charset, target-charset
8240 commands. Do not make 'show host-charset' and 'show
8241 target-charset' be aliases of 'show charset'.
8242
8243 * charset.h (set_host_charset, set_target_charset): Don't export,
8244 they are not used outside the file.
8245
8246 2003-05-01 Andrew Cagney <cagney@redhat.com>
8247
8248 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8249 (gdb_disassembly): Make "di" non static, always initialize and
8250 cleanup. Always use dis_asm_read_memory.
8251 (gdb_dis_asm_read_memory): Delete function.
8252
8253 2003-05-01 Andrew Cagney <cagney@redhat.com>
8254
8255 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8256 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8257
8258 2003-04-30 Andrew Cagney <cagney@redhat.com>
8259
8260 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8261 "tm_print_insn_info".
8262 (TARGET_PRINT_INSN_INFO): Delete macro.
8263 (dis_asm_read_memory): Delete function declaration.
8264 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8265 (tm_print_insn_info): Delete variable definition.
8266 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8267 * gdbarch.h, gdbarch.c: Re-generate.
8268 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8269 "deprecated_tm_print_insn_info".
8270 * mcore-tdep.c (mcore_dump_insn): Ditto.
8271 * mips-tdep.c (mips_gdbarch_init): Ditto.
8272 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8273 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8274 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8275 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8276 instead of TARGET_PRINT_INSN_INFO, add comment.
8277 * s390-tdep.c (s390_get_frame_info): Instead of
8278 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8279 (s390_check_function_end, s390_is_sigreturn): Ditto.
8280 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8281 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8282 * disasm.c: Include "gdbcore.h".
8283 (_initialize_disasm): New function, initialize
8284 "deprecated_tm_print_insn_info".
8285 (deprecated_tm_print_insn_info): New variable.
8286 (dis_asm_read_memory): Moved from "corefile.c", made static.
8287 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8288 * Makefile.in (disasm.o): Update dependencies.
8289
8290 2003-04-30 Andrew Cagney <cagney@redhat.com>
8291
8292 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8293
8294 2003-04-29 Adam Fedor <fedor@gnu.org>
8295
8296 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8297 * infcall.c (find_function_addr): Make non-static.
8298 * infcall.h (find_function_addr): Declare.
8299 * Makefile.in (eval.o): Update dependencies.
8300
8301 2003-04-28 Adam Fedor <fedor@gnu.org>
8302
8303 * symtab.c (symbol_find_demangled_name): Check for and demangle
8304 ObjC symbols.
8305 (symbol_init_demangled_name): Init for language_objc as well.
8306
8307 2003-04-28 Andrew Cagney <cagney@redhat.com>
8308
8309 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8310 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8311 * gdbarch.h, gdbarch.c: Re-generate.
8312 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8313 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8314 * inferior.h (deprecated_read_fp): Rename read_fp.
8315 (generic_target_read_fp): Delete declaration.
8316 * regcache.c (generic_target_read_fp): Delete function.
8317 (deprecated_read_fp): Replace read_fp, use
8318 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8319 * d10v-tdep.c (d10v_read_fp): Delete function.
8320 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8321
8322 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8323 deprecated_target_read_fp to generic_target_read_fp.
8324 * sh-tdep.c (sh_gdbarch_init): Ditto.
8325 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8326 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8327 * frv-tdep.c (frv_gdbarch_init): Ditto.
8328
8329 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8330 deprecated_fp_regnum.
8331 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8332 * vax-tdep.c (vax_gdbarch_init): Ditto.
8333 * v850-tdep.c (v850_gdbarch_init): Ditto.
8334 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8335 * sh-tdep.c (sh_gdbarch_init): Ditto.
8336 * s390-tdep.c (s390_gdbarch_init): Ditto.
8337 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8338 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8339 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8340 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8342 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8343 * i386-tdep.c (i386_gdbarch_init): Ditto.
8344 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8345 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8346 * frv-tdep.c (frv_gdbarch_init): Ditto.
8347 * cris-tdep.c (cris_gdbarch_init): Ditto.
8348 * avr-tdep.c (avr_gdbarch_init): Ditto.
8349 * arm-tdep.c (arm_gdbarch_init): Ditto.
8350 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8351
8352 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8353 * v850-tdep.c (v850_gdbarch_init): Ditto.
8354 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8355 * sh-tdep.c (sh_gdbarch_init): Ditto.
8356 * s390-tdep.c (s390_gdbarch_init): Ditto.
8357 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8358 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8359 * mips-tdep.c (mips_gdbarch_init): Ditto.
8360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8361 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8362 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8363 * frv-tdep.c (frv_gdbarch_init): Ditto.
8364 * avr-tdep.c (avr_gdbarch_init): Ditto.
8365 * arm-tdep.c (arm_gdbarch_init): Ditto.
8366
8367 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8368 DEPRECATED_FP_REGNUM.
8369 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8370 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8371 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8372 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8373 (sparc32_register_virtual_type): Ditto.
8374 * sh-tdep.c (sh64_frame_chain): Ditto.
8375 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8376 (sh_nofp_frame_init_saved_regs): Ditto.
8377 (sh64_nofp_frame_init_saved_regs): Ditto.
8378 (sh_fp_frame_init_saved_regs): Ditto.
8379 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8380 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8381 * procfs.c (procfs_fetch_registers): Ditto.
8382 (procfs_store_registers): Ditto.
8383 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8384 (store_inferior_registers, fetch_core_registers): Ditto.
8385 (fetch_kcore_registers, clear_regs): Ditto.
8386 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8387 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8388 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8389 * nlm/i386.c (do_status): Ditto.
8390 * mipsv4-nat.c (supply_gregset): Ditto.
8391 * mips-tdep.c: Ditto for comments.
8392 * mips-nat.c (fetch_inferior_registers): Ditto.
8393 (store_inferior_registers, fetch_core_registers): Ditto.
8394 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8395 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8396 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8397 (i386_do_pop_frame, i386_register_type): Ditto.
8398 * hppa-tdep.c (hppa_frame_chain): Ditto.
8399 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8400 (hppa_pop_frame, hppa_read_fp): Ditto.
8401 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8402 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8403 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8404 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8405 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8406 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8407 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8408 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8409 * blockframe.c: Ditto for comments.
8410 * arch-utils.h: Ditto for comments.
8411 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8412 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8413 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8414 * alpha-tdep.h: Ditto for comments.
8415 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8416 (alpha_cannot_store_register): Ditto.
8417 (alpha_push_dummy_frame): Ditto.
8418 * alpha-nat.c (supply_gregset): Ditto.
8419
8420 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8421 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8422 * config/sparc/tm-sparc.h: Update comment.
8423
8424 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8425 deprecated_read_fp instead of TARGET_READ_FP.
8426 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8427 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8428 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8429 deprecated_read_fp instead of read_fp.
8430 * s390-tdep.c (s390_push_arguments): Ditto.
8431 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8432 * frame.h: Ditto in comments.
8433 * frame.c (legacy_get_prev_frame): Ditto.
8434 * dummy-frame.c (dummy_frame_this_id): Ditto.
8435 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8436
8437 2003-04-28 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8440 * gdbarch.h, gdbarch.c: Re-generate.
8441 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8442 * vax-tdep.c (_initialize_vax_tdep): Update.
8443 * v850-tdep.c (_initialize_v850_tdep): Update.
8444 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8445 * s390-tdep.c (_initialize_s390_tdep): Update.
8446 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8447 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8448 * mips-tdep.c (_initialize_mips_tdep): Update.
8449 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8450 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8451 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8452 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8453 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8454 * frv-tdep.c (_initialize_frv_tdep): Update.
8455 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8456 (_initialize_cris_tdep): Update.
8457 * arch-utils.c (legacy_print_insn): Update.
8458 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8459
8460 2003-04-26 Adam Fedor <fedor@gnu.org>
8461
8462 * linespec.c (decode_objc): New function to decode ObjC calls
8463 (decode_line_1): Check for ObjC calls (using decode_objc)
8464 * Makefile (linespec.o): Update dependencies.
8465
8466 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8467
8468 * breakpoint.h (struct breakpoint_ops): New.
8469 (struct breakpoint): Add ops member.
8470
8471 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8472 (mention): Use new breakpoint ops member.
8473 (set_raw_breakpoint): Initialize ops field to NULL.
8474 (print_exception_catchpoint, print_one_exception_catchpoint)
8475 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8476 (gnu_v3_exception_catchpoint_ops): New.
8477 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8478
8479 2003-04-25 Adam Fedor <fedor@gnu.org>
8480
8481 * Makefile.in (COMMON_OBS): Add objc-lang.o
8482
8483 2003-04-25 Andrew Cagney <cagney@redhat.com>
8484
8485 * d10v-tdep.c (print_insn): Delete function.
8486 (display_trace): Use TARGET_PRINT_INSN.
8487 (_initialize_d10v_tdep): Do not set tm_print_insn.
8488 (d10v_gdbarch_init): Set print_insn.
8489
8490 2003-04-25 Andrew Cagney <cagney@redhat.com>
8491
8492 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8493 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8494 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8495 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8496 (nr_dmap_regs, a0_regnum): ... new functions.
8497 (d10v_print_registers_info): Use a0_regnum, use register_size.
8498 (d10v_register_byte): Delete function.
8499 (d10v_register_raw_size): Delete function.
8500 (d10v_register_type): Use a0_regnum.
8501 (d10v_print_registers_info): Use a0_regnum.
8502 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8503 (d10v_gdbarch_init): Do not set register_byte or
8504 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8505 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8506 extract_address.
8507 (trace_command): Use XCALLOC.
8508 (print_insn): Delete reference to tm_print_insn.
8509 (saved_regs_unwinder): Use store_unsigned_integer instead of
8510 store_address.
8511 * frame.h (FRAME_OBSTACK_CALLOC): Define
8512
8513 2003-04-25 David Carlton <carlton@bactrian.org>
8514
8515 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8516
8517 2003-04-24 Adam Fedor <fedor@gnu.org>
8518
8519 * objc-lang.c: Include "valprint.h"
8520 * Makefile.in (objc-lang.o): Update dependencies.
8521
8522 2003-04-24 Adam Fedor <fedor@gnu.org>
8523
8524 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8525 architecture dependant compilation and mark as unimplemented
8526 (until they get put in the gdbarch vector).
8527
8528 2003-04-23 David Carlton <carlton@bactrian.org>
8529
8530 * cp-support.c (cp_find_first_component): Accept 'operator' in
8531 more locations.
8532
8533 2003-04-23 Andrew Cagney <cagney@redhat.com>
8534
8535 * infcall.c (call_function_by_hand): Eliminate redundant
8536 indentation. Move "saved_async" and "old_cleanups" to where they
8537 are needed.
8538
8539 2003-04-23 Andrew Cagney <cagney@redhat.com>
8540
8541 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8542 and "buffer". Move the "name" code to where it is needed.
8543
8544 2003-04-23 Andrew Cagney <cagney@redhat.com>
8545
8546 * infcall.c (call_function_by_hand): Move variables "start_sp",
8547 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8548 code to ON_STACK switch branch.
8549
8550 2003-04-23 Andrew Cagney <cagney@redhat.com>
8551
8552 * infcall.c (call_function_by_hand): Make declaration of "i",
8553 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8554 lint.
8555
8556 2003-04-23 Andrew Cagney <cagney@redhat.com>
8557
8558 * infcall.c (call_function_by_hand): Delete variable
8559 "n_method_args". Localize "param_type"'s declaration to the loop
8560 that it is used. Reinstate code assigning to said variable -
8561 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8562 Rationalize code using "param_type".
8563
8564 2003-04-22 Andrew Cagney <cagney@redhat.com>
8565
8566 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8567 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8568 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8569 to DEPRECATED_PUSH_RETURN_ADDRESS.
8570
8571 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8572
8573 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8574 on the DWARF2 register number prior to fetching a register.
8575
8576 2003-04-22 J. Brobecker <brobecker@gnat.com>
8577
8578 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8579 Update all the tests using SOFT_FLOAT considering the fact that
8580 this macro was always set to 0.
8581 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8582 considering the fact that this macro was always set to 0.
8583 * hppa-tdep.h (hppa_store_return_value): Likewise.
8584 (hppa_extract_return_value): Likewise.
8585
8586 2003-04-22 J. Brobecker <brobecker@gnat.com>
8587
8588 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8589 the hppa-pro target only.
8590
8591 2003-04-21 J. Brobecker <brobecker@gnat.com>
8592
8593 Ongoing multi-arch conversion effort for HP/UX:
8594 * config/pa/tm-hppa.h: Move all macro that are no longer
8595 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8596 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8597
8598 2003-04-21 J. Brobecker <brobecker@gnat.com>
8599
8600 * config/pa/tm-hppa.h: Obsolete a section that was only used
8601 for hppa-pro.
8602
8603 2003-04-21 J. Brobecker <brobecker@gnat.com>
8604
8605 Ongoing multi-arch conversion for HP/UX.
8606 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8607 if already defined (allows hppa64 to stay non-multiarched for now).
8608 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8609
8610 2003-04-21 Andrew Cagney <cagney@redhat.com>
8611
8612 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8613
8614 2003-04-21 Andrew Cagney <cagney@redhat.com>
8615
8616 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8617 "i386_num_mmx_regs".
8618
8619 2003-04-21 Andrew Cagney <cagney@redhat.com>
8620
8621 * infcall.c: New file.
8622 * infcall.h: New file.
8623 * valarith.c: Include "infcall.h".
8624 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8625 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8626 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8627 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8628 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8629 (SFILES): Add "infcall.c"
8630 (COMMON_OBS): Add "infcall.o".
8631 (infcall.o): Specify dependencies.
8632 * value.h (call_function_by_hand): Delete declaration.
8633 * inferior.h (run_stack_dummy): Delete declaration.
8634 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8635 (run_stack_dummy): Move to "infcall.c", merged into
8636 call_function_by_hand.
8637 * valops.c (call_function_by_hand): Moved to "infcall.c".
8638 (find_function_addr, value_arg_coerce): Ditto.
8639 (unwindonsignal_p, coerce_float_to_double): Ditto.
8640 (_initialize_valops): Move "set/show coerce-float-to-double", and
8641 "set/show unwindonsignal" commands to "infcall.c".
8642 * v850-tdep.c, target.h: Update comments.
8643 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8644 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8645 (sh64_init_extra_frame_info): Update comments.
8646 * mn10300-tdep.c: Update comments.
8647 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8648 * config/sparc/tm-sparc.h: Update comments.
8649 * breakpoint.h: Update comments.
8650 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8651 * arm-tdep.c: Update comment.
8652
8653 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8654
8655 * i386-tdep.c (i386_num_register_names): New variable.
8656 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8657 (MM0_REGNUM): Remove redundant parentheses in define.
8658 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8659 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8660 i386_mxcsr_regnum_p): Remove redundant parentheses.
8661 (i386_register_name): Use i386_num_register_names.
8662
8663 * i386-tdep.c (i386_extract_return_value,
8664 i386_store_return_value): Correct check for availability of
8665 floating-point registers.
8666
8667 * i386-tdep.c (i386_frame_num_args): Remove function.
8668 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8669
8670 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8671 mmx_regnum_to_fp_regnum. Adjust all callers.
8672
8673 * i386-tdep.c (i386_get_longjmp_target): Use
8674 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8675 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8676 extract_address.
8677
8678 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8679
8680 * core-regset.c: Update comments to reflect reality. Re-order
8681 includes.
8682 (fetch_core_registers): Use switch instead of if. Remove
8683 redundant prototype.
8684
8685 2003-04-18 Jim Blandy <jimb@redhat.com>
8686
8687 * s390-tdep.c (s390_frame_align): New function.
8688 (s390_gdbarch_init): Register it with the gdbarch object.
8689
8690 2003-04-17 Richard Henderson <rth@redhat.com>
8691
8692 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8693
8694 2003-04-17 Michael Snyder <msnyder@redhat.com>
8695 Karen Bennet <bennet@redhat.com>
8696
8697 Committed by Elena Zannoni <ezannoni@redhat.com>
8698 * gdb_gcore.sh: New script to create a core dump of a process.
8699
8700 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8701
8702 * values.c (value_being_returned): Don't fetch the return
8703 value if the return type is void.
8704
8705 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8706
8707 * thread-db.c: Reindented.
8708
8709 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8710
8711 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8712 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8713 as types.
8714
8715
8716
8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
8737
8738
8739 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8740
8741 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8742 the size of ``long double'' to 16, instead of 8.
8743
8744 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8745
8746 * i386-linux-nat.c: Add some whitespace to make things more
8747 readable.
8748 (fetch_register, store_register, fetch_inferior_registers,
8749 store_inferior_registers): Get rid of assignment in if-statement.
8750 (store_register): Fix typo in error message.
8751
8752 2003-04-16 Andrew Cagney <cagney@redhat.com>
8753
8754 * utils.c (xmmalloc): Always allocate something, matches
8755 libiberty/xmalloc's semantics.
8756 (xmrealloc, xmcalloc): Ditto.
8757
8758 2003-04-16 Andrew Cagney <cagney@redhat.com>
8759
8760 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8761 update comments.
8762 (get_frame_type): Initialize unwind and type when needed.
8763 (get_frame_id, frame_register_unwind): Ditto.
8764
8765 2003-04-16 Andrew Cagney <cagney@redhat.com>
8766
8767 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8768 obsolete.
8769 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8770 * sparcl-stub.c: Obsolete file.
8771 * config/sparc/tm-sparclet.h: Obsolete file.
8772 * sparclet-stub.c: Obsolete file.
8773 * sparclet-rom.c: Obsolete file.
8774 * sparcl-tdep.c: Obsolete file.
8775 * config/sparc/tm-sparclite.h: Obsolete file.
8776 * config/sparc/sparclite.mt: Obsolete file.
8777 * config/sparc/sparclet.mt: Obsolete file.
8778 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8779 sparc86x-*-* obsolete.
8780
8781 2003-04-15 David Carlton <carlton@math.stanford.edu>
8782
8783 * Makefile.in (SFILES): Add cp-namespace.c.
8784 (COMMON_OBS): Add cp-namespace.o.
8785 (block.o): Depend on gdb_obstack_h and cp_support_h.
8786 (buildsym.o): Depend on cp_support_h.
8787 (cp-namespace.o): New.
8788 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8789 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8790 (dwarf2read.o): Depend on cp_support_h.
8791 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8792 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8793 processing_current_namespace.
8794 (read_namespace): Update processing_current_namespace; check for
8795 anonymous namespaces.
8796 (dwarf2_name): New function.
8797 (dwarf2_extension): Ditto.
8798 * cp-support.h: Update copyright, contributors.
8799 Add inclusion guards.
8800 Add opaque declaration for structs obstack, block, symbol.
8801 (struct using_direct): New struct.
8802 Add declarations for cp_find_first_component,
8803 cp_entire_prefix_len, processing_has_namespace_info,
8804 processing_current_namespace, cp_is_anonymous,
8805 cp_add_using_directive, cp_initialize_namespace,
8806 cp_finalize_namespace, cp_set_block_scope,
8807 cp_scan_for_anonymous_namespaces.
8808 * cp-namespace.c: New file.
8809 * cp-support.c: Update copyright.
8810 Include ctype.h, gdb_assert.h, gdbcmd.h.
8811 New variable maint_cplus_cmd_list.
8812 (cp_find_first_component): New function.
8813 (cp_entire_prefix_len, maint_cplus_command)
8814 (first_component_command, _initialize_cp_support): Ditto.
8815 * buildsym.c: Include cp-support.h.
8816 New variable using_list.
8817 (add_symbol_to_list): Check for anonymous namespaces.
8818 (finish_block): Set block's scope.
8819 (start_symtab): Initialize C++ namespace support.
8820 (end_symtab): Finalize C++ namespace support.
8821 * block.h: Add opaque declarations for structs
8822 block_namespace_info, using_direct, and obstack.
8823 Add declarations for block_set_scope and block_set_using.
8824 (struct block): Add 'language_specific' member.
8825 (BLOCK_NAMESPACE): New macro.
8826 * block.c: Include gdb_obstack.h and cp-support.h.
8827 (struct block_namespace_info): New struct.
8828 (block_set_scope): New function.
8829 (block_set_using, block_initialize_namespace): Ditto.
8830
8831 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8832
8833 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8834 (locate_base): Return early if there aren't any link map offsets.
8835 (svr4_solib_create_inferior_hook): Warn if shared library support
8836 is unavailable.
8837
8838 2003-04-14 David Carlton <carlton@math.stanford.edu>
8839
8840 * symtab.c (symbol_set_names): Add prefix when storing Java names
8841 in hash table. Fix for PR java/1039.
8842
8843 2003-04-14 David Carlton <carlton@math.stanford.edu>
8844
8845 * symtab.c (symbol_set_names): Rename 'name' arg to
8846 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8847 * symtab.h: Change 'name' argument in declaration of
8848 symbol_set_names to 'linkage_name'.
8849 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8850
8851 2003-04-14 Andrew Cagney <cagney@redhat.com>
8852
8853 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8854 return the fully sign-extended register value.
8855 (get_frame_pointer): Ditto.
8856 (mips_pop_frame): Initialize "proc_desc" after checking for a
8857 dummy frame.
8858
8859 2003-04-14 Andrew Cagney <cagney@redhat.com>
8860
8861 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8862 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8863 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8864 (mips_push_register): Delete function.
8865 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8866 PUSH_FP_REGNUM.
8867
8868 2003-04-14 Jim Blandy <jimb@redhat.com>
8869
8870 * symmisc.c: #include "gdb_regex.h".
8871 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8872 functions.
8873 * maint.c (maintenance_list_command): New function.
8874 (_initialize_maint_cmds): Register the above as commands.
8875 * symtab.h (maintenance_list_symtabs,
8876 maintenance_list_psymtabs): New declarations.
8877 * cli/cli-cmds.c (maintenancelistlist): New variable.
8878 (init_cmd_lists): Initialize it.
8879 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8880 * gdbcmd.h (maintenancelistlist): New declaration.
8881 * Makefile.in (symmisc.o): Update dependencies.
8882
8883 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8884
8885 * s390-nat.c: Include asm/types.h for addr_t.
8886
8887 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8888
8889 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8890 actually incoming type.
8891
8892 2003-04-13 Andrew Cagney <cagney@redhat.com>
8893
8894 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8895 get_next_frame and get_frame_saved_regs.
8896
8897 2003-04-13 Andrew Cagney <cagney@redhat.com>
8898
8899 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8900 of gdbarch_num_regs.
8901
8902 2003-04-13 Andrew Cagney <cagney@redhat.com>
8903
8904 * frame.h: Mention what replaced what in "struct frame_info".
8905 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8906 deprecated_update_frame_base_hack and
8907 deprecated_update_frame_pc_hack.
8908 * hppa-tdep.c: Ditto.
8909
8910 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8911
8912 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8913 to read_reg and update its comment. Remove regnum member.
8914 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8915 Don't call read_reg when setting in_reg. Call read_reg to get
8916 the frame base if it's in a register. Return the register number
8917 on the stack instead of in the context. Remove extra arguments
8918 to read_reg.
8919 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8920 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8921 the register number on the expression stack.
8922 (needs_frame_read_reg): Remove extra arguments.
8923
8924 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8925
8926 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8927 made non-static.
8928 (execute_stack_op): All callers updated.
8929 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8930 * dwarf2loc.c (find_location_expression): New function.
8931 (dwarf_expr_frame_base): Call it.
8932 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8933 (dwarf2_tracepoint_var_ref): New function, broken out from
8934 locexpr_tracepoint_var_ref.
8935 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8936 Make static.
8937 (loclist_read_variable, loclist_read_needs_frame): New functions.
8938 (loclist_describe_location, loclist_tracepoint_var_ref): New
8939 functions.
8940 (dwarf2_loclist_funcs): New struct location_funcs.
8941 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8942 (struct dwarf2_locexpr_baton): Add comments.
8943 (dwarf2_loclist_funcs): New extern.
8944 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8945 base_address and base_known.
8946 (dwarf_loc_buffer): New variable.
8947 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8948 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8949 (dwarf2_has_info): Initialize dwarf_loc_offset.
8950 (dwarf2_build_psymtabs): Read in .debug_loc.
8951 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8952 DWARF_LOC_SIZE.
8953 (psymtab_to_symtab_1): Likewise. Move base address calculation
8954 here, from...
8955 (dwarf2_get_pc_bounds): ... here. Use the base address from
8956 cu_header.
8957 (dwarf2_symbol_mark_computed): Handle location lists.
8958
8959 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8960
8961 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8962 if the linkage name demangled successfully.
8963
8964 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8965
8966 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8967 disassmbly_flavour): Removed.
8968
8969 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8970
8971 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8972
8973 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8974
8975 2003-04-12 Andrew Cagney <cagney@redhat.com>
8976
8977 * frame.h (struct frame_info): Move definition from here ...
8978 * frame.c (struct frame_info): ... to here.
8979
8980 2003-04-12 Andrew Cagney <cagney@redhat.com>
8981
8982 * gdbthread.h (save_infrun_state): Delete parameter
8983 "prev_func_start".
8984 (struct thread_info): Delete field "prev_func_start".
8985 (load_infrun_state): Ditto.
8986 * thread.c (load_infrun_state, save_infrun_state): Update.
8987 * infrun.c (prev_func_start): Delete variable.
8988 (context_switch, init_wait_for_inferior): Update.
8989 (stop_stepping, keep_going): Update.
8990
8991 2003-04-12 Andrew Cagney <cagney@redhat.com>
8992
8993 * gdbarch.sh: Add missing opaque declarations.
8994 * gdbarch.h: Regnerate.
8995 * symtab.h: Add missing opaque declarations.
8996 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8997 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8998 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8999 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9000 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9001 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9002 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9003 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9004 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9005 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9006 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9007 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9008 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9009
9010 2003-04-11 Andrew Cagney <cagney@redhat.com>
9011
9012 * frame.c (get_frame_id): Return this frame's "id".
9013 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9014 function start.
9015 (legacy_saved_regs_this_id): Replace function body with
9016 internal-error.
9017 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9018 FRAME_OBSTACK_ZALLOC.
9019 (create_new_frame): Mark the frame ID as valid.
9020
9021 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9022
9023 * Makefile.in (libbfd_h): Added missing setting.
9024 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9025 according to the selected ABI.
9026
9027 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9028
9029 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9030
9031 2003-04-11 Andrew Cagney <cagney@redhat.com>
9032
9033 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9034 SAVED_PC_AFTER_CALL.
9035 * gdbarch.h, gdbarch.c: Regenerate.
9036 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9037 * x86-64-tdep.c (x86_64_init_abi): Update.
9038 * vax-tdep.c (vax_gdbarch_init): Update.
9039 * v850-tdep.c (v850_gdbarch_init): Update.
9040 * sparc-tdep.c (sparc_gdbarch_init): Update.
9041 * sh-tdep.c (sh_gdbarch_init): Update.
9042 * s390-tdep.c (s390_gdbarch_init): Update.
9043 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9044 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9045 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9046 * mips-tdep.c (mips_gdbarch_init): Update.
9047 * mcore-tdep.c (mcore_gdbarch_init): Update.
9048 * m68k-tdep.c (m68k_gdbarch_init): Update.
9049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9050 * ia64-tdep.c (ia64_gdbarch_init): Update.
9051 (ia64_saved_pc_after_call): Update declaration.
9052 * i386ly-tdep.c (i386lynx_init_abi): Update.
9053 * i386-tdep.c (i386_gdbarch_init): Update.
9054 * hppa-tdep.c (hppa_gdbarch_init): Update.
9055 * h8300-tdep.c (h8300_gdbarch_init): Update.
9056 * frv-tdep.c (frv_gdbarch_init): Update.
9057 * cris-tdep.c (cris_gdbarch_init): Update.
9058 * avr-tdep.c (avr_gdbarch_init): Update.
9059 * arm-tdep.c (arm_gdbarch_init): Update.
9060 * alpha-tdep.c (alpha_gdbarch_init): Update.
9061 * ns32knbsd-nat.c (frame_num_args): Update.
9062 * ns32k-tdep.c (umax_frame_num_args): Update.
9063 * mips-tdep.c (mips_init_frame_pc_first): Update.
9064 * infrun.c (step_over_function): Update.
9065 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9066 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9067 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9068 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9069 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9070 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9071 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9072 * arch-utils.c (init_frame_pc_default): Update.
9073 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9074 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9075 declaration.
9076
9077 2003-04-11 Andrew Cagney <cagney@redhat.com>
9078
9079 * i387-tdep.c: Update copyright.
9080 (i387_to_double): Delete function.
9081 (double_to_i387): Delete function.
9082
9083 2003-04-10 Andrew Cagney <cagney@redhat.com>
9084
9085 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9086 frame's function's address. Simplify.
9087 (d10v_frame_unwind_cache): Check that the frame's function is
9088 non-zero.
9089
9090 2003-04-10 Jim Blandy <jimb@redhat.com>
9091
9092 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9093 call to set_gdbarch_deprecated_push_arguments.
9094
9095 2003-04-10 Andrew Cagney <cagney@redhat.com>
9096
9097 * frame.c (fprint_frame_id): New function.
9098 (fprint_frame_type, fprint_frame): New function.
9099 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9100 (create_sentinel_frame, get_frame_id): Ditto.
9101 (frame_id_p, frame_id_eq): Ditto.
9102 (frame_id_inner, create_new_frame): Ditto.
9103 (legacy_get_prev_frame, get_prev_frame): Ditto.
9104 (deprecated_update_frame_pc_hack): Ditto.
9105 (frame_register_unwind): Ditto.
9106 (deprecated_update_frame_base_hack): Ditto.
9107
9108 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9109
9110 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9111 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9112 frame_chain function.
9113 * Makefile.in: Add dependencies due to above change.
9114
9115 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9116
9117 * blockframe.c (legacy_frame_chain_valid): Move call to
9118 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9119 inside_entry_file.
9120
9121 2003-04-09 Andrew Cagney <cagney@redhat.com>
9122
9123 * frame.h (struct frame_id): Replace "pc" and "base" with
9124 "stack_addr" and "code_addr". Update comments.
9125 (frame_id_build): Update parameter names and comment.
9126 (struct frame_info): Replace "id_p" and "id" with "this_id".
9127 * dummy-frame.c (dummy_frame_this_id): Update.
9128 * breakpoint.c (print_one_breakpoint): Update.
9129 * frame.c (get_frame_id): Update.
9130 (get_frame_base, frame_id_build): Update.
9131 (create_sentinel_frame, legacy_get_prev_frame): Update.
9132 (deprecated_update_frame_base_hack): Update.
9133 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9134 (frame_id_inner): Ditto.
9135
9136 2003-04-09 Andrew Cagney <cagney@redhat.com>
9137
9138 * defs.h (gdb_print_host_address): Make "addr" parameter a
9139 pointer constant.
9140 * utils.c (gdb_print_host_address): Update.
9141
9142 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9143
9144 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9145 register number for R0 is 0.
9146
9147 2003-04-09 J. Brobecker <brobecker@gnat.com>
9148
9149 * frame.h (struct gdbarch): Add opaque structure definition
9150 to avoid a compilation warning on LynxOS 4.0.
9151
9152 2003-04-09 Andrew Cagney <cagney@redhat.com>
9153
9154 * frame.h (struct frame_info): Delete field "pc". Replace
9155 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9156 structure.
9157 * frame.c (frame_pc_unwind): Update.
9158 (create_sentinel_frame): Do not set "pc".
9159 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9160 (get_frame_pc): Call frame_pc_unwind.
9161 (deprecated_update_frame_pc_hack): Update.
9162 (create_new_frame): Use "pc" not "->pc".
9163
9164 2003-04-09 Andrew Cagney <cagney@redhat.com>
9165
9166 * frame.c (get_frame_id): Eliminate code updating "frame".
9167 (legacy_get_prev_frame): Ditto.
9168 (get_frame_base): Return id.base directly.
9169 (deprecated_update_frame_base_hack): Update "id.base".
9170 * frame.h (struct frame_info): Delete field "frame".
9171
9172 2003-04-09 Andrew Cagney <cagney@redhat.com>
9173
9174 * NEWS: Mention that the "Sequent family" is obsolete.
9175 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9176 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9177 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9178 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9179 * config/i386/tm-ptx4.h: Obsolete file.
9180 * config/i386/tm-ptx.h: Obsolete file.
9181 * symm-tdep.c: Obsolete file.
9182 * config/i386/symmetry.mt: Obsolete file.
9183 * config/i386/tm-symmetry.h: Obsolete file.
9184 * symm-nat.c: Obsolete file.
9185 * config/i386/nm-symmetry.h: Obsolete file.
9186 * config/i386/xm-symmetry.h: Obsolete file.
9187 * config/i386/symmetry.mh: Obsolete file.
9188 * config/i386/nm-ptx4.h: Obsolete file.
9189 * config/i386/ptx4.mh: Obsolete file.
9190 * config/i386/ptx.mt: Obsolete file.
9191 * config/i386/ptx.mh: Obsolete file.
9192 * config/i386/xm-ptx4.h: Obsolete file.
9193 * config/i386/xm-ptx.h: Obsolete file.
9194
9195 2003-04-09 Andrew Cagney <cagney@redhat.com>
9196
9197 Obsolete mips*-*-mach3*.
9198 * NEWS: Mention that mips*-*-mach3* is obsolete.
9199 * m3-nat.c: Obsolete file.
9200 * config/nm-m3.h: Obsolete file.
9201 * config/mips/tm-mipsm3.h: Obsolete file.
9202 * config/mips/mipsm3.mt: Obsolete file.
9203 * config/mips/mipsm3.mh: Obsolete file.
9204 * config/mips/xm-mipsm3.h: Obsolete file.
9205 * mipsm3-nat.c: Obsolete file.
9206 * configure.host: Obsolete mips-dec-mach3*.
9207 * configure.tgt: Obsolete mips*-*-mach3*.
9208
9209 2003-04-09 Andrew Cagney <cagney@redhat.com>
9210
9211 * doublest.h: Update copyright.
9212 (deprecated_store_floating, deprecated_extract_floating): Rename
9213 store_floating and extract_floating. Update comments.
9214 * doublest.c: Update copyright.
9215 (extract_floating_by_length): Replace extract_floating.
9216 (store_floating_by_length): Replace store_floating.
9217 (deprecated_extract_floating): New function.
9218 (deprecated_store_floating): New function.
9219 (extract_typed_floating): Call extract_floating_by_length.
9220 (store_typed_floating): Call store_floating_by_length.
9221 * x86-64-tdep.c (x86_64_store_return_value): Update.
9222 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9223 (sh64_extract_return_value): Update.
9224 (sh_sh4_register_convert_to_virtual): Update.
9225 (sh_sh64_register_convert_to_virtual): Update.
9226 (sh_sh4_register_convert_to_raw): Update.
9227 (sh_sh64_register_convert_to_raw): Update.
9228 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9229 (rs6000_register_convert_to_raw): Update.
9230 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9231 (ia64_register_convert_to_raw): Update.
9232 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9233 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9234 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9235 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9236 (alpha_register_convert_to_raw): Update.
9237
9238 2003-04-08 Andrew Cagney <cagney@redhat.com>
9239
9240 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9241 * gdbarch.h, gdbarch.c: Re-generate.
9242 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9243 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9244 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9245 conditionally, use frame_pc_unwind as an alternative. Add
9246 comments.
9247 * arch-utils.c (init_frame_pc_default): Only call
9248 SAVED_PC_AFTER_CALL when available.
9249
9250 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9251
9252 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9253 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9254 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9255 (start_remote): Ditto.
9256 (handle_inferior_event): Ditto.
9257 (save_inferior_status): Ditto.
9258 (restore_inferior_status): Ditto.
9259 * infcmd.c (attach_command): Ditto.
9260 * fork-child.c (startup_inferior): Ditto.
9261 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9262 * alpha-tdep.c (heuristic_proc_start): Ditto.
9263 * mips-tdep.c (heuristic_proc_start): Ditto.
9264 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9265 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9266 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9267 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9268 * remote-vx.c (vx_create_inferior): Ditto.
9269
9270 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9271
9272 * infrun.c (stop_soon_quietly): Make it an enum, to better
9273 override the default behavior of handle_inferior_event.
9274 (clear_proceed_status): Update uses of stop_soon_quietly to
9275 reflect that it is now an enum.
9276 (start_remote): Ditto.
9277 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9278 is set to handle the new GNU/Linux kernel behavior for
9279 attach/sigstop. Update uses of stop_soon_quietly.
9280 * inferior.h (enum stop_kind): New enum.
9281 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9282 Reset normal handle_inferior_event behavior, afterwards.
9283 * fork-child.c (startup_inferior): Update.
9284 * alpha-tdep.c (heuristic_proc_start): Update.
9285 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9286 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9287 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9288 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9289 * remote-vx.c (vx_create_inferior): Update.
9290 * mips-tdep.c (heuristic_proc_start): Update.
9291
9292 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9293
9294 * disasm.c (dump_insns): Move variables inside loop, or they will
9295 be freed more than once, causing wild memory corruptions.
9296 (gdb_disassembly): Look for the substring "-thread",
9297 instead of "-threads" in the target name, to make sure to find
9298 the 'multi-thread' target. Also, make sure we do the right thing
9299 with the "core" target.
9300
9301 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9302
9303 * mips-tdep.c (mips_print_fp_register): New function, created from
9304 do_fp_register_row(). Registers are now (also) printed as hex.
9305 Only one register is printed per row.
9306 (mips_print_register, do_fp_register_row): Print floating point
9307 registers with mips_print_fp_register().
9308
9309 2003-04-06 Andrew Cagney <cagney@redhat.com>
9310
9311 * valprint.h (inspect_it): Add extern declaration.
9312 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9313 (selectors_info, classes_info): Ditto.
9314 (find_objc_msgcall): Fix indentation.
9315 (objc_printstr): Delete extern declarations.
9316
9317 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9318
9319 2003-04-06 Andrew Cagney <cagney@redhat.com>
9320
9321 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9322 Update comment.
9323 * frame.c (legacy_saved_regs_this_id): Update.
9324 (legacy_get_prev_frame): Update.
9325 * xstormy16-tdep.c: Update comment.
9326 * sparc-tdep.c (sparc_frame_chain): Update comment.
9327 * blockframe.c (legacy_frame_chain_valid): Update.
9328
9329 2003-04-06 Andrew Cagney <cagney@redhat.com>
9330
9331 * valprint.c (val_print_type_code_int): Delete #ifdef
9332 PRINT_TYPELESS_INTEGER code.
9333
9334 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9335 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9336 multi-arch definition.
9337 * gdbarch.h: Re-generate.
9338
9339 2003-04-05 Andrew Cagney <cagney@redhat.com>
9340
9341 Eliminate FRAME_FIND_SAVED_REGS.
9342 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9343 Change FSR parameter to a pointer.
9344 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9345 Assume FSR parameter is a pointer.
9346 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9347 Make fsr a pointer.
9348 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9349 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9350 saved_regs a pointer.
9351 (hppa_frame_saved_pc): Ditto.
9352 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9353 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9354 pointer.
9355 (restore_pc_queue): Make fsr a pointer.
9356 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9357 (hppa_frame_chain): Make saved_regs a pointer, call
9358 hppa_frame_init_saved_regs.
9359 * sparc-tdep.c: Include "gdb_assert.h".
9360 (sparc_frame_find_saved_regs): Replace internal_error with
9361 gdb_assert.
9362 * remote-vxsparc.c (vx_read_register): Delete reference to
9363 FRAME_FIND_SAVED_REGS.
9364 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9365 * gdbarch.h: Regenerate.
9366 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9367 (deprecated_get_frame_saved_regs): Delete declaration.
9368 (struct frame_saved_regs): Delete definition.
9369 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9370 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9371 (hppa_frame_find_saved_regs): Delete declaration.
9372 (FRAME_FIND_SAVED_REGS): Delete macro.
9373 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9374 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9375 FRAME_FIND_SAVED_REGS in comment.
9376
9377 2003-04-05 Andrew Cagney <cagney@redhat.com>
9378
9379 * frame.c (frame_func_unwind, get_frame_func): New functions.
9380 * frame.h (get_frame_func, frame_func_unwind): Declare.
9381 (struct frame_info): Add field "prev_func" for caching the
9382 previous frame's function address.
9383 * arm-tdep.c (arm_frameless_function_invocation): Combine
9384 get_pc_function_start and get_frame_pc into get_frame_func.
9385 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9386 (sh64_nofp_frame_init_saved_regs): Ditto.
9387 * s390-tdep.c (s390_function_start): Ditto.
9388 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9389 (rs6000_frameless_function_invocation): Ditto.
9390 (rs6000_frame_saved_pc): Ditto.
9391 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9392 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9393 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9394 (i386_frame_init_saved_regs): Ditto.
9395 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9396 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9397 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9398 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9399 * blockframe.c (frameless_look_for_prologue): Ditto.
9400
9401 2003-04-05 Andrew Cagney <cagney@redhat.com>
9402
9403 * frame.c (legacy_get_prev_frame): Link prev to next at the
9404 function start. Update comments.
9405
9406 2003-04-05 Andrew Cagney <cagney@redhat.com>
9407
9408 * frame.c (get_frame_id): Update comment.
9409 (legacy_get_prev_frame): Update comment.
9410 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9411 * gdbarch.h: Regenerate.
9412 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9413 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9414
9415 2003-04-05 Andrew Cagney <cagney@redhat.com>
9416
9417 * stack.c (print_frame_info): Use get_frame_pc.
9418
9419 2003-04-04 Andrew Cagney <cagney@redhat.com>
9420
9421 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9422 the frame's type from the unwinder.
9423 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9424 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9425 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9426 (get_frame_base_address): Use get_frame_type.
9427 (get_frame_locals_address, get_frame_args_address): Ditto.
9428 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9429 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9430 (struct frame_info): Add comment explaining why the frame contains
9431 a "type" field.
9432 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9433 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9434 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9435 NORMAL_FRAME.
9436 * frame-unwind.h: Include "frame.h".
9437 (struct frame_unwind): Add "type" field.
9438 * Makefile.in (frame_unwind_h): Add $(frame_h).
9439
9440 2003-04-04 Andrew Cagney <cagney@redhat.com>
9441
9442 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9443 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9444 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9445 get_frame_base.
9446 (d10v_unwind_dummy_id): Use frame_id_build.
9447 * frame.c (find_frame_sal): Use get_frame_pc.
9448 (create_new_frame): Use deprecated_update_frame_pc_hack and
9449 deprecated_update_frame_base_hack.
9450 (create_sentinel_frame): Add comment about ->pc going away.
9451 (get_prev_frame): Add comment about ->pc going away.
9452 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9453 frame_id_build, deprecated_update_frame_pc_hack and
9454 deprecated_update_frame_base_hack.
9455 (select_frame): Use get_frame_pc.
9456 (legacy_saved_regs_this_id): Use frame_id_build.
9457
9458 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9459
9460 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9461 signed integer case.
9462 (classify_argument): Handle enumerations and references.
9463
9464 2003-04-04 Andrew Cagney <cagney@redhat.com>
9465
9466 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9467 ID to NULL.
9468
9469 2003-04-01 Adam Fedor <fedor@gnu.org>
9470
9471 * gdb/objc-lang.c (selectors_info): Replace calls to
9472 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9473 SYMBOL_NATURAL_NAME.
9474 (classes_info, find_methods): Likewise.
9475
9476 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9477
9478 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9479 ``mach'' to the value determined by bfd_default_set_arch_mach().
9480
9481 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9482
9483 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9484 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9485 (mi-cmd-file.o): Update dependencies.
9486
9487 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9488
9489 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9490 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9491
9492 2003-04-01 Adam Fedor <fedor@gnu.org>
9493
9494 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9495 * language.h (struct language_defn): Add la_demangle.
9496 (language_demangle): Declare.
9497 * language.c (language_demangle): New function.
9498 (unk_lang_demangle): Likewise.
9499 (unknown_language_defn, auto_language_defn, local_language_defn):
9500 Add ukn_lang_demangle.
9501 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9502 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9503 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9504 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9505 * jv-lang.c (java_demangle): New function
9506 (java_language_defn): Use it for la_demangle element.
9507 * objc-lang.c (objc_demangle): Add options argument
9508 (objc_language_defn): Use objc_demangle for la_demangle element.
9509 * maint.c (maintenance_demangle): Replace switch with
9510 call to language_demangle.
9511 * utils.c (fprintf_symbol_filtered): Likewise.
9512
9513 2003-04-01 Andrew Cagney <cagney@redhat.com>
9514
9515 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9516 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9517 PRINT_TYPELESS_INTEGER.
9518 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9519 PUSH_RETURN_ADDRESS.
9520
9521 2003-04-01 Andrew Cagney <cagney@redhat.com>
9522
9523 * Makefile.in (d10v-tdep.o): Update dependencies.
9524 * d10v-tdep.c: Include "frame-base.h".
9525 (d10v_frame_unwind): Make constant.
9526 (d10v_frame_base_address): New function.
9527 (d10v_frame_base): New variable.
9528 (d10v_gdbarch_init): Set frame_base default.
9529 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9530 comment for base.
9531 (d10v_frame_unwind_cache): Set and use "prev_sp".
9532 (d10v_frame_this_id): Use the previous frame's inner most stack
9533 address and this frame's func address for the frame ID. Use
9534 frame_id_build. Don't analyze beyond the current instruction.
9535
9536 2003-04-01 Andrew Cagney <cagney@redhat.com>
9537
9538 * frame.h (get_frame_locals_address, get_frame_args_address):
9539 Refer to the base address, instead of the address of the first
9540 local or parameter.
9541
9542 2003-04-01 Andrew Cagney <cagney@redhat.com>
9543
9544 Add frame debug info addresses:
9545 * frame-base.c: New file.
9546 * frame-base.h: New file.
9547 * frame.h (struct frame_base): Add opaque declaration.
9548 (get_frame_base): Update comment.
9549 (get_frame_base_address): Declare.
9550 (get_frame_locals_address): Declare.
9551 (get_frame_args_address): Declare.
9552 (struct frame_info): Add "base" and "base_cache". Update
9553 comments on the unwinder.
9554 * frame.c: Include "frame-base.h".
9555 (get_frame_locals_address): New function.
9556 (get_frame_base_address): New function.
9557 (get_frame_args_address): New function.
9558 * findvar.c (read_var_value): Use get_frame_locals_address and
9559 get_frame_args_address.
9560 * stack.c (frame_info): Use get_frame_locals_address and
9561 get_frame_args_address.
9562 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9563 moved to "frame-base.c".
9564 * printcmd.c (print_frame_nameless_args): Ditto.
9565 * symtab.h (address_class): Update comments.
9566 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9567 get_frame_base_address.
9568 * dwarf2expr.c (execute_stack_op): Ditto.
9569 * Makefile.in (frame_base_h): Define.
9570 (frame.o): Update dependencies.
9571 (frame-base.o): Add dependencies.
9572 (SFILES): Add frame-base.c.
9573 (COMMON_OBS): Add frame-base.o.
9574
9575 2003-04-01 Andrew Cagney <cagney@redhat.com>
9576
9577 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9578 CALL_DUMMY_LENGTH): Ditto.
9579 * gdbarch.c: Re-generate.
9580 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9581 (CALL_DUMMY_LENGTH): Delete macro.
9582 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9583 * arm-tdep.c (arm_gdbarch_init): Ditto.
9584 * avr-tdep.c (avr_gdbarch_init): Ditto.
9585 * cris-tdep.c (cris_gdbarch_init): Ditto.
9586 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9587 * frv-tdep.c (frv_gdbarch_init): Ditto.
9588 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9589 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9590 * i386-tdep.c (i386_gdbarch_init): Ditto.
9591 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9593 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9594 * mips-tdep.c (mips_gdbarch_init): Ditto.
9595 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9596 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9597 * s390-tdep.c (s390_gdbarch_init): Ditto.
9598 * sh-tdep.c (sh_gdbarch_init): Ditto.
9599 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9600 * v850-tdep.c (v850_gdbarch_init): Ditto.
9601 * vax-tdep.c (vax_gdbarch_init): Ditto.
9602 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9603
9604 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9605
9606 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9607
9608 2003-04-01 Andrew Cagney <cagney@redhat.com>
9609
9610 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9611 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9612 * gdbarch.h, gdbarch.c: Re-generate.
9613 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9614 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9615 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9616 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9617 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9618 * infcmd.c (run_stack_dummy): Simplify assuming
9619 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9620 * infrun.c (handle_inferior_event): Ditto.
9621 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9622 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9623 * arm-tdep.c (arm_gdbarch_init): Ditto.
9624 * avr-tdep.c (avr_gdbarch_init): Ditto.
9625 * cris-tdep.c (cris_gdbarch_init): Ditto.
9626 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9627 * frv-tdep.c (frv_gdbarch_init): Ditto.
9628 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9629 * i386-tdep.c (i386_gdbarch_init): Ditto.
9630 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9631 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9632 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9633 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9634 * mips-tdep.c (mips_gdbarch_init): Ditto.
9635 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9636 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9637 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9638 * s390-tdep.c (s390_gdbarch_init): Ditto.
9639 * sh-tdep.c (sh_gdbarch_init): Ditto.
9640 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9641 * v850-tdep.c (v850_gdbarch_init): Ditto.
9642 * vax-tdep.c (vax_gdbarch_init): Ditto.
9643 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9644
9645 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9646
9647 * symfile.c (symfile_relocate_debug_section): Update call to
9648 bfd_simple_get_relocated_section_contents.
9649
9650 2003-03-31 Andrew Cagney <cagney@redhat.com>
9651
9652 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9653 * gdbarch.h, gdbarch.c: Regenerate.
9654 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9655 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9656 available.
9657 * frame.h (generic_fix_call_dummy): Delete declaration.
9658 * dummy-frame.h: Update comment.
9659 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9660 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9661 fix_call_dummy.
9662 * sh-tdep.c (sh_gdbarch_init): Ditto.
9663 * s390-tdep.c (s390_gdbarch_init): Ditto.
9664 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9665 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9666 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9667 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9668 * i386-tdep.c (i386_gdbarch_init): Ditto.
9669 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9670 * frv-tdep.c (frv_gdbarch_init): Ditto.
9671 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9672 * cris-tdep.c (cris_gdbarch_init): Ditto.
9673 * avr-tdep.c (avr_gdbarch_init): Ditto.
9674 * arm-tdep.c (arm_gdbarch_init): Ditto.
9675
9676 2003-03-31 J. Brobecker <brobecker@gnat.com>
9677
9678 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9679 (INIT_FRAME_AP): Likewise.
9680 (EXTRA_FRAME_INFO): Likewise.
9681
9682 2003-03-31 Andrew Cagney <cagney@redhat.com>
9683
9684 * gdbarch.sh: Include "symfile.h".
9685 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9686 * gdbarch.h, gdbarch.c: Re-generate.
9687 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9688 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9689 call_dummy_address, the default is at entry_point_address.
9690 * v850-tdep.c (v850_gdbarch_init): Ditto.
9691 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9692 * sh-tdep.c (sh_gdbarch_init): Ditto.
9693 * s390-tdep.c (s390_gdbarch_init): Ditto.
9694 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9695 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9696 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9697 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9698 * i386-tdep.c (i386_gdbarch_init): Ditto.
9699 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9700 * frv-tdep.c (frv_gdbarch_init): Ditto.
9701 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9702 * cris-tdep.c (cris_gdbarch_init): Ditto.
9703 * arm-tdep.c (arm_gdbarch_init): Ditto.
9704
9705 2003-03-31 Andrew Cagney <cagney@redhat.com>
9706
9707 * gdbarch.sh (CALL_DUMMY_P): Delete.
9708 * gdbarch.h, gdbarch.c: Re-generate.
9709 * inferior.h (CALL_DUMMY_P): Delete macro.
9710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9711 * vax-tdep.c (vax_gdbarch_init): Update.
9712 * v850-tdep.c (v850_gdbarch_init): Update.
9713 * sparc-tdep.c (sparc_gdbarch_init): Update.
9714 * sh-tdep.c (sh_gdbarch_init): Update.
9715 * s390-tdep.c (s390_gdbarch_init): Update.
9716 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9717 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9718 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9719 * mips-tdep.c (mips_gdbarch_init): Update.
9720 * mcore-tdep.c (mcore_gdbarch_init): Update.
9721 * m68k-tdep.c (m68k_gdbarch_init): Update.
9722 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9723 * ia64-tdep.c (ia64_gdbarch_init): Update.
9724 * i386-tdep.c (i386_gdbarch_init): Update.
9725 * h8300-tdep.c (h8300_gdbarch_init): Update.
9726 * frv-tdep.c (frv_gdbarch_init): Update.
9727 * d10v-tdep.c (d10v_gdbarch_init): Update.
9728 * cris-tdep.c (cris_gdbarch_init): Update.
9729 * breakpoint.c (deprecated_frame_in_dummy): Update.
9730 * avr-tdep.c (avr_gdbarch_init): Update.
9731 * alpha-tdep.c (alpha_gdbarch_init): Update.
9732 * arm-tdep.c (arm_gdbarch_init): Update.
9733 * dummy-frame.c (dummy_frame_this_id): Update comments.
9734 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9735 * frame.c (legacy_get_prev_frame): Ditto.
9736 * valops.c (call_function_by_hand): Delete function.
9737 (hand_function_call): Rename to call_function_by_hand
9738
9739 2003-03-30 Andrew Cagney <cagney@redhat.com>
9740
9741 2002-11-10 Klee Dienes <kdienes@apple.com>
9742 * value.h (struct value): Update comment.
9743
9744 2003-03-30 Andrew Cagney <cagney@redhat.com>
9745
9746 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9747 D10V_FP_REGNUM.
9748 (d10v_gdbarch_init): Do not set fp_regnum.
9749
9750 * frame.c (get_frame_base): Force ID initialization.
9751 (get_prev_frame): Move computation of the frame ID from here ...
9752 (get_frame_id): ... to here.
9753 (legacy_get_prev_frame): Mark the frame ID as valid.
9754 * frame.h (struct frame_info): Add field "id_p".
9755
9756 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9757
9758 * i386-tdep.c (i386_store_struct_return): Removed.
9759 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9760
9761 2003-03-30 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9764 * gdbarch.h, gdbarch.c: Regenerate.
9765 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9767 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9768 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9769 * i386-tdep.c (i386_gdbarch_init): Ditto.
9770 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9771 * cris-tdep.c (cris_gdbarch_init): Ditto.
9772 * vax-tdep.c (vax_gdbarch_init): Ditto.
9773 * s390-tdep.c (s390_gdbarch_init): Ditto.
9774 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9775 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9776 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9777 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9778 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9779 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9780 * sparc-tdep.c (sparc_gdbarch_init): Update.
9781 * sh-tdep.c (sh_gdbarch_init): Update.
9782 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9783 * mips-tdep.c (mips_gdbarch_init): Update.
9784 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9785 * ia64-tdep.c (ia64_gdbarch_init): Update.
9786 * frv-tdep.c (frv_gdbarch_init): Update.
9787 * avr-tdep.c (avr_gdbarch_init): Update.
9788 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9789 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9790 instead of when push_dummy_call is not available.
9791
9792 2003-03-30 Andrew Cagney <cagney@redhat.com>
9793
9794 * infttrace.c: Include "gdbthread.h".
9795 (parent_attach_all): Fix function signature.
9796 (call_ptrace): Update call.
9797 * Makefile.in (infttrace.o): Update dependencies.
9798
9799 2003-03-30 Andrew Cagney <cagney@redhat.com>
9800
9801 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9802 PUSH_RETURN_ADDRESS.
9803 * gdbarch.h, gdbarch.c: Regenerate.
9804 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9805 * x86-64-tdep.c (x86_64_init_abi): Update.
9806 * v850-tdep.c (v850_gdbarch_init): Update.
9807 * sparc-tdep.c (sparc_gdbarch_init): Update.
9808 * sh-tdep.c (sh_gdbarch_init): Update.
9809 * s390-tdep.c (s390_gdbarch_init): Update.
9810 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9811 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9812 * mips-tdep.c (mips_gdbarch_init): Update.
9813 * mcore-tdep.c (mcore_gdbarch_init): Update.
9814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9815 * ia64-tdep.c (ia64_gdbarch_init): Update.
9816 * i386-tdep.c (i386_gdbarch_init): Update.
9817 * h8300-tdep.c (h8300_gdbarch_init): Update.
9818 * frv-tdep.c (frv_gdbarch_init): Update.
9819 * cris-tdep.c (cris_gdbarch_init): Update.
9820 * avr-tdep.c (avr_gdbarch_init): Update.
9821 * arm-tdep.c (arm_gdbarch_init): Update.
9822 * valops.c (hand_function_call): Update.
9823
9824 2003-03-29 Andrew Cagney <cagney@redhat.com>
9825
9826 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9827 sizeof_call_dummy_words.
9828 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9829 define.
9830 * gdbarch.h: Regenerate.
9831
9832 2003-03-29 Andrew Cagney <cagney@redhat.com>
9833
9834 * infttrace.h: New file.
9835 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9836 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9837 (hpread_read_doc_function_type): Detect an initialized type1.
9838 (hpread_quick_traverse): Initialize mod_name_string.
9839 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9840 (som_solib_get_solib_by_pc): Declare.
9841 (so_lib_thread_start_addr): Declare.
9842 (no_shared_libraries): Declare.
9843 * somread.c (init_import_symbols): Make static. Add forward
9844 declaration.
9845 * config/pa/nm-hppah.h: Include "infttrace.h" for
9846 parent_attach_all.
9847 (hppa_insert_hw_watchpoint): Declare.
9848 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9849 * hppah-nat.c: Include "gdb_string.h".
9850 (parent_attach_all): Delete extern declaration, moved to
9851 "infttrace.h".
9852 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9853 int.
9854 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9855 * Makefile.in (infttrace_h): Define.
9856 (hpread.o): Update dependencies.
9857 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9858 * hppa-hpux-tdep.c: Include "gdb_string.h".
9859 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9860 * infrun.c (handle_inferior_event): Always initialize
9861 stepped_after_stopped_by_watchpoint. Add default and remove
9862 fallthrough in switch statement.
9863 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9864 parameter to int.
9865 (hppa_remove_hw_watchpoint): Ditto.
9866
9867 2003-03-29 Andrew Cagney <cagney@redhat.com>
9868
9869 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9870 offset.
9871
9872 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9873
9874 * arm-tdep.c (arm_push_arguments): Delete.
9875 (struct stack_item): New type.
9876 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9877 (arm_store_struct_return): Delte.
9878 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9879 arm_push_arguments or arm_store_struct_return.
9880
9881 2003-03-28 Andrew Cagney <cagney@redhat.com>
9882
9883 * Makefile.in (d10v-tdep.o): Update dependencies.
9884 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9885 * d10v-tdep.c: Include "remote.h".
9886 (target_resume_hook): Delete extern declaration.
9887 (target_wait_loop_hook): Ditto.
9888 (tdisassemble_command): Eliminate assignment in "if" conditional.
9889 (d10v_ts2_register_sim_regno): Eliminate call to
9890 legacy_register_sim_regno.
9891 (d10v_ts3_register_sim_regno): Ditto.
9892
9893 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9894
9895 * thread.c: Reindented.
9896 * lin-lwp.c: Ditto.
9897 * linux-proc.c: Ditto.
9898
9899 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9900
9901 * MAINTAINERS (write after approval): Add myself.
9902
9903 2003-03-27 Theodore A. Roth <troth@openavr.org>
9904
9905 * objc-exp.y: Add missing semi-colons.
9906
9907 2003-03-27 Andrew Cagney <cagney@redhat.com>
9908
9909 * regcache.c (write_sp): Delete function and references.
9910 * inferior.h (write_sp): Delete declaration.
9911 * valops.c (hand_function_call): Replace write_sp with
9912 TARGET_WRITE_SP.
9913 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9914 (sparc_pop_frame): Ditto.
9915
9916 2003-03-27 Andrew Cagney <cagney@redhat.com>
9917
9918 * NEWS: Mention removal of support for hppa*-*-bsd* and
9919 hppa*-*-osf* natives, and hppa*-*-pro* target.
9920 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9921 * config/pa/xm-pa.h: Obsolete file.
9922 * config/pa/xm-hppab.h: Obsolete file.
9923 * config/pa/nm-hppab.h: Obsolete file.
9924 * config/pa/tm-hppab.h: Obsolete file.
9925 * config/pa/tm-hppao.h: Obsolete file.
9926 * config/pa/nm-hppao.h: Obsolete file.
9927 * config/pa/tm-pro.h: Obsolete file.
9928 * config/pa/hppaosf.mt: Obsolete file.
9929 * config/pa/hppaosf.mh: Obsolete file.
9930 * config/pa/hppapro.mt: Obsolete file.
9931 * config/pa/hppabsd.mt: Obsolete file.
9932 * config/pa/hppabsd.mh: Obsolete file.
9933 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9934 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9935 hppa*-*-osf*.
9936
9937 2003-03-27 Andrew Cagney <cagney@redhat.com>
9938
9939 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9940 push_arguments. Don't set push_return_address or write_sp.
9941 (d10v_push_dummy_call): Replace d10v_push_arguments.
9942 (d10v_push_return_address, d10v_write_sp): Delete function,
9943 handled by push_dummy_call.
9944
9945 2003-03-26 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9948 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9949 regcache and dummy_addr parameters.
9950 * gdbarch.h, gdbarch.c: Re-generate.
9951 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9952 available; assume it will handle stack alignment and return
9953 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9954 legacy_push_arguments.
9955 (legacy_push_arguments): Rename default_push_arguments.
9956 * value.h (legacy_push_arguments): Rename default_push_arguments.
9957 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9958 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9959 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9960 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9961 * config/i386/tm-symmetry.h: Update.
9962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9963 * x86-64-tdep.c (x86_64_init_abi): Update.
9964 * v850-tdep.c (v850_gdbarch_init): Update.
9965 * sparc-tdep.c (sparc_gdbarch_init): Update.
9966 * sh-tdep.c (sh_gdbarch_init): Update.
9967 * s390-tdep.c (s390_gdbarch_init): Update.
9968 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9969 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9970 * mips-tdep.c (mips_gdbarch_init): Update.
9971 * mcore-tdep.c (mcore_gdbarch_init): Update.
9972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9973 * ia64-tdep.c (ia64_gdbarch_init): Update.
9974 * i386-tdep.c (i386_gdbarch_init): Update.
9975 * hppa-tdep.c (hppa_gdbarch_init): Update.
9976 * h8300-tdep.c (h8300_gdbarch_init): Update.
9977 * frv-tdep.c (frv_gdbarch_init): Update.
9978 * d10v-tdep.c (d10v_gdbarch_init): Update.
9979 * cris-tdep.c (cris_gdbarch_init): Update.
9980 * avr-tdep.c (avr_gdbarch_init): Update.
9981 * arm-tdep.c (arm_gdbarch_init): Update.
9982 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9983 * alpha-tdep.c (alpha_gdbarch_init): Update.
9984
9985 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9986
9987 * signals/signals.c (do_target_signal_to_host): Correct realtime
9988 signal range test.
9989
9990 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9991
9992 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9993 (struct sal_chain, map_catch_names): Remove.
9994 (catch_exception_command_1): Don't call
9995 handle_gnu_4_16_catch_command.
9996
9997 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9998
9999 From Mark Dettinger <dettinge@de.ibm.com>:
10000 * dwarf2cfi.c (read_2u): Increment pointer by two.
10001
10002 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10003
10004 * signals/signals.c: Fix typos in last change.
10005
10006 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10007
10008 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10009 not already defined. Use __SIGRTMIN if available.
10010 (target_signal_from_host): Remove SIGRTMIN block.
10011 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10012 the signal is within the realtime range.
10013
10014 2003-03-25 Adam Fedor <fedor@gnu.org>
10015
10016 * Makefile.in (infrun.o): Add $(language_h)
10017 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10018 for language specific trampolines.
10019 * language.h (struct language_defn): Add skip_trampoline.
10020 (skip_language_trampoline): Declare.
10021 * language.c (unk_lang_trampoline, skip_language_trampoline):
10022 New functions.
10023 (unknown_language_defn, auto_language_defn, local_language_defn):
10024 Add ukn_lang_trampoline.
10025 * ada-lang.c (ada_language_defn): Add NULL for language
10026 specific skip_trampoline.
10027 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10028 scm-lang.c: Likewise.
10029 * objc-lang.c (objc_skip_trampoline): New function.
10030 (objc_language_defn): Add objc_skip_trampoline.
10031
10032 2003-03-25 Andrew Cagney <cagney@redhat.com>
10033
10034 * frame.c (get_prev_frame): Delay validating a frame's ID -
10035 non-NULL, didn't go backwards - until an attempt to unwind it to
10036 the previous frame.
10037
10038 2003-03-25 Andrew Cagney <cagney@redhat.com>
10039
10040 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10041 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10042 * gdbarch.h, gdbarch.c: Re-generate.
10043 * config/sparc/tm-sparc.h
10044 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10045 * sparc-tdep.c (sparc_gdbarch_init): Set
10046 deprecated_extra_stack_alignment_needed.
10047 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10048 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10049 extra_stack_alignment_needed.
10050 * v850-tdep.c (v850_gdbarch_init): Ditto.
10051 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10052 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10053 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10054 * cris-tdep.c (cris_gdbarch_init): Ditto.
10055 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10056 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10057
10058 2003-03-25 Andrew Cagney <cagney@redhat.com>
10059
10060 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10061 STORE_STRUCT_RETURN.
10062 * gdbarch.h, gdbarch.c: Regenerate.
10063 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10064 (d10v_push_arguments): Set the struct return register.
10065 (d10v_gdbarch_init): Update.
10066 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10067 * x86-64-tdep.c (x86_64_init_abi): Update.
10068 * vax-tdep.c (vax_gdbarch_init): Update.
10069 * v850-tdep.c (v850_gdbarch_init): Update.
10070 * sparc-tdep.c (sparc_gdbarch_init): Update.
10071 * sh-tdep.c (sh_gdbarch_init): Update.
10072 * s390-tdep.c (s390_gdbarch_init): Update.
10073 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10074 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10075 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10076 * mips-tdep.c (mips_gdbarch_init): Update.
10077 * mcore-tdep.c (mcore_gdbarch_init): Update.
10078 * m68k-tdep.c (m68k_gdbarch_init): Update.
10079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10080 * ia64-tdep.c (ia64_gdbarch_init): Update.
10081 * i386-tdep.c (i386_gdbarch_init): Update.
10082 * hppa-tdep.c (hppa_gdbarch_init): Update.
10083 * h8300-tdep.c (h8300_gdbarch_init): Update.
10084 * frv-tdep.c (frv_gdbarch_init): Update.
10085 * cris-tdep.c (cris_gdbarch_init): Update.
10086 * avr-tdep.c (avr_gdbarch_init): Update.
10087 * arm-tdep.c (arm_gdbarch_init): Update.
10088 * alpha-tdep.c (alpha_gdbarch_init): Update.
10089
10090 2003-03-25 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10093 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10094 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10095 * gdbarch.h, gdbarch.c: Regenerate.
10096 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10097 call_dummy_stack_adjust_p.
10098 * vax-tdep.c (vax_gdbarch_init): Ditto.
10099 * v850-tdep.c (v850_gdbarch_init): Ditto.
10100 * sh-tdep.c (sh_gdbarch_init): Ditto.
10101 * s390-tdep.c (s390_gdbarch_init): Ditto.
10102 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10103 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10104 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10105 * mips-tdep.c (mips_gdbarch_init): Ditto.
10106 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10107 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10108 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10109 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10110 * i386-tdep.c (i386_gdbarch_init): Ditto.
10111 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10112 * frv-tdep.c (frv_gdbarch_init): Ditto.
10113 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10114 * cris-tdep.c (cris_gdbarch_init): Ditto.
10115 * avr-tdep.c (avr_gdbarch_init): Ditto.
10116 * arm-tdep.c (arm_gdbarch_init): Ditto.
10117 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10118 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10119 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10120 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10121 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10122 call_dummy_stack_adjust_p.
10123 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10124 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10125 * sparc-tdep.c (sparc32_push_arguments): Update.
10126 * valops.c (hand_function_call): Update.
10127
10128 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10129
10130 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10131 set_gdbarch_char_signed.
10132
10133 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10134
10135 PR cli/548
10136 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10137
10138 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10139
10140 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10141 (_initialize_arm_tdep): Don't set tm_print_insn.
10142
10143 2003-03-24 Adam Fedor <fedor@gnu.org>
10144
10145 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10146 * objc-lang.h: Add multiple inclusion protection.
10147 (start_msglist, add_msglist, end_msglist): Additional declarations.
10148
10149 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10150
10151 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10152 value was renamed to ARM_FLOAT_SOFT_FPA.
10153
10154 2003-03-23 Andrew Cagney <cagney@redhat.com>
10155
10156 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10157 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10158 * gdbarch.h, gdbarch.c: Regenerate.
10159 * valops.c (hand_function_call): Update.
10160 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10161 * frame.c (legacy_saved_regs_this_id): Update.
10162 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10163 * dummy-frame.h: Update.
10164 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10165 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10166 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10167 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10168 * config/m68k/tm-sun3.h: Update.
10169 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10171 * x86-64-tdep.c (x86_64_init_abi): Update.
10172 * vax-tdep.c (vax_gdbarch_init): Update.
10173 * v850-tdep.c (v850_gdbarch_init): Update.
10174 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10175 * sh-tdep.c (sh_gdbarch_init): Update.
10176 * s390-tdep.c (s390_gdbarch_init): Update.
10177 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10178 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10179 (frame_get_saved_regs): Update.
10180 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10181 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10182 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10183 * mips-tdep.c (mips_gdbarch_init): Update.
10184 * mcore-tdep.c (mcore_gdbarch_init): Update.
10185 * m68k-tdep.c (m68k_gdbarch_init): Update.
10186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10187 * ia64-tdep.c (ia64_gdbarch_init): Update.
10188 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10189 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10190 (i386_interix_back_one_frame): Update.
10191 * hppa-tdep.c (hppa_gdbarch_init): Update.
10192 (hppa_init_extra_frame_info): Update.
10193 * h8300-tdep.c (h8300_gdbarch_init): Update.
10194 * frv-tdep.c (frv_gdbarch_init): Update.
10195 * cris-tdep.c (cris_gdbarch_init): Update.
10196 * avr-tdep.c (avr_gdbarch_init): Update.
10197 * arm-tdep.c (arm_gdbarch_init): Update.
10198 * alpha-tdep.c (alpha_gdbarch_init): Update.
10199
10200 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10201
10202 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10203 (arm_get_fp_model): Declare.
10204 * arm-tdep.c (fp_model_strings): New string array.
10205 (arm_fp_model, current_fp_model): New variables.
10206 (arm_get_fp_model): New function.
10207 (arm_set_fp): New function.
10208 (set_fp_model_sfunc): New function.
10209 (show_fp_model): New function.
10210 (_initialize_arm_tdep): Add new command to set/show the FPU.
10211 (arm_extract_return_value): Use arm_get_fp_model.
10212 (arm_store_return_value): Likewise.
10213 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10214 to initialize the floating-point data types.
10215 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10216 model is FPA.
10217
10218 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10219
10220 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10221 the current setting of each value.
10222 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10223 new_set and new_show. Use add_setshow_cmd_full and
10224 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10225 commands and add new version as subcommands of "set/show arm".
10226
10227 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10228
10229 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10230 (set_arm_command, show_arm_command): New functions.
10231 (_initialize_arm_tdep): Add them.
10232 (num_disassembly_options): Renamed from num_flavor_options.
10233 (valid_disassembly_styles): Renamed from valid_flavors.
10234 (disassembly_style): Renamed from disassembly_flavor.
10235 (set_disassembly_style_sfunc): Renamed from
10236 set_disassembly_flavor_sfunc.
10237 (set_disassembly_style): Renamed from set_disassembly_flavor.
10238 (arm_othernames): Updated.
10239 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10240 command. Add "set/show arm disassembly" commands. Deprecate
10241 "othernames" command.
10242
10243 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10244
10245 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10246 (arm-tdep.o): Depend on elf_arm_h.
10247
10248 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10249
10250 * Makefile.in (coff_internal_h): Define.
10251 (arm-tdep.o): Update dependencies.
10252
10253 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10254
10255 * arm-tdep.c (prologue_cache): Delete.
10256 (check_prologue_cache, save_prologue_cache): Delete.
10257 (arm_scan_prologue): Don't check or update the prologue_cache.
10258 (arm_gdb_arch_init): Don't initialize it.
10259 (_initialize_arm_tdep): Likewise.
10260
10261 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10262
10263 * MAINTAINERS (tui): Maintainer of tui code.
10264
10265 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10266
10267 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10268 (i386-cygwin-tdep.o): Add dependencies.
10269 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10270 * i386-cygwin-tdep.c: New file.
10271 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10272 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10273
10274 2003-03-20 Andrew Cagney <cagney@redhat.com>
10275
10276 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10277 (handle_inferior_event): Remove code calling
10278 DYNAMIC_TRAMPOLINE_NEXTPC.
10279
10280 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10281 already has a full path.
10282
10283 * main.c (gdb_main): Return 1.
10284 (captured_main): Call error to report an invalid interpreter.
10285
10286 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10287 * alpha-osf1-tdep.c: Include "gdb_string.h".
10288
10289 2003-03-19 J. Brobecker <brobecker@gnat.com>
10290
10291 Continuing work to convert the hppa targets to multiarch partial.
10292
10293 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10294 method, now that hppa_push_dummy_frame has a conformant prototype.
10295 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10296 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10297 for the switch to multiarch partial.
10298
10299 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10300
10301 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10302 when iss is issNull.
10303
10304 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10305
10306 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10307 NUM_REGS bounds check.
10308
10309 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10310
10311 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10312 * mips-tdep.c (gdb_assert.h): Include.
10313 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10314 (mips_register_name): Handle integer registers explicitly. Add
10315 bounds checking.
10316 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10317 (mips_lsi33k_reg_names): Don't list integer registers; they're
10318 handled by mips_register_name() now.
10319 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10320 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10321 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10322 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10323 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10324
10325 2003-03-18 Andrew Cagney <cagney@redhat.com>
10326
10327 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10328 a void pointer.
10329 * gdbtypes.h (print_scalar_formatted): Update declaration.
10330 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10331
10332 2003-03-18 J. Brobecker <brobecker@gnat.com>
10333
10334 * infrun.c (observer.h): Add #include.
10335 (normal_stop): Add call to observer_notify_normal_stop.
10336 * Makefile.in (infrun.o): Add dependency on observer.h.
10337
10338 2003-03-18 J. Brobecker <brobecker@gnat.com>
10339
10340 Continuing work to convert the hppa targets to multiarch partial.
10341 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10342 parameter. Reformat comment.
10343 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10344 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10345 to match new profile.
10346
10347 2003-03-18 J. Brobecker <brobecker@gnat.com>
10348
10349 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10350 appear to be working in any case.
10351
10352 2003-03-18 J. Brobecker <brobecker@gnat.com>
10353
10354 * observer.c (observer_test_first_observer): New static variable.
10355 (observer_test_second_observer): Likewise.
10356 (observer_test_third_observer): Likewise.
10357 (observer_test_first_notification_function): New static function.
10358 (observer_test_second_notification_function): Likewise.
10359 (observer_test_third_notification_function): Likewise.
10360
10361 2003-03-17 J. Brobecker <brobecker@gnat.com>
10362
10363 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10364 * somsolib.c (gdb_assert.h): Likewise.
10365 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10366 (somsolib.o): Likewise.
10367
10368 2003-03-17 Andrew Cagney <cagney@redhat.com>
10369
10370 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10371 BFD. Simplify setting of di.endian.
10372
10373 2003-03-17 Andrew Cagney <cagney@redhat.com>
10374
10375 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10376 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10377
10378 From Elena Zannoni <ezannoni@redhat.com>
10379 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10380 vector and floating-point parameters.
10381 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10382 convention.
10383 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10384
10385 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10386
10387 * MAINTAINERS: Remove my name from several maintainership roles.
10388
10389 2003-03-17 Andrew Cagney <cagney@redhat.com>
10390
10391 Fix frame off-by-one bug.
10392 * frame-unwind.h (frame_this_id_ftype): Replace
10393 frame_unwind_id_ftype.
10394 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10395 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10396 with "prev_register".
10397 * frame-unwind.c (frame_unwind_find_by_pc): Return
10398 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10399 comment.
10400 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10401 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10402 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10403 (dummy_frame_unwind): Update.
10404 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10405 sentinel_frame_register_unwind.
10406 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10407 (sentinel_frame_unwinder): Update.
10408 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10409 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10410 * frame.c (create_sentinel_frame): Update. Initialize
10411 "prologue_cache" instead of "unwind_cache".
10412 (frame_register_unwind): Call this frame's prev_register with the
10413 next frame and this frame's prologue cache.
10414 (get_prev_frame): Simplify. Always call prev frame's this_id with
10415 this frame and prev frame's prologue cache. Document that this
10416 call is shifted one to the left when compared to the
10417 frame_register_unwind call.
10418 (legacy_saved_regs_prev_register): Replace
10419 frame_saved_regs_register_unwind.
10420 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10421 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10422 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10423 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10424 (d10v_frame_unwind): Update.
10425 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10426 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10427 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10428 "saved_regs" with "this_saved_regs".
10429
10430 2003-03-16 Andrew Cagney <cagney@redhat.com>
10431
10432 * frame.c (frame_pop): Don't call target_store_registers. Fix
10433 problem reported by Mark Kettenis.
10434
10435 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10436
10437 * i386-tdep.c (i386_register_type): Renamed from
10438 i386_register_virtual_type. Adjust function signature.
10439 (i386_gdbarch_init): Set register_type instead of
10440 deprecated_max_register_raw_size,
10441 deprecated_max_register_virtual_size and register_virtual_type.
10442
10443 2003-03-14 Andrew Cagney <cagney@redhat.com>
10444
10445 * frame.c (get_prev_frame): When a legacy frame, always call
10446 legacy_get_prev_frame. Simplify unwind code using assumption that
10447 the unwinder is new.
10448 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10449 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10450 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10451
10452 2003-03-14 Andrew Cagney <cagney@redhat.com>
10453
10454 * frame.c (get_saved_register): Delete function.
10455 * frame.h (get_saved_register): Delete declaration.
10456 * xstormy16-tdep.c: Update comment.
10457 * regcache.h: Update comments.
10458 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10459 get_saved_register and extract_address, use
10460 frame_read_unsigned_register.
10461 (sparc_frame_saved_pc): Ditto.
10462 (sparc_get_saved_register): Instead of get_saved_register, use
10463 frame_register.
10464 (sparc_pop_frame): Ditto.
10465 * findvar.c: Update comments.
10466 (value_of_register): Call frame_register instead of
10467 get_saved_register.
10468 (value_from_register): Ditto.
10469 * config/sparc/tm-sparc.h: Update comment.
10470 * breakpoint.c: Update comment.
10471
10472 2003-03-14 Andrew Cagney <cagney@redhat.com>
10473
10474 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10475 GET_SAVED_REGISTER.
10476 * gdbarch.h, gdbarch.c: Re-generate.
10477 * frame.h: Update comments.
10478 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10479 * x86-64-tdep.c (x86_64_init_abi): Update.
10480 * sparc-tdep.c (sparc_gdbarch_init): Update.
10481 * sh-tdep.c (sh_gdbarch_init): Update.
10482 * mips-tdep.c (mips_gdbarch_init): Update.
10483 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10484 * cris-tdep.c (cris_gdbarch_init): Update.
10485 * ia64-tdep.c (ia64_gdbarch_init): Update.
10486 * frame.c (frame_register): Update.
10487 (get_saved_register): Update.
10488 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10489
10490 2003-03-13 Andrew Cagney <cagney@redhat.com>
10491
10492 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10493 * gdbarch.h, gdbarch.c: Regenerate.
10494 * valops.c (hand_function_call): Update comment.
10495 * stack.c (return_command): Update comment.
10496 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10497 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10498 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10499 * x86-64-tdep.c (x86_64_init_abi): Update.
10500 * vax-tdep.c (vax_gdbarch_init): Update.
10501 * v850-tdep.c (v850_gdbarch_init): Update.
10502 * sparc-tdep.c (sparc_gdbarch_init): Update.
10503 * sh-tdep.c (sh_gdbarch_init): Update.
10504 * s390-tdep.c (s390_gdbarch_init): Update.
10505 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10506 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10507 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10508 * mips-tdep.c (mips_gdbarch_init): Update.
10509 * mcore-tdep.c (mcore_gdbarch_init): Update.
10510 * m68k-tdep.c (m68k_gdbarch_init): Update.
10511 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10512 * ia64-tdep.c (ia64_gdbarch_init): Update.
10513 * i386-tdep.c (i386_gdbarch_init): Update.
10514 * hppa-tdep.c (hppa_gdbarch_init): Update.
10515 * h8300-tdep.c (h8300_gdbarch_init): Update.
10516 * frv-tdep.c (frv_gdbarch_init): Update.
10517 * cris-tdep.c (cris_gdbarch_init): Update.
10518 * avr-tdep.c (avr_gdbarch_init): Update.
10519 * arm-tdep.c (arm_gdbarch_init): Update.
10520 * alpha-tdep.c (alpha_gdbarch_init): Update.
10521
10522 2003-03-13 Andrew Cagney <cagney@redhat.com>
10523
10524 * frame.c (legacy_frame_p): New function.
10525 (get_prev_frame): Use legacy_frame_p.
10526 * frame.h (legacy_frame_p): Declare.
10527
10528 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10529
10530 * MAINTAINERS (write after approval): Alphabetically
10531 listing corrected.
10532
10533 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10534
10535 * MAINTAINERS (write after approval): Add myself.
10536
10537 2003-03-12 Andrew Cagney <cagney@redhat.com>
10538
10539 * frame.c (get_prev_frame): Rename the frame parameter to
10540 "this_frame".
10541 (get_next_frame, legacy_get_prev_frame): Ditto.
10542
10543 2003-03-12 Andrew Cagney <cagney@redhat.com>
10544
10545 * frame.c (get_current_frame): Check target_has_registers before
10546 checking target_has_stack.
10547 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10548 instead of deprecated_selected_frame.
10549 * findvar.c (value_of_register): Pass "frame", not
10550 deprecated_selected_frame, to value_of_builtin_reg.
10551
10552 2003-03-12 Andrew Cagney <cagney@redhat.com>
10553
10554 * regcache.c (regcache_cooked_write_signed): New function.
10555 (regcache_cooked_write_unsigned): New function.
10556 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10557 (regcache_cooked_read_signed): Fix regnum in range assertion.
10558 * regcache.h (regcache_cooked_write_signed): Declare.
10559 (regcache_cooked_write_unsigned): Declare.
10560
10561 2003-03-12 Andrew Cagney <cagney@redhat.com>
10562
10563 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10564 * gdbarch.h, gdbarch.c: Re-generate.
10565 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10566 * x86-64-tdep.h: Update.
10567 * x86-64-tdep.c (x86_64_init_abi): Update.
10568 * v850-tdep.c (v850_gdbarch_init): Update.
10569 * sparc-tdep.c (sparc_gdbarch_init): Update.
10570 * sh-tdep.c (sh_gdbarch_init): Update.
10571 * s390-tdep.c (s390_gdbarch_init): Update.
10572 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10573 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10574 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10575 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10576 * mips-tdep.c (mips_gdbarch_init): Update.
10577 * mcore-tdep.c (mcore_gdbarch_init): Update.
10578 * m68k-tdep.c (m68k_gdbarch_init): Update.
10579 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10580 * ia64-tdep.c (ia64_gdbarch_init): Update.
10581 * i386-tdep.c (i386_gdbarch_init): Update.
10582 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10583 * hppa-tdep.c (hppa_gdbarch_init): Update.
10584 * h8300-tdep.c (h8300_gdbarch_init): Update.
10585 * frv-tdep.c (frv_gdbarch_init): Update.
10586 * cris-tdep.c (cris_gdbarch_init): Update.
10587 * avr-tdep.c (avr_gdbarch_init): Update.
10588 * arm-tdep.c (arm_gdbarch_init): Update.
10589 * alpha-tdep.c (alpha_gdbarch_init): Update.
10590 * sh-tdep.c (sh_init_extra_frame_info): Update.
10591 (sh64_init_extra_frame_info): Update.
10592 * ns32knbsd-nat.c (frame_num_args): Update.
10593 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10594 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10595 (xstormy16_frame_chain_valid): Update.
10596 * vax-tdep.c (vax_saved_pc_after_call): Update.
10597 * v850-tdep.c (v850_frame_chain): Update.
10598 (v850_pop_frame): Update.
10599 (v850_init_extra_frame_info): Update.
10600 * sparc-tdep.c (setup_arbitrary_frame): Update.
10601 * ns32k-tdep.c (umax_frame_num_args): Update.
10602 * s390-tdep.c (s390_pop_frame_regular): Update.
10603 * mn10300-tdep.c (mn10300_frame_chain): Update.
10604 (mn10300_pop_frame_regular): Update.
10605 (mn10300_init_extra_frame_info): Update.
10606 * mips-tdep.c (mips_init_frame_pc_first): Update.
10607 (mips_frame_chain): Update.
10608 (mips_pop_frame): Update.
10609 * mcore-tdep.c (mcore_frame_chain): Update.
10610 (mcore_pop_frame): Update.
10611 (mcore_init_extra_frame_info): Update.
10612 * arch-utils.c (init_frame_pc_default): Update.
10613 * m68k-tdep.c (isi_frame_num_args): Update.
10614 (delta68_frame_num_args): Update.
10615 (news_frame_num_args): Update.
10616 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10617 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10618 (alpha_frame_chain): Update.
10619 (alpha_pop_frame): Update.
10620 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10621 (hppa_init_extra_frame_info): Update.
10622 (hppa_frame_chain): Update.
10623 (hppa_frame_chain_valid): Update.
10624 * cris-tdep.c (cris_init_extra_frame_info): Update.
10625 * avr-tdep.c (avr_init_extra_frame_info): Update.
10626 * arm-tdep.c (arm_frame_chain_valid): Update.
10627 (arm_init_extra_frame_info): Update.
10628 (arm_pop_frame): Update.
10629 * frame.c (frame_pc_unwind): Update.
10630 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10631 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10632 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10633 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10634 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10635 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10636
10637 2003-03-12 Andrew Cagney <cagney@redhat.com>
10638
10639 Eliminate the need for POP_FRAME.
10640 * frame.c (do_frame_unwind_register): New function.
10641 (frame_pop): When no POP_FRAME, pop the frame using register
10642 unwind and a scratch regcache.
10643 (frame_saved_regs_pop): Delete function.
10644 (trad_frame_unwinder): Update.
10645 * d10v-tdep.c (d10v_frame_pop): Delete function.
10646 (d10v_frame_unwind): Update.
10647 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10648 (sentinel_frame_unwinder): Update.
10649 * dummy-frame.c (dummy_frame_pop): Delete function.
10650 (dummy_frame_unwind): Update.
10651 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10652 (struct frame_unwind): Update.
10653
10654 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10655
10656 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10657 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10658 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10659 Do range checks on register number obtained from debugging info.
10660 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10661 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10662 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10663 mapping function.
10664 (do_fp_register_row): Fix typo which caused double type to be
10665 used when attempting to unpack a float.
10666
10667 2003-03-11 J. Brobecker <brobecker@gnat.com>
10668
10669 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10670
10671 2003-03-11 Andrew Cagney <cagney@redhat.com>
10672
10673 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10674 frame. Problem found by Corinna Vinschen.
10675
10676 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10677
10678 * doublest.c (floatformat_from_length): Accept also
10679 the real size of 'long double' type.
10680
10681 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10682
10683 From Klee Dienes <kdienes@apple.com>:
10684 * breakpoint.c (bpstat_copy): Copy the command lines as well
10685 as the old value, to match what is freed in bpstat_clear.
10686
10687 2003-03-10 David Carlton <carlton@math.stanford.edu>
10688
10689 * minsyms.c (add_minsym_to_hash_table): Replace
10690 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10691 (compare_minimal_symbols, compact_minimal_symbols)
10692 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10693 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10694 of DEPRECATED_SYMBOL_MATCHES_NAME.
10695 (lookup_minimal_symbol_solib_trampoline): Ditto.
10696
10697 2003-03-10 Andrew Cagney <cagney@redhat.com>
10698
10699 * regcache.h (regcache_cooked_read_ftype): Define.
10700 (regcache_save, regcache_restore): Add a cooked_read parameter.
10701 * regcache.c (regcache_save, regcache_restore): Update.
10702 (do_cooked_read): New function.
10703 (regcache_cpy): Pass do_cooked_read to regcache_save and
10704 regcache_restore.
10705
10706 2003-03-10 Andrew Cagney <cagney@redhat.com>
10707
10708 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10709 * gdbarch.h, gdbarch.c: Re-generate.
10710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10711 * x86-64-tdep.h: Update.
10712 * x86-64-tdep.c (x86_64_init_abi): Update.
10713 * v850-tdep.c (v850_gdbarch_init): Update.
10714 * sparc-tdep.c (sparc_gdbarch_init): Update.
10715 * sh-tdep.c (sh_gdbarch_init): Update.
10716 * s390-tdep.c (s390_gdbarch_init): Update.
10717 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10718 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10719 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10720 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10721 * mips-tdep.c (mips_gdbarch_init): Update.
10722 * mcore-tdep.c (mcore_gdbarch_init): Update.
10723 * m68k-tdep.c (m68k_gdbarch_init): Update.
10724 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10725 * ia64-tdep.c (ia64_gdbarch_init): Update.
10726 * i386-tdep.c (i386_gdbarch_init): Update.
10727 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10728 * hppa-tdep.c (hppa_gdbarch_init): Update.
10729 * h8300-tdep.c (h8300_gdbarch_init): Update.
10730 * frv-tdep.c (frv_gdbarch_init): Update.
10731 * cris-tdep.c (cris_gdbarch_init): Update.
10732 * avr-tdep.c (avr_gdbarch_init): Update.
10733 * arm-tdep.c (arm_gdbarch_init): Update.
10734 * alpha-tdep.c (alpha_gdbarch_init): Update.
10735 * sh-tdep.c (sh_init_extra_frame_info): Update.
10736 (sh64_init_extra_frame_info): Update.
10737 * ns32knbsd-nat.c (frame_num_args): Update.
10738 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10739 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10740 (xstormy16_frame_chain_valid): Update.
10741 * vax-tdep.c (vax_saved_pc_after_call): Update.
10742 * v850-tdep.c (v850_frame_chain): Update.
10743 (v850_pop_frame): Update.
10744 (v850_init_extra_frame_info): Update.
10745 * sparc-tdep.c (setup_arbitrary_frame): Update.
10746 * ns32k-tdep.c (umax_frame_num_args): Update.
10747 * s390-tdep.c (s390_pop_frame_regular): Update.
10748 * mn10300-tdep.c (mn10300_frame_chain): Update.
10749 (mn10300_pop_frame_regular): Update.
10750 (mn10300_init_extra_frame_info): Update.
10751 * mips-tdep.c (mips_init_frame_pc_first): Update.
10752 (mips_frame_chain): Update.
10753 (mips_pop_frame): Update.
10754 * mcore-tdep.c (mcore_frame_chain): Update.
10755 (mcore_pop_frame): Update.
10756 (mcore_init_extra_frame_info): Update.
10757 * arch-utils.c (init_frame_pc_default): Update.
10758 * m68k-tdep.c (isi_frame_num_args): Update.
10759 (delta68_frame_num_args): Update.
10760 (news_frame_num_args): Update.
10761 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10762 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10763 (alpha_frame_chain): Update.
10764 (alpha_pop_frame): Update.
10765 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10766 (hppa_init_extra_frame_info): Update.
10767 (hppa_frame_chain): Update.
10768 (hppa_frame_chain_valid): Update.
10769 * cris-tdep.c (cris_init_extra_frame_info): Update.
10770 * avr-tdep.c (avr_init_extra_frame_info): Update.
10771 * arm-tdep.c (arm_frame_chain_valid): Update.
10772 (arm_init_extra_frame_info): Update.
10773 (arm_pop_frame): Update.
10774 * frame.c (frame_pc_unwind): Update.
10775 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10776 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10777 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10778 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10779 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10780 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10781
10782 2003-03-10 Andrew Cagney <cagney@redhat.com>
10783
10784 * gdbarch.sh (gdbarch_unwind_pc): New method.
10785 * gdbarch.h, gdbarch.c: Regenerate.
10786 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10787 but use read_pc and FRAME_SAVED_PC as fall backs.
10788 (frame_saved_regs_pc_unwind): Delete function.
10789 (trad_frame_unwinder): Update.
10790 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10791 (struct frame_unwind): Update.
10792 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10793 (dummy_frame_unwind): Update.
10794 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10795 (sentinel_frame_unwinder): Update.
10796 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10797 (d10v_frame_unwind): Update.
10798 (d10v_unwind_pc): New function.
10799 (d10v_gdbarch_init): Set unwind_pc.
10800
10801 2003-03-10 Andrew Cagney <cagney@redhat.com>
10802
10803 * gdbarch.h: Re-generate.
10804
10805 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10806 PC.
10807 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10808 the PC register.
10809
10810 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10811
10812 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10813
10814 2003-03-08 Andrew Cagney <cagney@redhat.com>
10815
10816 * cli-out.c: Update copyright.
10817 (cli_out_data): Define typedef. Use instead of ui_out_data.
10818
10819 2003-03-08 Andrew Cagney <cagney@redhat.com>
10820
10821 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10822 the result.
10823
10824 2003-03-07 Andrew Cagney <cagney@redhat.com>
10825
10826 * gdbarch.sh: Don't generate two macro definitions when an
10827 undefined macro taking no arguments.
10828 * gdbarch.h: Regenerate.
10829
10830 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10831
10832 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10833 (x86_64_unwind_dummy_id): New functions.
10834 (x86_64_init_abi): Register these two new functions.
10835
10836 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10837
10838 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10839 (x86_64_skip_prologue): Move prologue detection to
10840 separate function.
10841 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10842
10843 2003-03-05 Andrew Cagney <cagney@redhat.com>
10844
10845 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10846 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10847 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10848 to use unwind_dummy_id when a dummy frame.
10849 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10850 predicate.
10851 * gdbarch.h, gdbarch.c: Regneerate.
10852
10853 2003-03-05 Andrew Cagney <cagney@redhat.com>
10854
10855 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10856 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10857 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10858 values.
10859
10860 2003-03-05 Andrew Cagney <cagney@redhat.com>
10861
10862 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10863 (struct d10v_unwind_cache): Delete field "frameless". Replace
10864 "next_addr" with "sp_offset". Add "r11_offset".
10865 (d10v_frame_unwind_cache): Update.
10866 (prologue_find_regs): Update. When "mv r11, sp", save the
10867 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10868 RN was saved in r11_offset.
10869
10870 2003-03-05 Andrew Cagney <cagney@redhat.com>
10871
10872 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10873 cached PC value in the next frame.
10874
10875 2003-03-05 Andrew Cagney <cagney@redhat.com>
10876
10877 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10878 "id_unwind_cache" with "id".
10879 (frame_id_unwind): Delete declaration.
10880 * frame.c (frame_id_unwind): Delete function.
10881 (get_prev_frame): Call the frame id unwind method directly. Store
10882 the returned next frame's ID value in NEXT_FRAME. Note that there
10883 is a problem with the wrong unwind ID being called with the wrong
10884 unwind cache.
10885
10886 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10887
10888 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10889
10890 2003-03-05 James Ingham <jingham@apple.com>
10891 Daniel Jacobowitz <drow@mvista.com>
10892
10893 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10894 (auto_cp_abi): New variable.
10895 (current_cp_abi, num_cp_abis): Make static.
10896 (CP_ABI_MAX): Define.
10897 (cp_abis): Turn into an array.
10898 (value_virtual_fn_field): Fix formatting.
10899 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10900 takes a pointer.
10901 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10902 (list_cp_abis, _initialize_cp_abi): New functions.
10903 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10904 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10905 switch_to_cp_abi. Update prototype for register_cp_abi.
10906 * Makefile.in (cp-abi.o): Update dependencies.
10907 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10908 instead of switch_to_cp_abi.
10909 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10910 register_cp_abi.
10911 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10912 register_cp_abi.
10913 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10914
10915 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10916
10917 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10918 * dwarf2loc.c: Include "regcache.h".
10919 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10920 register_size.
10921 * Makefile.in (dwarf2loc.o): Update dependencies.
10922
10923 2003-03-04 Theodore A. Roth <troth@openavr.org>
10924
10925 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10926 number of io registers reported by remote target is not a multiple of
10927 step.
10928
10929 2003-03-04 David Carlton <carlton@math.stanford.edu>
10930
10931 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10932 (lookup_symbol_aux_psymtabs): Update call to
10933 lookup_partial_symbol.
10934 (lookup_transparent_type, find_main_psymtab)
10935 (make_symbol_overload_list): Ditto.
10936
10937 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10938
10939 * MAINTAINERS (Write after approval): Update my email address.
10940
10941 2003-03-03 Andrew Cagney <cagney@redhat.com>
10942
10943 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10944 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10945 predicate. Replace MAX_REGISTER_RAW_SIZE.
10946 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10947 MAX_REGISTER_VIRTUAL_SIZE.
10948 * regcache.c (legacy_max_register_raw_size): New function.
10949 (legacy_max_register_virtual_size): New function.
10950 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10951 (MAX_REGISTER_RAW_SIZE): Define.
10952 (legacy_max_register_raw_size): Declare.
10953 (legacy_max_register_virtual_size): Declare.
10954 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10955 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10956 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10957 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10958 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10959 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10960 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10961 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10962 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10963 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10964 * vax-tdep.c (vax_gdbarch_init): Update.
10965 * v850-tdep.c (v850_gdbarch_init): Update.
10966 * sparc-tdep.c (sparc_gdbarch_init): Update.
10967 * sh-tdep.c (sh_gdbarch_init): Update.
10968 * s390-tdep.c (s390_gdbarch_init): Update.
10969 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10970 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10971 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10972 * mips-tdep.c (mips_gdbarch_init): Update.
10973 * mcore-tdep.c (mcore_gdbarch_init): Update.
10974 * m68k-tdep.c (m68k_gdbarch_init): Update.
10975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10976 * ia64-tdep.c (ia64_gdbarch_init): Update.
10977 * i386-tdep.c (i386_gdbarch_init): Update.
10978 * hppa-tdep.c (hppa_gdbarch_init): Update.
10979 * h8300-tdep.c (h8300_gdbarch_init): Update.
10980 * frv-tdep.c (frv_gdbarch_init): Update.
10981 * cris-tdep.c (cris_gdbarch_init): Update.
10982 * avr-tdep.c (avr_gdbarch_init): Update.
10983 * arm-tdep.c (arm_gdbarch_init): Update.
10984 * alpha-tdep.c (alpha_gdbarch_init): Update.
10985 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10986 max_register_raw_size or max_register_virtual_size.
10987
10988 2003-03-03 David Carlton <carlton@math.stanford.edu>
10989
10990 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10991 SYMBOL_MATCHES_NAME, add comment.
10992 (SYMBOL_MATCHES_NATURAL_NAME): New.
10993 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10994 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10995 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10996 * symtab.c (lookup_partial_symbol): Use
10997 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10998 unhelpful comment.
10999 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11000 SYMBOL_MATCHES_NAME.
11001 Fix for PR c++/33.
11002
11003 2003-03-03 David Carlton <carlton@math.stanford.edu>
11004
11005 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11006 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11007 by regexp matching against SYMBOL_NATURAL_NAME.
11008
11009 2003-03-03 David Carlton <carlton@math.stanford.edu>
11010
11011 * linespec.c (find_method): Extract code into collect_methods.
11012 (collect_methods): New.
11013
11014 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11015
11016 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11017 get_frame_base.
11018
11019 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11020 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11021
11022 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11023
11024 * arch-utils.c (generic_register_byte): Fix to use the loop index
11025 and not regnum when summing the size of all registers up to regnum.
11026
11027 2003-03-01 Andrew Cagney <cagney@redhat.com>
11028
11029 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11030 FRAME_INIT_SAVED_REGS.
11031 * gdbarch.h, gdbarch.c: Regenerate.
11032 * stack.c (frame_info): Update.
11033 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11034 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11035 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11036 * ns32k-tdep.c (ns32k_pop_frame): Update.
11037 * mips-tdep.c (mips_pop_frame): Update.
11038 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11039 * ia64-tdep.c (ia64_frame_chain): Update.
11040 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11041 (ia64_frameless_function_invocation): Update.
11042 (ia64_init_extra_frame_info): Update.
11043 (ia64_pop_frame_regular): Update.
11044 * frame.h (struct frame_info): Update comment.
11045 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11046 * frame.c (frame_saved_regs_register_unwind): Update.
11047 (frame_saved_regs_register_unwind): Update.
11048 (deprecated_generic_get_saved_register): Update.
11049 * cris-tdep.c: Update comment.
11050 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11051 Rename macro.
11052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11053 * x86-64-tdep.c (x86_64_init_abi): Update.
11054 * vax-tdep.c (vax_gdbarch_init): Update.
11055 * v850-tdep.c (v850_gdbarch_init): Update.
11056 * sparc-tdep.c (sparc_gdbarch_init): Update.
11057 * sh-tdep.c (sh_gdbarch_init): Update.
11058 * s390-tdep.c (s390_gdbarch_init): Update.
11059 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11060 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11061 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11063 * mips-tdep.c (mips_gdbarch_init): Update.
11064 * mcore-tdep.c (mcore_gdbarch_init): Update.
11065 * m68k-tdep.c (m68k_gdbarch_init): Update.
11066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11067 * ia64-tdep.c (ia64_gdbarch_init): Update.
11068 * i386-tdep.c (i386_gdbarch_init): Update.
11069 * frv-tdep.c (frv_gdbarch_init): Update.
11070 * avr-tdep.c (avr_gdbarch_init): Update.
11071 * arm-tdep.c (arm_gdbarch_init): Update.
11072 * alpha-tdep.c (alpha_gdbarch_init): Update.
11073
11074 2003-03-01 Andrew Cagney <cagney@redhat.com>
11075
11076 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11077 option enum and switch. When no windows, set the interpreter to
11078 INTERP_CONSOLE.
11079
11080 2003-03-01 Andrew Cagney <cagney@redhat.com>
11081
11082 * main.c (captured_main): Replace magic option characters with an
11083 enum.
11084
11085 2003-03-01 Andrew Cagney <cagney@redhat.com>
11086
11087 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11088 INIT_EXTRA_FRAME_INFO.
11089 * gdbarch.h, gdbarch.c: Regenerate.
11090 * arm-tdep.c: Update comments.
11091 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11092 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11093 * frame.h, avr-tdep.c: Ditto.
11094 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11095 (create_new_frame, legacy_get_prev_frame): Ditto.
11096 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11097 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11098 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11099 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11100 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11101 * v850-tdep.c (v850_gdbarch_init): Ditto.
11102 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11103 * sh-tdep.c (sh_gdbarch_init): Ditto.
11104 * s390-tdep.c (s390_gdbarch_init): Ditto.
11105 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11106 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11107 * mips-tdep.c (mips_gdbarch_init): Ditto.
11108 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11109 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11110 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11111 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11112 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11113 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11114 * frv-tdep.c (frv_gdbarch_init): Ditto.
11115 * cris-tdep.c (cris_gdbarch_init): Ditto.
11116 * avr-tdep.c (avr_gdbarch_init): Ditto.
11117 * arm-tdep.c (arm_gdbarch_init): Ditto.
11118 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11119 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11120
11121 2003-03-01 Andrew Cagney <cagney@redhat.com>
11122
11123 * gdbarch.sh (register_type): New function with predicate.
11124 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11125 * gdbarch.h, gdbarch.c: Re-generate.
11126 * arch-utils.c (generic_register_byte): Use generic_register_size.
11127 (generic_register_size): When available, use
11128 gdbarch_register_type.
11129 * regcache.c (init_regcache_descr): When available, initialize the
11130 register type array using gdbarch_register_type. If the
11131 architecture supplies gdbarch_register_type, do not use the legacy
11132 regcache layout.
11133 * d10v-tdep.c (d10v_register_type): Replace
11134 d10v_register_virtual_type.
11135 (d10v_gdbarch_init): Set register_type instead of
11136 register_virtual_type.
11137
11138 2003-03-01 Andrew Cagney <cagney@redhat.com>
11139
11140 * Makefile.in (ax-gdb.o): Update dependencies.
11141 * ax-gdb.c: Include "regcache.h".
11142 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11143 * findvar.c (value_of_register): Ditto.
11144 * infcmd.c (default_print_registers_info): Ditto.
11145
11146 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11147
11148 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11149 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11150
11151 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11152
11153 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11154 of STREQ.
11155
11156 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11157
11158 * Makefile.in (dwarf2loc.o): Update dependencies.
11159 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11160 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11161 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11162 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11163 (locexpr_tracepoint_var_ref): New function.
11164 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11165
11166 2003-02-28 Andrew Cagney <cagney@redhat.com>
11167
11168 * regcache.c (register_size): New function.
11169 * regcache.h (register_size): Declare
11170 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11171 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11172
11173 2003-02-28 David Carlton <carlton@math.stanford.edu>
11174
11175 * linespec.c (decode_compound): Extract code into find_method.
11176 (find_method): New.
11177
11178 2003-02-28 J. Brobecker <brobecker@gnat.com>
11179
11180 * Makefile.in: Add rules to build and link in observer.o.
11181
11182 2003-02-27 J. Brobecker <brobecker@gnat.com>
11183
11184 * observer.c: Minor comments edits.
11185
11186 2003-02-27 J. Brobecker <brobecker@gnat.com>
11187
11188 * observer.h, observer.c: New file.
11189
11190 2003-02-27 Andrew Cagney <cagney@redhat.com>
11191
11192 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11193
11194 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11195
11196 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11197 (M6812_OP_STS_EXT): Likewise.
11198 (m6811_prologue): Use the above to recognize prologue.
11199 (m6812_prologue): Likewise.
11200
11201 2003-02-27 David Carlton <carlton@math.stanford.edu>
11202
11203 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11204 SYMBOL_PRINT_NAME.
11205 (compare_psymbols): Ditto.
11206 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11207
11208 2003-02-27 Michael Snyder <msnyder@redhat.com>
11209
11210 * f-lang.c (build_fortran_types): New function.
11211 (_initialize_f_language): Gdbarch-register built-in fortran types.
11212 * doublest.c (extract_floating): Fix warning text.
11213
11214 2003-02-27 Andrew Cagney <cagney@redhat.com>
11215
11216 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11217 predicate. Replaces PUSH_DUMMY_FRAME.
11218 * gdbarch.h, gdbarch.c: Regnerate.
11219 * valops.c (hand_function_call): Update. Call
11220 generic_push_dummy_frame directly.
11221 * vax-tdep.c (vax_gdbarch_init): Update.
11222 * sparc-tdep.c (sparc_gdbarch_init): Update.
11223 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11224 * m68k-tdep.c (m68k_gdbarch_init): Update.
11225 * hppa-tdep.c (hppa_gdbarch_init): Update.
11226 * alpha-tdep.c (alpha_gdbarch_init): Update.
11227 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11228 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11229 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11230 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11231 push_dummy_frame to generic_push_dummy_frame.
11232 * v850-tdep.c (v850_gdbarch_init): Ditto.
11233 * sh-tdep.c (sh_gdbarch_init): Ditto.
11234 * s390-tdep.c (s390_gdbarch_init): Ditto.
11235 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11236 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11237 * mips-tdep.c (mips_gdbarch_init): Ditto.
11238 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11239 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11240 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11241 * i386-tdep.c (i386_gdbarch_init): Ditto.
11242 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11243 * frv-tdep.c (frv_gdbarch_init): Ditto.
11244 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11245 * cris-tdep.c (cris_gdbarch_init): Ditto.
11246 * avr-tdep.c (avr_gdbarch_init): Ditto.
11247 * arm-tdep.c (arm_gdbarch_init): Ditto.
11248
11249 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11250
11251 * mips-tdep.c (show_mips_abi): New function.
11252 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11253 command ``show mips abi''.
11254
11255 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11256
11257 From Elena Zannoni <ezannoni@redhat.com>
11258 * dbxread.c (process_one_symbol): Only record line 0 if one or
11259 more sline entries have been seen for the function.
11260
11261 2003-02-26 Michael Chastain <mec@shout.net>
11262
11263 * configure: Regenerate with autoconf 000227.
11264
11265 2003-02-26 Michael Chastain <mec@shout.net>
11266
11267 Close PR build/660.
11268 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11269 for old libc5/glibc.
11270 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11271
11272 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11273
11274 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11275 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11276
11277 2003-02-26 Michael Chastain <mec@shout.net>
11278
11279 * configure.in: New variable HAVE_UINTPTR_T.
11280 * configure, config.in: Regenerated.
11281
11282 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11283
11284 Fix PR build/1097.
11285 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11286
11287 2003-02-25 Andrew Cagney <cagney@redhat.com>
11288
11289 * frame.c (get_prev_frame): Add comment on check for
11290 inside_entry_func. Only check for inside_entry_file when not a
11291 dummy and not a sentinel. Check that the new frame is not inner
11292 to the old frame.
11293
11294 2003-02-25 Andrew Cagney <cagney@redhat.com>
11295
11296 * frame.c (frame_debug): New variable.
11297 (_initialize_frame): Add "set/show debug frame" command.
11298 (get_prev_frame): When frame_debug, print reason why unwind
11299 failed.
11300
11301 2003-02-25 Michael Chastain <mec@shout.net>
11302
11303 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11304 to avoid uintptr_t definition problems.
11305
11306 2003-02-25 David Carlton <carlton@math.stanford.edu>
11307
11308 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11309 (SYMBOL_LINKAGE_NAME): Ditto.
11310 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11311 SYMBOL_LINKAGE_NAME.
11312 (struct general_symbol_info): Expand comment.
11313 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11314 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11315 (SYMBOL_MATCHES_REGEXP): Ditto.
11316 * symtab.c (symbol_natural_name): New function.
11317 * objfiles.h: Replace all uses of SYMBOL_NAME by
11318 DEPRECATED_SYMBOL_NAME.
11319 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11320 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11321 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11322 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11323 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11324 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11325 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11326 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11327 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11328 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11329 * ada-exp.y: Ditto.
11330 * ada-exp.y: Update copyright.
11331 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11332 * cp-valprint.c: Ditto.
11333
11334 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11335
11336 * infptrace.c (detach): Do not flag error if ptrace detach fails
11337 and errno is set to ESRCH.
11338
11339 2003-02-24 Andrew Cagney <cagney@redhat.com>
11340
11341 * infptrace.c (udot_info): Change type of udot_off to long. Use
11342 paddr when printing udot_off's value.
11343
11344 2003-02-24 David Carlton <carlton@math.stanford.edu>
11345
11346 * symtab.c (make_symbol_overload_list): Only read in partial
11347 symtabs containing a matching partial symbol.
11348
11349 2003-02-24 David Carlton <carlton@math.stanford.edu>
11350
11351 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11352 do the comparison, not strcmp.
11353 * symfile.c (compare_psymbols): Ditto.
11354 * defs.h: Declare strcmp_iw_ordered.
11355 * utils.c (strcmp_iw_ordered): New function.
11356
11357 2003-02-24 Jim Blandy <jimb@redhat.com>
11358
11359 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11360 support, shared libs): Remove my name from here, to better reflect
11361 reality.
11362
11363 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11364
11365 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11366 (target_ops): Add to_have_continuable_watchpoint.
11367 * target.c (update_current_target): Add INHERIT line for
11368 to_have_continuable_watchpoint.
11369 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11370 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11371 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11372 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11373
11374 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11375
11376 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11377 maintainership.
11378
11379 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11380
11381 * solib.c (solib_open): Call target defined search function after
11382 failing with solib-search-path.
11383 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11384 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11385
11386 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11387
11388 * MAINTAINERS: Add myself to Write After section.
11389
11390 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11391
11392 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11393
11394 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11395
11396 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11397 (m68hc11_add_reggroups): New function.
11398 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11399 (m68hc11_gdbarch_init): Install the reggroups.
11400 (_initialize_m68hc11_tdep): Initialize them.
11401
11402 2003-02-21 James E Wilson <wilson@tuliptree.org>
11403
11404 * MAINTAINERS: Update my email address.
11405
11406 2003-02-21 David Carlton <carlton@math.stanford.edu>
11407
11408 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11409
11410 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11411
11412 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11413 * symtab.h: Add opaque declarations of struct axs_value and
11414 struct agent_expr.
11415 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11416 (struct location_funcs): New type.
11417 (struct symbol): Add "loc" to aux_value.
11418 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11419 * dwarf2read.c: Include "dwarf2expr.h".
11420 (dwarf2_symbol_mark_computed): New function.
11421 (read_func_scope): Use it.
11422 (var_decode_location): New function.
11423 (new_symbol): Use it.
11424 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11425
11426 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11427 (dwarf2expr_h, dwarf2loc_h): New variables.
11428 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11429 (dwarf2expr.o, dwarf2loc.o): New rules.
11430 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11431 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11432 LOC_COMPUTED_ARG.
11433 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11434 * m2-exp.y (yylex): Likewise.
11435 * printcmd.c (address_info, print_frame_args): Likewise.
11436 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11437 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11438 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11439 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11440 * symtab.c (lookup_block_symbol): Likewise.
11441
11442 2003-02-20 Adam Fedor <fedor@gnu.org>
11443
11444 * symtab.h: Remove objc_specific struct
11445 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11446 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11447 Have language_objc use cplus_specific struct.
11448
11449 2003-02-20 Tom Tromey <tromey@redhat.com>
11450
11451 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11452 TYPE_NAME, when printing a String value. PR java/1075.
11453
11454 2003-02-20 Adam Fedor <fedor@gnu.org>
11455
11456 * objc-lang.h (find_methods): Remove declaration.
11457 * objc-lang.c (find_methods): Make static.
11458
11459 2003-02-20 Christopher Faylor <cgf@redhat.com>
11460
11461 * win32-nat.c (get_image_name): Check return value from
11462 ReadProcessMemory.
11463 (child_xfer_memory): Ditto.
11464
11465 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11466
11467 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11468 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11469 '${exec_prefix}' (in addition to the expansion thereof) as
11470 relocatable.
11471 * configure: Rebuilt.
11472
11473 2003-02-20 David Carlton <carlton@math.stanford.edu>
11474
11475 * symtab.c (search_symbols): Revert the search_symbols part of my
11476 2002-12-23 patch. Add comment.
11477
11478 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11479
11480 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11481 * dbxread.c (elfstab_build_psymtabs): Don't call
11482 install_minimal_symbols.
11483 (stabsect_build_psymtabs): Likewise.
11484 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11485 earlier.
11486 * somread.c (som_symfile_read): Call install_minimal_symbols
11487 and do_cleanups earlier.
11488 * nlmread.c (nlm_symfile_read): Likewise.
11489 * mdebugread.c (elfmdebug_build_psymtabs): Call
11490 install_minimal_symbols and make appropriate cleanups.
11491
11492 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11493
11494 * solib.c (reload_shared_libraries): New function.
11495 (_initialize_solib): Add callbacks for ``set solib-search-path''
11496 and ``set solib-absolute-prefix''.
11497
11498 2003-02-20 David Carlton <carlton@math.stanford.edu>
11499
11500 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11501 expand comment.
11502 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11503 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11504 * ada-typeprint.c (ada_typedef_print): Ditto.
11505 * ax-gdb.c (gen_var_ref): Ditto.
11506 * breakpoint.c (print_one_breakpoint): Ditto.
11507 * buildsym.c (finish_block): Ditto.
11508 * c-valprint.c (c_val_print): Ditto.
11509 * expprint.c (print_subexp): Ditto.
11510 * findvar.c (locate_var_value): Ditto.
11511 * infcmd.c (jump_command): Ditto.
11512 * linespec.c (decode_line_2, decode_compound): Ditto.
11513 * maint.c (maintenance_translate_address): Ditto.
11514 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11515 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11516 Ditto.
11517 * p-valprint.c (pascal_val_print): Ditto.
11518 * stabsread.c (define_symbol): Ditto.
11519 * stack.c (print_frame, frame_info, print_block_frame_locals)
11520 (print_frame_arg_vars, return_command): Ditto.
11521 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11522 * symmisc.c (print_symbol): Ditto.
11523 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11524 (compare_search_syms, print_symbol_info, print_msymbol_info)
11525 (rbreak_command): Ditto.
11526 * tracepoint.c (tracepoints_info): Ditto.
11527 * typeprint.c (typedef_print): Ditto.
11528 * valops.c (value_of_variable, hand_function_call): Ditto.
11529 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11530 * ada-typeprint.c: Update Copyright.
11531 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11532 * tracepoint.c, cli/cli-cmds.c: Ditto.
11533
11534 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11535
11536 * frame.c (generic_unwind_get_saved_register): Make non-static.
11537 * frame.h (generic_unwind_get_saved_register): Declare.
11538 * mips-tdep.c (read_next_frame_reg): Fetch register from
11539 current regcache when frame is NULL.
11540 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11541 that must be NULL.
11542 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11543 instead of frame_register_unwind().
11544
11545 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11546
11547 * remote-sim.c (gdbsim_insert_breakpoint)
11548 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11549 code.
11550
11551 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11552
11553 * remote.c (_initialize_remote): Add commands "set/show remote
11554 hardware-watchpoint-limit" and "set/show remote
11555 hardware-breakpoint-limit".
11556 (remote_hw_watchpoint_limit): Initialize to -1.
11557 (remote_hw_breakpoint_limit): Ditto.
11558 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11559
11560 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11561
11562 * coff-pe-read.c: New file - support reading of minimal symbols from a
11563 portable executable using the export table.
11564 * coff-pe-read.h: New file.
11565 * coffread.c: Include coff-pe-read.h.
11566 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11567 debugging symbols found.
11568 * Makefile.in (SFILES): Add coff-pe-read.o.
11569 (coff_pe_read_h): Define.
11570 (COMMON_OBS): Add coff-pe-read.o.
11571 (coffread.o): Add coff_pe_read_h dependency.
11572 (coff-pe-read.o): New target.
11573
11574 2003-02-19 David Carlton <carlton@math.stanford.edu>
11575
11576 * Makefile.in (SFILES): Add block.c.
11577 (block_h): New.
11578 (COMMON_OBS): Add block.o.
11579 (block.o): New.
11580 (x86-64-tdep.o): Add $(block_h).
11581 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11582 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11583 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11584 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11585 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11586 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11587 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11588 * value.h: Add opaque declaration for struct block.
11589 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11590 * ada-lang.h: Ditto.
11591 * x86-64-tdep.c: #include "block.h"
11592 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11593 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11594 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11595 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11596 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11597 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11598 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11599 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11600 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11601 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11602 * symtab.c (block_function): Ditto.
11603 (contained_in): Ditto.
11604 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11605 block.h. Add opaque declaration for struct block.
11606 * symtab.h: Move block_function and contained_in declarations to
11607 block.h. Add opaque declarations for struct block, struct
11608 blockvector.
11609 (struct block): Move to block.h.
11610 (struct blockvector): Ditto.
11611 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11612 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11613 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11614 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11615 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11616 Ditto.
11617 * block.c: New file.
11618 * block.h: New file.
11619
11620 2003-02-19 Theodore A. Roth <troth@openavr.org>
11621
11622 * avr-tdep.c (avr_extract_return_value): Remove function.
11623 (avr_store_return_value): Remove function.
11624 (avr_extract_struct_value_address): Remove function.
11625 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11626
11627 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11628
11629 * rs6000-tdep.c: Include "gdb_assert.h".
11630 (registers_e500): Add "acc" and "spefscr".
11631 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11632 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11633 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11634 really is "r0".
11635 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11636
11637 2003-02-18 Keith Seitz <keiths@redhat.com>
11638
11639 * Makefile.in: Add gdbtk-interps.c.
11640
11641 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11642
11643 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11644 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11645
11646 2003-02-18 Andrew Cagney <cagney@redhat.com>
11647
11648 * symtab.h (struct objfile): Add opaque declaration.
11649
11650 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11651
11652 From Jim Ingham <jingham@apple.com>:
11653 * dbxread.c (process_one_symbol): Use last_function_start rather
11654 than function_start_offset to find the real beginning of the
11655 current function. The latter is just the text section offset on
11656 some systems, the former is always the real function start.
11657
11658 2003-02-17 Andrew Cagney <cagney@redhat.com>
11659
11660 * configure.in: Revert ${target} != ${host}.
11661
11662 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11663
11664 * configure.in (Makefile): Use the test ${target} != ${host},
11665 instead of the absence of the "nm.h" file, to determine of the
11666 configuration non-native.
11667 * configure: Regenerate.
11668
11669 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11670
11671 From Brian Ford <ford@vss.fsi.com>
11672
11673 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11674 conditionalize tui_active test.
11675 (lookup_cmd_1): Ditto.
11676
11677 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11678
11679 * configure.in: Add check for _etext.
11680 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11681 available.
11682 * config.in, configure: regenerated.
11683
11684 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11685
11686 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11687
11688 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11689
11690 * main.c (tui_version): Delete variable.
11691 (captured_main): When --tui, set interpreter_p to "tui" instead of
11692 enabling tui_version.
11693 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11694 tui_version.
11695 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11696 * cli/cli-cmds.c (disassemble_command): Ditto.
11697 * defs.h (tui_version): Delete declaration.
11698 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11699 (tui-interp.o): Add rules.
11700 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11701
11702 2003-02-14 Christopher Faylor <cgf@redhat.com>
11703
11704 * win32-nat.c (register_loaded_dll): Correctly set address range for
11705 just-loaded dll.
11706
11707 2003-02-12 Jason Molenda (jmolenda@apple.com)
11708
11709 * symmisc.c (print_objfile_statistics): Include information about
11710 the number of psymtabs and symtabs in each object file.
11711
11712 2003-02-13 Keith R Seitz <keiths@redhat.com>
11713
11714 * main.h (struct captured_main_args): Add interpreter_p.
11715 * main.c (captured_main): Initialize interpreter_p from context.
11716 * gdb.c (main): Set interpreter_p argument.
11717 * Makefile.in (gdb.o): Add dependency for interps.h.
11718
11719 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11720
11721 * event-top.c (cli_command_loop): Delete declaration.
11722 (_initialize_event_loop): Delete function setting event_loop_hook.
11723 * event-top.h (cli_command_loop): Declare. Update copyright.
11724 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11725 * interps.c (current_interp_command_loop): When event_loop_p, call
11726 cli_command_loop.
11727
11728 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11729
11730 * interps.h (interp_command_loop_ftype): Change return type to
11731 void.
11732
11733 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11734
11735 * x86-64-tdep.c (x86_64_extract_return_value)
11736 (x86_64_store_return_value): Use regcache instead of regbuf.
11737 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11738 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11739
11740 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11741
11742 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11743 * aclocal.m4: Regenerate.
11744 * configure: Regenerate.
11745
11746 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11747 TCL_LD_SEARCH_FLAGS.
11748
11749 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11750
11751 * dwarf2cfi.c: Reindented.
11752
11753 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11754
11755 * interps.c (clear_interpreter_hooks): Convert function definition
11756 to ISO C.
11757
11758 2003-02-07 David Carlton <carlton@math.stanford.edu>
11759
11760 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11761
11762 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11763
11764 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11765 (struct type): ...to here.
11766 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11767 field.
11768 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11769 (replace_type): Set length on all type variants for a given type.
11770
11771 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11772
11773 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11774 <sys/stat.h>.
11775 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11776
11777 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11778
11779 * Makefile.in (symm-nat.o): Update dependencies.
11780 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11781 (lynx-nat.o, ia64-linux-nat.): Ditto.
11782 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11783 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11784 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11785
11786 * Makefile.in (inflow_h): Define.
11787 (procfs.o, inflow.o, procfs.o): Update dependencies.
11788 * inftarg.c (child_stop): Delete extern declaration of
11789 inferior_process_group. Include "inflow.h".
11790 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11791 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11792 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11793 (our_process_group, inferior_process_group): Extern declarations.
11794
11795 * procfs.c: Include "gdb_assert.h".
11796
11797 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11798 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11799 * jv-typeprint.c (java_type_print_base): Ditto.
11800 * typeprint.c (typedef_print): Eliminate STREQ.
11801 * cli/cli-script.c (define_command, define_command): Ditto.
11802 * main.c (captured_main): Ditto.
11803 * values.c (lookup_internalvar): Ditto.
11804 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11805 within `if' conditional.
11806 * linespec.c (decode_line_2): Ditto.
11807 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11808 (bfd_openw_with_cleanup): Ditto.
11809
11810 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11811
11812 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11813 legacy_extract_return_value and store_return_value to
11814 legacy_return_value.
11815
11816 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11817
11818 * win32-nat.c (get_relocated_section_addrs): New function. Find
11819 section load addresses for symbol handling in relocated DLLs.
11820 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11821
11822 2003-02-05 Fred Fish <fnf@intrinsity.com>
11823
11824 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11825 '=' and '!='.
11826 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11827 with '&' and '=='.
11828 (angel_RDI_info): Ditto.
11829 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11830 with '&' and '!='.
11831 (threads_continue_all_with_signals): Ditto.
11832
11833 2003-02-05 Jim Ingham <jingham@apple.com>
11834 Keith Seitz <keiths@redhat.com>
11835 Elena Zannoni <ezannoni@redhat.com>
11836 Andrew Cagney <ac131313@redhat.com>
11837
11838 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11839 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11840 (SUBDIR_MI_OBS): Add "mi-interp.o".
11841 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11842 (SFILES): Add "interps.c".
11843 (COMMON_OBS): Add "interps.o".
11844 (interps_h, mi_main_h): Define.
11845 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11846 (mi-main.o, main.o, event-top.o): Update dependencies.
11847 * cli/cli-interp.c: New file.
11848 * interps.h, interps.c: New files.
11849 * top.c: (gdb_init): Don't install the default interpreter, handed
11850 by captured_main.
11851 * main.c: Include "interps.h".
11852 (interpreter_p): Note that it should malloc'ed.
11853 (captured_command_loop): Call current_interp_command_loop.
11854 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11855 xfree and xstrdup when updating interpreter_p. Install the
11856 default interpreter. Add hack to stop mi1's copyright notice
11857 being encoded.
11858 * event-top.h (gdb_setup_readline): Declare.
11859 (gdb_disable_readline): Declare.
11860 * event-top.c: Include "interps.h".
11861 (display_gdb_prompt): Call current_interp_display_prompt_p.
11862 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11863 gdb_stdlog, and gdb_stdtarg.
11864 (_initialize_event_loop): Don't call gdb_setup_readline.
11865 * cli-out.c (cli_out_set_stream): New function.
11866 * cli-out.h (cli_out_set_stream): Declare.
11867
11868 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11869
11870 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11871 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11872 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11873 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11874 config/i386/i386v42mp.mt: Removed.
11875
11876 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11877
11878 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11879 GDB_OSABI_SOLARIS.
11880
11881 2003-02-05 Michael Chastain <mec@shout.net>
11882
11883 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11884 2.12.1 and earlier versions.
11885
11886 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11887
11888 Remove orphaned hosts, targets and files.
11889 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11890 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11891 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11892 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11893 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11894 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11895 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11896 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11897 * config/sparc/tm-sp64sim.h: Delete.
11898 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11899 hosts.
11900 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11901 mips*-dec-mach3* targets.
11902
11903 2003-02-04 Michael Chastain <mec@shout.net>
11904
11905 * NEWS: Fix typo: sepcifying -> specifying.
11906
11907 2003-02-04 Michael Chastain <mec@shout.net>
11908
11909 * dwarfread.c: Add documentation on the state of dwarf-1,
11910 looking towards obsoletion.
11911
11912 2003-02-03 Michael Chastain <mec@shout.net>
11913
11914 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11915 gdb/testsuite/gdb.c++/pr-1023.exp.
11916
11917 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11918
11919 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11920 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11921
11922 * utils.c (init_page_info): Delete reference to MPW in comments.
11923 * main.c (captured_main): Delete #ifdef MPW.
11924
11925 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11926
11927 * NEWS: Note that the m32r-*-elf* is obsolete.
11928 * monitor.c (monitor_expect): Obsolete reference to m32r.
11929 * configure.tgt: Mark m32r-*-elf* as obsolete.
11930 * MAINTAINERS: Mark m32k as obsolete.
11931 * m32r-rom.c: Obsolete file.
11932 * config/m32r/m32r.mt: Obsolete file.
11933 * config/m32r/tm-m32r.h: Obsolete file.
11934 * m32r-stub.c: Obsolete file.
11935 * m32r-tdep.c: Obsolete file.
11936
11937 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11938
11939 * NEWS: Mention that the z8k-zilog-none is obsolete.
11940 * MAINTAINERS: Mark z8k as obsolete.
11941 * configure.tgt: Obsolete the z8k-*-coff* target.
11942 * config/z8k/z8k.mt: Obsolete file.
11943 * config/z8k/tm-z8k.h: Obsolete file.
11944 * z8k-tdep.c: Obsolete file.
11945
11946 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11947
11948 * NEWS: Mention that the mn10200-elf is obsolete.
11949 * configure.tgt: Obsolete mn10200-*-* target.
11950 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11951 mention that the mn10200 is obsolete.
11952 * breakpoint.h: Ditto.
11953 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11954 * config/mn10200/mn10200.mt: Obsolete file.
11955 * config/mn10200/tm-mn10200.h: Obsolete file.
11956 * mn10200-tdep.c: Obsolete file.
11957
11958 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11959
11960 * MAINTAINERS: Mark h8500 as obsolete.
11961 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11962 * findvar.c (value_from_register): Ditto.
11963 * h8500-tdep.c: Mark file as obsolete.
11964 * config/h8500/h8500.mt: Ditto.
11965 * config/h8500/tm-h8500.h: Ditto.
11966 * NEWS: Mention that h8500 is obsolete.
11967
11968 2003-02-04 David Carlton <carlton@math.stanford.edu>
11969
11970 * objfiles.c (allocate_objfile): Always set name. Add comment at
11971 start of function.
11972 * jv-lang.c (get_dynamics_objfile): Add comment.
11973
11974 2003-02-04 David Carlton <carlton@math.stanford.edu>
11975
11976 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11977 * printcmd.c (build_address_symbolic): Replace uses of
11978 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11979 SYMBOL_NAME, and asm_demangle.
11980 Update copyright.
11981
11982 2003-02-04 David Carlton <carlton@math.stanford.edu>
11983
11984 * linespec.c (decode_compound): Extract code into
11985 lookup_prefix_sym.
11986 (lookup_prefix_sym): New function.
11987
11988 2003-02-04 David Carlton <carlton@math.stanford.edu>
11989
11990 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11991 FLOAT_COERCION_BADNESS.
11992 * gdbtypes.c (rank_one_type): Replace all uses of
11993 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11994
11995 2003-02-04 Jim Blandy <jimb@redhat.com>
11996
11997 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11998 section, let dwarf_macinfo_section point to it, not
11999 dwarf_loc_section.
12000
12001 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12002
12003 Pointed out by Anton Blanchard <anton@samba.org>.
12004 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12005 (ppc_linux_at_sigtramp_return_path): Use it.
12006
12007 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12008
12009 * defs.h (streq): Add prototype.
12010 * utils.c (streq): New function.
12011
12012 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12013 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12014 * mdebugread.c (new_symbol): Likewise.
12015 * stabsread.c (define_symbol): Likewise.
12016 * coffread.c (process_coff_symbol): Likewise.
12017 * dwarfread.c (new_symbol): Likewise.
12018
12019 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12020 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12021 here.
12022 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12023 SYMBOL_INIT_DEMANGLED_NAME.
12024 * objfiles.c: Include "hashtab.h".
12025 (allocate_objfile): Call htab_set_functions_ex for the
12026 demangled_names_hash.
12027 (free_objfile): Call htab_delete for the demangled_names_hash.
12028 * objfiles.h (struct htab): Add declaration.
12029 (struct objfile): Add demangled_names_hash.
12030 * symfile.c: Include "hashtab.h".
12031 (reread_symbols): Call htab_delete for the demangled_names_hash.
12032 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12033 SYMBOL_NAME in the bcache.
12034 * symtab.c: Include "hashtab.h". Update comments.
12035 (create_demangled_names_hash, symbol_set_names): New functions.
12036 (symbol_find_demangled_name): New function, broken out from
12037 symbol_init_demangled_names.
12038 (symbol_init_demangled_names): Use it.
12039 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12040 (SYMBOL_SET_NAMES): New macro.
12041 (symbol_set_names): Add prototype.
12042
12043 2003-02-03 Jim Blandy <jimb@redhat.com>
12044
12045 Use a single, consistent representation for an empty minimal
12046 symbol table in an objfile.
12047 * objfiles.c (terminate_minimal_symbol_table): New function.
12048 (allocate_objfile): Call it.
12049 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12050 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12051 non-NULL.
12052 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12053 objfile has minimal symbols, compare minimal_symbol_count to zero,
12054 instead of comparing msymbols with NULL.
12055 * objfiles.c (have_minimal_symbols): Same.
12056 * solib-sunos.c (solib_add_common_symbols): Call
12057 terminate_minimal_symbol_table.
12058 * symfile.c (reread_symbols): Same.
12059
12060 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12061
12062 * s390-tdep.c (s390_address_class_type_flags)
12063 (s390_address_class_type_flags_to_name)
12064 (s390_address_class_name_to_type_flags): New functions.
12065 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12066 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12067
12068 2003-02-03 Michael Snyder <msnyder@redhat.com>
12069
12070 * arm-tdep.c: Fix spell-o in comment.
12071
12072 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12073
12074 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12075 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12076 error messages to contain BFD filename.
12077
12078 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12079
12080 Fix PR gdb/742 gdb/743 gdb/877
12081 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12082 (do_mixed_source_and_assembly): Use
12083 make_cleanup_ui_out_tuple_begin_end and
12084 make_cleanup_ui_out_tuple_begin_end.
12085 (do_mixed_source_and_assembly): Ditto.
12086 * thread.c (do_captured_list_thread_ids): Ditto.
12087 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12088 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12089 ui_out_tuple_end): Delete prototypes.
12090 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12091 ui_out_list_end, ui_out_tuple_end): Delete.
12092
12093 From Kevin Buettner <kevinb@redhat.com>:
12094 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12095 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12096 (do_cleanup_table_end): New functions.
12097 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12098 Use cleanups to invoke_ui_out_tuple_end().
12099 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12100 * cli/cli-setshow.c (cmd_show_list): Use
12101 make_cleanup_ui_out_tuple_begin_end.
12102
12103 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12104
12105 * frame.c (frame_unwind_register): New function.
12106 (frame_unwind_unsigned_register): Use.
12107 (frame_unwind_signed_register): Use.
12108 (frame_read_register): New function.
12109 * frame.h (frame_unwind_register): Declare.
12110 (frame_read_register): Declare.
12111
12112 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12113 and frame_unwind_register instead of read_memory, write_register
12114 and deprecated_write_register_bytes.
12115
12116 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12117
12118 * frame.h: Note that namelen can be negative.
12119 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12120 NAME's length.
12121
12122 * NEWS: Mention that the d10v's `regs' command is deprecated.
12123 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12124 (d10v_print_registers_info): New function.
12125 (show_regs): Call d10v_print_registers_info.
12126 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12127
12128 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12129
12130 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12131 lost in the previous patch.
12132
12133 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12134
12135 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12136 * stack.c (print_frame_info_base): Output complete FRAME tuple
12137 for synthesized frames.
12138
12139 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12140
12141 * mips-nat.c (zerobuf): Delete.
12142 (fetch_inferior_registers): Alloc local zerobuf.
12143 (fetch_core_registers): Alloc local zerobuf.
12144 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12145 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12146 * thread-db.c (thread_db_store_registers): Ditto.
12147 * sh-tdep.c (sh_do_register): Ditto.
12148 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12149 * remote-sim.c (gdbsim_store_register): Ditto.
12150 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12151 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12152 * monitor.c (monitor_supply_register): Ditto.
12153 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12154 * mips-nat.c (fetch_inferior_registers): Ditto.
12155 * m68klinux-nat.c (fetch_register): Ditto.
12156 * lynx-nat.c (fetch_inferior_registers): Ditto.
12157 (fetch_inferior_registers): Ditto.
12158 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12159 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12160 (hpux_thread_store_registers): Ditto.
12161 * hppah-nat.c (fetch_register): Ditto.
12162 * hppab-nat.c (fetch_register): Ditto.
12163 * hppa-tdep.c (pa_register_look_aside): Ditto.
12164 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12165 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12166
12167 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12168
12169 * gdbarch.sh: Explictly specify all method levels. When a
12170 variable with an empty level, provide a non-multi-arch default.
12171 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12172 * gdbarch.h: Re-generate.
12173 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12174 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12175
12176 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12177
12178 * defs.h (host_pointer_to_address): Delete declaration.
12179 (address_to_host_pointer): Delete declaration.
12180 * utils.c (host_pointer_to_address): Delete function.
12181 (address_to_host_pointer): Delete function.
12182 * procfs.c (procfs_address_to_host_pointer): New function.
12183 * procfs.c (proc_set_watchpoint): Use.
12184 (procfs_can_use_hw_breakpoint): Update comments.
12185 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12186 (som_solib_add): Use.
12187 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12188 * hppa-tdep.c (unwind_command): Use.
12189
12190 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12191
12192 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12193 strlen d_name.
12194
12195 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12196 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12197 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12198 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12199 (define_symbol): Update.
12200 * symfile.c (generic_load): Remove references to nindy.
12201 * symtab.c: Remove references to nindy.
12202
12203 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12204
12205 * infcmd.c (print_float_info): Delete code conditional on
12206 FLOAT_INFO.
12207 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12208 * config/m68k/nm-apollo68b.h: Ditto.
12209 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12210 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12211 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12212
12213 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12214
12215 * config/i386/tm-i386os9k.h: Removed.
12216
12217 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12218 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12219 they're identical to i[3456]86-*-sysv* now.
12220 * config/i386/i386v32.mh: Removed.
12221 * config/i386/xm-i386v32.h: Removed.
12222 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12223
12224 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12225
12226 * config/i386/i386dgux.mh: Removed.
12227 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12228
12229 * configure.in: Fix typo.
12230 * configure: Regenerated.
12231
12232 2003-01-31 David Carlton <carlton@math.stanford.edu>
12233
12234 * dwarf2read.c (dwarf2_locate_sections): Set
12235 dwarf_ranges_section.
12236
12237 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12238
12239 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12240 * utils.c: Update comments documenting legitimate uses of PTR.
12241
12242 * utils.c: Re-indent.
12243
12244 * config/djgpp/fnchange.lst: Delete nindy files.
12245 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12246 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12247 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12248 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12249 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12250 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12251 * Makefile.in (init.c): Remove nindy references.
12252 (saber_gdb): Delete rule.
12253 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12254 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12255 and a68v-nat.c.
12256 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12257 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12258 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12259 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12260 nindy-share/stop.h.
12261 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12262 * saber.suppress: Delete file.
12263
12264 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12265
12266 * dbxread.c (stabs_data): New static variable.
12267 (fill_symbuf): Support an in-memory buffer for stabs data.
12268 (stabs_seek): New function.
12269 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12270 (read_ofile_symtab): Use stabs_seek.
12271 (elfstab_build_psymtabs): Take an asection* instead of
12272 an offset and size. Relocate the stabs data if necessary.
12273 Save the section* for dbx_psymtab_to_symtab.
12274 * dwarf2read.c: Add section variables for each debug section.
12275 (dwarf2_locate_sections): Fill them in.
12276 (dwarf2_read_section): Take an asection* argument.
12277 Relocate the section contents if necessary.
12278 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12279 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12280 it to dwarf2_read_section.
12281 (dwarf2_build_frame_info): Update callers.
12282 * elfread.c (elf_symfile_read): Update call to
12283 elfstab_build_psymtabs.
12284 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12285 (DBX_STAB_SECTION): New macro.
12286 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12287 * symfile.c (symfile_dummy_outputs): New function.
12288 (symfile_relocate_debug_section): New function.
12289 * symfile.h (symfile_relocate_debug_section): Add prototype.
12290
12291 2003-01-31 Richard Henderson <rth@redhat.com>
12292
12293 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12294 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12295 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12296 * alpha-tdep.c (alpha_register_name): Add "unique".
12297 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12298 (ALPHA_UNIQUE_REGNUM): New.
12299 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12300
12301 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12302
12303 * README: Remove reference to Ericsson 1800 monitor.
12304 * Makefile.in (remote-es.o): Delete rule.
12305 (ALLDEPFILES): Delete remote-es.c.
12306 * remote-es.c: Delete file.
12307 * config/m68k/es1800.mt: Delete file.
12308 * config/djgpp/fnchange.lst: Update.
12309 * configure.tgt: Delete m68*-ericsson-* target.
12310
12311 2003-01-31 Adam Fedor <fedor@gnu.org>
12312
12313 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12314 Remove duplicate/shadowing variable of same name.
12315
12316 2003-01-30 Jim Blandy <jimb@redhat.com>
12317
12318 * symfile.c (find_separate_debug_file): Assert that the objfile's
12319 directory name we compute ends with a slash, and then assume that
12320 that's so everywhere we use it.
12321
12322 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12323
12324 * valops.c (value_assign): Flush frame cache after stores to memory
12325 also.
12326
12327 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12328
12329 * Makefile.in (mon960-rom.o): Delete rule.
12330 * mon960-rom.c: Delete file.
12331
12332 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12333
12334 * d10v-tdep.c: Include "frame-unwind.h".
12335 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12336 list.
12337 (next_addr, uses_frame): Delete.
12338 (struct d10v_unwind_cache): Define.
12339 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12340 Use info instead of next_addr and uses_frame globals.
12341 (d10v_frame_init_saved_regs): Delete function.
12342 (d10v_init_extra_frame_info): Delete function.
12343 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12344 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12345 init_frame_pc or frame_saved_pc.
12346 (d10v_pop_frame): Delete function.
12347 (do_d10v_pop_frame): Delete function.
12348 (d10v_frame_chain): Delete function.
12349 (d10v_frame_chain_valid): Delete function.
12350 (d10v_frame_pc_unwind): New function.
12351 (d10v_frame_id_unwind): New function.
12352 (saved_regs_unwinder): New function.
12353 (d10v_frame_register_unwind): New function.
12354 (d10v_frame_pop): New function.
12355 (d10v_frame_unwind): New variable.
12356 (d10v_frame_p): New function.
12357 (d10v_frame_saved_pc): Delete function.
12358 * Makefile.in (d10v-tdep.o): Update dependencies.
12359
12360 2003-01-30 J. Brobecker <brobecker@gnat.com>
12361
12362 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12363 causing some regressions due to a change in the default value
12364 for this macro.
12365
12366 2003-01-29 Richard Henderson <rth@redhat.com>
12367 Elena Zannoni <ezannoni@redhat.com>
12368 Daniel Jacobowitz <drow@mvista.com>
12369
12370 Fix PR gdb/961.
12371 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12372 variables.
12373 (RANGES_SECTION): New.
12374 (dwarf_ranges_buffer): New variable.
12375 (struct comp_unit_head): Add member "die".
12376 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12377 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12378 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12379 (dwarf2_locate_sections): Likewise.
12380 (dwarf2_build_psymtabs): Read .debug_ranges.
12381 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12382 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12383 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12384 Look for DW_AT_ranges and return the bounding box.
12385
12386 2003-01-29 Brian Ford <ford@vss.fsi.com>
12387
12388 * win32-nat.c (cygwin_pid): Removed as unused.
12389 (child_attach): Try fall back to Cygwin pid.
12390
12391 2003-01-29 Jim Blandy <jimb@redhat.com>
12392
12393 * objfiles.h (struct objfile): Doc fix.
12394
12395 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12396
12397 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12398 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12399 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12400 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12401 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12402 (FRAME_SAVED_PC): Change to a function with predicate.
12403 * gdbarch.h, gdbarch.c: Re-generate.
12404
12405 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12406
12407 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12408
12409 * complaints.c (complain): Delete function.
12410 * complaints.h (struct deprecated_complaint): Delete definition.
12411 (complain): Delete declaration.
12412
12413 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12414
12415 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12416 dummy frames.
12417
12418 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12419
12420 * sentinel-frame.h, sentinel-frame.c: New files.
12421 * Makefile.in (frame.o): Update dependencies.
12422 (SFILES): Add sentinel-frame.c.
12423 (sentinel_frame_h): Define.
12424 (COMMON_OBS): Add sentinel-frame.o.
12425 (sentinel-frame.o): Specify dependencies.
12426 * frame.c: Include "sentinel-frame.h".
12427 (frame_register_unwind): Rewrite assuming that there is always a a
12428 ->next frame.
12429 (frame_register, generic_unwind_get_saved_register): Ditto.
12430 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12431 (create_sentinel_frame, unwind_to_current_frame): New functions.
12432 (get_current_frame): Rewrite using create_sentinel_frame and
12433 unwind_to_current_frame. When possible, always create a frame.
12434 (create_new_frame): Set next to the sentinel frame.
12435 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12436 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12437 ID cache when necessary.
12438 (frame_saved_regs_id_unwind): Use frame_relative_level.
12439 (deprecated_generic_get_saved_register): Use frame_relative_level,
12440 get_frame_saved_regs, get_frame_pc, get_frame_base and
12441 get_next_frame.
12442 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12443 frame_register.
12444
12445 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12446
12447 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12448
12449 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12450
12451 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12452 (maintenance_set_profile_cmd): Use error () instead of warning ().
12453
12454 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12455
12456 * configure.in: Check that -pg works if using --enable-profiling.
12457 Check for monstartup and _mcleanup regardless of --enable-profiling.
12458 * maint.c: Check for monstartup and _mcleanup before using them.
12459 * config.in: Regenerated.
12460 * configure: Regenerated.
12461
12462 2003-01-24 Nick Clifton <nickc@redhat.com>
12463
12464 * Add sh2e support:
12465
12466 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12467
12468 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12469 (sh2e_show_regs): New.
12470 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12471 * config/sh/tm-sh.h: Added sh2e to comments.
12472
12473 2003-01-23 Jim Blandy <jimb@redhat.com>
12474
12475 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12476 symbols found)" message here; we haven't checked for a separate
12477 debug info file yet, so we don't know yet.
12478 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12479 we've looked everywhere. Also, there's no need to print a special
12480 message when we're loading the separate debug info file: the one
12481 symbol_file_add prints is fine.
12482
12483 2003-01-23 Alexander Larsson <alexl@redhat.com>
12484 Jim Blandy <jimb@redhat.com>
12485
12486 Add support for executables whose debug info has been separated
12487 out into a separate file, leaving only a link behind.
12488 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12489 and separate_debug_objfile_backlink.
12490 (put_objfile_before): New declaration.
12491 * symfile.c: #include "filenames.h".
12492 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12493 debug info in a separate file, read that, too. Save the addrs
12494 argument, so we can use it again to read the separated debug info;
12495 syms_from_objfile modifies the table we pass it.
12496 (reread_symbols): After re-reading an objfile, call
12497 reread_separate_symbols to refresh its separate debug info
12498 objfile, if it has one.
12499 (reread_separate_symbols, find_separate_debug_file,
12500 get_debug_link_info, separate_debug_file_exists): New functions.
12501 (debug_file_directory): New global var.
12502 (_initialize_symfile): Initialize debug_file_directory, and
12503 provide the new `set debug-file-directory' command to let the user
12504 change it.
12505 * objfiles.c (free_objfile): If this objfile has its debug info in
12506 a separate objfile, free that one too. If this is itself a
12507 separate debug info objfile, clear our parent's backlink.
12508 (put_objfile_before): New function.
12509 * utils.c (gnu_debuglink_crc32): New function.
12510 * defs.h (gnu_debuglink_crc32): New declaration.
12511 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12512 * configure.in: Handle --with-separate-debug-dir config option.
12513 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12514 * acconfig.h (DEBUGDIR): New macro.
12515 * configure, aclocal.m4, config.in: Regenerated.
12516
12517 2003-01-22 Jim Blandy <jimb@redhat.com>
12518
12519 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12520 like the old symbol_file_add, but taking new arguments: you can
12521 now pass in either a `struct section_addr_info' list to say where
12522 each section is loaded, or a `struct section_offsets' table. Pass
12523 these new arguments through to syms_from_objfile as appropriate.
12524 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12525 with the appropriate quiescent values for the new arguments.
12526
12527 * symfile.c: #include "gdb_assert.h".
12528 (syms_from_objfile): Add the ability to pass in a section offset
12529 table directly, as an alternative to the section_addr_info table.
12530 Document arguments better.
12531 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12532 * symfile.h (syms_from_objfile): Update declaration.
12533 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12534 syms_from_objfile.
12535 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12536
12537 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12538
12539 Original patch by Tom Tromey <tromey@cygnus.com> and
12540 Jason Molenda <jmolenda@apple.com>.
12541 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12542 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12543 * NEWS: Mention profiling.
12544 * configure.in (--enable-gdbtk): Fix typo.
12545 (--enable-profiling): New. Set PROFILE_CFLAGS.
12546 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12547 Fill in function.
12548 (profiling_state): New variable.
12549 (mcleanup_wrapper): New function.
12550 (_initialize_maint): Remove NOTYET, fix call to
12551 add_setshow_boolean_cmd for "maint set profile".
12552 * configure: Regenerated.
12553
12554 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12555
12556 * Makefile.in (install-gdbtk): Install PNG images too.
12557
12558 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12559
12560 * exec.c (text_start): Delete global variable.
12561 (exec_file_attach): Make text_start local to the function.
12562 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12563 * valops.c (hand_function_call): Delete code that handles
12564 BEFORE_TEXT_END and AFTER_TEXT_END.
12565 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12566 of CALL_DUMMY_LOCATION.
12567 * gdbarch.c: Regenerate.
12568 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12569 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12570 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12571 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12572 (text_end): Delete extern declaration.
12573
12574 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12575
12576 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12577 * blockframe.c (backtrace_below_main): Move to "frame.c".
12578 (frame_chain_valid): Delete check for backtrace_below_main.
12579 (_initialize_blockframe): Delete initialization, move ``set
12580 backtrace-below-main'' command to "frame.c".
12581 (do_flush_frames_sfunc): Delete function.
12582 * frame.c: Include "command.h" and "gdbcmd.h".
12583 (frame_type_from_pc): New function.
12584 (create_new_frame): Use frame_type_from_pc.
12585 (legacy_get_prev_frame): New function.
12586 (get_prev_frame): Rewrite. When an old style frame, call
12587 legacy_get_prev_frame. Otherwize, unwind the PC first.
12588 (_initialize_frame): Add ``set backtrace-below-main'' command.
12589 * Makefile.in (frame.o): Update dependencies.
12590
12591 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12592
12593 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12594 DEPRECATED_REGISTERS_INFO.
12595
12596 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12597
12598 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12599 Maintainers'. Update `Various Maintainers'.
12600
12601 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12602
12603 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12604 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12605 Suppress actual parameters when `-'.
12606 * gdbarch.h, gdbarch.c: Regenerate.
12607
12608 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12609
12610 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12611 code handling dummy frames.
12612
12613 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12614
12615 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12616 (struct frame_unwind): Add field pop.
12617 * frame.h (frame_pop): Declare.
12618 * frame.c (frame_saved_regs_pop): New function.
12619 (trad_frame_unwinder): Add frame_saved_regs_pop.
12620 (frame_pop): New function.
12621 * dummy-frame.c (dummy_frame_pop): New function.
12622 (discard_innermost_dummy): New function.
12623 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12624 (dummy_frame_unwind): Add dummy_frame_pop.
12625 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12626 * valops.c (hand_function_call): Ditto.
12627 * stack.c (return_command): Ditto.
12628
12629 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12630
12631 * cris-tdep.c: Fix function declaration indentation.
12632 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12633 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12634 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12635 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12636 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12637 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12638
12639 2003-01-18 Michael Chastain <mec@shout.net>
12640
12641 * README (Unpacking and Installation -- quick overview):
12642 Warn against ".../gdb-5.3/gdb/configure".
12643
12644 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12645
12646 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12647 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12648 (struct frame_unwind): Declare opaque.
12649 (dummy_frame_p): Declare function.
12650 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12651 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12652 * dummy-frame.c: Include "frame-unwind.h".
12653 (dummy_frame_p): New function.
12654 (dummy_frame_unwind): New variable.
12655 * frame.c: Include "frame-unwind.h".
12656 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12657 to use the new unwind field.
12658 (set_unwind_by_pc): Delete function.
12659 (create_new_frame, get_prev_frame): Set unwind field using
12660 frame_unwind_find_by_pc.
12661 (trad_frame_unwind, trad_frame_unwinder): New variables.
12662 * frame.h (trad_frame_unwind): Declare variable.
12663 (frame_id_unwind_ftype): Delete declaration.
12664 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12665 (struct frame_unwind): Declare opaque.
12666 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12667 register_unwind with a single unwind pointer.
12668 * frame-unwind.h, frame-unwind.c: New files.
12669 * Makefile.in (SFILES): Add frame-unwind.c.
12670 (frame_unwind_h): Define.
12671 (COMMON_OBS): Add frame-unwind.o.
12672 (frame-unwind.o): Specify dependencies.
12673 (frame.o, dummy-frame.o): Update dependencies.
12674
12675 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12676
12677 * ada-valprint.c: Eliminate PTR.
12678 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12679 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12680 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12681 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12682 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12683 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12684 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12685
12686 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12687
12688 * main.c (captured_main): Don't use PTR.
12689 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12690 * gdbtypes.c (lookup_primitive_typename): Ditto.
12691 (lookup_struct_elt_type): Ditto.
12692 * f-valprint.c (info_common_command): Ditto.
12693 (list_all_visible_commons): Ditto.
12694 * jv-typeprint.c (java_type_print_base): Ditto.
12695
12696 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12697 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12698 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12699 i386-interix-nat.c and i386-interix-tdep.c. Rename
12700 m68klinux-nat.c and m68klinux-tdep.c. Rename
12701 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12702 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12703 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12704 * main.c (captured_main): Use xfree, not free.
12705
12706 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12707
12708 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12709 ID back using a parameter.
12710 * frame.c (frame_id_unwind): Update call.
12711 (frame_saved_regs_id_unwind): Update.
12712 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12713 * dummy-frame.h (struct frame_id): Add opaque declaration.
12714 (dummy_frame_id_unwind): Update declaration.
12715
12716 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12717
12718 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12719
12720 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12721
12722 * MAINTAINERS (Stephen P. Smith): Updated email address.
12723
12724 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12725
12726 Fix PR gdb/898
12727 * breakpoint.c (until_break_command): Add new argument. Use it to
12728 decide whether to stop only at the current frame or not.
12729 * breakpoint.h (until_break_command): Update prototype.
12730 * infcmd.c (until_command): Add new argument to until_break_command
12731 call.
12732 (advance_command): New function.
12733 (_initialize_infcmd): Update help string for 'until' command.
12734 Add new 'advance' command.
12735
12736 2003-01-14 David Carlton <carlton@math.stanford.edu>
12737
12738 * linespec.c (decode_line_1): Normalize comments.
12739 (set_flags): Ditto.
12740 (locate_first_half): Ditto.
12741 (decode_compound): Ditto.
12742 (symtab_from_filename): Ditto.
12743 (decode_all_digits): Ditto.
12744 (decode_dollar): Ditto.
12745 (find_methods): Ditto.
12746 (find_toplevel_char): Ditto.
12747
12748 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12749
12750 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12751 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12752 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12753 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12754 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12755 * language.c, language.h, m32r-tdep.c: Update copyright.
12756 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12757 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12758 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12759 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12760 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12761 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12762
12763 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12764
12765 * stabsread.h (process_later, resolve_cfront_continuation):
12766 Obsolete.
12767 Update copyright years.
12768 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12769 Update copyright year.
12770 * dbxread.c(struct cont_elem): Obsolete.
12771 (process_later, process_now): Obsolete functions.
12772 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12773 Update copyright year.
12774 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12775 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12776 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12777 (parse_partial_symbols): Obsolete cfront support.
12778 * stabsread.c
12779 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12780 macros.
12781 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12782 read_cfront_baseclasses, read_cfront_member_functions,
12783 resolve_cfront_continuation,read_cfront_static_fields,
12784 copy_cfront_struct_fields): Obsolete functions.
12785 (define_symbol, read_one_struct_field): Obsolete cfront support.
12786 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12787 Update Copyright year.
12788
12789 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12790
12791 * stack.c (print_frame_info, print_stack_frame_base_stub,
12792 print_stack_frame_base, show_and_print_stack_frame_stub,
12793 show_and_print_stack_frame, print_only_stack_frame_stub,
12794 print_only_stack_frame): Delete functions.
12795 (print_stack_frame_stub): Call print_frame_info instead of
12796 print_frame_info_base.
12797 (print_frame_info_base): Rename to print_frame_info.
12798 (backtrace_command_1): Call print_frame_info, instead of
12799 print_frame_info_base.
12800 (current_frame_command): Call print_stack_frame, instead of
12801 print_only_stack_frame.
12802 (frame_command): Call print_stack_frame, instead of
12803 show_and_print_stack_frame.
12804 (up_command): Ditto.
12805 (down_command): Ditto.
12806 * frame.h (print_only_stack_frame): Delete prototype.
12807 * infrun.c (normal_stop): Call print_stack_frame, instead of
12808 show_and_print_stack_frame.
12809 * thread.c (info_threads_command): Call print_stack_frame, instead
12810 of print_only_stack_frame.
12811
12812 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12813
12814 * README (Graphical interface to GDB): Update URL. Point at
12815 gdb/links/.
12816
12817 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12818 version match.
12819
12820 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12821
12822 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12823 lines.
12824
12825 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12826
12827 * thread-db.c (attach_thread): Prototype.
12828 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12829 thread information (ti), and valid flags (th_valid, ti_valid).
12830 (attach_thread): Move target_pid_to_str call to after the thread
12831 is added to GDB's list. Initialize the cache.
12832 (thread_get_info_callback, thread_db_map_id2thr)
12833 (thread_db_get_info): New functions.
12834 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12835 (thread_db_store_registers, thread_db_thread_alive)
12836 (thread_db_get_thread_local_address): Use them.
12837 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12838 of calling error() for threads in unknown state.
12839
12840 (clear_lwpid_callback): New function.
12841 (thread_db_resume): Use it to clear the cache.
12842
12843 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12844
12845 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12846 (resume_callback): Remove dead code.
12847
12848 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12849
12850 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12851 predicate.
12852 * gdbarch.h, gdbarch.c: Regenerate.
12853 * stack.c (frame_info): Only initialize the saved registers when
12854 FRAME_INIT_SAVED_REGS_P.
12855 * frame.c (frame_saved_regs_register_unwind): Assert
12856 FRAME_INIT_SAVED_REGS_P.
12857 (deprecated_generic_get_saved_register): Ditto.
12858
12859 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12860
12861 * source.c (openp): Squelch warning about "filename".
12862
12863 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12864
12865 * source.c (openp): If the file does not exist don't necessarily
12866 search the path.
12867
12868 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12869
12870 Fix PR gdb/872.
12871 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12872 (integer_types_same_name_p): New function.
12873 (rank_one_type): Use it.
12874 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12875
12876 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12877
12878 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12879 variables.
12880 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12881 * configure.in: Add --with-sysroot.
12882 * configure: Regenerated.
12883 * main.c (gdb_sysroot): New variable.
12884 (captured_main): Initialize gdb_sysroot.
12885 * defs.h (gdb_sysroot): New extern declaration.
12886 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12887
12888 2003-01-12 Michael Chastain <mec@shout.net>
12889
12890 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12891
12892 2003-01-12 Michael Chastain <mec@shout.net>
12893
12894 * top.c (print_gdb_version): Bump copyright year to 2003.
12895
12896 2003-01-12 David Carlton <carlton@bactrian.org>
12897
12898 * linespec.c (symtab_from_filename): Rename variable 's' to
12899 'file_symtab'.
12900
12901 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12902
12903 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12904 dummy frame.
12905 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12906
12907 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12908
12909 * d10v-tdep.c: Include "gdb_assert.h".
12910 (d10v_store_return_value): Rewrite to match current interface.
12911 (d10v_extract_struct_value_address): Ditto.
12912 (d10v_extract_return_value): Ditto.
12913 (d10v_gdbarch_init): Set store_restore_value,
12914 extract_struct_value_address and extract_return_value.
12915
12916 2003-01-12 J. Brobecker <brobecker@gnat.com>
12917
12918 * hpread.c (set_namestring): New procedure replacing the
12919 SET_NAMESTRING macro.
12920 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12921 by calls to set_namestring.
12922
12923 2003-01-11 J. Brobecker <brobecker@gnat.com>
12924
12925 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12926 a compilation warning.
12927 (hpread_process_one_debug_symbol): Likewise.
12928
12929 2003-01-10 David Carlton <carlton@math.stanford.edu>
12930
12931 * linespec.c (decode_line_1): Rename variable 's' to
12932 'file_symtab'.
12933 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12934 (decode_dollar): Ditto.
12935 (decode_variable): Ditto.
12936 (symbol_found): Ditto.
12937
12938 2003-01-09 Michael Chastain <mec@shout.net>
12939
12940 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12941
12942 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12943
12944 * win32-nat.c (set_process_privilege): New function.
12945 (child_attach): Call set_process_privilege() to enable the
12946 SE_DEBUG_NAME user privilege if available in process token.
12947
12948 2003-01-10 J. Brobecker <brobecker@gnat.com>
12949
12950 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12951 compilation error in the previous revision.
12952
12953 2003-01-09 David Carlton <carlton@math.stanford.edu>
12954
12955 * linespec.c: Update copyright.
12956
12957 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12958
12959 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12960 than inferior_ptid.
12961 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12962
12963 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12964
12965 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12966 Update comments.
12967 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12968 (frame_saved_regs_zalloc): Update.
12969 (frame_saved_regs_register_unwind): Update.
12970 (create_new_frame): Update.
12971 (get_prev_frame): Update.
12972 (frame_extra_info_zalloc): Update.
12973 (deprecated_get_frame_saved_regs): Update.
12974 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12975 * cris-tdep.c: Update comment.
12976
12977 * somsolib.h: Fix function indentation.
12978 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12979 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12980 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12981 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12982 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12983
12984 * infrun.c (follow_fork): Use ISO C definition.
12985 * expprint.c (print_subexp): Use xfree instead of free.
12986 * charset.c: Include "gdb_string.h" instead of <string.h>.
12987 (register_iconv_charsets): Use ISO C definition.
12988 (host_charset, target_charset): Ditto.
12989 * Makefile.in (charset.o): Update dependencies.
12990 (mi-cmd-env.o): Update dependencies.
12991
12992 2003-01-08 Andrew Cagney <cagney@redhat.com>
12993
12994 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12995 get_frame_base.
12996
12997 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12998
12999 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13000 build directories. Save edited gdb output in Mbuild.log. If a
13001 build fails, remove any final GDB executable.
13002
13003 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13004
13005 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13006 replacing hex constants with function names and stripping leading
13007 file name directory prefixes.
13008
13009 2003-01-08 Andrew Cagney <cagney@redhat.com>
13010
13011 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13012 get_frame_base.
13013
13014 2003-01-08 David Carlton <carlton@math.stanford.edu>
13015
13016 * linespec.c (decode_line_1): Move code into decode_variable.
13017 (decode_variable): New function.
13018
13019 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13020
13021 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13022
13023 2003-01-08 Andrew Cagney <cagney@redhat.com>
13024
13025 * cris-tdep.c (cris_frame_init_saved_regs): Use
13026 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13027 saved_regs buffer.
13028 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13029 (sh64_nofp_frame_init_saved_regs): Ditto.
13030 (sh_fp_frame_init_saved_regs): Ditto.
13031 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13032 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13033 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13034 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13035
13036 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13037
13038 * minsyms.c (lookup_minimal_symbol): Update comment.
13039 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13040 (lookup_minimal_symbol_solib_trampoline): Likewise.
13041
13042 2003-01-08 Andrew Cagney <cagney@redhat.com>
13043
13044 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13045 frame_relative_level.
13046
13047 * alpha-tdep.c: Use get_frame_extra_info.
13048 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13049 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13050 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13051 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13052
13053 * alpha-tdep.c: Use get_next_frame.
13054 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13055 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13056 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13057 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13058 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13059 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13060 * xstormy16-tdep.c: Ditto.
13061
13062 2003-01-07 Andrew Cagney <cagney@redhat.com>
13063
13064 * alpha-tdep.c: Use get_frame_base.
13065 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13066 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13067 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13068 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13069 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13070 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13071 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13072 * config/sparc/tm-sparc.h: Ditto.
13073
13074 2003-01-07 Andrew Cagney <cagney@redhat.com>
13075
13076 * frame.c (deprecated_get_frame_context): New function.
13077 (deprecated_set_frame_context): New function.
13078 * frame.h (deprecated_get_frame_context): Declare.
13079 (deprecated_set_frame_context): Declare.
13080 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13081 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13082
13083 2003-01-07 Andrew Cagney <cagney@redhat.com>
13084
13085 * frame.c (deprecated_set_frame_next_hack): New function.
13086 (deprecated_set_frame_prev_hack): New function.
13087 * frame.h (deprecated_set_frame_next_hack): Declare.
13088 (deprecated_set_frame_prev_hack): Declare.
13089 * mcore-tdep.c (analyze_dummy_frame): Use
13090 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13091 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13092
13093 2003-01-07 David Carlton <carlton@math.stanford.edu>
13094
13095 * linespec.c (decode_line_1): Move code into decode_dollar.
13096 (decode_dollar): New function.
13097
13098 2003-01-07 Andrew Cagney <cagney@redhat.com>
13099
13100 * arm-tdep.c (arm_init_extra_frame_info): Use
13101 deprecated_update_frame_base_hack.
13102 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13103 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13104 (fix_frame_pointer): Ditto.
13105 (mn10300_analyze_prologue): Ditto.
13106
13107 2003-01-07 Andrew Cagney <cagney@redhat.com>
13108
13109 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13110 extra_info using frame_extra_info_zalloc.
13111 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13112 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13113 (sh64_init_extra_frame_info): Ditto.
13114 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13115 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13116 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13117 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13118 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13119 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13120 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13121 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13122 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13123 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13124 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13125 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13126
13127 * mn10300-tdep.c (analyze_dummy_frame): Use
13128 deprecated_set_frame_extra_info_hack.
13129 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13130
13131 2003-01-07 J. Brobecker <brobecker@gnat.com>
13132
13133 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13134 class is not scText. These do not define "real" procedures.
13135 (parse_partial_symbols): Likewise.
13136
13137 2003-01-06 Michael Snyder <msnyder@redhat.com>
13138
13139 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13140
13141 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13142
13143 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13144 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13145 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13146 deprecated_frame_xmalloc_with_cleanup.
13147 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13148 deprecated_frame_xmalloc.
13149 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13150 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13151
13152 2003-01-06 Andrew Cagney <cagney@redhat.com>
13153
13154 * x86-64-linux-tdep.c: Include "osabi.h".
13155 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13156
13157 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13158
13159 2003-01-06 Andrew Cagney <cagney@redhat.com>
13160
13161 * MAINTAINERS (Target Instruction Set Architectures): Update
13162 arm-elf. Can be built with -Werror, has been multiarched.
13163
13164 * value.h (unpack_long): Make buffer parameter constant.
13165 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13166 * scm-lang.h (scm_parse): Ditto.
13167 * defs.h (extract_typed_address, extract_address): Ditto.
13168 (extract_long_unsigned_integer): Ditto.
13169 * inferior.h (unsigned_pointer_to_address): Ditto.
13170 (signed_pointer_to_address): Ditto.
13171 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13172 * gdbarch.h, gdbarch.c: Regenerate.
13173 * findvar.c (extract_long_unsigned_integer): Update.
13174 (extract_address): Update.
13175 (extract_typed_address): Update.
13176 (unsigned_pointer_to_address): Update.
13177 * values.c (unpack_long): Update.
13178 (unpack_double): Update.
13179 (unpack_pointer): Update.
13180 (unpack_field_as_long): Update.
13181 * d10v-tdep.c (d10v_pointer_to_address): Update.
13182 * avr-tdep.c (avr_pointer_to_address): Update.
13183 * scm-lang.c (scm_unpack): Update.
13184 * findvar.c (signed_pointer_to_address): Update.
13185
13186 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13187
13188 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13189 since it is in i386-tdep.c.
13190
13191 2003-01-06 J. Brobecker <brobecker@gnat.com>
13192
13193 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13194 failure introduced in the previous change.
13195
13196 2003-01-05 Michael Chastain <mec@shout.net>
13197
13198 * README: Remove references to deleted remote-*.c files:
13199 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13200 remote-nrom.c, remote-os9k.c, remote-udi.c.
13201
13202 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13203
13204 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13205 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13206 i386_get_longjmp_target.
13207
13208 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13209
13210 * arm-tdep.c (prologue_cache): Change to a pointer.
13211 (_initialize_arm_tdep): Allocate prologue_cache.
13212 (check_prologue_cache): Update.
13213 (save_prologue_cache): Update.
13214 (arm_gdbarch_init): Update.
13215
13216 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13217
13218 * stabsread.c (update_method_name_from_physname): Call complaint()
13219 instead of error.
13220
13221 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13222
13223 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13224 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13225 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13226
13227 * blockframe.c: Include "gdbcmd.h" and "command.h".
13228 (backtrace_below_main): New variable.
13229 (file_frame_chain_valid, func_frame_chain_valid)
13230 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13231 (generic_func_frame_chain_valid): Remove functions.
13232 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13233 (_initialize_blockframe): New function.
13234 * Makefile.in (blockframe.o): Update dependencies.
13235 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13236 comment. Call frame_chain_valid ().
13237 * frame.h: Remove old prototypes. Add prototype for
13238 frame_chain_valid and update comments to match.
13239 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13240 Remove old comment.
13241 * gdbarch.h: Regenerated.
13242 * gdbarch.c: Regenerated.
13243
13244 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13245 set_gdbarch_frame_chain_valid.
13246 * avr-tdep.c (avr_gdbarch_init): Likewise.
13247 * cris-tdep.c (cris_gdbarch_init): Likewise.
13248 * frv-tdep.c (frv_gdbarch_init): Likewise.
13249 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13250 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13251 (i386_nw_init_abi): Likewise.
13252 (i386_gdbarch_init): Likewise.
13253 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13254 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13255 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13256 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13257 * mips-tdep.c (mips_gdbarch_init): Likewise.
13258 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13259 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13260 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13261 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13262 * s390-tdep.c (s390_gdbarch_init): Likewise.
13263 * sh-tdep.c (sh_gdbarch_init): Likewise.
13264 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13265 * v850-tdep.c (v850_gdbarch_init): Likewise.
13266 * vax-tdep.c (vax_gdbarch_init): Likewise.
13267 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13268
13269 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13270 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13271 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13272 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13273 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13274 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13275 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13276 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13277
13278 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13279
13280 * Makefile.in (acconfig_h): Remove incorrect macro.
13281 (config_h): Define.
13282 (osabi.o): Update dependencies.
13283 * configure.tgt: Set gdb_osabi based on target triplet.
13284 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13285 * configure: Regenerated.
13286 * config.in: Regenerated.
13287 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13288 (GDB_OSABI_DEFAULT): Define if not already defined.
13289 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13290 (set_osabi_string): New variables.
13291 (gdbarch_register_osabi): Add new OS ABI to
13292 gdb_osabi_available_names.
13293 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13294 (set_osabi, show_osabi): New functions.
13295 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13296
13297 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13298
13299 * arch-utils.c (gdbarch_info_init): Set osabi to
13300 GDB_OSABI_UNINITIALIZED.
13301 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13302 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13303 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13304 * gdbarch.c: Regenerated.
13305 * gdbarch.h: Regenerated.
13306 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13307 there's no BFD.
13308 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13309 * osabi.h (enum gdb_osabi): Move to defs.h.
13310 (gdbarch_init_osabi): Update prototype.
13311 * defs.h (enum gdb_osabi): Moved here.
13312 * Makefile.in: Update dependencies.
13313
13314 * alpha-tdep.h: Don't include "osabi.h".
13315 (struct gdbarch_tdep): Remove osabi member.
13316 * alpha-tdep.c: Include "osabi.h".
13317 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13318 iterate over arches. Update call to gdbarch_init_osabi.
13319 (alpha_dump_tdep): Don't dump osabi.
13320 * alpha-linux-tdep.c: Include "osabi.h".
13321 * alpha-osf1-tdep.c: Include "osabi.h".
13322 * alphafbsd-tdep.c: Include "osabi.h".
13323 * alphanbsd-tdep.c: Include "osabi.h".
13324
13325 * arm-tdep.h: Don't include "osabi.h".
13326 (struct gdbarch_tdep): Remove osabi member.
13327 * arm-tdep.c: Include "osabi.h".
13328 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13329 iterate over arches. Update call to gdbarch_init_osabi.
13330 (arm_dump_tdep): Don't dump osabi.
13331 * arm-linux-tdep.c: Include "osabi.h".
13332 * armnbsd-tdep.c: Include "osabi.h".
13333
13334 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13335 Update call to gdbarch_init_osabi.
13336
13337 * i386-tdep.h: Don't include "osabi.h".
13338 (struct gdbarch_tdep): Remove osabi member.
13339 * i386-tdep.c: Include "osabi.h".
13340 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13341 iterate over arches. Update call to gdbarch_init_osabi.
13342 (i386_dump_tdep): Don't dump osabi.
13343 * i386-linux-tdep.c: Include "osabi.h".
13344 * i386-sol2-tdep.c: Include "osabi.h".
13345 * i386bsd-tdep.c: Include "osabi.h".
13346 * i386gnu-tdep.c: Include "osabi.h".
13347 * i386ly-tdep.c: Include "osabi.h".
13348 * i386nbsd-tdep.c: Include "osabi.h".
13349 * i386obsd-tdep.c: Include "osabi.h".
13350
13351 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13352 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13353 check osabi when iterating over arches. Update call to
13354 gdbarch_init_osabi.
13355 (mips_dump_tdep): Don't dump osabi.
13356
13357 * ns32k-tdep.h: Don't include "osabi.h".
13358 (struct gdbarch_tdep): Remove.
13359 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13360 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13361 allocate tdep. Update call to gdbarch_init_osabi.
13362 (ns32k_dump_tdep): Remove.
13363 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13364 * ns32knbsd-tdep.c: Include "osabi.h".
13365
13366 * ppc-tdep.h: Don't include "osabi.h".
13367 (struct gdbarch_tdep): Remove osabi member.
13368 * rs6000-tdep.c: Include "osabi.h".
13369 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13370 osabi when iterating over arches. Update call to
13371 gdbarch_init_osabi.
13372 (rs6000_dump_tdep): Don't dump osabi.
13373 * ppc-linux-tdep.c: Include "osabi.h".
13374 * ppcnbsd-tdep.c: Include "osabi.h".
13375
13376 * sh-tdep.h: Don't include "osabi.h".
13377 (struct gdbarch_tdep): Remove osabi member.
13378 * sh-tdep.c: Include "osabi.h".
13379 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13380 iterate over arches. Update call to gdbarch_init_osabi.
13381 (sh_dump_tdep): Don't dump osabi.
13382 * shnbsd-tdep.c: Include "osabi.h".
13383
13384 * sparc-tdep.c: Include "osabi.h".
13385 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13386 iterate over arches. Update call to gdbarch_init_osabi.
13387 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13388 tdep structure.
13389
13390 * vax-tdep.h: Don't include "osabi.h".
13391 (struct gdbarch_tdep): Remove.
13392 * vax-tdep.c: Include "osabi.h".
13393 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13394 iterate over arches. Don't allocate tdep. Update call
13395 to gdbarch_init_osabi.
13396 (vax_dump_tdep): Remove.
13397 (_initialize_vax_tdep): Update call to gdbarch_register.
13398
13399 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13400
13401 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13402 entirely.
13403 (breakpoint_re_set_one): Don't fetch the value for a disabled
13404 watchpoint.
13405
13406 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13407
13408 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13409 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13410 (COERCE_FLOAT_TO_DOUBLE): Remove.
13411 * gdbarch.c: Regenerate.
13412 * gdbarch.h: Regenerate.
13413 * Makefile.in: Remove value_h from gdbarch_h.
13414 * valops.c (coerce_float_to_double): New variable.
13415 (default_coerce_float_to_double): Remove.
13416 (standard_coerce_float_to_double): Remove.
13417 (value_arg_coerce): Use coerce_float_to_double.
13418 (_initialize_valops): Add "set coerce-float-to-double".
13419 * value.h (default_coerce_float_to_double): Remove prototype.
13420 (standard_coerce_float_to_double): Remove prototype.
13421
13422 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13423 prototyped.
13424 * mdebugread.c (parse_symbol): Likewise.
13425 * stabsread.c (define_symbol): Mark all functions as prototyped.
13426
13427 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13428 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13429 set_gdbarch_coerce_float_to_double.
13430 * arm-tdep.c (arm_gdbarch_init): Likewise.
13431 * frv-tdep.c (frv_gdbarch_init): Likewise.
13432 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13433 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13434 * mips-tdep.c (mips_gdbarch_init): Likewise.
13435 (mips_coerce_float_to_double): Remove.
13436 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13437 (rs6000_coerce_float_to_double): Remove.
13438 * s390-tdep.c (s390_gdbarch_init): Likewise.
13439 * sh-tdep.c (sh_gdbarch_init): Likewise.
13440 (sh_coerce_float_to_double): Remove.
13441 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13442 (sparc_coerce_float_to_double): Remove.
13443 * v850-tdep.c (v850_gdbarch_init): Likewise.
13444 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13445 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13446 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13447 (hppa_coerce_float_to_double): Remove prototype.
13448 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13449
13450 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13451
13452 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13453
13454 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13455
13456 Suggested by Stewart Brown <sb24@avaya.com>:
13457 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13458 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13459 (c_type_print_varspec_suffix): Likewise.
13460
13461 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13462
13463 * configure.in: Don't set and AC_SUBST SUBDIRS.
13464 * configure: Regenerated.
13465
13466 * configure.in: Remove code dealing with shared libraries.
13467 * Makefile.in: Remove HLDFLAGS and HLDENV.
13468 * configure: Regenerated.
13469
13470 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13471
13472 * frame.c (deprecated_frame_xmalloc): New function.
13473 (deprecated_set_frame_saved_regs_hack): New function.
13474 (deprecated_set_frame_extra_info_hack): New function.
13475 * frame.h (deprecated_frame_xmalloc): Declare.
13476 (deprecated_set_frame_saved_regs_hack): Declare.
13477 (deprecated_set_frame_extra_info_hack): Declare.
13478
13479 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13480
13481 * configure.in: Move code that provides the --enable-gdbtk option
13482 right after the code that handles the --enable-tui option, and
13483 polish it somewhat.
13484 * configure: Regenerated.
13485
13486 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13487 AC_CHECK_FUNCS and remove the old check for pread64.
13488 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13489 * acconfig.h (_GNU_SOURCE): Add.
13490 (HAVE_PREAD64): Remove.
13491 * configure, aclocal.m4, config.in: Regenerated.
13492
13493 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13494
13495 * alpha-tdep.c: Use get_frame_saved_regs.
13496 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13497 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13498 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13499 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13500 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13501
13502 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13503
13504 * configure.in: Remove all use of the SUBDIRS variable; add
13505 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13506 code providing the --enable-multi-ice option, and move it right in
13507 front of the code that checks whether gdbserver is supported.
13508 Polish that too.
13509 * configure: Regenerated.
13510 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13511 @SUBDIRS@.
13512
13513 2003-01-03 Andrew Cagney <cagney@redhat.com>
13514
13515 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13516 * avr-tdep.c, cris-tdep.c: Ditto.
13517 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13518 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13519
13520 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13521
13522 * configure.in: Remove --enable-netrom option.
13523 * configure: Regenerated.
13524
13525 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13526
13527 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13528 declaration for `struct re_pattern_buffer' instead.
13529 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13530
13531 2003-01-03 J. Brobecker <brobecker@gnat.com>
13532
13533 * mdebugread.c (parse_symbol): Count until the stEnd matching
13534 the structure name.
13535
13536 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13537
13538 * configure.in: Remove --with-cpu option.
13539 subscripts. Remove evil changequotes here.
13540 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13541 * config.in, configure: Regenerated.
13542
13543 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13544 * configure.in: Cleanup section that sources GDB and BFD configure
13545 subscripts. Remove evil changequotes here.
13546 * config.in, configure: Regenerated.
13547
13548 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13549
13550 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13551 frame accessor methods.
13552 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13553 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13554 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13555 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13556 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13557 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13558 * z8k-tdep.c: Ditto.
13559
13560 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13561
13562 * configure.in: Remove UI_OUT configuration code.
13563 * ada-lang.c: Update assuming UI_OUT is always true.
13564 * Makefile.in (UIOUT_CFLAGS): Remove.
13565 * configure: Regenerated.
13566 * TODO: Remove blurb about elimination of -DUI_OUT.
13567
13568 * configure.in: Move code that provides the --enable-gdbcli,
13569 --enable-gdbmi options right before the code that handles the
13570 --enable-tui option. Polish a bit.
13571 * configure: Regenerated.
13572
13573 * configure.in: Rewrite check for GNU regex and the
13574 --without-included regex option, and move it into the "Checks for
13575 library functions" section. This makes us use the system regex
13576 again by default on systems with version 2 of the GNU C library.
13577 This was apparently broken.
13578 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13579 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13580 * config.in, configure: Regenerated.
13581
13582 * configure.in: Move code that provides the --enable-tui option
13583 before the "Checks for libraries" section. Polish the code
13584 somewhat and set need_curses to yes if we build the TUI. Rewrite
13585 code that looks for a library providing termcap functionality to
13586 match more closely what's done in the Readline library, and move
13587 it into to the "Checks for libraries" section.
13588 * configure: Regenerated.
13589 * Makefile.in (TERMCAP): Remove variable.
13590 * config/i386/go32.mh (TERMCAP): Remove variable.
13591
13592 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13593
13594 * MAINTAINERS: Mention gdb_mbuild.sh.
13595 * gdb_mbuild.sh: Rewrite.
13596
13597 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13598
13599 * configure.in: Fix typo in last change.
13600 * config.in, configure: Regenerated.
13601
13602 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13603
13604 * valarith.c (value_binop): Delete obsolete code and comments.
13605 * configure.host: Ditto.
13606 * buildsym.h (make_blockvector): Ditto.
13607 * buildsym.c (make_blockvector): Ditto.
13608 * defs.h (enum language): Ditto.
13609 (chill_demangle): Ditto.
13610 * elfread.c (elf_symtab_read): Ditto.
13611 * dwarfread.c (CHILL_PRODUCER): Ditto.
13612 (set_cu_language): Ditto.
13613 (handle_producer): Ditto.
13614 * expprint.c (print_subexp): Ditto.
13615 * gdbtypes.c (chill_varying_type): Ditto.
13616 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13617 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13618 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13619 (chill_varying_type): Ditto.
13620 * language.h (_LANG_chill): Ditto.
13621 * language.c (binop_result_type, integral_type): Ditto.
13622 (character_type, string_type, structured_type): Ditto.
13623 (lang_bool_type, binop_type_check): Ditto.
13624 * stabsread.h (os9k_stabs): Ditto.
13625 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13626 (define_symbol, read_type, read_struct_fields): Ditto.
13627 (read_array_type, read_enum_type, read_huge_number): Ditto.
13628 (read_range_type, start_stabs): Ditto.
13629 * symfile.c (init_filename_language_table): Ditto.
13630 (add_psymbol_with_dem_name_to_list): Ditto.
13631 * symtab.c (symbol_init_language_specific): Ditto.
13632 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13633 * symtab.h (struct general_symbol_info): Ditto.
13634 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13635 * typeprint.c (typedef_print): Ditto.
13636 * utils.c (fprintf_symbol_filtered): Ditto.
13637 * valops.c (value_cast, search_struct_field, value_slice): Delete
13638 obsolete code.
13639 (varying_to_slice): Delete function.
13640 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13641 (varying_to_slice): Delete declaration.
13642 * MAINTAINERS: Update.
13643
13644 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13645
13646 * configure.in: Reorganize "Checks for library functions section"
13647 a bit. Remove check for `btowc' and `isascii' functions.
13648 * configure: Regenerated.
13649
13650 * acconfig.h (_MSE_INT_H): Remove.
13651 * configure.in: Create "Checks for header files" section, and move
13652 appropriate tests there. Don't check for objlist.h, wchar.h,
13653 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13654 misdetection fix. Also add "Checks for types", "Checks for
13655 compiler characteristics" and "Checks for library functions"
13656 sections.
13657 * config.in, configure: Regenerated.
13658
13659 * configure.in: Create "Checks for programs" section, and move
13660 appropriate tests there.
13661
13662 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13663
13664 * configure.in: Create "Checks for libraries" section, and move
13665 appropriate tests there. Cleanup check for wctype in libw. Use
13666 AC_SEARCH_LIBS to see whether we need libsocket.
13667 * configure: Regenerated.
13668
13669 For older changes see ChangeLog-2002
13670 \f
13671 Local Variables:
13672 mode: change-log
13673 left-margin: 8
13674 fill-column: 74
13675 version-control: never
13676 End:
This page took 0.312763 seconds and 4 git commands to generate.