* x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-31 Mark Kettenis <kettenis@gnu.org>
2
3 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
4 explicitly specify size of array.
5 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
6 TDEP->sc_num_regs.
7
8 2003-10-31 Andrew Cagney <cagney@redhat.com>
9
10 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
11 function.
12 (s390_gdbarch_init): Set extract_struct_value_address.
13 * arch-utils.c (generic_cannot_extract_struct_value_address):
14 Delete function.
15 * arch-utils.h (generic_cannot_extract_struct_value_address):
16 Delete definition.
17
18 2003-10-31 Mark Kettenis <kettenis@gnu.org>
19
20 * i386-linux-nat.c (fetch_core_registers): Remove.
21 (linux_elf_core_fns): Remove.
22 (_initialize_i386_linux_nat): Remove.
23
24 2003-10-31 Andrew Cagney <cagney@redhat.com>
25
26 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
27 "exec.h".
28 (exec_entry_point): New function.
29 (enable_break): Create a "tmp_bfd_target", use that and
30 entry_point_address when computing the relocation offset.
31 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
32 * Makefile.in (solib-svr4.o): Update dependencies.
33
34 2003-10-31 Andrew Cagney <cagney@redhat.com>
35
36 * defs.h (XZALLOC): Define.
37 * target.h (struct target_ops): Add "to_data";
38 * bfd-target.h, bfd-target.c: New files.
39 * Makefile.in (SFILES): Add "bfd-target.c".
40 (COMMON_OBS): Add "bfd-target.o".
41 (bfd-target.o): Specify dependencies.
42 (bfd_target_h): Define.
43 * defs.h (XZALLOC): Define.
44
45 2003-10-31 Andrew Cagney <cagney@redhat.com>
46
47 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
48 adjust_breakpoint_address.
49 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
50 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
51 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
52 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
53
54 2003-10-31 Andrew Cagney <cagney@redhat.com>
55
56 * target.h (struct target_ops): Replace "to_read_partial" and
57 "to_write_partial" with "to_xfer_partial". Update comments.
58 * target.c (debug_to_write_partial): Delete function.
59 (debug_to_xfer_partial): Replace debug_to_read_partial.
60 (add_target, update_current_target, setup_target_debug): Set
61 "to_xfer_partial" instead of "to_read_partial" and
62 "to_write_partial".
63 (default_xfer_partial): Replace "default_write_partial".
64 (default_read_partial): Delete.
65 (target_read_partial, target_write_partial): Call
66 "to_xfer_partial".
67 * remote.c (init_remote_ops): Set "to_xfer_partial".
68 (init_remote_async_ops): Ditto.
69 (remote_xfer_partial): Replace "remote_read_partial".
70
71 2003-10-31 Mark Kettenis <kettenis@gnu.org>
72
73 * i386-tdep.c (i386_supply_fpregset): Support floating-point
74 registers in `fxsave' format.
75 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
76
77 2003-10-30 Mark Kettenis <kettenis@gnu.org>
78
79 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
80 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
81 TDEP->gregset_num_regs and tdep->sizeof_gregset.
82
83 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
84 specify size of array.
85 (i386_linux_init_abi): Remove initialization of
86 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
87 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
88
89 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
90 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
91 core-regset.o.
92
93 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
94 the ELF header.
95
96 2003-10-29 Mark Kettenis <kettenis@gnu.org>
97
98 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
99 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
100 core-regset.o.
101
102 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
103
104 * corelow.c: Include "arch-utils.h", "regset.h" and
105 "gdb_assert.h".
106 (core_gdbarch): New variable.
107 (sniff_core_bfd): Don't sniff if we have support for register sets
108 in CORE_GDBARCH.
109 (core_close): Reset CORE_GDBARCH.
110 (core_open): Initialize CORE_GDBARCH.
111 (get_core_register_section): Use register sets if they are
112 supported by CORE_GDBARCH.
113 (get_core_registers): Don't print error message if we have support
114 for register sets in CORE_GDBARCH.
115
116 2003-10-29 Andrew Cagney <cagney@redhat.com>
117
118 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
119 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
120
121 2003-10-29 Mark Kettenis <kettenis@gnu.org>
122
123 * objfiles.h (clear_objfile_data): New prototype.
124 * objfiles.c (clear_objfile_data): New function.
125 * symfile.c (reread_symbols): Clear per-objfile data.
126
127 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
128
129 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
130 printf_unfiltered instead of printf_filtered for output messages.
131 (add_symbol_file_command): Ditto.
132 (reread_symbols): Ditto.
133 (overlay_auto_command): Ditto.
134 (overlay_manual_command): Ditto.
135 (overlay_off_command): Ditto.
136
137 2003-10-27 Mark Kettenis <kettenis@gnu.org>
138
139 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
140 (gdbarch_from_bfd): New function.
141 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
142 deprecated_select_gdbarch_hack.
143 * arch-utils.h (gdbarch_from_bfd): New prototype.
144
145 2003-10-27 Andrew Cagney <cagney@redhat.com>
146
147 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
148 arch_info. Use warning instead of fprintf_filtered. Do not use
149 deprecated bfd_printable_arch_mach.
150
151 2003-10-26 Kevin Buettner <kevinb@redhat.com>
152
153 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
154 Delete.
155 (frv_register_type): Rename from frv_register_virtual_type. Add
156 ``struct gdbarch *'' parameter.
157 (frv_gdbarch_init): Delete calls to the following functions:
158 set_gdbarch_deprecated_size(),
159 set_gdbarch_deprecated_register_bytes(),
160 set_gdbarch_deprecated_register_raw_size(),
161 set_gdbarch_deprecated_max_register_raw_size(),
162 set_gdbarch_deprecated_register_virtual_size(),
163 set_gdbarch_deprecated_max_register_virtual_size(),
164 set_gdbarch_deprecated_register_virtual_size(),
165 set_gdbarch_deprecated_register_virtual_type().
166 Add call to function set_gdbarch_register_type().
167
168 2003-10-26 Mark Kettenis <kettenis@gnu.org>
169
170 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
171 FDOFF_REGNUM): Remove defines.
172 * win32-nat.c (do_child_fetch_inferior_registers): Include
173 "i387-tdep.h".
174 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
175 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
176 undefine I387_ST0_REGNUM.
177
178 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
179 * x86-64-tdep.c (x86_64_store_return_value): Use
180 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
181
182 Change register numbers to enumartion values.
183 * i386-tdep.h (enum i386_regnum): New.
184 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
185 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
186 I386_ST0_REGNUM): Remove defines.
187 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
188 I386_EDI_REGNUM): Remove defines.
189
190 2003-10-24 Andrew Cagney <cagney@redhat.com>
191
192 * target.c: Include "gdbcore.h".
193 (get_target_memory, get_target_memory_unsigned): New functions.
194 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
195 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
196 Use get_target_memory_unsigned.
197 * Makefile.in (target.o): Update dependencies.
198
199 2003-10-24 Andrew Cagney <cagney@redhat.com>
200
201 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
202 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
203 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
204 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
205 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
206
207 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
208 (can_run_code_for): Use the OO term "singleton".
209
210 2003-10-23 Andrew Cagney <cagney@redhat.com>
211
212 * Makefile.in (stack.o): Add $(regcache_h).
213 * stack.c: Include "regcache.h"
214 (return_command): Rewrite. Use get_frame_id and
215 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
216 about unhandled return-values.
217 * value.h (set_return_value): Delete declaration.
218 * values.c (set_return_value): Delete function.
219
220 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
221
222 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
223 (pseudo_regs): Add comment regarding register stack registers.
224 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
225 (floatformat_valid): New static routine.
226 (floatformat_ia64_ext): Add name field and set up is_valid routine
227 to floatformat_valid().
228 (examine_prologue): For the previous cfm, use
229 frame_unwind_register()
230 if the cfm is not stored in a register-stack register. Save the
231 previous cfm value in the prev_cfm field. Add debug output.
232 (ia64_frame_this_id): Use frame_id_build_special() to also register
233 the bsp. Add debug output.
234 (ia64_sigtramp_frame_this_id): Ditto.
235 (ia64_frame_prev_register): Look at cache saved_regs for a few more
236 registers and also add some checks for framelessness before accepting
237 current register values for fields such as return address. For cfm,
238 use the cached prev_cfm field if available. Add comment to explain
239 PSR logic. Add debug output.
240 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
241 as part of initialization.
242 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
243 calculated. Cache the bsp and cfm values.
244 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
245 instead of using ia64_frame_prev_register() which doesn't expect most
246 registers to be saved. The saved values for bsp and sp
247 can be taken from the cache. Add debug output.
248 (ia64_push_dummy_call): Use frame_id_build_special() to also register
249 the bsp.
250
251 2003-10-23 Jim Blandy <jimb@redhat.com>
252
253 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
254 architecture the current arch can run code for --- but not if it's
255 a superset.
256 (can_run_code_for): New function.
257
258 2003-10-22 James E Wilson <wilson@specifixinc.com>
259
260 * MAINTAINERS: Move myself from paper trail section back to write
261 after approval section.
262
263 2003-10-22 Andrew Cagney <cagney@redhat.com>
264
265 * exec.h: New file.
266 * win32-nat.c: Include "exec.h".
267 * solib.c: Include "exec.h".
268 * target.h (build_section_table): Delete declaration.
269 * somsolib.c: Include "exec.h".
270 (exec_ops): Delete extern declaration.
271 * rs6000-nat.c: Update copyright. Include "exec.h".
272 (exec_ops): Delete extern declaration.
273 * pa64solib.c: Update copyright. Include "exec.h".
274 (exec_ops): Delete extern declaration.
275 * exec.c: Update copyright. Include "exec.h".
276 * corelow.c: Update dependencies. Include "exec.h".
277 * Makefile.in (exec_h): Define.
278 (exec.o, somsolib.o): Update dependencies.
279 (pa64solib.o, corelow.o): Update dependencies.
280
281 2003-10-22 Andrew Cagney <cagney@redhat.com>
282
283 * target.c: Include "gdb_assert.h" (target_read): Call
284 "target_read_partial", not "target_write_partial".
285 (default_read_partial, default_write_partial): New function.
286 (target_read_partial, target_write_partial): Simplify, assume that
287 there is always a read/write method.
288 (update_current_target, add_target): Always set "to_read_partial"
289 and "to_write_partial".
290 (target_write, target_read): Fail on a zero byte transfer.
291 * Makefile.in (target.o): Update dependencies.
292 * target.h: Update copyright date.
293 (target_object): Fix typo.
294
295 2003-10-22 Andrew Cagney <cagney@redhat.com>
296
297 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
298 multi-arch method, add "targ" parameter.
299 (struct target_ops): Declare.
300 * gdbarch.h, gdbarch.c: Re-generate.
301 * Makefile.in (c-valprint.o): Update dependencies.
302 * arch-utils.h: Update copyright.
303 (convert_from_func_ptr_addr_identity): Declare.
304 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
305 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
306 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
307 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
308 * infcall.c (find_function_addr, call_function_by_hand): Update.
309 * c-valprint.c: Include "target.h".
310 (print_function_pointer_address): Update.
311
312 2003-10-22 Andrew Cagney <cagney@redhat.com>
313
314 * target.c (target_close): New function.
315 (debug_to_close): Use "target_close".
316 (push_target): Use "target_close".
317 (unpush_target): Use "target_close".
318 (pop_target): Use "target_close".
319 * target.h (struct target_ops): Add "to_xclose".
320 (target_open): Delete macro. Move comment to "to_open".
321 (target_close): Replace macro with function that takes a target.
322 * top.c (quit_target): Pass "current_target" to "target_close".
323
324 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
325
326 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
327 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
328 * symtab.h (lookup_minimal_symbol_text): Update.
329 * breakpoint.c (create_overlay_event_breakpoint,
330 create_longjmp_breakpoint): Update callers.
331 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
332 * symtab.c (find_pc_sect_line): Ditto.
333
334 2003-10-21 Andrew Cagney <cagney@redhat.com>
335
336 * target.c (errno): Delete extern declaration.
337
338 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
339
340 * ia64-tdep.c: Change all occurrences of
341 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
342 (ia64_frame_prev_register): Minor whitespace change.
343
344 2003-10-20 Michael Chastain <mec@shout.net>
345
346 * config/djgpp/fnchange.lst: Add lines for:
347 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
348 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
349 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
350 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
351 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
352 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
353 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
354
355 2003-10-20 Andrew Cagney <cagney@redhat.com>
356
357 * values.c (register_value_being_returned): Update comments. Use
358 "gdbarch_return_value" when available.
359 (using_struct_return): Ditto.
360 (set_return_value): Ditto. Use "gdbarch_return_value" when
361 available.. Print a warning, and not an error, when an unhandled
362 return type is encountered.
363 * infcmd.c: Include "gdb_assert.h".
364 (print_return_value): When gdbarch_return_value_p, and using
365 struct return, assume that the value is not available.
366 * defs.h (return_value_convention): Define.
367 * gdbarch.sh (gdbarch_return_value): New predicate method.
368 * gdbarch.h, gdbarch.c: Re-generate
369 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
370
371 2003-10-20 Andrew Cagney <cagney@redhat.com>
372
373 * symtab.c: Replace "struct sec" with "struct bfd_section".
374 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
375
376 2003-10-19 Michael Chastain <mec@shout.net>
377
378 * config/djgpp/fnchange.lst: Add lines for:
379 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
380 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
381 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
382
383 2003-10-19 Mark Kettenis <kettenis@gnu.org>
384
385 * amd64fbsd-nat.c (fetch_inferior_registers,
386 store_inferior_registers): Remove functions.
387 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
388
389 2003-10-18 Mark Kettenis <kettenis@gnu.org>
390
391 Add NetBSD/amd64 native configuration:
392 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
393 * amd64nbsd-tdep.c: New file.
394 * amd64nbsd-nat.c: New file.
395 * amd64bsd-nat.c: New file.
396 * config/i386/nbsd64.mh: New file.
397 * config/i386/nbsd64.mt: New file.
398 * configure.host: Add x86_64-*-netbsd*.
399 * configure.tgt: Add x86_64-*-netbsd*.
400 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
401 New targets.
402 * NEWS (New native configurations): Mention NetBSD/amd64.
403
404 2003-10-17 Michael Chastain <mec@shout.net>
405
406 * config/djgpp/fnchange.lst: Remove dead lines for:
407 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
408 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
409 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
410 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
411 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
412 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
413 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
414 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
415 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
416 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
417 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
418 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
419 gdb/config/sparc/tm-sparclite.h,
420 gdb/gdbtk/generic/ChangeLog-2001,
421 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
422 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
423 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
424 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
425 gdb/testsuite/gdb.mi/mi0-var-block.exp,
426 gdb/testsuite/gdb.mi/mi0-var-child.exp,
427 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
428 gdb/testsuite/gdb.mi/mi0-var-display.exp,
429 itcl/iwidgets3.0.0/demos/extfileselectionbox,
430 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
431 itcl/iwidgets3.0.0/demos/fileselectionbox,
432 itcl/iwidgets3.0.0/demos/fileselectiondialog,
433 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
434 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
435 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
436 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
437 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
438 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
439 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
440 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
441 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
442 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
443 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
444 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
445 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
446 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
447 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
448 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
449 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
450 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
451 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
452 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
453 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
454 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
455 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
456 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
457 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
458 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
459 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
460 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
461 itcl/iwidgets3.0.0/demos/html/shell.n.html,
462 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
463 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
464 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
465 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
466 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
467 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
468 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
469 itcl/iwidgets3.0.0/demos/scrolledcanvas,
470 itcl/iwidgets3.0.0/demos/scrolledframe,
471 itcl/iwidgets3.0.0/demos/scrolledhtml,
472 itcl/iwidgets3.0.0/demos/scrolledlistbox,
473 itcl/iwidgets3.0.0/demos/scrolledtext,
474 itcl/iwidgets3.0.0/demos/selectionbox,
475 itcl/iwidgets3.0.0/demos/selectiondialog,
476 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
477 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
478 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
479 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
480 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
481 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
482 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
483 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
484 itcl/iwidgets3.0.0/doc/scrolledframe.n,
485 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
486 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
487 itcl/iwidgets3.0.0/doc/scrolledtext.n,
488 itcl/iwidgets3.0.0/doc/selectionbox.n,
489 itcl/iwidgets3.0.0/doc/selectiondialog.n,
490 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
491 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
492 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
493 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
494 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
495 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
496 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
497 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
498 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
499 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
500 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
501 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
502 itcl/iwidgets3.0.0/generic/selectionbox.itk,
503 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
504 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
505 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
506 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
507 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
508 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
509 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
510 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
511 itcl/iwidgets3.0.0/tests/scrolledframe.test,
512 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
513 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
514 itcl/iwidgets3.0.0/tests/scrolledtext.test,
515 itcl/iwidgets3.0.0/tests/selectionbox.test,
516 itcl/iwidgets3.0.0/tests/selectiondialog.test,
517 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
518 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
519 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
520 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
521 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
522 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
523 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
524 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
525 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
526 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
527 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
528 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
529 tk/mac/tkMacProjects.sit.hqx.
530
531 2003-10-17 Andrew Cagney <cagney@redhat.com>
532
533 * target.c (target_section_by_addr): New function.
534 (do_xfer_memory): Use "target_section_by_addr".
535 * target.h (target_section_by_addr): Declare.
536
537 * target.h (struct target_ops): Add "to_read_partial" and
538 "to_write_partial", delete "to_query".
539 (target_read_partial, target_write_partial): Declare.
540 (target_read, target_write): Declare.
541 (target_query): Delete macro.
542 * target.c (target_read_partial): New function.
543 (target_write_partial, target_read, target_write): New function.
544 (update_current_target): Delete inheritance of "to_query". Add
545 comments about "to_read_partial" and "to_write_partial".
546 (debug_to_partial_read, debug_to_partial_write): New functions.
547 (debug_to_query): Delete function.
548 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
549 instead of "to_query".
550 * remote.c (remote_read_partial): Replace "remote_query".
551 (init_remote_ops): Set "to_read_partial" instead of "to_query".
552 (init_remote_async_ops): Ditto.
553 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
554 "target_read_partial" instead of "target_query".
555 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
556 Use "target_read_partial" instead of "target_query".
557
558 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
559
560 * frame.h (struct frame_id): Add new field: special_addr.
561 (frame_id_build_special): New prototype.
562 * frame.c (frame_id_build_special): New function.
563 (frame_id_build): Change to call frame_id_build_special().
564 (frame_id_eq): Change to also test special_addr field.
565 (frame_id_inner): Update comment.
566
567 2003-10-17 Andrew Cagney <cagney@redhat.com>
568
569 * target.c (update_current_target): Perform the target cleanup.
570 Put the target stack beneath the squashed "current_target".
571 (add_target): Delete disabled call to "cleanup_target".
572 (cleanup_target): Delete function.
573 (push_target, unpush_target): Do not call "cleanup_target".
574
575 2003-10-17 Andrew Cagney <cagney@redhat.com>
576
577 * target.c (target_stack): Change to a static target_ops.
578 (update_current_target): Walk the "struct target_ops" stack.
579 (pop_target, do_xfer_memory, target_info): Ditto.
580 (find_target_beneath): Ditto.
581 (push_target): Rewrite to use the "struct target_ops" stack.
582 (unpush_target): Ditto.
583 * target.h (struct target_stack_item): Delete definition.
584 (target_stack): Delete declaration.
585 (struct target_ops): Add field "beneath".
586
587 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
588
589 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
590 declaration.
591 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
592 (h8300_examine_prologue): Use h8300_normal_mode flag
593 (h8300_gdbarch_init): Set architecture info for normal mode
594
595 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
596
597 * remote.c (remote_protocol_vcont): New variable.
598 (set_remote_protocol_vcont_packet_cmd): New function.
599 (show_remote_protocol_vcont_packet_cmd): New function.
600 (init_all_packet_configs): Handle remote_protocol_vcont.
601 (remote_vcont_probe): New function.
602 (remote_vcont_resume): New function.
603 (remote_resume): Use it.
604 (remote_async_resume): Call remote_resume.
605 (_initialize_remote): Add verbose-resume packet commands.
606
607 2003-10-16 Andrew Cagney <cagney@redhat.com>
608
609 * infrun.c (handle_inferior_event): Add comment about
610 "frame_id_inner" being too weak.
611
612 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
613
614 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
615 second parameter, which is always null. Remove
616 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
617 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
618 accordingly.
619 * somsolib.c (som_solib_create_inferior_hook,
620 som_solib_desire_dynamic_linker_symbols): Update callers.
621 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
622
623 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
624
625 * remote-m32r-sdi.c : New file, interface to m32r on-chip
626 debug interface, SDI (Scalable Debug Interface).
627 * NEWS: Mention m32r SDI protocol was supported.
628 * Makefile.in (remote-m32r-sdi.o): Add build rule.
629 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
630
631 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
632
633 * ia64-linux-tdep.c: Include gdbcore.h.
634 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
635 (ia64_linux_sigcontext_register_addr): Find the address of the
636 sigcontext area stored in the sigframe instead of using
637 a magic offset constant.
638
639 2003-10-15 Andrew Cagney <cagney@redhat.com>
640
641 * remote.c (remote_search): Delete function.
642 * target.h (target_search): Delete disabled macro.
643 (struct target_ops): Delete disabled field "to_search".
644
645 2003-10-14 Kevin Buettner <kevinb@redhat.com>
646
647 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
648 instead of deprecated_inside_entry_file().
649
650 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
651
652 * sh-tdep.c: Fix copy/paste hangover in comment.
653 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
654 mode.
655 (sh3e_sh4_extract_return_value): Ditto.
656
657 2003-10-13 Richard Henderson <rth@redhat.com>
658
659 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
660 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
661 match c_val_print a bit closer.
662
663 2003-10-13 Kevin Buettner <kevinb@redhat.com>
664
665 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
666 (frv_gdbarch_adjust_breakpoint_address): New function.
667 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
668 method.
669
670 2003-10-13 Kevin Buettner <kevinb@redhat.com>
671
672 * breakpoint.h (struct breakpoint): Add new member
673 ``requested_address''.
674 * breakpoint.c (breakpoint_adjustment_warning)
675 (adjust_breakpoint_address): New static functions.
676 (print_it_typical): Issue warning if breakpoint's address is different
677 from its requested address.
678 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
679 (breakpoint_re_set_one): Set breakpoint's
680 ``requested_address'' field. Set ``address'' field to the
681 result of calling adjust_breakpoint_address() on the requested
682 address.
683
684 2003-10-13 Kevin Buettner <kevinb@redhat.com>
685
686 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
687 * gdbarch.h, gdbarch.c: Regenerate.
688
689 2003-10-11 Mark Kettenis <kettenis@gnu.org>
690
691 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
692 TDEP->sc_num_regs.
693
694 * i386fbsd-tdep.c: New file.
695 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
696 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
697 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
698 i386bsd-tdep.c.
699 (_initialize_i386fbsd_tdep): New function.
700 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
701 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
702 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
703 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
704 TDEP->sc_num_regs.
705 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
706 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
707 to initialize TDEP->sc_num_regs.
708 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
709 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
710 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
711 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
712 FreeBSD ELF OS/ABI's here.
713 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
714 (i386fbsd-tdep.o): New target.
715 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
716 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
717
718 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
719 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
720 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
721 in initialization of TDEP->sc_num_regs.
722
723 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
724 (x86_64_init_abi): Initialize regset_from_core_section if
725 appropriate.
726
727 * i386-tdep.c (i386_regset_from_core_section): New function.
728 (i386_gdbarch_init): Initialize regset_from_core_section if
729 appropriate.
730 * i386-tdep.h (i386_regset_from_core_section): New declaration.
731
732 * i386-tdep.h (struct regset): Declare opaque.
733
734 * gdbarch.sh (regset_from_core_section): New method.
735 (struct regset): Declare opaque.
736 * gdbarch.c, gdbarch.h: Regenerated.
737
738 2003-10-11 Alan Modra <amodra@bigpond.net.au>
739
740 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
741 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
742 Correct test for pc within section.
743
744 2003-10-11 Mark Kettenis <kettenis@gnu.org>
745
746 * gdbarch.sh: Remove trailing whitepsace from comments.
747
748 2003-10-08 Roland McGrath <roland@redhat.com>
749
750 * gcore.c (make_mem_sec): Function removed, folded into ...
751 (gcore_create_callback): ... here. To omit a section, clear its
752 SEC_LOAD bit rather than zeroing its size.
753 Omit read-only sections only if they correspond to a known disk file.
754 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
755
756 2003-10-10 Michael Snyder <msnyder@redhat.com>
757
758 * d10v-tdep.c: Fix typo in comment.
759
760 2003-10-10 Andrew Cagney <cagney@redhat.com>
761
762 * rs6000-tdep.c (e500_store_return_value): Delete function.
763 (e500_extract_return_value): Delete function.
764 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
765 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
766 "ppc_sysv_abi_restore_return_value" where applicable.
767 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
768 (ppc_sysv_abi_extract_return_value): Declare.
769 (ppc_sysv_abi_broken_store_return_value): Declare.
770 (ppc_sysv_abi_broken_extract_return_value): Declare.
771 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
772 * ppc-sysv-tdep.c (return_value_convention): Move definition to
773 start of file.
774 (do_ppc_sysv_return_value): New function.
775 (ppc_sysv_abi_extract_return_value): New function.
776 (ppc_sysv_abi_store_return_value): New function.
777 (ppc_sysv_abi_broken_extract_return_value): New function.
778 (ppc_sysv_abi_broken_store_return_value): New function.
779 (ppc_sysv_abi_use_struct_convention): Call
780 do_ppc_sysv_return_value.
781
782 2003-10-10 J. Brobecker <brobecker@gnat.com>
783
784 * blockframe.c (inside_main_func): No longer use symbol_lookup()
785 to lookup the main function symbol.
786
787 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
788
789 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
790 types correctly.
791 (sh_push_dummy_call_fpu): Fix argument passing rules.
792 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
793 float types.
794 (sh3e_sh4_store_return_value): Ditto.
795
796 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
797
798 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
799 comment.
800
801 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
802
803 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
804 more readable code. Accomodate passing of bitfields.
805
806 2003-10-10 Andrew Cagney <cagney@redhat.com>
807
808 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
809 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
810 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
811 * ppc-sysv-tdep.c: Include "gdb_assert.h".
812 (ppc64_sysv_abi_push_dummy_call): New function.
813 (ppc64_sysv_abi_broken_push_dummy_call): New function.
814 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
815 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
816
817 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
818
819 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
820 * README: Ditto.
821 * d10v-tdep.c: Ditto.
822 * h8300-tdep.c: Ditto.
823 * remote-e7000.c: Ditto.
824 * remote-hms.c: Ditto.
825 * ser-e7kpc.c: Ditto.
826 * sh-stub.c: Ditto.
827 * sh-tdep.c: Ditto.
828 * sh-tdep.h: Ditto.
829 * sh3-rom.c: Ditto.
830 * sh64-tdep.c: Ditto.
831 * top.c: Ditto.
832 * wince.c: Ditto.
833 * config/d10v/d10v.mt: Ditto.
834 * config/sh/embed.mt: Ditto.
835 * config/sh/linux.mt: Ditto.
836 * config/sh/tm-linux.h: Ditto.
837 * config/sh/tm-sh.h: Ditto.
838 * config/sh/wince.mt: Ditto.
839
840 2003-10-09 Andrew Cagney <cagney@redhat.com>
841
842 * ppc-tdep.h (struct type): Declare opaque.
843 * x86-64-tdep.h (struct regcache): Declare opaque.
844 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
845 coding style.
846
847 2003-10-09 Andrew Cagney <cagney@redhat.com>
848
849 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
850 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
851 (SOFTWARE_SINGLE_STEP_P): Ditto.
852 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
853 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
854 (SOFTWARE_SINGLE_STEP_P): Ditto.
855 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
856 software_single_step to rs6000_software_single_step.
857
858 2003-10-09 Andrew Cagney <cagney@redhat.com>
859
860 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
861
862 2003-10-09 Michael Snyder <msnyder@redhat.com>
863
864 * frame.h: Fix typo in comment.
865 * dummy-frame.c: Fix typo in comment.
866 * d10v-tdep.c: Random whitespace/comment tweaks.
867
868 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
869
870 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
871 (sh_push_dummy_code): Delete function, it's only used for dummy calls
872 on stack.
873
874 Based on input by Stephen Clarke (stephen.clarke@superh.com):
875 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
876 in detail.
877
878 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
879
880 * remote-mips.c (mips_initialize): Remove unneeded call to
881 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
882
883 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
884
885 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
886 a memory pointer.
887
888 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
889
890 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
891 for any lwp we resume.
892 (running_callback): Add lwps that have pending status events
893 against them to be considered running.
894
895 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
896
897 * m32r-tdep.c : Include "dis-asm.h".
898 * Makefile.in (m32r-tdep.o): Update dependencies.
899
900 2003-10-06 J. Brobecker <brobecker@gnat.com>
901
902 * completer.h (get_gdb_completer_word_break_characters): Delete.
903 * completer.c: include language.h.
904 (gdb_completer_word_break_characters): Delete.
905 (get_gdb_completer_word_break_characters): Delete.
906 (location_completer): Use the word break characters of the current
907 language.
908 (complete_line): Likewise.
909 (line_completion_function): Likewise.
910 (skip_quoted_chars): Likewise.
911 * Makefile.in (completer.o): Add dependency on language.h.
912 * top.c (init_main): Set the readline word break characters
913 to GDB's default word break characters.
914
915 2003-10-06 J. Brobecker <brobecker@gnat.com>
916
917 * language.h (language_defn): new field, la_word_break_characters.
918 * language.c (unknown_language_defn): Set new field to
919 default_word_break_characters.
920 (auto_language_defn): Likewise.
921 (local_language_defn): Likewise.
922 * ada-lang.c (ada_language_defn): Likewise.
923 * c-lang.c (c_language_defn): Likewise.
924 (cplus_language_defn): Likewise.
925 (asm_language_defn): Likewise.
926 (minimal_language_defn): Likewise.
927 * f-lang.c (f_language_defn): Likewise.
928 * jv-lang.c (java_language_defn): Likewise.
929 * m2-lang.c (m2_language_defn): Likewise.
930 * objc-lang.c (objc_language_defn): Likewise.
931 * p-lang.c (pascal_language_defn): Likewise.
932 * scm-lang.c (scm_language_defn): Likewise.
933
934 2003-10-06 Andrew Cagney <cagney@redhat.com>
935
936 * ppc-sysv-tdep.c: Re-indent.
937
938 2003-10-06 J. Brobecker <brobecker@gnat.com>
939
940 * language.h (default_word_break_characters): Add prototype.
941 * language.c (default_word_break_characters): New function.
942
943 2003-10-06 Andreas Schwab <schwab@suse.de>
944
945 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
946 with %eax.
947
948 2003-10-06 Andrew Cagney <cagney@redhat.com>
949
950 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
951 "h8500-tdep.c".
952 (z8k-tdep.o): Delete custom build rule.
953
954 2003-10-06 Andrew Cagney <cagney@redhat.com>
955
956 * Makefile.in: Update all dependencies.
957
958 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
959 No longer list PA as as obsolete candidate. List m32r as
960 broken instead of obsolete.
961
962 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
963 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
964 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
965 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
966 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
967 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
968 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
969 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
970 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
971 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
972 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
973 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
974 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
975 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
976 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
977 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
978 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
979 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
980 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
981 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
982 * config/z8k/z8k.mt: Ditto.
983
984 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
985 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
986 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
987 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
988 sparclite were removed.
989 * configure.host, configure.tgt: Remove corresponding tuples.
990
991 * breakpoint.c, breakpoint.h: Remove obsolete code.
992 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
993 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
994 * stabsread.h, xcoffread.c: Ditto.
995
996 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
997 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
998 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
999 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1000
1001 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1002
1003 * f-valprint.c: Reformatting
1004
1005 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1006
1007 * x86-64-tdep.c: Remove duplicate comment.
1008
1009 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1010 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1011 names for return values. This fixes a bug since we looked at %rbx
1012 instead of %rdx.
1013
1014 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1015
1016 * x86-64-tdep.c: Include "regset.h".
1017
1018 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1019 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1020 sizeof_fpregset.
1021 * i386-tdep.c: Include "regset.h".
1022 (i386_supply_gregset): New function.
1023 (i386_supply_fpregset): New function.
1024 (i386_gdbarch_init): Initialze register set-related members of
1025 TDEP.
1026 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1027 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1028
1029 2003-10-03 Andrew Cagney <cagney@redhat.com>
1030
1031 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1032 set extract_return_value, store_return_value and
1033 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1034 ppc64_sysv_abi_store_return_value and
1035 ppc64_sysv_abi_use_struct_convention.
1036 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1037 (ppc64_sysv_abi_store_return_value): Declare.
1038 (ppc64_sysv_abi_use_struct_convention): Declare.
1039 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1040 (ppc64_sysv_abi_extract_return_value): New function.
1041 (ppc64_sysv_abi_store_return_value): New function.
1042 (ppc64_sysv_abi_use_struct_convention): New function.
1043 (ppc64_sysv_abi_return_value): New function.
1044
1045 2003-10-03 Andrew Cagney <cagney@redhat.com>
1046
1047 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1048 convert a descriptor to a function when it's in the ".opd"
1049 section.
1050
1051 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1052
1053 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1054 reg_size to keep GCC silent.
1055
1056 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1057
1058 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1059 base for DW_EH_PE_textrel encodings.
1060 (read_encoded_value): Add a DW_EH_PE_textrel case.
1061 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1062 section.
1063
1064 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1065
1066 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1067
1068 2003-10-02 Andrew Cagney <cagney@redhat.com>
1069
1070 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1071 REGISTER_RAW_SIZE.
1072 * gdbarch.h, gdbarch.c: Re-generate.
1073 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1074 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1075 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1076 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1077 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1078 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1079 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1080 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1081 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1082 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1083 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1084 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1085 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1086 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1087 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1088 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1089
1090 2003-10-02 Jim Blandy <jimb@redhat.com>
1091
1092 * dwarf2read.c (struct die_info): Doc fix.
1093
1094 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1095
1096 * sh-tdep.c: Running thru gdb_indent.sh.
1097
1098 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1099
1100 * sh-tdep.c (sh_justify_value_in_reg): New function.
1101 (sh_stack_allocsize): Ditto.
1102 (flt_argreg_array): New array used for floating point argument
1103 passing.
1104 (sh_init_flt_argreg): New function.
1105 (sh_next_flt_argreg): Ditto.
1106 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1107 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1108 Fix argument passing strategy.
1109 (sh_push_dummy_call_nofpu): Ditto.
1110
1111 2003-10-01 Andrew Cagney <cagney@redhat.com>
1112
1113 * value.h (register_value_being_returned): Declare. Replace
1114 "value_being_returned".
1115 * infcall.c (call_function_by_hand): Use
1116 register_value_being_returned.
1117 * infcmd.c (print_return_value): Call
1118 "register_value_being_returned", handle struct return locally.
1119 * values.c (register_value_being_returned): New function. Replace
1120 "value_being_returned".
1121
1122 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1123
1124 * linux-proc.c (linux_do_registers): New function.
1125 (linux_make_note_section): Use linux_do_registers in case of
1126 single threaded inferior programs.
1127
1128 2003-10-01 Andrew Cagney <cagney@redhat.com>
1129
1130 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1131 use STRUCT_ADDR. When not using "struct return convention", pass
1132 "0" to "value_being_returned". Add FIXMEs.
1133 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1134 value_being_returned. Add comments.
1135 * values.c (value_being_returned): Add fixme.
1136 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1137 (hppa_value_returned_from_stack): Add FIXME.
1138
1139 2003-09-30 David Carlton <carlton@kealia.com>
1140
1141 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1142 'has_children' and 'next' by 'child' and 'sibling'.
1143 (read_comp_unit): Rework algorithm, breaking body into
1144 read_die_and_children and read_die_and_siblings.
1145 (read_die_and_children, read_die_and_siblings): New.
1146 (read_full_die): Add 'has_children' argument; set it instead of
1147 the die's 'has_children' field. Minor formatting cleanup.
1148 (free_die_list): Use die->child and die->sibling instead of
1149 die->next.
1150 (dump_die_list): Ditto.
1151 (sibling_die): Use die->sibling.
1152 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1153 'has_children' and 'next' fields.
1154 (process_die, read_file_scope, read_func_scope)
1155 (read_lexical_block_scope, read_structure_scope)
1156 (read_enumeration, read_array_type, read_common_block)
1157 (read_namespace, read_subroutine_type, dump_die): Ditto.
1158
1159 2003-09-30 Andrew Cagney <cagney@redhat.com>
1160
1161 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1162 to 224, not 220.
1163
1164 2003-09-30 Andrew Cagney <cagney@redhat.com>
1165
1166 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1167 REGISTER_VIRTUAL_SIZE.
1168 * gdbarch.h, gdbarch.c: Regenerate.
1169 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1170 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1171 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1172
1173 2003-09-29 Andrew Cagney <cagney@redhat.com>
1174
1175 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1176 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1177 * gdbarch.h, gdbarch.c: Regenerate.
1178 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1179 * sh64-tdep.c, sparc-tdep.c: Update.
1180
1181 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1182 * remote-vxmips.c (vx_read_register): Ditto.
1183 * remote-vx68.c (vx_read_register): Ditto.
1184 * gnu-nat.c (inf_validate_procs): Ditto.
1185
1186 2003-09-29 J. Brobecker <brobecker@gnat.com>
1187
1188 * infcall.c (call_function_by_hand): Fix build failure
1189 introduced in the previous change to this file.
1190
1191 2003-09-29 Andrew Cagney <cagney@redhat.com>
1192
1193 * NEWS: Mention Objective-C.
1194
1195 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1196
1197 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1198 test if the register has been saved on the stack.
1199 (arm_scan_prologue_cache): When analysing the instruction
1200 "str lr, [sp, #-4]", save the address where lr has been stored.
1201
1202 2003-09-28 Andrew Cagney <cagney@redhat.com>
1203
1204 * frame.c (frame_read_unsigned_register): Delete function.
1205 * frame.h (frame_read_unsigned_register): Delete declaration.
1206 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1207 get_frame_register_unsigned.
1208 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1209 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1210 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1211
1212 * frame.h (frame_read_register): Delete declaration.
1213 * frame.c (frame_read_register): Delete function.
1214 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1215 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1216 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1217 * mips-tdep.c (mips_register_to_value): Ditto.
1218 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1219 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1220
1221 * frame.c (frame_read_signed_register): Delete function.
1222 (frame_read_unsigned_register): Update comments.
1223 * frame.h (frame_read_signed_register): Delete declaration.
1224 * h8300-tdep.c (h8300_print_register): Use
1225 get_frame_register_signed.
1226 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1227
1228 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1229 Rename VALUE_RETURNED_FROM_STACK.
1230 * infcmd.c (print_return_value): Update.
1231 * infcall.c (call_function_by_hand): Update.
1232
1233 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1234
1235 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1236 regcache argument and reverse the order of the other two
1237 arguments. Remove local regcache variable. Determine
1238 architecture from REGCACHE. Update comments.
1239 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1240 reverse the order of the other two arguments. Remove local
1241 regcache variable. Determine architecture from REGCACHE. Update
1242 comments.
1243 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1244 prototypes. Update comments.
1245 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1246 comment.
1247 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1248 Update.
1249 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1250 * i386-interix-nat.c (supply_fpregset): Update.
1251 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1252 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1253 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1254 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1255 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1256 Update.
1257 * i386obsd-tdep.c (fetch_core_registers): Update.
1258 * i386v4-nat.c (supply_fpregset): Update.
1259 * x86-64-linux-nat.c (supply_fpregset): Update.
1260 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1261
1262 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1263
1264 * i386-tdep.h: Put opaque declarations in alphabetical
1265 order. Remove spurious whitespace.
1266 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1267 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1268 * i386-tdep.c (MM0_REGNUM): Remove define.
1269 (i386_mmx_regnum_p): Add gdbarch argument.
1270 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1271 Rewrite using new macro definitions for FPU/SSE registers.
1272 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1273 definitions from i387-tdep.h.
1274 (i386_register_name): Update.
1275 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1276 new macro definitions for FPU/SSE registers.
1277 (i386_extract_return_value): Determine whether floating-point
1278 registers are present by examining REGCACHE's architecture.
1279 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1280 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1281 FPU/SSE registers.
1282 (i386_register_type): Update.
1283 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1284 definitions for FPU registers. Use REGCACHE's architecture to
1285 determine the appropriate register numbers.
1286 (i386_pseudo_register_read, i386_pseudo_register_write,
1287 i386_register_reggroup_p): Update.
1288 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1289 TDEP->mm0_regnum.
1290 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1291 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1292 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1293 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1294 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1295 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1296 *' to `void *'.
1297 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1298 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1299 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1300 definitions for FPU/SSE registers.
1301 (FXSAVE_MXCSR_ADDR): New define.
1302 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1303 TDEP->mm0_regnum.
1304 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1305 (I387_ST0_REGNUM): Define.
1306
1307 * regcache.h (get_regcache_arch): New prototype.
1308 * regcache.c (get_regcache_arch): New function.
1309
1310 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1311 whitespace.
1312
1313 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1314 Initialize using ARRAY_SIZE.
1315
1316 2003-09-27 Andrew Cagney <cagney@redhat.com>
1317
1318 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1319 "init_frame_pc_default".
1320 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1321 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1322 * vax-tdep.c (vax_gdbarch_init): Update.
1323 * v850-tdep.c (v850_gdbarch_init): Update.
1324 * sh64-tdep.c (sh64_gdbarch_init): Update.
1325 * s390-tdep.c (s390_gdbarch_init): Update.
1326 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1327 * mcore-tdep.c (mcore_gdbarch_init): Update.
1328 * h8300-tdep.c (h8300_gdbarch_init): Update.
1329 * cris-tdep.c (cris_gdbarch_init): Update.
1330 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1331
1332 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1333
1334 * regset.h: New file.
1335 * Makefile.in (regset_h): Add.
1336
1337 2003-09-25 Andrew Cagney <cagney@redhat.com>
1338
1339 * frame.h (deprecated_frame_saved_regs): Rename
1340 get_frame_saved_regs.
1341 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1342 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1343 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1344 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1345 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1346
1347 2003-09-25 Andrew Cagney <cagney@redhat.com>
1348
1349 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1350 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1351 and Java.
1352 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1353 arm*-*-* do not use the new frame code.
1354
1355 2003-09-25 David Carlton <carlton@kealia.com>
1356
1357 * c-exp.y: Remove 'register' declarations.
1358 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1359
1360 2003-09-25 David Carlton <carlton@kealia.com>
1361
1362 * c-exp.y: Include cp-support.h. Add qualified_type.
1363 (yylex): Delete nested type hack; add comments.
1364 * cp-namespace.c (cp_lookup_nested_type): New function.
1365 * cp-support.h: Declare cp_lookup_nested_type.
1366 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1367 instead of value_struct_elt_for_reference.
1368 * valops.c: Include cp-support.h.
1369 (value_aggregate_elt): New function.
1370 (value_namespace_elt): Ditto.
1371 (value_struct_elt_for_reference): Make static.
1372 * value.h: Delete declaration of value_struct_elt_for_reference;
1373 add declaration for value_aggregate_elt.
1374 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1375 (valops.o): Ditto.
1376
1377 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1378
1379 * stack.c: Include "reggroups.h".
1380 (frame_info): Only display registers in all_reggroup.
1381 * Makefile.in (stack.o): Update dependencies.
1382
1383 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1384
1385 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1386 "add ip, sp #n" in the prologue.
1387 (arm_scan_prologue): Ditto.
1388
1389 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1390
1391 * MAINTAINERS (write after approval): Add myself.
1392
1393 2003-09-25 Andreas Schwab <schwab@suse.de>
1394
1395 * m68k-tdep.c: Include "dwarf2-frame.h".
1396 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1397 * Makefile.in (m68k-tdep.o): Update dependencies.
1398
1399 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1400
1401 * sh-tdep.c (struct frame_extra_info): Remove.
1402 (struct sh_frame_cache): New structure.
1403 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1404 (GET_TARGET_REG): Ditto but target register.
1405 (GET_PUSHED_REG): Remove.
1406 (IS_MOV_ARG_TO_REG): New macro.
1407 (IS_MOV_ARG_TO_IND_R14): New macro.
1408 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1409 (IS_MOVW_PCREL_TO_REG): New macro.
1410 (IS_MOVL_PCREL_TO_REG): New macro.
1411 (IS_SUB_REG_FROM_SP): New macro.
1412 (IS_ARG_MOV): Remove.
1413 (IS_MOV_TO_R14): Remove.
1414 (IS_RESTORE_FP): New macro.
1415 (IS_RTS): New macro.
1416 (IS_LDS): New macro.
1417 (IS_MOV_FP_SP): New macro.
1418 (IS_ADD_REG_TO_FP): New macro.
1419 (IS_ADD_IMM_FP): New macro.
1420 (sh_skip_prologue_hard_way): Remove.
1421 (sh_saved_pc_after_call): Remove.
1422 (sh_frame_chain): Remove.
1423 (sh_find_callers_reg): Remove.
1424 (sh_nofp_frame_init_saved_regs): Remove.
1425 (sh_fp_frame_init_saved_regs): Remove.
1426 (sh_init_extra_frame_info): Remove.
1427 (sh_analyze_prologue): New function.
1428 (sh_skip_prologue): Remove deprecated code. Rely on new function
1429 sh_analyze_prologue when after_prologue fails.
1430 (sh_frame_saved_pc): Remove.
1431 (sh_alloc_frame_cache): New function.
1432 (sh_frame_cache): Ditto.
1433 (sh_frame_prev_register): Ditto.
1434 (sh_frame_this_id): Ditto.
1435 (sh_frame_unwind): New structure defining the heuristic frame
1436 sniffer interface.
1437 (sh_frame_sniffer): New function.
1438 (sh_unwind_sp): Ditto.
1439 (sh_unwind_pc): Ditto.
1440 (sh_unwind_dummy_id): Ditto.
1441 (sh_frame_base_address): Ditto.
1442 (sh_frame_base): New structure defining new frame base code.
1443 (sh_in_function_epilogue_p): New function.
1444 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1445 code and to call all new code instead. Initialize dwarf2 and
1446 heuristic frame sniffer.
1447
1448 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1449
1450 * parser-defs.h (struct exp_descriptor): New definition, containing
1451 language-specific info for printing, prefixifying, dumping, and
1452 evaluating expressions.
1453 (exp_descriptor_standard): Declare new variable.
1454 (print_subexp): Make global and declare here (from expprint.c).
1455 (dump_subexp): Ditto.
1456 (dump_subexp_body_standard): Declare.
1457 (operator_length_standard): Declare.
1458 (op_name_standard): Declare.
1459 (print_subexp): Declare.
1460 (print_subexp_standard): Declare.
1461
1462 * language.h (struct language_defn): Add la_exp_desc field to hold
1463 pointer to table for language-specific operators.
1464 Remove evaluate_exp field, which is now in struct exp_descriptor.
1465
1466 * parse.c (operator_length): Move most code to new
1467 operator_length_standard function. Use language-specific information.
1468 (operator_length_standard): New function taking most code from
1469 operator_length.
1470 (exp_descriptor_standard): New constant.
1471
1472 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1473 and OP_EXTENDED_LAST.
1474
1475 * expprint.c (print_subexp): Use language-specific print_subexp.
1476 Make global; remove static declaration.
1477 Move most code to print_subexp_standard.
1478 (print_subexp_standard): New function, containing code formerly in
1479 print_subexp.
1480 (op_name): Add expression to argument signature.
1481 Use langauge-specific op_name.
1482 Move most code to op_name_standard.
1483 (op_name_standard): New function, containing code formerly in op_name.
1484 (dump_subexp): Use new version of op_name function.
1485 Use language-specific dump_subexp_body, and move most existing code to
1486 dump_subexp_body_standard.
1487 (dump_raw_expression): Use new op_name interface.
1488 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1489 (dump_subexp_body_standard): New function, containing code formerly
1490 in dump_subexp_body.
1491
1492 * language.c (unknown_language): Add default la_exp_desc field and
1493 remove evaluate_exp field.
1494 (auto_language): Ditto.
1495 (local_language): Ditto.
1496 * f-lang.c (f_language_defn): Ditto.
1497 * c-lang.c (c_language_defn): Ditto.
1498 (cplus_language_defn): Ditto.
1499 (asm_language_defn): Ditto.
1500 (minimal_language_defn): Ditto.
1501 * p-lang.c (pascal_language_defn): Ditto.
1502 * m2-lang.c (m2_language_defn): Ditto.
1503 * objc-lang.c (objc_language_defn): Ditto.
1504
1505 * jv-lang.c (exp_descriptor_java): New variable, containing
1506 Java-specific expression evaluator.
1507 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1508 field.
1509 * scm-lang.c (exp_descriptor_scm): New variable, containing
1510 Scheme-specific expression evaluator.
1511 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1512 field.
1513 * objc-lang.c (print_object_command): Take evaluate_exp from the
1514 la_exp_desc field.
1515
1516 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1517
1518 * eval.c: Include parser-defs.h for the full declaration of
1519 la_exp_desc's type.
1520 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1521
1522 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1523
1524 * parser-defs.h (operator_length): Declare.
1525
1526 * parse.c (length_of_subexp): Use operator_length to get operator
1527 lengths and arities for operators.
1528 Move most code to new operator_length function.
1529 (operator_length): New function absorbing most code from
1530 length_of_subexp.
1531 (prefixify_subexp): Remove large case and use operator_length instead.
1532 (parse_exp_1): Use renamings:
1533 dump_prefix_expression => dump_raw_expression and
1534 dump_postfix_expression => dump_prefix_expression.
1535
1536 * expression.h (dump_prefix_expression): Rename to ...
1537 (dump_raw_expression): New name.
1538 (dump_postfix_expression): Rename to ...
1539 (dump_prefix_expression): New name.
1540
1541 * expprint.c (dump_subexp): Make global. Add comment.
1542 Move most existing code to dump_subexp_body.
1543 (dump_subexp_body): New function.
1544 (dump_prefix_expression): Rename to dump_raw_expression.
1545 Remove attempt to print the expression via print_expression: it can't
1546 work before the expression is prefixified.
1547 (dump_raw_expression): Renamed from dump_prefix_expression.
1548 (dump_postfix_expression): Rename to dump_prefix_expression, since
1549 that's what it does.
1550 Remove 'note' parameter, since this routine must be used on
1551 prefixified expression.
1552 (dump_prefix_expression): Renamed from dump_postfix_expression.
1553
1554 2003-09-22 Jim Blandy <jimb@redhat.com>
1555
1556 * dwarf2read.c (read_array_type): When building the type for an
1557 array of unspecified length, make sure to choose the upper bound
1558 so that the array's total length comes out to be zero --- that's
1559 how we represent such arrays.
1560
1561 2003-09-22 Michael Chastain <mec@shout.net>
1562
1563 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1564
1565 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1566
1567 * top.c (quit_force): Fix indirect call to quit_target so
1568 a struct qt_args pointer is passed.
1569
1570 2003-09-22 Andrew Cagney <cagney@redhat.com>
1571
1572 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1573 * arch-utils.c (init_frame_pc_noop): Delete function.
1574 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1575 "init_frame_pc".
1576 * mips-tdep.c (mips_gdbarch_init): Ditto.
1577 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1578 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1579 declaration.
1580 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1581 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1582 declaration.
1583 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1584
1585 2003-09-22 Anthony Green <green@redhat.com>
1586
1587 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1588 declaration.
1589
1590 2003-09-20 Andrew Cagney <cagney@redhat.com>
1591
1592 * breakpoint.c: Eliminate ARGSUSED.
1593 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1594 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1595 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1596 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1597 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1598 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1599 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1600 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1601 * wince.c, remote-vx.c: Ditto.
1602
1603 * cli/cli-script.c: Remove "register" attributes.
1604 * config/pa/tm-hppa.h: Ditto.
1605 * cli/cli-decode.c: Ditto.
1606 * cli/cli-cmds.c: Ditto.
1607
1608 2003-09-19 Andrew Cagney <cagney@redhat.com>
1609
1610 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1611 DEPRECATED_NPC_REGNUM.
1612 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1613
1614 2003-09-19 Christopher Faylor <cgf@redhat.com>
1615
1616 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1617
1618 2003-09-19 Jim Blandy <jimb@redhat.com>
1619
1620 * macrotab.c (macro_include): Use the correct comparison to find
1621 the appropriate place for this inclusion in the list.
1622
1623 2003-09-19 Andrew Cagney <cagney@redhat.com>
1624
1625 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1626 (DEPRECATED_HPUX_TEXT_END): Define.
1627 (deprecated_hpux_text_end): Declare.
1628 (struct target_ops): Declare opaque.
1629 * hppah-nat.c (text_end): Make static.
1630 (deprecated_hpux_text_end): New function.
1631 * exec.c (text_end): Delete global variable.
1632 (NEED_TEXT_START_END): Do not define.
1633 (exec_file_attach): Replace code computing "text_end" code with
1634 call to DEPRECATED_HPUX_TEXT_END.
1635
1636 2003-09-19 Andrew Cagney <cagney@redhat.com>
1637
1638 * utils.c (align_up, align_down): New functions.
1639 * defs.h (align_up, align_down): Declare.
1640 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1641 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1642 and "align_down".
1643 (round_up, round_down): Delete functions.
1644 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1645 "align_down".
1646 (ROUND_DOWN, ROUND_UP): Delete macros.
1647 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1648 * h8300-tdep.c: Replace "round_up" and "round_down" with
1649 "align_up" and "align_down".
1650 (round_up, round_down): Delete macros.
1651 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1652 "align_down".
1653 (ROUND_UP, ROUND_DOWN): Delete macros.
1654
1655 2003-09-18 J. Brobecker <brobecker@gnat.com>
1656
1657 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1658 hard-coded constant. Use the proper machine name instead.
1659
1660 2003-09-17 Andrew Cagney <cagney@redhat.com>
1661
1662 * sparc-tdep.c (legacy_register_name): Delete function.
1663 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1664 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1665 * infcmd.c (gdb_register_name): Delete variable.
1666 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1667 REGISTER_NAME and "tm.h".
1668 * gdbarch.h, gdbarch.c: Regenerate.
1669 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1670 REGISTER_NAMES in comments.
1671 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1672 * m68klinux-nat.c (regmap): Ditto.
1673
1674 2003-09-17 Jim Blandy <jimb@redhat.com>
1675
1676 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1677
1678 2003-09-17 Andrew Cagney <cagney@redhat.com>
1679
1680 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1681 (ppcnbsd_init_abi): Set "use_struct_convention" to
1682 "ppcnbsd_use_struct_convention".
1683
1684 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1685
1686 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1687 * gdbarch.h, gdbarch.c: Regenerate.
1688 (stabs_argument_has_addr): New architecture method.
1689 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1690 * arch-utils.c: Include "buildsym.h".
1691 (default_stabs_argument_has_addr): New function.
1692 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1693 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1694
1695 2003-09-17 Andrew Cagney <cagney@redhat.com>
1696
1697 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1698 * gdbarch.h, gdbarch.c: Regenerate.
1699 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1700 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1701 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1702 * sparcnbsd-tdep.c: Update.
1703
1704 2003-09-17 Andrew Cagney <cagney@redhat.com>
1705
1706 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1707 * gdbarch.h, gdbarch.c: Regenerate.
1708 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1709 * d10v-tdep.c, frame.c: Update.
1710 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1711 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1712 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1713 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1714 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1715 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1716 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1717 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1718 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1719 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1720 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1721 * config/pa/nm-hppah.h: Update.
1722
1723 2003-09-16 Andrew Cagney <cagney@redhat.com>
1724
1725 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1726 "use_struct_convention" to "ppc_linux_use_struct_convention".
1727 (ppc_linux_use_struct_convention): New function.
1728 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1729 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1730 "rs6000_use_struct_convention".
1731 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1732 declaration.
1733 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1734 Delete function.
1735
1736 2003-09-16 Andrew Cagney <cagney@redhat.com>
1737
1738 * buildsym.c: Remove more occurances of "register".
1739 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1740 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1741 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1742 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1743 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1744 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1745 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1746 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1747
1748 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1749
1750 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1751 numbers to enumeration values.
1752 * sh-tdep.c: Accomodate above change.
1753 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1754 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1755 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1756 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1757 (IS_FPUSH): Rename from IS_FMOV.
1758 (sh_extract_struct_value_address): Remove useless comment.
1759 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1760 instead of own local values.
1761 (sh_dump_tdep): Remove.
1762 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1763 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1764
1765 2003-09-15 Andrew Cagney <cagney@redhat.com>
1766
1767 * doublest.c (convert_floatformat_to_doublest): No longer need to
1768 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1769
1770 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1771
1772 * values.c (unpack_double): Call floatformat_is_valid.
1773
1774 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1775
1776 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1777 ps_strings into a long.
1778
1779 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1780 _initialize_am64fbsd_nat.
1781
1782 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1783
1784 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1785 associated with DW_AT_ranges attribute is out of bounds.
1786
1787 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1788
1789 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1790
1791 2003-09-14 Michael Chastain <mec@shout.net>
1792
1793 * config/m68k/nm-apollo68v.h: Delete.
1794 * config/m68k/xm-apollo68v.h: Delete.
1795
1796 2003-09-14 Andrew Cagney <cagney@redhat.com>
1797
1798 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1799 * dcache.c: Update copyrights and descriptions.
1800 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1801
1802 2003-09-14 Andrew Cagney <cagney@redhat.com>
1803
1804 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1805 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1806
1807 2003-09-14 Andrew Cagney <cagney@redhat.com>
1808
1809 * alpha-nat.c: Remove some occurances of "register".
1810 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1811 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1812 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1813 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1814 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1815 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1816 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1817 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1818 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1819 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1820 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1821 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1822 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1823 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1824 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1825 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1826 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1827 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1828 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1829 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1830 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1831 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1832
1833 2003-09-13 Andrew Cagney <cagney@redhat.com>
1834
1835 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1836 * ppc-tdep.h (struct regcache): Declare opaque.
1837 * objfiles.h (struct objfile_data): Declare opaque.
1838 * cp-support.h (struct objfile): Declare opaque.
1839 * linux-nat.h (target_waitstatus): Declare opaque.
1840
1841 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1842
1843 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1844 (stabs_argument_has_addr): New architecture method.
1845 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1846 * arch-utils.c: Include "buildsym.h".
1847 (default_stabs_argument_has_addr): New function.
1848 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1849 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1850
1851 * cris-tdep.c (cris_gdbarch_init): Set
1852 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1853 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1854 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1855 * mips-tdep.c (mips_gdbarch_init): Likewise.
1856 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1857 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1858
1859 2003-09-13 Andrew Cagney <cagney@redhat.com>
1860
1861 * values.c (using_struct_return): Delete "function" and "funcaddr"
1862 parameters.
1863 * value.h (using_struct_return): Update declaration.
1864 * infcmd.c (finish_command_continuation): Update.
1865 (finish_command): Update.
1866 * infcall.c (call_function_by_hand): Update.
1867 * eval.c (evaluate_subexp_standard): Update.
1868
1869 2003-09-13 Christopher Faylor <cgf@redhat.com>
1870
1871 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1872 SSE registers since gdb will not operate correctly without this.
1873 Restore include file ordering munged in previous change.
1874 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1875
1876 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1877
1878 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1879 REG_STRUCT_HAS_ADDR.
1880 * gdbarch.c, gdbarch.h: Updated.
1881 * infcall.c (call_function_by_hand): Update.
1882 * stabsread.c (define_symbol): Updated.
1883
1884 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1885
1886 2003-09-12 Christopher Faylor <cgf@redhat.com>
1887
1888 * win32-nat.c: Reorganize so that defines used by target headers are
1889 actually defined by the system headers.
1890 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1891 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1892
1893 2003-09-12 Jim Blandy <jimb@redhat.com>
1894
1895 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1896 the file has no .data, .bss, or .rodata sections. Instead wait
1897 until we see a variable alleged to live in one of those sections.
1898
1899 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1900 .bss section, presume that any variables we find live in the
1901 .rodata section.
1902
1903 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1904 offsets for global and static variables.
1905
1906 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1907 symbol types are, by definition, in the .data section, so it is
1908 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1909 If there is no .data section, there should be no N_DATA or N_DATA
1910 | N_EXT symbols.
1911
1912 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1913
1914 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1915 (amd64fbsd_sigcontext_addr): Rewrite.
1916 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1917 with correct values.
1918 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1919 (amd64fbsd_init_abi): Fix typo.
1920
1921 2003-09-12 Andrew Cagney <cagney@redhat.com>
1922
1923 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1924 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1925
1926 2003-09-12 Andrew Cagney <cagney@redhat.com>
1927
1928 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1929 "entry_file_highpc". Update comments.
1930 * defs.h (deprecated_inside_entry_file): Rename
1931 "inside_entry_file".
1932 * blockframe.c (deprecated_inside_entry_file): Rename
1933 "inside_entry_file".
1934 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1935 * vax-tdep.c (vax_frame_chain): Update.
1936 * sh64-tdep.c (sh64_frame_chain): Update.
1937 * sh-tdep.c (sh_frame_chain): Update.
1938 * rs6000-tdep.c (rs6000_frame_chain): Update.
1939 * ns32k-tdep.c (ns32k_frame_chain): Update.
1940 * mips-tdep.c (mips_frame_chain): Update.
1941 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1942 * m32r-tdep.c (m32r_frame_this_id): Update.
1943 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1944 * frv-tdep.c (frv_frame_this_id): Update.
1945 * d10v-tdep.c (d10v_frame_this_id): Update.
1946 * cris-tdep.c (cris_frame_chain): Update.
1947 * blockframe.c (legacy_frame_chain_valid): Update.
1948 * avr-tdep.c (avr_frame_this_id): Update.
1949 * arm-tdep.c (arm_prologue_this_id): Update.
1950 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1951 * objfiles.c (objfile_relocate): Update.
1952 * mipsread.c (mipscoff_symfile_read): Update.
1953 (mipscoff_symfile_read): Update.
1954 * mdebugread.c (parse_partial_symbols): Update.
1955 * dwarfread.c (read_file_scope): Update.
1956 * dwarf2read.c (read_file_scope): Update.
1957 * dbxread.c (read_dbx_symtab): Update.
1958 (read_dbx_symtab): Update.
1959 * coffread.c (complete_symtab): Update.
1960
1961 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1962
1963 * top.c (quit_target): New static helper function.
1964 (quit_force): Moved code to quit_target(). Call quit_target()
1965 via catch_errors() to catch errors during quit.
1966
1967 2003-09-11 David Carlton <carlton@kealia.com>
1968
1969 * buildsym.c (finish_block): Use allocate_block to allocate the
1970 block.
1971 * mdebugread.c (new_block): Add FIXME.
1972
1973 2003-09-11 David Carlton <carlton@kealia.com>
1974
1975 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1976 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1977 (recursive_dump_type): Ditto.
1978 * printcmd.c (print_formatted): Ditto.
1979 * typeprint.c (print_type_scalar): Ditto.
1980 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1981 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1982 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1983 maint_cplus_cmd_list.
1984 * cp-support.c: Make maint_cplus_cmd_list extern.
1985 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1986 command.h.
1987 (lookup_symbol_file): Look in possible namespace blocks when
1988 appropriate.
1989 (initialize_namespace_symtab): New.
1990 (get_possible_namespace_block, free_namespace_block)
1991 (check_possible_namespace_symbols)
1992 (check_possible_namespace_symbols_loop)
1993 (check_one_possible_namespace_symbol)
1994 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1995 (_initialize_cp_namespace): Ditto.
1996 * block.h: Declare allocate_block.
1997 * block.c (allocate_block): New.
1998 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1999 allocate_block.
2000 * symfile.h: Update declaration of add_psymbol_to_list.
2001 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2002 question.
2003 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2004 scan_partial_symbols_call.
2005 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2006 helper functions.
2007 (add_partial_symbol): If necessary, scan mangled names for names
2008 of namespaces.
2009 (add_partial_namespace): Add NAMESPACE argument; generate partial
2010 symbols associated to namespaces.
2011 (add_partial_enumeration): Add NAMESPACE argument.
2012 (new_symbol): Allow namespace syms.
2013 (read_namespace): Generate namespace syms.
2014 * objfiles.h: Add opaque declaration of struct symtab.
2015 (struct objfile): Add cp_namespace_symtab member.
2016 * objfiles.c (allocate_objfile): Set
2017 objfile->cp_namespace_symtab.
2018 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2019 dictionary_h, command_h.
2020
2021 2003-09-11 Andrew Cagney <cagney@redhat.com>
2022
2023 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2024 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2025 near the function's end.
2026 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2027 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2028 regcache_raw_write_signed to set SP_REGNUM.
2029
2030 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2031
2032 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2033 orig_addrs is set up properly.
2034
2035 2003-09-11 Andrew Cagney <cagney@redhat.com>
2036
2037 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2038 * gdbarch.h, gdbarch.c: Re-generate.
2039 * infcall.c (call_function_by_hand): Update.
2040 * hppa-tdep.c (hppa_push_arguments): Update.
2041 * ada-lang.c (place_on_stack): Update.
2042 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2043 * sparc-tdep.c (sparc_gdbarch_init): Update.
2044 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2045 * hppa-tdep.c (hppa_gdbarch_init): Update.
2046 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2047 stack_align.
2048
2049 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2050
2051 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2052 register do need a frame.
2053
2054 2003-09-11 Andrew Cagney <cagney@redhat.com>
2055
2056 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2057 buildable since GDB 5.0.
2058 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2059 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2060 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2061 * irix4-nat.c: Delete file.
2062 * config/mips/irix4.mh: Delete file.
2063 * config/mips/irix3.mh: Delete file.
2064 * config/mips/irix3.mt: Delete file.
2065 * config/mips/tm-irix3.h: Delete file.
2066 * config/mips/nm-irix3.h: Delete file.
2067 * config/mips/xm-irix3.h: Delete file.
2068 * config/mips/nm-irix4.h: Delete file.
2069 * config/mips/xm-irix4.h: Delete file.
2070 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2071
2072 2003-09-10 J. Brobecker <brobecker@gnat.com>
2073
2074 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2075 * Makefile.in (hppa-tdep.o): Update dependencies.
2076
2077 2003-09-10 James E Wilson <wilson@specifixinc.com>
2078
2079 * MAINTAINERS: Change my e-mail address. Move to paper trail
2080 section.
2081
2082 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2083
2084 * MAINTAINERS (frv): New ISA entry.
2085
2086 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2087
2088 * frv-tdep.c (dis-asm.h): Include.
2089 * Makefile.in (frv-tdep.o): Update dependencies.
2090
2091 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2092
2093 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2094 Fix typo for high range of floating registers.
2095
2096 2003-09-09 David Carlton <carlton@kealia.com>
2097
2098 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2099 highpc initialization here out of scan_partial_symbols.
2100 (scan_partial_symbols): Restructure into a recursive version,
2101 calling add_partial_namespace and add_partial_enumeration when
2102 appropriate.
2103 (add_partial_namespace): New.
2104 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2105
2106 2003-09-09 Andrew Cagney <cagney@redhat.com>
2107
2108 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2109 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2110 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2111 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2112
2113 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2114 (rs6000_push_dummy_call): Set the "TOC" register.
2115
2116 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2117 methods "max_register_raw_size", "max_register_virtual_size" or
2118 "register_virtual_size".
2119
2120 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2121
2122 * MAINTAINERS: Update my e-mail address.
2123
2124 2003-09-09 Andrew Cagney <cagney@redhat.com>
2125
2126 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2127 (rs6000_push_dummy_call): Store the struct return address.
2128 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2129
2130 2003-09-09 Andrew Cagney <cagney@redhat.com>
2131
2132 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2133 "ppc_sysv_abi_push_arguments".
2134 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2135 "ppc_sysv_abi_push_arguments".
2136 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2137 instead of "push_arguments".
2138 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2139
2140 2003-09-09 Andrew Cagney <cagney@redhat.com>
2141
2142 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2143 instead of CALL_DUMMY_ADDRESS.
2144
2145 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2146
2147 * p-lang.c: Eliminate "register".
2148 * c-lang.c: Ditto.
2149 * expprint.c: Ditto.
2150 * f-lang.c: Ditto.
2151 * jv-lang.c: Ditto.
2152 * language.c: Ditto.
2153 * m2-lang.c: Ditto.
2154 * parse.c: Ditto.
2155 * scm-lang.c: Ditto.
2156 * objc-lang.c: Ditto.
2157
2158 2003-09-09 Nick Clifton <nickc@redhat.com>
2159
2160 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2161
2162 2003-09-04 Andrew Cagney <cagney@redhat.com>
2163
2164 * avr-tdep.c: Include "dis-asm.h".
2165 * cris-tdep.c: Include "dis-asm.h".
2166 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2167 instead of corresponding typedef.
2168 * h8300-tdep.c: Include "dis-asm.h".
2169 * ia64-tdep.c: Include "dis-asm.h".
2170 * i386-tdep.c: Include "dis-asm.h".
2171 (i386_print_insn): Use "struct disassemble_info" instead of
2172 corresponding typedef.
2173 * m68k-tdep.c: Include "dis-asm.h".
2174 * mcore-tdep.c: Include "dis-asm.h".
2175 * mips-tdep.c: Include "dis-asm.h".
2176 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2177 instead of corresponding typedef.
2178 * ns32k-tdep.c: Include "dis-asm.h".
2179 * s390-tdep.c: Include "dis-asm.h".
2180 * sparc-tdep.c: Include "dis-asm.h".
2181 * vax-tdep.c: Include "dis-asm.h".
2182 * v850-tdep.c: Include "dis-asm.h".
2183 * mn10300-tdep.c: Include "dis-asm.h".
2184 * rs6000-tdep.c: Include "dis-asm.h".
2185 * xstormy16-tdep.c: Include "dis-asm.h".
2186 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2187 print_insn_xstormy16.
2188 * Makefile.in (v850-tdep.o): Update dependencies.
2189 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2190 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2191 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2192 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2193 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2194 (gdbarch_h): Remove $(dis_asm_h).
2195 * disasm.c: Include "dis-asm.h".
2196 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2197 corresponding typedef.
2198 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2199 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2200 * gdbarch.sh: Do not include "dis-asm.h".
2201 (struct disassemble_info): Declare opaque.
2202 (TARGET_PRINT_INSN): Update declaration.
2203 * gdbarch.h, gdbarch.c: Re-generate.
2204
2205 2003-09-08 Andrew Cagney <cagney@redhat.com>
2206
2207 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2208 CALL_DUMMY_ADDRESS, change to a predicate.
2209 * gdbarch.h, gdbarch.c: Re-generate.
2210 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2211 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2212 * infcall.c (call_function_by_hand): Ditto.
2213 * sparc-tdep.c (sparc_push_return_address): Ditto.
2214 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2215 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2216 CALL_DUMMY_ADDRESS with entry_point_address.
2217 * v850-tdep.c (v850_push_return_address): Ditto.
2218 * s390-tdep.c (s390_push_return_address): Ditto.
2219 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2220 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2221 * mcore-tdep.c (mcore_push_return_address): Ditto.
2222 * cris-tdep.c (cris_push_return_address): Ditto.
2223 * arm-tdep.c (arm_push_return_address): Ditto.
2224
2225 2003-09-08 Andrew Cagney <cagney@redhat.com>
2226
2227 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2228 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2229 and REG_UNMODIFIED to REG_SAME_VALUE.
2230 (execute_cfa_program): Update.
2231 (dwarf2_frame_cache): Update. Initialize table to
2232 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2233 location.
2234 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2235
2236 2003-09-08 Andrew Cagney <cagney@redhat.com>
2237
2238 * gnu-nat.c: Remove "inline" function attribute.
2239 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2240
2241 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2242
2243 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2244 target.
2245
2246 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2247
2248 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2249 (frame_extra_info): Rename this struct to frv_unwind_cache.
2250 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2251 Add fields ``prev_sp'' and ``base''.
2252 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2253 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2254 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2255 Delete.
2256 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2257 Revise all callers. Fill in the unwind cache argument and make
2258 other adjustments to account for new frame mechanisms.
2259 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2260 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2261 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2262 (frv_frame_unwind, frv_frame_base): New structs.
2263 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2264 additional arguments expected by this method and adjust function
2265 body accordingly.
2266 (frv_gdbarch_init): Remove calls to the following functions:
2267 set_gdbarch_deprecated_init_frame_pc(),
2268 set_gdbarch_deprecated_saved_pc_after_call(),
2269 set_gdbarch_deprecated_frame_chain(),
2270 set_gdbarch_deprecated_frame_saved_pc(),
2271 set_gdbarch_deprecated_frame_init_saved_regs(),
2272 set_gdbarch_deprecated_push_arguments(),
2273 set_gdbarch_deprecated_push_return_address(),
2274 set_gdbarch_deprecated_pop_frame(),
2275 set_gdbarch_deprecated_call_dummy_words(),
2276 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2277 set_gdbarch_deprecated_init_extra_frame_info(),
2278 set_gdbarch_deprecated_dummy_write_sp(), and
2279 set_gdbarch_deprecated_pc_in_call_dummy().
2280 Add calls to the following functions:
2281 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2282 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2283 frame_base_set_default().
2284 * Makefile.in (frv-tdep.o): Update dependencies.
2285
2286 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2287
2288 * dwarf2-frame.c (read_encoded_value): Add support for
2289 DW_EH_PE_aligned encoding.
2290
2291 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2292
2293 * infrun.c (normal_stop): Don't print a message if the inferior
2294 has exited.
2295
2296 2003-09-08 Jim Blandy <jimb@redhat.com>
2297
2298 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2299 * dbxread.c: #include "gdb_assert.h".
2300 (read_dbx_symtab): If the objfile has no .data section, use the
2301 section index for the .bss section instead.
2302
2303 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2304
2305 * frame.c (deprecated_safe_get_selected_frame): New function.
2306 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2307 * findvar.c (read_var_value): Call it.
2308
2309 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2310
2311 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2312 (sh64-tdep.o): Add dependencies.
2313 * configure.tgt: Add FIXME to sh-*-linux*.
2314 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2315 (sh_gdbarch_init): Always set correct sh_show_regs function
2316 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2317 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2318 * sh64-tdep.c: New file, containing all sh64 related code from
2319 sh-tdep.c.
2320 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2321 * config/sh/linux.mt (TDEPFILES): Ditto.
2322 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2323 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2324 * config/sh/wince.mt (TDEPFILES): Ditto.
2325
2326 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2327
2328 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2329 (stop_wait_callback): Handle !lp->signalled also.
2330 (lin_lwp_has_pending, flush_callback): New functions.
2331 (lin_lwp_wait): Call flush_callback.
2332 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2333 (linux_proc_pending_signals): New function.
2334 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2335
2336 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2337
2338 From Nick Kelsey <nickk@ubicom.com>:
2339 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2340 when the stop PC is at the beginning of a function also.
2341
2342 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2343
2344 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2345 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2346
2347 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2348
2349 * sol-thread.c: Include "gdb_string.h".
2350
2351 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2352
2353 * gcore.c: Reorder include files in alphabetical order. Include
2354 "gdb_assert.h". Various coding style fixes.
2355 (derive_stack_segment, derive_heap_segment): Replace check for
2356 non-null BOTTOM and TOP with gdb_assert.
2357 (derive_heap_segment): Replace check for successful creation of
2358 ZERO with gdb_assert.
2359 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2360
2361 2003-09-04 Andrew Cagney <cagney@redhat.com>
2362
2363 * thread-db.c (verbose_dlsym): New function.
2364 (thread_db_load): Use verbose_dlsym
2365 (thread_db_new_objfile): Print that libthread_db was loaded, and
2366 that thread debugging was enabled.
2367
2368 2003-09-04 Andrew Cagney <cagney@redhat.com>
2369
2370 * configure.tgt: Add "mips64*-*-*" target. Delete
2371 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2372 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2373 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2374 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2375 mips*-sony-*, and mips64*-*-elf* targets.
2376 * config/mips/embedl.mt: Delete file.
2377 * config/mips/embedl64.mt: Delete file.
2378 * config/mips/mips.mt: Delete file.
2379 * config/mips/mips64.mt: Delete file.
2380 * config/mips/tm-embed.h: Delete file.
2381 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2382 * config/mips/embed64.mt: Delete out-of-date comment.
2383
2384 2003-09-04 Andrew Cagney <cagney@redhat.com>
2385
2386 * hppa-tdep.c (hppa_gdbarch_init): Set
2387 "have_nonsteppable_watchpoint".
2388 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2389 * mips-tdep.c (mips_dump_tdep): Do not print
2390 HAVE_NONSTEPPABLE_WATCHPOINT.
2391 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2392 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2393 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2394 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2395
2396 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2397
2398 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2399 unused code. Add comment.
2400
2401 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2402
2403 * breakpoint.c (watchpoint_check): Check for pc being in an
2404 epilogue if watchpoint frame couldn't be found.
2405
2406 2003-09-04 Andrew Cagney <cagney@redhat.com>
2407
2408 * Makefile.in: Re-generate all dependencies.
2409
2410 2003-09-03 Andrew Cagney <cagney@redhat.com>
2411
2412 * arch-utils.h (legacy_print_insn): Delete declaration.
2413 * arch-utils.c (legacy_print_insn): Delete function.
2414 * disasm.c (deprecated_tm_print_insn_info): Delete.
2415 (_initialize_disasm): Delete function, contained code initializing
2416 deprecated_tm_print_insn_info.
2417 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2418 (deprecated_tm_print_insn_info): Delete.
2419 (TARGET_PRINT_INSN): Do not provide a default.
2420 * gdbarch.h, gdbarch.c: Re-generate.
2421
2422 2003-09-03 Andrew Cagney <cagney@redhat.com>
2423
2424 * disasm.c (fprintf_disasm): New function.
2425 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2426 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2427 reverts 2003-08-14 change.
2428 (_initialize_disasm): Call "init_disassemble_info", instead of
2429 INIT_DISASSEMBLE_INFO_NO_ARCH.
2430
2431 2003-09-03 Michael Snyder <msnyder@redhat.com>
2432
2433 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2434
2435 2003-09-03 Andrew Cagney <cagney@redhat.com>
2436
2437 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2438 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2439 * symfile.c (syms_from_objfile): Update.
2440 (reread_symbols): `Update
2441 * exec.c (exec_file_attach): Update.
2442 (exec_file_attach): Update.
2443 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2444 2003-08-29 change.
2445 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2446
2447 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2448
2449 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2450 trad-frame.h.
2451 (arm_get_cache): Delete macro.
2452 (struct arm_prologue_cache): Update comments. Make saved_regs into
2453 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2454 to prev_sp.
2455 (thumb_scan_prologue): Update for cache changes. Don't call
2456 DEPRECATED_PC_IN_CALL_DUMMY.
2457 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2458 argument and use it in desperation search for our prologue. Do not
2459 search past the specified PC.
2460 (arm_make_prologue_cache): Simplify.
2461
2462 (arm_prologue_this_id, arm_prologue_prev_register)
2463 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2464 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2465 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2466 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2467 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2468
2469 (arm_frame_chain_valid, arm_find_callers_reg)
2470 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2471 (arm_pop_frame): Delete obsolete methods.
2472 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2473
2474 (arm_gdbarch_init): Update for new frame methods. Register prologue
2475 and sigtramp unwinders. Set the default frame base method.
2476
2477 * Makefile.in (arm-tdep.o): Update dependencies.
2478 * varobj.c (find_frame_addr_in_frame_chain): Call
2479 get_frame_base_address.
2480 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2481
2482 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2483
2484 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2485 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2486 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2487 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2488 Take NEXT_FRAME and CACHE arguments. Call
2489 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2490 Set unwound_pc in CACHE instead of modifying the frame argument.
2491 Don't bother checking the frame type when looking for sigtramp
2492 frames.
2493 (arm_make_prologue_cache, arm_frame_chain)
2494 (arm_init_extra_frame_info): New functions.
2495
2496 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2497
2498 * arm-tdep.c (arm_get_cache): Define.
2499 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2500 unwound_sp, unwound_pc, and saved_regs.
2501 (thumb_scan_prologue): Take a cache instead of the frame.
2502 (arm_scan_prologue): Likewise.
2503 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2504 instead of a temporary frame.
2505 (arm_init_extra_frame_info): Allocate and use a cache.
2506 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2507
2508 2003-09-03 Andrew Cagney <cagney@redhat.com>
2509
2510 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2511 * config/mips/wince.mt (TM_CLIBS): Ditto.
2512 * config/sh/wince.mt (TM_CLIBS): Ditto.
2513 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2514 * config/sparc/sp64.mt (CC): Delete.
2515
2516 2003-09-03 Andrew Cagney <cagney@redhat.com>
2517
2518 * defs.h: Do not include "arch-utils.h".
2519 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2520 GDB_MULTI_ARCH_PURE.
2521 * configure.in (GDB_MULTI_ARCH): Do not define.
2522 * configure, config.in: Regenerate.
2523 * configure.tgt: Do not set variable "gdb_multi_arch".
2524 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2525 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2526 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2527 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2528 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2529 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2530 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2531 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2532 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2533 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2534 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2535 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2536 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2537 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2538 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2539 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2540 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2541 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2542
2543 2003-08-30 Michael Chastain <mec@shout.net>
2544
2545 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2546 * config/m68k/nm-hp300hpux.h: Delete.
2547 * config/m68k/tm-hp300hpux.h: Delete.
2548 * config/m68k/xm-hp300hpux.h: Delete.
2549 * config/m68k/xm-hp300bsd.h: Delete.
2550 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2551 tm-hp300hpux.h, xm-hp300hpux.h.
2552 * somsolib.c: Remove comment about hp300 shared libraries.
2553
2554 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2555
2556 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2557 Only define PTRACE_GET_THREAD_AREA is not already defined.
2558 Various style fixes in code and comments and some additional
2559 spelling fixes in comments. Move after functions dealing with
2560 debug registers.
2561 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2562 Fix coding-style.
2563
2564 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2565 frame_unwind_register_unsigned instead of
2566 frame_unwind_unsigned_register.
2567
2568 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2569
2570 * configure.in: Search for gethostbyname in libnsl.
2571 * configure: Regenerated.
2572
2573 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2574
2575 * configure.in: Remove redundant AC_MSG_RESULT in check for
2576 uintptr_t in stdint.h.
2577 * configure: Regenerated.
2578
2579 * amd64-nat.h (struct regcache): Add opaque declaration.
2580
2581 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2582 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2583 Change "register array" to "register cache" in comments.
2584 (x86_64_linux_gregset64_reg_offset): New variable.
2585 (GETREGS_SUPPLIES): Remove macro.
2586 (supply_gregset): Call amd64_supply_native_gregset instead of
2587 x86_64_linux_supply_gregset.
2588 (fill_gregset): Rename `regno' to `regnum'. Call
2589 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2590 (store_regs): Rename `regno' to `regnum'.
2591 (store_fpregs): Rename `regno' to `regnum'.
2592 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2593 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2594 Reorganize function a bit.
2595 (store_inferior_registers): Rename `regno' to `regnum'. Use
2596 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2597 Reorganize function a bit.
2598 (_initialize_x86_64_linux_nat): New function.
2599 * config/i386/x86-64linux.mh.
2600
2601 2003-08-29 Andrew Cagney <cagney@redhat.com>
2602
2603 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2604 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2605 (target_remove_watchpoint): Delete macro.
2606 (target_insert_watchpoint): Delete macro.
2607 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2608 (remote_mips_stopped_by_watchpoint): Delete declaration.
2609 (remote_mips_remove_watchpoint): Delete declaration.
2610 (remote_mips_set_watchpoint): Delete declaration.
2611 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2612 * remote-mips.c (_initialize_remote_mips): Set
2613 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2614 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2615 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2616 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2617 (mips_stopped_by_watchpoint): Rename
2618 remote_mips_stopped_by_watchpoint.
2619 (mips_can_hardware_watchpoint): Rename
2620 remote_mips_can_use_hardware_watchpoint, update function
2621 signature.
2622
2623 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2624
2625 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2626 USER_DS. We haven't given them a register number yet.
2627
2628 * amd64-nat.h: New file.
2629 * amd64-nat.c: New file.
2630 * amd64fbsd-nat.c: Include "amd64-nat.h".
2631 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2632 (amd64fbsd32_r_reg_offset): New variable.
2633 (supply_gregset): Simply call amd64_supply_native_gregset.
2634 (fill_gregset): Rename `regno' to `regnum'. Simply call
2635 amd64_collect_native_gregset.
2636 (fill_fpregset): Rename `regno' to `regnum'.
2637 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2638 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2639 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2640 `fpregset_t'. Call amd64_supply_native_gregset instead of
2641 supply_gregset. Call x86_64_supply_fxsave instead of
2642 supply_fpregset.
2643 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2644 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2645 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2646 `fpregset_t'. Call amd64_collect_native_gregset instead of
2647 fill_gregset. Call x86_64_collect_fxsave instead of
2648 fill_fpregset.
2649 (_initialize_am64fbsd_nat): Initialize
2650 amd64_native_gregset32_reg_offset and
2651 amd64_native_gregset64_reg_offset.
2652 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2653
2654 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2655 null pointer. Fix typo in comment.
2656
2657 * regcache.c (supply_register): Reimplement to call
2658 regcache_raw_supply.
2659 (regcache_collect): Reimplement by calling regcache_raw_collect.
2660
2661 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2662
2663 * regcache.c (register_buffer): Consitify first argument.
2664 (regcache_raw_supply, regcache_raw_collect): New
2665 functions.
2666
2667 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2668
2669 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2670 by Nathan J. Williams.
2671
2672 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * lin-lwp.c (wait_lwp): New function, copied from
2675 stop_wait_callback. Clean up.
2676 (stop_wait_callback): Use wait_lwp.
2677
2678 2003-08-28 Andrew Cagney <cagney@redhat.com>
2679
2680 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2681 flavour and disassembler options.
2682 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2683 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2684 deprecated_tm_print_insn_info.
2685
2686 2003-08-27 Andrew Cagney <cagney@redhat.com>
2687
2688 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2689 Use target_read_memory.
2690 (s390_get_frame_info): Update. Do not reference
2691 deprecated_tm_print_insn_info.
2692 (s390_check_function_end, s390_is_sigreturn): Ditto.
2693
2694 2003-08-27 Andrew Cagney <cagney@redhat.com>
2695
2696 * Makefile.in (cris-tdep.o): Update dependencies.
2697 * cris-tdep.c: Include "gdb_assert.h".
2698 (cris_gdbarch_init): Set print_insn.
2699 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2700 (cris_delayed_get_disassembler): Simplify, directly call the
2701 disassembler returned by cris_get_disassembler.
2702 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2703 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2704 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2705 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2706 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2707 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2708 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2709 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2710 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2711 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2712 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2713 (gdb_print_insn_sparc): Delete function.
2714 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2715 deprecated_tm_print_insn_info.
2716 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2717 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2718 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2720 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2721 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2722 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2723 (s390_gdbarch_init): Set print_insn.
2724
2725 2003-08-27 Andrew Cagney <cagney@redhat.com>
2726
2727 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2728 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2729 * infcall.c (call_function_by_hand): Convert the entry point
2730 address into a code address.
2731
2732 2003-08-27 Andrew Cagney <cagney@redhat.com>
2733
2734 * dsrec.c: Include "gdb_string.h".
2735 * Makefile.in (dsrec.o): Update dependencies.
2736
2737 2003-08-27 Michael Chastain <mec@shout.net>
2738
2739 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2740
2741 2003-08-27 Andrew Cagney <cagney@redhat.com>
2742
2743 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2744 (alpha_osf1_init_abi): Do not set call_dummy_address.
2745
2746 2003-08-27 David Carlton <carlton@kealia.com>
2747
2748 From Randolph Chung <tausq@debian.org>:
2749 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2750 compiles with -Wformat-nonliteral -Werror.
2751
2752 2003-08-26 Jim Blandy <jimb@redhat.com>
2753
2754 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2755 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2756 bfd_lookup_symbol, since we only want symbols in code sections.
2757 (look_for_base): Pass zero as the SECT_FLAGS argument to
2758 bfd_lookup_symbol, since we're not concerned about which section
2759 the symbol is in.
2760
2761 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2762
2763 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2764 we are frameless or the return address register is already known.
2765
2766 2003-08-26 Andrew Cagney <cagney@redhat.com>
2767
2768 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2769 in size. Add comments.
2770
2771 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2772
2773 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2774 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2775
2776 2003-08-26 Jason Merrill <jason@redhat.com>
2777
2778 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2779 case out of #ifdef MIPS block.
2780
2781 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2782
2783 PR java/1322
2784 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2785 available before calling SECT_OFF_TEXT.
2786 * PROBLEMS: Remove description of java/1322.
2787
2788 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2789
2790 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2791 bof, and nat0-nat127 as pseudo-registers.
2792 (ia64_frame_cache): New struct used to cache frame info.
2793 (ia64_register_reggroup_p): New routine used to override default
2794 register grouping so registers without names are still saved and
2795 restored.
2796 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2797 pseudo values.
2798 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2799 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2800 (ia64_alloc_frame_cache): New routine to create a new
2801 ia64_frame_cache.
2802 (examine_prologue): Change prototype to add next_frame pointer.
2803 Assume frameless until otherwise proven. Verify that the cfm for
2804 current frame matches the cfm that should occur for the prologues
2805 alloc insn and if equal, mark as not frameless. At end of routine,
2806 if not frameless, calculate registers for the previous frame and store
2807 in the cache, if a cache is provided.
2808 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2809 and pass 0 for next_frame.
2810 (ia64_store_return_value): Change to use convert_typed_floating()
2811 instead of calling ia64_convert_to_raw().
2812 (ia64_extract_return_value): Change to use convert_typed_floating()
2813 instead of calling ia64_convert_to_virtual().
2814 (ia64_frame_cache): New routine to support new frame model.
2815 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2816 (ia64_frame_sniffer): Ditto.
2817 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2818 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2819 (ia64_sigtramp_frame_prev_register): Ditto.
2820 (ia64_sigtramp_frame_sniffer): Ditto.
2821 (ia64_frame_base_address): Ditto.
2822 (ia64_extract_struct_value_address): Change to issue error message.
2823 (ia64_frame_align): New routine to align sp.
2824 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2825 (ia64_push_arguments): Removed. Logic moved to
2826 ia64_push_dummy_call().
2827 (ia64_push_return_address): Ditto.
2828 (ia64_unwind_dummy_id): New function.
2829 (ia64_unwind_pc): Ditto.
2830 (ia64_convert_register_p): Ditto.
2831 (ia64_register_to_value): Ditto.
2832 (ia64_value_to_register): Ditto.
2833 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2834 (ia64_register_byte, ia64_register_raw_size): Ditto.
2835 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2836 (ia64_saved_pc_after_call): Ditto.
2837 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2838 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2839 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2840 (ia64_register_convert_to_raw): Ditto.
2841 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2842 (ia64_init_extra_frame_info): Ditto.
2843 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2844 (ia64_gdbarch_init): Remove registering of deprecated functions that
2845 are no longer used. Add registration of new gdbarch functions.
2846 Remove registering deprecated_write_sp. Replace
2847 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2848 Delete set_gdbarch_deprecated_register_convertible(),
2849 set_gdbarch_deprecated_register_convert_to_virtual(), and
2850 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2851 set_gdbarch_deprecated_register_size(),
2852 set_gdbarch_deprecated_register_bytes(),
2853 set_gdbarch_pcregnum(),
2854 set_gdbarch_deprecated_register_byte(),
2855 set_gdbarch_deprecated_register_raw_size(),
2856 set_gdbarch_deprecated_max_register_raw_size(),
2857 set_gdbarch_deprecated_register_virtual_size(),
2858 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2859 Replace set_gdbarch_deprecated_extract_return_value() with
2860 set_gdbarch_extract_return_value(). Remove calls to:
2861 set_gdbarch_deprecated_saved_pc_after_call();
2862 set_gdbarch_deprecated_frame_chain(),
2863 set_gdbarch_deprecated_frame_saved_pc(),
2864 set_gdbarch_deprecated_frame_init_saved_regs(),
2865 set_gdbarch_deprecated_get_saved_register(),
2866 set_gdbarch_deprecated_call_dummy_words(),
2867 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2868 set_gdbarch_deprecated_init_extra_frame_info(),
2869 set_gdbarch_deprecated_frame_args_address(),
2870 set_gdbarch_deprecated_frame_locals_address(),
2871 and set_gdbarch_deprecated_dummy_write_sp().
2872 Add set_gdbarch_convert_register_p(),
2873 set_gdbarch_register_to_value(),
2874 set_gdbarch_value_to_register(),
2875 set_gdbarch_push_dummy_call(),
2876 set_gdbarch_frame_align(),
2877 set_gdbarch_unwind_dummy_id(),
2878 set_gdbarch_unwind_pc(),
2879 frame_unwind_append_sniffer(),
2880 frame_unwind_append_sniffer(),
2881 and frame_base_set_default().
2882
2883 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2884
2885 * configure.tgt: Document need for special "mipsisa64" handling.
2886 (mipsisa64*-*-linux64): Handle as target linux64.
2887 (mipsisa64*-*-*): Handle as target embed64.
2888
2889 2003-08-18 Michael Chastain <mec@shout.net>
2890
2891 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2892 objfile bug.
2893
2894 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2895
2896 * i387-tdep.h: Update copyright date.
2897 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2898
2899 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2900 CFLAGS games to reflect reality.
2901
2902 2003-08-24 Andrew Cagney <cagney@redhat.com>
2903
2904 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2905 GDB_MULTI_ARCH is always non-zero.
2906 * osabi.c (_initialize_gdb_osabi): Ditto.
2907 (gdbarch_init_osabi): Ditto.
2908 * sparc-tdep.c: Ditto for #if code.
2909
2910 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2911
2912 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2913 Update comments.
2914 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2915 comments.
2916 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2917 x86_64_supply_fxsave.
2918 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2919 x86_64_supply_fxsave.
2920 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2921 x86_64_supply_fxsave.
2922
2923 2003-08-23 Andreas Jaeger <aj@suse.de>
2924
2925 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2926 i387_supply_fxsave.
2927
2928 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2929
2930 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2931 i387_supply_register.
2932 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2933 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2934 i387_supply_fsave.
2935 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2936 i387_supply_fxsave.
2937 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2938 i387_supply_fsave.
2939 * i386bsd-nat.c (supply_fpregset): Adjust call to
2940 i387_supply_fsave.
2941 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2942 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2943 supply_fpregset.
2944 (store_inferior_registers): Remove extraneous whitespace. Call
2945 i387_fill_fsave instead of fill_fpregset.
2946 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2947 (supply_fpregset): Likewise.
2948 * i386v4-nat.c (supply_fpregset): Adjust call to
2949 i387_supply_fsave.
2950 * i386-interix-nat.c (supply_fpregset): Adjust call to
2951 i387_supply_fsave.
2952 * i386-linux-nat.c (supply_fpregset): Adjust call to
2953 i387_supply_fsave.
2954 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2955 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2956 i387supply_fsave and i387_supply_fxsave.
2957 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2958 Incorporate code from `i387_supply_register.
2959 (i387_supply_register): Remove.
2960 (i387_supply_fxsave): Add `regnum' argument.
2961 Update comments.
2962 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2963 prototype.
2964 (i387_supply_register): remove prototype.
2965 Update comments.
2966
2967 2003-08-22 Michael Chastain <mec@shout.net>
2968
2969 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2970 Add lines for files in gdb/testsuite/gdb.cp/* that are
2971 still not 8.3 unique.
2972
2973 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2974
2975 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2976 TYPE_VPTR_FIELDNO is valid.
2977
2978 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2979
2980 * utils.c (set_width_command): Remove prototypes.
2981 (set_screen_size): New prototype.
2982 (init_page_info): Simplify by fetching the screen size from
2983 Readline. Call set_screen_size.
2984 (set_screen_size): New function.
2985 (set_width): Add missing whitespace in comment.
2986 (set_width_command): Call set_screen_size.
2987 (set_height_command): New function.
2988 (initialize_utils): Fix formatting. Make "set height" command
2989 call set_height_command. Remove redundant code that turns off
2990 pagination if output isn't a terminal. Remove redundant call to
2991 set_width_command.
2992
2993 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2994
2995 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2996 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2997 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2998 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2999 `case' keyword.
3000 (sparc64_register_info): Give the reister with number
3001 SPARC64_STATE_REGNUM a name.
3002 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3003 %asi and %ccr.
3004 (sparc64_push_dummy_call): Take BIAS into account when checking
3005 stcak alignment.
3006 (sparc_software_single_step): Remove assertions that check whether
3007 NPC and NNPC were zero.
3008 (sparc_supply_rwindow): Make public. Merge functionality with
3009 sparc64_supply_rwindow.
3010 (sparc_fill_rwindow): Make public. Merge functionality with
3011 sparc64_fill_rwindow.
3012 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3013 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3014 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3015 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3016 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3017
3018 * reggroups.c: Add whitespace after declarations of local
3019 variables in functions.
3020
3021 2003-08-21 Michael Chastain <mec@shout.net>
3022
3023 * gdbtypes.h: Change array bound type from an int to enum.
3024
3025 2003-08-21 Andrew Cagney <cagney@redhat.com>
3026
3027 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3028 * config/sparc/tm-sparc.h: Ditto.
3029 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3030 unconditionally.
3031 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3032
3033 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3034
3035 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3036 (register_objfile_data, set_objfile_data, objfile_data): New
3037 prototypes.
3038 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3039 prototypes.
3040 (allocate_objfile): Call objfile_alloc_data.
3041 (free_objfile): Call objfile_free_data.
3042 (struct objfile_data): New.
3043 (struct objfile_data_registration): New.
3044 (struct objfile_data_registry): New.
3045 (objfile_data_registry): New variable.
3046 (register_objfile_data): New function.
3047 (objfile_alloc_data, objfile_free_data): New functions.
3048 (set_objfile_data, objfile_data): New functions.
3049 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3050 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3051 (_initialize_dwarf2_frame): New function and prototype.
3052
3053 2003-08-21 Andrew Cagney <cagney@redhat.com>
3054
3055 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3056 a specific architecture.
3057 * arch-utils.h (set_architecture_from_arch_mach): Delete
3058 declaration.
3059 (target_architecture_hook): Delete declaration.
3060 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3061 (default_float_format): Assume GDB_MULTI_ARCH.
3062 (default_double_format): Assume GDB_MULTI_ARCH.
3063 (set_endian_from_file): Delete function.
3064 (arch_ok): Delete function.
3065 (set_arch): Delete function.
3066 (set_architecture_from_arch_mach): Delete function.
3067 (set_architecture_from_file): Delete function.
3068 (set_architecture): Assume GDB_MULTI_ARCH.
3069 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3070
3071 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3072
3073 Rewrite FreeBSD/sparc64 native configuration.
3074 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3075 * sparc64fbsd-nat.c: New file.
3076 * sparc64fbsd-tdep.c: New file.
3077 * sparc64-tdep.c sparc64-tdep.h: New files.
3078 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3079 sparc64fbsd-tdep.o): New dependencies.
3080 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3081 and sparc64fbsd-tdep.c.
3082 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3083 * config/sparc/fbsd.mh: Remove copyright notice.
3084 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3085 sparcbsd-nat.o.
3086 * config/sparc/fbsd.mt: Remove copyright notice.
3087 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3088 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3089 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3090 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3091 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3092 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3093 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3094 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3095 "sparc/tm-sp64.h".
3096 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3097 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3098
3099 2003-08-21 Michael Chastain <mec@shout.net>
3100
3101 * symtab.h: Add doco on the space critical structures and
3102 some measurements of space usage.
3103
3104 2003-08-21 Michael Snyder <msnyder@redhat.com>
3105
3106 * tracepoint.c (trace_dump_command): Trace break address
3107 is subject to DECR_PC_AFTER_BREAK.
3108 (set_traceframe_context): Make "trace_line" an int.
3109 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3110
3111 2003-08-20 Michael Snyder <msnyder@redhat.com>
3112
3113 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3114 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3115 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3116 argument passing.
3117 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3118 functions, replace sh_push_dummy_call.
3119 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3120
3121 2003-08-20 Michael Chastain <mec@shout.net>
3122
3123 * gdbtypes.h (struct main_type): Rearrange to save space.
3124
3125 2003-08-20 Michael Snyder <msnyder@redhat.com>
3126
3127 * trad-frame.c: Comment typo fix.
3128
3129 2003-08-20 Michael Snyder <msnyder@redhat.com>
3130 Kevin Buettner <kevinb@redhat.com>
3131
3132 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3133 (frv_frame_init_saved_regs): Add declaration.
3134 (frame_extra_info): Add new field ``saved_regs''.
3135 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3136 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3137 Update frame related code.
3138 (frv_extract_struct_value_address): Adjust formatting.
3139 * Makefile.in (frv-tdep.o): Update dependencies.
3140 * config/frv/tm-frv.h (target_insert_watchpoint)
3141 (target_remove_watchpoint, target_insert_hw_breakpoint)
3142 (target_remove_hw_breakpoint): Delete these macros.
3143 (remote_insert_watchpoint, remote_remove_watchpoint)
3144 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3145 these declarations.
3146
3147 2003-08-20 Michael Chastain <mec@shout.net>
3148
3149 * defs.h (ENUM_BITFIELD): New macro.
3150 * symtab.h (ENUM_BITFIELD): Use it.
3151 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3152
3153 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3154
3155 * MAINTAINERS (write after approval): Add myself.
3156
3157 2003-08-18 Andrew Cagney <cagney@redhat.com>
3158
3159 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3160 * gdbarch.h, gdbarch.c: Re-generate.
3161 * infcall.c (call_function_by_hand): Adjust the SP by
3162 frame_red_zone_size before allocating any stack space.
3163 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3164 * x86-64-tdep.c (x86_64_frame_align): New function.
3165 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3166
3167 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3168 Remove code adjusting SP so that it skips over the Red Zone.
3169
3170 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3171
3172 * NEWS (New native configurations): Mention FreeBSD/amd64.
3173
3174 2003-08-18 Andrew Cagney <cagney@redhat.com>
3175
3176 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3177 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3178 "m68k_frame_p".
3179 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3180
3181 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3182
3183 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3184
3185 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3186
3187 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3188 Define.
3189 * i386-linux-nat.c: Include "linux-nat.h".
3190 (child_post_startup_inferior): New function.
3191
3192 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3193
3194 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3195 at the start of a frameless function. This probably fixes PR
3196 backtrace/1338.
3197
3198 2003-08-17 Michael Chastain <mec@shout.net>
3199
3200 * symfile.c (find_sym_fns): Remove special case for apollo target.
3201
3202 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3203
3204 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3205 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3206 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3207 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3208 (linux_supports_tracevforkdone): New function.
3209 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3210 TRACEVFORKDONE.
3211 (child_follow_fork): Handle vfork.
3212 (linux_handle_extended_wait): Likewise. Also handle exec.
3213 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3214 * NEWS: Mention fork tracing.
3215
3216 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3217
3218 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3219
3220 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3221
3222 * Makefile.in (i386-linux-nat.o): Update dependencies.
3223 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3224 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3225 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3226 * i386-linux-nat.c: Include "linux-nat.h".
3227 (child_post_startup_inferior): New function.
3228 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3229 * infptrace.c (kill_inferior): Wrap in #ifdef.
3230 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3231 attaching to each LWP.
3232 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3233 (init_lin_lwp_ops): Fill in some more operations.
3234 * linux-nat.h (linux_enable_event_reporting)
3235 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3236 prototypes.
3237 * linux-nat.c (linux_enable_event_reporting): New function.
3238 (child_post_attach, linux_child_post_startup_inferior)
3239 (child_post_startup_inferior, child_follow_fork)
3240 (linux_handle_extended_wait, kill_inferior): New functions.
3241
3242 2003-08-16 Andrew Cagney <cagney@redhat.com>
3243
3244 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3245 * gdbarch.h, gdbarch.c: Re-generate.
3246
3247 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3248
3249 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3250
3251 2003-08-16 Andrew Cagney <cagney@redhat.com>
3252
3253 * NEWS: Mention that "set prompt-escape-char" was deleted.
3254 * top.c (get_prompt_1): Delete function.
3255 (gdb_prompt_escape):
3256 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3257 prompt-escape-char" command.
3258 (MAX_PROMPT_SIZE): Delete macro.
3259 (get_prompt): Simplify, do not call get_prompt_1.
3260
3261 2003-08-16 Andrew Cagney <cagney@redhat.com>
3262
3263 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3264 -Werror. -Wformat-nonliteral problems.
3265
3266 2003-08-15 J. Brobecker <brobecker@gnat.com>
3267
3268 Further multiarching work mostly for hppa64-*-hpux11:
3269 * hppa-tdep.h: New file.
3270 * hppa-tdep.c: #include hppa-tdep.c.
3271 (hppa32_num_regs): Renamed from hppa_num_regs.
3272 (hppa64_num_regs): New constant.
3273 (hppa64_call_dummy_breakpoint_offset): New constant.
3274 (hppa32_call_dummy_length): New constant.
3275 (hppa64_call_dummy_length): New constant.
3276 (hppa32_stack_align): Make name 32bit explicit.
3277 (hppa32_register_virtual_type): Likewise.
3278 (hppa32_extract_return_value): Likewise.
3279 (hppa32_use_struct_convention): Likewise.
3280 (hppa32_store_return_value): Likewise.
3281 (hppa64_register_virtual_type): New function.
3282 (hppa64_extract_return_value): New function.
3283 (hppa64_use_struct_convention): New function.
3284 (hppa64_store_return_value): New function.
3285 (hppa_frame_locals_address): Remove declaration, function does
3286 not exist anymore.
3287 (hppa_register_byte): Add support for PA64 ABI.
3288 (hppa_gdbarch_init): Add support for PA64 ABI.
3289 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3290 Make name 32bit explicit.
3291 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3292 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3293 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3294 (hppa64_hpux_frame_base_before_sigtramp): New function.
3295 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3296 * config/pa/tm-hppa64.h: Remove macros that are no longer
3297 necessary now that the gdbarch vector is properly setup.
3298 Transform some macros into function calls. Some minor cleanup.
3299 * config/pa/tm-hppah.h: Update function calls in macros
3300 following the function renaming in hppa-hpux-tdep.c.
3301 * Makefile.in (hppa_tdep_h): New variable.
3302 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3303
3304 2003-08-14 Michael Snyder <msnyder@redhat.com>
3305
3306 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3307
3308 2003-08-13 J. Brobecker <brobecker@gnat.com>
3309
3310 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3311 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3312 routine.
3313
3314 2003-08-13 Michael Snyder <msnyder@redhat.com>
3315
3316 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3317 (frv_saved_pc_after_call): Use deprecated ftype.
3318 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3319 (frv_remote_translate_xfer_address): Remove.
3320 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3321
3322 2003-08-13 J. Brobecker <brobecker@gnat.com>
3323
3324 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3325 initialization after the common gdbarch initialization, not before.
3326
3327 2003-08-13 J. Brobecker <brobecker@gnat.com>
3328
3329 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3330 (ADDR_BITS_REMOVE): Remove, redundant.
3331
3332 2003-08-13 J. Brobecker <brobecker@gnat.com>
3333
3334 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3335 gdbarch method to clear the 2 low bits of text addresses.
3336
3337 2003-08-12 Andrew Cagney <cagney@redhat.com>
3338
3339 * Makefile.in (dsrec.o): Update dependencies.
3340 * dsrec.c: Include "gdb_assert.h".
3341 (make_srec): Use snprintf instead of sprintf, use a literal format
3342 string.
3343
3344 2003-08-12 Andrew Cagney <cagney@redhat.com>
3345
3346 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3347 FRAME_OBSTACK_ZALLOC.
3348
3349 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3350
3351 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3352 SSE registers.
3353
3354 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3355
3356 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3357 amd64fbsd_sc_reg_offset): Add extern declarations.
3358 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3359 declarations.
3360
3361 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3362
3363 * MAINTAINERS (write after approval): Update my mail address.
3364
3365 2003-08-10 Andrew Cagney <cagney@redhat.com>
3366
3367 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3368
3369 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3370
3371 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3372 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3373 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3374 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3375 i386bsd_sc_reg_offset): Add extern declarations.
3376 * i386obsd-nat.c: Include "i386-tdep.h"
3377 (_initialize_i386obsd_nat): Remove extern declarations.
3378 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3379 declarations.
3380 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3381 declarations.
3382
3383 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3384 instead of frame_read_register.
3385 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3386 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3387 SP_REGNUM.
3388 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3389 instead of frame_unwind_unsigned_register. Use
3390 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3391 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3392 instead of read_register. Use builtin_type_void_data_ptr instead
3393 of builtin_type_void_func_ptr when extracting the address of the
3394 jmp_buf.
3395 (i386_extract_return_value, i386_store_return_value,
3396 i386_pseudo_register_read, i386_pseudo_register_write): Use
3397 register_size instead REGISTER_RAW_SIZE.
3398
3399 2003-08-10 Andrew Cagney <cagney@redhat.com>
3400
3401 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3402 sprintf. Make "name" constant.
3403
3404 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3405
3406 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3407 instead of frame_read_register.
3408 (i387_print_float_info): Use get_frame_register and
3409 get_frame_register_unsigned instead of frame_register_read.
3410
3411 * i386fbsd-nat.c: Include "i386-tdep.h".
3412 (child_resume): Make `eflags' an ULONGEST. Use
3413 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3414 instead of register_read and register_write.
3415
3416 * i386bsd-nat.c (fetch_inferior_registers,
3417 store_inferior_registers): Don't use && at the end of a line.
3418 (_initialize_i386bsd_nat): Fix typo.
3419
3420 * frame.c (_initialize_frame): Add missing backslash.
3421
3422 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3423 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3424 and supply_register instead of manipulating the register buffer
3425 directly.
3426
3427 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3428 * config/i386/nm-i386sol2.h
3429 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3430
3431 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3432 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3433 instructions that GCC likes to mingle into the prologue. Fixes
3434 gdb/1253 and gdb/1255.
3435
3436 2003-08-09 Andrew Cagney <cagney@redhat.com>
3437
3438 Fix GDB PR cli/926.
3439 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3440 * command.h (add_setshow_uinteger_cmd): Declare.
3441 * frame.c (set_backtrace_cmd): New function.
3442 (show_backtrace_cmd): New function.
3443 * frame.c (_initialize_frame): Replace "set/show
3444 backtrace-below-main" with "set/show backtrace past-main". Add
3445 command "set/show backtrace limit".
3446 (backtrace_past_main): Rename "backtrace_below_main".
3447 (backtrace_limit): New variable.
3448 (get_prev_frame): Update. Check the backtrace_limit.
3449
3450 2003-08-09 Andrew Cagney <cagney@redhat.com>
3451
3452 * defs.h (xstrprintf): Declare.
3453 * utils.c (xstrprintf): New function.
3454 * breakpoint.c (insert_breakpoints): Replace sprintf and
3455 non-literal format strings, with xstrprintf and cleanups.
3456 (delete_breakpoint,breakpoint_re_set): Ditto.
3457 (commands_command, insert_breakpoints): Ditto.
3458 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3459 (break_at_finish_command_1): Ditto.
3460
3461 2003-08-09 Andrew Cagney <cagney@redhat.com>
3462
3463 * MAINTAINERS (language support): List Adam Fedor as Objective C
3464 maintainer.
3465
3466 2003-08-08 J. Brobecker <brobecker@gnat.com>
3467
3468 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3469 are now multiarched.
3470
3471 2003-08-08 J. Brobecker <brobecker@gnat.com>
3472
3473 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3474 longer necessary now that hppa64 is partially multiarch'ed.
3475
3476 2003-08-08 Andrew Cagney <cagney@redhat.com>
3477
3478 * interps.c (interp_set): Check for a NULL "old_interp".
3479
3480 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3481
3482 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3483 (install-only): Support DESTDIR.
3484 (uninstall): Likewise.
3485 (install-gdbtk): Likewise.
3486
3487 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3488
3489 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3490 contains something meaningful at all times.
3491
3492 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3493
3494 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3495
3496 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3497
3498 * MAINTAINERS (write after approval): Added self.
3499
3500 2003-08-07 Andrew Cagney <cagney@redhat.com>
3501
3502 * inferior.h (AT_SYMBOL): Define.
3503 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3504 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3505 * mips-tdep.c (mips_call_dummy_address): Delete function.
3506 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3507 set call_dummy_address.
3508
3509 2003-08-07 Andrew Cagney <cagney@redhat.com>
3510
3511 * language.c (op_error): Delete function.
3512 (binop_type_check): Delete function.
3513 * language.h (type_op_error, range_op_error): Delete macros.
3514 (op_error): Delete declaration.
3515
3516 2003-08-07 Andrew Cagney <cagney@redhat.com>
3517
3518 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3519
3520 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3521
3522 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3523 (x86_64_push_arguments): Skip the red zone.
3524
3525 2003-08-05 Andrew Cagney <cagney@redhat.com>
3526
3527 * reggroups.c (reggroup_next): Check for the final entry.
3528
3529 2003-08-04 Andrew Cagney <cagney@redhat.com>
3530
3531 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3532 * cli/cli-script.c (define_command): Call query directly, instead
3533 of passing it a buffer.
3534 * ocd.c (ocd_error): Pass error a constant format string.
3535 * remote-mips.c (mips_error): Use fputs_filtered.
3536
3537 * solib-svr4.c (_initialize_svr4_solib): Update
3538 register_gdbarch_data call.
3539 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3540
3541 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3542 (register_gdbarch_data): Delete "free" parameter. Update
3543 comments.
3544 * gdbarch.h, gdbarch.c: Re-generate.
3545 * reggroups.c (_initialize_reggroup): Update.
3546 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3547 * frame-base.c (_initialize_frame_base): Update.
3548 * frame-unwind.c (_initialize_frame_unwind): Update.
3549 * user-regs.c (_initialize_user_regs): Update.
3550 * remote.c (_initialize_remote): Update.
3551 * regcache.c (_initialize_regcache): Update.
3552
3553 * regcache.c (xfree_regcache_descr): Delete function.
3554 (_initialize_regcache): Update call to register_gdbarch_data.
3555 (init_regcache_descr, init_legacy_regcache_descr): Use
3556 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3557
3558 * remote.c (free_remote_state): Delete function.
3559 (_initialize_remote): Update register_gdbarch_data.
3560 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3561 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3562
3563 2003-08-04 Andrew Cagney <cagney@redhat.com>
3564
3565 * reggroups.c (struct reggroup_el): Define.
3566 (struct reggroups): Delete field "nr_group". Replace array
3567 "group" with a "first" to "last" linked list.
3568 (reggroups_init): Update. Allocate using gdbarch's obstack.
3569 (reggroups_free): Delete function.
3570 (add_group): Update. Add "el" parameter.
3571 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3572 (default_groups): Update.
3573 (reggroup_next): Replace reggroups.
3574 (reggroups_dump): Update.
3575 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3576 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3577 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3578
3579 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3580
3581 * Makefile.in (tui-interp.o): Update dependencies.
3582
3583 2003-08-04 David Carlton <carlton@kealia.com>
3584
3585 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3586 to internal_error call.
3587 * source.c (forward_search_command): Add "%s" format argument.
3588 (reverse_search_command): Ditto.
3589 * top.c (quit_confirm): Ditto.
3590 * cli/cli-setshow.c (do_setshow_command): Ditto.
3591 * cp-valprint.c (cp_print_class_method): Replace
3592 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3593 (cp_print_class_member): Ditto.
3594 * event-top.c (command_line_handler): Ditto.
3595 * linux-proc.c (linux_info_proc_cmd): Ditto.
3596 * p-typeprint.c (pascal_type_print_base): Ditto.
3597 * p-valprint.c (pascal_object_print_class_method): Ditto.
3598 (pascal_object_print_class_member): Ditto.
3599 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3600 * remote.c (remote_cisco_section_offsets): Ditto.
3601 * top.c (command_line_input): Ditto.
3602 * utils.c (vwarning,error_stream,quit): Ditto.
3603 * valprint.c (print_floating,print_binary_chars)
3604 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3605
3606 2003-08-04 Andrew Cagney <cagney@redhat.com>
3607
3608 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3609
3610 2003-08-02 Andrew Cagney <cagney@redhat.com>
3611
3612 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3613 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3614 amd64fbsd-nat.c.
3615
3616 2003-08-02 Andrew Cagney <cagney@redhat.com>
3617
3618 * Makefile.in: Update all dependencies and definitions.
3619
3620 2003-08-02 Adam Fedor <fedor@gnu.org>
3621
3622 * linespec.c (is_objc_method_format): New function
3623 (decode_line_1, locate_first_half): Use it.
3624 Fixes PR objc/1298
3625
3626 2003-08-01 Andrew Cagney <cagney@redhat.com>
3627
3628 * NEWS: Mention that m32r is multi-arch.
3629 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3630 * configure.tgt: Recognize m32r-*-*.
3631 * config/m32r/tm-m32r.h: Delete file.
3632 * config/m32r/m32r.mt: New file.
3633 * m32r-rom.c (m32r_upload_command): Use hostent only when
3634 gethostname succeeds, in order to avoid a compilation
3635 warning.
3636 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3637 compiler warning.
3638
3639 2003-08-01 Michael Snyder <msnyder@redhat.com>
3640
3641 * sh-tdep.c (sh_frame_align): New gdbarch method.
3642 (sh_gdbarch_init): Set up frame_align method.
3643
3644 2003-07-31 Michael Snyder <msnyder@redhat.com>
3645
3646 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3647 which is already covered by the new frames infrastructure.
3648
3649 2003-07-31 Andrew Cagney <cagney@redhat.com>
3650
3651 * user-regs.c (struct user_reg): Add "next" link.
3652 (struct user_regs): Replace "user" with "first" and "last" links.
3653 (append_user_reg): Add pre-allocated "reg" parameter.
3654 (builtin_user_regs): Provide initial value for "last".
3655 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3656 (user_regs_init): Allocate memory from the gdbarch obstack.
3657 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3658 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3659 linked list.
3660 (usernum_to_user_reg): New function.
3661 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3662 (value_of_user_reg): Use usernum_to_user_reg.
3663 (user_regs_free): Delete function.
3664 (_initialize_user_regs): Update register_gdbarch_data call.
3665
3666 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3667
3668 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3669
3670 2003-07-30 Michael Snyder <msnyder@redhat.com>
3671
3672 * value.h (value_being_returned): Add a struct_addr argument.
3673 * infcall.c (call_function_by_hand): Pass struct_addr to
3674 value_being_returned.
3675 * infcmd.c (print_return_value): Pass zero as struct_addr.
3676 * values.c (value_being_returned): If struct_addr is passed,
3677 use it instead of trying to recover it from the inferior.
3678
3679 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3680
3681 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3682 the prologue analyzer won't need to attempt to extract the pc
3683 value from the woefully incomplete dummy frame.
3684 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3685 possible. Disable code which modifies the frame.
3686
3687 2003-07-28 Andrew Cagney <cagney@redhat.com>
3688
3689 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3690 to level 2.
3691 (annotate_breakpoints_table, annotate_record): Ditto.
3692 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3693 (annotate_field_name_end, annotate_field_value): Ditto.
3694 (annotate_field_end, annotate_frame_source_begin): Ditto.
3695 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3696 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3697 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3698 (annotate_frame_address_end, annotate_frame_address): Ditto.
3699 (annotate_frame_args, annotate_frame_end): Ditto.
3700 (annotate_frame_where, annotate_arg_begin): Ditto.
3701 (annotate_arg_name_end, annotate_arg_value): Ditto.
3702 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3703 (annotate_function_call, annotate_signal_name): Ditto.
3704 (annotate_signal_string, annotate_signal_name_end): Ditto.
3705 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3706 (annotate_value_begin, annotate_value_history_value): Ditto.
3707 (annotate_value_history_end, annotate_value_end): Ditto.
3708 (annotate_display_begin, annotate_display_number_end): Ditto.
3709 (annotate_display_format, annotate_display_expression): Ditto.
3710 (annotate_display_expression_end, annotate_display_value): Ditto.
3711 (annotate_display_end, annotate_array_section_begin): Ditto.
3712 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3713 (annotate_elt, annotate_array_section_end): Ditto.
3714
3715 2003-07-28 Andrew Cagney <cagney@redhat.com>
3716
3717 * regcache.c (struct regcache_descr): Update comments on
3718 nr_raw_registers.
3719 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3720 sizeof_raw_register_valid_p.
3721 (init_regcache_descr): Set nr_raw_registers and
3722 sizeof_raw_register_valid_p before calling
3723 init_legacy_regcache_descr.
3724
3725 2003-07-28 Andrew Cagney <cagney@redhat.com>
3726
3727 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3728 MOD NUM_REGS.
3729
3730 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3731
3732 * thread.c (info_threads_command): Use get_selected_frame ().
3733 Check that there is at least one non-sentinel frame.
3734
3735 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3736
3737 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3738 (m68hc11_pop_frame): Remove.
3739 (m68hc11_frame_saved_pc): Remove.
3740 (m68hc11_frame_chain): Remove.
3741 (m68hc11_frame_init_saved_regs): Remove.
3742 (m68hc11_init_extra_frame_info): Remove.
3743 (m68hc11_store_struct_return): Remove.
3744 (m68hc11_saved_pc_after_call): Remove.
3745
3746 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3747
3748 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3749 frame unwind information.
3750 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3751 and adapted for frame unwinding.
3752 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3753 (m68hc11_unwind_pc): New function.
3754 (m68hc11_frame_unwind_cache): New function to analyze frames.
3755 (m68hc11_frame_this_id): New function to create new frame struct.
3756 (m68hc11_frame_prev_register): New function to unwind a register from
3757 the frame.
3758 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3759 (m68hc11_frame_p): New function for the above.
3760 (m68hc11_frame_base_address): New function to return fp of frame.
3761 (m68hc11_frame_args_address): Update for frame.
3762 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3763 (m68hc11_unwind_sp): New function.
3764 (m68hc11_unwind_dummy_id): New function.
3765 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3766 calls.
3767
3768 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3769
3770 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3771 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3772 when we are beyond the current pc.
3773
3774 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3775
3776 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3777 from m68hc11_push_arguments.
3778 (m68hc11_push_arguments): Remove.
3779 (m68hc11_push_return_address): Remove.
3780 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3781 handlers; remove deprecated_extra_stack_alignment_needed.
3782
3783 2003-07-27 Andrew Cagney <cagney@redhat.com>
3784
3785 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3786 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3787 REAL_PC and not the pointer.
3788 * hppa-hpux-tdep.c: Include frame.h
3789
3790 2003-07-27 Andrew Cagney <cagney@redhat.com>
3791
3792 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3793 GDB_MULTI_ACH_PARTIAL.
3794
3795 2003-07-27 Andrew Cagney <cagney@redhat.com>
3796
3797 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3798 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3799 operator at start and not end of line.
3800 (decode_prologue): Ditto.
3801 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3802 frame_unwind_register_unsigned instead of
3803 frame_unwind_unsigned_register.
3804 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3805 read_register.
3806 (m32r_push_dummy_call): Use register_size instead of
3807 REGISTER_RAW_SIZE.
3808 (m32r_frame_sniffer): Replace m32r_frame_p.
3809 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3810 * m32r-rom.c (report_transfer_performance): Delete extern
3811 declaration.
3812 (m32r_load, m32r_upload_command): Use print_transfer_performance
3813 instead of report_transfer_performance.
3814 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3815 / add_show_from_set.
3816
3817 2003-07-26 Andrew Cagney <cagney@redhat.com>
3818
3819 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3820 store_return_value and extract_struct_value_address.
3821
3822 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3823
3824 PR c++/1267
3825 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3826 NULL, default to the section containing PC.
3827
3828 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3829
3830 * NEWS: Mention "regs" deprecated for m68hc11 too.
3831
3832 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3833 (m68hc11_print_register): New function to print out one register.
3834 (m68hc11_print_registers_info): New function to print registers.
3835 (show_regs): Deprecate and use the above.
3836 (m68hc11_gdbarch_init): Install the print_registers_info.
3837
3838 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3839
3840 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3841 that we have a SIGTRAP before returning non-zero.
3842
3843 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3844 Elena Zannoni <ezannoni@redhat.com>
3845
3846 * linespec.c (decode_line_2): Avoid crash if
3847 find_function_start_sal() returns empty record.
3848
3849 2003-07-23 Andreas Schwab <schwab@suse.de>
3850
3851 * ia64-tdep.c (ia64_print_insn): New function.
3852 (ia64_gdbarch_init): Set print_insn to it.
3853 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3854 deprecated_tm_print_insn_info.
3855
3856 2003-07-22 Michael Snyder <msnyder@redhat.com>
3857
3858 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3859 handle 8-bit returns (long long).
3860 (h8300h_extract_return_value): Ditto.
3861 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3862
3863 2003-07-22 Andrew Cagney <cagney@redhat.com>
3864
3865 * gdbarch.c Include "gdb_obstack.h".
3866 (struct gdbarch): Add an "obstack".
3867 (alloc_gdbarch_data): Allocate the gdbarch data using
3868 GDBARCH_OBSTACK_CALLOC.
3869 (free_gdbarch_data): Delete function.
3870 (gdbarch_obstack_zalloc): New function.
3871 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3872 Assert that the architecture is not initialized.
3873 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3874 vector from the obstack.
3875 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3876 architecture obstack.
3877 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3878 (set_gdbarch_data): Assert that the data is not initialized.
3879 (struct gdbarch_data): Delete member "free".
3880 (register_gdbarch_data): Do not initialize "free".
3881 * gdbarch.h, gdbarch.c: Re-generate.
3882
3883 2003-07-22 Andrew Cagney <cagney@redhat.com>
3884
3885 * configure.in (build_warnings): Add -Wformat-nonliteral.
3886 * configure: Re-generate.
3887
3888 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3889
3890 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3891
3892 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3893
3894 * findvar.c (read_var_value): Remove case for thread local storage
3895 variables. It is now entirely handled by the dwarf2 location
3896 expression code.
3897 * printcmd.c (address_info): Ditto.
3898 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3899 enumeration value.
3900 (struct symbol): Remove objfile field, which was used by
3901 LOC_THREAD_LOCAL_STATIC only.
3902 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3903 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3904 usage of objfile pointer.
3905 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3906 thread local variables.
3907 Add include of objfiles.h.
3908 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3909 storage variables.
3910 * Makefile.in (dwarf2loc.o): Update dependencies.
3911
3912 2003-07-22 Andrew Cagney <cagney@redhat.com>
3913
3914 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3915 get_frame_base.
3916 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3917 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3918 (struct value): Add opaque declaration.
3919 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3920
3921 2003-07-21 Andrew Cagney <cagney@redhat.com>
3922
3923 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3924 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3925
3926 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3927
3928 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3929 regcache_cooked_read_unsigned instead of read_register.
3930 (m68hc11_saved_pc_after_call): Likewise.
3931 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3932 instead of write_register.
3933 (m68hc11_register_type): New function.
3934 (m68hc11_register_virtual_type): Remove.
3935 (m68hc11_store_return_value): Convert to use the regcache.
3936 (m68hc11_extract_struct_value_address): Likewise.
3937 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3938 m68hc11_register_type; undeprecate store_return_value and
3939 extract_struct_value_address.
3940
3941 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3942
3943 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3944 and translate to use regcache.
3945 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3946
3947 2003-07-18 Andrew Cagney <cagney@redhat.com>
3948
3949 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3950 * gdbarch.h, gdbarch.c: Re-generate.
3951 * i386-tdep.c (i386_gdbarch_init): Do not set
3952 DWARF2_BUILD_FRAME_INFO.
3953 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3954 unconditionally.
3955 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3956 DWARF2_BUILD_FRAME_INFO.
3957
3958 2003-07-18 Andrew Cagney <cagney@redhat.com>
3959
3960 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3961 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3962
3963 2003-07-18 Andrew Cagney <cagney@redhat.com>
3964
3965 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3966 frame_unwind_address_in_block, instead of frame_pc_unwind.
3967 (dwarf2_frame_cache): Ditto.
3968
3969 2003-07-18 Andrew Cagney <cagney@redhat.com>
3970
3971 * user-regs.h (struct gdbarch): Declare opaque.
3972 * ui-out.h (struct ui_file): Declare opaque.
3973 * dwarf2-frame.h (struct frame_info): Declare opaque.
3974
3975 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3976
3977 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3978 #include "...".
3979 (procfs_meminfo): Change strerror to safe_strerror.
3980 (procfs_can_run): Remove K&R badness.
3981
3982 2003-07-17 Michael Snyder <msnyder@redhat.com>
3983
3984 * remote-sim.c: Comment typo fix.
3985
3986 2003-07-17 Andrew Cagney <cagney@redhat.com>
3987
3988 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3989 configure.
3990 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3991 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3992 GDB_MULTI_ARCH_PARTIAL.
3993
3994 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3995
3996 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3997 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3998 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3999
4000 2003-07-16 Theodore A. Roth <troth@openavr.org>
4001
4002 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4003 found.
4004 (avr_frame_unwind_cache): Don't unwind FP for main.
4005 Update a comment.
4006 Save the computed prev_sp.
4007 (avr_saved_regs_unwinder): Remove function.
4008 (avr_frame_prev_register): Use PC unwind logic from
4009 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4010
4011 2003-07-16 Andrew Cagney <cagney@redhat.com>
4012
4013 * frame-base.h (frame_base_p_ftype): Delete definition.
4014 (frame_base_append_predicate): Delete declaration.
4015 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4016 (frame_unwind_append_predicate): Delete declaration.
4017 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4018 (append_predicate): Delete parameter "p".
4019 (frame_unwind_append_predicate): Delete function.
4020 (frame_unwind_append_sniffer): Update call to append_predicate.
4021 (frame_unwind_free): Delete function.
4022 (_initialize_frame_unwind): Pass NULL as "free" to
4023 register_gdbarch_data.
4024 (frame_unwind_init): Append the dummy_frame_sniffer.
4025 (frame_unwind_find_by_frame): Simplify.
4026 * frame-base.c (struct frame_base_table): Delete field "p".
4027 (append_predicate): Delete parameter "p".
4028 (frame_base_append_predicate): Delete function.
4029 (frame_base_append_sniffer): Update call to append_predicate.
4030 (frame_base_free): Delete function.
4031 (frame_base_find_by_frame): Simplify.
4032 (_initialize_frame_base): Pass NULL as "free" to
4033 register_gdbarch_data.
4034 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4035 (x86_64_sigtramp_frame_sniffer): Replace
4036 "x86_64_sigtramp_frame_p".
4037 (x86_64_init_abi): Set the frame unwind sniffers.
4038 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4039 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4040 (m68k_gdbarch_init): Set the frame unwind sniffers.
4041 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4042 "i386_sigtramp_frame_p".
4043 (i386_frame_sniffer): Replace "i386_frame_p".
4044 (i386_gdbarch_init): Set the frame unwind sniffers.
4045 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4046 (avr_gdbarch_init): Set the frame unwind sniffers.
4047 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4048 "alpha_sigtramp_frame_p"
4049 (alpha_heuristic_frame_sniffer): Replace
4050 "alpha_heuristic_frame_p".
4051 (alpha_gdbarch_init): Set the frame unwind sniffers.
4052 (alpha_dwarf2_init_abi): Ditto.
4053 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4054 "alpha_debug_frame_p".
4055 (alpha_mdebug_frame_base_sniffer): Replace
4056 "alpha_mdebug_frame_base_p".
4057 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4058 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4059 (d10v_gdbarch_init): Set the frame unwind sniffer.
4060 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4061 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4062 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4063 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4064 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4065 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4066
4067 2003-07-16 Michael Snyder <msnyder@redhat.com>
4068
4069 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4070 should go thru sh_dsp_register_sim_regno, else the dsp regs
4071 will not get the right values.
4072
4073 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4074
4075 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4076 deprecated_store_floating by call to store_typed_floating.
4077 (sh_sh4_register_convert_to_raw): Substitute call to
4078 deprecated_extract_floating by call to extract_typed_floating.
4079
4080 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4081
4082 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4083
4084 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4085
4086 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4087 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4088 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4089 as possible.
4090 (do_pseudo_register): Remove.
4091 (sh_push_dummy_code): New function.
4092 (sh64_store_struct_return): Rename from sh_store_struct_return.
4093 Only called for sh64 now.
4094 (sh_extract_struct_value_address): Regcache'ify.
4095 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4096 and accomodate new tasks.
4097 (sh64_push_return_address): Rename from sh_push_return_address.
4098 Only called for sh64 now.
4099 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4100 Regcache'ify.
4101 (sh3e_sh4_extract_return_value): Regcache'ify.
4102 (sh_default_store_return_value): Ditto.
4103 (sh3e_sh4_store_return_value): Ditto.
4104 (sh_default_register_byte): Remove.
4105 (sh_sh4_register_byte): Remove.
4106 (sh_default_register_raw_size): Remove.
4107 (sh_sh4_register_raw_size): Remove.
4108 (sh_register_virtual_size): Remove.
4109 (sh_sh3e_register_virtual_type): Remove.
4110 (sh_sh3e_register_type): New function.
4111 (sh_sh4_register_virtual_type): Remove.
4112 (sh_sh4_register_type): New function.
4113 (sh_default_register_virtual_type): Remove.
4114 (sh_default_register_type): New function.
4115 (do_fv_register_info): Add parameters to accomodate call from
4116 sh_print_registers_info.
4117 (do_dr_register_info): Ditto.
4118 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4119 Add parameters to accomodate call from sh_print_registers_info.
4120 (sh_do_fp_register): Ditto.
4121 (sh64_do_pseudo_register): Call do_dr_register_info,
4122 do_fv_register_info and sh_do_fp_register with default parameters.
4123 (sh_do_register): Add parameters to accomodate call from
4124 sh_print_registers_info.
4125 (sh_print_register): Ditto.
4126 (sh_print_registers_info): Rename from sh_do_registers_info.
4127 Add parameters to be used as gdbarch_print_registers_info
4128 implementation. Accomodate removed do_pseudo_register function
4129 pointer.
4130 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4131 function pointer. Call sh_print_register with default parameters.
4132 (sh64_do_registers_info): Call sh_print_registers_info instead of
4133 sh_do_registers_info.
4134 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4135 detection of deprecated vs. non-deprecated functionality.
4136 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4137 function pointer assignments by direct function calls.
4138
4139 2003-07-15 Andrew Cagney <cagney@redhat.com>
4140
4141 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4142 (frame_register_unwind, create_new_frame): Ditto.
4143 (legacy_get_prev_frame, get_frame_type): Ditto.
4144 (get_frame_base_address): Use frame_base_find_by_frame.
4145 (get_frame_locals_address): Use frame_base_find_by_frame.
4146 (get_frame_args_address): Use frame_base_find_by_frame.
4147 * frame-base.h (frame_base_sniffer_ftype): Declare.
4148 (frame_base_append_sniffer): Declare.
4149 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4150 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4151 (frame_base_append_sniffer): New function.
4152 (frame_base_append_predicate): Add a NULL sniffer.
4153 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4154 (struct frame_base_table): Add "sniffer".
4155 (frame_base_free): Free the "sniffer" table.
4156 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4157 (frame_unwind_append_sniffer): Declare.
4158 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4159 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4160 (struct frame_unwind_table): Add "sniffer", delete "middle".
4161 (append_predicate): Add "sniffer" parameter, append the sniffer.
4162 (frame_unwind_init): Update append_predicate call.
4163 (frame_unwind_append_sniffer): New function.
4164 (frame_unwind_append_predicate): Update append_predicate call.
4165 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4166
4167 2003-07-15 Andrew Cagney <cagney@redhat.com>
4168
4169 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4170 before code inhibiting repeated unwind attempts. Add to
4171 commentary on that test's problems.
4172 * blockframe.c (inside_main_func): Look for "main" in the minimal
4173 symbol table.
4174 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4175 identical.
4176
4177 2003-07-15 Andrew Cagney <cagney@redhat.com>
4178
4179 * complaints.c (struct explanation): Define.
4180 (struct complaints): Change type of "explanation" to "struct
4181 explanation".
4182 (symfile_explanations): Convert to a "struct explanation" table.
4183 (vcomplaint): Update.
4184
4185 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4186
4187 * x86-64-linux-nat.c (regmap): Removed.
4188 (supply_gregset, fill_gregset): Call
4189 x86_64_linux_(fill,supply)_gregset functions.
4190 * x86-64-linux-tdep.c (USER_*): New defines.
4191 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4192 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4193 New functions.
4194 (fetch_core_registers): Ditto.
4195 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4196 * x86-64-linux-tdep.h: New file.
4197 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4198 and core-regset.o.
4199 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4200
4201 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4202
4203 * x86-64-tdep.c (x86_64_store_return_value): Use
4204 regcache_cooked_write_part instead of regcache_cooked_write.
4205
4206 * configure.host: Add x86_64-*-freebsd*.
4207 * configure.tgt: Add x86_64-*-freebsd*.
4208 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4209 * amd64fbsd-nat.c: New file.
4210 * amd64fbsd-tdep.c: New file.
4211 * config/i386/nm-fbsd64.h: New file.
4212 * config/i386/fbsd64.mh: New file.
4213 * config/i386/fbsd64.mt: New file.
4214
4215 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4216
4217 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4218 `sc_regs_offset' and `sc_fpregs_offset'.
4219 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4220 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4221 (alpha_sigtramp_register_address): Rewrite to use new members of
4222 `struct gdbarch_tdep'.
4223 (alpha_gdbarch_init): Initialize new members of struct
4224 gdbarch_tdep'.
4225 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4226 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4227 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4228 (alphafbsd_pc_in_sigtramp): Implement.
4229 (alphafbsd_sigtramp_offset): New function.
4230 (alphafbsd_sigcontext_addr): New function.
4231 (alphafbsd_init_abi): Initialize signal trampoline related members
4232 of `struct gdbarch_tdep'.
4233 (_initialize_alphafbsd_tdep): Add prototype.
4234
4235 2003-07-11 Theodore A. Roth <troth@openavr.org>
4236
4237 * Makefile.in (install-only): Quote sed expression when generating
4238 transformed_name.
4239
4240 2003-07-11 Richard Henderson <rth@redhat.com>
4241
4242 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4243 * dwarf2-frame.c: Include complaints.h.
4244 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4245 variable initialization; return NULL on error.
4246 (decode_frame_entry): New.
4247
4248 2003-07-11 Andrew Cagney <cagney@redhat.com>
4249
4250 * frame.h (frame_address_in_block): Delete declaration.
4251 * blockframe.c (frame_address_in_block): Delete function.
4252 (get_frame_block): Use get_frame_address_in_block.
4253 (block_innermost_frame): Ditto.
4254 * stack.c (print_frame, backtrace_command_1): Ditto.
4255
4256 * frame.h (get_frame_address_in_block): Declare.
4257 (frame_unwind_address_in_block): Declare.
4258 * frame.c (frame_unwind_address_in_block): New function.
4259 (get_frame_address_in_block): New function.
4260
4261 2003-07-10 Andrew Cagney <cagney@redhat.com>
4262
4263 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4264 pre-default. Note: re-generate has no effect.
4265
4266 2003-07-10 Andrew Cagney <cagney@redhat.com>
4267
4268 * gdbarch.sh: When a variable, but not a function, compare against
4269 0. Fix problem in previous patch.
4270 * gdbarch.c: Re-generate.
4271
4272 2003-07-10 Andrew Cagney <cagney@redhat.com>
4273
4274 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4275 functions against NULL, not 0.
4276 * gdbarch.c: Re-generate.
4277
4278 2003-07-10 Fred Fish <fnf@ninemoons.com>
4279
4280 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4281 null string instead of a null pointer.
4282 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4283
4284 2003-07-09 Michael Snyder <msnyder@redhat.com>
4285
4286 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4287
4288 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4289
4290 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4291 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4292 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4293 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4294 * x86-64-tdep.c: ... from here.
4295
4296 2003-07-09 Andreas Schwab <schwab@suse.de>
4297
4298 * m68k-tdep.h (enum struct_return): Define.
4299 (struct gdbarch_tdep): Add struct_return.
4300 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4301 bytes are padded to the right, not to the left. Pass struct value
4302 address in register %a1, not on stack.
4303 (m68k_use_struct_convention): New function.
4304 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4305 struct_return in tdep to pcc_struct_return.
4306 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4307 reg_struct_return.
4308
4309 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4310
4311 * somread.c (som_symfile_offsets): Fix compilation error.
4312
4313 2003-07-09 Andrew Cagney <cagney@redhat.com>
4314
4315 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4316 Add comments about the checks.
4317
4318 2003-07-08 Andrew Cagney <cagney@redhat.com>
4319
4320 * Makefile.in: Make dependency section headers consistent.
4321 (config_h): Move to $BUILD headers section.
4322 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4323 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4324 (ada-exp.tab.c): Move to YACC/LEX section.
4325 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4326 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4327
4328 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4329
4330 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4331 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4332 of strerror with safe_strerror, use ISO C function definitions,
4333 and replace instances of sprintf with snprintf.
4334
4335 2003-07-07 Andrew Cagney <cagney@redhat.com>
4336
4337 * frame.c (get_prev_frame): Enable check for identical frames.
4338 Update comments. Update error messages.
4339
4340 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4341
4342 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4343
4344 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4345
4346 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4347 sort_symtab_syms, no longer necessary.
4348
4349 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4350
4351 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4352
4353 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4354
4355 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4356 (mips_register_byte): Likewise.
4357
4358 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4359
4360 * Makefile.in (sparc_tdep_h): New.
4361 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4362 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4363 * sparc-linux-nat.c: Include "sparc-tdep.h".
4364 * sparc-nat.c: Likewise.
4365 * sparc-tdep.c: Likewise.
4366 * sparc64nbsd-nat.c: Likewise.
4367 * sparcnbsd-nat.c: Likewise.
4368 * sparcnbsd-tdep.c: Likewise.
4369 * sparc-tdep.h: New file.
4370 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4371 and sparc_npc_regnum.
4372
4373 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4374
4375 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4376 (mips_linux_cannot_store_register): List supported instead of
4377 unsupported registers.
4378
4379 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4380
4381 * disasm.c (dump_insns): Separate instructions from addresses.
4382
4383 2003-07-07 Andreas Schwab <schwab@suse.de>
4384
4385 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4386 dependencies.
4387 * m68k-tdep.c (NUM_FREGS): Delete.
4388 (SIG_PC_FP_OFFSET): Delete.
4389 (TARGET_M68K): Delete.
4390 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4391 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4392 P_MOVEL_SP, P_MOVEML_SP): Define.
4393 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4394 P_TRAP): Delete.
4395 (m68k_register_raw_size): Delete.
4396 (m68k_register_virtual_size): Delete.
4397 (m68k_register_type): Renamed from m68k_register_virtual_type and
4398 add gdbarch argument.
4399 (m68k_store_struct_return): Delete.
4400 (m68k_deprecated_extract_return_value): Delete.
4401 (m68k_deprecated_extract_struct_value_address): Delete.
4402 (m68k_frame_chain): Delete.
4403 (m68k_frame_saved_pc): Delete.
4404 (m68k_fix_call_dummy): Delete.
4405 (m68k_push_dummy_frame): Delete.
4406 (m68k_pop_frame): Delete.
4407 (m68k_extract_return_value): New function.
4408 (m68k_store_return_value): Rewrite using regcache.
4409 (m68k_extract_struct_value_address): Rewrite using regcache.
4410 (m68k_push_dummy_call): New function.
4411 (struct m68k_frame_cache): Define.
4412 (m68k_alloc_frame_cache): New function.
4413 (m68k_analyze_frame_setup): New function.
4414 (m68k_analyze_register_saves): New function.
4415 (m68k_analyze_prologue): New function.
4416 (m68k_skip_prologue): Rewrite using above functions.
4417 (m68k_unwind_pc): New function.
4418 (m68k_frame_cache): New function.
4419 (m68k_frame_this_id): New function.
4420 (m68k_frame_prev_register): New function.
4421 (m68k_frame_unwind): New variable.
4422 (m68k_frame_p): New function.
4423 (m68k_sigtramp_frame_cache): New function.
4424 (m68k_sigtramp_frame_this_id): New function.
4425 (m68k_sigtramp_frame_prev_register): New function.
4426 (m68k_sigtramp_frame_unwind): New variable.
4427 (m68k_sigtramp_frame_p): New function.
4428 (m68k_frame_base_address): New function.
4429 (m68k_frame_base): New function.
4430 (m68k_unwind_dummy_id): New function.
4431 (fill_gregset): Use regcache_collect.
4432 (fill_fpregset): Likewise.
4433 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4434 defined.
4435 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4436 deprecated_init_frame_pc, deprecated_store_struct_return,
4437 deprecated_extract_return_value, deprecated_store_return_value,
4438 deprecated_frame_chain, deprecated_frame_saved_pc,
4439 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4440 deprecated_register_virtual_size,
4441 deprecated_max_register_raw_size,
4442 deprecated_max_register_virtual_size,
4443 deprecated_register_virtual_type, deprecated_register_size,
4444 deprecated_register_byte, deprecated_register_bytes,
4445 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4446 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4447 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4448 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4449 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4450 deprecated_push_dummy_frame, deprecated_pop_frame,
4451 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4452 only if SYSCALL_TRAP is defined. Set extract_return_value,
4453 store_return_value, extract_struct_value_address, register_type,
4454 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4455 predicates.
4456 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4457 M68K_MAX_REGISTER_SIZE): Define.
4458 (struct m68k_sigtramp_info): Define.
4459 (struct gdbarch_tdep): Add get_sigtramp_info.
4460 * m68klinux-nat.c (fetch_register): Use register_size instead of
4461 REGISTER_RAW_SIZE. Don't put assignment in if.
4462 (store_register): Likewise.
4463 (fetch_inferior_registers): Likewise.
4464 (store_inferior_registers): Likewise.
4465 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4466 (m68k_linux_frame_saved_pc): Delete.
4467 (m68k_linux_sigcontext_reg_offset,
4468 m68k_linux_ucontext_reg_offset): Define.
4469 (m68k_linux_get_sigtramp_info): New function.
4470 (m68k_linux_extract_return_value): Rewrite using regcache.
4471 (m68k_linux_store_return_value): Likewise.
4472 (m68k_linux_extract_struct_value_address): Likewise.
4473 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4474 Don't set deprecated_frame_saved_pc,
4475 deprecated_extract_return_value, deprecated_store_return_value,
4476 deprecated_extract_struct_value_address. Set
4477 extract_return_value, store_return_value,
4478 extract_struct_value_address.
4479
4480 2003-07-07 Andrew Cagney <cagney@redhat.com>
4481
4482 * expprint.c: Include "user-regs.h" instead of "frame.h".
4483 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4484 frame_map_regnum_to_name.
4485 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4486 (frame_map_name_to_regnum): Simplify, call
4487 user_reg_map_name_to_regnum.
4488 (frame_map_regnum_to_name): Simplify, call
4489 user_reg_map_regnum_to_name.
4490 (frame_register_unwind): Update.
4491 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4492 (_initialize_frame_reg): Call user_reg_add_builtin.
4493 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4494 (value_of_register): Use value_of_user_reg.
4495 * eval.c (evaluate_subexp_standard): Update.
4496 * parse.c (write_dollar_variable): Update.
4497 * d10v-tdep.c (d10v_print_registers_info): Update.
4498 * infcmd.c (registers_info): Update.
4499 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4500 (builtin_regs_h): Delete macro.
4501 (user_regs_h): Define.
4502 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4503 (builtin-regs.o): Delete target.
4504 (user-regs.o): Specify dependencies.
4505 (expprint.o): Update dependencies.
4506 (findvar.o): Update dependencies.
4507 (frame.o): Update dependencies.
4508 (std-regs.o): Update dependencies.
4509
4510 2003-07-06 Christopher Faylor <cgf@redhat.com>
4511
4512 * win32-nat.c (solib_symbols_add): Use one variable for all section
4513 address stuff. Pass variable rather than address of variable to
4514 safe_symbol_file_add.
4515
4516 2003-07-06 Andreas Schwab <schwab@suse.de>
4517
4518 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4519
4520 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4521
4522 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4523
4524 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4525
4526 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4527
4528 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4529
4530 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4531 * config/i386/nto.mh: New file.
4532 * config/i386/nm-nto.h: New file.
4533 * configure.host: Add i[3456]86-*-nto*.
4534
4535 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4536
4537 * remote-vx.c (vx_add_symbols): Fix compilation error.
4538
4539 2003-07-03 Andrew Cagney <cagney@redhat.com>
4540
4541 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4542 * gdbarch.h, gdbarch.c: Re-generate.
4543 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4544 (legacy_register_name): Declare.
4545 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4546 (REGISTER_NAME): Define.
4547 * sparc-tdep.c (legacy_register_name): New function.
4548 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4549 (REGISTER_NAME): Define.
4550 (hppa64_register_name): Declare.
4551 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4552 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4553 (hppa64_register_name): New function.
4554 (hppa_register_name): New function.
4555 * arch-utils.c (legacy_register_name): Delete.
4556 * arch-utils.h (legacy_register_name): Delete.
4557
4558 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4559
4560 * cli/cli-interp.c (cli_interpreter_resume): Update the
4561 cli_uiout's stream to gdb_stdout.
4562
4563 2003-07-03 Andrew Cagney <cagney@redhat.com>
4564
4565 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4566 predicate.
4567 * gdbarch.h, gdbarch.c: Re-generate.
4568 * regcache.c (init_regcache_descr): Use legacy code when either
4569 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4570
4571 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4572
4573 * NEWS: Move "set logging" entry into GDB 6.0 section.
4574
4575 2003-07-02 Jim Blandy <jimb@redhat.com>
4576
4577 * s390-tdep.c (struct frame_extra_info): new member:
4578 'stack_bought_valid'.
4579 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4580 initialize fextra_info->stack_bought.
4581 (s390_frameless_function_invocation): Don't trust the value of
4582 fextra_info_ptr->stack_bought unless
4583 fextra_info->stack_bought_valid is set.
4584
4585 New S390 prologue analyzer.
4586 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4587 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4588 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4589 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4590 compute_x_addr, s390_on_stack, s390_store,
4591 s390_get_signal_frame_info): New functions.
4592 (S390_NUM_SPILL_SLOTS): New macro.
4593 (s390_get_frame_info): Rewritten.
4594 (is_arg_reg): Deleted.
4595
4596 Break out the decoding of S/390 instructions into separate
4597 functions, to make it more legible, and easier to check
4598 against the spec.
4599 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4600 is_rx, is_rxe): New functions.
4601 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4602 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4603 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4604 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4605 enums for opcode values. (Is this an improvement?)
4606
4607 2003-07-02 Andrew Cagney <cagney@redhat.com>
4608
4609 * i386-tdep.c: Revert change committed as part of trad-frame code
4610 below.
4611
4612 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4613
4614 * breakpoint.c (insert_catchpoint): Make static.
4615
4616 2003-07-02 Andreas Schwab <schwab@suse.de>
4617
4618 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4619 former ia64_push_arguments and ia64_push_return_address, and use
4620 regcache functions instead of read/write_register.
4621 (ia64_gdbarch_init): Set push_dummy_call instead of
4622 deprecated_push_arguments and deprecated_push_return_address.
4623
4624 2003-07-01 Andreas Jaeger <aj@suse.de>
4625
4626 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4627 before the call.
4628 Set %rax only to number of SSE registers used.
4629
4630 2003-07-01 Andrew Cagney <cagney@redhat.com>
4631
4632 * trad-frame.h: Update comments, a -1 .addr is reserved.
4633 (trad_frame_value_p, trad_frame_addr_p): Declare.
4634 (trad_frame_reg_p): Declare.
4635 (trad_frame_set_value): Rename trad_frame_register_value.
4636 (trad_frame_set_unknown): Declare.
4637 * trad-frame.c (trad_frame_realreg_p): New function.
4638 (trad_frame_addr_p, trad_frame_value_p): New function.
4639 (trad_frame_set_unknown): New function.
4640 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4641 (trad_frame_prev_register): Use trad_frame_realreg_p,
4642 trad_frame_addr_p and trad_frame_value_p.
4643 (trad_frame_set_value): Rename trad_frame_register_value.
4644 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4645 and trad_frame_set_value.
4646
4647 2003-06-30 Jim Blandy <jimb@redhat.com>
4648
4649 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4650 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4651 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4652 for 16 registers, and then 32 more bytes.
4653 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4654 New macros.
4655 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4656 Move up in the file, since it's now used by is_simple_arg.
4657 (is_simple_arg): Don't assume registers are four bytes long.
4658 Exclude all double arguments. Extended floats are not simple
4659 args.
4660 (is_power_of_two): New function.
4661 (pass_by_copy_ref): Call is_power_of_two, and check that the
4662 length fits in a register, rather than listing all the acceptable
4663 sizes. Extended floats are not passed by reference.
4664 (s390_push_arguments): Don't assume registers are four bytes long.
4665 Reserve an argument register to point to the buffer for structures
4666 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4667 S390_STACK_FRAME_OVERHEAD.
4668
4669 2003-06-30 Andreas Schwab <schwab@suse.de>
4670
4671 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4672 format error message.
4673
4674 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4675
4676 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4677
4678 2003-06-30 David Carlton <carlton@kealia.com>
4679
4680 Band-aid for PR c++/1245.
4681 * Makefile.in (cp-support.o): Depend on complaints_h.
4682 * cp-support.c: Include complaints.h. Add declaration for
4683 find_last_component.
4684 (cp_find_first_component): Separate code into
4685 cp_find_first_component_aux.
4686 (cp_find_first_component_aux): Call demangled_name_complaint.
4687 (demangled_name_complaint): New.
4688
4689 2003-06-30 Andrew Cagney <cagney@redhat.com>
4690
4691 * remote.c (remote_write_bytes): Explicitly compute and then use
4692 the payload size. Update comments to reflect. Fixes problem of
4693 GDB not sending small packets as found by Fred Fish.
4694
4695 2003-06-30 Andrew Cagney <cagney@redhat.com>
4696
4697 * remote.c (remote_async_wait): Fix -Wformat problem.
4698
4699 2003-06-29 Andrew Cagney <cagney@redhat.com>
4700
4701 * remote.c (remote_wait): Call error, and not warning, when the
4702 packet is corrupt.
4703 (remote_async_wait): Ditto.
4704
4705 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4706
4707 * sparc-tdep.c (sparc_y_regnum): Make external again.
4708
4709 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4710
4711 * cli/cli-logging.c (pop_output_files): Add void to function
4712 definition.
4713
4714 2003-06-29 Andrew Cagney <cagney@redhat.com>
4715
4716 * frame.c (frame_register_unwind): Use unsigned char when dumping
4717 the buffer contents.
4718
4719 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4720
4721 * cli/cli-logging.c: New file.
4722 * cli-out.c (struct ui_out_data): Add original_stream.
4723 (cli_redirect): New function.
4724 (cli_ui_out_impl): Add cli_redirect.
4725 (cli_out_new): Initialize original_stream.
4726 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4727 (uo_redirect, ui_out_redirect): New.
4728 * ui-out.h (struct ui_out_impl): Add redirect member.
4729 (redirect_ftype): New.
4730 (ui_out_redirect): Add prototype.
4731 * Makefile.in: Add rules for cli-logging.c.
4732 * NEWS: Mention "set logging".
4733
4734 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4735
4736 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4737
4738 2003-06-27 Andrew Cagney <cagney@redhat.com>
4739
4740 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4741 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4742 * avr-tdep.c (avr_call_dummy_address): Delete function.
4743 (avr_gdbarch_init): Do not set call_dummy_address.
4744
4745 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4746
4747 * symfile.c (syms_from_objfile): Move variables to inner block.
4748 Move the checks for the non-mainline case a bit earlier to avoid
4749 doing some useless computations.
4750
4751 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4752
4753 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4754
4755 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4756
4757 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4758 sections.
4759
4760 2003-06-26 Michael Chastain <mec@shout.net>
4761
4762 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4763 gdb/testsuite/gdb.c++/pr-1210.exp.
4764
4765 2003-06-26 Andrew Cagney <cagney@redhat.com>
4766
4767 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4768 altivec_expression.h and altivec_registers.h.
4769
4770 2003-06-26 Andrew Cagney <cagney@redhat.com>
4771
4772 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4773 info->mach when MIPS16. Patch suggested by Fred Fish.
4774
4775 2003-06-26 Andrew Cagney <cagney@redhat.com>
4776
4777 * utils.c (internal_vproblem): Print the problem to a reason
4778 buffer and then pass to query. Make the msg variable more local.
4779
4780 2003-06-26 Andrew Cagney <cagney@redhat.com>
4781
4782 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4783 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4784 * gdbarch.h, gdbarch.c: Re-generate.
4785 * frame-base.c (default_frame_args_address): Update. Use
4786 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4787 not available.
4788 (default_frame_locals_address): Ditto for
4789 DEPRECATED_FRAME_LOCALS_ADDRESS.
4790 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4791 (vax_frame_num_args): Update.
4792 (vax_gdbarch_init): Update.
4793 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4794 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4795 * mcore-tdep.c (mcore_gdbarch_init): Update.
4796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4797 * ia64-tdep.c (ia64_gdbarch_init): Update.
4798 * symtab.h (address_class): Update comments.
4799 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4800 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4801 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4802 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4803 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4804 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4805 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4806 * alpha-mdebug-tdep.c: Update.
4807 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4808
4809 2003-06-26 Andreas Jaeger <aj@suse.de>
4810
4811 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4812 of SSE registers so that varargs functions work. Rework handling
4813 of passing arguments on the stack.
4814 (x86_64_store_return_value): Return double and float values in SSE
4815 register.
4816
4817 2003-06-24 Michael Chastain <mec@shout.net>
4818
4819 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4820 the "constructor breakpoints ignored" bug.
4821
4822 2003-06-25 David Carlton <carlton@kealia.com>
4823
4824 * MAINTAINERS: Update e-mail address.
4825
4826 2003-06-24 Jim Blandy <jimb@redhat.com>
4827
4828 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4829
4830 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4831 function.
4832 (ppc_linux_init_abi): Register it as the
4833 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4834
4835 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4836 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4837 method.
4838
4839 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4840 (ppc64_standard_linkage_target): Use it.
4841
4842 2003-06-23 Andrew Cagney <cagney@redhat.com>
4843
4844 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4845 for 0 "int0" and 4 "int32" sized registers.
4846 * gdbtypes.c (builtin_type_int0): Define.
4847 (build_gdbtypes): Initialize builtin_type_int0.
4848 * gdbtypes.h (builtin_type_int0): Declare.
4849
4850 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4851
4852 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4853 as characters are unsigned.
4854
4855 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4856
4857 PR gdb/1179
4858 * dwarfread.c (struct_type): Skip static fields without crashing.
4859
4860 2003-06-22 Andrew Cagney <cagney@redhat.com>
4861
4862 GDB 6.0 branch created.
4863 * README: Update.
4864 * PROBLEMS: Update. Empty.
4865 * NEWS: Update.
4866
4867 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4868
4869 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4870 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4871
4872 2003-06-22 Andrew Cagney <cagney@redhat.com>
4873
4874 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4875 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4876 Velikov.
4877
4878 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4879
4880 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4881 compilers.
4882
4883 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4884
4885 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4886 argument of val_print.
4887 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4888 to the address argument of baseclass_offset or target_read_memory.
4889 Do add it to the argument of cp_print_value_fields.
4890
4891 2003-06-21 Andrew Cagney <cagney@redhat.com>
4892
4893 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4894 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4895 instead of 0..NUM_REGS.
4896 (mips_register_reggroup_p): New function.
4897 (mips_pseudo_register_write): New function.
4898 (mips_pseudo_register_read): New function.
4899 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4900 based on the register's type.
4901 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4902 cooked.
4903 (mips_get_saved_register): Simplify. Assert that REGNO is a
4904 pseudo / cooked.
4905 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4906 (mips_register_type): Replace mips_register_virtual_type. Map
4907 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4908 when available.
4909 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4910 that the register is cooked / virtual.
4911 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4912 Only get the extra info when needed.
4913 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4914 (mips32_heuristic_proc_desc): Fetch the cooked register.
4915 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4916 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4917 (mips_print_register): Use gdbarch_register_type, instead of
4918 REGISTER_VIRTUAL_TYPE.
4919 (print_gp_register_row): Use gdbarch_register_type, instead of
4920 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4921 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4922 Print the pseudo / cooked registers.
4923 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4924 Print the pseudo / cooked registers.
4925 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4926 REG_NUM is pseudo / cooked.
4927 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4928 (mips_n32n64_xfer_return_value): Ditto.
4929 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4930 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4931 (mips_register_sim_regno): New function.
4932 (mips_gdbarch_init): Set deprecated_register_byte,
4933 register_group_p, pseudo_register_write, pseudo_register_read,
4934 register_sim_regno, and num_pseudo_regs. Set register_type,
4935 instead of register_virtual_type.
4936 * Makefile.in (mips-tdep.o): Update dependencies.
4937 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4938 REGISTER_VIRTUAL_TYPE.
4939 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4940 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4941 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4942 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4943 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4944
4945 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4946
4947 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4948 * cli/cli-cmds.c: Include "gdb_vfork.h".
4949 (shell_escape): Use vfork.
4950
4951 2003-06-21 Andrew Cagney <cagney@redhat.com>
4952
4953 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4954 32 bit floating-point register saves.
4955
4956 * frame.h (deprecated_unwind_get_saved_register): Delete.
4957 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4958 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4959 and deprecated_get_next_frame_hack instead of
4960 deprecated_unwind_get_saved_register.
4961
4962 * mips-tdep.c (mips_dump_tdep): Do not print
4963 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4964
4965 * frame.c (get_frame_register): New function.
4966 (frame_unwind_register_signed): New function.
4967 (get_frame_register_signed): New function.
4968 (frame_unwind_register_unsigned): New function.
4969 (get_frame_register_unsigned): New function.
4970 * frame.h: Add comments on naming schema.
4971 (get_frame_register, frame_unwind_register_signed): Declare.
4972 (get_frame_register_signed, get_frame_register_signed): Declare.
4973 (frame_unwind_register_unsigned): Declare.
4974 (get_frame_register_unsigned): Declare.
4975
4976 2003-06-20 Theodore A. Roth <troth@openavr.org>
4977
4978 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4979
4980 2003-06-20 Theodore A. Roth <troth@openavr.org>
4981
4982 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4983 (avr_read_sp): Ditto.
4984
4985 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4986
4987 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4988 * config/arm/nm-linux.h: Likewise.
4989 * config/arm/tm-linux.h: Likewise.
4990 * config/ia64/nm-linux.h: Likewise.
4991 * config/ia64/tm-ia64.h: Likewise.
4992 * config/s390/tm-linux.h: Likewise.
4993 * config/s390/tm-s390.h: Likewise.
4994 * s390-nat.c: Likewise.
4995 * s390-tdep.c: Likewise.
4996
4997 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4998 * config/ia64/linux.mt: Likewise.
4999 * config/m68k/linux.mh: Likewise.
5000 * config/mips/linux.mt: Likewise.
5001 * config/powerpc/linux.mh: Likewise.
5002 * config/sh/linux.mt: Likewise.
5003
5004 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5005
5006 * solib.c (solib_open): Change tests for whether to search
5007 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5008 comments.
5009
5010 2003-06-19 Theodore A. Roth <troth@openavr.org>
5011
5012 * avr-tdep.c (avr_frame_address): Delete function.
5013 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5014 set_gdbarch_frame_args_address.
5015
5016 2003-06-19 Andrew Cagney <cagney@redhat.com>
5017
5018 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5019 (REGISTER_CONVERT_FROM_TYPE): Delete.
5020 (mips_register_convert_to_type): Delete declaration.
5021 (mips_register_convert_from_type): Delete declaration.
5022 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5023 kernel/.
5024
5025 2003-06-19 Michael Snyder <msnyder@redhat.com>
5026
5027 * linux-nat.h: New file.
5028 * linux-nat.c: Include linux-nat.h.
5029 * lin-lwp.c: Include linux-nat.h.
5030 Move struct lwp_info def to linux-nat.h.
5031 * linux-proc.c: Include linux-nat.h.
5032 (linux_make_note_section): Iterate over lwps instead of threads.
5033 (linux_do_thread_registers): Use lwp instead of merged pid.
5034 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5035 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5036 Add dependency on linux_nat_h.
5037
5038 2003-06-19 Theodore A. Roth <troth@openavr.org>
5039
5040 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5041
5042 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5043
5044 * varobj.c (get_type, get_target_type): Use check_typedef.
5045
5046 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5047
5048 * breakpoint.c (insert_catchpoint): Call internal_error.
5049
5050 2003-06-19 Theodore A. Roth <troth@openavr.org>
5051
5052 * avr-tdep.c (avr_push_dummy_code): Delete function.
5053 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5054
5055 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5056
5057 * arch-utils.c (default_prepare_to_proceed): Remove.
5058 (generic_prepare_to_proceed): Remove.
5059 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5060 (generic_prepare_to_proceed): Remove prototype.
5061 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5062 * gdbarch.c: Regenerate.
5063 * gdbarch.h: Regenerate.
5064 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5065 * hppah-nat.c (hppa_switched_threads): Remove.
5066 * infrun.c (prepare_to_proceed): New static function, copied from
5067 generic_prepare_to_proceed. Remove select_it argument.
5068 (proceed): Call prepare_to_proceed.
5069 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5070 variables.
5071 (ptrace_wait): Don't set the removed variables.
5072 (hppa_switched_threads): Remove.
5073 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5074 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5075 (lin_lwp_prepare_to_proceed): Remove prototype.
5076 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5077 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5078
5079 2003-06-18 Theodore A. Roth <troth@openavr.org>
5080
5081 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5082 trad-frame.h.
5083 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5084 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5085 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5086 (AVR_PROLOGUE_*): Enumerate prologue types.
5087 (struct frame_extra_info): Remove.
5088 (struct avr_unwind_cache): Define.
5089 (avr_write_sp): Delete function.
5090 (avr_read_fp): Ditto.
5091 (avr_init_extra_frame_info): Ditto.
5092 (avr_pop_frame): Ditto.
5093 (avr_frame_saved_pc): Ditto.
5094 (avr_saved_pc_after_call): Ditto.
5095 (avr_push_return_address): Ditto.
5096 (avr_frame_chain): Ditto.
5097 (avr_store_struct_return): Ditto.
5098 (avr_push_arguments): Ditto.
5099 (avr_scan_prologue): Update comments. Changed to set up the info for
5100 cache unwinding. Now returns end of prologue PC.
5101 (avr_skip_prologue): Better handling of functions lacking a prologue
5102 by using avr_scan_prologue.
5103 (avr_scan_arg_moves): New function.
5104 (avr_saved_regs_unwinder): Ditto.
5105 (avr_frame_unwind_cache): Ditto.
5106 (avr_unwind_pc): Ditto.
5107 (avr_frame_this_id): Ditto.
5108 (avr_frame_prev_register): Ditto.
5109 (avr_frame_p): Ditto.
5110 (avr_frame_base_address ): Ditto.
5111 (avr_unwind_dummy_id): Ditto.
5112 (avr_push_dummy_code): Ditto.
5113 (push_stack_item): Ditto.
5114 (pop_stack_item): Ditto.
5115 (avr_push_dummy_call): Ditto.
5116 (struct stack_item): Define.
5117 (avr_frame_unwind): Declare structure.
5118 (avr_frame_base): Ditto.
5119 (avr_gdbarch_init): Remove calls to
5120 set_gdbarch_deprecated_init_frame_pc,
5121 set_gdbarch_deprecated_target_read_fp,
5122 set_gdbarch_deprecated_dummy_write_sp,
5123 set_gdbarch_deprecated_fp_regnum,
5124 set_gdbarch_deprecated_push_arguments,
5125 set_gdbarch_deprecated_push_return_address,
5126 set_gdbarch_deprecated_pop_frame,
5127 set_gdbarch_deprecated_store_struct_return,
5128 set_gdbarch_deprecated_frame_init_saved_regs,
5129 set_gdbarch_deprecated_init_extra_frame_info,
5130 set_gdbarch_deprecated_frame_chain,
5131 set_gdbarch_deprecated_frame_saved_pc,
5132 set_gdbarch_deprecated_saved_pc_after_call.
5133 Add calls to set_gdbarch_push_dummy_call,
5134 set_gdbarch_push_dummy_code,
5135 frame_unwind_append_predicate,
5136 frame_base_set_default,
5137 set_gdbarch_unwind_dummy_id,
5138 set_gdbarch_unwind_pc.
5139 Wrap a long line.
5140
5141 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5142
5143 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5144 registers for H8/300S.
5145 (h8300_print_registers_info): Ditto.
5146 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5147
5148 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5149
5150 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5151 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5152 (lin_lwp_wait): Likewise. Update comments.
5153 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5154 (pull_pid_from_list, linux_record_stopped_pid): New.
5155
5156 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5157
5158 * ada-lang.c (scan_discrim_bound): Name first argument.
5159 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5160 declared by ALL_BLOCK_SYMBOLS.
5161
5162 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5163
5164 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5165 ("regcache.h"): Include it.
5166 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5167
5168 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5169
5170 * NEWS: Mention gdbserver detach change and "disconnect" command.
5171 * infcmd.c (disconnect_command): New function.
5172 (_initialize_infcmd): Add ``disconnect'' command.
5173 * remote.c (remote_async_detach): Delete.
5174 (remote_detach): Merge remote_async_detach.
5175 (remote_disconnect): New.
5176 (init_remote_ops): Set to_disconnect.
5177 (init_remote_cisco_ops): Likewise.
5178 (init_remote_async_ops): Likewise. Use remote_detach.
5179 * target.c (cleanup_target): Default to_disconnect.
5180 (update_current_target): Inherit to_disconnect.
5181 (target_disconnect, debug_to_disconnect): New functions.
5182 (setup_target_debug): Set to_disconnect.
5183 * target.h (struct target_ops): Add to_disconnect.
5184 (target_disconnect): Add prototype.
5185
5186 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5187
5188 * breakpoint.c (insert_catchpoint): New function.
5189 (insert_breakpoints): Use catch_exceptions to call
5190 insert_catchpoint. Disable catchpoints if they fail to insert.
5191
5192 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5193
5194 * symfile.c (reread_symbols): Clear sym_private.
5195
5196 2003-06-17 Andrew Cagney <cagney@redhat.com>
5197
5198 * trad-frame.h (struct frame_info): Add opaque declaration.
5199 * remote-fileio.h (struct cmd_list_element): Add opaque
5200 declaration.
5201 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5202 comments.
5203
5204 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5205
5206 * remote.c (remote_prepare_to_store): Replace call to
5207 deprecated_read_register_bytes with multiple regcache_raw_read
5208 calls.
5209
5210 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5211
5212 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5213 (nto_find_and_open_solib): Likewise.
5214 (nto_init_solib_absolute_prefix): Likewise.
5215 (_initialize_nto_tdep): Fix indentation.
5216
5217 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5218
5219 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5220
5221 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5222
5223 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5224
5225 2003-06-17 Jim Blandy <jimb@redhat.com>
5226
5227 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5228
5229 2003-06-16 Theodore A. Roth <troth@openavr.org>
5230
5231 * avr-tdep.c (avr_extract_return_value): New function.
5232 (avr_gdbarch_init): Set extract_return_value method.
5233
5234 2003-06-16 Andrew Cagney <cagney@redhat.com>
5235
5236 * frame.h (deprecated_get_next_frame_hack): Declare.
5237 * frame.c (legacy_saved_regs_prev_register): Only require
5238 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5239 there are always saved regs.
5240 (deprecated_generic_get_saved_register): Do not require
5241 DEPRECATED_FRAME_INIT_SAVED_REGS.
5242 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5243 use frame ID unwind instead.
5244 (deprecated_get_next_frame_hack): New function.
5245
5246 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5247
5248 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5249 (h8300_push_dummy_call): ...this function. Some minor optimization.
5250 (h8300_push_return_address): Remove.
5251 (h8300_gdbarch_init): Remove calls to
5252 set_gdbarch_deprecated_dummy_write_sp,
5253 set_gdbarch_deprecated_push_arguments and
5254 set_gdbarch_deprecated_push_return_address.
5255 Add call to set_gdbarch_push_dummy_call.
5256
5257 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5258
5259 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5260 (E_PSEUDO_EXR_REGNUM): Ditto.
5261 (h8300_is_argument_spill): Check for instructions moving argument
5262 registers into safe registers.
5263 (h8300_skip_prologue): Check for stm instruction to push registers
5264 used for register variables onto stack.
5265 (gdb_print_insn_h8300): Remove.
5266 (h8300_examine_prologue): Add a comment.
5267 (h8300_register_name): Take pseudo registers into account.
5268 (h8300s_register_name): Ditto.
5269 (h8300sx_register_name): Ditto.
5270 (h8300_print_register): Ditto.
5271 (h8300_print_registers_info): Define "nice" printing order.
5272 (h8300_saved_pc_after_call): Take pseudo registers into account.
5273 (h8300_register_type): Ditto. Return type used for remote connection
5274 when requesting real CCR or EXR register, return actual type when
5275 requesting pseudo CCR or EXR.
5276 (h8300_pseudo_register_read): New function.
5277 (h8300_pseudo_register_write): Ditto.
5278 (h8300_dbg_reg_to_regnum): Ditto.
5279 (h8300s_dbg_reg_to_regnum): Ditto.
5280 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5281 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5282 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5283 set_gdbarch_print_insn architecture dependent.
5284 Call set_gdbarch_pseudo_register_read and
5285 set_gdbarch_pseudo_register_write.
5286 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5287
5288 2003-06-16 Andrew Cagney <cagney@redhat.com>
5289
5290 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5291 * gdbarch.h, gdbarch.c: Re-generate.
5292 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5293 * s390-tdep.c (s390_gdbarch_init): Update.
5294 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5295 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5296 * mips-tdep.c (mips_gdbarch_init): Update.
5297 * mcore-tdep.c (mcore_gdbarch_init): Update.
5298 * cris-tdep.c (cris_gdbarch_init): Update.
5299 * infcall.c (call_function_by_hand): Update.
5300 * ia64-tdep.c (ia64_push_arguments): Update comment.
5301 * frame.c (legacy_get_prev_frame): Do not assume
5302 SAVE_DUMMY_FRAME_TOS_P.
5303 * dummy-frame.c (find_dummy_frame): Update comment.
5304
5305 2003-06-16 Andrew Cagney <cagney@redhat.com>
5306
5307 * regcache.c (do_cooked_read): Do not use register_valid_p.
5308
5309 2003-06-15 Theodore A. Roth <troth@openavr.org>
5310
5311 * avr-tdep.c (avr_register_type): Remove a blank line.
5312 (avr_scan_prologue): Correct some comments.
5313
5314 2003-06-15 Theodore A. Roth <troth@openavr.org>
5315
5316 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5317 prologue types.
5318 Properly scan prologues generated by gcc with the -mcall-prologues
5319 option.
5320 Add code to scan -mcall-prologues for mega devices.
5321
5322 2003-06-15 Theodore A. Roth <troth@openavr.org>
5323
5324 * avr-tdep.c (avr_register_byte): Delete function.
5325 (avr_register_raw_size): Delete function.
5326 (avr_register_virtual_size): Delete function.
5327 (avr_register_virtual_type): Delete function.
5328 (avr_register_type): New function.
5329 (avr_address_to_pointer): Remove unused code.
5330 (avr_read_fp): Need to read FP as two separate bytes due to change to
5331 avr_register_type() usage.
5332 (avr_gdbarch_init): Don't set deprecated_register_size.
5333 Don't set deprecated_register_bytes.
5334 Don't set deprecated_register_byte.
5335 Don't set deprecated_register_raw_size.
5336 Don't set deprecated_max_register_raw_size.
5337 Don't set deprecated_register_virtual_size.
5338 Don't set deprecated_max_register_virtual_size.
5339 Don't set deprecated_register_virtual_type.
5340 Set register_type method.
5341
5342 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5343
5344 * Makefile.in (linux-nat.o): Add rule.
5345 * linux-nat.c: New file.
5346 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5347 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5348 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5349 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5350 * config/arm/linux.mh (NATDEPFILES): Likewise.
5351 * config/i386/linux.mh (NATDEPFILES): Likewise.
5352 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5353 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5354 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5355 * config/mips/linux.mh (NATDEPFILES): Likewise.
5356 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5357 * config/s390/s390.mh (NATDEPFILES): Likewise.
5358 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5359
5360 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5361
5362 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5363 replace out-of-date comment.
5364
5365 2003-06-15 Andrew Cagney <cagney@redhat.com>
5366
5367 * rdi-share/host.h (Fail): Change to a varargs function.
5368 * remote-rdi.c (Fail): Update.
5369
5370 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5371
5372 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5373 (i386_convert_register_p, i386_register_to_value,
5374 i386_register_from_value): Handle types longer than 8 bytes.
5375
5376 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5377
5378 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5379 Move floating-point code to new function in i387-tdep.c.
5380 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5381 New functions containing code moved here from i386-tdep.c.
5382 * i387-tdep.h: Add opaque declaration for `struct type'.
5383 (i387_register_to_value, i387_value_to_register): New prototypes.
5384 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5385 (x86_64_init_abi): Set convert_register_p, register_to_value and
5386 value_to_register here.
5387
5388 2003-06-14 Andrew Cagney <cagney@redhat.com>
5389
5390 * mips-tdep.c (mips_register_to_value): Make static.
5391 (mips_value_to_register): Make static.
5392 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5393 * ia64-tdep.c (ia64_register_raw_size): Make static.
5394 (ia64_register_virtual_size): Make static.
5395 (ia64_register_byte): Make static.
5396 * i387-tdep.c: Include "i387-tdep.h".
5397 (print_387_control_word): Delete function.
5398 (print_387_status_word): Delete function.
5399 (print_387_status_bits): Delete function.
5400 (print_387_control_bits): Delete function.
5401 * Makefile.in (i387-tdep.o): Update dependencies.
5402 * rdi-share/host.h (Fail): Declare.
5403 * remote-rdi.c (Fail): Update to match declaration.
5404
5405 2003-06-14 Andrew Cagney <cagney@redhat.com>
5406
5407 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5408 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5409 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5410 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5411 * README: Delete reference to remote-array.
5412 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5413 (remote-array.o): Delete target.
5414 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5415 * remote-array.c: Delete file.
5416
5417 2003-06-14 Andrew Cagney <cagney@redhat.com>
5418 Mark Kettenis <kettenis@gnu.org>
5419
5420 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5421 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5422 parameter with "frame".
5423 * gdbarch.h, gdbarch.c: Re-generate.
5424 * frame.h (put_frame_register): Declare.
5425 * frame.c (put_frame_register): New function.
5426 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5427 (legacy_register_to_value): Rewrite, use "frame" to get the
5428 register value.
5429 (legacy_value_to_register): Rewrite, use "frame" to find the
5430 register's location before storing.
5431 * arch-utils.h (legacy_convert_register_p): Update.
5432 (legacy_register_to_value, legacy_value_to_register): Update.
5433 * findvar.c (value_from_register): Rewrite, eliminate use of
5434 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5435 "frame" to REGISTER_TO_VALUE.
5436 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5437 lval_reg_frame_relative + lval_register branch of the switch. Do
5438 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5439 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5440 I386_EDI_REGNUM): New defines.
5441 (i386_next_regnum, i386_convert_register_p,
5442 i386_register_to_value, i386_value_to_register): New functions.
5443 (i386_register_convertible, i386_register_convert_to_virtual,
5444 i386_convert_to_raw): Remove functions.
5445 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5446 value_to_register instead of register_convertible,
5447 register_convert_to_virtual and register_convert_to_raw.
5448 * mips-tdep.c (mips_convert_register_p): New function.
5449 (mips_value_to_register): Replace mips_register_convert_from_type.
5450 (mips_register_to_value): Replace mips_register_convert_to_type.
5451 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5452 register_to_value.
5453 * alpha-tdep.c (alpha_convert_register_p): Update.
5454 (alpha_value_to_register): Update, store the register.
5455 (alpha_register_to_value): Update, fetch the register.
5456
5457 2003-06-14 Theodore A. Roth <troth@openavr.org>
5458
5459 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5460 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5461 Don't set deprecated_call_dummy_words.
5462 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5463 Don't set remote_translate_xfer_address.
5464 (avr_io_reg_read_command): Remove commented out debug printf.
5465 Wrap a long line.
5466
5467 2003-06-14 Theodore A. Roth <troth@openavr.org>
5468
5469 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5470 causes gdb to seg fault.
5471
5472 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5473
5474 * sparc-nat.c (fetch_inferior_registers): Correct
5475 a reference to "registers".
5476
5477 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5478
5479 * Makefile.in (exc_request_U_h): Define
5480 (exc_request_S_h): Likewise.
5481 (msg_reply_S_h): Likewise.
5482 (msg_U_h): Likewise.
5483 (notify_S_h): Likewise.
5484 (process_reply_S_h): Likewise.
5485 (gnu-nat.o): Depend on gdb_obstack_h
5486 * gnu-nat.c: Include "gdb_obstack.h".
5487
5488 2003-06-13 Andrew Cagney <cagney@redhat.com>
5489
5490 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5491 * gdbarch.h, gdbarch.c: Re-generate.
5492
5493 2003-06-13 Andrew Cagney <cagney@redhat.com>
5494
5495 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5496 when deprecated REGISTER macros can be deleted.
5497 * gdbarch.h, gdbarch.c: Re-generate.
5498
5499 2003-06-13 Jim Blandy <jimb@redhat.com>
5500
5501 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5502 Linux entry point symbols for _dl_debug_state, too.
5503
5504 2003-06-13 Andrew Cagney <cagney@redhat.com>
5505
5506 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5507 available, do not use the FP register, and always save the TOS.
5508 * dummy-frame.c (dummy_frame_this_id): Do not assert
5509 SAVE_DUMMY_FRAME_TOS.
5510 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5511 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5512 (i386_push_dummy_call): Add 8 to the returned SP.
5513 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5514 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5515 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5516 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5517 (x86_64_push_dummy_call): Return "sp + 16".
5518 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5519 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5520 save_dummy_frame_tos.
5521
5522 2003-06-13 Jim Blandy <jimb@redhat.com>
5523
5524 * frv-tdep.c (frv_use_struct_convention): Delete static
5525 declaration for function deleted in my change of 2003-06-12.
5526
5527 2003-06-13 Theodore A. Roth <troth@openavr.org>
5528
5529 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5530 (avr_pointer_to_address): Shift code addrs left 1 bit.
5531 (avr_convert_from_func_ptr_addr): Delete function since operation is
5532 better handled by avr_address_to_pointer and avr_pointer_to_address.
5533 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5534
5535 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5536
5537 From Kelley Cook <kelleycook@wideopenwest.com>:
5538 * configure.host: Accept i[34567]86 variants.
5539 * configure.tgt: Likewise.
5540 * nlm/configure.in: Likewise.
5541 * nlm/configure: Regenerated.
5542
5543 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5544
5545 * arm-tdep.c (solib-svr4.h): Dont' include it.
5546 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5547 * arm-linux-tdep.c: ... here. Make static.
5548 (arm_linux_init_abi): Register it.
5549 (solib-svr4.h): Include it.
5550 * Makefile.in: Update dependencies.
5551 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5552 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5553
5554 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5555
5556 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5557 indicate registers used for return values.
5558 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5559 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5560 members.
5561 (h8300_init_extra_frame_info): Ditto.
5562 (h8300_frame_locals_address): Removed.
5563 (h8300_frame_args_address): Removed.
5564 (h8300_extract_return_value): Use new regcache structure. Only care
5565 for 16 bit CPUs.
5566 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5567 (h8300_store_return_value): Use new regcache structure. Only care
5568 for 16 bit CPUs.
5569 (h8300h_store_return_value): Same function for 32 bit CPUs.
5570 (h8300_store_struct_return): Removed.
5571 (h8300_extract_struct_value_address): Use new regcache structure.
5572 (h8300h_extract_struct_value_address): Removed.
5573 (h8300_push_dummy_code): New function.
5574 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5575 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5576 set_gdbarch_store_return_value architecture dependent.
5577 Call set_gdbarch_push_dummy_code and
5578 set_gdbarch_extract_struct_value_address.
5579 Remove calls to set_gdbarch_frame_args_address,
5580 set_gdbarch_frame_locals_address,
5581 set_gdbarch_deprecated_store_struct_return,
5582 set_gdbarch_deprecated_extract_return_value,
5583 set_gdbarch_deprecated_extract_struct_value_address,
5584 set_gdbarch_deprecated_call_dummy_words and
5585 set_gdbarch_deprecated_sizeof_call_dummy_words.
5586
5587 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5588
5589 * h8300-tdep.c (h8300_register_byte): Remove.
5590 (h8300h_register_byte): Remove.
5591 (h8300_register_virtual_type): Remove. Substitute by...
5592 (h8300_register_type): New function.
5593 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5594 (h8300h_extract_struct_value_address): Ditto.
5595 (h8300_gdbarch_init): Drop calls to
5596 set_gdbarch_deprecated_register_byte and
5597 set_gdbarch_deprecated_register_virtual_type.
5598 Add call to set_gdbarch_register_type.
5599
5600 2003-06-13 Andrew Cagney <cagney@redhat.com>
5601
5602 * gdbarch.sh: Update comments on registers.
5603 (deprecated_register_byte): Rename register_byte.
5604 (deprecated_register_raw_size): Rename register_raw_size.
5605 (deprecated_register_virtual_size): Rename register_virtual_size.
5606 (deprecated_register_virtual_type): Rename register_virtual_type.
5607 * gdbarch.h, gdbarch.c: Re-generate.
5608 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5609 * vax-tdep.c (vax_gdbarch_init): Update.
5610 * v850-tdep.c (v850_gdbarch_init): Update.
5611 * sparc-tdep.c (sparc_gdbarch_init): Update.
5612 * sh-tdep.c (sh_gdbarch_init): Update.
5613 * s390-tdep.c (s390_gdbarch_init): Update.
5614 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5615 * ns32k-tdep.c: Update.
5616 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5617 * mips-tdep.c (mips_gdbarch_init): Update.
5618 * mcore-tdep.c (mcore_gdbarch_init): Update.
5619 * m68k-tdep.c (m68k_gdbarch_init): Update.
5620 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5621 * ia64-tdep.c (ia64_gdbarch_init): Update.
5622 * hppa-tdep.c (hppa_gdbarch_init): Update.
5623 * h8300-tdep.c (h8300_gdbarch_init): Update.
5624 * frv-tdep.c (frv_gdbarch_init): Update.
5625 * cris-tdep.c (cris_gdbarch_init): Update.
5626 * avr-tdep.c (avr_gdbarch_init): Update.
5627 * alpha-tdep.c (alpha_gdbarch_init): Update.
5628 * arm-tdep.c (arm_gdbarch_init): Update.
5629
5630 2003-06-13 Andrew Cagney <cagney@redhat.com>
5631
5632 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5633 mips_o32_use_struct_convention with always_use_struct_convention.
5634
5635 2003-06-12 David Carlton <carlton@kealia.com>
5636
5637 * cp-namespace.c (cp_set_block_scope): Comment out
5638 processing_has_namespace_info branch.
5639
5640 2003-06-12 Jim Blandy <jimb@redhat.com>
5641
5642 Recognize and skip 64-bit PowerPC Linux linkage functions.
5643 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5644 insn_pattern, insns_match_pattern, d_field, ds_field): New
5645 functions, macros, and types for working with PPC instructions.
5646 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5647 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5648 ppc64_skip_trampoline_code): New functions, variables, and macros
5649 for recognizing and skipping linkage functions.
5650 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5651 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5652
5653 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5654 register offsets for both the 32- and 64-bit interfaces.
5655
5656 Actually finish the job started by my change of 2003-05-29.
5657 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5658 other #definition of this.
5659 (ppc_linux_skip_trampoline_code): Remove declaration.
5660 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5661 static.
5662 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5663 method for GDBARCH.
5664
5665 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5666 'long' on ppc64-*-linux*.
5667
5668 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5669 isn't #defined, assume the register doesn't exist: act as if
5670 tdep->ppc_mq_regnum were -1.
5671
5672 * configure.host, configure.tgt: Add entries for
5673 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5674 powerpc/linux.mt.
5675 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5676 New files.
5677
5678 * arch-utils.c (always_use_struct_convention): New function.
5679 * arch-utils.h (always_use_struct_convention): New prototype.
5680 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5681 (alpha_gdbarch_init): Register always_use_struct_convention,
5682 instead of alpha_use_struct_convention.
5683 * cris-tdep.c (cris_use_struct_convention): Delete.
5684 (cris_gdbarch_init): Register always_use_struct_convention,
5685 instead of cris_use_struct_convention.
5686 * frv-tdep.c (frv_use_struct_convention): Delete.
5687 (frv_gdbarch_init): Register always_use_struct_convention,
5688 instead of frv_use_struct_convention.
5689 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5690 (h8300_gdbarch_init): Register always_use_struct_convention,
5691 instead of h8300_use_struct_convention.
5692 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5693 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5694 instead of mips_o32_use_struct_convention.
5695
5696 2003-06-12 Andrew Cagney <cagney@redhat.com>
5697
5698 * wince.c: Include "mips-tdep.h".
5699 * mips-tdep.h (mips_next_pc): Declare.
5700 * mcore-tdep.c: Make more local functions static.
5701 * Makefile.in (wince.o): Update dependencies.
5702
5703 2003-06-12 David Carlton <carlton@kealia.com>
5704
5705 * symtab.c (lookup_symbol_aux_minsyms): Replace
5706 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5707 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5708 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5709 SYMBOL_NATURAL_NAME.
5710
5711 2003-06-12 Andreas Schwab <schwab@suse.de>
5712
5713 * Makefile.in (tuiDisassem.o): Update dependencies.
5714
5715 2003-06-12 David Carlton <carlton@bactrian.org>
5716
5717 * symtab.h: Delete declaration of make_symbol_overload_list.
5718 Add declaration of lookup_partial_symbol.
5719 * symtab.c (remove_params): Move to cp-support.c.
5720 (overload_list_add_symbol, make_symbol_overload_list)
5721 (sym_return_val_size, sym_return_val_index): Ditto.
5722 (lookup_partial_symbol): Make extern.
5723 * cp-support.h: Add declaration of make_symbol_overload_list.
5724 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5725 symtab.h, and block.h.
5726 (remove_params): Move here from symtab.c.
5727 (overload_list_add_symbol, make_symbol_overload_list)
5728 (sym_return_val_size, sym_return_val_index): Ditto.
5729 * valops.c: Include cp-support.h.
5730 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5731 frame_h, and block_h.
5732 (valops.o): Depend on cp_support_h.
5733
5734 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5735
5736 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5737 substitute by NUM_REGS throughout.
5738 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5739 (h8300s_register_name): New function for H8S registers.
5740 (h8300sx_register_name): Ditto for H8SX registers.
5741 (h8300_print_register): Revise register printing, avoid depending
5742 on 32 bit long.
5743 (h8300_register_byte): Only care for H8/300 registers.
5744 (h8300h_register_byte): New function for any other architecture.
5745 (h8300_register_raw_size): Remove.
5746 (h8300_register_virtual_type): Revise to return actually useful
5747 type.
5748 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5749 (h8300h_extract_struct_value_address): New function for any other
5750 architecture.
5751 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5752 set_gdbarch_register_name, set_gdbarch_register_byte,
5753 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5754 Remove calls to set_gdbarch_deprecated_register_size,
5755 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5756 set_gdbarch_deprecated_max_register_raw_size,
5757 set_gdbarch_register_virtual_size and
5758 set_gdbarch_deprecated_max_register_virtual_size entirely.
5759 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5760 set_gdbarch_long_double_bit.
5761
5762 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5763
5764 * doublest.c (convert_doublest_to_floatformat): When dealing
5765 with the implied integer bit, only alter mant_bits if we are
5766 processing a full 32 bits of mantissa.
5767
5768 2003-06-11 David Carlton <carlton@bactrian.org>
5769
5770 * dictionary.h: New.
5771 * dictionary.c: New.
5772 * block.h: Add opaque declaration for struct dictionary.
5773 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5774 'sym' members.
5775 (BLOCK_DICT): New macro.
5776 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5777 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5778 BLOCK_SHOULD_SORT.
5779 (ALL_BLOCK_SYMBOLS): Update definition.
5780 * Makefile.in (SFILES): Add dictionary.c.
5781 (dictionary_h): New.
5782 (COMMON_OBS): Add dictionary.o.
5783 (dictionary.o): New.
5784 (ada-lang.o): Depend on dictionary_h.
5785 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5786 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5787 (mi-cmd-stack.o): Ditto.
5788 (gdbtk-cmds.o): Update dependencies.
5789 (gdbtk-stack.o): Ditto.
5790 * ada-lang.c: Include dictionary.h.
5791 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5792 (fill_in_ada_prototype, debug_print_block): Ditto.
5793 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5794 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5795 'is_sorted'.
5796 * mdebugread.c: Include dictionary.h.
5797 (struct parse_stack): Delete 'maxsyms' member.
5798 (parse_symbol): Update calls to new_block. Delete calls to
5799 shrink_block. Use dictionary methods.
5800 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5801 Update calls to new_symtab. Don't maintain maxsyms data.
5802 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5803 (add_symbol): Just call dict_add_symbol.
5804 (new_symtab): Delete 'maxsyms' argument.
5805 (new_symtab): Update calls to new_block.
5806 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5807 (shrink_block): Delete function.
5808 (fixup_sigtramp): Update call to new_block. Add symbol via
5809 dict_add_symbol.
5810 * jv-lang.c: Include dictionary.h.
5811 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5812 appropriately. Set class_symtab->free_func. Make sure the
5813 blockvector is big enough to hold two blocks.
5814 (add_class_symtab_symbol): Use dictionary methods.
5815 (free_class_block): New function.
5816 (type_from_class): Replace explicit iteration by
5817 ALL_BLOCK_SYMBOLS.
5818 * symtab.h (struct symtab): Replace 'free_ptr' method by
5819 'free_func'.
5820 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5821 sort_symtab_syms.
5822 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5823 sort_symtab_syms.
5824 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5825 Include dictionary.h.
5826 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5827 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5828 sort_symtab_syms.
5829 * objfiles.c: Include dictionary.h.
5830 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5831 * buildsym.c: Include dictionary.h.
5832 (finish_block): Use dictionary methods.
5833 (end_symtab): Set free_func to NULL, not free_ptr.
5834 * tracepoint.c: Include dictionary.h.
5835 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5836 (scope_info): Ditto.
5837 * stack.c: Include dictionary.h.
5838 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5839 (print_block_frame_labels, print_frame_arg_vars)
5840 (print_frame_args): Ditto.
5841 * symmisc.c (free_symtab_block): Use dictionary methods.
5842 (dump_symtab): Ditto.
5843 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5844 Include dictionary.h.
5845 * symfile.h: Delete declarations of sort_block_syms,
5846 sort_symtab_syms.
5847 * symfile.c (sort_block_syms): Delete.
5848 (sort_symtab_syms): Delete.
5849 * symtab.c: Include dictionary.h.
5850 (lookup_block_symbol): Use dictionary iterators.
5851 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5852 (search_symbols, make_symbol_completion_list): Ditto.
5853 (make_symbol_overload_list): Ditto.
5854 * valops.c (value_of_local): Use dict_empty.
5855 Include dictionary.h.
5856
5857 2003-06-11 J. Brobecker <brobecker@gnat.com>
5858
5859 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5860
5861 2003-06-11 David Carlton <carlton@bactrian.org>
5862
5863 * block.h (BLOCK_SHOULD_SORT): Delete.
5864 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5865 blocks.
5866 * ada-lang.c (ada_add_block_symbols): Ditto.
5867 * symfile.c (sort_block_syms): Delete.
5868 (sort_symtab_syms): Ditto.
5869 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5870 declarations.
5871 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5872 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5873 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5874 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5875 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5876 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5877 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5878
5879 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5880
5881 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5882 bits to 128.
5883
5884 2003-06-11 Andrew Cagney <cagney@redhat.com>
5885
5886 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5887 REGISTER_CONVERTIBLE.
5888 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5889 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5890 * gdbarch.h, gdbarch.c: Re-generate.
5891 * arch-utils.h (deprecated_register_convertible_not): Rename
5892 generic_register_convertible_not.
5893 * arch-utils.c (deprecated_register_convertible_not): Rename
5894 generic_register_convertible.
5895 (legacy_convert_register_p, legacy_register_to_value): Update.
5896 * sh-tdep.c (sh64_push_arguments): Update.
5897 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5898 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5899 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5900 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5901 * arch-utils.c (legacy_value_to_register): Update.
5902 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5903 (rs6000_register_convert_to_raw): Make parameter "from" const.
5904 * mips-tdep.c (mips_gdbarch_init): Update.
5905 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5906 * infcmd.c (default_print_registers_info): Update.
5907 * ia64-tdep.c (ia64_gdbarch_init): Update.
5908 (ia64_register_convert_to_raw): Make parameter "from" const.
5909 * i386-tdep.c (i386_gdbarch_init): Update.
5910 (i386_register_convert_to_raw): Update.
5911
5912 2003-06-11 Andrew Cagney <cagney@redhat.com>
5913
5914 * remote-fileio.c: Include "remote-fileio.h".
5915 * Makefile.in (remote-fileio.o): Update dependencies.
5916 (remote_fileio_h): Fix typo.
5917
5918 2003-06-11 Andrew Cagney <cagney@redhat.com>
5919
5920 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5921 (xstormy16_save_dummy_frame_tos): Make static.
5922 (_initialize_xstormy16_tdep): Add declaration.
5923 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5924 * v850-tdep.c: Make local functions static.
5925 (_initialize_v850_tdep): Add declaration.
5926 * sparc-tdep.c: Make local functions static.
5927 (_initialize_sparc_tdep): Add declaration.
5928 * sh-tdep.c: Make local functions static.
5929 (_initialize_sh_tdep): Add declaration.
5930 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5931 * s390-tdep.c: Make local functions static.
5932 (_initialize_s390_tdep): Add declaration.
5933 * dbxread.c (find_stab_function_addr): Make static.
5934 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5935 * ocd.c (_initialize_remote_ocd): Add declaration.
5936 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5937 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5938 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5939 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5940 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5941 * remote-array.c (_initialize_array): Add declaration.
5942 (_initialize_remote_monitors): Add declaration.
5943 * remote-mips.c: Make local functions static.
5944 (_initialize_remote_mips): Add declaration.
5945 * mcore-tdep.c: Make all local functions static.
5946 (_initialize_mcore_tdep): Add declaration.
5947 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5948 * abug-rom.c (_initialize_abug_rom): Add declaration.
5949 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5950 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5951 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5952 * remote-est.c (_initialize_est): Add declaration.
5953 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5954 (m68hc11_call_dummy_address): Make static.
5955 * ia64-tdep.c: Make local functions static.
5956 (_initialize_ia64_tdep): Add declaration.
5957 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5958 * monitor.c (monitor_wait_filter): Make static.
5959 (_initialize_remote_monitors): Add declaration.
5960 * remote-hms.c (_initialize_remote_hms): Add declaration.
5961 * remote-e7000.c (fetch_regs_from_dump): Make static.
5962 (expect_n): Make static.
5963 (_initialize_remote_e7000): Add declaration.
5964 * ser-e7kpc.c: Always include "defs.h".
5965 (_initialize_ser_e7000pc): Add declaration.
5966 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5967 * cris-tdep.c: Make all but one function static.
5968 (_initialize_cris_tdep): Add declaration.
5969 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5970 * solib.c (update_solib_list): Make static.
5971 (_initialize_solib): Add declaration.
5972 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5973 (_initialize_avr_tdep): Add declaration.
5974 * remote-rdi.c (voiddummy): Make static.
5975 (_initialize_remote_rdi): Add declaration.
5976 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5977 * remote-rdp.c (send_rdp): Make static.
5978 (_initialize_remote_rdp): Add declaration.
5979 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5980
5981 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5982
5983 * remote-fileio.c: Make ari happy.
5984
5985 2003-06-10 J. Brobecker <brobecker@gnat.com>
5986
5987 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5988 fetching the trailing bytes of the buffer we are about to write.
5989
5990 2003-06-10 Andrew Cagney <cagney@redhat.com>
5991
5992 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5993 * Makefile.in (remote-fileio.o): Update dependencies.
5994 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5995 include <setjmp.h>, or <sys/types.h> conditional on USG.
5996 (remote_fio_jmp_buf): Delete global variable.
5997
5998 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5999 Martin M. Hunt <hunt@redhat.com>
6000
6001 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6002 (SFILES): Add remote-fileio.c.
6003 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6004 dependencies for building remote.o.
6005 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6006 * remote-fileio.h: New header file defining remote File-I/O interface.
6007 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6008 static storage class.
6009 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6010 'F' packet.
6011 (_initialize_remote): Call initialize_remote_fileio().
6012 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6013 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6014 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6015 (captured_main): Initialize new ui_files.
6016 * ui-file.c: Add read and fgets input functions.
6017 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6018 (null_file_read): New function.
6019 (ui_file_read): New function.
6020 (set_ui_file_read): New function.
6021 (stdio_file_read): New function.
6022 * ui-file.h: New type ui_file_read_ftype.
6023 (set_ui_file_read): Declare.
6024 (ui_file_read): Declare.
6025
6026 2003-06-09 Andrew Cagney <cagney@redhat.com>
6027
6028 * frame.h (deprecated_unwind_get_saved_register): Rename
6029 generic_unwind_get_saved_register, update comments.
6030 * mips-tdep.c (mips_get_saved_register): Update.
6031 * frame.c (deprecated_unwind_get_saved_register): Update.
6032
6033 2003-06-09 Andrew Cagney <cagney@redhat.com>
6034
6035 * vax-tdep.c (vax_frame_locals_address): Delete function.
6036 (vax_gdbarch_init): Do not set frame_locals_address.
6037 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6038 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6039 * s390-tdep.c (s390_frame_args_address): Delete function.
6040 (s390_gdbarch_init): Do not set frame_args_address or
6041 frame_locals_address.
6042 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6043 (ns32k_gdbarch_init): Do not set frame_locals_address.
6044 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6045 (hppa_frame_locals_address): Delete function.
6046 (hppa_gdbarch_init): Do not set frame_args_address, or
6047 frame_locals_address.
6048 * arm-tdep.c (arm_frame_args_address): Delete.
6049 (arm_frame_locals_address): Delete.
6050 (arm_gdbarch_init): Do not set frame_args_address, or
6051 frame_locals_address.
6052
6053 2003-06-09 Andrew Cagney <cagney@redhat.com>
6054
6055 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6056 * gdbarch.h, gdbarch.c: Re-generate.
6057 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6058 * arch-utils.c (frame_num_args_unknown): Delete function.
6059 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6060 (frame_info): Use FRAME_NUM_ARGS_P.
6061 * arm-tdep.c (arm_frame_num_args): Delete function.
6062 (arm_gdbarch_init): Do not set frame_num_args.
6063 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6064 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6065 (hppa_gdbarch_init): Do not set frame_num_args.
6066 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6067 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6068 frame_num_args to default frame_num_args_unknown.
6069 * v850-tdep.c (v850_gdbarch_init): Ditto.
6070 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6071 * sh-tdep.c (sh_gdbarch_init): Ditto.
6072 * s390-tdep.c (s390_gdbarch_init): Ditto.
6073 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6074 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6075 * mips-tdep.c (mips_gdbarch_init): Ditto.
6076 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6077 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6078 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6079 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6080 * i386-tdep.c (i386_gdbarch_init): Ditto.
6081 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6082 * frv-tdep.c (frv_gdbarch_init): Ditto.
6083 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6084 * cris-tdep.c (cris_gdbarch_init): Ditto.
6085 * avr-tdep.c (avr_gdbarch_init): Ditto.
6086 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6087
6088 2003-06-09 Andrew Cagney <cagney@redhat.com>
6089
6090 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6091 (print_frame_args): Moved to "stack.c".
6092 * stack.c: Include "gdb_assert.h".
6093 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6094 (print_frame_args): Moved from "printcmd.c".
6095 * frame.h (print_frame_args): Delete declaration.
6096 * Makefile.in (stack.o): Update dependencies.
6097
6098 2003-06-08 Andrew Cagney <cagney@redhat.com>
6099
6100 * frame.c (get_prev_frame): Remove reference to
6101 frame_args_address_correct in comments.
6102 * frame-base.c (default_frame_args_address): Delete code
6103 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6104 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6105 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6106 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6107 (vax_frame_args_address_correct): Delete declaration.
6108
6109 2003-06-08 Andrew Cagney <cagney@redhat.com>
6110
6111 * gdbarch.sh (UNWIND_SP): Add.
6112 * gdbarch.h, gdbarch.c: Re-generate.
6113 * frame.c (frame_sp_unwind): New function.
6114 (get_frame_sp): New function.
6115 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6116 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6117 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6118 value.
6119 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6120 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6121
6122 2003-06-08 Andrew Cagney <cagney@redhat.com>
6123
6124 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6125 REMOTE_BREAKPOINT.
6126 * remote.c: Update.
6127 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6128 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6129 * config/m68k/tm-sun3.h: Update.
6130 * config/m68k/tm-m68klynx.h: Update.
6131 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6132
6133 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6134 trad_frame". Update comments.
6135 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6136 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6137 (trad_frame_register_value, trad_frame_prev_register): Update.
6138
6139 2003-06-08 Andrew Cagney <cagney@redhat.com>
6140
6141 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6142 from GCC's acinclude.m4.
6143 * configure.in: Check for getopt's delcaration.
6144 * aclocal.m4, config.in, configure: Re-generate.
6145 * main.c (error_init): Delete declaration.
6146 * defs.h (error_init): Declare.
6147 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6148 (rs6000_convert_from_func_ptr_addr): Make static.
6149 (_initialize_rs6000_tdep): Add declaration.
6150 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6151 (show_commands, set_verbose, show_history): Delete declaration.
6152 * top.h (set_verbose): Add declaration.
6153 (show_history, set_history, show_commands): Add declaration.
6154 (do_restore_instream_cleanup): Add declaration.
6155 * objc-lang.c (specialcmp): Make static.
6156 (print_object_command): Make static.
6157 (find_objc_msgsend): Make static.
6158 (find_objc_msgcall_submethod_helper): Make static.
6159 (find_objc_msgcall_submethod): Make static.
6160 (_initialize_objc_language): Add declaration.
6161 (find_implementation_from_class): Make static.
6162 (find_implementation): Make static.
6163 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6164 * objc-lang.h (lookup_struct_typedef): Add declaration.
6165 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6166 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6167 (do_restore_user_call_depth): Make static.
6168 (do_restore_instream_cleanup): Delete declaration.
6169 (dont_repeat): Delete declaration.
6170 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6171 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6172 * reggroups.c (_initialize_reggroup): Add declaration.
6173 * cp-support.c (_initialize_cp_support): Add declaration.
6174 * cp-abi.c (_initialize_cp_abi): Add declaration.
6175 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6176 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6177 (_initialize_gnu_v3_abi): Add declaration.
6178 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6179 (_initialize_gnu_v2_abi): Add declaration.
6180 * frame-base.c (_initialize_frame_base): Add declaration.
6181 * doublest.c (floatformat_from_length): Make static.
6182 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6183 * frame.c (create_sentinel_frame): Make static.
6184 (_initialize_frame): Add declaration.
6185 * top.c (do_catch_errors): Make static.
6186 (gdb_rl_operate_and_get_next_completion): Make static.
6187 * typeprint.c: Include "typeprint.h".
6188 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6189 (sentinel_frame_this_id): Make static.
6190 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6191 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6192 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6193 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6194 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6195 * maint.c (maintenance_print_architecture): Make static.
6196 * signals/signals.c (_initialize_signals): Add declaration.
6197 * std-regs.c (_initialize_frame_reg): Add declaration.
6198 * jv-exp.y (push_variable): ISO C definition.
6199 (push_qualified_expression_name): Ditto.
6200 * memattr.c (_initialize_mem): Add declaration.
6201 * remote.c (remote_check_watch_resources): Make static.
6202 (remote_stopped_by_watchpoint): Make static.
6203 (remote_stopped_data_address): Make static.
6204 * d10v-tdep.c (nr_dmap_regs): Make static.
6205 (a0_regnum): Make static.
6206 (d10v_frame_unwind_cache): Make static.
6207 (d10v_frame_p): Make static.
6208 * osabi.c (show_osabi): Make static.
6209 (_initialize_gdb_osabi): Add extern declaration.
6210 * gdbtypes.c (make_qualified_type): Make static.
6211 (safe_parse_type): Make static.
6212 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6213 * macrotab.c (macro_bcache_free): Make static.
6214 * interps.c (interp_set_quiet): Make static.
6215 (interpreter_exec_cmd): Make static.
6216 * stack.h (select_frame_command): New file.
6217 * stack.c: Include "stack.h".
6218 (select_frame_command_wrapper): Delete function.
6219 (select_frame_command): Make global.
6220 * infcall.c: Include "infcall.h".
6221 * linespec.c: Include "linespec.h".
6222 * symfile.c (sections_overlap): Make static.
6223 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6224 * charset.c (_initialize_charset): Add missing prototype.
6225 * regcache.c (init_legacy_regcache_descr): Make static.
6226 (do_regcache_xfree): Make static.
6227 (regcache_xfer_part): Make static.
6228 (_initialize_regcache): Add missing prototype.
6229 * breakpoint.c (parse_breakpoint_sals): Make static.
6230 (breakpoint_sals_to_pc): Make static.
6231 * interps.h (clear_interpreter_hooks): ISO C declaration.
6232 * Makefile.in (stack_h): Define.
6233 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6234 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6235
6236 2003-06-08 Andrew Cagney <cagney@redhat.com>
6237
6238 * Makefile.in (d10v-tdep.o): Update dependencies.
6239 (SFILES): Add trad-frame.c.
6240 (trad_frame_h): Define.
6241 (COMMON_OBS): Add trad-frame.o.
6242 (trad-frame.o): Specify dependencies.
6243 * d10v-tdep.c: Include "trad-frame.h".
6244 (saved_regs_unwinder): Delete function.
6245 (d10v_frame_prev_register): Use trad_frame_prev_register.
6246 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6247 trad_frame", delete "regs" and "prev_sp".
6248 (prologue_find_regs): Use trad-frame.
6249 * trad-frame.h, trad-frame.c: New files.
6250
6251 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6252
6253 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6254
6255 2003-06-07 Adam Fedor <fedor@gnu.org>
6256
6257 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6258 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6259 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6260 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6261 resolve_msgsend_super, resolve_msgsend_super_stret):
6262 Use it.
6263
6264 2003-06-07 Andrew Cagney <cagney@redhat.com>
6265
6266 * symfile.h: Re-indent, clean up comments.
6267
6268 2003-06-07 Andrew Cagney <cagney@redhat.com>
6269
6270 * inferior.h (deprecated_write_sp): Replace
6271 generic_target_write_sp.
6272 * regcache.c (deprecated_write_sp): Replace
6273 generic_target_write_sp.
6274 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6275 * vax-tdep.c (vax_gdbarch_init): Update.
6276 * v850-tdep.c (v850_gdbarch_init): Update.
6277 * sparc-tdep.c (sparc_gdbarch_init): Update.
6278 * sh-tdep.c (sh_gdbarch_init): Update.
6279 * s390-tdep.c (s390_gdbarch_init): Update.
6280 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6281 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6282 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6283 * mcore-tdep.c (mcore_gdbarch_init): Update.
6284 * m68k-tdep.c (m68k_gdbarch_init): Update.
6285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6286 * ia64-tdep.c (ia64_gdbarch_init): Update.
6287 * h8300-tdep.c (h8300_gdbarch_init): Update.
6288 * frv-tdep.c (frv_gdbarch_init): Update.
6289 * cris-tdep.c (cris_gdbarch_init): Update.
6290 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6291
6292 2003-06-07 Andrew Cagney <cagney@redhat.com>
6293
6294 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6295 Assert that PC_REGNUM is valid.
6296 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6297
6298 2003-06-07 Andrew Cagney <cagney@redhat.com>
6299
6300 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6301 * gdbarch.h, gdbarch.c: Regenerate.
6302 * mn10300-tdep.c: Include "gdb_assert.h".
6303 (mn10300_read_fp): New function.
6304 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6305 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6306 * ia64-tdep.c: Include "gdb_assert.h".
6307 (ia64_read_fp): New function.
6308 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6309 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6310 * regcache.c (generic_target_read_sp): Delete function.
6311 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6312 * inferior.h (generic_target_read_sp): Delete declaration.
6313 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6314 generic_target_read_sp.
6315 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6316 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6317 * sh-tdep.c (sh_gdbarch_init): Ditto.
6318 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6319 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6320
6321 2003-06-07 Andrew Cagney <cagney@redhat.com>
6322
6323 * gdbarch.sh: Comment each field of startup_gdbarch.
6324 * gdbarch.h, gdbarch.c: Re-generate.
6325
6326 2003-06-07 Andrew Cagney <cagney@redhat.com>
6327
6328 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6329 * gdbarch.h, gdbarch.c: Re-generate.
6330 * regcache.c: Update comments on read_pc et.al.
6331 (generic_target_read_pc): Delete function.
6332 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6333 * inferior.h (generic_target_read_pc): Delete declaration.
6334 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6335 generic_target_read_pc.
6336 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6337 * sh-tdep.c (sh_gdbarch_init): Ditto.
6338 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6339 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6340
6341 2003-06-07 Andrew Cagney <cagney@redhat.com>
6342
6343 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6344 "index" with "special_local_sect". Use strcmp instead of STREQ.
6345 Append period to coments.
6346
6347 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6348
6349 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6350 (elfstab_offset_sections): Likewise.
6351 * gdb-stabs.h (stab_section_info): Likewise.
6352 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6353 * objfiles.c (objfile_relocate): Likewise.
6354 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6355 * remote.c (get_offsets): Likewise.
6356 (remote_cisco_objfile_relocate): Likewise.
6357 * somread.c (som_symfile_offsets): Likewise.
6358 * symfile.c (alloc_section_addr_info): New function.
6359 (build_section_addr_info_from_section_tab): Use it.
6360 (free_section_addr_info): Adjust.
6361 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6362 (syms_from_objfile): Allocate local_addr dynamically.
6363 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6364 dynamically.
6365 (add_symbol_file_command): Allocate sect_opts dynamically.
6366 (reread_symbols): Avoid use of SECT_OFF_MAX.
6367 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6368 (alloc_section_addr_info): Declare it.
6369 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6370 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6371 dynamically.
6372 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6373
6374 2003-06-06 Andrew Cagney <cagney@redhat.com>
6375
6376 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6377 (d10v_frame_unwind_cache): Do not set "return_pc".
6378
6379 2003-06-06 Michael Snyder <msnyder@redhat.com>
6380
6381 * h8300-tdep.c: Make tidy (long lines).
6382
6383 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6384
6385 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6386 to regcache_collect().
6387
6388 2003-06-05 J. Brobecker <brobecker@gnat.com>
6389
6390 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6391 pc_in_sigtramp multiarch method.
6392 (hppa_hpux_som_init_abi): Use it.
6393 (hppa_hpux_elf_init_abi): Likewise.
6394 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6395 macro has been multiarched.
6396 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6397 macro here, as hppa64 isn't multiarched yet.
6398
6399 2003-06-05 Andrew Cagney <cagney@redhat.com>
6400
6401 * Makefile.in (value_h): Add $(frame_h).
6402 * value.h: Include "frame.h".
6403 (struct value): Replace "frame_addr" with "frame_id".
6404 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6405 * values.c (allocate_value): Use VALUE_FRAME_ID.
6406 (value_copy): Use VALUE_FRAME_ID.
6407 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6408 * valops.c (value_assign): Update. Use frame_find_by_id.
6409
6410 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6411
6412 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6413 in each pass.
6414
6415 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6416
6417 * thread-db.c (check_event): For create/death event breakpoints,
6418 loop through all messages to ensure that we read the message
6419 corresponding to the breakpoint we are at.
6420
6421 2003-06-04 Michael Snyder <msnyder@redhat.com>
6422
6423 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6424
6425 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6426
6427 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6428 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6429 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6430 when handling .eh_frame sections.
6431
6432 2003-06-04 J. Brobecker <brobecker@gnat.com>
6433
6434 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6435 prepare_to_proceed procedure instead of the hppa-specific one.
6436 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6437
6438 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6439
6440 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6441 * config.in: Regenerated.
6442 * configure.in: Add test for syscall function and check for
6443 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6444 * configure: Regenerated.
6445 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6446 <sys/syscall.h>.
6447 (kill_lwp): New function that uses tkill syscall or
6448 uses kill, depending on whether threading model is nptl or not.
6449 All callers of kill() changed to use kill_lwp().
6450 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6451 see if all threads have already exited in the nptl model.
6452 (stop_and_resume_callback): New callback function used by the
6453 lin_lwp_wait thread exit handling code.
6454 (stop_wait_callback): Check for threads already having exited and
6455 delete such threads fromt the lwp list when discovered.
6456 (stop_callback): Don't assert retcode of kill call.
6457
6458 Roland McGrath <roland@redhat.com>
6459 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6460 nptl libthread_db.
6461
6462 2003-06-03 Richard Henderson <rth@redhat.com>
6463
6464 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6465 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6466 (alpha_sigtramp_frame_prev_register): Likewise.
6467 (alpha_heuristic_frame_prev_register): Likewise.
6468 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6469
6470 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6471 alpha-specific register id names.
6472 (alpha_mdebug_frame_unwind_cache): Likewise.
6473 (alpha_mdebug_frame_prev_register): Likewise.
6474
6475 2003-06-03 Richard Henderson <rth@redhat.com>
6476
6477 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6478 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6479 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6480 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6481 unwind routines.
6482 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6483 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6484 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6485
6486 * alpha-linux-tdep.c: Remove unnecessary includes.
6487 * Makefile.in (alpha-linux-tdep.o): Update.
6488
6489 2003-06-03 Richard Henderson <rth@redhat.com>
6490
6491 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6492 (alphabsd_fill_fpreg): Likewise.
6493
6494 2003-06-03 J. Brobecker <brobecker@gnat.com>
6495
6496 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6497 references to struct frame_info fields by calls to the equivalent
6498 accessors. Necessary now that frame_info is opaque.
6499
6500 2003-06-03 J. Brobecker <brobecker@gnat.com>
6501
6502 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6503 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6504 structure, field no longer exists.
6505
6506 2003-06-03 J. Brobecker <brobecker@gnat.com>
6507
6508 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6509 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6510
6511 2003-06-03 J. Brobecker <brobecker@gnat.com>
6512
6513 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6514 references to struct frame_info fields by calls to the equivalent
6515 accessors. Necessary now that frame_info is opaque.
6516
6517 2003-06-03 J. Brobecker <brobecker@gnat.com>
6518
6519 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6520 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6521 structure, field no longer exists.
6522
6523 2003-06-03 Theodore A. Roth <troth@openavr.org>
6524
6525 * remote.c (init_remote_state): Compute sizeof_g_packet by
6526 accumulation of the size of all registers instead of blindly using
6527 DEPRECATED_REGISTER_BYTES.
6528
6529 2003-06-03 Michael Snyder <msnyder@redhat.com>
6530
6531 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6532 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6533 for h8300sx.
6534
6535 2003-06-03 J. Brobecker <brobecker@gnat.com>
6536
6537 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6538 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6539
6540 2003-06-03 Andrew Cagney <cagney@redhat.com>
6541
6542 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6543 (sparc_convert_to_raw): Delete function.
6544 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6545 register_convert_to_virtual.
6546
6547 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6548
6549 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6550 layer if not dealing with a statically-linked threaded program.
6551
6552 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6553
6554 * solib.c (solib_open): Update comment to reflect actual search order.
6555
6556 2003-06-03 Andrew Cagney <cagney@redhat.com>
6557
6558 * frame.c (get_frame_memory_signed): New function.
6559 (get_frame_memory, get_frame_memory_unsigned): New function.
6560 (get_frame_arch): New function.
6561 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6562 (get_frame_memory, get_frame_unsigned_memory): Declare.
6563 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6564 get_frame_memory_unsigned and get_frame_arch.
6565 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6566
6567 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6568
6569 * MAINTAINERS (write after approval): Add myself.
6570
6571 2003-06-03 Jim Blandy <jimb@redhat.com>
6572
6573 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6574 elements of gregset_t are 64 bits each, but access registers
6575 are still 32 bits, so they're packed two per gregset_t
6576 element. Unpack/pack them properly.
6577
6578 2003-06-02 David Carlton <carlton@bactrian.org>
6579
6580 * linespec.c (find_methods): Break out code into
6581 add_matching_methods and add_constructors.
6582 (add_matching_methods): New.
6583 (add_constructors): Ditto.
6584
6585 2003-06-02 Andrew Cagney <cagney@redhat.com>
6586
6587 * sparc-tdep.c (sparc_print_registers): Delete call to
6588 REGISTER_CONVERTIBLE.
6589 (sparc_gdbarch_init): Do not set register_convertible.
6590 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6591 * frv-tdep.c (frv_gdbarch_init): Ditto.
6592 * cris-tdep.c (cris_gdbarch_init): Ditto.
6593
6594 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6595
6596 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6597 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6598 (syms_from_objfile): Ditto.
6599
6600 2003-06-03 Andreas Schwab <schwab@suse.de>
6601
6602 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6603 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6604
6605 2003-06-02 Richard Henderson <rth@redhat.com>
6606
6607 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6608 a member of all_reggroup.
6609
6610 2003-06-02 Richard Henderson <rth@redhat.com>
6611
6612 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6613 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6614 (alpha_lds, alpha_sts): New.
6615 (alpha_convert_register_p): Change from _register_convertible.
6616 (alpha_register_to_value): Change from _convert_to_virtual;
6617 restructure and fail for type sizes other than 4 or 8.
6618 (alpha_value_to_register): Similarly.
6619 (alpha_extract_return_value): Use alpha_sts.
6620 (alpha_store_return_value): Use alpha_lds.
6621 (alpha_gdbarch_init): Update hooks.
6622
6623 2003-06-02 Richard Henderson <rth@redhat.com>
6624
6625 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6626 regnum identifiers.
6627 (alpha_sigtramp_register_address): Likewise.
6628
6629 2003-06-02 Richard Henderson <rth@redhat.com>
6630
6631 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6632 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6633 * alpha-tdep.h: Declare them.
6634
6635 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6636 Remove zerobuf. Don't error on UNIQUE.
6637 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6638 (ALPHA_REGSET_UNIQUE): Provide default.
6639 (supply_gregset): Use alpha_supply_int_regs.
6640 (fill_gregset): Use alpha_fill_int_regs.
6641 (supply_fpregset): Use alpha_supply_fp_regs.
6642 (fill_fpregset): Use alpha_fill_fp_regs.
6643 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6644 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6645 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6646 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6647 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6648 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6649
6650 2003-06-02 Richard Henderson <rth@redhat.com>
6651
6652 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6653
6654 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6655 (alpha_store_return_value): Likewise.
6656
6657 2003-06-02 David Carlton <carlton@math.stanford.edu>
6658
6659 * block.c (contained_in): Add 'const' to arguments.
6660 (block_function): Ditto.
6661 * block.h: Update declarations for block_function and
6662 contained_in.
6663
6664 2003-06-02 David Carlton <carlton@math.stanford.edu>
6665
6666 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6667 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6668 * p-valprint.c (pascal_val_print): Ditto.
6669 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6670
6671 2003-06-02 Richard Henderson <rth@redhat.com>
6672
6673 * alpha-tdep.c (alpha_push_dummy_call): Use
6674 builtin_type_ieee_double_little instead of builtin_type_double.
6675
6676 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6677 sign-extension of 32-bit values.
6678 (alpha_store_return_value): Similarly.
6679
6680 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6681 (alpha_extract_return_value): Likewise.
6682 (alpha_store_return_value): Likewise.
6683
6684 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6685 (alpha_store_return_value): Error on IEEE Quad floats.
6686
6687 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6688 (alpha_extract_struct_value_address): Likewise.
6689 (alpha_store_return_value): Likewise.
6690 (alpha_store_struct_return): Remove.
6691 (alpha_gdbarch_init): Update hook registration to match.
6692
6693 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6694 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6695 macros where appropriate.
6696 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6697 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6698
6699 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6700 for SP, GP; void_func_ptr for PC; non-language-specific types
6701 for all others.
6702 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6703
6704 2003-06-02 Richard Henderson <rth@redhat.com>
6705
6706 * top.h (lim_at_start): Declare.
6707 * main.c (captured_main): Set it.
6708 * top.c (lim_at_start): Define.
6709 (command_loop): Use it instead of &environ.
6710 * event-top.c (command_handler): Likewise.
6711
6712 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6713
6714 * mipsnbsd-tdep.c: Update copyright years.
6715 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6716
6717 2003-06-01 Richard Henderson <rth@redhat.com>
6718
6719 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6720 (alpha-linux-tdep.o): Update dependencies.
6721 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6722 * alpha-mdebug-tdep.c: Remove unneeded includes.
6723
6724 2003-06-01 Richard Henderson <rth@redhat.com>
6725
6726 * alpha-tdep.c (alpha_register_reggroup_p): New.
6727 (alpha_gdbarch_init): Register it.
6728
6729 2003-06-02 Andrew Cagney <cagney@redhat.com>
6730
6731 * dwarfread.c: Eliminate "register"
6732 (decode_die_type): Eliminate assignment within "if".
6733 (struct_type, decode_array_element_type): Ditto.
6734 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6735 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6736 (decode_modified_type, completedieinfo): Ditto.
6737 * block.c: Eliminate "register".
6738 (blockvector_for_pc_sect): Eliminate assignment within "if".
6739 * cp-support.h (struct symbol): Opaque declaration.
6740 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6741
6742 2003-06-01 Richard Henderson <rth@redhat.com>
6743
6744 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6745 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6746
6747 2003-06-01 Adam Fedor <fedor@gnu.org>
6748
6749 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6750 * gdbarch.[ch]: Regenerate.
6751 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6752 (hppa_gdbarch_init): Set it in the gdbarch vector.
6753 * i386-tdep.c (i386_fetch_pointer_argument): New
6754 (i386_gdbarch_init): Set it into gdbarch.
6755 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6756 (rs6000_gdbarch_init): Set it in gdbarch.
6757 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6758 (sparc_gdbarch_init): Set it in gdbarch.
6759
6760 2003-06-01 Andrew Cagney <cagney@redhat.com>
6761
6762 * defs.h (extract_address): Delete declaration.
6763 * findvar.c (extract_address): Delete function.
6764 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6765 extract_address with the inline equivalent,
6766 extract_unsigned_integer.
6767 (xstormy16_extract_struct_value_address): Ditto.
6768 (xstormy16_pointer_to_address): Ditto.
6769 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6770 * v850-tdep.c (v850_push_arguments): Ditto.
6771 (v850_extract_return_value): Ditto.
6772 (v850_extract_struct_value_address): Ditto.
6773 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6774 (sparcnbsd_get_longjmp_target_64): Ditto.
6775 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6776 (get_longjmp_target): Ditto.
6777 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6778 (sh64_extract_struct_value_address): Ditto.
6779 (sh_push_arguments): Ditto.
6780 (sh64_push_arguments): Ditto.
6781 * remote-vxsparc.c (vx_read_register): Ditto.
6782 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6783 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6784 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6785 * mipsv4-nat.c (get_longjmp_target): Ditto.
6786 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6787 * mips-nat.c (get_longjmp_target): Ditto.
6788 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6789 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6790 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6791 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6792 * irix5-nat.c (get_longjmp_target): Ditto.
6793 * irix4-nat.c (get_longjmp_target): Ditto.
6794 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6795 (ia64_push_arguments): Ditto.
6796 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6797 * h8300-tdep.c (h8300_push_arguments): Ditto.
6798 (h8300_store_return_value): Ditto.
6799 (h8300_extract_struct_value_address): Ditto.
6800 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6801 (frv_push_arguments): Ditto.
6802 * avr-tdep.c (avr_pointer_to_address): Ditto.
6803 (avr_push_arguments): Ditto.
6804 * arm-tdep.c (arm_push_dummy_call): Ditto.
6805 (arm_get_longjmp_target): Ditto.
6806 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6807 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6808 (alpha_get_longjmp_target): Ditto.
6809
6810 * solib-irix.c (extract_mips_address): Inline extract_address,
6811 replacing it with extract_signed_integer.
6812 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6813 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6814 (first_link_map_member, open_symbol_file_object): Ditto.
6815 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6816 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6817 (LM_NEXT, LM_NAME): Ditto.
6818
6819 2003-06-01 Richard Henderson <rth@redhat.com>
6820
6821 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6822 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6823 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6824 (alpha_cannot_store_register): Likewise.
6825 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6826 * alpha-nat.c (supply_gregset): Likewise.
6827 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6828
6829 2003-06-01 Andrew Cagney <cagney@redhat.com>
6830
6831 * infcall.c (call_function_by_hand): Update comment on
6832 DEPRECATED_DUMMY_WRITE_SP.
6833
6834 * mips-tdep.c (mips_gdbarch_init): Do not set
6835 deprecated_dummy_write_sp.
6836 (mips_eabi_push_dummy_call): Set the SP register.
6837 (mips_o64_push_dummy_call): Set the SP register.
6838 (mips_o32_push_dummy_call): Set the SP register.
6839 (mips_n32n64_push_dummy_call): Set the SP register.
6840
6841 2003-06-01 Richard Henderson <rth@redhat.com>
6842
6843 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6844 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6845 (supply_gregset): Likewise.
6846 * alpha-tdep.c (alpha_store_return_value): Likewise.
6847 (alpha_get_longjmp_target): Likewise.
6848 (alpha_register_name): Constify array.
6849 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6850 deprecated_register_size, deprecated_register_bytes,
6851 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6852 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6853 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6854
6855 2003-06-01 Richard Henderson <rth@redhat.com>
6856
6857 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6858 from arg_reg_buffer to regcache to avoid double conversion.
6859
6860 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6861
6862 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6863 SP_REGNUM.
6864 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6865 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6866
6867 2003-06-01 Richard Henderson <rth@redhat.com>
6868
6869 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6870 (decode_frame_entry): Set it. Skip FDE augmentation.
6871
6872 2003-06-01 Richard Henderson <rth@redhat.com>
6873
6874 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6875 not overlapping PC_REGNUM.
6876
6877 2003-06-01 Richard Henderson <rth@redhat.com>
6878
6879 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6880 alpha_push_arguments. Don't dump argument register data to
6881 the target stack. Fix float and 128-bit long double semantics.
6882 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6883 (alpha_fix_call_dummy): Remove.
6884 (alpha_call_dummy_words): Remove.
6885 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6886
6887 2003-06-01 Richard Henderson <rth@redhat.com>
6888
6889 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6890
6891 2003-06-01 Andrew Cagney <cagney@redhat.com>
6892
6893 * mips-tdep.c (is_mips16_addr): New function.
6894 (make_mips16_addr, unmake_mips16_addr): New functions.
6895 (pc_is_mips16, mips_fetch_instruction): Use.
6896 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6897 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6898 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6899 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6900 TARGET_MIPS.
6901 * config/mips/tm-mips.h: Update copyright.
6902 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6903 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6904 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6905 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6906 (TM_PRINT_INSN_MACH): Delete.
6907 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6908
6909 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6910 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6911 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6912 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6913 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6914 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6915 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6916 mips*-*-riscos* and mips*-*-sysv* onto mips.
6917 * config/mips/mips64.mt: New file.
6918 * config/mips/mips.mt: New file.
6919 * config/mips/littlemips.mt: Delete file.
6920 * config/mips/decstation.mt: Delete file.
6921 * config/mips/vr4300el.mt: Delete file.
6922 * config/mips/vr5000el.mt: Delete file.
6923 * config/mips/vr5000.mt: Delete file.
6924 * config/mips/vr4100.mt: Delete file.
6925 * config/mips/vr4xxxel.mt: Delete file.
6926 * config/mips/vr4300.mt: Delete file.
6927 * config/mips/vr4xxx.mt: Delete file.
6928 * config/mips/bigmips.mt: Delete file.
6929 * config/mips/bigmips64.mt: Delete file.
6930 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6931 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6932 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6933 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6934 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6935 "tm-bigmips.h".
6936 * config/mips/tm-irix3.h: Ditto.
6937 * config/mips/tm-mipsv4.h: Ditto.
6938 * config/mips/tm-embed.h: Ditto.
6939 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6940 "tm-bigmips64.h".
6941 * config/mips/tm-vr5000el.h: Delete file.
6942 * config/mips/tm-tx39l.h: Delete file.
6943 * config/mips/tm-vr4300el.h: Delete file.
6944 * config/mips/tm-vr4xxxel.h: Delete file.
6945 * config/mips/tm-vr4300.h: Delete file.
6946 * config/mips/tm-vr4100.h: Delete file.
6947 * config/mips/tm-vr4xxx.h: Delete file.
6948 * config/mips/tm-vr5000.h: Delete file.
6949 * config/mips/tm-embedl64.h: Delete file.
6950 * config/mips/tm-embedl.h: Delete file.
6951 * config/mips/tm-embed64.h: Delete file.
6952 * config/mips/tm-bigmips64.h: Delete file.
6953 * config/mips/tm-bigmips.h: Delete file.
6954
6955 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6956
6957 Fix gdb/1216.
6958 * shnbsd-nat.c: Include "sh-tdep.h".
6959
6960 From Richard Henderson <rth@redhat.com>:
6961 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6962
6963 2003-05-31 Andrew Cagney <cagney@redhat.com>
6964
6965 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6966 forward declaration.
6967 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6968 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6969 (mips_find_saved_regs): Use set_reg_offset.
6970 (mips_frame_init_saved_regs): Delete function.
6971 (mips_pop_frame): Call mips_find_saved_regs instead of
6972 DEPRECATED_FRAME_INIT_SAVED_REGS.
6973
6974 2003-05-31 Andrew Cagney <cagney@redhat.com>
6975
6976 * mips-tdep.c (mips_gdbarch_init): Do not set
6977 deprecated_max_register_raw_size, register_virtual_size, and
6978 deprecated_max_register_virtual_size.
6979
6980 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6981
6982 * i386-tdep.c: Include "dwarf2-frame.h".
6983 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6984 * Makefile.in (i386-tdep.o): Update dependencies.
6985
6986 * dwarf2-frame.c, dwarf2-frame.h: New files.
6987 * Makefile.in (SFILES): Add dwarf2-frame.c.
6988 (dwarf2_frame_h): Define.
6989 (COMMON_OBS): Add dwarf2-frame.o.
6990 (dwarf2-frame.o): Add dependencies.
6991
6992 2003-05-31 Andreas Jaeger <aj@suse.de>
6993
6994 * x86-64-linux-nat.c: Fix comment.
6995
6996 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6997
6998 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6999 function signature.
7000
7001 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7002 have a sigcontext_addr handler.
7003 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7004 sigcontext_addr handler.
7005
7006 2003-05-31 Andrew Cagney <cagney@redhat.com>
7007
7008 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7009 (print_fp_register_row): Replace do_fp_register_row.
7010 (mips_print_fp_register): Add "file" and "frame" parameters.
7011 (mips_print_register): Add "file" and "frame" parameters.
7012 (mips_print_registers_info): Replace mips_do_registers_info.
7013 (mips_gdbarch_init): Set print_registers_info instead of
7014 deprecated_do_registers_info.
7015 (mips_read_fp_register_single): Add "frame" parameter.
7016 (mips_read_fp_register_double): Add "frame" parameter.
7017
7018 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7019
7020 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7021 Fixes a bug where GDB would print the wrong register names for
7022 targets without SSE.
7023
7024 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7025 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7026 registers.
7027
7028 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7029 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7030 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7031 TDEP->sc_sp_offset.
7032
7033 From Michal Ludvig <mludvig@suse.cz>:
7034 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7035 and `sc_num_regs'.
7036 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7037 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7038 I386_ST0_REGNUM): Move here from...
7039 * i386-tdep.c: ... here.
7040 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7041 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7042 registers if possible.
7043 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7044 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7045 Remove variables.
7046 (i386bsd_sc_reg_offset): New variable.
7047 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7048 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7049 TDEP->sc_sp_offset.
7050 (i386fbsd_sc_reg_offset): New variable.
7051 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7052 TDEP->sc_num_regs.
7053 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7054 variables.
7055 (i386fbsd4_sc_reg_offset): New variable.
7056 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7057 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7058 TDEP->sc_sp_offset.
7059 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7060 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7061 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7062 Remove variables.
7063 (i386nbsd_sc_reg_offset): New variable.
7064 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7065 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7066 TDEP->sc_sp_offset.
7067 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7068 Remove variables.
7069 (i386obsd_sc_reg_offset): New variable.
7070 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7071 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7072 TDEP->sc_sp_offset.
7073 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7074 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7075 for frame pointer offset in `struct sigcontext'.
7076
7077 2003-05-31 Andrew Cagney <cagney@redhat.com>
7078
7079 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7080 architecture methods call_dummy_words, sizeof_call_dummy_words,
7081 push_return_address, store_struct_return, and fix_call_dummy. Set
7082 push_dummy_call instead of deprecated_push_arguments.
7083 (mips_store_struct_return): Delete function.
7084 (mips_fix_call_dummy): Delete function.
7085 (mips_push_return_address): Delete function.
7086 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7087 RA_REGNUM and T9_REGNUM.
7088 (mips_n32n64_push_dummy_call): Ditto for
7089 mips_n32n64_push_arguments.
7090 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7091 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7092
7093 2003-05-31 Andrew Cagney <cagney@redhat.com>
7094
7095 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7096 "dummy_addr" to "bp_addr".
7097 * infcall.c (call_function_by_hand): Pass "funaddr" to
7098 gdbarch_push_dummy_call.
7099 * gdbarch.h, gdbarch.c: Re-generate.
7100 * i386-tdep.c (i386_push_dummy_call): Update.
7101 * arm-tdep.c (arm_push_dummy_call): Update.
7102 * d10v-tdep.c (d10v_push_dummy_call): Update.
7103
7104 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7105
7106 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7107 variable declarations.
7108 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7109 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7110 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7111 x86_64_init_frame_pc, x86_64_init_frame_pc,
7112 x86_64_function_has_prologue): Remove prototypes.
7113 (X86_64_NUM_GREGS): New define.
7114 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7115 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7116 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7117 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7118 XMM1_REGNUM): Remove defines.
7119 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7120 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7121 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7122 X86_64_XMM1_REGNUM): New defines.
7123 (struct x86_64_register_info): Renamed from `struct
7124 register_info'. Remove `size' member.
7125 (x86_64_register_info_table): Remove variable.
7126 (x86_64_register_info): New variable.
7127 (X86_64_NUM_REGS): New define.
7128 (X86_64_NUM_GREGS): Remove define.
7129 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7130 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7131 Remove variables.
7132 (x86_54_dwarf2_reg_to_regnum): Remove function.
7133 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7134 (x86_64_dwarf_reg_to_regnum): New function.
7135 (x86_64_register_name): Rewrite.
7136 (x86_64_register_raw_size): Remove function.
7137 (x86_64_register_byte_table): Remove variable.
7138 (x86_64_register_byte): Remove function.
7139 (x86_64_register_virtual_type): Remove function.
7140 (x86_64_register_type): New function.
7141 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7142 x86_64_register_convert_to_raw): Remove functions.
7143 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7144 (x86_64_use_struct_convention): Make static. Adjust for renamed
7145 defines.
7146 (x86_64_frame_init_saved_regs): Remove function.
7147 (x86_64_push_arguments): Make static. Change to accept a regcache
7148 as argument.
7149 (x86_64_store_return_value, x86_64_extract_return_value): Make
7150 static. Rewrite based on i386 counterparts.
7151 (x86_64_push_dummy_call): New function.
7152 (X86_64_NUM_SAVED_REGS): New define.
7153 (x86_64_register_number): Remove function.
7154 (x86_64_store_struct_return): Remove function.
7155 (x86_64_frameless_function_invocation,
7156 x86_64_function_has_prologue): Remove functions.
7157 (PROLOG_BUFSIZE): Remove define.
7158 (struct x86_64_frame_cache): New structure.
7159 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7160 x86_64_frame_cache, x86_64_frame_this_id,
7161 x86_64_frame_prev_register, x86_64_frame_p,
7162 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7163 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7164 functions.
7165 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7166 variables.
7167 (x86_64_skip_prologue): Rewrite in terms of
7168 x86_64_analyze_prologue.
7169 (x86_64_frame_base_address): New function.
7170 (x86_64_frame_base): New variable.
7171 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7172 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7173 set deprecated_fp_regnum, deprecated_register_size,
7174 deprecated_register_bytes, register_raw_size, register_byte,
7175 register_virtual_type, register_convertiable,
7176 register_convert_to_virtual, convert_to_raw,
7177 deprecated_get_saved_register, deprecated_target_read_fp,
7178 deprecated_push_arguments, deprecated_push_return_address,
7179 deprecated_pop_frame, deprecated_store_struct_return,
7180 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7181 frameless_function_invocation, deprecated_frame_saved_pc,
7182 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7183 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7184 deprecated_init_frame_pc and virtual_frame_pointer. Call
7185 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7186 and x86_64_frame_p. Call frame_base_set_default to register
7187 x86_64_frame_base.
7188 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7189 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7190 (_initialize_x86_64_tdep): Remove function.
7191 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7192 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7193 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7194 define.
7195 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7196 (x86_64_linux_sigcontext_addr): Rewrite.
7197 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7198 x86_64_linux_frame_saved_pc): Remove functions.
7199 (x86_64_linux_pc_in_sigtramp): Renamed from
7200 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7201 trampoline.
7202 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7203 Remove_functions.
7204 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7205 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7206 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7207 (x86_64_regmap): Rename to regmap.
7208 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7209 x86_64_num_gregs.
7210 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7211 x86_64_regmap.
7212 (x86_64_fxsave_offset): Remove function.
7213 (supply_fpregset): Simply call x86_64_supply_fxsave.
7214 (fill_fpregset): Simply call x86_64_fill_fxsave.
7215 (fetch_inferior_registers, store_inferior_registers): Avoid
7216 asignment in if-statement.
7217 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7218 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7219 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7220 (fetch_core_registers): Remove function.
7221 (linux_elf_core_fns): Remove.
7222 (offsetoff): Don't define.
7223 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7224 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7225 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7226 add core-regset.o.
7227 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7228 protection against multiple includes instead of NM_X86_64_h. Add
7229 various comments. Include "config/nm-linux.h". Don't include
7230 <signal.h>.
7231 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7232 GET_THREAD_SIGNALS): Remove defines.
7233 (x86_64_register_u_addr, kernel_u_size,
7234 lin_thread_get_thread_signals): Remove prototypes.
7235 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7236 [HAVE_LINK_H]: Don't include "solib.h".
7237 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7238 * config/i386/tm-x86-64linux.h: Fix comments.
7239 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7240 x86-64-tdep.o): Update dependencies.
7241
7242 2003-05-30 Andrew Cagney <cagney@redhat.com>
7243
7244 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7245 Change parameter type to a "struct regcache *".
7246
7247 * gdbarch.sh: Regardless of the multi-arch level, always define
7248 the macro when not already defined.
7249 * gdbarch.h, gdbarch.c: Re-generate.
7250
7251 2003-05-30 Richard Henderson <rth@redhat.com>
7252
7253 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7254 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7255 (alpha_mdebug_frame_this_id): Likewise.
7256 (alpha_mdebug_frame_prev_register): Likewise.
7257 (alpha_mdebug_frame_base_address): Likewise.
7258 (alpha_mdebug_frame_locals_address): Likewise.
7259 (alpha_mdebug_frame_args_address): Likewise.
7260 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7261 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7262 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7263 loop increment.
7264 (alpha_heuristic_frame_this_id): Make static.
7265 (alpha_heuristic_frame_prev_register): Likewise.
7266 (alpha_heuristic_frame_base_address): Likewise.
7267 * alpha-tdep.h: Update.
7268
7269 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7270
7271 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7272 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7273 defenitions.
7274 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7275 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7276 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7277 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7278 I386_ST0_REGNUM): New defines.
7279 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7280 codestream_get): Remove define.
7281 (codestream_next_addr, condestream_addr, condestream_buf,
7282 codestream_off, codestream_cnt): Remove variables.
7283 (codestream_fill, codestream_seek, codestream_read): Remove
7284 functions.
7285 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7286 functionality.
7287 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7288 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7289 i386_frame_saved_pc, i386_saved_pc_after_call,
7290 i386_frame_num_args, i386_frame_init_saved_regs,
7291 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7292 i386_push_arguments): Remove functions.
7293 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7294 functionality. Use i386_analyze_prologue instead of
7295 i386_get_frame_setup.
7296 (I386_NUM_SAVED_REGS): New define.
7297 (struct i386_frame_cache): New structure.
7298 (i386_alloc_frame_cache, i386_analyze_struct_return,
7299 i386_skip_probe, i386_analyze_frame_setup,
7300 i386_analyze_register_saves, i386_analyze_prologue,
7301 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7302 i386_frame_prev_register, i386_sigtramp_frame_cache,
7303 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7304 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7305 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7306 New functions.
7307 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7308 New variables.
7309 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7310 I386_EAX_REGNUM and I386_EDX_REGNUM.
7311 (i386_extract_return_value, i386_store_return_value): Use
7312 I386_ST0_REGNUM where appropriate.
7313 (i386_extract_struct_value_address): Rewrite to use extract_address.
7314 (i386_svr4_pc_in_sigtramp): Add comment.
7315 (i386_svr4_sigcontext_addr): Rewrite.
7316 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7317 TDEP->sc_sp_offset.
7318 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7319 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7320 of new defines. Set push_dummy_call, don't set
7321 deprecated_push_arguments, deprecated_push_return_address,
7322 deprecated_pop_frame. Don't set parm_boundary. Don't set
7323 deprecated_frame_chain, deprecated_frame_saved_pc,
7324 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7325 save_dummy_frame_tos, unwind_pc. Call
7326 frame_unwind_append_predicate and frame_base_set_default. Don't
7327 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7328 Don't set frameless_function_invocation. Don't set
7329 deprecated_register_bytes, deprecated_register_size,
7330 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7331 * i386-linux-tdep.c: Fix formatting in some comments.
7332 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7333 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7334 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7335 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7336 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7337 redundant parentheses.
7338 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7339 (i386_linux_sigcontext_addr): Use it. Rewrite.
7340 (find_minsym_and_objfile): Change name of second argument.
7341 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7342 changed. Use frame_pc_unwind instead of
7343 DEPRECATED_SAVED_PC_AFTER_CALL.
7344 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7345 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7346 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7347 unwinder.
7348 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7349 "dummy-frame.h".
7350 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7351 (_initialize_i386_cygwin_tdep): New prototype.
7352 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7353 deprecated_frame_chain_valid.
7354 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7355 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7356 Rely on the SVR4 defaults.
7357 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7358 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7359
7360 2003-05-30 Andrew Cagney <cagney@redhat.com>
7361
7362 * infcall.c (call_function_by_hand): Always call
7363 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7364
7365 2003-05-30 Richard Henderson <rth@redhat.com>
7366
7367 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7368 increment.
7369
7370 2003-05-29 Jim Blandy <jimb@redhat.com>
7371
7372 Use gdbarch methods for solib stuff on PowerPC Linux.
7373 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7374 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7375 show through.
7376 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7377 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7378 giving the same effect as the #definitions above.
7379
7380 2003-05-29 Adam Fedor <fedor@gnu.org>
7381
7382 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7383 (find_implementation_from_class): Replace it with the standard
7384 case i.e. do nothing.
7385
7386 2003-05-29 Richard Henderson <rth@redhat.com>
7387
7388 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7389 (alpha_linux_sigtramp_offset): Use it. Make static.
7390 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7391 update for new frame model.
7392 * alpha-mdebug-tdep.c: New file.
7393 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7394 (alpha_osf1_init_abi): Install it.
7395 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7396 (linked_proc_desc_table): Remove.
7397 (alpha_frame_past_sigtramp_frame): Remove.
7398 (alpha_dynamic_sigtramp_offset): Remove.
7399 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7400 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7401 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7402 (push_sigtramp_desc): Remove.
7403 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7404 (alpha_cannot_store_register): Likewise.
7405 (alpha_sigcontext_addr): Remove.
7406 (alpha_find_saved_regs): Remove.
7407 (alpha_frame_init_saved_regs): Remove.
7408 (alpha_init_frame_pc_first): Remove.
7409 (read_next_frame_reg): Remove.
7410 (alpha_frame_saved_pc): Remove.
7411 (alpha_saved_pc_after_call): Remove.
7412 (temp_proc_desc, temp_saved_regs): Remove.
7413 (alpha_about_to_return): Remove.
7414 (cached_proc_desc): Remove.
7415 (alpha_frame_chain): Remove.
7416 (alpha_print_extra_frame_info): Remove.
7417 (alpha_init_extra_frame_info): Remove.
7418 (alpha_frame_locals_address): Remove.
7419 (alpha_frame_args_address): Remove.
7420 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7421 (alpha_push_dummy_frame): Remove.
7422 (alpha_pop_frame): Remove.
7423 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7424 (alpha_read_insn): New.
7425 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7426 for different insn encodings.
7427 (alpha_in_lenient_prologue): Remove.
7428 (struct alpha_sigtramp_unwind_cache): New.
7429 (alpha_sigtramp_frame_unwind_cache): New.
7430 (alpha_sigtramp_register_address): New.
7431 (alpha_sigtramp_frame_this_id): New.
7432 (alpha_sigtramp_frame_prev_register): New.
7433 (alpha_sigtramp_frame_unwind): New.
7434 (alpha_sigtramp_frame_p): New.
7435 (struct alpha_heuristic_unwind_cache): New.
7436 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7437 don't count nop insns that occur between functions.
7438 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7439 heuristic_proc_desc, but without the mdebug wrapping.
7440 (alpha_heuristic_frame_this_id): New.
7441 (alpha_heuristic_frame_prev_register): New.
7442 (alpha_heuristic_frame_unwind): New.
7443 (alpha_heuristic_frame_p): New.
7444 (alpha_heuristic_frame_base_address): New.
7445 (alpha_heuristic_frame_base): New.
7446 (alpha_unwind_dummy_id): New.
7447 (alpha_unwind_pc): New.
7448 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7449 frame related deprecated initializations; install replacements.
7450 (alpha_dump_tdep): Remove.
7451 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7452 (alpha_read_insn, alpha_after_prologue,
7453 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7454 alpha_heuristic_frame_prev_register,
7455 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7456 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7457 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7458 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7459
7460 2003-05-29 Andrew Cagney <cagney@redhat.com>
7461
7462 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7463 dependant on the availability of ASSERT_FUNCTION.
7464 (ASSERT_FUNCTION): Do not define when there is no function name.
7465
7466 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7467
7468 From Jimi X <jimix@watson.ibm.com>:
7469 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7470
7471 2003-05-28 Jim Blandy <jimb@redhat.com>
7472
7473 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7474 argument to ptrace to int; the system headers should give it the
7475 right type, and pointers don't fit in ints on powerpc64-*-*.
7476
7477 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7478
7479 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7480 DW_TAG_catch_block.
7481
7482 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7483
7484 * stabsread.c (dbx_lookup_type): Make static.
7485 (read_type): Ditto.
7486 (add_undefined_type): Ditto.
7487 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7488 not export.
7489
7490 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7491
7492 * hpread.c (hpread_has_name): Make static.
7493 (hpread_psymtab_to_symtab): Ditto.
7494 (file_exists): Ditto.
7495 (hpread_call_pxdb): Ditto.
7496 (hpread_pxdb_needed): Ditto.
7497 (hpread_quick_traverse): Ditto.
7498 (hpread_get_header): Ditto.
7499 (hpread_get_lntt): Ditto.
7500 (hpread_get_slt): Ditto.
7501 (class_of): Ditto.
7502
7503 2003-05-25 Andreas Schwab <schwab@suse.de>
7504
7505 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7506 stack_align and deprecated_extra_stack_alignment_needed.
7507 (m68k_stack_align): Delete.
7508
7509 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7510 (m68k_register_virtual_size): Likewise.
7511 (altos_skip_prologue): Remove obsolete function.
7512 (isi_frame_num_args): Likewise.
7513 (news_frame_num_args): Likewise.
7514 (m68k_fix_call_dummy): Make static.
7515 (m68k_push_dummy_frame): Likewise.
7516 (m68k_pop_frame): Likewise.
7517 (m68k_skip_prologue): Likewise.
7518 (m68k_frame_init_saved_regs): Likewise.
7519 (m68k_saved_pc_after_call): Likewise.
7520 (m68k_get_longjmp_target): Make multi-arch.
7521 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7522 structure. Register m68k_get_longjmp_target if enabled.
7523 * m68k-tdep.h (struct gdbarch_tdep): Define.
7524 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7525
7526 * Makefile.in (config.status): Also depend on configure.tgt
7527 and configure.host.
7528 (m68klinux-tdep.o): Update dependencies.
7529 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7530 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7531 (M68K_LINUX_JB_PC): Define.
7532 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7533 and take additional parameter.
7534 (m68k_linux_sigtramp_saved_pc): Update.
7535 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7536 m68k_linux_pc_in_sigtramp, in_plt_section,
7537 find_solib_trampoline_target.
7538 * config/m68k/tm-linux.h: Don't include any tm headers.
7539 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7540 (JB_ELEMENT_SIZE): Likewise.
7541 (JB_PC): Likewise.
7542 (GET_LONGJMP_TARGET): Likewise.
7543 (IN_SIGTRAMP): Likewise.
7544 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7545
7546 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7547
7548 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7549 (sparc32_push_arguments): Re-implement by calling
7550 sparc32_do_push_arguments.
7551
7552 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7553
7554 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7555 SPARC_O1_REGNUM): New defines.
7556 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7557 (sparc32_store_return_value): New function.
7558 (sparc_extract_struct_value_address): Rewrite to operate on a
7559 regcache.
7560 (sparc_gdbarch_init): Don't set
7561 deprecated_extract_struct_value_address. Set
7562 extract_struct_value_address instead. Don't set
7563 deprecated_extract_return_value and deprecated_store_return_value
7564 for 32-bit targets. Set extract_return_value and
7565 store_return_value instead.
7566 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7567 DEPRECTAED_EXTRACT_RETURN_VALUE,
7568 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7569 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7570 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7571 (sparc_store_return_value): Remove prototype.
7572 (sparc32_store_return_value): New prototype.
7573 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7574 Adjust prototypes.
7575
7576 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7577
7578 * sparcnbsd-tdep.c: Include "gdb_string.h".
7579
7580 2003-05-23 Andrew Cagney <cagney@redhat.com>
7581
7582 * p-valprint.c (pascal_val_print): Replace extract_address with
7583 the inline equivalent extract_unsigned_integer.
7584 * jv-valprint.c (java_value_print): Ditto.
7585 * ada-valprint.c (ada_val_print_1): Ditto.
7586 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7587
7588 2003-05-23 Theodore A. Roth <troth@openavr.org>
7589
7590 * blockframe.c (frameless_look_for_prologue): Remove unused
7591 after_prologue variable.
7592
7593 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7594
7595 * blockframe.c (get_pc_function_start): Rewrite to avoid
7596 asignments in if-statements.
7597
7598 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7599
7600 Committed by Elena Zannoni <ezannoni@redhat.com>.
7601 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7602 files, don't relocate absolute symbols (and do use mst_abs).
7603
7604 2003-05-23 Andrew Cagney <cagney@redhat.com>
7605
7606 * objc-lang.c: Include "gdb_assert.h".
7607 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7608 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7609 (gdb_check, gdb_check_fatal): Delete functions.
7610 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7611 gdb_assert.
7612 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7613 * Makefile.in (objc-lang.o): Update dependencies.
7614
7615 2003-05-22 Ian Lance Taylor <ian@airs.com>
7616
7617 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7618 with fprintf_filtered, not fprintf_unfiltered.
7619
7620 2003-05-22 Andrew Cagney <cagney@redhat.com>
7621
7622 * stack.c (frame_info): Inline extract_address, replacing it with
7623 extract_unsigned_integer.
7624 * findvar.c (unsigned_pointer_to_address): Ditto.
7625 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7626 * dwarf2expr.c (dwarf2_read_address): Ditto.
7627 * frame.c (frame_pc_unwind): Update comment.
7628 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7629
7630 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7631
7632 * infptrace.c (detach): Call print_sys_errmsg rather than
7633 perror_with_name to issue warning message when errno is non-zero
7634 after calling ptrace detach.
7635
7636 2003-05-21 J. Brobecker <brobecker@gnat.com>
7637
7638 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7639 macro definitions from here...
7640 * hppa-tdep.c: ...to there.
7641
7642 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7643
7644 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7645 register_ptrace_addr(). Fix all callers.
7646
7647 2003-05-21 Andreas Schwab <schwab@suse.de>
7648
7649 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7650 dependencies.
7651 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7652 end.
7653 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7654 (_initialize_m68k_linux_tdep): New function.
7655 (m68k_linux_frame_saved_pc): Make static.
7656 (m68k_linux_extract_return_value): Likewise.
7657 (m68k_linux_store_return_value): Likewise.
7658 (m68k_linux_extract_struct_value_address): Likewise.
7659 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7660 Remove.
7661 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7662 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7663 (DEPRECATED_FRAME_SAVED_PC): Remove.
7664
7665 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7666
7667 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7668 regset numbering rather than our own.
7669
7670 2003-05-19 David Carlton <carlton@bactrian.org>
7671
7672 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7673
7674 2003-05-19 David Carlton <carlton@bactrian.org>
7675
7676 Partial fix for PR c++/827.
7677 * cp-support.h: Include symtab.h.
7678 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7679 * cp-namespace.c: Update contributors.
7680 (cp_lookup_symbol_nonlocal): New.
7681 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7682 (lookup_symbol_file): Ditto.
7683 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7684 * block.h: Declare block_scope, block_using, block_global_block.
7685 * block.c (block_scope): New.
7686 (block_using, block_global_block): Ditto.
7687 * Makefile.in (cp_support_h): Depend on symtab_h.
7688 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7689
7690 2003-05-19 David Carlton <carlton@bactrian.org>
7691
7692 * language.h (struct language_defn): Add 'la_value_of_this'
7693 and 'la_lookup_symbol_nonlocal' members.
7694 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7695 lookup_symbol_static, lookup_symbol_global,
7696 lookup_symbol_aux_block.
7697 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7698 if we should search fields of this and how to do static/global
7699 lookup.
7700 (lookup_symbol_aux_block): Make extern.
7701 (basic_lookup_symbol_nonlocal): New.
7702 (lookup_symbol_static, lookup_symbol_global): Ditto.
7703 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7704 'la_lookup_symbol_nonlocal' members.
7705 * c-lang.c (c_language_defn, cplus_language_defn)
7706 (asm_language_defn, minimal_language_defn): Ditto.
7707 * jv-lang.c (java_language_defn): Ditto.
7708 * language.c (unknown_language_defn, auto_language_defn)
7709 (local_language_defn): Ditto.
7710 * m2-lang.c (m2_language_defn): Ditto.
7711 * objc-lang.c (objc_language_defn): Ditto.
7712 * scm-lang.c (scm_language_defn): Ditto.
7713 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7714 * p-lang.c (pascal_language_defn): Ditto for both.
7715 * Makefile.in (f-lang.o): Depend on value_h.
7716 (p-lang.o): Ditto.
7717
7718 2003-05-19 David Carlton <carlton@bactrian.org>
7719
7720 * block.h: Declare block_static_block.
7721 * block.c (block_static_block): New.
7722 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7723 lookup_symbol_aux_local, calling block_static_block instead.
7724 (lookup_symbol_aux_local): Delete 'static_block' argument.
7725
7726 2003-05-19 David Carlton <carlton@bactrian.org>
7727
7728 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7729
7730 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7731
7732 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7733 register numbers mapping.
7734
7735 2003-05-18 Adam Fedor <fedor@gnu.org>
7736
7737 * symtab.c (completion_list_objc_symbol): New function.
7738 (make_symbol_completion_list): Use it to add ObjC symbols
7739 when looking though the list.
7740 (language_search_unquoted_string): New function.
7741 (make_file_symbol_completion_list): Use it.
7742
7743 2003-05-18 Andreas Schwab <schwab@suse.de>
7744
7745 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7746 dependencies.
7747 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7748 as m68k_linux_extract_return_value.
7749 (DEPRECATED_STORE_RETURN_VALUE): Define as
7750 m68k_linux_store_return_value.
7751 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7752 m68k_linux_extract_struct_value_address.
7753 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7754 get_next_frame, get_frame_base, get_frame_pc.
7755 (m68k_linux_frame_saved_pc): Use get_frame_base.
7756 (m68k_linux_extract_return_value): New function.
7757 (m68k_linux_store_return_value): New function.
7758 (m68k_linux_extract_struct_value_address): New function.
7759 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7760
7761 * c-exp.y (typebase): Remove duplicate occurence of
7762 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7763 of lookup_signed_typename.
7764
7765 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7766
7767 * dwarf2loc.c (find_location_expression): Change type of second
7768 argument to `size_t *'.
7769 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7770 for size variable.
7771
7772 2003-05-18 David Carlton <carlton@bactrian.org>
7773
7774 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7775 'linkage_name'. Add comment.
7776 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7777 'linkage_name'.
7778 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7779 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7780 (lookup_block_symbol): Ditto.
7781
7782 2003-05-16 Andrew Cagney <cagney@redhat.com>
7783
7784 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7785 * gdbarch.h, gdbarch.c: Re-generate.
7786 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7787 * TODO (REGISTER_BYTES): Delete reference.
7788 * alpha-tdep.c (alpha_gdbarch_init): Update.
7789 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7790 * x86-64-tdep.c (x86_64_init_abi): Update.
7791 * vax-tdep.c (vax_gdbarch_init): Update.
7792 * v850-tdep.c (v850_gdbarch_init): Update.
7793 * sparc-tdep.c (sparc_gdbarch_init): Update.
7794 * sh-tdep.c (sh_gdbarch_init): Update.
7795 * s390-tdep.c (s390_gdbarch_init): Update.
7796 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7797 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7798 (ns32k_gdbarch_init_32382): Update.
7799 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7800 * mcore-tdep.c (mcore_gdbarch_init): Update.
7801 * m68k-tdep.c (m68k_gdbarch_init): Update.
7802 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7803 * ia64-tdep.c (ia64_gdbarch_init): Update.
7804 * i386-tdep.c (i386_gdbarch_init): Update.
7805 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7806 * hppa-tdep.c (hppa_gdbarch_init): Update.
7807 * h8300-tdep.c (h8300_gdbarch_init): Update.
7808 * frv-tdep.c (frv_gdbarch_init): Update.
7809 * cris-tdep.c (cris_gdbarch_init): Update.
7810 * avr-tdep.c (avr_gdbarch_init): Update.
7811 * arm-tdep.c (arm_gdbarch_init): Update.
7812 * sparc-tdep.c (sparc_pop_frame): Update.
7813 * rs6000-tdep.c (rs6000_pop_frame): Update.
7814 * remote.c (init_remote_state): Update.
7815 (remote_prepare_to_store): Update.
7816 * remote-vx.c (vx_prepare_to_store): Update.
7817 * remote-sds.c (sds_fetch_registers): Update.
7818 (sds_prepare_to_store): Update.
7819 * remote-array.c: Update.
7820 * regcache.c (init_legacy_regcache_descr): Update.
7821 (init_regcache_descr): Update.
7822 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7823 (mips_o64_extract_return_value): Update.
7824 * irix5-nat.c (fetch_core_registers): Update.
7825 * irix4-nat.c (fetch_core_registers): Update.
7826 * i386-tdep.h: Update.
7827 * hppa-tdep.c (pa_do_registers_info): Update.
7828 (pa_do_strcat_registers_info): Update.
7829 * cris-tdep.c (cris_register_bytes_ok): Update.
7830 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7831 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7832 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7833 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7834 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7835 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7836 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7837 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7838 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7839 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7840 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7841 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7842 (REGISTER_BYTES_OK): Update.
7843 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7844 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7845
7846 2003-05-16 Ian Lance Taylor <ian@airs.com>
7847
7848 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7849 (vax_print_insn, print_insn_arg): Remove static functions.
7850 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7851 print_insn_vax from opcodes library.
7852 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7853
7854 2003-05-15 Andrew Cagney <cagney@redhat.com>
7855
7856 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7857 * target.h (memory_breakpoint_from_pc): Delete declaration.
7858 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7859 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7860 * monitor.c (monitor_insert_breakpoint): Use
7861 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7862 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7863 * gdbarch.h, gdbarch.c: Re-generate.
7864 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7865 (sparc_gdbarch_init): Set breakpoint_from_pc to
7866 sparc_breakpoint_from_pc.
7867 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7868 (BREAKPOINT_FROM_PC): Define.
7869 (sparc_breakpoint_from_pc): Declare.
7870 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7871 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7872 (BREAKPOINT_FROM_PC): Define.
7873 (BREAKPOINT): Delete macro.
7874 * target.h: Update comment.
7875 * s390-tdep.c (s390_gdbarch_init): Update comments.
7876 * remote.c: Update comments.
7877 * remote-mips.c: Update comments.
7878 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7879 * mem-break.c: Update comment.
7880 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7881 (ia64_memory_insert_breakpoint): Update.
7882 * config/sparc/tm-sparc.h: Update comment.
7883 * config/pa/tm-hppa64.h: Update comment.
7884 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7885 (rs6000_breakpoint_from_pc): Update.
7886 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7887 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7888 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7889 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7890 (mips_breakpoint_from_pc): Update.
7891 (mips_dump_tdep): Update.
7892
7893 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7894 * minsyms.c (lookup_minimal_symbol): Inline
7895 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7896
7897 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7898 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7899 * p-lang.c (pascal_printstr): Ditto.
7900 * objc-lang.c (objc_printstr): Ditto.
7901 * m2-lang.c (m2_printstr): Ditto.
7902 * jv-valprint.c (java_print_value_fields): Ditto.
7903 * f-lang.c (f_printstr): Ditto.
7904 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7905 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7906 for repeat_count_threshold.
7907 * Makefile.in (cp-valprint.o): Update dependencies.
7908
7909 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7910
7911 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7912 (examine_prologue): Support looking through leaf functions, knowing
7913 they start with mov r2,r12. Support skipping over indirect stores
7914 of the input registers. Upon hitting a non-nop branch instruction
7915 or predicated instruction, bail out by setting lim_pc to the current
7916 pc value in the loop. At the end, if the lim_pc value is still
7917 beyond our calculated value and we have trust_limit set,
7918 use the lim_pc value.
7919
7920 2003-05-15 Andrew Cagney <cagney@redhat.com>
7921
7922 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7923 generic_find_dummy_frame.
7924 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7925 (deprecated_generic_find_dummy_frame): Update.
7926 (deprecated_read_register_dummy): Update.
7927 * frame.c (deprecated_generic_get_saved_register): Update.
7928
7929 2003-05-15 Theodore A. Roth <troth@openavr.org>
7930
7931 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7932 (avr_gdbarch_init): Set breakpoint_from_pc method.
7933
7934 2003-05-15 Andrew Cagney <cagney@redhat.com>
7935
7936 * regcache.c (build_regcache): Set deprecated_register_valid
7937 directly.
7938 (deprecated_grub_regcache_for_register_valid): Delete function.
7939 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7940 declaration.
7941
7942 2003-05-15 David Carlton <carlton@bactrian.org>
7943
7944 Committed by Elena Zannoni <ezannoni@redhat.com>
7945 * symtab.c (lookup_symbol_aux): Delete calls to
7946 lookup_symbol_aux_minsyms.
7947 (lookup_symbol_aux_minsyms): Comment out function and
7948 prototype. Delete lookup by mangled name.
7949
7950 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7951
7952 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7953 correctly indicate an empty stack and ``stack_allocated'' to the
7954 indicate the number of elements initially allocated.
7955 (dwarf_expr_grow_stack): Simplify method for computing new
7956 stack size. Don't loop infinitely if ``stack_len'' is zero.
7957 (execute_stack_op): Move ``ctx->in_reg'' initialization
7958 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7959 be used in conjuction with DW_OP_piece. Revise error message
7960 accordingly.
7961
7962 2003-05-14 Theodore A. Roth <troth@openavr.org>
7963
7964 * MAINTAINERS: Update my email address.
7965 * avr-tdep.c: Ditto.
7966
7967 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7968
7969 * symtab.h (enum domain_enum): Rename from namespace_enum.
7970 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7971 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7972 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7973 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7974 TYPES_NAMESPACE, METHODS_NAMESPACE.
7975 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7976 (struct symbol, struct partial_symbol): Rename field
7977 'namespace_enum namespace' to 'domain_enum domain'.
7978 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7979 Delete old define kludge for namespace.
7980
7981 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7982 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7983 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7984 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7985 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7986 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7987 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7988 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7989 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7990 occurrences of the above.
7991
7992 2003-05-14 Ian Lance Taylor <ian@airs.com>
7993
7994 * Makefile.in (install-only): Use $(SHELL) when running
7995 mkinstalldirs.
7996
7997 2003-05-13 Ian Lance Taylor <ian@airs.com>
7998
7999 * MAINTAINERS (write after approval): Add myself.
8000
8001 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8002 second and third arguments.
8003 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8004 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8005
8006 2003-05-13 Andrew Cagney <cagney@redhat.com>
8007
8008 * defs.h (store_address): Delete declaration.
8009 findvar.c (store_address): Delete function.
8010 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8011 store_unsigned_integer.
8012 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8013 * v850-tdep.c (v850_push_arguments): Ditto.
8014 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8015 * sh-tdep.c (sh64_get_saved_register): Ditto.
8016 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8017 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8018 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8019 (mips_get_saved_register): Ditto.
8020 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8021 (find_func_descr, ia64_push_arguments): Ditto.
8022 * i386-tdep.c (i386_push_arguments): Ditto.
8023 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8024 * frv-tdep.c (frv_push_arguments): Ditto.
8025 * frame.c (legacy_saved_regs_prev_register): Ditto.
8026 (deprecated_generic_get_saved_register): Ditto.
8027 * findvar.c (unsigned_address_to_pointer): Ditto.
8028 * dwarf2read.c (dwarf2_const_value): Ditto.
8029 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8030 * alpha-tdep.c (alpha_push_arguments): Ditto.
8031
8032 2003-05-12 J. Brobecker <brobecker@gnat.com>
8033
8034 * NEWS: Mention that the hppa-hpux port has been partially
8035 multiarched (32bit ABIT only, so far).
8036
8037 2003-05-11 Andrew Cagney <cagney@redhat.com>
8038
8039 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8040 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8041 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8042 sim/testsuite/sim/arm/misaligned2.ms, and
8043 sim/testsuite/sim/arm/misaligned3.ms.
8044 * disasm.h (struct ui_file): Add opaque struct declaration.
8045 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8046 * frame.h (struct ui_file): Ditto.
8047
8048 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8049
8050 * value.h: Pretty print.
8051
8052 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8053
8054 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8055
8056 2003-05-08 Andrew Cagney <cagney@redhat.com>
8057
8058 * regcache.h (max_register_size): Delete declaration.
8059 * regcache.c (max_register_size): Delete function.
8060 (struct regcache_descr): Delete field "max_register_size".
8061 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8062 registers fit in MAX_REGISTER_SIZE.
8063 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8064 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8065 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8066 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8067 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8068 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8069 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8070 * dve3900-rom.c, hppa-tdep.c: Ditto.
8071
8072 2003-05-08 David Carlton <carlton@math.stanford.edu>
8073
8074 * valops.c (push_word): Fix typo.
8075
8076 2003-05-08 Andrew Cagney <cagney@redhat.com>
8077
8078 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8079 * gdbarch.h: Re-generate.
8080 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8081 (legacy_max_register_raw_size): Delete declaration.
8082 * regcache.c (legacy_max_register_raw_size): Delete function.
8083 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8084 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8085 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8086 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8087 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8088 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8089 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8090 * findvar.c, dwarf2cfi.c: Ditto.
8091
8092 2003-05-08 Andrew Cagney <cagney@redhat.com>
8093
8094 * mips-tdep.c (read_signed_register): New function, moved to here
8095 from "regcache.c".
8096 (read_signed_register_pid): Ditto.
8097 * regcache.c (read_signed_register_pid): Delete function, moved to
8098 "mips-tdep.c".
8099 (read_signed_register): Ditto.
8100 * regcache.h (read_signed_register): Delete declaration.
8101 (read_signed_register_pid): Delete declaration.
8102
8103 2003-05-08 Andrew Cagney <cagney@redhat.com>
8104
8105 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8106 * gdbarch.h: Re-generate.
8107 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8108 (legacy_max_register_virtual_size): Delete declaration.
8109 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8110 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8111 * tracepoint.c (memrange_sortmerge): Ditto.
8112 * sparc-tdep.c (sparc_print_registers): Ditto.
8113 * regcache.c (legacy_max_register_virtual_size): Delete function.
8114
8115 2002-05-08 J. Brobecker <brobecker@gnat.com>
8116
8117 * fork-child.c (escape_bang_in_quoted_argument): New function.
8118 (fork_inferior): Escape '!' characters in quoted arguments
8119 only when needed.
8120
8121 2003-05-08 J. Brobecker <brobecker@gnat.com>
8122
8123 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8124 the language of the CU is not currently supported by GDB.
8125
8126 2003-05-08 J. Brobecker <brobecker@gnat.com>
8127
8128 * defs.h (language): Add language_minimal enum value.
8129 * c-lang.c (minimal_language_defn): New language definition.
8130 (_initialize_c_language): Add the new minimal language to the list
8131 of languages known to GDB.
8132
8133 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8134
8135 * frame.c (get_frame_type): Don't attempt to lazily initialize
8136 frame's unwinder for legacy frames.
8137
8138 2003-05-07 Andrew Cagney <cagney@redhat.com>
8139
8140 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8141 and "regcache" parameters.
8142 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8143
8144 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8145
8146 * dwarf2read.c (dwarf_decode_lines): Only use output of
8147 check_cu_functions() when calling record_line(). Do not update
8148 the current address.
8149
8150 2003-05-07 Andrew Cagney <cagney@redhat.com>
8151
8152 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8153 code.
8154
8155 2003-05-07 Jim Blandy <jimb@redhat.com>
8156
8157 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8158 'maint info symtabs' and 'maint info psymtabs'.
8159 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8160 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8161 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8162 Declarations updated.
8163 * maint.c (maintenance_list_command): Delete.
8164 (_initialize_maint_cmds): Update calls to add_cmd.
8165 * gdbcmd.h (maintenancelistlist): Delete declaration.
8166 * cli/cli-cmds.c (maintenancelistlist): Delete.
8167 (init_cmd_lists): Don't initialize it.
8168 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8169
8170 2003-05-07 Andrew Cagney <cagney@redhat.com>
8171
8172 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8173 "regcache".
8174 (d10v_print_registers_info): Update.
8175 (d10v_dmap_register, d10v_imap_register): Delete functions.
8176 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8177 and "imap_register".
8178 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8179 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8180 * arch-utils.c (generic_remote_translate_xfer_address): Add
8181 "regcache" and "gdbarch" parameters.
8182 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8183 parameter. Change class to multi-arch.
8184 * gdbarch.h, gdbarch.c: Re-generate.
8185 * remote.c (remote_xfer_memory): Use
8186 gdbarch_remote_translate_xfer_address.
8187
8188 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8189
8190 * infrun.c (prev_pc): Move declaration ahead of proceed().
8191 (proceed): Refresh prev_pc value before resuming.
8192 (stop_stepping): Remove code to refresh prev_pc.
8193
8194 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8195
8196 * nto-tdep.c: Removed stray comment.
8197
8198 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8199
8200 * i386-nto-tdep.c: Fix old K&R function definitions.
8201 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8202 Also change add_show_from_set() call to add_setshow_cmd().
8203 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8204
8205 2003-05-05 Andrew Cagney <cagney@redhat.com>
8206
8207 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8208 (fprint_dummy_frames): New function.
8209 (maintenance_print_dummy_frames): New function.
8210 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8211 * frame.c (fprint_frame_id): Make global.
8212 * frame.h (fprint_frame_id): Declare.
8213 * Makefile.in (dummy-frame.o): Update dependencies.
8214
8215 2003-05-05 Andrew Cagney <cagney@redhat.com>
8216
8217 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8218 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8219 SIZEOF_CALL_DUMMY_WORDS.
8220 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8221 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8222 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8223 CALL_DUMMY_BREAKPOINT_OFFSET.
8224 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8225 CALL_DUMMY_START_OFFSET.
8226 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8227 * gdbarch.h, gdbarch.c: Re-generate.
8228 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8229 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8230 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8231 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8232 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8233 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8234 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8235 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8236 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8237 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8238 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8239 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8240 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8241 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8242 * config/sparc/tm-sparc.h: Update.
8243
8244 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8245
8246 * configure.tgt: Add i[3456]86-*-nto*.
8247 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8248 * nto-tdep.c: New file. Neutrino target support routines.
8249 * nto-tdep.h: New file. Neutrino target header.
8250 * config/tm-qnxnto.h: New file.
8251 * config/i386/i386nto.mt: New file.
8252 * config/i386/tm-i386nto.h: New file.
8253
8254 2003-05-04 Andrew Cagney <cagney@redhat.com>
8255
8256 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8257 (load_infrun_state): Ditto.
8258 (struct thread_info): Drop "prev_func_name" field.
8259 * thread.c (load_infrun_state): Update.
8260 (save_infrun_state): Update.
8261 * infrun.c (prev_func_name): Delete variable.
8262 (init_wait_for_inferior): Do not clear prev_func_name.
8263 (stop_stepping, keep_going, context_switch): Do not swap
8264 prev_func_name.
8265 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8266 instead of PC_IN_SIGTRAMP.
8267
8268 2003-05-04 Andrew Cagney <cagney@redhat.com>
8269
8270 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8271 REGISTER_BYTE with register_offset_hack.
8272 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8273 that REGISTER_BYTE is consistent with the regcache.
8274 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8275 * gdbarch.h, gdbarch.c: Regenerate.
8276
8277 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8278
8279 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8280 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8281
8282 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8283
8284 2003-05-03 J. Brobecker <brobecker@gnat.com>
8285
8286 From Thierry Schneider <tpschneider1@yahoo.com>
8287 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8288 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8289 (mi-cmd-symbol.o): Add rule.
8290
8291 2003-05-03 Andrew Cagney <cagney@redhat.com>
8292
8293 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8294 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8295 * gdbarch.h, gdbarch.c: Re-generate.
8296 * d10v-tdep.c (d10v_push_dummy_code): New function.
8297 (d10v_gdbarch_init): Set push_dummy_code.
8298 * infcall.c (legacy_push_dummy_code): New function.
8299 (generic_push_dummy_code): New function.
8300 (push_dummy_code): New function.
8301 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8302 instead of dummy_addr, to push_dummy_call. Move call to
8303 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8304 switch.
8305 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8306
8307 2003-05-03 Andrew Cagney <cagney@redhat.com>
8308
8309 * disasm.h (print_insn): Declare.
8310 * disasm.c (init_gdb_disassemble_info): New function.
8311 (gdb_disassembly): Call init_gdb_disassemble_info.
8312 (gdb_print_insn): New function.
8313 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8314 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8315 * mcore-tdep.c: Include "disasm.h"
8316 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8317 * d10v-tdep.c: Include "disasm.h".
8318 (display_trace): Call gdb_print_insn, instead of print_insn.
8319 (print_insn): Delete function.
8320 * printcmd.c: Include "disasm.h".
8321 (print_insn): Delete function.
8322 (print_formatted): Call gdb_print_insn, instead of print_insn.
8323 * Makefile.in (printcmd.o): Update dependencies.
8324 (mcore-tdep.o, d10v-tdep.o): Ditto.
8325
8326 2003-05-02 Andrew Cagney <cagney@redhat.com>
8327
8328 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8329 PC_REGNUM, re-indent.
8330 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8331 PC_REGNUM isn't set.
8332
8333 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8334 * gdbarch.h, gdbarch.c: Re-generate.
8335 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8336 register_virtual_size, pc_regnum, or register_bytes.
8337 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8338 (d10v_register_type): Use D10V_PC_REGNUM.
8339 (d10v_print_registers_info, d10v_read_pc): Ditto.
8340 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8341 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8342
8343 2003-05-02 David Carlton <carlton@bactrian.org>
8344
8345 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8346 the name with mstrsave.
8347
8348 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8349
8350 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8351 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8352 (host_charset_name, target_charset_name): New vars for use by
8353 set/show commands.
8354 (host_charset_enum, target_charset_enum): New enums for set/show
8355 commands.
8356 (set_charset_sfunc, set_host_charset_sfunc,
8357 set_target_charset_sfunc): New functions.
8358 (set_host_charset, set_target_charset): Make static.
8359 (list_charsets, set_host_charset_command,
8360 set_target_charset_command): Delete functions.
8361 (show_charset_command): Rewrite as....
8362 (show_charset): Hook this up with the set/show command mechanism.
8363 (_initialize_charset): Change names of charsets to match the
8364 set/show enums. Use host_charset_name and target_charset_name.
8365 Use set/show mechanism for charset, host-charset, target-charset
8366 commands. Do not make 'show host-charset' and 'show
8367 target-charset' be aliases of 'show charset'.
8368
8369 * charset.h (set_host_charset, set_target_charset): Don't export,
8370 they are not used outside the file.
8371
8372 2003-05-01 Andrew Cagney <cagney@redhat.com>
8373
8374 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8375 (gdb_disassembly): Make "di" non static, always initialize and
8376 cleanup. Always use dis_asm_read_memory.
8377 (gdb_dis_asm_read_memory): Delete function.
8378
8379 2003-05-01 Andrew Cagney <cagney@redhat.com>
8380
8381 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8382 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8383
8384 2003-04-30 Andrew Cagney <cagney@redhat.com>
8385
8386 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8387 "tm_print_insn_info".
8388 (TARGET_PRINT_INSN_INFO): Delete macro.
8389 (dis_asm_read_memory): Delete function declaration.
8390 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8391 (tm_print_insn_info): Delete variable definition.
8392 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8393 * gdbarch.h, gdbarch.c: Re-generate.
8394 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8395 "deprecated_tm_print_insn_info".
8396 * mcore-tdep.c (mcore_dump_insn): Ditto.
8397 * mips-tdep.c (mips_gdbarch_init): Ditto.
8398 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8399 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8400 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8401 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8402 instead of TARGET_PRINT_INSN_INFO, add comment.
8403 * s390-tdep.c (s390_get_frame_info): Instead of
8404 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8405 (s390_check_function_end, s390_is_sigreturn): Ditto.
8406 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8407 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8408 * disasm.c: Include "gdbcore.h".
8409 (_initialize_disasm): New function, initialize
8410 "deprecated_tm_print_insn_info".
8411 (deprecated_tm_print_insn_info): New variable.
8412 (dis_asm_read_memory): Moved from "corefile.c", made static.
8413 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8414 * Makefile.in (disasm.o): Update dependencies.
8415
8416 2003-04-30 Andrew Cagney <cagney@redhat.com>
8417
8418 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8419
8420 2003-04-29 Adam Fedor <fedor@gnu.org>
8421
8422 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8423 * infcall.c (find_function_addr): Make non-static.
8424 * infcall.h (find_function_addr): Declare.
8425 * Makefile.in (eval.o): Update dependencies.
8426
8427 2003-04-28 Adam Fedor <fedor@gnu.org>
8428
8429 * symtab.c (symbol_find_demangled_name): Check for and demangle
8430 ObjC symbols.
8431 (symbol_init_demangled_name): Init for language_objc as well.
8432
8433 2003-04-28 Andrew Cagney <cagney@redhat.com>
8434
8435 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8436 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8437 * gdbarch.h, gdbarch.c: Re-generate.
8438 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8439 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8440 * inferior.h (deprecated_read_fp): Rename read_fp.
8441 (generic_target_read_fp): Delete declaration.
8442 * regcache.c (generic_target_read_fp): Delete function.
8443 (deprecated_read_fp): Replace read_fp, use
8444 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8445 * d10v-tdep.c (d10v_read_fp): Delete function.
8446 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8447
8448 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8449 deprecated_target_read_fp to generic_target_read_fp.
8450 * sh-tdep.c (sh_gdbarch_init): Ditto.
8451 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8452 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8453 * frv-tdep.c (frv_gdbarch_init): Ditto.
8454
8455 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8456 deprecated_fp_regnum.
8457 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8458 * vax-tdep.c (vax_gdbarch_init): Ditto.
8459 * v850-tdep.c (v850_gdbarch_init): Ditto.
8460 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8461 * sh-tdep.c (sh_gdbarch_init): Ditto.
8462 * s390-tdep.c (s390_gdbarch_init): Ditto.
8463 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8464 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8465 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8466 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8467 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8468 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8469 * i386-tdep.c (i386_gdbarch_init): Ditto.
8470 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8471 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8472 * frv-tdep.c (frv_gdbarch_init): Ditto.
8473 * cris-tdep.c (cris_gdbarch_init): Ditto.
8474 * avr-tdep.c (avr_gdbarch_init): Ditto.
8475 * arm-tdep.c (arm_gdbarch_init): Ditto.
8476 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8477
8478 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8479 * v850-tdep.c (v850_gdbarch_init): Ditto.
8480 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8481 * sh-tdep.c (sh_gdbarch_init): Ditto.
8482 * s390-tdep.c (s390_gdbarch_init): Ditto.
8483 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8484 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8485 * mips-tdep.c (mips_gdbarch_init): Ditto.
8486 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8487 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8488 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8489 * frv-tdep.c (frv_gdbarch_init): Ditto.
8490 * avr-tdep.c (avr_gdbarch_init): Ditto.
8491 * arm-tdep.c (arm_gdbarch_init): Ditto.
8492
8493 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8494 DEPRECATED_FP_REGNUM.
8495 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8496 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8497 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8498 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8499 (sparc32_register_virtual_type): Ditto.
8500 * sh-tdep.c (sh64_frame_chain): Ditto.
8501 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8502 (sh_nofp_frame_init_saved_regs): Ditto.
8503 (sh64_nofp_frame_init_saved_regs): Ditto.
8504 (sh_fp_frame_init_saved_regs): Ditto.
8505 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8506 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8507 * procfs.c (procfs_fetch_registers): Ditto.
8508 (procfs_store_registers): Ditto.
8509 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8510 (store_inferior_registers, fetch_core_registers): Ditto.
8511 (fetch_kcore_registers, clear_regs): Ditto.
8512 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8513 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8514 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8515 * nlm/i386.c (do_status): Ditto.
8516 * mipsv4-nat.c (supply_gregset): Ditto.
8517 * mips-tdep.c: Ditto for comments.
8518 * mips-nat.c (fetch_inferior_registers): Ditto.
8519 (store_inferior_registers, fetch_core_registers): Ditto.
8520 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8521 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8522 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8523 (i386_do_pop_frame, i386_register_type): Ditto.
8524 * hppa-tdep.c (hppa_frame_chain): Ditto.
8525 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8526 (hppa_pop_frame, hppa_read_fp): Ditto.
8527 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8528 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8529 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8530 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8531 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8532 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8533 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8534 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8535 * blockframe.c: Ditto for comments.
8536 * arch-utils.h: Ditto for comments.
8537 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8538 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8539 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8540 * alpha-tdep.h: Ditto for comments.
8541 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8542 (alpha_cannot_store_register): Ditto.
8543 (alpha_push_dummy_frame): Ditto.
8544 * alpha-nat.c (supply_gregset): Ditto.
8545
8546 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8547 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8548 * config/sparc/tm-sparc.h: Update comment.
8549
8550 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8551 deprecated_read_fp instead of TARGET_READ_FP.
8552 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8553 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8554 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8555 deprecated_read_fp instead of read_fp.
8556 * s390-tdep.c (s390_push_arguments): Ditto.
8557 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8558 * frame.h: Ditto in comments.
8559 * frame.c (legacy_get_prev_frame): Ditto.
8560 * dummy-frame.c (dummy_frame_this_id): Ditto.
8561 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8562
8563 2003-04-28 Andrew Cagney <cagney@redhat.com>
8564
8565 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8566 * gdbarch.h, gdbarch.c: Re-generate.
8567 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8568 * vax-tdep.c (_initialize_vax_tdep): Update.
8569 * v850-tdep.c (_initialize_v850_tdep): Update.
8570 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8571 * s390-tdep.c (_initialize_s390_tdep): Update.
8572 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8573 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8574 * mips-tdep.c (_initialize_mips_tdep): Update.
8575 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8576 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8577 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8578 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8579 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8580 * frv-tdep.c (_initialize_frv_tdep): Update.
8581 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8582 (_initialize_cris_tdep): Update.
8583 * arch-utils.c (legacy_print_insn): Update.
8584 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8585
8586 2003-04-26 Adam Fedor <fedor@gnu.org>
8587
8588 * linespec.c (decode_objc): New function to decode ObjC calls
8589 (decode_line_1): Check for ObjC calls (using decode_objc)
8590 * Makefile (linespec.o): Update dependencies.
8591
8592 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8593
8594 * breakpoint.h (struct breakpoint_ops): New.
8595 (struct breakpoint): Add ops member.
8596
8597 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8598 (mention): Use new breakpoint ops member.
8599 (set_raw_breakpoint): Initialize ops field to NULL.
8600 (print_exception_catchpoint, print_one_exception_catchpoint)
8601 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8602 (gnu_v3_exception_catchpoint_ops): New.
8603 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8604
8605 2003-04-25 Adam Fedor <fedor@gnu.org>
8606
8607 * Makefile.in (COMMON_OBS): Add objc-lang.o
8608
8609 2003-04-25 Andrew Cagney <cagney@redhat.com>
8610
8611 * d10v-tdep.c (print_insn): Delete function.
8612 (display_trace): Use TARGET_PRINT_INSN.
8613 (_initialize_d10v_tdep): Do not set tm_print_insn.
8614 (d10v_gdbarch_init): Set print_insn.
8615
8616 2003-04-25 Andrew Cagney <cagney@redhat.com>
8617
8618 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8619 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8620 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8621 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8622 (nr_dmap_regs, a0_regnum): ... new functions.
8623 (d10v_print_registers_info): Use a0_regnum, use register_size.
8624 (d10v_register_byte): Delete function.
8625 (d10v_register_raw_size): Delete function.
8626 (d10v_register_type): Use a0_regnum.
8627 (d10v_print_registers_info): Use a0_regnum.
8628 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8629 (d10v_gdbarch_init): Do not set register_byte or
8630 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8631 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8632 extract_address.
8633 (trace_command): Use XCALLOC.
8634 (print_insn): Delete reference to tm_print_insn.
8635 (saved_regs_unwinder): Use store_unsigned_integer instead of
8636 store_address.
8637 * frame.h (FRAME_OBSTACK_CALLOC): Define
8638
8639 2003-04-25 David Carlton <carlton@bactrian.org>
8640
8641 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8642
8643 2003-04-24 Adam Fedor <fedor@gnu.org>
8644
8645 * objc-lang.c: Include "valprint.h"
8646 * Makefile.in (objc-lang.o): Update dependencies.
8647
8648 2003-04-24 Adam Fedor <fedor@gnu.org>
8649
8650 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8651 architecture dependant compilation and mark as unimplemented
8652 (until they get put in the gdbarch vector).
8653
8654 2003-04-23 David Carlton <carlton@bactrian.org>
8655
8656 * cp-support.c (cp_find_first_component): Accept 'operator' in
8657 more locations.
8658
8659 2003-04-23 Andrew Cagney <cagney@redhat.com>
8660
8661 * infcall.c (call_function_by_hand): Eliminate redundant
8662 indentation. Move "saved_async" and "old_cleanups" to where they
8663 are needed.
8664
8665 2003-04-23 Andrew Cagney <cagney@redhat.com>
8666
8667 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8668 and "buffer". Move the "name" code to where it is needed.
8669
8670 2003-04-23 Andrew Cagney <cagney@redhat.com>
8671
8672 * infcall.c (call_function_by_hand): Move variables "start_sp",
8673 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8674 code to ON_STACK switch branch.
8675
8676 2003-04-23 Andrew Cagney <cagney@redhat.com>
8677
8678 * infcall.c (call_function_by_hand): Make declaration of "i",
8679 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8680 lint.
8681
8682 2003-04-23 Andrew Cagney <cagney@redhat.com>
8683
8684 * infcall.c (call_function_by_hand): Delete variable
8685 "n_method_args". Localize "param_type"'s declaration to the loop
8686 that it is used. Reinstate code assigning to said variable -
8687 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8688 Rationalize code using "param_type".
8689
8690 2003-04-22 Andrew Cagney <cagney@redhat.com>
8691
8692 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8693 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8694 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8695 to DEPRECATED_PUSH_RETURN_ADDRESS.
8696
8697 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8698
8699 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8700 on the DWARF2 register number prior to fetching a register.
8701
8702 2003-04-22 J. Brobecker <brobecker@gnat.com>
8703
8704 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8705 Update all the tests using SOFT_FLOAT considering the fact that
8706 this macro was always set to 0.
8707 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8708 considering the fact that this macro was always set to 0.
8709 * hppa-tdep.h (hppa_store_return_value): Likewise.
8710 (hppa_extract_return_value): Likewise.
8711
8712 2003-04-22 J. Brobecker <brobecker@gnat.com>
8713
8714 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8715 the hppa-pro target only.
8716
8717 2003-04-21 J. Brobecker <brobecker@gnat.com>
8718
8719 Ongoing multi-arch conversion effort for HP/UX:
8720 * config/pa/tm-hppa.h: Move all macro that are no longer
8721 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8722 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8723
8724 2003-04-21 J. Brobecker <brobecker@gnat.com>
8725
8726 * config/pa/tm-hppa.h: Obsolete a section that was only used
8727 for hppa-pro.
8728
8729 2003-04-21 J. Brobecker <brobecker@gnat.com>
8730
8731 Ongoing multi-arch conversion for HP/UX.
8732 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8733 if already defined (allows hppa64 to stay non-multiarched for now).
8734 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8735
8736 2003-04-21 Andrew Cagney <cagney@redhat.com>
8737
8738 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8739
8740 2003-04-21 Andrew Cagney <cagney@redhat.com>
8741
8742 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8743 "i386_num_mmx_regs".
8744
8745 2003-04-21 Andrew Cagney <cagney@redhat.com>
8746
8747 * infcall.c: New file.
8748 * infcall.h: New file.
8749 * valarith.c: Include "infcall.h".
8750 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8751 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8752 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8753 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8754 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8755 (SFILES): Add "infcall.c"
8756 (COMMON_OBS): Add "infcall.o".
8757 (infcall.o): Specify dependencies.
8758 * value.h (call_function_by_hand): Delete declaration.
8759 * inferior.h (run_stack_dummy): Delete declaration.
8760 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8761 (run_stack_dummy): Move to "infcall.c", merged into
8762 call_function_by_hand.
8763 * valops.c (call_function_by_hand): Moved to "infcall.c".
8764 (find_function_addr, value_arg_coerce): Ditto.
8765 (unwindonsignal_p, coerce_float_to_double): Ditto.
8766 (_initialize_valops): Move "set/show coerce-float-to-double", and
8767 "set/show unwindonsignal" commands to "infcall.c".
8768 * v850-tdep.c, target.h: Update comments.
8769 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8770 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8771 (sh64_init_extra_frame_info): Update comments.
8772 * mn10300-tdep.c: Update comments.
8773 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8774 * config/sparc/tm-sparc.h: Update comments.
8775 * breakpoint.h: Update comments.
8776 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8777 * arm-tdep.c: Update comment.
8778
8779 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8780
8781 * i386-tdep.c (i386_num_register_names): New variable.
8782 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8783 (MM0_REGNUM): Remove redundant parentheses in define.
8784 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8785 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8786 i386_mxcsr_regnum_p): Remove redundant parentheses.
8787 (i386_register_name): Use i386_num_register_names.
8788
8789 * i386-tdep.c (i386_extract_return_value,
8790 i386_store_return_value): Correct check for availability of
8791 floating-point registers.
8792
8793 * i386-tdep.c (i386_frame_num_args): Remove function.
8794 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8795
8796 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8797 mmx_regnum_to_fp_regnum. Adjust all callers.
8798
8799 * i386-tdep.c (i386_get_longjmp_target): Use
8800 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8801 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8802 extract_address.
8803
8804 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8805
8806 * core-regset.c: Update comments to reflect reality. Re-order
8807 includes.
8808 (fetch_core_registers): Use switch instead of if. Remove
8809 redundant prototype.
8810
8811 2003-04-18 Jim Blandy <jimb@redhat.com>
8812
8813 * s390-tdep.c (s390_frame_align): New function.
8814 (s390_gdbarch_init): Register it with the gdbarch object.
8815
8816 2003-04-17 Richard Henderson <rth@redhat.com>
8817
8818 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8819
8820 2003-04-17 Michael Snyder <msnyder@redhat.com>
8821 Karen Bennet <bennet@redhat.com>
8822
8823 Committed by Elena Zannoni <ezannoni@redhat.com>
8824 * gdb_gcore.sh: New script to create a core dump of a process.
8825
8826 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8827
8828 * values.c (value_being_returned): Don't fetch the return
8829 value if the return type is void.
8830
8831 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8832
8833 * thread-db.c: Reindented.
8834
8835 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8836
8837 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8838 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8839 as types.
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864
8865 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8866
8867 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8868 the size of ``long double'' to 16, instead of 8.
8869
8870 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8871
8872 * i386-linux-nat.c: Add some whitespace to make things more
8873 readable.
8874 (fetch_register, store_register, fetch_inferior_registers,
8875 store_inferior_registers): Get rid of assignment in if-statement.
8876 (store_register): Fix typo in error message.
8877
8878 2003-04-16 Andrew Cagney <cagney@redhat.com>
8879
8880 * utils.c (xmmalloc): Always allocate something, matches
8881 libiberty/xmalloc's semantics.
8882 (xmrealloc, xmcalloc): Ditto.
8883
8884 2003-04-16 Andrew Cagney <cagney@redhat.com>
8885
8886 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8887 update comments.
8888 (get_frame_type): Initialize unwind and type when needed.
8889 (get_frame_id, frame_register_unwind): Ditto.
8890
8891 2003-04-16 Andrew Cagney <cagney@redhat.com>
8892
8893 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8894 obsolete.
8895 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8896 * sparcl-stub.c: Obsolete file.
8897 * config/sparc/tm-sparclet.h: Obsolete file.
8898 * sparclet-stub.c: Obsolete file.
8899 * sparclet-rom.c: Obsolete file.
8900 * sparcl-tdep.c: Obsolete file.
8901 * config/sparc/tm-sparclite.h: Obsolete file.
8902 * config/sparc/sparclite.mt: Obsolete file.
8903 * config/sparc/sparclet.mt: Obsolete file.
8904 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8905 sparc86x-*-* obsolete.
8906
8907 2003-04-15 David Carlton <carlton@math.stanford.edu>
8908
8909 * Makefile.in (SFILES): Add cp-namespace.c.
8910 (COMMON_OBS): Add cp-namespace.o.
8911 (block.o): Depend on gdb_obstack_h and cp_support_h.
8912 (buildsym.o): Depend on cp_support_h.
8913 (cp-namespace.o): New.
8914 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8915 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8916 (dwarf2read.o): Depend on cp_support_h.
8917 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8918 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8919 processing_current_namespace.
8920 (read_namespace): Update processing_current_namespace; check for
8921 anonymous namespaces.
8922 (dwarf2_name): New function.
8923 (dwarf2_extension): Ditto.
8924 * cp-support.h: Update copyright, contributors.
8925 Add inclusion guards.
8926 Add opaque declaration for structs obstack, block, symbol.
8927 (struct using_direct): New struct.
8928 Add declarations for cp_find_first_component,
8929 cp_entire_prefix_len, processing_has_namespace_info,
8930 processing_current_namespace, cp_is_anonymous,
8931 cp_add_using_directive, cp_initialize_namespace,
8932 cp_finalize_namespace, cp_set_block_scope,
8933 cp_scan_for_anonymous_namespaces.
8934 * cp-namespace.c: New file.
8935 * cp-support.c: Update copyright.
8936 Include ctype.h, gdb_assert.h, gdbcmd.h.
8937 New variable maint_cplus_cmd_list.
8938 (cp_find_first_component): New function.
8939 (cp_entire_prefix_len, maint_cplus_command)
8940 (first_component_command, _initialize_cp_support): Ditto.
8941 * buildsym.c: Include cp-support.h.
8942 New variable using_list.
8943 (add_symbol_to_list): Check for anonymous namespaces.
8944 (finish_block): Set block's scope.
8945 (start_symtab): Initialize C++ namespace support.
8946 (end_symtab): Finalize C++ namespace support.
8947 * block.h: Add opaque declarations for structs
8948 block_namespace_info, using_direct, and obstack.
8949 Add declarations for block_set_scope and block_set_using.
8950 (struct block): Add 'language_specific' member.
8951 (BLOCK_NAMESPACE): New macro.
8952 * block.c: Include gdb_obstack.h and cp-support.h.
8953 (struct block_namespace_info): New struct.
8954 (block_set_scope): New function.
8955 (block_set_using, block_initialize_namespace): Ditto.
8956
8957 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8958
8959 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8960 (locate_base): Return early if there aren't any link map offsets.
8961 (svr4_solib_create_inferior_hook): Warn if shared library support
8962 is unavailable.
8963
8964 2003-04-14 David Carlton <carlton@math.stanford.edu>
8965
8966 * symtab.c (symbol_set_names): Add prefix when storing Java names
8967 in hash table. Fix for PR java/1039.
8968
8969 2003-04-14 David Carlton <carlton@math.stanford.edu>
8970
8971 * symtab.c (symbol_set_names): Rename 'name' arg to
8972 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8973 * symtab.h: Change 'name' argument in declaration of
8974 symbol_set_names to 'linkage_name'.
8975 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8976
8977 2003-04-14 Andrew Cagney <cagney@redhat.com>
8978
8979 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8980 return the fully sign-extended register value.
8981 (get_frame_pointer): Ditto.
8982 (mips_pop_frame): Initialize "proc_desc" after checking for a
8983 dummy frame.
8984
8985 2003-04-14 Andrew Cagney <cagney@redhat.com>
8986
8987 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8988 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8989 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8990 (mips_push_register): Delete function.
8991 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8992 PUSH_FP_REGNUM.
8993
8994 2003-04-14 Jim Blandy <jimb@redhat.com>
8995
8996 * symmisc.c: #include "gdb_regex.h".
8997 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8998 functions.
8999 * maint.c (maintenance_list_command): New function.
9000 (_initialize_maint_cmds): Register the above as commands.
9001 * symtab.h (maintenance_list_symtabs,
9002 maintenance_list_psymtabs): New declarations.
9003 * cli/cli-cmds.c (maintenancelistlist): New variable.
9004 (init_cmd_lists): Initialize it.
9005 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9006 * gdbcmd.h (maintenancelistlist): New declaration.
9007 * Makefile.in (symmisc.o): Update dependencies.
9008
9009 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9010
9011 * s390-nat.c: Include asm/types.h for addr_t.
9012
9013 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9014
9015 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9016 actually incoming type.
9017
9018 2003-04-13 Andrew Cagney <cagney@redhat.com>
9019
9020 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9021 get_next_frame and get_frame_saved_regs.
9022
9023 2003-04-13 Andrew Cagney <cagney@redhat.com>
9024
9025 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9026 of gdbarch_num_regs.
9027
9028 2003-04-13 Andrew Cagney <cagney@redhat.com>
9029
9030 * frame.h: Mention what replaced what in "struct frame_info".
9031 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9032 deprecated_update_frame_base_hack and
9033 deprecated_update_frame_pc_hack.
9034 * hppa-tdep.c: Ditto.
9035
9036 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9039 to read_reg and update its comment. Remove regnum member.
9040 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9041 Don't call read_reg when setting in_reg. Call read_reg to get
9042 the frame base if it's in a register. Return the register number
9043 on the stack instead of in the context. Remove extra arguments
9044 to read_reg.
9045 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9046 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9047 the register number on the expression stack.
9048 (needs_frame_read_reg): Remove extra arguments.
9049
9050 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9051
9052 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9053 made non-static.
9054 (execute_stack_op): All callers updated.
9055 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9056 * dwarf2loc.c (find_location_expression): New function.
9057 (dwarf_expr_frame_base): Call it.
9058 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9059 (dwarf2_tracepoint_var_ref): New function, broken out from
9060 locexpr_tracepoint_var_ref.
9061 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9062 Make static.
9063 (loclist_read_variable, loclist_read_needs_frame): New functions.
9064 (loclist_describe_location, loclist_tracepoint_var_ref): New
9065 functions.
9066 (dwarf2_loclist_funcs): New struct location_funcs.
9067 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9068 (struct dwarf2_locexpr_baton): Add comments.
9069 (dwarf2_loclist_funcs): New extern.
9070 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9071 base_address and base_known.
9072 (dwarf_loc_buffer): New variable.
9073 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9074 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9075 (dwarf2_has_info): Initialize dwarf_loc_offset.
9076 (dwarf2_build_psymtabs): Read in .debug_loc.
9077 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9078 DWARF_LOC_SIZE.
9079 (psymtab_to_symtab_1): Likewise. Move base address calculation
9080 here, from...
9081 (dwarf2_get_pc_bounds): ... here. Use the base address from
9082 cu_header.
9083 (dwarf2_symbol_mark_computed): Handle location lists.
9084
9085 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9086
9087 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9088 if the linkage name demangled successfully.
9089
9090 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9091
9092 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9093 disassmbly_flavour): Removed.
9094
9095 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9096
9097 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9098
9099 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9100
9101 2003-04-12 Andrew Cagney <cagney@redhat.com>
9102
9103 * frame.h (struct frame_info): Move definition from here ...
9104 * frame.c (struct frame_info): ... to here.
9105
9106 2003-04-12 Andrew Cagney <cagney@redhat.com>
9107
9108 * gdbthread.h (save_infrun_state): Delete parameter
9109 "prev_func_start".
9110 (struct thread_info): Delete field "prev_func_start".
9111 (load_infrun_state): Ditto.
9112 * thread.c (load_infrun_state, save_infrun_state): Update.
9113 * infrun.c (prev_func_start): Delete variable.
9114 (context_switch, init_wait_for_inferior): Update.
9115 (stop_stepping, keep_going): Update.
9116
9117 2003-04-12 Andrew Cagney <cagney@redhat.com>
9118
9119 * gdbarch.sh: Add missing opaque declarations.
9120 * gdbarch.h: Regnerate.
9121 * symtab.h: Add missing opaque declarations.
9122 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9123 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9124 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9125 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9126 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9127 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9128 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9129 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9130 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9131 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9132 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9133 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9134 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9135
9136 2003-04-11 Andrew Cagney <cagney@redhat.com>
9137
9138 * frame.c (get_frame_id): Return this frame's "id".
9139 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9140 function start.
9141 (legacy_saved_regs_this_id): Replace function body with
9142 internal-error.
9143 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9144 FRAME_OBSTACK_ZALLOC.
9145 (create_new_frame): Mark the frame ID as valid.
9146
9147 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * Makefile.in (libbfd_h): Added missing setting.
9150 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9151 according to the selected ABI.
9152
9153 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9154
9155 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9156
9157 2003-04-11 Andrew Cagney <cagney@redhat.com>
9158
9159 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9160 SAVED_PC_AFTER_CALL.
9161 * gdbarch.h, gdbarch.c: Regenerate.
9162 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9163 * x86-64-tdep.c (x86_64_init_abi): Update.
9164 * vax-tdep.c (vax_gdbarch_init): Update.
9165 * v850-tdep.c (v850_gdbarch_init): Update.
9166 * sparc-tdep.c (sparc_gdbarch_init): Update.
9167 * sh-tdep.c (sh_gdbarch_init): Update.
9168 * s390-tdep.c (s390_gdbarch_init): Update.
9169 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9170 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9171 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9172 * mips-tdep.c (mips_gdbarch_init): Update.
9173 * mcore-tdep.c (mcore_gdbarch_init): Update.
9174 * m68k-tdep.c (m68k_gdbarch_init): Update.
9175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9176 * ia64-tdep.c (ia64_gdbarch_init): Update.
9177 (ia64_saved_pc_after_call): Update declaration.
9178 * i386ly-tdep.c (i386lynx_init_abi): Update.
9179 * i386-tdep.c (i386_gdbarch_init): Update.
9180 * hppa-tdep.c (hppa_gdbarch_init): Update.
9181 * h8300-tdep.c (h8300_gdbarch_init): Update.
9182 * frv-tdep.c (frv_gdbarch_init): Update.
9183 * cris-tdep.c (cris_gdbarch_init): Update.
9184 * avr-tdep.c (avr_gdbarch_init): Update.
9185 * arm-tdep.c (arm_gdbarch_init): Update.
9186 * alpha-tdep.c (alpha_gdbarch_init): Update.
9187 * ns32knbsd-nat.c (frame_num_args): Update.
9188 * ns32k-tdep.c (umax_frame_num_args): Update.
9189 * mips-tdep.c (mips_init_frame_pc_first): Update.
9190 * infrun.c (step_over_function): Update.
9191 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9192 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9193 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9194 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9195 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9196 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9197 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9198 * arch-utils.c (init_frame_pc_default): Update.
9199 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9200 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9201 declaration.
9202
9203 2003-04-11 Andrew Cagney <cagney@redhat.com>
9204
9205 * i387-tdep.c: Update copyright.
9206 (i387_to_double): Delete function.
9207 (double_to_i387): Delete function.
9208
9209 2003-04-10 Andrew Cagney <cagney@redhat.com>
9210
9211 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9212 frame's function's address. Simplify.
9213 (d10v_frame_unwind_cache): Check that the frame's function is
9214 non-zero.
9215
9216 2003-04-10 Jim Blandy <jimb@redhat.com>
9217
9218 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9219 call to set_gdbarch_deprecated_push_arguments.
9220
9221 2003-04-10 Andrew Cagney <cagney@redhat.com>
9222
9223 * frame.c (fprint_frame_id): New function.
9224 (fprint_frame_type, fprint_frame): New function.
9225 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9226 (create_sentinel_frame, get_frame_id): Ditto.
9227 (frame_id_p, frame_id_eq): Ditto.
9228 (frame_id_inner, create_new_frame): Ditto.
9229 (legacy_get_prev_frame, get_prev_frame): Ditto.
9230 (deprecated_update_frame_pc_hack): Ditto.
9231 (frame_register_unwind): Ditto.
9232 (deprecated_update_frame_base_hack): Ditto.
9233
9234 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9235
9236 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9237 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9238 frame_chain function.
9239 * Makefile.in: Add dependencies due to above change.
9240
9241 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9242
9243 * blockframe.c (legacy_frame_chain_valid): Move call to
9244 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9245 inside_entry_file.
9246
9247 2003-04-09 Andrew Cagney <cagney@redhat.com>
9248
9249 * frame.h (struct frame_id): Replace "pc" and "base" with
9250 "stack_addr" and "code_addr". Update comments.
9251 (frame_id_build): Update parameter names and comment.
9252 (struct frame_info): Replace "id_p" and "id" with "this_id".
9253 * dummy-frame.c (dummy_frame_this_id): Update.
9254 * breakpoint.c (print_one_breakpoint): Update.
9255 * frame.c (get_frame_id): Update.
9256 (get_frame_base, frame_id_build): Update.
9257 (create_sentinel_frame, legacy_get_prev_frame): Update.
9258 (deprecated_update_frame_base_hack): Update.
9259 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9260 (frame_id_inner): Ditto.
9261
9262 2003-04-09 Andrew Cagney <cagney@redhat.com>
9263
9264 * defs.h (gdb_print_host_address): Make "addr" parameter a
9265 pointer constant.
9266 * utils.c (gdb_print_host_address): Update.
9267
9268 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9269
9270 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9271 register number for R0 is 0.
9272
9273 2003-04-09 J. Brobecker <brobecker@gnat.com>
9274
9275 * frame.h (struct gdbarch): Add opaque structure definition
9276 to avoid a compilation warning on LynxOS 4.0.
9277
9278 2003-04-09 Andrew Cagney <cagney@redhat.com>
9279
9280 * frame.h (struct frame_info): Delete field "pc". Replace
9281 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9282 structure.
9283 * frame.c (frame_pc_unwind): Update.
9284 (create_sentinel_frame): Do not set "pc".
9285 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9286 (get_frame_pc): Call frame_pc_unwind.
9287 (deprecated_update_frame_pc_hack): Update.
9288 (create_new_frame): Use "pc" not "->pc".
9289
9290 2003-04-09 Andrew Cagney <cagney@redhat.com>
9291
9292 * frame.c (get_frame_id): Eliminate code updating "frame".
9293 (legacy_get_prev_frame): Ditto.
9294 (get_frame_base): Return id.base directly.
9295 (deprecated_update_frame_base_hack): Update "id.base".
9296 * frame.h (struct frame_info): Delete field "frame".
9297
9298 2003-04-09 Andrew Cagney <cagney@redhat.com>
9299
9300 * NEWS: Mention that the "Sequent family" is obsolete.
9301 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9302 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9303 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9304 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9305 * config/i386/tm-ptx4.h: Obsolete file.
9306 * config/i386/tm-ptx.h: Obsolete file.
9307 * symm-tdep.c: Obsolete file.
9308 * config/i386/symmetry.mt: Obsolete file.
9309 * config/i386/tm-symmetry.h: Obsolete file.
9310 * symm-nat.c: Obsolete file.
9311 * config/i386/nm-symmetry.h: Obsolete file.
9312 * config/i386/xm-symmetry.h: Obsolete file.
9313 * config/i386/symmetry.mh: Obsolete file.
9314 * config/i386/nm-ptx4.h: Obsolete file.
9315 * config/i386/ptx4.mh: Obsolete file.
9316 * config/i386/ptx.mt: Obsolete file.
9317 * config/i386/ptx.mh: Obsolete file.
9318 * config/i386/xm-ptx4.h: Obsolete file.
9319 * config/i386/xm-ptx.h: Obsolete file.
9320
9321 2003-04-09 Andrew Cagney <cagney@redhat.com>
9322
9323 Obsolete mips*-*-mach3*.
9324 * NEWS: Mention that mips*-*-mach3* is obsolete.
9325 * m3-nat.c: Obsolete file.
9326 * config/nm-m3.h: Obsolete file.
9327 * config/mips/tm-mipsm3.h: Obsolete file.
9328 * config/mips/mipsm3.mt: Obsolete file.
9329 * config/mips/mipsm3.mh: Obsolete file.
9330 * config/mips/xm-mipsm3.h: Obsolete file.
9331 * mipsm3-nat.c: Obsolete file.
9332 * configure.host: Obsolete mips-dec-mach3*.
9333 * configure.tgt: Obsolete mips*-*-mach3*.
9334
9335 2003-04-09 Andrew Cagney <cagney@redhat.com>
9336
9337 * doublest.h: Update copyright.
9338 (deprecated_store_floating, deprecated_extract_floating): Rename
9339 store_floating and extract_floating. Update comments.
9340 * doublest.c: Update copyright.
9341 (extract_floating_by_length): Replace extract_floating.
9342 (store_floating_by_length): Replace store_floating.
9343 (deprecated_extract_floating): New function.
9344 (deprecated_store_floating): New function.
9345 (extract_typed_floating): Call extract_floating_by_length.
9346 (store_typed_floating): Call store_floating_by_length.
9347 * x86-64-tdep.c (x86_64_store_return_value): Update.
9348 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9349 (sh64_extract_return_value): Update.
9350 (sh_sh4_register_convert_to_virtual): Update.
9351 (sh_sh64_register_convert_to_virtual): Update.
9352 (sh_sh4_register_convert_to_raw): Update.
9353 (sh_sh64_register_convert_to_raw): Update.
9354 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9355 (rs6000_register_convert_to_raw): Update.
9356 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9357 (ia64_register_convert_to_raw): Update.
9358 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9359 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9360 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9361 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9362 (alpha_register_convert_to_raw): Update.
9363
9364 2003-04-08 Andrew Cagney <cagney@redhat.com>
9365
9366 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9367 * gdbarch.h, gdbarch.c: Re-generate.
9368 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9369 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9370 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9371 conditionally, use frame_pc_unwind as an alternative. Add
9372 comments.
9373 * arch-utils.c (init_frame_pc_default): Only call
9374 SAVED_PC_AFTER_CALL when available.
9375
9376 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9377
9378 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9379 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9380 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9381 (start_remote): Ditto.
9382 (handle_inferior_event): Ditto.
9383 (save_inferior_status): Ditto.
9384 (restore_inferior_status): Ditto.
9385 * infcmd.c (attach_command): Ditto.
9386 * fork-child.c (startup_inferior): Ditto.
9387 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9388 * alpha-tdep.c (heuristic_proc_start): Ditto.
9389 * mips-tdep.c (heuristic_proc_start): Ditto.
9390 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9391 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9392 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9393 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9394 * remote-vx.c (vx_create_inferior): Ditto.
9395
9396 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9397
9398 * infrun.c (stop_soon_quietly): Make it an enum, to better
9399 override the default behavior of handle_inferior_event.
9400 (clear_proceed_status): Update uses of stop_soon_quietly to
9401 reflect that it is now an enum.
9402 (start_remote): Ditto.
9403 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9404 is set to handle the new GNU/Linux kernel behavior for
9405 attach/sigstop. Update uses of stop_soon_quietly.
9406 * inferior.h (enum stop_kind): New enum.
9407 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9408 Reset normal handle_inferior_event behavior, afterwards.
9409 * fork-child.c (startup_inferior): Update.
9410 * alpha-tdep.c (heuristic_proc_start): Update.
9411 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9412 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9413 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9414 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9415 * remote-vx.c (vx_create_inferior): Update.
9416 * mips-tdep.c (heuristic_proc_start): Update.
9417
9418 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9419
9420 * disasm.c (dump_insns): Move variables inside loop, or they will
9421 be freed more than once, causing wild memory corruptions.
9422 (gdb_disassembly): Look for the substring "-thread",
9423 instead of "-threads" in the target name, to make sure to find
9424 the 'multi-thread' target. Also, make sure we do the right thing
9425 with the "core" target.
9426
9427 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9428
9429 * mips-tdep.c (mips_print_fp_register): New function, created from
9430 do_fp_register_row(). Registers are now (also) printed as hex.
9431 Only one register is printed per row.
9432 (mips_print_register, do_fp_register_row): Print floating point
9433 registers with mips_print_fp_register().
9434
9435 2003-04-06 Andrew Cagney <cagney@redhat.com>
9436
9437 * valprint.h (inspect_it): Add extern declaration.
9438 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9439 (selectors_info, classes_info): Ditto.
9440 (find_objc_msgcall): Fix indentation.
9441 (objc_printstr): Delete extern declarations.
9442
9443 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9444
9445 2003-04-06 Andrew Cagney <cagney@redhat.com>
9446
9447 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9448 Update comment.
9449 * frame.c (legacy_saved_regs_this_id): Update.
9450 (legacy_get_prev_frame): Update.
9451 * xstormy16-tdep.c: Update comment.
9452 * sparc-tdep.c (sparc_frame_chain): Update comment.
9453 * blockframe.c (legacy_frame_chain_valid): Update.
9454
9455 2003-04-06 Andrew Cagney <cagney@redhat.com>
9456
9457 * valprint.c (val_print_type_code_int): Delete #ifdef
9458 PRINT_TYPELESS_INTEGER code.
9459
9460 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9461 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9462 multi-arch definition.
9463 * gdbarch.h: Re-generate.
9464
9465 2003-04-05 Andrew Cagney <cagney@redhat.com>
9466
9467 Eliminate FRAME_FIND_SAVED_REGS.
9468 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9469 Change FSR parameter to a pointer.
9470 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9471 Assume FSR parameter is a pointer.
9472 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9473 Make fsr a pointer.
9474 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9475 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9476 saved_regs a pointer.
9477 (hppa_frame_saved_pc): Ditto.
9478 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9479 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9480 pointer.
9481 (restore_pc_queue): Make fsr a pointer.
9482 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9483 (hppa_frame_chain): Make saved_regs a pointer, call
9484 hppa_frame_init_saved_regs.
9485 * sparc-tdep.c: Include "gdb_assert.h".
9486 (sparc_frame_find_saved_regs): Replace internal_error with
9487 gdb_assert.
9488 * remote-vxsparc.c (vx_read_register): Delete reference to
9489 FRAME_FIND_SAVED_REGS.
9490 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9491 * gdbarch.h: Regenerate.
9492 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9493 (deprecated_get_frame_saved_regs): Delete declaration.
9494 (struct frame_saved_regs): Delete definition.
9495 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9496 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9497 (hppa_frame_find_saved_regs): Delete declaration.
9498 (FRAME_FIND_SAVED_REGS): Delete macro.
9499 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9500 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9501 FRAME_FIND_SAVED_REGS in comment.
9502
9503 2003-04-05 Andrew Cagney <cagney@redhat.com>
9504
9505 * frame.c (frame_func_unwind, get_frame_func): New functions.
9506 * frame.h (get_frame_func, frame_func_unwind): Declare.
9507 (struct frame_info): Add field "prev_func" for caching the
9508 previous frame's function address.
9509 * arm-tdep.c (arm_frameless_function_invocation): Combine
9510 get_pc_function_start and get_frame_pc into get_frame_func.
9511 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9512 (sh64_nofp_frame_init_saved_regs): Ditto.
9513 * s390-tdep.c (s390_function_start): Ditto.
9514 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9515 (rs6000_frameless_function_invocation): Ditto.
9516 (rs6000_frame_saved_pc): Ditto.
9517 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9518 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9519 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9520 (i386_frame_init_saved_regs): Ditto.
9521 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9522 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9523 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9524 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9525 * blockframe.c (frameless_look_for_prologue): Ditto.
9526
9527 2003-04-05 Andrew Cagney <cagney@redhat.com>
9528
9529 * frame.c (legacy_get_prev_frame): Link prev to next at the
9530 function start. Update comments.
9531
9532 2003-04-05 Andrew Cagney <cagney@redhat.com>
9533
9534 * frame.c (get_frame_id): Update comment.
9535 (legacy_get_prev_frame): Update comment.
9536 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9537 * gdbarch.h: Regenerate.
9538 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9539 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9540
9541 2003-04-05 Andrew Cagney <cagney@redhat.com>
9542
9543 * stack.c (print_frame_info): Use get_frame_pc.
9544
9545 2003-04-04 Andrew Cagney <cagney@redhat.com>
9546
9547 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9548 the frame's type from the unwinder.
9549 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9550 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9551 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9552 (get_frame_base_address): Use get_frame_type.
9553 (get_frame_locals_address, get_frame_args_address): Ditto.
9554 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9555 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9556 (struct frame_info): Add comment explaining why the frame contains
9557 a "type" field.
9558 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9559 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9560 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9561 NORMAL_FRAME.
9562 * frame-unwind.h: Include "frame.h".
9563 (struct frame_unwind): Add "type" field.
9564 * Makefile.in (frame_unwind_h): Add $(frame_h).
9565
9566 2003-04-04 Andrew Cagney <cagney@redhat.com>
9567
9568 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9569 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9570 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9571 get_frame_base.
9572 (d10v_unwind_dummy_id): Use frame_id_build.
9573 * frame.c (find_frame_sal): Use get_frame_pc.
9574 (create_new_frame): Use deprecated_update_frame_pc_hack and
9575 deprecated_update_frame_base_hack.
9576 (create_sentinel_frame): Add comment about ->pc going away.
9577 (get_prev_frame): Add comment about ->pc going away.
9578 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9579 frame_id_build, deprecated_update_frame_pc_hack and
9580 deprecated_update_frame_base_hack.
9581 (select_frame): Use get_frame_pc.
9582 (legacy_saved_regs_this_id): Use frame_id_build.
9583
9584 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9585
9586 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9587 signed integer case.
9588 (classify_argument): Handle enumerations and references.
9589
9590 2003-04-04 Andrew Cagney <cagney@redhat.com>
9591
9592 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9593 ID to NULL.
9594
9595 2003-04-01 Adam Fedor <fedor@gnu.org>
9596
9597 * gdb/objc-lang.c (selectors_info): Replace calls to
9598 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9599 SYMBOL_NATURAL_NAME.
9600 (classes_info, find_methods): Likewise.
9601
9602 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9603
9604 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9605 ``mach'' to the value determined by bfd_default_set_arch_mach().
9606
9607 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9608
9609 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9610 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9611 (mi-cmd-file.o): Update dependencies.
9612
9613 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9614
9615 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9616 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9617
9618 2003-04-01 Adam Fedor <fedor@gnu.org>
9619
9620 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9621 * language.h (struct language_defn): Add la_demangle.
9622 (language_demangle): Declare.
9623 * language.c (language_demangle): New function.
9624 (unk_lang_demangle): Likewise.
9625 (unknown_language_defn, auto_language_defn, local_language_defn):
9626 Add ukn_lang_demangle.
9627 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9628 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9629 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9630 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9631 * jv-lang.c (java_demangle): New function
9632 (java_language_defn): Use it for la_demangle element.
9633 * objc-lang.c (objc_demangle): Add options argument
9634 (objc_language_defn): Use objc_demangle for la_demangle element.
9635 * maint.c (maintenance_demangle): Replace switch with
9636 call to language_demangle.
9637 * utils.c (fprintf_symbol_filtered): Likewise.
9638
9639 2003-04-01 Andrew Cagney <cagney@redhat.com>
9640
9641 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9642 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9643 PRINT_TYPELESS_INTEGER.
9644 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9645 PUSH_RETURN_ADDRESS.
9646
9647 2003-04-01 Andrew Cagney <cagney@redhat.com>
9648
9649 * Makefile.in (d10v-tdep.o): Update dependencies.
9650 * d10v-tdep.c: Include "frame-base.h".
9651 (d10v_frame_unwind): Make constant.
9652 (d10v_frame_base_address): New function.
9653 (d10v_frame_base): New variable.
9654 (d10v_gdbarch_init): Set frame_base default.
9655 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9656 comment for base.
9657 (d10v_frame_unwind_cache): Set and use "prev_sp".
9658 (d10v_frame_this_id): Use the previous frame's inner most stack
9659 address and this frame's func address for the frame ID. Use
9660 frame_id_build. Don't analyze beyond the current instruction.
9661
9662 2003-04-01 Andrew Cagney <cagney@redhat.com>
9663
9664 * frame.h (get_frame_locals_address, get_frame_args_address):
9665 Refer to the base address, instead of the address of the first
9666 local or parameter.
9667
9668 2003-04-01 Andrew Cagney <cagney@redhat.com>
9669
9670 Add frame debug info addresses:
9671 * frame-base.c: New file.
9672 * frame-base.h: New file.
9673 * frame.h (struct frame_base): Add opaque declaration.
9674 (get_frame_base): Update comment.
9675 (get_frame_base_address): Declare.
9676 (get_frame_locals_address): Declare.
9677 (get_frame_args_address): Declare.
9678 (struct frame_info): Add "base" and "base_cache". Update
9679 comments on the unwinder.
9680 * frame.c: Include "frame-base.h".
9681 (get_frame_locals_address): New function.
9682 (get_frame_base_address): New function.
9683 (get_frame_args_address): New function.
9684 * findvar.c (read_var_value): Use get_frame_locals_address and
9685 get_frame_args_address.
9686 * stack.c (frame_info): Use get_frame_locals_address and
9687 get_frame_args_address.
9688 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9689 moved to "frame-base.c".
9690 * printcmd.c (print_frame_nameless_args): Ditto.
9691 * symtab.h (address_class): Update comments.
9692 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9693 get_frame_base_address.
9694 * dwarf2expr.c (execute_stack_op): Ditto.
9695 * Makefile.in (frame_base_h): Define.
9696 (frame.o): Update dependencies.
9697 (frame-base.o): Add dependencies.
9698 (SFILES): Add frame-base.c.
9699 (COMMON_OBS): Add frame-base.o.
9700
9701 2003-04-01 Andrew Cagney <cagney@redhat.com>
9702
9703 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9704 CALL_DUMMY_LENGTH): Ditto.
9705 * gdbarch.c: Re-generate.
9706 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9707 (CALL_DUMMY_LENGTH): Delete macro.
9708 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9709 * arm-tdep.c (arm_gdbarch_init): Ditto.
9710 * avr-tdep.c (avr_gdbarch_init): Ditto.
9711 * cris-tdep.c (cris_gdbarch_init): Ditto.
9712 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9713 * frv-tdep.c (frv_gdbarch_init): Ditto.
9714 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9715 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9716 * i386-tdep.c (i386_gdbarch_init): Ditto.
9717 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9718 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9719 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9720 * mips-tdep.c (mips_gdbarch_init): Ditto.
9721 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9722 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9723 * s390-tdep.c (s390_gdbarch_init): Ditto.
9724 * sh-tdep.c (sh_gdbarch_init): Ditto.
9725 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9726 * v850-tdep.c (v850_gdbarch_init): Ditto.
9727 * vax-tdep.c (vax_gdbarch_init): Ditto.
9728 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9729
9730 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9731
9732 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9733
9734 2003-04-01 Andrew Cagney <cagney@redhat.com>
9735
9736 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9737 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9738 * gdbarch.h, gdbarch.c: Re-generate.
9739 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9740 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9741 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9742 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9743 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9744 * infcmd.c (run_stack_dummy): Simplify assuming
9745 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9746 * infrun.c (handle_inferior_event): Ditto.
9747 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9748 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9749 * arm-tdep.c (arm_gdbarch_init): Ditto.
9750 * avr-tdep.c (avr_gdbarch_init): Ditto.
9751 * cris-tdep.c (cris_gdbarch_init): Ditto.
9752 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9753 * frv-tdep.c (frv_gdbarch_init): Ditto.
9754 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9755 * i386-tdep.c (i386_gdbarch_init): Ditto.
9756 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9757 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9758 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9759 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9760 * mips-tdep.c (mips_gdbarch_init): Ditto.
9761 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9762 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9763 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9764 * s390-tdep.c (s390_gdbarch_init): Ditto.
9765 * sh-tdep.c (sh_gdbarch_init): Ditto.
9766 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9767 * v850-tdep.c (v850_gdbarch_init): Ditto.
9768 * vax-tdep.c (vax_gdbarch_init): Ditto.
9769 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9770
9771 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9772
9773 * symfile.c (symfile_relocate_debug_section): Update call to
9774 bfd_simple_get_relocated_section_contents.
9775
9776 2003-03-31 Andrew Cagney <cagney@redhat.com>
9777
9778 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9779 * gdbarch.h, gdbarch.c: Regenerate.
9780 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9781 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9782 available.
9783 * frame.h (generic_fix_call_dummy): Delete declaration.
9784 * dummy-frame.h: Update comment.
9785 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9786 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9787 fix_call_dummy.
9788 * sh-tdep.c (sh_gdbarch_init): Ditto.
9789 * s390-tdep.c (s390_gdbarch_init): Ditto.
9790 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9791 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9792 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9793 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9794 * i386-tdep.c (i386_gdbarch_init): Ditto.
9795 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9796 * frv-tdep.c (frv_gdbarch_init): Ditto.
9797 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9798 * cris-tdep.c (cris_gdbarch_init): Ditto.
9799 * avr-tdep.c (avr_gdbarch_init): Ditto.
9800 * arm-tdep.c (arm_gdbarch_init): Ditto.
9801
9802 2003-03-31 J. Brobecker <brobecker@gnat.com>
9803
9804 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9805 (INIT_FRAME_AP): Likewise.
9806 (EXTRA_FRAME_INFO): Likewise.
9807
9808 2003-03-31 Andrew Cagney <cagney@redhat.com>
9809
9810 * gdbarch.sh: Include "symfile.h".
9811 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9812 * gdbarch.h, gdbarch.c: Re-generate.
9813 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9814 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9815 call_dummy_address, the default is at entry_point_address.
9816 * v850-tdep.c (v850_gdbarch_init): Ditto.
9817 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9818 * sh-tdep.c (sh_gdbarch_init): Ditto.
9819 * s390-tdep.c (s390_gdbarch_init): Ditto.
9820 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9821 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9822 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9823 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9824 * i386-tdep.c (i386_gdbarch_init): Ditto.
9825 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9826 * frv-tdep.c (frv_gdbarch_init): Ditto.
9827 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9828 * cris-tdep.c (cris_gdbarch_init): Ditto.
9829 * arm-tdep.c (arm_gdbarch_init): Ditto.
9830
9831 2003-03-31 Andrew Cagney <cagney@redhat.com>
9832
9833 * gdbarch.sh (CALL_DUMMY_P): Delete.
9834 * gdbarch.h, gdbarch.c: Re-generate.
9835 * inferior.h (CALL_DUMMY_P): Delete macro.
9836 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9837 * vax-tdep.c (vax_gdbarch_init): Update.
9838 * v850-tdep.c (v850_gdbarch_init): Update.
9839 * sparc-tdep.c (sparc_gdbarch_init): Update.
9840 * sh-tdep.c (sh_gdbarch_init): Update.
9841 * s390-tdep.c (s390_gdbarch_init): Update.
9842 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9843 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9844 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9845 * mips-tdep.c (mips_gdbarch_init): Update.
9846 * mcore-tdep.c (mcore_gdbarch_init): Update.
9847 * m68k-tdep.c (m68k_gdbarch_init): Update.
9848 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9849 * ia64-tdep.c (ia64_gdbarch_init): Update.
9850 * i386-tdep.c (i386_gdbarch_init): Update.
9851 * h8300-tdep.c (h8300_gdbarch_init): Update.
9852 * frv-tdep.c (frv_gdbarch_init): Update.
9853 * d10v-tdep.c (d10v_gdbarch_init): Update.
9854 * cris-tdep.c (cris_gdbarch_init): Update.
9855 * breakpoint.c (deprecated_frame_in_dummy): Update.
9856 * avr-tdep.c (avr_gdbarch_init): Update.
9857 * alpha-tdep.c (alpha_gdbarch_init): Update.
9858 * arm-tdep.c (arm_gdbarch_init): Update.
9859 * dummy-frame.c (dummy_frame_this_id): Update comments.
9860 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9861 * frame.c (legacy_get_prev_frame): Ditto.
9862 * valops.c (call_function_by_hand): Delete function.
9863 (hand_function_call): Rename to call_function_by_hand
9864
9865 2003-03-30 Andrew Cagney <cagney@redhat.com>
9866
9867 2002-11-10 Klee Dienes <kdienes@apple.com>
9868 * value.h (struct value): Update comment.
9869
9870 2003-03-30 Andrew Cagney <cagney@redhat.com>
9871
9872 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9873 D10V_FP_REGNUM.
9874 (d10v_gdbarch_init): Do not set fp_regnum.
9875
9876 * frame.c (get_frame_base): Force ID initialization.
9877 (get_prev_frame): Move computation of the frame ID from here ...
9878 (get_frame_id): ... to here.
9879 (legacy_get_prev_frame): Mark the frame ID as valid.
9880 * frame.h (struct frame_info): Add field "id_p".
9881
9882 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9883
9884 * i386-tdep.c (i386_store_struct_return): Removed.
9885 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9886
9887 2003-03-30 Andrew Cagney <cagney@redhat.com>
9888
9889 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9890 * gdbarch.h, gdbarch.c: Regenerate.
9891 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9892 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9893 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9894 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9895 * i386-tdep.c (i386_gdbarch_init): Ditto.
9896 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9897 * cris-tdep.c (cris_gdbarch_init): Ditto.
9898 * vax-tdep.c (vax_gdbarch_init): Ditto.
9899 * s390-tdep.c (s390_gdbarch_init): Ditto.
9900 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9901 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9902 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9903 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9904 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9905 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9906 * sparc-tdep.c (sparc_gdbarch_init): Update.
9907 * sh-tdep.c (sh_gdbarch_init): Update.
9908 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9909 * mips-tdep.c (mips_gdbarch_init): Update.
9910 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9911 * ia64-tdep.c (ia64_gdbarch_init): Update.
9912 * frv-tdep.c (frv_gdbarch_init): Update.
9913 * avr-tdep.c (avr_gdbarch_init): Update.
9914 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9915 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9916 instead of when push_dummy_call is not available.
9917
9918 2003-03-30 Andrew Cagney <cagney@redhat.com>
9919
9920 * infttrace.c: Include "gdbthread.h".
9921 (parent_attach_all): Fix function signature.
9922 (call_ptrace): Update call.
9923 * Makefile.in (infttrace.o): Update dependencies.
9924
9925 2003-03-30 Andrew Cagney <cagney@redhat.com>
9926
9927 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9928 PUSH_RETURN_ADDRESS.
9929 * gdbarch.h, gdbarch.c: Regenerate.
9930 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9931 * x86-64-tdep.c (x86_64_init_abi): Update.
9932 * v850-tdep.c (v850_gdbarch_init): Update.
9933 * sparc-tdep.c (sparc_gdbarch_init): Update.
9934 * sh-tdep.c (sh_gdbarch_init): Update.
9935 * s390-tdep.c (s390_gdbarch_init): Update.
9936 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9937 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9938 * mips-tdep.c (mips_gdbarch_init): Update.
9939 * mcore-tdep.c (mcore_gdbarch_init): Update.
9940 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9941 * ia64-tdep.c (ia64_gdbarch_init): Update.
9942 * i386-tdep.c (i386_gdbarch_init): Update.
9943 * h8300-tdep.c (h8300_gdbarch_init): Update.
9944 * frv-tdep.c (frv_gdbarch_init): Update.
9945 * cris-tdep.c (cris_gdbarch_init): Update.
9946 * avr-tdep.c (avr_gdbarch_init): Update.
9947 * arm-tdep.c (arm_gdbarch_init): Update.
9948 * valops.c (hand_function_call): Update.
9949
9950 2003-03-29 Andrew Cagney <cagney@redhat.com>
9951
9952 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9953 sizeof_call_dummy_words.
9954 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9955 define.
9956 * gdbarch.h: Regenerate.
9957
9958 2003-03-29 Andrew Cagney <cagney@redhat.com>
9959
9960 * infttrace.h: New file.
9961 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9962 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9963 (hpread_read_doc_function_type): Detect an initialized type1.
9964 (hpread_quick_traverse): Initialize mod_name_string.
9965 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9966 (som_solib_get_solib_by_pc): Declare.
9967 (so_lib_thread_start_addr): Declare.
9968 (no_shared_libraries): Declare.
9969 * somread.c (init_import_symbols): Make static. Add forward
9970 declaration.
9971 * config/pa/nm-hppah.h: Include "infttrace.h" for
9972 parent_attach_all.
9973 (hppa_insert_hw_watchpoint): Declare.
9974 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9975 * hppah-nat.c: Include "gdb_string.h".
9976 (parent_attach_all): Delete extern declaration, moved to
9977 "infttrace.h".
9978 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9979 int.
9980 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9981 * Makefile.in (infttrace_h): Define.
9982 (hpread.o): Update dependencies.
9983 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9984 * hppa-hpux-tdep.c: Include "gdb_string.h".
9985 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9986 * infrun.c (handle_inferior_event): Always initialize
9987 stepped_after_stopped_by_watchpoint. Add default and remove
9988 fallthrough in switch statement.
9989 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9990 parameter to int.
9991 (hppa_remove_hw_watchpoint): Ditto.
9992
9993 2003-03-29 Andrew Cagney <cagney@redhat.com>
9994
9995 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9996 offset.
9997
9998 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9999
10000 * arm-tdep.c (arm_push_arguments): Delete.
10001 (struct stack_item): New type.
10002 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10003 (arm_store_struct_return): Delte.
10004 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10005 arm_push_arguments or arm_store_struct_return.
10006
10007 2003-03-28 Andrew Cagney <cagney@redhat.com>
10008
10009 * Makefile.in (d10v-tdep.o): Update dependencies.
10010 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10011 * d10v-tdep.c: Include "remote.h".
10012 (target_resume_hook): Delete extern declaration.
10013 (target_wait_loop_hook): Ditto.
10014 (tdisassemble_command): Eliminate assignment in "if" conditional.
10015 (d10v_ts2_register_sim_regno): Eliminate call to
10016 legacy_register_sim_regno.
10017 (d10v_ts3_register_sim_regno): Ditto.
10018
10019 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10020
10021 * thread.c: Reindented.
10022 * lin-lwp.c: Ditto.
10023 * linux-proc.c: Ditto.
10024
10025 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10026
10027 * MAINTAINERS (write after approval): Add myself.
10028
10029 2003-03-27 Theodore A. Roth <troth@openavr.org>
10030
10031 * objc-exp.y: Add missing semi-colons.
10032
10033 2003-03-27 Andrew Cagney <cagney@redhat.com>
10034
10035 * regcache.c (write_sp): Delete function and references.
10036 * inferior.h (write_sp): Delete declaration.
10037 * valops.c (hand_function_call): Replace write_sp with
10038 TARGET_WRITE_SP.
10039 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10040 (sparc_pop_frame): Ditto.
10041
10042 2003-03-27 Andrew Cagney <cagney@redhat.com>
10043
10044 * NEWS: Mention removal of support for hppa*-*-bsd* and
10045 hppa*-*-osf* natives, and hppa*-*-pro* target.
10046 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10047 * config/pa/xm-pa.h: Obsolete file.
10048 * config/pa/xm-hppab.h: Obsolete file.
10049 * config/pa/nm-hppab.h: Obsolete file.
10050 * config/pa/tm-hppab.h: Obsolete file.
10051 * config/pa/tm-hppao.h: Obsolete file.
10052 * config/pa/nm-hppao.h: Obsolete file.
10053 * config/pa/tm-pro.h: Obsolete file.
10054 * config/pa/hppaosf.mt: Obsolete file.
10055 * config/pa/hppaosf.mh: Obsolete file.
10056 * config/pa/hppapro.mt: Obsolete file.
10057 * config/pa/hppabsd.mt: Obsolete file.
10058 * config/pa/hppabsd.mh: Obsolete file.
10059 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10060 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10061 hppa*-*-osf*.
10062
10063 2003-03-27 Andrew Cagney <cagney@redhat.com>
10064
10065 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10066 push_arguments. Don't set push_return_address or write_sp.
10067 (d10v_push_dummy_call): Replace d10v_push_arguments.
10068 (d10v_push_return_address, d10v_write_sp): Delete function,
10069 handled by push_dummy_call.
10070
10071 2003-03-26 Andrew Cagney <cagney@redhat.com>
10072
10073 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10074 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10075 regcache and dummy_addr parameters.
10076 * gdbarch.h, gdbarch.c: Re-generate.
10077 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10078 available; assume it will handle stack alignment and return
10079 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10080 legacy_push_arguments.
10081 (legacy_push_arguments): Rename default_push_arguments.
10082 * value.h (legacy_push_arguments): Rename default_push_arguments.
10083 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10084 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10085 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10086 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10087 * config/i386/tm-symmetry.h: Update.
10088 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10089 * x86-64-tdep.c (x86_64_init_abi): Update.
10090 * v850-tdep.c (v850_gdbarch_init): Update.
10091 * sparc-tdep.c (sparc_gdbarch_init): Update.
10092 * sh-tdep.c (sh_gdbarch_init): Update.
10093 * s390-tdep.c (s390_gdbarch_init): Update.
10094 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10095 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10096 * mips-tdep.c (mips_gdbarch_init): Update.
10097 * mcore-tdep.c (mcore_gdbarch_init): Update.
10098 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10099 * ia64-tdep.c (ia64_gdbarch_init): Update.
10100 * i386-tdep.c (i386_gdbarch_init): Update.
10101 * hppa-tdep.c (hppa_gdbarch_init): Update.
10102 * h8300-tdep.c (h8300_gdbarch_init): Update.
10103 * frv-tdep.c (frv_gdbarch_init): Update.
10104 * d10v-tdep.c (d10v_gdbarch_init): Update.
10105 * cris-tdep.c (cris_gdbarch_init): Update.
10106 * avr-tdep.c (avr_gdbarch_init): Update.
10107 * arm-tdep.c (arm_gdbarch_init): Update.
10108 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10109 * alpha-tdep.c (alpha_gdbarch_init): Update.
10110
10111 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10112
10113 * signals/signals.c (do_target_signal_to_host): Correct realtime
10114 signal range test.
10115
10116 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10117
10118 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10119 (struct sal_chain, map_catch_names): Remove.
10120 (catch_exception_command_1): Don't call
10121 handle_gnu_4_16_catch_command.
10122
10123 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10124
10125 From Mark Dettinger <dettinge@de.ibm.com>:
10126 * dwarf2cfi.c (read_2u): Increment pointer by two.
10127
10128 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10129
10130 * signals/signals.c: Fix typos in last change.
10131
10132 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10133
10134 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10135 not already defined. Use __SIGRTMIN if available.
10136 (target_signal_from_host): Remove SIGRTMIN block.
10137 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10138 the signal is within the realtime range.
10139
10140 2003-03-25 Adam Fedor <fedor@gnu.org>
10141
10142 * Makefile.in (infrun.o): Add $(language_h)
10143 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10144 for language specific trampolines.
10145 * language.h (struct language_defn): Add skip_trampoline.
10146 (skip_language_trampoline): Declare.
10147 * language.c (unk_lang_trampoline, skip_language_trampoline):
10148 New functions.
10149 (unknown_language_defn, auto_language_defn, local_language_defn):
10150 Add ukn_lang_trampoline.
10151 * ada-lang.c (ada_language_defn): Add NULL for language
10152 specific skip_trampoline.
10153 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10154 scm-lang.c: Likewise.
10155 * objc-lang.c (objc_skip_trampoline): New function.
10156 (objc_language_defn): Add objc_skip_trampoline.
10157
10158 2003-03-25 Andrew Cagney <cagney@redhat.com>
10159
10160 * frame.c (get_prev_frame): Delay validating a frame's ID -
10161 non-NULL, didn't go backwards - until an attempt to unwind it to
10162 the previous frame.
10163
10164 2003-03-25 Andrew Cagney <cagney@redhat.com>
10165
10166 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10167 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10168 * gdbarch.h, gdbarch.c: Re-generate.
10169 * config/sparc/tm-sparc.h
10170 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10171 * sparc-tdep.c (sparc_gdbarch_init): Set
10172 deprecated_extra_stack_alignment_needed.
10173 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10175 extra_stack_alignment_needed.
10176 * v850-tdep.c (v850_gdbarch_init): Ditto.
10177 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10178 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10179 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10180 * cris-tdep.c (cris_gdbarch_init): Ditto.
10181 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10183
10184 2003-03-25 Andrew Cagney <cagney@redhat.com>
10185
10186 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10187 STORE_STRUCT_RETURN.
10188 * gdbarch.h, gdbarch.c: Regenerate.
10189 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10190 (d10v_push_arguments): Set the struct return register.
10191 (d10v_gdbarch_init): Update.
10192 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10193 * x86-64-tdep.c (x86_64_init_abi): Update.
10194 * vax-tdep.c (vax_gdbarch_init): Update.
10195 * v850-tdep.c (v850_gdbarch_init): Update.
10196 * sparc-tdep.c (sparc_gdbarch_init): Update.
10197 * sh-tdep.c (sh_gdbarch_init): Update.
10198 * s390-tdep.c (s390_gdbarch_init): Update.
10199 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10200 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10201 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10202 * mips-tdep.c (mips_gdbarch_init): Update.
10203 * mcore-tdep.c (mcore_gdbarch_init): Update.
10204 * m68k-tdep.c (m68k_gdbarch_init): Update.
10205 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10206 * ia64-tdep.c (ia64_gdbarch_init): Update.
10207 * i386-tdep.c (i386_gdbarch_init): Update.
10208 * hppa-tdep.c (hppa_gdbarch_init): Update.
10209 * h8300-tdep.c (h8300_gdbarch_init): Update.
10210 * frv-tdep.c (frv_gdbarch_init): Update.
10211 * cris-tdep.c (cris_gdbarch_init): Update.
10212 * avr-tdep.c (avr_gdbarch_init): Update.
10213 * arm-tdep.c (arm_gdbarch_init): Update.
10214 * alpha-tdep.c (alpha_gdbarch_init): Update.
10215
10216 2003-03-25 Andrew Cagney <cagney@redhat.com>
10217
10218 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10219 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10220 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10221 * gdbarch.h, gdbarch.c: Regenerate.
10222 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10223 call_dummy_stack_adjust_p.
10224 * vax-tdep.c (vax_gdbarch_init): Ditto.
10225 * v850-tdep.c (v850_gdbarch_init): Ditto.
10226 * sh-tdep.c (sh_gdbarch_init): Ditto.
10227 * s390-tdep.c (s390_gdbarch_init): Ditto.
10228 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10229 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10230 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10231 * mips-tdep.c (mips_gdbarch_init): Ditto.
10232 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10233 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10234 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10235 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10236 * i386-tdep.c (i386_gdbarch_init): Ditto.
10237 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10238 * frv-tdep.c (frv_gdbarch_init): Ditto.
10239 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10240 * cris-tdep.c (cris_gdbarch_init): Ditto.
10241 * avr-tdep.c (avr_gdbarch_init): Ditto.
10242 * arm-tdep.c (arm_gdbarch_init): Ditto.
10243 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10244 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10245 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10246 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10247 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10248 call_dummy_stack_adjust_p.
10249 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10250 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10251 * sparc-tdep.c (sparc32_push_arguments): Update.
10252 * valops.c (hand_function_call): Update.
10253
10254 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10255
10256 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10257 set_gdbarch_char_signed.
10258
10259 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10260
10261 PR cli/548
10262 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10263
10264 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10265
10266 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10267 (_initialize_arm_tdep): Don't set tm_print_insn.
10268
10269 2003-03-24 Adam Fedor <fedor@gnu.org>
10270
10271 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10272 * objc-lang.h: Add multiple inclusion protection.
10273 (start_msglist, add_msglist, end_msglist): Additional declarations.
10274
10275 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10276
10277 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10278 value was renamed to ARM_FLOAT_SOFT_FPA.
10279
10280 2003-03-23 Andrew Cagney <cagney@redhat.com>
10281
10282 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10283 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10284 * gdbarch.h, gdbarch.c: Regenerate.
10285 * valops.c (hand_function_call): Update.
10286 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10287 * frame.c (legacy_saved_regs_this_id): Update.
10288 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10289 * dummy-frame.h: Update.
10290 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10291 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10292 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10293 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10294 * config/m68k/tm-sun3.h: Update.
10295 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10296 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10297 * x86-64-tdep.c (x86_64_init_abi): Update.
10298 * vax-tdep.c (vax_gdbarch_init): Update.
10299 * v850-tdep.c (v850_gdbarch_init): Update.
10300 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10301 * sh-tdep.c (sh_gdbarch_init): Update.
10302 * s390-tdep.c (s390_gdbarch_init): Update.
10303 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10304 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10305 (frame_get_saved_regs): Update.
10306 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10307 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10308 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10309 * mips-tdep.c (mips_gdbarch_init): Update.
10310 * mcore-tdep.c (mcore_gdbarch_init): Update.
10311 * m68k-tdep.c (m68k_gdbarch_init): Update.
10312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10313 * ia64-tdep.c (ia64_gdbarch_init): Update.
10314 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10315 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10316 (i386_interix_back_one_frame): Update.
10317 * hppa-tdep.c (hppa_gdbarch_init): Update.
10318 (hppa_init_extra_frame_info): Update.
10319 * h8300-tdep.c (h8300_gdbarch_init): Update.
10320 * frv-tdep.c (frv_gdbarch_init): Update.
10321 * cris-tdep.c (cris_gdbarch_init): Update.
10322 * avr-tdep.c (avr_gdbarch_init): Update.
10323 * arm-tdep.c (arm_gdbarch_init): Update.
10324 * alpha-tdep.c (alpha_gdbarch_init): Update.
10325
10326 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10327
10328 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10329 (arm_get_fp_model): Declare.
10330 * arm-tdep.c (fp_model_strings): New string array.
10331 (arm_fp_model, current_fp_model): New variables.
10332 (arm_get_fp_model): New function.
10333 (arm_set_fp): New function.
10334 (set_fp_model_sfunc): New function.
10335 (show_fp_model): New function.
10336 (_initialize_arm_tdep): Add new command to set/show the FPU.
10337 (arm_extract_return_value): Use arm_get_fp_model.
10338 (arm_store_return_value): Likewise.
10339 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10340 to initialize the floating-point data types.
10341 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10342 model is FPA.
10343
10344 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10345
10346 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10347 the current setting of each value.
10348 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10349 new_set and new_show. Use add_setshow_cmd_full and
10350 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10351 commands and add new version as subcommands of "set/show arm".
10352
10353 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10354
10355 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10356 (set_arm_command, show_arm_command): New functions.
10357 (_initialize_arm_tdep): Add them.
10358 (num_disassembly_options): Renamed from num_flavor_options.
10359 (valid_disassembly_styles): Renamed from valid_flavors.
10360 (disassembly_style): Renamed from disassembly_flavor.
10361 (set_disassembly_style_sfunc): Renamed from
10362 set_disassembly_flavor_sfunc.
10363 (set_disassembly_style): Renamed from set_disassembly_flavor.
10364 (arm_othernames): Updated.
10365 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10366 command. Add "set/show arm disassembly" commands. Deprecate
10367 "othernames" command.
10368
10369 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10370
10371 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10372 (arm-tdep.o): Depend on elf_arm_h.
10373
10374 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10375
10376 * Makefile.in (coff_internal_h): Define.
10377 (arm-tdep.o): Update dependencies.
10378
10379 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10380
10381 * arm-tdep.c (prologue_cache): Delete.
10382 (check_prologue_cache, save_prologue_cache): Delete.
10383 (arm_scan_prologue): Don't check or update the prologue_cache.
10384 (arm_gdb_arch_init): Don't initialize it.
10385 (_initialize_arm_tdep): Likewise.
10386
10387 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10388
10389 * MAINTAINERS (tui): Maintainer of tui code.
10390
10391 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10392
10393 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10394 (i386-cygwin-tdep.o): Add dependencies.
10395 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10396 * i386-cygwin-tdep.c: New file.
10397 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10398 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10399
10400 2003-03-20 Andrew Cagney <cagney@redhat.com>
10401
10402 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10403 (handle_inferior_event): Remove code calling
10404 DYNAMIC_TRAMPOLINE_NEXTPC.
10405
10406 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10407 already has a full path.
10408
10409 * main.c (gdb_main): Return 1.
10410 (captured_main): Call error to report an invalid interpreter.
10411
10412 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10413 * alpha-osf1-tdep.c: Include "gdb_string.h".
10414
10415 2003-03-19 J. Brobecker <brobecker@gnat.com>
10416
10417 Continuing work to convert the hppa targets to multiarch partial.
10418
10419 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10420 method, now that hppa_push_dummy_frame has a conformant prototype.
10421 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10422 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10423 for the switch to multiarch partial.
10424
10425 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10426
10427 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10428 when iss is issNull.
10429
10430 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10431
10432 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10433 NUM_REGS bounds check.
10434
10435 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10436
10437 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10438 * mips-tdep.c (gdb_assert.h): Include.
10439 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10440 (mips_register_name): Handle integer registers explicitly. Add
10441 bounds checking.
10442 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10443 (mips_lsi33k_reg_names): Don't list integer registers; they're
10444 handled by mips_register_name() now.
10445 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10446 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10447 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10448 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10449 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10450
10451 2003-03-18 Andrew Cagney <cagney@redhat.com>
10452
10453 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10454 a void pointer.
10455 * gdbtypes.h (print_scalar_formatted): Update declaration.
10456 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10457
10458 2003-03-18 J. Brobecker <brobecker@gnat.com>
10459
10460 * infrun.c (observer.h): Add #include.
10461 (normal_stop): Add call to observer_notify_normal_stop.
10462 * Makefile.in (infrun.o): Add dependency on observer.h.
10463
10464 2003-03-18 J. Brobecker <brobecker@gnat.com>
10465
10466 Continuing work to convert the hppa targets to multiarch partial.
10467 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10468 parameter. Reformat comment.
10469 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10470 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10471 to match new profile.
10472
10473 2003-03-18 J. Brobecker <brobecker@gnat.com>
10474
10475 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10476 appear to be working in any case.
10477
10478 2003-03-18 J. Brobecker <brobecker@gnat.com>
10479
10480 * observer.c (observer_test_first_observer): New static variable.
10481 (observer_test_second_observer): Likewise.
10482 (observer_test_third_observer): Likewise.
10483 (observer_test_first_notification_function): New static function.
10484 (observer_test_second_notification_function): Likewise.
10485 (observer_test_third_notification_function): Likewise.
10486
10487 2003-03-17 J. Brobecker <brobecker@gnat.com>
10488
10489 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10490 * somsolib.c (gdb_assert.h): Likewise.
10491 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10492 (somsolib.o): Likewise.
10493
10494 2003-03-17 Andrew Cagney <cagney@redhat.com>
10495
10496 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10497 BFD. Simplify setting of di.endian.
10498
10499 2003-03-17 Andrew Cagney <cagney@redhat.com>
10500
10501 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10502 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10503
10504 From Elena Zannoni <ezannoni@redhat.com>
10505 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10506 vector and floating-point parameters.
10507 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10508 convention.
10509 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10510
10511 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10512
10513 * MAINTAINERS: Remove my name from several maintainership roles.
10514
10515 2003-03-17 Andrew Cagney <cagney@redhat.com>
10516
10517 Fix frame off-by-one bug.
10518 * frame-unwind.h (frame_this_id_ftype): Replace
10519 frame_unwind_id_ftype.
10520 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10521 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10522 with "prev_register".
10523 * frame-unwind.c (frame_unwind_find_by_pc): Return
10524 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10525 comment.
10526 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10527 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10528 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10529 (dummy_frame_unwind): Update.
10530 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10531 sentinel_frame_register_unwind.
10532 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10533 (sentinel_frame_unwinder): Update.
10534 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10535 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10536 * frame.c (create_sentinel_frame): Update. Initialize
10537 "prologue_cache" instead of "unwind_cache".
10538 (frame_register_unwind): Call this frame's prev_register with the
10539 next frame and this frame's prologue cache.
10540 (get_prev_frame): Simplify. Always call prev frame's this_id with
10541 this frame and prev frame's prologue cache. Document that this
10542 call is shifted one to the left when compared to the
10543 frame_register_unwind call.
10544 (legacy_saved_regs_prev_register): Replace
10545 frame_saved_regs_register_unwind.
10546 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10547 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10548 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10549 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10550 (d10v_frame_unwind): Update.
10551 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10552 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10553 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10554 "saved_regs" with "this_saved_regs".
10555
10556 2003-03-16 Andrew Cagney <cagney@redhat.com>
10557
10558 * frame.c (frame_pop): Don't call target_store_registers. Fix
10559 problem reported by Mark Kettenis.
10560
10561 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10562
10563 * i386-tdep.c (i386_register_type): Renamed from
10564 i386_register_virtual_type. Adjust function signature.
10565 (i386_gdbarch_init): Set register_type instead of
10566 deprecated_max_register_raw_size,
10567 deprecated_max_register_virtual_size and register_virtual_type.
10568
10569 2003-03-14 Andrew Cagney <cagney@redhat.com>
10570
10571 * frame.c (get_prev_frame): When a legacy frame, always call
10572 legacy_get_prev_frame. Simplify unwind code using assumption that
10573 the unwinder is new.
10574 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10575 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10576 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10577
10578 2003-03-14 Andrew Cagney <cagney@redhat.com>
10579
10580 * frame.c (get_saved_register): Delete function.
10581 * frame.h (get_saved_register): Delete declaration.
10582 * xstormy16-tdep.c: Update comment.
10583 * regcache.h: Update comments.
10584 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10585 get_saved_register and extract_address, use
10586 frame_read_unsigned_register.
10587 (sparc_frame_saved_pc): Ditto.
10588 (sparc_get_saved_register): Instead of get_saved_register, use
10589 frame_register.
10590 (sparc_pop_frame): Ditto.
10591 * findvar.c: Update comments.
10592 (value_of_register): Call frame_register instead of
10593 get_saved_register.
10594 (value_from_register): Ditto.
10595 * config/sparc/tm-sparc.h: Update comment.
10596 * breakpoint.c: Update comment.
10597
10598 2003-03-14 Andrew Cagney <cagney@redhat.com>
10599
10600 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10601 GET_SAVED_REGISTER.
10602 * gdbarch.h, gdbarch.c: Re-generate.
10603 * frame.h: Update comments.
10604 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10605 * x86-64-tdep.c (x86_64_init_abi): Update.
10606 * sparc-tdep.c (sparc_gdbarch_init): Update.
10607 * sh-tdep.c (sh_gdbarch_init): Update.
10608 * mips-tdep.c (mips_gdbarch_init): Update.
10609 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10610 * cris-tdep.c (cris_gdbarch_init): Update.
10611 * ia64-tdep.c (ia64_gdbarch_init): Update.
10612 * frame.c (frame_register): Update.
10613 (get_saved_register): Update.
10614 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10615
10616 2003-03-13 Andrew Cagney <cagney@redhat.com>
10617
10618 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10619 * gdbarch.h, gdbarch.c: Regenerate.
10620 * valops.c (hand_function_call): Update comment.
10621 * stack.c (return_command): Update comment.
10622 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10623 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10624 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10625 * x86-64-tdep.c (x86_64_init_abi): Update.
10626 * vax-tdep.c (vax_gdbarch_init): Update.
10627 * v850-tdep.c (v850_gdbarch_init): Update.
10628 * sparc-tdep.c (sparc_gdbarch_init): Update.
10629 * sh-tdep.c (sh_gdbarch_init): Update.
10630 * s390-tdep.c (s390_gdbarch_init): Update.
10631 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10632 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10633 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10634 * mips-tdep.c (mips_gdbarch_init): Update.
10635 * mcore-tdep.c (mcore_gdbarch_init): Update.
10636 * m68k-tdep.c (m68k_gdbarch_init): Update.
10637 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10638 * ia64-tdep.c (ia64_gdbarch_init): Update.
10639 * i386-tdep.c (i386_gdbarch_init): Update.
10640 * hppa-tdep.c (hppa_gdbarch_init): Update.
10641 * h8300-tdep.c (h8300_gdbarch_init): Update.
10642 * frv-tdep.c (frv_gdbarch_init): Update.
10643 * cris-tdep.c (cris_gdbarch_init): Update.
10644 * avr-tdep.c (avr_gdbarch_init): Update.
10645 * arm-tdep.c (arm_gdbarch_init): Update.
10646 * alpha-tdep.c (alpha_gdbarch_init): Update.
10647
10648 2003-03-13 Andrew Cagney <cagney@redhat.com>
10649
10650 * frame.c (legacy_frame_p): New function.
10651 (get_prev_frame): Use legacy_frame_p.
10652 * frame.h (legacy_frame_p): Declare.
10653
10654 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10655
10656 * MAINTAINERS (write after approval): Alphabetically
10657 listing corrected.
10658
10659 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10660
10661 * MAINTAINERS (write after approval): Add myself.
10662
10663 2003-03-12 Andrew Cagney <cagney@redhat.com>
10664
10665 * frame.c (get_prev_frame): Rename the frame parameter to
10666 "this_frame".
10667 (get_next_frame, legacy_get_prev_frame): Ditto.
10668
10669 2003-03-12 Andrew Cagney <cagney@redhat.com>
10670
10671 * frame.c (get_current_frame): Check target_has_registers before
10672 checking target_has_stack.
10673 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10674 instead of deprecated_selected_frame.
10675 * findvar.c (value_of_register): Pass "frame", not
10676 deprecated_selected_frame, to value_of_builtin_reg.
10677
10678 2003-03-12 Andrew Cagney <cagney@redhat.com>
10679
10680 * regcache.c (regcache_cooked_write_signed): New function.
10681 (regcache_cooked_write_unsigned): New function.
10682 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10683 (regcache_cooked_read_signed): Fix regnum in range assertion.
10684 * regcache.h (regcache_cooked_write_signed): Declare.
10685 (regcache_cooked_write_unsigned): Declare.
10686
10687 2003-03-12 Andrew Cagney <cagney@redhat.com>
10688
10689 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10690 * gdbarch.h, gdbarch.c: Re-generate.
10691 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10692 * x86-64-tdep.h: Update.
10693 * x86-64-tdep.c (x86_64_init_abi): Update.
10694 * v850-tdep.c (v850_gdbarch_init): Update.
10695 * sparc-tdep.c (sparc_gdbarch_init): Update.
10696 * sh-tdep.c (sh_gdbarch_init): Update.
10697 * s390-tdep.c (s390_gdbarch_init): Update.
10698 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10699 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10700 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10701 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10702 * mips-tdep.c (mips_gdbarch_init): Update.
10703 * mcore-tdep.c (mcore_gdbarch_init): Update.
10704 * m68k-tdep.c (m68k_gdbarch_init): Update.
10705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10706 * ia64-tdep.c (ia64_gdbarch_init): Update.
10707 * i386-tdep.c (i386_gdbarch_init): Update.
10708 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10709 * hppa-tdep.c (hppa_gdbarch_init): Update.
10710 * h8300-tdep.c (h8300_gdbarch_init): Update.
10711 * frv-tdep.c (frv_gdbarch_init): Update.
10712 * cris-tdep.c (cris_gdbarch_init): Update.
10713 * avr-tdep.c (avr_gdbarch_init): Update.
10714 * arm-tdep.c (arm_gdbarch_init): Update.
10715 * alpha-tdep.c (alpha_gdbarch_init): Update.
10716 * sh-tdep.c (sh_init_extra_frame_info): Update.
10717 (sh64_init_extra_frame_info): Update.
10718 * ns32knbsd-nat.c (frame_num_args): Update.
10719 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10720 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10721 (xstormy16_frame_chain_valid): Update.
10722 * vax-tdep.c (vax_saved_pc_after_call): Update.
10723 * v850-tdep.c (v850_frame_chain): Update.
10724 (v850_pop_frame): Update.
10725 (v850_init_extra_frame_info): Update.
10726 * sparc-tdep.c (setup_arbitrary_frame): Update.
10727 * ns32k-tdep.c (umax_frame_num_args): Update.
10728 * s390-tdep.c (s390_pop_frame_regular): Update.
10729 * mn10300-tdep.c (mn10300_frame_chain): Update.
10730 (mn10300_pop_frame_regular): Update.
10731 (mn10300_init_extra_frame_info): Update.
10732 * mips-tdep.c (mips_init_frame_pc_first): Update.
10733 (mips_frame_chain): Update.
10734 (mips_pop_frame): Update.
10735 * mcore-tdep.c (mcore_frame_chain): Update.
10736 (mcore_pop_frame): Update.
10737 (mcore_init_extra_frame_info): Update.
10738 * arch-utils.c (init_frame_pc_default): Update.
10739 * m68k-tdep.c (isi_frame_num_args): Update.
10740 (delta68_frame_num_args): Update.
10741 (news_frame_num_args): Update.
10742 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10743 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10744 (alpha_frame_chain): Update.
10745 (alpha_pop_frame): Update.
10746 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10747 (hppa_init_extra_frame_info): Update.
10748 (hppa_frame_chain): Update.
10749 (hppa_frame_chain_valid): Update.
10750 * cris-tdep.c (cris_init_extra_frame_info): Update.
10751 * avr-tdep.c (avr_init_extra_frame_info): Update.
10752 * arm-tdep.c (arm_frame_chain_valid): Update.
10753 (arm_init_extra_frame_info): Update.
10754 (arm_pop_frame): Update.
10755 * frame.c (frame_pc_unwind): Update.
10756 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10757 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10758 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10759 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10760 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10761 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10762
10763 2003-03-12 Andrew Cagney <cagney@redhat.com>
10764
10765 Eliminate the need for POP_FRAME.
10766 * frame.c (do_frame_unwind_register): New function.
10767 (frame_pop): When no POP_FRAME, pop the frame using register
10768 unwind and a scratch regcache.
10769 (frame_saved_regs_pop): Delete function.
10770 (trad_frame_unwinder): Update.
10771 * d10v-tdep.c (d10v_frame_pop): Delete function.
10772 (d10v_frame_unwind): Update.
10773 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10774 (sentinel_frame_unwinder): Update.
10775 * dummy-frame.c (dummy_frame_pop): Delete function.
10776 (dummy_frame_unwind): Update.
10777 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10778 (struct frame_unwind): Update.
10779
10780 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10781
10782 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10783 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10784 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10785 Do range checks on register number obtained from debugging info.
10786 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10787 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10788 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10789 mapping function.
10790 (do_fp_register_row): Fix typo which caused double type to be
10791 used when attempting to unpack a float.
10792
10793 2003-03-11 J. Brobecker <brobecker@gnat.com>
10794
10795 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10796
10797 2003-03-11 Andrew Cagney <cagney@redhat.com>
10798
10799 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10800 frame. Problem found by Corinna Vinschen.
10801
10802 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10803
10804 * doublest.c (floatformat_from_length): Accept also
10805 the real size of 'long double' type.
10806
10807 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10808
10809 From Klee Dienes <kdienes@apple.com>:
10810 * breakpoint.c (bpstat_copy): Copy the command lines as well
10811 as the old value, to match what is freed in bpstat_clear.
10812
10813 2003-03-10 David Carlton <carlton@math.stanford.edu>
10814
10815 * minsyms.c (add_minsym_to_hash_table): Replace
10816 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10817 (compare_minimal_symbols, compact_minimal_symbols)
10818 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10819 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10820 of DEPRECATED_SYMBOL_MATCHES_NAME.
10821 (lookup_minimal_symbol_solib_trampoline): Ditto.
10822
10823 2003-03-10 Andrew Cagney <cagney@redhat.com>
10824
10825 * regcache.h (regcache_cooked_read_ftype): Define.
10826 (regcache_save, regcache_restore): Add a cooked_read parameter.
10827 * regcache.c (regcache_save, regcache_restore): Update.
10828 (do_cooked_read): New function.
10829 (regcache_cpy): Pass do_cooked_read to regcache_save and
10830 regcache_restore.
10831
10832 2003-03-10 Andrew Cagney <cagney@redhat.com>
10833
10834 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10835 * gdbarch.h, gdbarch.c: Re-generate.
10836 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10837 * x86-64-tdep.h: Update.
10838 * x86-64-tdep.c (x86_64_init_abi): Update.
10839 * v850-tdep.c (v850_gdbarch_init): Update.
10840 * sparc-tdep.c (sparc_gdbarch_init): Update.
10841 * sh-tdep.c (sh_gdbarch_init): Update.
10842 * s390-tdep.c (s390_gdbarch_init): Update.
10843 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10844 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10845 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10846 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10847 * mips-tdep.c (mips_gdbarch_init): Update.
10848 * mcore-tdep.c (mcore_gdbarch_init): Update.
10849 * m68k-tdep.c (m68k_gdbarch_init): Update.
10850 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10851 * ia64-tdep.c (ia64_gdbarch_init): Update.
10852 * i386-tdep.c (i386_gdbarch_init): Update.
10853 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10854 * hppa-tdep.c (hppa_gdbarch_init): Update.
10855 * h8300-tdep.c (h8300_gdbarch_init): Update.
10856 * frv-tdep.c (frv_gdbarch_init): Update.
10857 * cris-tdep.c (cris_gdbarch_init): Update.
10858 * avr-tdep.c (avr_gdbarch_init): Update.
10859 * arm-tdep.c (arm_gdbarch_init): Update.
10860 * alpha-tdep.c (alpha_gdbarch_init): Update.
10861 * sh-tdep.c (sh_init_extra_frame_info): Update.
10862 (sh64_init_extra_frame_info): Update.
10863 * ns32knbsd-nat.c (frame_num_args): Update.
10864 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10865 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10866 (xstormy16_frame_chain_valid): Update.
10867 * vax-tdep.c (vax_saved_pc_after_call): Update.
10868 * v850-tdep.c (v850_frame_chain): Update.
10869 (v850_pop_frame): Update.
10870 (v850_init_extra_frame_info): Update.
10871 * sparc-tdep.c (setup_arbitrary_frame): Update.
10872 * ns32k-tdep.c (umax_frame_num_args): Update.
10873 * s390-tdep.c (s390_pop_frame_regular): Update.
10874 * mn10300-tdep.c (mn10300_frame_chain): Update.
10875 (mn10300_pop_frame_regular): Update.
10876 (mn10300_init_extra_frame_info): Update.
10877 * mips-tdep.c (mips_init_frame_pc_first): Update.
10878 (mips_frame_chain): Update.
10879 (mips_pop_frame): Update.
10880 * mcore-tdep.c (mcore_frame_chain): Update.
10881 (mcore_pop_frame): Update.
10882 (mcore_init_extra_frame_info): Update.
10883 * arch-utils.c (init_frame_pc_default): Update.
10884 * m68k-tdep.c (isi_frame_num_args): Update.
10885 (delta68_frame_num_args): Update.
10886 (news_frame_num_args): Update.
10887 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10888 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10889 (alpha_frame_chain): Update.
10890 (alpha_pop_frame): Update.
10891 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10892 (hppa_init_extra_frame_info): Update.
10893 (hppa_frame_chain): Update.
10894 (hppa_frame_chain_valid): Update.
10895 * cris-tdep.c (cris_init_extra_frame_info): Update.
10896 * avr-tdep.c (avr_init_extra_frame_info): Update.
10897 * arm-tdep.c (arm_frame_chain_valid): Update.
10898 (arm_init_extra_frame_info): Update.
10899 (arm_pop_frame): Update.
10900 * frame.c (frame_pc_unwind): Update.
10901 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10902 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10903 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10904 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10905 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10906 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10907
10908 2003-03-10 Andrew Cagney <cagney@redhat.com>
10909
10910 * gdbarch.sh (gdbarch_unwind_pc): New method.
10911 * gdbarch.h, gdbarch.c: Regenerate.
10912 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10913 but use read_pc and FRAME_SAVED_PC as fall backs.
10914 (frame_saved_regs_pc_unwind): Delete function.
10915 (trad_frame_unwinder): Update.
10916 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10917 (struct frame_unwind): Update.
10918 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10919 (dummy_frame_unwind): Update.
10920 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10921 (sentinel_frame_unwinder): Update.
10922 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10923 (d10v_frame_unwind): Update.
10924 (d10v_unwind_pc): New function.
10925 (d10v_gdbarch_init): Set unwind_pc.
10926
10927 2003-03-10 Andrew Cagney <cagney@redhat.com>
10928
10929 * gdbarch.h: Re-generate.
10930
10931 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10932 PC.
10933 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10934 the PC register.
10935
10936 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10937
10938 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10939
10940 2003-03-08 Andrew Cagney <cagney@redhat.com>
10941
10942 * cli-out.c: Update copyright.
10943 (cli_out_data): Define typedef. Use instead of ui_out_data.
10944
10945 2003-03-08 Andrew Cagney <cagney@redhat.com>
10946
10947 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10948 the result.
10949
10950 2003-03-07 Andrew Cagney <cagney@redhat.com>
10951
10952 * gdbarch.sh: Don't generate two macro definitions when an
10953 undefined macro taking no arguments.
10954 * gdbarch.h: Regenerate.
10955
10956 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10957
10958 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10959 (x86_64_unwind_dummy_id): New functions.
10960 (x86_64_init_abi): Register these two new functions.
10961
10962 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10963
10964 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10965 (x86_64_skip_prologue): Move prologue detection to
10966 separate function.
10967 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10968
10969 2003-03-05 Andrew Cagney <cagney@redhat.com>
10970
10971 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10972 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10973 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10974 to use unwind_dummy_id when a dummy frame.
10975 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10976 predicate.
10977 * gdbarch.h, gdbarch.c: Regneerate.
10978
10979 2003-03-05 Andrew Cagney <cagney@redhat.com>
10980
10981 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10982 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10983 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10984 values.
10985
10986 2003-03-05 Andrew Cagney <cagney@redhat.com>
10987
10988 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10989 (struct d10v_unwind_cache): Delete field "frameless". Replace
10990 "next_addr" with "sp_offset". Add "r11_offset".
10991 (d10v_frame_unwind_cache): Update.
10992 (prologue_find_regs): Update. When "mv r11, sp", save the
10993 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10994 RN was saved in r11_offset.
10995
10996 2003-03-05 Andrew Cagney <cagney@redhat.com>
10997
10998 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10999 cached PC value in the next frame.
11000
11001 2003-03-05 Andrew Cagney <cagney@redhat.com>
11002
11003 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11004 "id_unwind_cache" with "id".
11005 (frame_id_unwind): Delete declaration.
11006 * frame.c (frame_id_unwind): Delete function.
11007 (get_prev_frame): Call the frame id unwind method directly. Store
11008 the returned next frame's ID value in NEXT_FRAME. Note that there
11009 is a problem with the wrong unwind ID being called with the wrong
11010 unwind cache.
11011
11012 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11013
11014 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11015
11016 2003-03-05 James Ingham <jingham@apple.com>
11017 Daniel Jacobowitz <drow@mvista.com>
11018
11019 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11020 (auto_cp_abi): New variable.
11021 (current_cp_abi, num_cp_abis): Make static.
11022 (CP_ABI_MAX): Define.
11023 (cp_abis): Turn into an array.
11024 (value_virtual_fn_field): Fix formatting.
11025 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11026 takes a pointer.
11027 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11028 (list_cp_abis, _initialize_cp_abi): New functions.
11029 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11030 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11031 switch_to_cp_abi. Update prototype for register_cp_abi.
11032 * Makefile.in (cp-abi.o): Update dependencies.
11033 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11034 instead of switch_to_cp_abi.
11035 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11036 register_cp_abi.
11037 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11038 register_cp_abi.
11039 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11040
11041 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11042
11043 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11044 * dwarf2loc.c: Include "regcache.h".
11045 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11046 register_size.
11047 * Makefile.in (dwarf2loc.o): Update dependencies.
11048
11049 2003-03-04 Theodore A. Roth <troth@openavr.org>
11050
11051 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11052 number of io registers reported by remote target is not a multiple of
11053 step.
11054
11055 2003-03-04 David Carlton <carlton@math.stanford.edu>
11056
11057 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11058 (lookup_symbol_aux_psymtabs): Update call to
11059 lookup_partial_symbol.
11060 (lookup_transparent_type, find_main_psymtab)
11061 (make_symbol_overload_list): Ditto.
11062
11063 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11064
11065 * MAINTAINERS (Write after approval): Update my email address.
11066
11067 2003-03-03 Andrew Cagney <cagney@redhat.com>
11068
11069 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11070 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11071 predicate. Replace MAX_REGISTER_RAW_SIZE.
11072 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11073 MAX_REGISTER_VIRTUAL_SIZE.
11074 * regcache.c (legacy_max_register_raw_size): New function.
11075 (legacy_max_register_virtual_size): New function.
11076 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11077 (MAX_REGISTER_RAW_SIZE): Define.
11078 (legacy_max_register_raw_size): Declare.
11079 (legacy_max_register_virtual_size): Declare.
11080 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11081 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11082 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11083 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11084 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11085 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11086 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11087 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11088 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11090 * vax-tdep.c (vax_gdbarch_init): Update.
11091 * v850-tdep.c (v850_gdbarch_init): Update.
11092 * sparc-tdep.c (sparc_gdbarch_init): Update.
11093 * sh-tdep.c (sh_gdbarch_init): Update.
11094 * s390-tdep.c (s390_gdbarch_init): Update.
11095 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11096 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11097 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11098 * mips-tdep.c (mips_gdbarch_init): Update.
11099 * mcore-tdep.c (mcore_gdbarch_init): Update.
11100 * m68k-tdep.c (m68k_gdbarch_init): Update.
11101 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11102 * ia64-tdep.c (ia64_gdbarch_init): Update.
11103 * i386-tdep.c (i386_gdbarch_init): Update.
11104 * hppa-tdep.c (hppa_gdbarch_init): Update.
11105 * h8300-tdep.c (h8300_gdbarch_init): Update.
11106 * frv-tdep.c (frv_gdbarch_init): Update.
11107 * cris-tdep.c (cris_gdbarch_init): Update.
11108 * avr-tdep.c (avr_gdbarch_init): Update.
11109 * arm-tdep.c (arm_gdbarch_init): Update.
11110 * alpha-tdep.c (alpha_gdbarch_init): Update.
11111 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11112 max_register_raw_size or max_register_virtual_size.
11113
11114 2003-03-03 David Carlton <carlton@math.stanford.edu>
11115
11116 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11117 SYMBOL_MATCHES_NAME, add comment.
11118 (SYMBOL_MATCHES_NATURAL_NAME): New.
11119 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11120 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11121 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11122 * symtab.c (lookup_partial_symbol): Use
11123 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11124 unhelpful comment.
11125 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11126 SYMBOL_MATCHES_NAME.
11127 Fix for PR c++/33.
11128
11129 2003-03-03 David Carlton <carlton@math.stanford.edu>
11130
11131 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11132 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11133 by regexp matching against SYMBOL_NATURAL_NAME.
11134
11135 2003-03-03 David Carlton <carlton@math.stanford.edu>
11136
11137 * linespec.c (find_method): Extract code into collect_methods.
11138 (collect_methods): New.
11139
11140 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11141
11142 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11143 get_frame_base.
11144
11145 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11146 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11147
11148 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11149
11150 * arch-utils.c (generic_register_byte): Fix to use the loop index
11151 and not regnum when summing the size of all registers up to regnum.
11152
11153 2003-03-01 Andrew Cagney <cagney@redhat.com>
11154
11155 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11156 FRAME_INIT_SAVED_REGS.
11157 * gdbarch.h, gdbarch.c: Regenerate.
11158 * stack.c (frame_info): Update.
11159 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11160 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11161 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11162 * ns32k-tdep.c (ns32k_pop_frame): Update.
11163 * mips-tdep.c (mips_pop_frame): Update.
11164 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11165 * ia64-tdep.c (ia64_frame_chain): Update.
11166 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11167 (ia64_frameless_function_invocation): Update.
11168 (ia64_init_extra_frame_info): Update.
11169 (ia64_pop_frame_regular): Update.
11170 * frame.h (struct frame_info): Update comment.
11171 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11172 * frame.c (frame_saved_regs_register_unwind): Update.
11173 (frame_saved_regs_register_unwind): Update.
11174 (deprecated_generic_get_saved_register): Update.
11175 * cris-tdep.c: Update comment.
11176 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11177 Rename macro.
11178 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11179 * x86-64-tdep.c (x86_64_init_abi): Update.
11180 * vax-tdep.c (vax_gdbarch_init): Update.
11181 * v850-tdep.c (v850_gdbarch_init): Update.
11182 * sparc-tdep.c (sparc_gdbarch_init): Update.
11183 * sh-tdep.c (sh_gdbarch_init): Update.
11184 * s390-tdep.c (s390_gdbarch_init): Update.
11185 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11186 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11187 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11188 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11189 * mips-tdep.c (mips_gdbarch_init): Update.
11190 * mcore-tdep.c (mcore_gdbarch_init): Update.
11191 * m68k-tdep.c (m68k_gdbarch_init): Update.
11192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11193 * ia64-tdep.c (ia64_gdbarch_init): Update.
11194 * i386-tdep.c (i386_gdbarch_init): Update.
11195 * frv-tdep.c (frv_gdbarch_init): Update.
11196 * avr-tdep.c (avr_gdbarch_init): Update.
11197 * arm-tdep.c (arm_gdbarch_init): Update.
11198 * alpha-tdep.c (alpha_gdbarch_init): Update.
11199
11200 2003-03-01 Andrew Cagney <cagney@redhat.com>
11201
11202 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11203 option enum and switch. When no windows, set the interpreter to
11204 INTERP_CONSOLE.
11205
11206 2003-03-01 Andrew Cagney <cagney@redhat.com>
11207
11208 * main.c (captured_main): Replace magic option characters with an
11209 enum.
11210
11211 2003-03-01 Andrew Cagney <cagney@redhat.com>
11212
11213 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11214 INIT_EXTRA_FRAME_INFO.
11215 * gdbarch.h, gdbarch.c: Regenerate.
11216 * arm-tdep.c: Update comments.
11217 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11218 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11219 * frame.h, avr-tdep.c: Ditto.
11220 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11221 (create_new_frame, legacy_get_prev_frame): Ditto.
11222 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11223 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11224 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11225 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11226 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11227 * v850-tdep.c (v850_gdbarch_init): Ditto.
11228 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11229 * sh-tdep.c (sh_gdbarch_init): Ditto.
11230 * s390-tdep.c (s390_gdbarch_init): Ditto.
11231 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11232 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11233 * mips-tdep.c (mips_gdbarch_init): Ditto.
11234 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11235 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11236 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11237 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11238 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11239 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11240 * frv-tdep.c (frv_gdbarch_init): Ditto.
11241 * cris-tdep.c (cris_gdbarch_init): Ditto.
11242 * avr-tdep.c (avr_gdbarch_init): Ditto.
11243 * arm-tdep.c (arm_gdbarch_init): Ditto.
11244 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11245 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11246
11247 2003-03-01 Andrew Cagney <cagney@redhat.com>
11248
11249 * gdbarch.sh (register_type): New function with predicate.
11250 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11251 * gdbarch.h, gdbarch.c: Re-generate.
11252 * arch-utils.c (generic_register_byte): Use generic_register_size.
11253 (generic_register_size): When available, use
11254 gdbarch_register_type.
11255 * regcache.c (init_regcache_descr): When available, initialize the
11256 register type array using gdbarch_register_type. If the
11257 architecture supplies gdbarch_register_type, do not use the legacy
11258 regcache layout.
11259 * d10v-tdep.c (d10v_register_type): Replace
11260 d10v_register_virtual_type.
11261 (d10v_gdbarch_init): Set register_type instead of
11262 register_virtual_type.
11263
11264 2003-03-01 Andrew Cagney <cagney@redhat.com>
11265
11266 * Makefile.in (ax-gdb.o): Update dependencies.
11267 * ax-gdb.c: Include "regcache.h".
11268 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11269 * findvar.c (value_of_register): Ditto.
11270 * infcmd.c (default_print_registers_info): Ditto.
11271
11272 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11273
11274 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11275 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11276
11277 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11278
11279 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11280 of STREQ.
11281
11282 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11283
11284 * Makefile.in (dwarf2loc.o): Update dependencies.
11285 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11286 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11287 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11288 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11289 (locexpr_tracepoint_var_ref): New function.
11290 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11291
11292 2003-02-28 Andrew Cagney <cagney@redhat.com>
11293
11294 * regcache.c (register_size): New function.
11295 * regcache.h (register_size): Declare
11296 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11297 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11298
11299 2003-02-28 David Carlton <carlton@math.stanford.edu>
11300
11301 * linespec.c (decode_compound): Extract code into find_method.
11302 (find_method): New.
11303
11304 2003-02-28 J. Brobecker <brobecker@gnat.com>
11305
11306 * Makefile.in: Add rules to build and link in observer.o.
11307
11308 2003-02-27 J. Brobecker <brobecker@gnat.com>
11309
11310 * observer.c: Minor comments edits.
11311
11312 2003-02-27 J. Brobecker <brobecker@gnat.com>
11313
11314 * observer.h, observer.c: New file.
11315
11316 2003-02-27 Andrew Cagney <cagney@redhat.com>
11317
11318 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11319
11320 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11321
11322 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11323 (M6812_OP_STS_EXT): Likewise.
11324 (m6811_prologue): Use the above to recognize prologue.
11325 (m6812_prologue): Likewise.
11326
11327 2003-02-27 David Carlton <carlton@math.stanford.edu>
11328
11329 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11330 SYMBOL_PRINT_NAME.
11331 (compare_psymbols): Ditto.
11332 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11333
11334 2003-02-27 Michael Snyder <msnyder@redhat.com>
11335
11336 * f-lang.c (build_fortran_types): New function.
11337 (_initialize_f_language): Gdbarch-register built-in fortran types.
11338 * doublest.c (extract_floating): Fix warning text.
11339
11340 2003-02-27 Andrew Cagney <cagney@redhat.com>
11341
11342 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11343 predicate. Replaces PUSH_DUMMY_FRAME.
11344 * gdbarch.h, gdbarch.c: Regnerate.
11345 * valops.c (hand_function_call): Update. Call
11346 generic_push_dummy_frame directly.
11347 * vax-tdep.c (vax_gdbarch_init): Update.
11348 * sparc-tdep.c (sparc_gdbarch_init): Update.
11349 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11350 * m68k-tdep.c (m68k_gdbarch_init): Update.
11351 * hppa-tdep.c (hppa_gdbarch_init): Update.
11352 * alpha-tdep.c (alpha_gdbarch_init): Update.
11353 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11354 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11355 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11356 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11357 push_dummy_frame to generic_push_dummy_frame.
11358 * v850-tdep.c (v850_gdbarch_init): Ditto.
11359 * sh-tdep.c (sh_gdbarch_init): Ditto.
11360 * s390-tdep.c (s390_gdbarch_init): Ditto.
11361 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11362 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11363 * mips-tdep.c (mips_gdbarch_init): Ditto.
11364 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11365 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11366 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11367 * i386-tdep.c (i386_gdbarch_init): Ditto.
11368 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11369 * frv-tdep.c (frv_gdbarch_init): Ditto.
11370 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11371 * cris-tdep.c (cris_gdbarch_init): Ditto.
11372 * avr-tdep.c (avr_gdbarch_init): Ditto.
11373 * arm-tdep.c (arm_gdbarch_init): Ditto.
11374
11375 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11376
11377 * mips-tdep.c (show_mips_abi): New function.
11378 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11379 command ``show mips abi''.
11380
11381 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11382
11383 From Elena Zannoni <ezannoni@redhat.com>
11384 * dbxread.c (process_one_symbol): Only record line 0 if one or
11385 more sline entries have been seen for the function.
11386
11387 2003-02-26 Michael Chastain <mec@shout.net>
11388
11389 * configure: Regenerate with autoconf 000227.
11390
11391 2003-02-26 Michael Chastain <mec@shout.net>
11392
11393 Close PR build/660.
11394 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11395 for old libc5/glibc.
11396 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11397
11398 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11399
11400 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11401 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11402
11403 2003-02-26 Michael Chastain <mec@shout.net>
11404
11405 * configure.in: New variable HAVE_UINTPTR_T.
11406 * configure, config.in: Regenerated.
11407
11408 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11409
11410 Fix PR build/1097.
11411 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11412
11413 2003-02-25 Andrew Cagney <cagney@redhat.com>
11414
11415 * frame.c (get_prev_frame): Add comment on check for
11416 inside_entry_func. Only check for inside_entry_file when not a
11417 dummy and not a sentinel. Check that the new frame is not inner
11418 to the old frame.
11419
11420 2003-02-25 Andrew Cagney <cagney@redhat.com>
11421
11422 * frame.c (frame_debug): New variable.
11423 (_initialize_frame): Add "set/show debug frame" command.
11424 (get_prev_frame): When frame_debug, print reason why unwind
11425 failed.
11426
11427 2003-02-25 Michael Chastain <mec@shout.net>
11428
11429 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11430 to avoid uintptr_t definition problems.
11431
11432 2003-02-25 David Carlton <carlton@math.stanford.edu>
11433
11434 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11435 (SYMBOL_LINKAGE_NAME): Ditto.
11436 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11437 SYMBOL_LINKAGE_NAME.
11438 (struct general_symbol_info): Expand comment.
11439 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11440 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11441 (SYMBOL_MATCHES_REGEXP): Ditto.
11442 * symtab.c (symbol_natural_name): New function.
11443 * objfiles.h: Replace all uses of SYMBOL_NAME by
11444 DEPRECATED_SYMBOL_NAME.
11445 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11446 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11447 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11448 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11449 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11450 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11451 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11452 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11453 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11454 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11455 * ada-exp.y: Ditto.
11456 * ada-exp.y: Update copyright.
11457 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11458 * cp-valprint.c: Ditto.
11459
11460 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11461
11462 * infptrace.c (detach): Do not flag error if ptrace detach fails
11463 and errno is set to ESRCH.
11464
11465 2003-02-24 Andrew Cagney <cagney@redhat.com>
11466
11467 * infptrace.c (udot_info): Change type of udot_off to long. Use
11468 paddr when printing udot_off's value.
11469
11470 2003-02-24 David Carlton <carlton@math.stanford.edu>
11471
11472 * symtab.c (make_symbol_overload_list): Only read in partial
11473 symtabs containing a matching partial symbol.
11474
11475 2003-02-24 David Carlton <carlton@math.stanford.edu>
11476
11477 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11478 do the comparison, not strcmp.
11479 * symfile.c (compare_psymbols): Ditto.
11480 * defs.h: Declare strcmp_iw_ordered.
11481 * utils.c (strcmp_iw_ordered): New function.
11482
11483 2003-02-24 Jim Blandy <jimb@redhat.com>
11484
11485 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11486 support, shared libs): Remove my name from here, to better reflect
11487 reality.
11488
11489 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11490
11491 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11492 (target_ops): Add to_have_continuable_watchpoint.
11493 * target.c (update_current_target): Add INHERIT line for
11494 to_have_continuable_watchpoint.
11495 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11496 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11497 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11498 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11499
11500 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11501
11502 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11503 maintainership.
11504
11505 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11506
11507 * solib.c (solib_open): Call target defined search function after
11508 failing with solib-search-path.
11509 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11510 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11511
11512 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11513
11514 * MAINTAINERS: Add myself to Write After section.
11515
11516 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11517
11518 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11519
11520 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11521
11522 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11523 (m68hc11_add_reggroups): New function.
11524 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11525 (m68hc11_gdbarch_init): Install the reggroups.
11526 (_initialize_m68hc11_tdep): Initialize them.
11527
11528 2003-02-21 James E Wilson <wilson@tuliptree.org>
11529
11530 * MAINTAINERS: Update my email address.
11531
11532 2003-02-21 David Carlton <carlton@math.stanford.edu>
11533
11534 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11535
11536 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11537
11538 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11539 * symtab.h: Add opaque declarations of struct axs_value and
11540 struct agent_expr.
11541 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11542 (struct location_funcs): New type.
11543 (struct symbol): Add "loc" to aux_value.
11544 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11545 * dwarf2read.c: Include "dwarf2expr.h".
11546 (dwarf2_symbol_mark_computed): New function.
11547 (read_func_scope): Use it.
11548 (var_decode_location): New function.
11549 (new_symbol): Use it.
11550 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11551
11552 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11553 (dwarf2expr_h, dwarf2loc_h): New variables.
11554 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11555 (dwarf2expr.o, dwarf2loc.o): New rules.
11556 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11557 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11558 LOC_COMPUTED_ARG.
11559 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11560 * m2-exp.y (yylex): Likewise.
11561 * printcmd.c (address_info, print_frame_args): Likewise.
11562 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11563 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11564 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11565 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11566 * symtab.c (lookup_block_symbol): Likewise.
11567
11568 2003-02-20 Adam Fedor <fedor@gnu.org>
11569
11570 * symtab.h: Remove objc_specific struct
11571 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11572 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11573 Have language_objc use cplus_specific struct.
11574
11575 2003-02-20 Tom Tromey <tromey@redhat.com>
11576
11577 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11578 TYPE_NAME, when printing a String value. PR java/1075.
11579
11580 2003-02-20 Adam Fedor <fedor@gnu.org>
11581
11582 * objc-lang.h (find_methods): Remove declaration.
11583 * objc-lang.c (find_methods): Make static.
11584
11585 2003-02-20 Christopher Faylor <cgf@redhat.com>
11586
11587 * win32-nat.c (get_image_name): Check return value from
11588 ReadProcessMemory.
11589 (child_xfer_memory): Ditto.
11590
11591 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11592
11593 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11594 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11595 '${exec_prefix}' (in addition to the expansion thereof) as
11596 relocatable.
11597 * configure: Rebuilt.
11598
11599 2003-02-20 David Carlton <carlton@math.stanford.edu>
11600
11601 * symtab.c (search_symbols): Revert the search_symbols part of my
11602 2002-12-23 patch. Add comment.
11603
11604 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11605
11606 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11607 * dbxread.c (elfstab_build_psymtabs): Don't call
11608 install_minimal_symbols.
11609 (stabsect_build_psymtabs): Likewise.
11610 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11611 earlier.
11612 * somread.c (som_symfile_read): Call install_minimal_symbols
11613 and do_cleanups earlier.
11614 * nlmread.c (nlm_symfile_read): Likewise.
11615 * mdebugread.c (elfmdebug_build_psymtabs): Call
11616 install_minimal_symbols and make appropriate cleanups.
11617
11618 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11619
11620 * solib.c (reload_shared_libraries): New function.
11621 (_initialize_solib): Add callbacks for ``set solib-search-path''
11622 and ``set solib-absolute-prefix''.
11623
11624 2003-02-20 David Carlton <carlton@math.stanford.edu>
11625
11626 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11627 expand comment.
11628 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11629 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11630 * ada-typeprint.c (ada_typedef_print): Ditto.
11631 * ax-gdb.c (gen_var_ref): Ditto.
11632 * breakpoint.c (print_one_breakpoint): Ditto.
11633 * buildsym.c (finish_block): Ditto.
11634 * c-valprint.c (c_val_print): Ditto.
11635 * expprint.c (print_subexp): Ditto.
11636 * findvar.c (locate_var_value): Ditto.
11637 * infcmd.c (jump_command): Ditto.
11638 * linespec.c (decode_line_2, decode_compound): Ditto.
11639 * maint.c (maintenance_translate_address): Ditto.
11640 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11641 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11642 Ditto.
11643 * p-valprint.c (pascal_val_print): Ditto.
11644 * stabsread.c (define_symbol): Ditto.
11645 * stack.c (print_frame, frame_info, print_block_frame_locals)
11646 (print_frame_arg_vars, return_command): Ditto.
11647 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11648 * symmisc.c (print_symbol): Ditto.
11649 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11650 (compare_search_syms, print_symbol_info, print_msymbol_info)
11651 (rbreak_command): Ditto.
11652 * tracepoint.c (tracepoints_info): Ditto.
11653 * typeprint.c (typedef_print): Ditto.
11654 * valops.c (value_of_variable, hand_function_call): Ditto.
11655 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11656 * ada-typeprint.c: Update Copyright.
11657 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11658 * tracepoint.c, cli/cli-cmds.c: Ditto.
11659
11660 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11661
11662 * frame.c (generic_unwind_get_saved_register): Make non-static.
11663 * frame.h (generic_unwind_get_saved_register): Declare.
11664 * mips-tdep.c (read_next_frame_reg): Fetch register from
11665 current regcache when frame is NULL.
11666 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11667 that must be NULL.
11668 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11669 instead of frame_register_unwind().
11670
11671 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11672
11673 * remote-sim.c (gdbsim_insert_breakpoint)
11674 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11675 code.
11676
11677 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11678
11679 * remote.c (_initialize_remote): Add commands "set/show remote
11680 hardware-watchpoint-limit" and "set/show remote
11681 hardware-breakpoint-limit".
11682 (remote_hw_watchpoint_limit): Initialize to -1.
11683 (remote_hw_breakpoint_limit): Ditto.
11684 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11685
11686 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11687
11688 * coff-pe-read.c: New file - support reading of minimal symbols from a
11689 portable executable using the export table.
11690 * coff-pe-read.h: New file.
11691 * coffread.c: Include coff-pe-read.h.
11692 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11693 debugging symbols found.
11694 * Makefile.in (SFILES): Add coff-pe-read.o.
11695 (coff_pe_read_h): Define.
11696 (COMMON_OBS): Add coff-pe-read.o.
11697 (coffread.o): Add coff_pe_read_h dependency.
11698 (coff-pe-read.o): New target.
11699
11700 2003-02-19 David Carlton <carlton@math.stanford.edu>
11701
11702 * Makefile.in (SFILES): Add block.c.
11703 (block_h): New.
11704 (COMMON_OBS): Add block.o.
11705 (block.o): New.
11706 (x86-64-tdep.o): Add $(block_h).
11707 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11708 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11709 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11710 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11711 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11712 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11713 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11714 * value.h: Add opaque declaration for struct block.
11715 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11716 * ada-lang.h: Ditto.
11717 * x86-64-tdep.c: #include "block.h"
11718 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11719 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11720 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11721 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11722 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11723 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11724 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11725 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11726 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11727 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11728 * symtab.c (block_function): Ditto.
11729 (contained_in): Ditto.
11730 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11731 block.h. Add opaque declaration for struct block.
11732 * symtab.h: Move block_function and contained_in declarations to
11733 block.h. Add opaque declarations for struct block, struct
11734 blockvector.
11735 (struct block): Move to block.h.
11736 (struct blockvector): Ditto.
11737 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11738 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11739 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11740 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11741 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11742 Ditto.
11743 * block.c: New file.
11744 * block.h: New file.
11745
11746 2003-02-19 Theodore A. Roth <troth@openavr.org>
11747
11748 * avr-tdep.c (avr_extract_return_value): Remove function.
11749 (avr_store_return_value): Remove function.
11750 (avr_extract_struct_value_address): Remove function.
11751 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11752
11753 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11754
11755 * rs6000-tdep.c: Include "gdb_assert.h".
11756 (registers_e500): Add "acc" and "spefscr".
11757 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11758 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11759 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11760 really is "r0".
11761 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11762
11763 2003-02-18 Keith Seitz <keiths@redhat.com>
11764
11765 * Makefile.in: Add gdbtk-interps.c.
11766
11767 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11768
11769 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11770 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11771
11772 2003-02-18 Andrew Cagney <cagney@redhat.com>
11773
11774 * symtab.h (struct objfile): Add opaque declaration.
11775
11776 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11777
11778 From Jim Ingham <jingham@apple.com>:
11779 * dbxread.c (process_one_symbol): Use last_function_start rather
11780 than function_start_offset to find the real beginning of the
11781 current function. The latter is just the text section offset on
11782 some systems, the former is always the real function start.
11783
11784 2003-02-17 Andrew Cagney <cagney@redhat.com>
11785
11786 * configure.in: Revert ${target} != ${host}.
11787
11788 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11789
11790 * configure.in (Makefile): Use the test ${target} != ${host},
11791 instead of the absence of the "nm.h" file, to determine of the
11792 configuration non-native.
11793 * configure: Regenerate.
11794
11795 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11796
11797 From Brian Ford <ford@vss.fsi.com>
11798
11799 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11800 conditionalize tui_active test.
11801 (lookup_cmd_1): Ditto.
11802
11803 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11804
11805 * configure.in: Add check for _etext.
11806 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11807 available.
11808 * config.in, configure: regenerated.
11809
11810 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11811
11812 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11813
11814 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11815
11816 * main.c (tui_version): Delete variable.
11817 (captured_main): When --tui, set interpreter_p to "tui" instead of
11818 enabling tui_version.
11819 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11820 tui_version.
11821 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11822 * cli/cli-cmds.c (disassemble_command): Ditto.
11823 * defs.h (tui_version): Delete declaration.
11824 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11825 (tui-interp.o): Add rules.
11826 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11827
11828 2003-02-14 Christopher Faylor <cgf@redhat.com>
11829
11830 * win32-nat.c (register_loaded_dll): Correctly set address range for
11831 just-loaded dll.
11832
11833 2003-02-12 Jason Molenda (jmolenda@apple.com)
11834
11835 * symmisc.c (print_objfile_statistics): Include information about
11836 the number of psymtabs and symtabs in each object file.
11837
11838 2003-02-13 Keith R Seitz <keiths@redhat.com>
11839
11840 * main.h (struct captured_main_args): Add interpreter_p.
11841 * main.c (captured_main): Initialize interpreter_p from context.
11842 * gdb.c (main): Set interpreter_p argument.
11843 * Makefile.in (gdb.o): Add dependency for interps.h.
11844
11845 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11846
11847 * event-top.c (cli_command_loop): Delete declaration.
11848 (_initialize_event_loop): Delete function setting event_loop_hook.
11849 * event-top.h (cli_command_loop): Declare. Update copyright.
11850 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11851 * interps.c (current_interp_command_loop): When event_loop_p, call
11852 cli_command_loop.
11853
11854 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11855
11856 * interps.h (interp_command_loop_ftype): Change return type to
11857 void.
11858
11859 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11860
11861 * x86-64-tdep.c (x86_64_extract_return_value)
11862 (x86_64_store_return_value): Use regcache instead of regbuf.
11863 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11864 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11865
11866 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11867
11868 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11869 * aclocal.m4: Regenerate.
11870 * configure: Regenerate.
11871
11872 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11873 TCL_LD_SEARCH_FLAGS.
11874
11875 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11876
11877 * dwarf2cfi.c: Reindented.
11878
11879 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11880
11881 * interps.c (clear_interpreter_hooks): Convert function definition
11882 to ISO C.
11883
11884 2003-02-07 David Carlton <carlton@math.stanford.edu>
11885
11886 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11887
11888 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11889
11890 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11891 (struct type): ...to here.
11892 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11893 field.
11894 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11895 (replace_type): Set length on all type variants for a given type.
11896
11897 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11898
11899 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11900 <sys/stat.h>.
11901 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11902
11903 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11904
11905 * Makefile.in (symm-nat.o): Update dependencies.
11906 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11907 (lynx-nat.o, ia64-linux-nat.): Ditto.
11908 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11909 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11910 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11911
11912 * Makefile.in (inflow_h): Define.
11913 (procfs.o, inflow.o, procfs.o): Update dependencies.
11914 * inftarg.c (child_stop): Delete extern declaration of
11915 inferior_process_group. Include "inflow.h".
11916 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11917 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11918 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11919 (our_process_group, inferior_process_group): Extern declarations.
11920
11921 * procfs.c: Include "gdb_assert.h".
11922
11923 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11924 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11925 * jv-typeprint.c (java_type_print_base): Ditto.
11926 * typeprint.c (typedef_print): Eliminate STREQ.
11927 * cli/cli-script.c (define_command, define_command): Ditto.
11928 * main.c (captured_main): Ditto.
11929 * values.c (lookup_internalvar): Ditto.
11930 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11931 within `if' conditional.
11932 * linespec.c (decode_line_2): Ditto.
11933 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11934 (bfd_openw_with_cleanup): Ditto.
11935
11936 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11937
11938 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11939 legacy_extract_return_value and store_return_value to
11940 legacy_return_value.
11941
11942 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11943
11944 * win32-nat.c (get_relocated_section_addrs): New function. Find
11945 section load addresses for symbol handling in relocated DLLs.
11946 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11947
11948 2003-02-05 Fred Fish <fnf@intrinsity.com>
11949
11950 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11951 '=' and '!='.
11952 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11953 with '&' and '=='.
11954 (angel_RDI_info): Ditto.
11955 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11956 with '&' and '!='.
11957 (threads_continue_all_with_signals): Ditto.
11958
11959 2003-02-05 Jim Ingham <jingham@apple.com>
11960 Keith Seitz <keiths@redhat.com>
11961 Elena Zannoni <ezannoni@redhat.com>
11962 Andrew Cagney <ac131313@redhat.com>
11963
11964 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11965 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11966 (SUBDIR_MI_OBS): Add "mi-interp.o".
11967 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11968 (SFILES): Add "interps.c".
11969 (COMMON_OBS): Add "interps.o".
11970 (interps_h, mi_main_h): Define.
11971 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11972 (mi-main.o, main.o, event-top.o): Update dependencies.
11973 * cli/cli-interp.c: New file.
11974 * interps.h, interps.c: New files.
11975 * top.c: (gdb_init): Don't install the default interpreter, handed
11976 by captured_main.
11977 * main.c: Include "interps.h".
11978 (interpreter_p): Note that it should malloc'ed.
11979 (captured_command_loop): Call current_interp_command_loop.
11980 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11981 xfree and xstrdup when updating interpreter_p. Install the
11982 default interpreter. Add hack to stop mi1's copyright notice
11983 being encoded.
11984 * event-top.h (gdb_setup_readline): Declare.
11985 (gdb_disable_readline): Declare.
11986 * event-top.c: Include "interps.h".
11987 (display_gdb_prompt): Call current_interp_display_prompt_p.
11988 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11989 gdb_stdlog, and gdb_stdtarg.
11990 (_initialize_event_loop): Don't call gdb_setup_readline.
11991 * cli-out.c (cli_out_set_stream): New function.
11992 * cli-out.h (cli_out_set_stream): Declare.
11993
11994 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11995
11996 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11997 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11998 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11999 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12000 config/i386/i386v42mp.mt: Removed.
12001
12002 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12003
12004 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12005 GDB_OSABI_SOLARIS.
12006
12007 2003-02-05 Michael Chastain <mec@shout.net>
12008
12009 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12010 2.12.1 and earlier versions.
12011
12012 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12013
12014 Remove orphaned hosts, targets and files.
12015 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12016 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12017 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12018 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12019 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12020 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12021 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12022 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12023 * config/sparc/tm-sp64sim.h: Delete.
12024 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12025 hosts.
12026 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12027 mips*-dec-mach3* targets.
12028
12029 2003-02-04 Michael Chastain <mec@shout.net>
12030
12031 * NEWS: Fix typo: sepcifying -> specifying.
12032
12033 2003-02-04 Michael Chastain <mec@shout.net>
12034
12035 * dwarfread.c: Add documentation on the state of dwarf-1,
12036 looking towards obsoletion.
12037
12038 2003-02-03 Michael Chastain <mec@shout.net>
12039
12040 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12041 gdb/testsuite/gdb.c++/pr-1023.exp.
12042
12043 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12044
12045 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12046 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12047
12048 * utils.c (init_page_info): Delete reference to MPW in comments.
12049 * main.c (captured_main): Delete #ifdef MPW.
12050
12051 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12052
12053 * NEWS: Note that the m32r-*-elf* is obsolete.
12054 * monitor.c (monitor_expect): Obsolete reference to m32r.
12055 * configure.tgt: Mark m32r-*-elf* as obsolete.
12056 * MAINTAINERS: Mark m32k as obsolete.
12057 * m32r-rom.c: Obsolete file.
12058 * config/m32r/m32r.mt: Obsolete file.
12059 * config/m32r/tm-m32r.h: Obsolete file.
12060 * m32r-stub.c: Obsolete file.
12061 * m32r-tdep.c: Obsolete file.
12062
12063 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12064
12065 * NEWS: Mention that the z8k-zilog-none is obsolete.
12066 * MAINTAINERS: Mark z8k as obsolete.
12067 * configure.tgt: Obsolete the z8k-*-coff* target.
12068 * config/z8k/z8k.mt: Obsolete file.
12069 * config/z8k/tm-z8k.h: Obsolete file.
12070 * z8k-tdep.c: Obsolete file.
12071
12072 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12073
12074 * NEWS: Mention that the mn10200-elf is obsolete.
12075 * configure.tgt: Obsolete mn10200-*-* target.
12076 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12077 mention that the mn10200 is obsolete.
12078 * breakpoint.h: Ditto.
12079 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12080 * config/mn10200/mn10200.mt: Obsolete file.
12081 * config/mn10200/tm-mn10200.h: Obsolete file.
12082 * mn10200-tdep.c: Obsolete file.
12083
12084 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12085
12086 * MAINTAINERS: Mark h8500 as obsolete.
12087 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12088 * findvar.c (value_from_register): Ditto.
12089 * h8500-tdep.c: Mark file as obsolete.
12090 * config/h8500/h8500.mt: Ditto.
12091 * config/h8500/tm-h8500.h: Ditto.
12092 * NEWS: Mention that h8500 is obsolete.
12093
12094 2003-02-04 David Carlton <carlton@math.stanford.edu>
12095
12096 * objfiles.c (allocate_objfile): Always set name. Add comment at
12097 start of function.
12098 * jv-lang.c (get_dynamics_objfile): Add comment.
12099
12100 2003-02-04 David Carlton <carlton@math.stanford.edu>
12101
12102 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12103 * printcmd.c (build_address_symbolic): Replace uses of
12104 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12105 SYMBOL_NAME, and asm_demangle.
12106 Update copyright.
12107
12108 2003-02-04 David Carlton <carlton@math.stanford.edu>
12109
12110 * linespec.c (decode_compound): Extract code into
12111 lookup_prefix_sym.
12112 (lookup_prefix_sym): New function.
12113
12114 2003-02-04 David Carlton <carlton@math.stanford.edu>
12115
12116 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12117 FLOAT_COERCION_BADNESS.
12118 * gdbtypes.c (rank_one_type): Replace all uses of
12119 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12120
12121 2003-02-04 Jim Blandy <jimb@redhat.com>
12122
12123 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12124 section, let dwarf_macinfo_section point to it, not
12125 dwarf_loc_section.
12126
12127 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12128
12129 Pointed out by Anton Blanchard <anton@samba.org>.
12130 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12131 (ppc_linux_at_sigtramp_return_path): Use it.
12132
12133 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12134
12135 * defs.h (streq): Add prototype.
12136 * utils.c (streq): New function.
12137
12138 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12139 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12140 * mdebugread.c (new_symbol): Likewise.
12141 * stabsread.c (define_symbol): Likewise.
12142 * coffread.c (process_coff_symbol): Likewise.
12143 * dwarfread.c (new_symbol): Likewise.
12144
12145 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12146 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12147 here.
12148 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12149 SYMBOL_INIT_DEMANGLED_NAME.
12150 * objfiles.c: Include "hashtab.h".
12151 (allocate_objfile): Call htab_set_functions_ex for the
12152 demangled_names_hash.
12153 (free_objfile): Call htab_delete for the demangled_names_hash.
12154 * objfiles.h (struct htab): Add declaration.
12155 (struct objfile): Add demangled_names_hash.
12156 * symfile.c: Include "hashtab.h".
12157 (reread_symbols): Call htab_delete for the demangled_names_hash.
12158 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12159 SYMBOL_NAME in the bcache.
12160 * symtab.c: Include "hashtab.h". Update comments.
12161 (create_demangled_names_hash, symbol_set_names): New functions.
12162 (symbol_find_demangled_name): New function, broken out from
12163 symbol_init_demangled_names.
12164 (symbol_init_demangled_names): Use it.
12165 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12166 (SYMBOL_SET_NAMES): New macro.
12167 (symbol_set_names): Add prototype.
12168
12169 2003-02-03 Jim Blandy <jimb@redhat.com>
12170
12171 Use a single, consistent representation for an empty minimal
12172 symbol table in an objfile.
12173 * objfiles.c (terminate_minimal_symbol_table): New function.
12174 (allocate_objfile): Call it.
12175 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12176 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12177 non-NULL.
12178 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12179 objfile has minimal symbols, compare minimal_symbol_count to zero,
12180 instead of comparing msymbols with NULL.
12181 * objfiles.c (have_minimal_symbols): Same.
12182 * solib-sunos.c (solib_add_common_symbols): Call
12183 terminate_minimal_symbol_table.
12184 * symfile.c (reread_symbols): Same.
12185
12186 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12187
12188 * s390-tdep.c (s390_address_class_type_flags)
12189 (s390_address_class_type_flags_to_name)
12190 (s390_address_class_name_to_type_flags): New functions.
12191 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12192 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12193
12194 2003-02-03 Michael Snyder <msnyder@redhat.com>
12195
12196 * arm-tdep.c: Fix spell-o in comment.
12197
12198 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12199
12200 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12201 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12202 error messages to contain BFD filename.
12203
12204 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12205
12206 Fix PR gdb/742 gdb/743 gdb/877
12207 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12208 (do_mixed_source_and_assembly): Use
12209 make_cleanup_ui_out_tuple_begin_end and
12210 make_cleanup_ui_out_tuple_begin_end.
12211 (do_mixed_source_and_assembly): Ditto.
12212 * thread.c (do_captured_list_thread_ids): Ditto.
12213 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12214 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12215 ui_out_tuple_end): Delete prototypes.
12216 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12217 ui_out_list_end, ui_out_tuple_end): Delete.
12218
12219 From Kevin Buettner <kevinb@redhat.com>:
12220 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12221 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12222 (do_cleanup_table_end): New functions.
12223 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12224 Use cleanups to invoke_ui_out_tuple_end().
12225 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12226 * cli/cli-setshow.c (cmd_show_list): Use
12227 make_cleanup_ui_out_tuple_begin_end.
12228
12229 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12230
12231 * frame.c (frame_unwind_register): New function.
12232 (frame_unwind_unsigned_register): Use.
12233 (frame_unwind_signed_register): Use.
12234 (frame_read_register): New function.
12235 * frame.h (frame_unwind_register): Declare.
12236 (frame_read_register): Declare.
12237
12238 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12239 and frame_unwind_register instead of read_memory, write_register
12240 and deprecated_write_register_bytes.
12241
12242 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12243
12244 * frame.h: Note that namelen can be negative.
12245 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12246 NAME's length.
12247
12248 * NEWS: Mention that the d10v's `regs' command is deprecated.
12249 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12250 (d10v_print_registers_info): New function.
12251 (show_regs): Call d10v_print_registers_info.
12252 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12253
12254 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12255
12256 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12257 lost in the previous patch.
12258
12259 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12260
12261 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12262 * stack.c (print_frame_info_base): Output complete FRAME tuple
12263 for synthesized frames.
12264
12265 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12266
12267 * mips-nat.c (zerobuf): Delete.
12268 (fetch_inferior_registers): Alloc local zerobuf.
12269 (fetch_core_registers): Alloc local zerobuf.
12270 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12271 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12272 * thread-db.c (thread_db_store_registers): Ditto.
12273 * sh-tdep.c (sh_do_register): Ditto.
12274 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12275 * remote-sim.c (gdbsim_store_register): Ditto.
12276 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12277 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12278 * monitor.c (monitor_supply_register): Ditto.
12279 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12280 * mips-nat.c (fetch_inferior_registers): Ditto.
12281 * m68klinux-nat.c (fetch_register): Ditto.
12282 * lynx-nat.c (fetch_inferior_registers): Ditto.
12283 (fetch_inferior_registers): Ditto.
12284 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12285 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12286 (hpux_thread_store_registers): Ditto.
12287 * hppah-nat.c (fetch_register): Ditto.
12288 * hppab-nat.c (fetch_register): Ditto.
12289 * hppa-tdep.c (pa_register_look_aside): Ditto.
12290 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12291 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12292
12293 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12294
12295 * gdbarch.sh: Explictly specify all method levels. When a
12296 variable with an empty level, provide a non-multi-arch default.
12297 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12298 * gdbarch.h: Re-generate.
12299 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12300 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12301
12302 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12303
12304 * defs.h (host_pointer_to_address): Delete declaration.
12305 (address_to_host_pointer): Delete declaration.
12306 * utils.c (host_pointer_to_address): Delete function.
12307 (address_to_host_pointer): Delete function.
12308 * procfs.c (procfs_address_to_host_pointer): New function.
12309 * procfs.c (proc_set_watchpoint): Use.
12310 (procfs_can_use_hw_breakpoint): Update comments.
12311 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12312 (som_solib_add): Use.
12313 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12314 * hppa-tdep.c (unwind_command): Use.
12315
12316 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12317
12318 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12319 strlen d_name.
12320
12321 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12322 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12323 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12324 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12325 (define_symbol): Update.
12326 * symfile.c (generic_load): Remove references to nindy.
12327 * symtab.c: Remove references to nindy.
12328
12329 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12330
12331 * infcmd.c (print_float_info): Delete code conditional on
12332 FLOAT_INFO.
12333 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12334 * config/m68k/nm-apollo68b.h: Ditto.
12335 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12336 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12337 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12338
12339 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12340
12341 * config/i386/tm-i386os9k.h: Removed.
12342
12343 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12344 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12345 they're identical to i[3456]86-*-sysv* now.
12346 * config/i386/i386v32.mh: Removed.
12347 * config/i386/xm-i386v32.h: Removed.
12348 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12349
12350 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12351
12352 * config/i386/i386dgux.mh: Removed.
12353 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12354
12355 * configure.in: Fix typo.
12356 * configure: Regenerated.
12357
12358 2003-01-31 David Carlton <carlton@math.stanford.edu>
12359
12360 * dwarf2read.c (dwarf2_locate_sections): Set
12361 dwarf_ranges_section.
12362
12363 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12364
12365 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12366 * utils.c: Update comments documenting legitimate uses of PTR.
12367
12368 * utils.c: Re-indent.
12369
12370 * config/djgpp/fnchange.lst: Delete nindy files.
12371 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12372 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12373 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12374 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12375 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12376 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12377 * Makefile.in (init.c): Remove nindy references.
12378 (saber_gdb): Delete rule.
12379 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12380 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12381 and a68v-nat.c.
12382 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12383 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12384 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12385 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12386 nindy-share/stop.h.
12387 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12388 * saber.suppress: Delete file.
12389
12390 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12391
12392 * dbxread.c (stabs_data): New static variable.
12393 (fill_symbuf): Support an in-memory buffer for stabs data.
12394 (stabs_seek): New function.
12395 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12396 (read_ofile_symtab): Use stabs_seek.
12397 (elfstab_build_psymtabs): Take an asection* instead of
12398 an offset and size. Relocate the stabs data if necessary.
12399 Save the section* for dbx_psymtab_to_symtab.
12400 * dwarf2read.c: Add section variables for each debug section.
12401 (dwarf2_locate_sections): Fill them in.
12402 (dwarf2_read_section): Take an asection* argument.
12403 Relocate the section contents if necessary.
12404 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12405 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12406 it to dwarf2_read_section.
12407 (dwarf2_build_frame_info): Update callers.
12408 * elfread.c (elf_symfile_read): Update call to
12409 elfstab_build_psymtabs.
12410 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12411 (DBX_STAB_SECTION): New macro.
12412 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12413 * symfile.c (symfile_dummy_outputs): New function.
12414 (symfile_relocate_debug_section): New function.
12415 * symfile.h (symfile_relocate_debug_section): Add prototype.
12416
12417 2003-01-31 Richard Henderson <rth@redhat.com>
12418
12419 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12420 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12421 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12422 * alpha-tdep.c (alpha_register_name): Add "unique".
12423 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12424 (ALPHA_UNIQUE_REGNUM): New.
12425 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12426
12427 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12428
12429 * README: Remove reference to Ericsson 1800 monitor.
12430 * Makefile.in (remote-es.o): Delete rule.
12431 (ALLDEPFILES): Delete remote-es.c.
12432 * remote-es.c: Delete file.
12433 * config/m68k/es1800.mt: Delete file.
12434 * config/djgpp/fnchange.lst: Update.
12435 * configure.tgt: Delete m68*-ericsson-* target.
12436
12437 2003-01-31 Adam Fedor <fedor@gnu.org>
12438
12439 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12440 Remove duplicate/shadowing variable of same name.
12441
12442 2003-01-30 Jim Blandy <jimb@redhat.com>
12443
12444 * symfile.c (find_separate_debug_file): Assert that the objfile's
12445 directory name we compute ends with a slash, and then assume that
12446 that's so everywhere we use it.
12447
12448 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12449
12450 * valops.c (value_assign): Flush frame cache after stores to memory
12451 also.
12452
12453 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12454
12455 * Makefile.in (mon960-rom.o): Delete rule.
12456 * mon960-rom.c: Delete file.
12457
12458 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12459
12460 * d10v-tdep.c: Include "frame-unwind.h".
12461 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12462 list.
12463 (next_addr, uses_frame): Delete.
12464 (struct d10v_unwind_cache): Define.
12465 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12466 Use info instead of next_addr and uses_frame globals.
12467 (d10v_frame_init_saved_regs): Delete function.
12468 (d10v_init_extra_frame_info): Delete function.
12469 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12470 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12471 init_frame_pc or frame_saved_pc.
12472 (d10v_pop_frame): Delete function.
12473 (do_d10v_pop_frame): Delete function.
12474 (d10v_frame_chain): Delete function.
12475 (d10v_frame_chain_valid): Delete function.
12476 (d10v_frame_pc_unwind): New function.
12477 (d10v_frame_id_unwind): New function.
12478 (saved_regs_unwinder): New function.
12479 (d10v_frame_register_unwind): New function.
12480 (d10v_frame_pop): New function.
12481 (d10v_frame_unwind): New variable.
12482 (d10v_frame_p): New function.
12483 (d10v_frame_saved_pc): Delete function.
12484 * Makefile.in (d10v-tdep.o): Update dependencies.
12485
12486 2003-01-30 J. Brobecker <brobecker@gnat.com>
12487
12488 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12489 causing some regressions due to a change in the default value
12490 for this macro.
12491
12492 2003-01-29 Richard Henderson <rth@redhat.com>
12493 Elena Zannoni <ezannoni@redhat.com>
12494 Daniel Jacobowitz <drow@mvista.com>
12495
12496 Fix PR gdb/961.
12497 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12498 variables.
12499 (RANGES_SECTION): New.
12500 (dwarf_ranges_buffer): New variable.
12501 (struct comp_unit_head): Add member "die".
12502 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12503 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12504 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12505 (dwarf2_locate_sections): Likewise.
12506 (dwarf2_build_psymtabs): Read .debug_ranges.
12507 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12508 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12509 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12510 Look for DW_AT_ranges and return the bounding box.
12511
12512 2003-01-29 Brian Ford <ford@vss.fsi.com>
12513
12514 * win32-nat.c (cygwin_pid): Removed as unused.
12515 (child_attach): Try fall back to Cygwin pid.
12516
12517 2003-01-29 Jim Blandy <jimb@redhat.com>
12518
12519 * objfiles.h (struct objfile): Doc fix.
12520
12521 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12522
12523 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12524 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12525 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12526 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12527 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12528 (FRAME_SAVED_PC): Change to a function with predicate.
12529 * gdbarch.h, gdbarch.c: Re-generate.
12530
12531 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12532
12533 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12534
12535 * complaints.c (complain): Delete function.
12536 * complaints.h (struct deprecated_complaint): Delete definition.
12537 (complain): Delete declaration.
12538
12539 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12540
12541 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12542 dummy frames.
12543
12544 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12545
12546 * sentinel-frame.h, sentinel-frame.c: New files.
12547 * Makefile.in (frame.o): Update dependencies.
12548 (SFILES): Add sentinel-frame.c.
12549 (sentinel_frame_h): Define.
12550 (COMMON_OBS): Add sentinel-frame.o.
12551 (sentinel-frame.o): Specify dependencies.
12552 * frame.c: Include "sentinel-frame.h".
12553 (frame_register_unwind): Rewrite assuming that there is always a a
12554 ->next frame.
12555 (frame_register, generic_unwind_get_saved_register): Ditto.
12556 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12557 (create_sentinel_frame, unwind_to_current_frame): New functions.
12558 (get_current_frame): Rewrite using create_sentinel_frame and
12559 unwind_to_current_frame. When possible, always create a frame.
12560 (create_new_frame): Set next to the sentinel frame.
12561 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12562 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12563 ID cache when necessary.
12564 (frame_saved_regs_id_unwind): Use frame_relative_level.
12565 (deprecated_generic_get_saved_register): Use frame_relative_level,
12566 get_frame_saved_regs, get_frame_pc, get_frame_base and
12567 get_next_frame.
12568 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12569 frame_register.
12570
12571 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12572
12573 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12574
12575 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12576
12577 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12578 (maintenance_set_profile_cmd): Use error () instead of warning ().
12579
12580 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12581
12582 * configure.in: Check that -pg works if using --enable-profiling.
12583 Check for monstartup and _mcleanup regardless of --enable-profiling.
12584 * maint.c: Check for monstartup and _mcleanup before using them.
12585 * config.in: Regenerated.
12586 * configure: Regenerated.
12587
12588 2003-01-24 Nick Clifton <nickc@redhat.com>
12589
12590 * Add sh2e support:
12591
12592 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12593
12594 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12595 (sh2e_show_regs): New.
12596 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12597 * config/sh/tm-sh.h: Added sh2e to comments.
12598
12599 2003-01-23 Jim Blandy <jimb@redhat.com>
12600
12601 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12602 symbols found)" message here; we haven't checked for a separate
12603 debug info file yet, so we don't know yet.
12604 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12605 we've looked everywhere. Also, there's no need to print a special
12606 message when we're loading the separate debug info file: the one
12607 symbol_file_add prints is fine.
12608
12609 2003-01-23 Alexander Larsson <alexl@redhat.com>
12610 Jim Blandy <jimb@redhat.com>
12611
12612 Add support for executables whose debug info has been separated
12613 out into a separate file, leaving only a link behind.
12614 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12615 and separate_debug_objfile_backlink.
12616 (put_objfile_before): New declaration.
12617 * symfile.c: #include "filenames.h".
12618 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12619 debug info in a separate file, read that, too. Save the addrs
12620 argument, so we can use it again to read the separated debug info;
12621 syms_from_objfile modifies the table we pass it.
12622 (reread_symbols): After re-reading an objfile, call
12623 reread_separate_symbols to refresh its separate debug info
12624 objfile, if it has one.
12625 (reread_separate_symbols, find_separate_debug_file,
12626 get_debug_link_info, separate_debug_file_exists): New functions.
12627 (debug_file_directory): New global var.
12628 (_initialize_symfile): Initialize debug_file_directory, and
12629 provide the new `set debug-file-directory' command to let the user
12630 change it.
12631 * objfiles.c (free_objfile): If this objfile has its debug info in
12632 a separate objfile, free that one too. If this is itself a
12633 separate debug info objfile, clear our parent's backlink.
12634 (put_objfile_before): New function.
12635 * utils.c (gnu_debuglink_crc32): New function.
12636 * defs.h (gnu_debuglink_crc32): New declaration.
12637 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12638 * configure.in: Handle --with-separate-debug-dir config option.
12639 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12640 * acconfig.h (DEBUGDIR): New macro.
12641 * configure, aclocal.m4, config.in: Regenerated.
12642
12643 2003-01-22 Jim Blandy <jimb@redhat.com>
12644
12645 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12646 like the old symbol_file_add, but taking new arguments: you can
12647 now pass in either a `struct section_addr_info' list to say where
12648 each section is loaded, or a `struct section_offsets' table. Pass
12649 these new arguments through to syms_from_objfile as appropriate.
12650 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12651 with the appropriate quiescent values for the new arguments.
12652
12653 * symfile.c: #include "gdb_assert.h".
12654 (syms_from_objfile): Add the ability to pass in a section offset
12655 table directly, as an alternative to the section_addr_info table.
12656 Document arguments better.
12657 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12658 * symfile.h (syms_from_objfile): Update declaration.
12659 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12660 syms_from_objfile.
12661 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12662
12663 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12664
12665 Original patch by Tom Tromey <tromey@cygnus.com> and
12666 Jason Molenda <jmolenda@apple.com>.
12667 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12668 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12669 * NEWS: Mention profiling.
12670 * configure.in (--enable-gdbtk): Fix typo.
12671 (--enable-profiling): New. Set PROFILE_CFLAGS.
12672 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12673 Fill in function.
12674 (profiling_state): New variable.
12675 (mcleanup_wrapper): New function.
12676 (_initialize_maint): Remove NOTYET, fix call to
12677 add_setshow_boolean_cmd for "maint set profile".
12678 * configure: Regenerated.
12679
12680 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12681
12682 * Makefile.in (install-gdbtk): Install PNG images too.
12683
12684 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12685
12686 * exec.c (text_start): Delete global variable.
12687 (exec_file_attach): Make text_start local to the function.
12688 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12689 * valops.c (hand_function_call): Delete code that handles
12690 BEFORE_TEXT_END and AFTER_TEXT_END.
12691 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12692 of CALL_DUMMY_LOCATION.
12693 * gdbarch.c: Regenerate.
12694 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12695 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12696 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12697 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12698 (text_end): Delete extern declaration.
12699
12700 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12701
12702 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12703 * blockframe.c (backtrace_below_main): Move to "frame.c".
12704 (frame_chain_valid): Delete check for backtrace_below_main.
12705 (_initialize_blockframe): Delete initialization, move ``set
12706 backtrace-below-main'' command to "frame.c".
12707 (do_flush_frames_sfunc): Delete function.
12708 * frame.c: Include "command.h" and "gdbcmd.h".
12709 (frame_type_from_pc): New function.
12710 (create_new_frame): Use frame_type_from_pc.
12711 (legacy_get_prev_frame): New function.
12712 (get_prev_frame): Rewrite. When an old style frame, call
12713 legacy_get_prev_frame. Otherwize, unwind the PC first.
12714 (_initialize_frame): Add ``set backtrace-below-main'' command.
12715 * Makefile.in (frame.o): Update dependencies.
12716
12717 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12718
12719 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12720 DEPRECATED_REGISTERS_INFO.
12721
12722 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12723
12724 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12725 Maintainers'. Update `Various Maintainers'.
12726
12727 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12728
12729 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12730 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12731 Suppress actual parameters when `-'.
12732 * gdbarch.h, gdbarch.c: Regenerate.
12733
12734 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12735
12736 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12737 code handling dummy frames.
12738
12739 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12740
12741 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12742 (struct frame_unwind): Add field pop.
12743 * frame.h (frame_pop): Declare.
12744 * frame.c (frame_saved_regs_pop): New function.
12745 (trad_frame_unwinder): Add frame_saved_regs_pop.
12746 (frame_pop): New function.
12747 * dummy-frame.c (dummy_frame_pop): New function.
12748 (discard_innermost_dummy): New function.
12749 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12750 (dummy_frame_unwind): Add dummy_frame_pop.
12751 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12752 * valops.c (hand_function_call): Ditto.
12753 * stack.c (return_command): Ditto.
12754
12755 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12756
12757 * cris-tdep.c: Fix function declaration indentation.
12758 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12759 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12760 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12761 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12762 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12763 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12764
12765 2003-01-18 Michael Chastain <mec@shout.net>
12766
12767 * README (Unpacking and Installation -- quick overview):
12768 Warn against ".../gdb-5.3/gdb/configure".
12769
12770 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12771
12772 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12773 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12774 (struct frame_unwind): Declare opaque.
12775 (dummy_frame_p): Declare function.
12776 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12777 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12778 * dummy-frame.c: Include "frame-unwind.h".
12779 (dummy_frame_p): New function.
12780 (dummy_frame_unwind): New variable.
12781 * frame.c: Include "frame-unwind.h".
12782 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12783 to use the new unwind field.
12784 (set_unwind_by_pc): Delete function.
12785 (create_new_frame, get_prev_frame): Set unwind field using
12786 frame_unwind_find_by_pc.
12787 (trad_frame_unwind, trad_frame_unwinder): New variables.
12788 * frame.h (trad_frame_unwind): Declare variable.
12789 (frame_id_unwind_ftype): Delete declaration.
12790 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12791 (struct frame_unwind): Declare opaque.
12792 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12793 register_unwind with a single unwind pointer.
12794 * frame-unwind.h, frame-unwind.c: New files.
12795 * Makefile.in (SFILES): Add frame-unwind.c.
12796 (frame_unwind_h): Define.
12797 (COMMON_OBS): Add frame-unwind.o.
12798 (frame-unwind.o): Specify dependencies.
12799 (frame.o, dummy-frame.o): Update dependencies.
12800
12801 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12802
12803 * ada-valprint.c: Eliminate PTR.
12804 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12805 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12806 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12807 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12808 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12809 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12810 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12811
12812 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12813
12814 * main.c (captured_main): Don't use PTR.
12815 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12816 * gdbtypes.c (lookup_primitive_typename): Ditto.
12817 (lookup_struct_elt_type): Ditto.
12818 * f-valprint.c (info_common_command): Ditto.
12819 (list_all_visible_commons): Ditto.
12820 * jv-typeprint.c (java_type_print_base): Ditto.
12821
12822 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12823 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12824 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12825 i386-interix-nat.c and i386-interix-tdep.c. Rename
12826 m68klinux-nat.c and m68klinux-tdep.c. Rename
12827 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12828 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12829 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12830 * main.c (captured_main): Use xfree, not free.
12831
12832 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12833
12834 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12835 ID back using a parameter.
12836 * frame.c (frame_id_unwind): Update call.
12837 (frame_saved_regs_id_unwind): Update.
12838 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12839 * dummy-frame.h (struct frame_id): Add opaque declaration.
12840 (dummy_frame_id_unwind): Update declaration.
12841
12842 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12843
12844 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12845
12846 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12847
12848 * MAINTAINERS (Stephen P. Smith): Updated email address.
12849
12850 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12851
12852 Fix PR gdb/898
12853 * breakpoint.c (until_break_command): Add new argument. Use it to
12854 decide whether to stop only at the current frame or not.
12855 * breakpoint.h (until_break_command): Update prototype.
12856 * infcmd.c (until_command): Add new argument to until_break_command
12857 call.
12858 (advance_command): New function.
12859 (_initialize_infcmd): Update help string for 'until' command.
12860 Add new 'advance' command.
12861
12862 2003-01-14 David Carlton <carlton@math.stanford.edu>
12863
12864 * linespec.c (decode_line_1): Normalize comments.
12865 (set_flags): Ditto.
12866 (locate_first_half): Ditto.
12867 (decode_compound): Ditto.
12868 (symtab_from_filename): Ditto.
12869 (decode_all_digits): Ditto.
12870 (decode_dollar): Ditto.
12871 (find_methods): Ditto.
12872 (find_toplevel_char): Ditto.
12873
12874 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12875
12876 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12877 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12878 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12879 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12880 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12881 * language.c, language.h, m32r-tdep.c: Update copyright.
12882 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12883 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12884 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12885 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12886 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12887 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12888
12889 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12890
12891 * stabsread.h (process_later, resolve_cfront_continuation):
12892 Obsolete.
12893 Update copyright years.
12894 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12895 Update copyright year.
12896 * dbxread.c(struct cont_elem): Obsolete.
12897 (process_later, process_now): Obsolete functions.
12898 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12899 Update copyright year.
12900 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12901 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12902 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12903 (parse_partial_symbols): Obsolete cfront support.
12904 * stabsread.c
12905 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12906 macros.
12907 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12908 read_cfront_baseclasses, read_cfront_member_functions,
12909 resolve_cfront_continuation,read_cfront_static_fields,
12910 copy_cfront_struct_fields): Obsolete functions.
12911 (define_symbol, read_one_struct_field): Obsolete cfront support.
12912 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12913 Update Copyright year.
12914
12915 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12916
12917 * stack.c (print_frame_info, print_stack_frame_base_stub,
12918 print_stack_frame_base, show_and_print_stack_frame_stub,
12919 show_and_print_stack_frame, print_only_stack_frame_stub,
12920 print_only_stack_frame): Delete functions.
12921 (print_stack_frame_stub): Call print_frame_info instead of
12922 print_frame_info_base.
12923 (print_frame_info_base): Rename to print_frame_info.
12924 (backtrace_command_1): Call print_frame_info, instead of
12925 print_frame_info_base.
12926 (current_frame_command): Call print_stack_frame, instead of
12927 print_only_stack_frame.
12928 (frame_command): Call print_stack_frame, instead of
12929 show_and_print_stack_frame.
12930 (up_command): Ditto.
12931 (down_command): Ditto.
12932 * frame.h (print_only_stack_frame): Delete prototype.
12933 * infrun.c (normal_stop): Call print_stack_frame, instead of
12934 show_and_print_stack_frame.
12935 * thread.c (info_threads_command): Call print_stack_frame, instead
12936 of print_only_stack_frame.
12937
12938 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12939
12940 * README (Graphical interface to GDB): Update URL. Point at
12941 gdb/links/.
12942
12943 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12944 version match.
12945
12946 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12947
12948 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12949 lines.
12950
12951 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12952
12953 * thread-db.c (attach_thread): Prototype.
12954 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12955 thread information (ti), and valid flags (th_valid, ti_valid).
12956 (attach_thread): Move target_pid_to_str call to after the thread
12957 is added to GDB's list. Initialize the cache.
12958 (thread_get_info_callback, thread_db_map_id2thr)
12959 (thread_db_get_info): New functions.
12960 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12961 (thread_db_store_registers, thread_db_thread_alive)
12962 (thread_db_get_thread_local_address): Use them.
12963 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12964 of calling error() for threads in unknown state.
12965
12966 (clear_lwpid_callback): New function.
12967 (thread_db_resume): Use it to clear the cache.
12968
12969 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12970
12971 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12972 (resume_callback): Remove dead code.
12973
12974 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12975
12976 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12977 predicate.
12978 * gdbarch.h, gdbarch.c: Regenerate.
12979 * stack.c (frame_info): Only initialize the saved registers when
12980 FRAME_INIT_SAVED_REGS_P.
12981 * frame.c (frame_saved_regs_register_unwind): Assert
12982 FRAME_INIT_SAVED_REGS_P.
12983 (deprecated_generic_get_saved_register): Ditto.
12984
12985 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12986
12987 * source.c (openp): Squelch warning about "filename".
12988
12989 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12990
12991 * source.c (openp): If the file does not exist don't necessarily
12992 search the path.
12993
12994 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12995
12996 Fix PR gdb/872.
12997 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12998 (integer_types_same_name_p): New function.
12999 (rank_one_type): Use it.
13000 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13001
13002 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13003
13004 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13005 variables.
13006 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13007 * configure.in: Add --with-sysroot.
13008 * configure: Regenerated.
13009 * main.c (gdb_sysroot): New variable.
13010 (captured_main): Initialize gdb_sysroot.
13011 * defs.h (gdb_sysroot): New extern declaration.
13012 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13013
13014 2003-01-12 Michael Chastain <mec@shout.net>
13015
13016 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13017
13018 2003-01-12 Michael Chastain <mec@shout.net>
13019
13020 * top.c (print_gdb_version): Bump copyright year to 2003.
13021
13022 2003-01-12 David Carlton <carlton@bactrian.org>
13023
13024 * linespec.c (symtab_from_filename): Rename variable 's' to
13025 'file_symtab'.
13026
13027 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13028
13029 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13030 dummy frame.
13031 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13032
13033 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13034
13035 * d10v-tdep.c: Include "gdb_assert.h".
13036 (d10v_store_return_value): Rewrite to match current interface.
13037 (d10v_extract_struct_value_address): Ditto.
13038 (d10v_extract_return_value): Ditto.
13039 (d10v_gdbarch_init): Set store_restore_value,
13040 extract_struct_value_address and extract_return_value.
13041
13042 2003-01-12 J. Brobecker <brobecker@gnat.com>
13043
13044 * hpread.c (set_namestring): New procedure replacing the
13045 SET_NAMESTRING macro.
13046 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13047 by calls to set_namestring.
13048
13049 2003-01-11 J. Brobecker <brobecker@gnat.com>
13050
13051 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13052 a compilation warning.
13053 (hpread_process_one_debug_symbol): Likewise.
13054
13055 2003-01-10 David Carlton <carlton@math.stanford.edu>
13056
13057 * linespec.c (decode_line_1): Rename variable 's' to
13058 'file_symtab'.
13059 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13060 (decode_dollar): Ditto.
13061 (decode_variable): Ditto.
13062 (symbol_found): Ditto.
13063
13064 2003-01-09 Michael Chastain <mec@shout.net>
13065
13066 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13067
13068 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13069
13070 * win32-nat.c (set_process_privilege): New function.
13071 (child_attach): Call set_process_privilege() to enable the
13072 SE_DEBUG_NAME user privilege if available in process token.
13073
13074 2003-01-10 J. Brobecker <brobecker@gnat.com>
13075
13076 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13077 compilation error in the previous revision.
13078
13079 2003-01-09 David Carlton <carlton@math.stanford.edu>
13080
13081 * linespec.c: Update copyright.
13082
13083 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13084
13085 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13086 than inferior_ptid.
13087 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13088
13089 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13090
13091 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13092 Update comments.
13093 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13094 (frame_saved_regs_zalloc): Update.
13095 (frame_saved_regs_register_unwind): Update.
13096 (create_new_frame): Update.
13097 (get_prev_frame): Update.
13098 (frame_extra_info_zalloc): Update.
13099 (deprecated_get_frame_saved_regs): Update.
13100 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13101 * cris-tdep.c: Update comment.
13102
13103 * somsolib.h: Fix function indentation.
13104 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13105 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13106 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13107 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13108 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13109
13110 * infrun.c (follow_fork): Use ISO C definition.
13111 * expprint.c (print_subexp): Use xfree instead of free.
13112 * charset.c: Include "gdb_string.h" instead of <string.h>.
13113 (register_iconv_charsets): Use ISO C definition.
13114 (host_charset, target_charset): Ditto.
13115 * Makefile.in (charset.o): Update dependencies.
13116 (mi-cmd-env.o): Update dependencies.
13117
13118 2003-01-08 Andrew Cagney <cagney@redhat.com>
13119
13120 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13121 get_frame_base.
13122
13123 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13124
13125 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13126 build directories. Save edited gdb output in Mbuild.log. If a
13127 build fails, remove any final GDB executable.
13128
13129 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13130
13131 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13132 replacing hex constants with function names and stripping leading
13133 file name directory prefixes.
13134
13135 2003-01-08 Andrew Cagney <cagney@redhat.com>
13136
13137 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13138 get_frame_base.
13139
13140 2003-01-08 David Carlton <carlton@math.stanford.edu>
13141
13142 * linespec.c (decode_line_1): Move code into decode_variable.
13143 (decode_variable): New function.
13144
13145 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13146
13147 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13148
13149 2003-01-08 Andrew Cagney <cagney@redhat.com>
13150
13151 * cris-tdep.c (cris_frame_init_saved_regs): Use
13152 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13153 saved_regs buffer.
13154 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13155 (sh64_nofp_frame_init_saved_regs): Ditto.
13156 (sh_fp_frame_init_saved_regs): Ditto.
13157 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13158 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13159 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13160 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13161
13162 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13163
13164 * minsyms.c (lookup_minimal_symbol): Update comment.
13165 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13166 (lookup_minimal_symbol_solib_trampoline): Likewise.
13167
13168 2003-01-08 Andrew Cagney <cagney@redhat.com>
13169
13170 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13171 frame_relative_level.
13172
13173 * alpha-tdep.c: Use get_frame_extra_info.
13174 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13175 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13176 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13177 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13178
13179 * alpha-tdep.c: Use get_next_frame.
13180 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13181 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13182 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13183 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13184 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13185 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13186 * xstormy16-tdep.c: Ditto.
13187
13188 2003-01-07 Andrew Cagney <cagney@redhat.com>
13189
13190 * alpha-tdep.c: Use get_frame_base.
13191 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13192 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13193 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13194 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13195 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13196 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13197 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13198 * config/sparc/tm-sparc.h: Ditto.
13199
13200 2003-01-07 Andrew Cagney <cagney@redhat.com>
13201
13202 * frame.c (deprecated_get_frame_context): New function.
13203 (deprecated_set_frame_context): New function.
13204 * frame.h (deprecated_get_frame_context): Declare.
13205 (deprecated_set_frame_context): Declare.
13206 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13207 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13208
13209 2003-01-07 Andrew Cagney <cagney@redhat.com>
13210
13211 * frame.c (deprecated_set_frame_next_hack): New function.
13212 (deprecated_set_frame_prev_hack): New function.
13213 * frame.h (deprecated_set_frame_next_hack): Declare.
13214 (deprecated_set_frame_prev_hack): Declare.
13215 * mcore-tdep.c (analyze_dummy_frame): Use
13216 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13217 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13218
13219 2003-01-07 David Carlton <carlton@math.stanford.edu>
13220
13221 * linespec.c (decode_line_1): Move code into decode_dollar.
13222 (decode_dollar): New function.
13223
13224 2003-01-07 Andrew Cagney <cagney@redhat.com>
13225
13226 * arm-tdep.c (arm_init_extra_frame_info): Use
13227 deprecated_update_frame_base_hack.
13228 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13229 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13230 (fix_frame_pointer): Ditto.
13231 (mn10300_analyze_prologue): Ditto.
13232
13233 2003-01-07 Andrew Cagney <cagney@redhat.com>
13234
13235 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13236 extra_info using frame_extra_info_zalloc.
13237 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13238 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13239 (sh64_init_extra_frame_info): Ditto.
13240 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13241 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13242 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13243 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13244 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13245 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13246 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13247 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13248 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13249 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13250 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13251 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13252
13253 * mn10300-tdep.c (analyze_dummy_frame): Use
13254 deprecated_set_frame_extra_info_hack.
13255 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13256
13257 2003-01-07 J. Brobecker <brobecker@gnat.com>
13258
13259 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13260 class is not scText. These do not define "real" procedures.
13261 (parse_partial_symbols): Likewise.
13262
13263 2003-01-06 Michael Snyder <msnyder@redhat.com>
13264
13265 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13266
13267 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13268
13269 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13270 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13271 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13272 deprecated_frame_xmalloc_with_cleanup.
13273 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13274 deprecated_frame_xmalloc.
13275 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13276 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13277
13278 2003-01-06 Andrew Cagney <cagney@redhat.com>
13279
13280 * x86-64-linux-tdep.c: Include "osabi.h".
13281 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13282
13283 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13284
13285 2003-01-06 Andrew Cagney <cagney@redhat.com>
13286
13287 * MAINTAINERS (Target Instruction Set Architectures): Update
13288 arm-elf. Can be built with -Werror, has been multiarched.
13289
13290 * value.h (unpack_long): Make buffer parameter constant.
13291 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13292 * scm-lang.h (scm_parse): Ditto.
13293 * defs.h (extract_typed_address, extract_address): Ditto.
13294 (extract_long_unsigned_integer): Ditto.
13295 * inferior.h (unsigned_pointer_to_address): Ditto.
13296 (signed_pointer_to_address): Ditto.
13297 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13298 * gdbarch.h, gdbarch.c: Regenerate.
13299 * findvar.c (extract_long_unsigned_integer): Update.
13300 (extract_address): Update.
13301 (extract_typed_address): Update.
13302 (unsigned_pointer_to_address): Update.
13303 * values.c (unpack_long): Update.
13304 (unpack_double): Update.
13305 (unpack_pointer): Update.
13306 (unpack_field_as_long): Update.
13307 * d10v-tdep.c (d10v_pointer_to_address): Update.
13308 * avr-tdep.c (avr_pointer_to_address): Update.
13309 * scm-lang.c (scm_unpack): Update.
13310 * findvar.c (signed_pointer_to_address): Update.
13311
13312 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13313
13314 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13315 since it is in i386-tdep.c.
13316
13317 2003-01-06 J. Brobecker <brobecker@gnat.com>
13318
13319 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13320 failure introduced in the previous change.
13321
13322 2003-01-05 Michael Chastain <mec@shout.net>
13323
13324 * README: Remove references to deleted remote-*.c files:
13325 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13326 remote-nrom.c, remote-os9k.c, remote-udi.c.
13327
13328 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13329
13330 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13331 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13332 i386_get_longjmp_target.
13333
13334 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13335
13336 * arm-tdep.c (prologue_cache): Change to a pointer.
13337 (_initialize_arm_tdep): Allocate prologue_cache.
13338 (check_prologue_cache): Update.
13339 (save_prologue_cache): Update.
13340 (arm_gdbarch_init): Update.
13341
13342 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13343
13344 * stabsread.c (update_method_name_from_physname): Call complaint()
13345 instead of error.
13346
13347 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13348
13349 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13350 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13351 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13352
13353 * blockframe.c: Include "gdbcmd.h" and "command.h".
13354 (backtrace_below_main): New variable.
13355 (file_frame_chain_valid, func_frame_chain_valid)
13356 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13357 (generic_func_frame_chain_valid): Remove functions.
13358 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13359 (_initialize_blockframe): New function.
13360 * Makefile.in (blockframe.o): Update dependencies.
13361 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13362 comment. Call frame_chain_valid ().
13363 * frame.h: Remove old prototypes. Add prototype for
13364 frame_chain_valid and update comments to match.
13365 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13366 Remove old comment.
13367 * gdbarch.h: Regenerated.
13368 * gdbarch.c: Regenerated.
13369
13370 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13371 set_gdbarch_frame_chain_valid.
13372 * avr-tdep.c (avr_gdbarch_init): Likewise.
13373 * cris-tdep.c (cris_gdbarch_init): Likewise.
13374 * frv-tdep.c (frv_gdbarch_init): Likewise.
13375 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13376 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13377 (i386_nw_init_abi): Likewise.
13378 (i386_gdbarch_init): Likewise.
13379 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13381 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13382 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13383 * mips-tdep.c (mips_gdbarch_init): Likewise.
13384 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13385 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13386 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13387 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13388 * s390-tdep.c (s390_gdbarch_init): Likewise.
13389 * sh-tdep.c (sh_gdbarch_init): Likewise.
13390 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13391 * v850-tdep.c (v850_gdbarch_init): Likewise.
13392 * vax-tdep.c (vax_gdbarch_init): Likewise.
13393 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13394
13395 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13396 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13397 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13398 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13399 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13400 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13401 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13402 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13403
13404 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13405
13406 * Makefile.in (acconfig_h): Remove incorrect macro.
13407 (config_h): Define.
13408 (osabi.o): Update dependencies.
13409 * configure.tgt: Set gdb_osabi based on target triplet.
13410 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13411 * configure: Regenerated.
13412 * config.in: Regenerated.
13413 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13414 (GDB_OSABI_DEFAULT): Define if not already defined.
13415 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13416 (set_osabi_string): New variables.
13417 (gdbarch_register_osabi): Add new OS ABI to
13418 gdb_osabi_available_names.
13419 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13420 (set_osabi, show_osabi): New functions.
13421 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13422
13423 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13424
13425 * arch-utils.c (gdbarch_info_init): Set osabi to
13426 GDB_OSABI_UNINITIALIZED.
13427 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13428 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13429 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13430 * gdbarch.c: Regenerated.
13431 * gdbarch.h: Regenerated.
13432 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13433 there's no BFD.
13434 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13435 * osabi.h (enum gdb_osabi): Move to defs.h.
13436 (gdbarch_init_osabi): Update prototype.
13437 * defs.h (enum gdb_osabi): Moved here.
13438 * Makefile.in: Update dependencies.
13439
13440 * alpha-tdep.h: Don't include "osabi.h".
13441 (struct gdbarch_tdep): Remove osabi member.
13442 * alpha-tdep.c: Include "osabi.h".
13443 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13444 iterate over arches. Update call to gdbarch_init_osabi.
13445 (alpha_dump_tdep): Don't dump osabi.
13446 * alpha-linux-tdep.c: Include "osabi.h".
13447 * alpha-osf1-tdep.c: Include "osabi.h".
13448 * alphafbsd-tdep.c: Include "osabi.h".
13449 * alphanbsd-tdep.c: Include "osabi.h".
13450
13451 * arm-tdep.h: Don't include "osabi.h".
13452 (struct gdbarch_tdep): Remove osabi member.
13453 * arm-tdep.c: Include "osabi.h".
13454 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13455 iterate over arches. Update call to gdbarch_init_osabi.
13456 (arm_dump_tdep): Don't dump osabi.
13457 * arm-linux-tdep.c: Include "osabi.h".
13458 * armnbsd-tdep.c: Include "osabi.h".
13459
13460 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13461 Update call to gdbarch_init_osabi.
13462
13463 * i386-tdep.h: Don't include "osabi.h".
13464 (struct gdbarch_tdep): Remove osabi member.
13465 * i386-tdep.c: Include "osabi.h".
13466 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13467 iterate over arches. Update call to gdbarch_init_osabi.
13468 (i386_dump_tdep): Don't dump osabi.
13469 * i386-linux-tdep.c: Include "osabi.h".
13470 * i386-sol2-tdep.c: Include "osabi.h".
13471 * i386bsd-tdep.c: Include "osabi.h".
13472 * i386gnu-tdep.c: Include "osabi.h".
13473 * i386ly-tdep.c: Include "osabi.h".
13474 * i386nbsd-tdep.c: Include "osabi.h".
13475 * i386obsd-tdep.c: Include "osabi.h".
13476
13477 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13478 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13479 check osabi when iterating over arches. Update call to
13480 gdbarch_init_osabi.
13481 (mips_dump_tdep): Don't dump osabi.
13482
13483 * ns32k-tdep.h: Don't include "osabi.h".
13484 (struct gdbarch_tdep): Remove.
13485 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13486 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13487 allocate tdep. Update call to gdbarch_init_osabi.
13488 (ns32k_dump_tdep): Remove.
13489 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13490 * ns32knbsd-tdep.c: Include "osabi.h".
13491
13492 * ppc-tdep.h: Don't include "osabi.h".
13493 (struct gdbarch_tdep): Remove osabi member.
13494 * rs6000-tdep.c: Include "osabi.h".
13495 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13496 osabi when iterating over arches. Update call to
13497 gdbarch_init_osabi.
13498 (rs6000_dump_tdep): Don't dump osabi.
13499 * ppc-linux-tdep.c: Include "osabi.h".
13500 * ppcnbsd-tdep.c: Include "osabi.h".
13501
13502 * sh-tdep.h: Don't include "osabi.h".
13503 (struct gdbarch_tdep): Remove osabi member.
13504 * sh-tdep.c: Include "osabi.h".
13505 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13506 iterate over arches. Update call to gdbarch_init_osabi.
13507 (sh_dump_tdep): Don't dump osabi.
13508 * shnbsd-tdep.c: Include "osabi.h".
13509
13510 * sparc-tdep.c: Include "osabi.h".
13511 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13512 iterate over arches. Update call to gdbarch_init_osabi.
13513 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13514 tdep structure.
13515
13516 * vax-tdep.h: Don't include "osabi.h".
13517 (struct gdbarch_tdep): Remove.
13518 * vax-tdep.c: Include "osabi.h".
13519 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13520 iterate over arches. Don't allocate tdep. Update call
13521 to gdbarch_init_osabi.
13522 (vax_dump_tdep): Remove.
13523 (_initialize_vax_tdep): Update call to gdbarch_register.
13524
13525 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13526
13527 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13528 entirely.
13529 (breakpoint_re_set_one): Don't fetch the value for a disabled
13530 watchpoint.
13531
13532 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13533
13534 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13535 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13536 (COERCE_FLOAT_TO_DOUBLE): Remove.
13537 * gdbarch.c: Regenerate.
13538 * gdbarch.h: Regenerate.
13539 * Makefile.in: Remove value_h from gdbarch_h.
13540 * valops.c (coerce_float_to_double): New variable.
13541 (default_coerce_float_to_double): Remove.
13542 (standard_coerce_float_to_double): Remove.
13543 (value_arg_coerce): Use coerce_float_to_double.
13544 (_initialize_valops): Add "set coerce-float-to-double".
13545 * value.h (default_coerce_float_to_double): Remove prototype.
13546 (standard_coerce_float_to_double): Remove prototype.
13547
13548 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13549 prototyped.
13550 * mdebugread.c (parse_symbol): Likewise.
13551 * stabsread.c (define_symbol): Mark all functions as prototyped.
13552
13553 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13554 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13555 set_gdbarch_coerce_float_to_double.
13556 * arm-tdep.c (arm_gdbarch_init): Likewise.
13557 * frv-tdep.c (frv_gdbarch_init): Likewise.
13558 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13559 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13560 * mips-tdep.c (mips_gdbarch_init): Likewise.
13561 (mips_coerce_float_to_double): Remove.
13562 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13563 (rs6000_coerce_float_to_double): Remove.
13564 * s390-tdep.c (s390_gdbarch_init): Likewise.
13565 * sh-tdep.c (sh_gdbarch_init): Likewise.
13566 (sh_coerce_float_to_double): Remove.
13567 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13568 (sparc_coerce_float_to_double): Remove.
13569 * v850-tdep.c (v850_gdbarch_init): Likewise.
13570 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13571 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13572 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13573 (hppa_coerce_float_to_double): Remove prototype.
13574 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13575
13576 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13577
13578 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13579
13580 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13581
13582 Suggested by Stewart Brown <sb24@avaya.com>:
13583 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13584 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13585 (c_type_print_varspec_suffix): Likewise.
13586
13587 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13588
13589 * configure.in: Don't set and AC_SUBST SUBDIRS.
13590 * configure: Regenerated.
13591
13592 * configure.in: Remove code dealing with shared libraries.
13593 * Makefile.in: Remove HLDFLAGS and HLDENV.
13594 * configure: Regenerated.
13595
13596 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13597
13598 * frame.c (deprecated_frame_xmalloc): New function.
13599 (deprecated_set_frame_saved_regs_hack): New function.
13600 (deprecated_set_frame_extra_info_hack): New function.
13601 * frame.h (deprecated_frame_xmalloc): Declare.
13602 (deprecated_set_frame_saved_regs_hack): Declare.
13603 (deprecated_set_frame_extra_info_hack): Declare.
13604
13605 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13606
13607 * configure.in: Move code that provides the --enable-gdbtk option
13608 right after the code that handles the --enable-tui option, and
13609 polish it somewhat.
13610 * configure: Regenerated.
13611
13612 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13613 AC_CHECK_FUNCS and remove the old check for pread64.
13614 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13615 * acconfig.h (_GNU_SOURCE): Add.
13616 (HAVE_PREAD64): Remove.
13617 * configure, aclocal.m4, config.in: Regenerated.
13618
13619 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13620
13621 * alpha-tdep.c: Use get_frame_saved_regs.
13622 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13623 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13624 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13625 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13626 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13627
13628 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13629
13630 * configure.in: Remove all use of the SUBDIRS variable; add
13631 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13632 code providing the --enable-multi-ice option, and move it right in
13633 front of the code that checks whether gdbserver is supported.
13634 Polish that too.
13635 * configure: Regenerated.
13636 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13637 @SUBDIRS@.
13638
13639 2003-01-03 Andrew Cagney <cagney@redhat.com>
13640
13641 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13642 * avr-tdep.c, cris-tdep.c: Ditto.
13643 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13644 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13645
13646 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13647
13648 * configure.in: Remove --enable-netrom option.
13649 * configure: Regenerated.
13650
13651 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13652
13653 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13654 declaration for `struct re_pattern_buffer' instead.
13655 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13656
13657 2003-01-03 J. Brobecker <brobecker@gnat.com>
13658
13659 * mdebugread.c (parse_symbol): Count until the stEnd matching
13660 the structure name.
13661
13662 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13663
13664 * configure.in: Remove --with-cpu option.
13665 subscripts. Remove evil changequotes here.
13666 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13667 * config.in, configure: Regenerated.
13668
13669 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13670 * configure.in: Cleanup section that sources GDB and BFD configure
13671 subscripts. Remove evil changequotes here.
13672 * config.in, configure: Regenerated.
13673
13674 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13675
13676 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13677 frame accessor methods.
13678 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13679 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13680 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13681 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13682 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13683 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13684 * z8k-tdep.c: Ditto.
13685
13686 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13687
13688 * configure.in: Remove UI_OUT configuration code.
13689 * ada-lang.c: Update assuming UI_OUT is always true.
13690 * Makefile.in (UIOUT_CFLAGS): Remove.
13691 * configure: Regenerated.
13692 * TODO: Remove blurb about elimination of -DUI_OUT.
13693
13694 * configure.in: Move code that provides the --enable-gdbcli,
13695 --enable-gdbmi options right before the code that handles the
13696 --enable-tui option. Polish a bit.
13697 * configure: Regenerated.
13698
13699 * configure.in: Rewrite check for GNU regex and the
13700 --without-included regex option, and move it into the "Checks for
13701 library functions" section. This makes us use the system regex
13702 again by default on systems with version 2 of the GNU C library.
13703 This was apparently broken.
13704 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13705 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13706 * config.in, configure: Regenerated.
13707
13708 * configure.in: Move code that provides the --enable-tui option
13709 before the "Checks for libraries" section. Polish the code
13710 somewhat and set need_curses to yes if we build the TUI. Rewrite
13711 code that looks for a library providing termcap functionality to
13712 match more closely what's done in the Readline library, and move
13713 it into to the "Checks for libraries" section.
13714 * configure: Regenerated.
13715 * Makefile.in (TERMCAP): Remove variable.
13716 * config/i386/go32.mh (TERMCAP): Remove variable.
13717
13718 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13719
13720 * MAINTAINERS: Mention gdb_mbuild.sh.
13721 * gdb_mbuild.sh: Rewrite.
13722
13723 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13724
13725 * configure.in: Fix typo in last change.
13726 * config.in, configure: Regenerated.
13727
13728 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13729
13730 * valarith.c (value_binop): Delete obsolete code and comments.
13731 * configure.host: Ditto.
13732 * buildsym.h (make_blockvector): Ditto.
13733 * buildsym.c (make_blockvector): Ditto.
13734 * defs.h (enum language): Ditto.
13735 (chill_demangle): Ditto.
13736 * elfread.c (elf_symtab_read): Ditto.
13737 * dwarfread.c (CHILL_PRODUCER): Ditto.
13738 (set_cu_language): Ditto.
13739 (handle_producer): Ditto.
13740 * expprint.c (print_subexp): Ditto.
13741 * gdbtypes.c (chill_varying_type): Ditto.
13742 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13743 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13744 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13745 (chill_varying_type): Ditto.
13746 * language.h (_LANG_chill): Ditto.
13747 * language.c (binop_result_type, integral_type): Ditto.
13748 (character_type, string_type, structured_type): Ditto.
13749 (lang_bool_type, binop_type_check): Ditto.
13750 * stabsread.h (os9k_stabs): Ditto.
13751 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13752 (define_symbol, read_type, read_struct_fields): Ditto.
13753 (read_array_type, read_enum_type, read_huge_number): Ditto.
13754 (read_range_type, start_stabs): Ditto.
13755 * symfile.c (init_filename_language_table): Ditto.
13756 (add_psymbol_with_dem_name_to_list): Ditto.
13757 * symtab.c (symbol_init_language_specific): Ditto.
13758 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13759 * symtab.h (struct general_symbol_info): Ditto.
13760 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13761 * typeprint.c (typedef_print): Ditto.
13762 * utils.c (fprintf_symbol_filtered): Ditto.
13763 * valops.c (value_cast, search_struct_field, value_slice): Delete
13764 obsolete code.
13765 (varying_to_slice): Delete function.
13766 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13767 (varying_to_slice): Delete declaration.
13768 * MAINTAINERS: Update.
13769
13770 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13771
13772 * configure.in: Reorganize "Checks for library functions section"
13773 a bit. Remove check for `btowc' and `isascii' functions.
13774 * configure: Regenerated.
13775
13776 * acconfig.h (_MSE_INT_H): Remove.
13777 * configure.in: Create "Checks for header files" section, and move
13778 appropriate tests there. Don't check for objlist.h, wchar.h,
13779 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13780 misdetection fix. Also add "Checks for types", "Checks for
13781 compiler characteristics" and "Checks for library functions"
13782 sections.
13783 * config.in, configure: Regenerated.
13784
13785 * configure.in: Create "Checks for programs" section, and move
13786 appropriate tests there.
13787
13788 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13789
13790 * configure.in: Create "Checks for libraries" section, and move
13791 appropriate tests there. Cleanup check for wctype in libw. Use
13792 AC_SEARCH_LIBS to see whether we need libsocket.
13793 * configure: Regenerated.
13794
13795 For older changes see ChangeLog-2002
13796 \f
13797 Local Variables:
13798 mode: change-log
13799 left-margin: 8
13800 fill-column: 74
13801 version-control: never
13802 End:
This page took 0.298104 seconds and 5 git commands to generate.